a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-user-drag: none;
}

.c-product-nav--kit-page,
.h_show-from-tablet {
  display: none;
}

@media (min-width: 768px) {
  .c-product-nav--kit-page,
  .h_show-from-tablet {
    display: block;
  }
}

.c-lang-switcher__current .m-icon,
.h_show-from-desktop {
  display: none !important;
}

@media (min-width: 1025px) {
  .c-lang-switcher__current .m-icon,
  .h_show-from-desktop {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .h_hide-from-tablet {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .h_hide-from-desktop {
    display: none !important;
  }
}

.h_hide-from-all {
  display: none;
}

.trans {
  will-change: transform, opacity;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  -o-transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}

.trans-in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.underline {
  text-decoration: underline;
}

html {
  min-width: 20rem;
}

body {
  margin: 0;
  padding: 0;
  opacity: 1;
  height: auto;
  overflow: auto;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.scroll-blocked {
  position: fixed;
  width: 100%;
}

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

b {
  font-weight: 700;
}

picture {
  background-color: transparent;
}

.l-container {
  min-height: 100vh;
  min-height: var(--viewport-height, 100vh);
  background-color: #eee;
}

.l-container-inner {
  margin: 0 auto;
  max-width: 100rem;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding-top 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: padding-top 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: padding-top 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  padding-top: 0;
}

body.with-top-ribbon .l-container-inner {
  padding-top: 0;
}

@media (min-width: 768px) {
  .l-container-inner {
    padding-top: 0;
  }

  body.with-top-ribbon .l-container-inner {
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .l-container-inner {
    padding-top: 0;
  }

  body.with-top-ribbon .l-container-inner {
    padding-top: 0;
  }
}

.c-faq-nav-tag__item,
.c-scroll-to__anchor,
.c-search-bar__cta,
.c-search-bar__suggestions-view-all,
.m-column-contents__cta,
.m-full-banner__cta,
.m-gallery-banners-item__cta,
.m-hero-banner-overflowing__cta,
.m-hero-column-banner__cta,
.m-home-banner__cta,
.m-internal-heading__cta,
.m-photo-bg__action,
.m-photo-boxed__cta,
.m-photo-left-right__action,
.m-photo-wall__cta,
.m-popup__cta,
.m-product-grid__cta,
.m-product-list-item__cta,
.m-product-registration-modal__btn,
.m-video__cta,
.p-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.625rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.0625rem;
  text-transform: uppercase;
  padding: 0 1rem;
  cursor: pointer;
  border: none;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9125rem;
}

.p-btn-squared {
  border-radius: 0;
}

.p-btn-padded {
  height: auto;
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 2.625rem;
}

.c-search-bar__cta,
.c-search-bar__suggestions-view-all,
.m-column-contents__cta,
.m-full-banner__cta,
.m-hero-banner-overflowing__cta,
.m-internal-heading__cta,
.m-photo-bg__action,
.m-photo-bg__action--red,
.m-photo-left-right__action,
.m-photo-left-right__action--red,
.m-popup__cta,
.m-product-grid__cta,
.m-product-list-item__cta--buy,
.m-product-registration-modal__btn,
.p-btn-red {
  background-color: #c41230;
  color: #fff;
}

.p-btn-red--disabled {
  background-color: #a43245;
  color: rgba(255, 255, 255, 0.2);
}

.c-faq-nav-tag__item,
.c-scroll-to__anchor,
.m-gallery-banners-item__cta,
.m-hero-column-banner__cta,
.m-home-banner__cta,
.m-photo-bg__action--white,
.m-photo-boxed__cta,
.m-photo-left-right__action--white,
.m-photo-wall__cta,
.m-product-list-item__cta--view,
.m-video__cta,
.p-btn-white {
  background-color: #fff;
  color: #000;
}

.m-product-registration-modal__btn,
.p-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-product-registration-modal__btn .m-icon,
.p-btn-icon .m-icon {
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-btn-white--border {
  border: 1px solid #000;
}

.p-btn-white--disabled {
  background-color: #a8a8a9;
  color: #fff;
  border: none;
}

.p-btn-small {
  height: 2.125rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.625rem;
  line-height: 0.625rem;
}

.c-faq-nav-tag__item,
.c-scroll-to__anchor,
.c-search-bar__cta,
.c-search-bar__suggestions-view-all,
.m-column-contents__cta,
.m-full-banner__cta,
.m-gallery-banners-item__cta,
.m-hero-banner-overflowing__cta,
.m-hero-column-banner__cta,
.m-home-banner__cta,
.m-internal-heading__cta,
.m-photo-bg__action,
.m-photo-boxed__cta,
.m-photo-left-right__action,
.m-photo-wall__cta,
.m-popup__cta,
.m-product-grid__cta,
.m-product-list-item__cta,
.m-product-registration-modal__btn,
.m-video__cta,
.p-btn-shadow {
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.c-faq-nav-tag__item,
.c-play-button,
.c-scroll-to__anchor,
.c-search-bar__cta,
.c-search-bar__suggestions-view-all,
.m-column-contents__cta,
.m-full-banner__cta,
.m-gallery-banners-item__cta,
.m-hero-banner-overflowing__cta,
.m-hero-column-banner__cta,
.m-home-banner__cta,
.m-internal-heading__cta,
.m-photo-bg__action,
.m-photo-boxed__cta,
.m-photo-left-right__action,
.m-photo-wall__cta,
.m-popup__cta,
.m-product-grid__cta,
.m-product-list-item__cta,
.m-product-registration-modal__btn,
.m-video__cta,
.p-btn-hover-scale {
  -webkit-transition: -webkit-transform 0.7s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.c-faq-nav-tag__item:hover,
.c-play-button:hover,
.c-scroll-to__anchor:hover,
.c-search-bar__cta:hover,
.c-search-bar__suggestions-view-all:hover,
.m-column-contents__cta:hover,
.m-full-banner__cta:hover,
.m-gallery-banners-item__cta:hover,
.m-hero-banner-overflowing__cta:hover,
.m-hero-column-banner__cta:hover,
.m-home-banner__cta:hover,
.m-internal-heading__cta:hover,
.m-photo-bg__action:hover,
.m-photo-boxed__cta:hover,
.m-photo-left-right__action:hover,
.m-photo-wall__cta:hover,
.m-popup__cta:hover,
.m-product-grid__cta:hover,
.m-product-list-item__cta:hover,
.m-product-registration-modal__btn:hover,
.m-video__cta:hover,
.p-btn-hover-scale:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.p-btn-flex,
.p-btn-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-btn-loader[data-button-loading]::after {
  content: '';
  width: 20px;
  height: 20px;
  position: i;
  border: 4px solid #fff;
  border-radius: 20px;
  border-top: 4px solid #fff0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  display: inline-block;
  margin: 10px;
  -webkit-animation: p-btn-spin 1s linear infinite;
  animation: p-btn-spin 1s linear infinite;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@-webkit-keyframes p-btn-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes p-btn-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.m-icon {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}

.m-icon svg {
  max-width: 100%;
  max-height: 100%;
}

.m-icon--header {
  position: relative;
  width: 1.25rem;
  height: 1rem;
}

.c-faq-listing-item__accordion-header-icon .m-icon,
.c-faq-nav-item__accordion-header-icon .m-icon,
.m-icon--with-clickable-area {
  position: relative;
}

.c-faq-listing-item__accordion-header-icon .m-icon::after,
.c-faq-nav-item__accordion-header-icon .m-icon::after,
.m-icon--with-clickable-area::after,
.m-icon__clickable-area {
  content: '';
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: calc(100% + 1.25rem);
  height: calc(100% + 1.25rem);
  min-width: 1.875rem;
  min-height: 1.875rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-icon__counter {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 0.5625rem;
  line-height: 0.875rem;
  text-align: center;
  border-radius: 100%;
}

.m-icon__counter--black {
  background-color: #000;
  color: #fff;
}

.m-icon__counter--red {
  background-color: #c41230;
  color: #fff;
}

.m-icon__counter--bigger {
  width: 1.25rem;
  height: 1.25rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.p-modal {
  position: fixed;
  z-index: 10010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
}

.p-modal--visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}

.p-modal__close {
  position: absolute;
  z-index: 5;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.p-modal__close .m-icon svg * {
  stroke: #fff;
}

.p-modal__modal-wrap {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.p-modal__box {
  background-color: transparent;
  text-align: center;
  padding-bottom: 60%;
  position: relative;
  z-index: 1;
}

.p-modal iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-height: var(--viewport-height, 100vh);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-modal #player {
  width: 100%;
  max-width: none !important;
}

.c-accordion__header {
  display: block;
  cursor: default;
}

.c-accordion--enable .c-accordion__header {
  cursor: pointer;
}

.c-accordion__body {
  display: block;
  overflow: hidden;
}

.c-accordion--enable .c-accordion__body {
  -webkit-transition: height 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: height 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: height 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.c-accordion--enable.c-accordion--closed .c-accordion__body {
  height: 0 !important;
}

@media (min-width: 768px) {
  .c-accordion--disabled-on-tablet .c-accordion__header {
    cursor: default;
  }

  .c-accordion--disabled-on-tablet .c-accordion__body {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto !important;
  }

  .c-accordion--disabled-on-tablet.c-accordion--closed .c-accordion__body {
    height: auto !important;
  }
}

@media (min-width: 1025px) {
  .c-accordion--disabled-on-desktop .c-accordion__header {
    cursor: default;
  }

  .c-accordion--disabled-on-desktop .c-accordion__body {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto !important;
  }

  .c-accordion--disabled-on-desktop.c-accordion--closed .c-accordion__body {
    height: auto !important;
  }
}

.c-badge {
  position: absolute;
  top: 0.9375rem;
  background-color: #fff;
  color: #c41230;
  text-transform: uppercase;
  z-index: 10;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.875rem;
}

.c-badge--two-rows {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.625rem;
  line-height: 0.5625rem;
}

.c-badge--left,
.c-badge--right {
  opacity: 1;
}

.c-badge--left {
  left: 0;
  padding-left: 0.5rem;
  padding-right: 0.875rem;
  border-radius: 0 0.9375rem 0.9375rem 0;
}

.c-badge--right {
  right: 0;
  padding-left: 0.875rem;
  padding-right: 0.5rem;
  border-radius: 0.9375rem 0 0 0.9375rem;
}

.c-badge-double {
  border: 0.0625rem solid #c41230;
  text-transform: uppercase;
  height: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1rem;
}

.c-badge-double[rendered] {
  opacity: 1;
}

.c-badge-double--left {
  border-radius: 0 1.1875rem 1.1875rem 0;
  padding-right: 1.125rem;
}

.c-badge-double--right {
  border-radius: 1.1875rem 0 0 1.1875rem;
  padding-left: 1.125rem;
}

.c-badge-double--discount {
  padding: 0;
  border-color: transparent;
  background-color: transparent;
}

.c-badge-double--small {
  height: 1.875rem;
}

.c-badge-double__discount,
.c-badge-double__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-badge-double__discount {
  background-color: #c41230;
  color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  width: 4.375rem;
}

.c-badge-double--small .c-badge-double__discount {
  width: auto;
  padding: 0 0.625rem;
}

.c-badge-double--left .c-badge-double__discount {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0 1.1875rem 1.1875rem 0;
}

.c-badge-double--right .c-badge-double__discount {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 1.1875rem 0 0 1.1875rem;
}

.c-badge-double__text {
  background-color: #fff;
  color: #c41230;
}

.c-badge-double--left .c-badge-double__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0.625rem;
  word-break: break-word;
}

.c-badge-double--right .c-badge-double__text {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 0.625rem;
}

.c-badge-double__text[multi] {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 0.6875rem;
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}

.c-breadcrumbs__item {
  color: #a8a8a9;
}

.c-breadcrumbs__item--current {
  color: #000;
}

.c-breadcrumbs__item--faq {
  position: relative;
}

.c-breadcrumbs__item--faq:after {
  content: '';
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  height: 0.125rem;
  background-color: #c41230;
  width: 100%;
}

.c-breadcrumbs__item > a {
  color: inherit;
}

.c-breadcrumbs__separator {
  color: #a8a8a9;
  margin: 0 0.625rem;
}

.c-faq-listing-item .c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out 0s;
  transition: -webkit-box-shadow 0.4s ease-in-out 0s;
  -o-transition: box-shadow 0.4s ease-in-out 0s;
  transition: box-shadow 0.4s ease-in-out 0s;
  transition: box-shadow 0.4s ease-in-out 0s,
    -webkit-box-shadow 0.4s ease-in-out 0s;
}

.c-faq-listing-item .c-accordion--closed {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-faq-listing-item .c-accordion--closed .c-accordion__body {
  height: 0 !important;
}

.c-faq-listing-item__accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8125rem;
}

.c-faq-listing-item__accordion-header:hover {
  cursor: pointer;
}

.c-faq-listing-item__accordion-header-label {
  margin-right: auto;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  position: relative;
}

.c-faq-listing-item__accordion-header-icon {
  margin-left: auto;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.8125rem;
  flex: 0 0 0.8125rem;
  width: 0.8125rem;
  height: 0.4375rem;
}

.c-faq-listing-item__accordion-header-icon--open {
  display: inline-block;
}

.c-faq-listing-item__accordion-header-icon--close {
  display: none;
}

.c-accordion--closed .c-faq-listing-item__accordion-header-icon--open {
  display: none;
}

.c-accordion--closed .c-faq-listing-item__accordion-header-icon--close {
  display: inline-block;
}

.c-faq-listing-item__accordion-header-icon .m-icon svg * {
  stroke: #7e7e7e;
}

.c-faq-listing-item__accordion-header-label-hover,
.c-faq-listing-item__accordion-header-label-selected {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #000;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.c-faq-listing-item__accordion-header-label-hover {
  display: none;
}

.c-faq-listing-item--show-hover-label
  .c-faq-listing-item__accordion-header-label-selected {
  display: none;
}

.c-faq-listing-item--show-hover-label
  .c-faq-listing-item__accordion-header-label-hover {
  display: block;
}

.c-faq-listing-item__accordion-body {
  padding: 0 0.8125rem 1.25rem 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-faq-listing-item__accordion-body .c-accordion {
  border-bottom: 0.0625rem solid #cecece;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-faq-listing-item__accordion-body .c-accordion:last-child {
  border-bottom: none;
}

.c-faq-listing-item__accordion-body
  .c-accordion
  .c-faq-listing-item__accordion-header {
  padding: 0.8125rem 0;
}

.c-faq-listing-item__accordion-body
  .c-faq-listing-item__accordion-header-label {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-left: 0;
}

.c-faq-listing-item__accordion-body
  .c-faq-listing-item__accordion-header-label:before {
  display: none;
}

.c-faq-listing-item__accordion-body .c-faq-listing-item__accordion-body {
  padding: 0 0 1.25rem;
}

.c-faq-listing-item__link {
  color: #000;
  text-decoration: underline;
  position: relative;
  padding-left: 1.875rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}

.c-faq-listing-item__link--active {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}

.c-faq-listing-item__link:before {
  content: '?';
  position: absolute;
  color: #fff;
  text-align: center;
  width: 1.0625rem;
  height: 1.0625rem;
  top: 0.3125rem;
  left: 0;
  background-color: #c41230;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

@media (min-width: 1025px) {
  .c-faq-listing-item__accordion-header {
    padding: 1.25rem;
  }

  .c-faq-listing-item__accordion-body {
    padding: 0 2.5rem 2.5rem 1.25rem;
  }

  .c-faq-listing-item__accordion-body
    .c-accordion
    .c-faq-listing-item__accordion-header {
    padding: 0.9375rem 0.625rem 0.9375rem 0;
  }
}

.c-faq-nav-item .c-accordion--closed .c-accordion__body {
  height: 0 !important;
}

.c-faq-nav-item__accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
  padding-right: 0.625rem;
}

.c-faq-nav-item__accordion-header:hover {
  cursor: pointer;
}

.c-faq-nav-item__accordion-header-label {
  margin-right: auto;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.c-faq-nav-item__accordion-header-icon {
  margin-left: 0.625rem;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
}

.c-faq-nav-item__accordion-header-icon--open {
  display: inline-block;
}

.c-faq-nav-item__accordion-header-icon--close {
  display: none;
}

.c-accordion--closed .c-faq-nav-item__accordion-header-icon--open {
  display: none;
}

.c-accordion--closed .c-faq-nav-item__accordion-header-icon--close {
  display: inline-block;
}

.c-faq-nav-item__accordion-header-icon .m-icon svg * {
  stroke: #7e7e7e;
}

.c-faq-nav-item__accordion-header-label-hover,
.c-faq-nav-item__accordion-header-label-selected {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #000;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.c-faq-nav-item__accordion-header-label-hover {
  display: none;
}

.c-faq-nav-item--show-hover-label
  .c-faq-nav-item__accordion-header-label-selected {
  display: none;
}

.c-faq-nav-item--show-hover-label
  .c-faq-nav-item__accordion-header-label-hover {
  display: block;
}

.c-faq-nav-item__accordion-body {
  padding: 0 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-faq-nav-item__link {
  color: #000;
  text-decoration: underline;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}

.c-faq-nav-item__link--active {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}

.c-faq-nav-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-faq-nav-tag__item {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.625rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0.625rem 0.625rem 0;
  padding: 0.4375rem 0.75rem;
  height: auto;
}

.c-full-video-modal {
  position: fixed;
  z-index: 10010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.c-full-video-modal--rendered {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.c-full-video-modal--visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}

.c-full-video-modal__close {
  position: absolute;
  z-index: 5;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.c-full-video-modal__close .m-icon svg * {
  stroke: #fff;
}

.c-full-video-modal__modal-wrap {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.c-full-video-modal__box {
  background-color: transparent;
  text-align: center;
  padding-bottom: 60%;
  position: relative;
  z-index: 1;
}

.c-full-video-modal iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-height: var(--viewport-height, 100vh);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-global-loader {
  position: fixed;
  z-index: 30000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.c-global-loader--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-global-loader__icon {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.c-global-loader__icon.m-icon {
  width: 4rem;
  height: 4rem;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.89, 0.01, 0.3, 1);
    animation-timing-function: cubic-bezier(0.89, 0.01, 0.3, 1);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.89, 0.01, 0.3, 1);
    animation-timing-function: cubic-bezier(0.89, 0.01, 0.3, 1);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.c-loader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.c-loader__wrapper {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.c-loader__icon {
  width: 4rem;
  height: 4rem;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.c-loader__icon--search-loader {
  margin: 1.875rem auto;
}

@keyframes rotate {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.89, 0.01, 0.3, 1);
    animation-timing-function: cubic-bezier(0.89, 0.01, 0.3, 1);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.c-modal {
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
}

@supports (-webkit-touch-callout: none) {
  .c-modal[overflow] {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.c-modal[status='closed'] {
  display: none;
}

.c-modal[status='open'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100000;
}

.c-modal [data-modal-content] {
  display: block;
  z-index: 1;
  max-width: 100vw;
  max-height: 100vh;
  max-height: var(--viewport-height, 100vh);
  overflow: auto;
}

.c-modal [data-modal-overlay] {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.c-modal__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.c-modal__overlay.c-modal__overlay--transparent {
  background-color: transparent;
}

.c-model-reference {
  background: #fff;
  height: 100vh;
  height: var(--viewport-height, 100vh);
  width: 100vw;
}

.c-model-reference .m-modal__header {
  padding: 1.25rem;
  position: relative;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1.875rem;
}

.c-model-reference .m-modal__header-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
}

.c-model-reference .m-modal__close {
  position: absolute;
  top: 1.4375rem;
  right: 1.25rem;
  background-color: #c41230;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
}

.c-model-reference .m-modal__close-icon svg {
  width: 0.75rem;
}

.c-model-reference .m-modal__close-icon svg * {
  stroke: #fff;
}

.c-model-reference__wrapper {
  width: 100%;
}

.c-model-reference__wrapper [data-modal-content] {
  overflow: visible;
}

.c-model-reference__body {
  padding: 0 1.25rem 1.25rem;
  background: #fff;
}

.c-model-reference__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
  text-align: center;
  margin-bottom: 1.25rem;
}

.c-model-reference__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.c-model-reference__box {
  margin-bottom: 1.25rem;
  color: #000;
}

.c-model-reference__box:last-of-type {
  margin: 0;
}

.c-model-reference__box-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}

.c-model-reference .m-form-item__field > span {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
  display: block;
}

.c-model-reference .m-form-item__field:last-of-type {
  display: none;
}

.c-model-reference__select {
  position: relative;
  border: 0.0625rem solid #d7d7d7;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0.625rem 0.3125rem #f2f2f2;
  box-shadow: inset 0 0 0.625rem 0.3125rem #f2f2f2;
  border-radius: 0.3125rem;
  color: #000;
  height: 3.625rem;
  margin-bottom: 0.9375rem;
}

.c-model-reference__select select {
  padding: 1rem 1.25rem;
  border: none;
  background: 0 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.c-model-reference__select .m-icon {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.25rem;
  width: 0.75rem;
  height: 0.375rem;
}

.c-model-reference__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.9375rem auto 0;
  min-height: 11.25rem;
}

.c-model-reference__item {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-model-reference__item-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

.c-model-reference__item-number {
  background: #c41230;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.6875rem;
  line-height: 1.5;
  line-height: 1.7;
  border-radius: 50%;
  padding: 0 0.325rem;
  height: 1.0625rem;
  margin-left: 0.5625rem;
}

.c-model-reference__item-note {
  font-style: italic;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  color: #b5b5b5;
  text-transform: uppercase;
  margin-left: 0.625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
}

.c-model-reference__item svg {
  width: 1.0625rem;
  height: 0.6875rem;
  position: relative;
  top: 0.25rem;
}

.c-model-reference__example {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.625rem 0.3125rem #f2f2f2;
  box-shadow: 0 0 0.625rem 0.3125rem #f2f2f2;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #d7d7d7;
  padding: 0.9375rem 1.25rem;
  margin: 0 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 4.6875rem;
}

.c-model-reference__example > ul {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-model-reference__legend-item {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.375rem;
}

.c-model-reference__legend-item > span {
  color: #c41230;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.375rem;
}

.c-model-reference.c-model-reference--inline {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .c-model-reference .m-modal__header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 3.125rem;
  }

  .c-model-reference__body {
    padding: 0 2.5rem;
  }

  .c-model-reference__text {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.375rem;
  }

  .c-model-reference__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-model-reference__box {
    margin: 0 3.125rem 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(55% - 25px);
    flex: 0 0 calc(55% - 25px);
  }

  .c-model-reference__box:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(45% - 25px);
    flex: 0 0 calc(45% - 25px);
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .c-model-reference {
    width: 100%;
    height: auto;
    border-radius: 0.625rem;
  }

  .c-model-reference .m-modal__close {
    top: -0.9375rem;
    right: -0.9375rem;
  }

  .c-model-reference__body {
    padding-bottom: 3.75rem;
    border-radius: 0.625rem;
  }

  .c-model-reference__item-text {
    font-size: 0.6875rem;
  }

  .c-model-reference__item-number {
    margin-left: 0.25rem;
  }

  .c-model-reference__item-note {
    font-size: 0.5625rem;
    margin-left: 0.5rem;
  }
}

.c-search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-search-bar__input[type='text'] {
  background-color: #fff;
  padding: 0.9375rem 1.25rem;
  border: 0.0625rem solid #d7d7d7;
  border-radius: 0.3125rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-shadow: inset 0 0 0.625rem 0.3125rem #f2f2f2;
  box-shadow: inset 0 0 0.625rem 0.3125rem #f2f2f2;
  height: auto;
  margin: 0;
  color: #000;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.c-search-bar__input[type='text']:focus {
  border: 0.0625rem solid #d7d7d7;
}

.c-search-bar__input[type='text']::-webkit-input-placeholder {
  color: #a8a3a0;
}

.c-search-bar__input[type='text']::-moz-placeholder {
  color: #a8a3a0;
}

.c-search-bar__input[type='text']:-ms-input-placeholder {
  color: #a8a3a0;
}

.c-search-bar__input[type='text']::-ms-input-placeholder {
  color: #a8a3a0;
}

.c-search-bar__input[type='text']::placeholder {
  color: #a8a3a0;
}

.c-search-bar__cta {
  margin-top: 1.25rem;
  width: 8.4375rem;
  text-align: center;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.c-search-bar__loader--hidden {
  display: none;
}

.c-search-bar__suggestions {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 1.25rem 0.9375rem 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 -0.375rem 0.625rem 0.3125rem #f2f2f2;
  box-shadow: inset 0 -0.375rem 0.625rem 0.3125rem #f2f2f2;
  top: 3.4375rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
  border: 0.0625rem solid #d7d7d7;
  border-top: none;
  z-index: 2;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: left;
}

.c-search-bar__suggestions:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 1.375rem;
  left: 0;
  opacity: 0;
  top: -1.25rem;
  background: #fff;
  -webkit-box-shadow: inset 0.9375rem 0 0.625rem -0.625rem #f2f2f2,
    inset -0.9375rem 0 0.625rem -0.625rem #f2f2f2;
  box-shadow: inset 0.9375rem 0 0.625rem -0.625rem #f2f2f2,
    inset -0.9375rem 0 0.625rem -0.625rem #f2f2f2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-search-bar__suggestions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-search-bar__suggestions-content {
  overflow: scroll;
  min-height: 2.1875rem;
  max-height: 10rem;
}

.c-search-bar__suggestions-view-all {
  margin: 0.625rem 0;
  text-align: center;
}

.c-search-bar__open {
  position: relative;
}

.c-search-bar__open .c-search-bar__input[type='text'] {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  left: 0;
  margin-right: auto;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.c-search-bar__open .c-search-bar__suggestions {
  opacity: 1;
  pointer-events: inherit;
}

.c-search-bar__open .c-search-bar__suggestions:before {
  opacity: 1;
}

.c-search-bar__autocomplete-pin {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #77787b;
  margin: 0.9375rem 0 0.125rem;
}

.c-search-bar__autocomplete-pin:first-child {
  margin-top: 0;
}

.c-search-bar__autocomplete-link {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 2rem;
  color: #000;
}

.c-search-bar__autocomplete-highlight {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.0625rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .c-search-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .c-search-bar__input[type='text'] {
    border-radius: 0.3125rem 2.0625rem 2.0625rem 0.3125rem;
    padding-right: 11.875rem;
    width: 100%;
  }

  .c-search-bar__cta {
    margin: 0;
    position: absolute;
    right: 0;
  }

  .c-search-bar__suggestions {
    width: calc(100% - 8.3125rem);
  }

  .c-search-bar__suggestions-view-all {
    margin: 1.25rem auto 0.625rem;
    min-width: 7.5rem;
  }

  .c-search-bar__open .c-search-bar__input[type='text'] {
    width: calc(100% - 8.3125rem);
  }
}

.c-personalize-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-personalize-badge__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.c-personalize-badge__label {
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  margin-left: 0.3125rem;
  text-transform: uppercase;
}

.c-personalize-badge__promo {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #c41230;
  margin-left: 0.5rem;
}

.c-play-button {
  display: block;
  width: 0.75rem;
  height: 0.625rem;
  cursor: pointer;
}

.c-play-button:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

.c-play-button .m-icon {
  position: relative;
  z-index: 2;
}

.c-scroll-to__anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.375rem;
}

.c-scroll-to__icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.c-scroll-to__label {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.c-scroll-to--top {
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  right: -0.625rem;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.4s linear;
  transition: transform 0.4s ease-in-out, opacity 0.4s linear;
  transition: transform 0.4s ease-in-out, opacity 0.4s linear,
    -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateY(calc(100% + 2rem));
  -ms-transform: translateY(calc(100% + 2rem));
  transform: translateY(calc(100% + 2rem));
  opacity: 0;
}

body.half-sticky .c-scroll-to--top,
body.sticky .c-scroll-to--top {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c-scroll-to--top .c-scroll-to__anchor {
  border-radius: 2rem 0 0 2rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .c-scroll-to--top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.c-product-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-product-nav--in-header {
  z-index: -1;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
}

.c-product-nav--in-header .c-product-nav__topbar-inner {
  padding: 0;
  width: 100%;
}

.c-product-nav__topbar-inner {
  position: relative;
  line-height: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  overflow-x: auto;
  z-index: 2;
  width: calc(100% - 2.5rem);
  padding: 0 1.25rem;
  margin: 0 auto;
}

.c-product-nav__left {
  display: none;
}

.c-product-nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-product-nav__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #3e3936;
  text-transform: uppercase;
  margin: 0;
  display: inline;
}

.c-product-nav__anchor {
  height: 2.5rem;
  line-height: 2.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #3e3936;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
  white-space: nowrap;
}

.c-product-nav__anchor--selected:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #c41230;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.c-product-nav__buttons {
  display: none;
}

@media (min-width: 768px) {
  .c-product-nav--in-header .c-product-nav__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .c-product-nav__topbar-inner {
    padding: 0;
    height: auto;
    overflow: visible;
    width: 100%;
  }

  .c-product-nav__wrapper {
    padding: 1.25rem 1.25rem 0;
  }

  .c-product-nav__left {
    display: block;
    min-height: 2.1875rem;
    height: auto;
    line-height: 2.1875rem;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .c-product-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
    -o-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
    transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
  }

  body.sticky-product-nav .c-product-nav {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
    -o-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
    transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
  }

  .c-product-nav--in-header {
    max-width: 100rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 5.625rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
    -o-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
    transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
  }

  body.sticky-product-nav .c-product-nav--in-header {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
    -o-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
    transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
  }

  .c-product-nav--in-header .c-product-nav__wrapper {
    max-width: 68rem;
    padding: 1.25rem 0 0;
    min-height: 4.625rem;
  }

  .c-product-nav--in-header .c-product-nav__topbar-inner {
    max-width: 68rem;
    border-bottom: none;
  }

  .c-product-nav--in-header .c-product-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0.3125rem;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-product-nav--in-header .c-product-nav__left {
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .c-product-nav__wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 68rem;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
  }

  .c-product-nav__topbar-inner {
    border-bottom: 0.0625rem solid #cecece;
  }

  .c-product-nav__right {
    min-height: 2.1875rem;
    height: auto;
    line-height: 2.1875rem;
    text-align: left;
  }

  .c-product-nav__anchor {
    height: 2.1875rem;
    line-height: 2.1875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .c-product-nav__buttons .m-product__btn {
    width: auto;
    min-width: 6.875rem;
  }

  .c-product-nav__price {
    margin-right: 1.5625rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .c-product-nav__price--discount {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5;
    text-decoration: line-through;
    display: inline-block;
  }
}

.c-product-features {
  background-color: #f2f2f2;
}

.c-product-features__wrapper {
  max-width: 68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 1.25rem;
}

.c-product-features__item {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #77787b;
  margin: 0.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-product-features__item:last-child {
  margin-bottom: 0;
}

.c-product-features .m-icon {
  width: auto;
  margin-right: 0.5rem;
  position: relative;
  top: -0.125rem;
}

.c-product-features .m-icon svg {
  width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  fill: #77787b;
}

.c-product-features--in-pdp {
  background-color: #fff;
}

.c-product-features--in-pdp .c-product-features__wrapper {
  border: 0.0625rem solid #f2f2f2;
}

@media (min-width: 768px) {
  .c-product-features {
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: auto;
  }

  .c-product-features__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    padding: 0;
    margin: 1.25rem 1.5625rem;
    width: calc(100% - 5.625rem);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-product-features__wrapper:after,
  .c-product-features__wrapper:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: -0.9375rem;
    height: 0.0625rem;
    background: #d2d3d5;
    width: 100%;
    z-index: 0;
  }

  .c-product-features__wrapper:before {
    left: -0.9375rem;
    right: auto;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .c-product-features__item {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 15.625rem;
    padding: 0 0.9375rem;
    background-color: #f2f2f2;
    z-index: 1;
  }

  .c-product-features--in-pdp .c-product-features__wrapper {
    border: none;
    width: 100%;
    margin: 1.25rem auto;
  }

  .c-product-features--in-pdp .c-product-features__item {
    background-color: #fff;
  }
}

@media (min-width: 1025px) {
  .c-product-features__item {
    max-width: none;
  }
}

.c-navigation-menu {
  width: 100%;
}

.c-navigation-menu.c-navigation-menu--sticky {
  visibility: visible;
}

.c-navigation-menu.c-navigation-menu--sticky[cloned] {
  display: none;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 0.0625rem solid #cecece;
  padding-top: 1rem;
  max-width: 100rem;
  margin: 0 auto;
}

body.sticky .c-navigation-menu.c-navigation-menu--sticky {
  visibility: hidden;
}

body.sticky .c-navigation-menu.c-navigation-menu--sticky[cloned] {
  display: block;
  visibility: visible;
  position: relative;
  z-index: 999;
}

.c-navigation-menu--with-margin-bottom {
  margin-bottom: 1.875rem;
}

.c-navigation-menu__wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.c-navigation-menu__topbar-inner {
  position: relative;
  line-height: 2.5rem;
  overflow: hidden;
  overflow-x: auto;
  z-index: 2;
  margin: 0 auto;
  border-bottom: 0.0625rem solid #cecece;
}

.c-navigation-menu--sticky[cloned] .c-navigation-menu__topbar-inner {
  border-bottom: none;
}

.c-navigation-menu__left {
  min-height: 2.1875rem;
  height: auto;
  line-height: 2.1875rem;
  text-align: left;
}

.c-navigation-menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-navigation-menu__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #3e3936;
  text-transform: uppercase;
  margin: 0;
  display: inline;
}

.c-navigation-menu__anchor {
  height: 2.5rem;
  line-height: 2.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #3e3936;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
  white-space: nowrap;
}

.c-navigation-menu__anchor:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #c41230;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.c-navigation-menu__anchor--selected::after {
  opacity: 1;
}

@media (min-width: 768px) {
  .c-navigation-menu__topbar-inner {
    padding: 0;
    overflow: visible;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  body.half-sticky .c-navigation-menu.c-navigation-menu--sticky {
    visibility: hidden;
  }

  body.half-sticky .c-navigation-menu.c-navigation-menu--sticky[cloned] {
    display: block;
    visibility: visible;
    position: relative;
    z-index: 999;
  }

  .c-navigation-menu__wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 68rem;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
  }

  .c-navigation-menu__right {
    min-height: 2.1875rem;
    height: auto;
    line-height: 2.1875rem;
    text-align: left;
  }

  .c-navigation-menu__anchor {
    height: 2.1875rem;
    line-height: 2.1875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .c-navigation-menu__anchor:hover::after {
    opacity: 1;
  }
}

.c-tooltip {
  display: inline-block;
  margin-top: 1rem;
  position: relative;
}

.c-tooltip__label-wrapper {
  position: relative;
  line-height: 0;
}

.c-tooltip__label {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #000;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}

.c-tooltip__icon {
  display: none;
  height: 1.125rem;
  width: 1.125rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}

.c-tooltip__sprite {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.c-tooltip__sprite svg {
  width: 100%;
  height: 100%;
}

.c-tooltip__box {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #000;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 17.5rem;
  position: absolute;
  z-index: 100;
  top: calc(100% + 0.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  background-color: #f2f2f2;
  border: 0.0625rem solid #d2d3d5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
  -o-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
  transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
}

.c-tooltip--open .c-tooltip__box {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
}

.c-tooltip--box-left-aligned .c-tooltip__box {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-tooltip--box-right-aligned .c-tooltip__box {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-tooltip--box-left-aligned.c-tooltip--box-right-aligned .c-tooltip__box {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12.5rem;
}

.c-tooltip__close {
  position: absolute;
  top: 13px;
  right: 13px;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

.c-tooltip__text {
  padding-right: 1.75rem;
}

@media (min-width: 768px) {
  .c-tooltip__box {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 20rem;
  }

  .c-tooltip--box-left-aligned .c-tooltip__box {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .c-tooltip--box-right-aligned .c-tooltip__box {
    left: auto;
    right: 0;
  }

  .c-tooltip--box-left-aligned.c-tooltip--box-right-aligned .c-tooltip__box {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20rem;
  }
}

@media (min-width: 1025px) {
  .c-tooltip__close {
    display: none;
  }

  .c-tooltip__text {
    padding-right: 0;
  }
}

.c-lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-lang-switcher__list {
  margin-left: 0.75rem;
  padding: 0;
}

.c-lang-switcher__item {
  margin-left: 0.75rem;
  padding-left: 0.5rem;
}

.c-lang-switcher__item:first-of-type {
  margin-left: 0;
}

.c-lang-switcher__current,
.c-lang-switcher__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-lang-switcher__label {
  display: inline-block;
  padding: 0.3125rem 0.5625rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #000;
}

.c-lang-switcher__current {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0.5rem;
  border: 0.0625rem solid #d2d3d5;
}

.c-lang-switcher__current .m-icon {
  width: 0.625rem;
  height: 0.3125rem;
}

@media (min-width: 1025px) {
  .c-lang-switcher {
    display: block;
    position: relative;
  }

  .c-lang-switcher__list {
    display: none;
    position: absolute;
    top: 1.75rem;
    left: 0;
    margin-left: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .c-lang-switcher[open] .c-lang-switcher__list {
    display: block;
    border: 0.0625rem solid #d2d3d5;
    border-top: 0;
  }

  .c-lang-switcher__item {
    margin: 0;
  }

  .c-lang-switcher__current:hover > .c-lang-switcher__label,
  .c-lang-switcher__lang:hover > .c-lang-switcher__label {
    color: #c41230;
  }

  .c-lang-switcher__current {
    border: 0;
    padding-right: 0.5rem;
  }

  .c-lang-switcher[open] .c-lang-switcher__current {
    position: relative;
  }

  .c-lang-switcher[open] .c-lang-switcher__current::before {
    content: '';
    border: 0.0625rem solid #d2d3d5;
    border-bottom: 0;
    position: absolute;
    top: -0.0625rem;
    left: 0;
    width: calc(100% - 0.125rem);
    height: 100%;
  }

  .c-lang-switcher[open] .c-lang-switcher__current .m-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.c-tabs__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: 0.0625rem solid #d2d3d5;
}

.c-tabs__header-item {
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #000;
  text-transform: uppercase;
  margin-right: 1.125rem;
  position: relative;
  top: 0.0625rem;
  border-bottom: 0.125rem solid transparent;
}

.c-tabs__header-item:last-child {
  margin: 0;
}

.c-tabs__header-item.c-tabs-active {
  border-bottom-color: #c41230;
}

.c-tabs__body-item {
  display: none;
  padding-top: 0.8125rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.c-tabs__body-item.c-tabs-active {
  display: block;
}

.c-web-exclusive-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-web-exclusive-badge__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.c-web-exclusive-badge__label {
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  margin-left: 0.3125rem;
  text-transform: uppercase;
}

.c-web-exclusive-badge__promo {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #c41230;
  margin-left: 0.5rem;
}

.c-product-sticker {
  position: fixed;
  z-index: 10001;
  background-color: #fff;
  height: 5rem;
  display: block;
  width: 100%;
  bottom: 0;
  -webkit-box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.1875rem 0 rgba(0, 0, 0, 0.5);
}

.c-product-sticker__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-product-sticker__left {
  width: 55%;
}

.c-product-sticker__price {
  position: fixed;
  bottom: 0.625rem;
  left: 0.625rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

.c-product-sticker__price--discount {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 2.125rem;
  text-decoration: line-through;
}

.c-product-sticker__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  padding-right: 0.625rem;
}

.c-product-sticker__buttons .m-product__btn {
  width: auto;
  min-width: auto;
  padding: 0 0.75rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-product-sticker__buttons .m-product__btn .m-icon {
  margin: 0;
}

.c-product-sticker__buttons .m-product__btn--personalise {
  padding: 0 0.625rem;
  margin-right: 0.625rem;
}

.c-product-sticker__buttons
  .m-product__btn--personalise
  .m-icon--icon-personalize {
  padding-right: 0.3125rem;
}

.c-product-sticker__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
}

.c-product-sticker__colors-label-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem;
}

.c-product-sticker__color-icon {
  display: block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.1875rem solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.1875rem 0 rgba(0, 0, 0, 0.5);
  margin-top: 0.3125rem;
}

.c-product-sticker__color-icon img {
  vertical-align: top;
}

.c-product-sticker__color-label {
  margin-left: 0.625rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 2.125rem;
}

@media (min-width: 768px) {
  .c-product-sticker {
    display: none;
  }
}

@media (min-width: 1025px) {
  .c-product-sticker {
    display: none;
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  z-index: 10;
  cursor: pointer;
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type='tel'],
.iti input[type='text'] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: 0;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}

.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type='tel'],
.iti--allow-dropdown input[type='text'],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type='tel'],
.iti--separate-dial-code input[type='text'] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0 0 1px 0 #888;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(https://assets.wpsandwatch.com/static_assets/images/ka/country-flags/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(https://assets.wpsandwatch.com/static_assets/images/ka/country-flags/flags@2x.png);
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

.m-blocks {
  max-width: 68rem;
  margin: 2.5rem auto;
  text-align: center;
}

.m-blocks__heading {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2rem;
  color: #3e3936;
}

.m-blocks__heading,
.m-blocks__wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.m-blocks__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 2rem auto;
  text-align: left;
}

.m-blocks-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

.m-blocks-item__image-wrapper {
  position: relative;
  text-align: center;
}

.m-blocks-item__image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.875rem;
  width: 97%;
}

.m-blocks-item__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.4375rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.m-blocks-item__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.m-blocks-item__heading,
.m-blocks-item__text,
.m-blocks-item__title {
  color: #3e3936;
}

.m-blocks-item__cta {
  color: #c41230;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.m-blocks__cta {
  padding: 0.9375rem 1.5625rem;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  background-color: #c20038;
}

@media (min-width: 768px) {
  .m-blocks {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .m-blocks__heading {
    font-size: 2.625rem;
    line-height: 2.75rem;
  }

  .m-blocks__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 4rem auto;
  }

  .m-blocks-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-blocks-item__image-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
  }

  .m-blocks-item__text-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
    padding: 0 1.5625rem;
  }
}

@media (min-width: 1025px) {
  .m-blocks__wrapper {
    padding: 0;
  }
}

.m-category-banner {
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
}

.m-category-banner__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-category-banner__banner {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.m-category-banner__banner:nth-child(2) {
  margin-top: 0.9375rem;
}

.m-category-banner .m-home-banner__box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.m-category-banner .m-home-banner__content {
  padding: 0 1.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.m-category-banner .m-home-banner__content--conditions {
  padding: 0 2.5rem 0 1.25rem;
}

.m-category-banner .m-home-banner__title {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.m-category-banner .m-home-banner__cta {
  margin-top: 0.9375rem;
  padding: 0 1rem;
}

.m-category-banner .m-home-banner__image-cnt {
  padding-bottom: 100%;
}

@media (max-width: 767px) {
  .m-category-banner .m-home-banner .c-tooltip__icon {
    right: 0.625rem;
  }

  .m-category-banner .m-home-banner .c-tooltip__box {
    width: calc(100% - 0.3125rem);
    right: -0.3125rem;
  }
}

.m-category-banner .m-home-banner--right .m-home-banner__box-wrp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.m-category-banner .m-home-banner--left .m-home-banner__box-wrp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.m-category-banner
  .m-home-banner.m-home-banner--right
  .m-home-banner__notes--conditions {
  text-align: left;
}

.m-category-banner .m-home-banner.m-home-banner--right .m-home-banner__icon {
  margin-left: 40%;
}

.m-category-banner .m-home-banner.m-home-banner--left .m-home-banner__icon {
  margin-right: 0.25rem;
}

@media (min-width: 768px) {
  .m-category-banner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .m-category-banner__wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .m-category-banner__banner {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .m-category-banner__banner:first-child {
    margin-right: 0.1875rem;
  }

  .m-category-banner__banner:last-child {
    margin-left: 0.1875rem;
  }

  .m-category-banner__banner:nth-child(2) {
    margin-top: 0;
  }

  .m-category-banner.m-category-banner--right
    .m-home-banner--left
    .m-home-banner__box-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .m-category-banner.m-category-banner--right
    .m-home-banner--left
    .m-home-banner__badge {
    right: 0;
    left: initial;
    border-radius: 1.375rem 0 0 1.375rem;
  }

  .m-category-banner.m-category-banner--right
    .m-home-banner--left
    .m-home-banner__image {
    -o-object-position: top right;
    object-position: top right;
  }

  .m-category-banner.m-category-banner--right
    .m-home-banner--right
    .m-home-banner__box-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .m-category-banner.m-category-banner--left
    .m-home-banner--left
    .m-home-banner__box-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-category-banner.m-category-banner--left
    .m-home-banner--right
    .m-home-banner__box-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-category-banner.m-category-banner--left
    .m-home-banner--right
    .m-home-banner__badge {
    left: 0;
    right: initial;
  }

  .m-category-banner.m-category-banner--left
    .m-home-banner--right
    .m-home-banner__image {
    -o-object-position: top left;
    object-position: top left;
  }

  .m-category-banner .m-home-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .m-category-banner .m-home-banner__box {
    height: 11.875rem;
  }

  .m-category-banner .m-home-banner__box--content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .m-category-banner .m-home-banner__box--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .m-category-banner .m-home-banner .c-tooltip {
    top: auto;
  }

  .m-category-banner .m-home-banner__image-cnt {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .m-category-banner .m-home-banner {
    max-width: none;
  }

  .m-category-banner .m-home-banner__content {
    padding: 0 1.5rem;
  }
}

.m-column-contents-wrapper {
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
}

.m-column-contents-wrapper--with-margin-top {
  margin-top: 2.5rem;
}

.m-column-contents-wrapper__heading {
  text-align: center;
}

.m-column-contents-wrapper__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 0.875rem;
}

.m-column-contents-wrapper__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
  margin-bottom: 0.875rem;
}

.m-column-contents-wrapper__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-column-contents {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 84.78%;
  flex: 0 0 84.78%;
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding-bottom: 1rem;
}

.m-column-contents > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.m-column-contents:last-of-type {
  margin-right: 0;
}

.m-column-contents__image-cnt {
  position: relative;
  margin-bottom: 1.25rem;
}

.m-column-contents__picture {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
  padding-bottom: 75%;
}

.m-column-contents__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.m-column-contents__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.125rem;
  color: #000;
  margin-bottom: 1rem;
}

.m-column-contents__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
  margin-bottom: auto;
  margin-top: 1rem;
}

.m-column-contents__text a {
  color: inherit;
  text-decoration: underline;
}

.m-column-contents__text b,
.m-column-contents__text strong {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.m-column-contents__cta {
  width: calc(100% - 2rem);
  margin-top: auto;
  margin-bottom: 1.25rem;
}

.m-column-contents-slider__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.875rem;
}

.m-column-contents-slider__pagination--locked {
  display: none;
}

.m-column-contents-slider__bullet {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  height: 0.625rem;
  background-color: #a8a8a9;
  opacity: 1;
  border-radius: 100%;
  margin: 0 0.25rem;
  cursor: pointer;
}

.m-column-contents-slider__bullet--active {
  background-color: #c41230;
}

@media (min-width: 768px) {
  .m-column-contents-wrapper {
    max-width: 68rem;
    margin: 0 auto 2.5rem;
  }

  .m-column-contents-wrapper--with-margin-top {
    margin-top: 2.5rem;
  }

  .m-column-contents-wrapper__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 2.3125rem;
    letter-spacing: 0;
    margin-bottom: 1.375rem;
  }

  .m-column-contents-wrapper__subtitle {
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .m-column-contents-wrapper__columns {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .m-column-contents-wrapper__columns > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .m-column-contents-wrapper__columns > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .m-column-contents-wrapper__columns > :nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .m-column-contents-wrapper__columns--2 {
    -ms-grid-columns: 22.625rem 22.625rem;
    grid-template-columns: 22.625rem 22.625rem;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-column-contents-wrapper__columns--2 > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .m-column-contents-wrapper__columns--2 > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .m-column-contents {
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4% 1rem;
  }

  .m-column-contents__title {
    letter-spacing: -0.01em;
  }

  .m-column-contents__cta {
    max-width: 15.625rem;
  }

  .m-column-contents-slider__pagination {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .m-column-contents-wrapper {
    padding: 0;
    margin-bottom: 5rem;
  }

  .m-column-contents-wrapper--with-margin-top {
    margin-top: 5rem;
  }

  .m-column-contents-wrapper__title {
    margin-bottom: 1.75rem;
  }

  .m-column-contents-wrapper__subtitle {
    margin-bottom: 1.5rem;
  }

  .m-column-contents {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }

  .m-column-contents__image-cnt {
    margin-bottom: 1.5rem;
  }

  .m-column-contents__title {
    -ms-flex-preferred-size: 1.125rem;
    flex-basis: 1.125rem;
  }

  .m-column-contents__text {
    margin-bottom: 1.125rem;
  }
}

.m-comparison-matrix {
  margin: 1.25rem auto;
}

.m-comparison-matrix__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.m-comparison-matrix__column-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
}

.m-comparison-matrix__column-picture-wrap {
  width: 12.5rem;
  margin: 1.25rem auto 0;
}

.m-comparison-matrix__column-picture {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.m-comparison-matrix__column-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-comparison-matrix__column-rows {
  margin-top: 1.25rem;
}

.m-comparison-matrix__column-row--title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000;
  padding: 0.9375rem 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f2f2;
}

.m-comparison-matrix__column:not(:last-child)
  .m-comparison-matrix__column-row--title {
  padding-right: 0;
}

.m-comparison-matrix__column-row--text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
  padding: 0.9375rem 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-comparison-matrix__column:not(:last-child)
  .m-comparison-matrix__column-row--text {
  padding-right: 0;
}

.m-comparison-matrix__column-row--text b,
.m-comparison-matrix__column-row--text strong {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
}

.m-comparison-matrix__column-row--text em,
.m-comparison-matrix__column-row--text i {
  font-style: italic;
}

.m-comparison-matrix__column-row--text a {
  text-decoration: underline;
  color: #000;
}

.m-comparison-matrix__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.m-comparison-matrix__pagination--locked {
  display: none;
}

.m-comparison-matrix__bullet {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  height: 0.625rem;
  background-color: #a8a8a9;
  opacity: 1;
  border-radius: 100%;
  margin: 0 0.25rem;
  cursor: pointer;
}

.m-comparison-matrix__bullet--active {
  background-color: #c41230;
}

@media (min-width: 768px) {
  .m-comparison-matrix {
    margin: 1.875rem auto;
  }

  .m-comparison-matrix__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .m-comparison-matrix__columns--2-items .m-comparison-matrix__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .m-comparison-matrix__columns--3-items .m-comparison-matrix__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .m-comparison-matrix__columns--more-items .m-comparison-matrix__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

@media (min-width: 1025px) {
  .m-comparison-matrix {
    max-width: 68rem;
    margin: 2.5rem auto;
  }
}

.m-full-banner--with-top-margin {
  margin-top: 2.8125rem;
}

.m-full-banner--with-bottom-margin {
  margin-bottom: 0.625rem;
}

.m-full-banner__inner {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.m-full-banner__picture-wrap {
  position: relative;
  background-color: #000;
}

.m-full-banner__picture-wrap:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  mix-blend-mode: soft-light;
}

.m-full-banner--no-overlay .m-full-banner__picture-wrap::after {
  content: none;
}

.m-full-banner__picture-content {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100%;
}

.m-full-banner__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-full-banner__image {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-full-banner__text-box {
  background-color: #efe6d5;
}

.m-full-banner__text-box-content {
  padding: 1.25rem 1.25rem 2.1875rem;
  text-align: center;
}

.m-full-banner__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #000;
  margin: 0;
}

.m-full-banner__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
  margin: 1.25rem 0 0;
}

.m-full-banner__secondary-text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
  margin: 1.5rem 0 0;
}

.m-full-banner__cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.25rem;
}

.m-full-banner__cta {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.9375rem;
}

.m-full-banner__bottom-text-wrap {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  margin-top: 1.25rem;
}

.m-full-banner .c-tooltip {
  display: block;
  max-width: 18.75rem;
  margin: 1.25rem auto 0;
}

.m-full-banner .c-tooltip__label {
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .m-full-banner--with-top-margin {
    margin-top: 2.5rem;
  }

  .m-full-banner--with-bottom-margin {
    margin-bottom: 1.5625rem;
  }

  .m-full-banner__picture-content {
    padding-bottom: 50%;
  }

  .m-full-banner__secondary-text {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .m-full-banner__cta {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .m-full-banner--with-top-margin {
    margin-top: 5rem;
  }

  .m-full-banner--with-bottom-margin {
    margin-bottom: 2.5rem;
  }

  .m-full-banner__inner-content {
    position: relative;
  }

  .m-full-banner__picture-content {
    padding-bottom: 40%;
  }

  .m-full-banner__text-box {
    background-color: transparent;
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 33%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .m-full-banner__text-box--left {
    right: auto;
    left: 10%;
  }

  .m-full-banner__text-box-content {
    padding: 0;
    text-align: left;
    background-color: transparent !important;
  }

  .m-full-banner__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.75rem;
    line-height: 2.875rem;
    color: #fff;
  }

  .m-full-banner__subtitle {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 1.25rem 0 0;
    color: #fff;
  }

  .m-full-banner__secondary-text {
    color: #fff;
  }

  .m-full-banner__cta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .m-full-banner__cta {
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 1.25rem);
    flex: 0 0 calc(40% - 1.25rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .m-full-banner__bottom-text-wrap {
    color: #fff;
    margin-top: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .m-full-banner .c-tooltip {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .m-full-banner .c-tooltip__label {
    color: #fff !important;
  }
}

.m-free-text {
  margin: 1.25rem 0;
}

.m-free-text__title {
  padding: 0 1.25rem;
  margin-bottom: 1.5rem;
  color: #000;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.8125rem;
}

.m-free-text__text {
  padding: 0 1.25rem;
  text-align: left;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.m-free-text__text a {
  color: inherit;
  text-decoration: underline;
}

.m-free-text__text p {
  margin-top: 0.75rem;
}

.m-free-text__text p:first-of-type {
  margin-top: 0;
}

.m-free-text__text b,
.m-free-text__text strong {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

@media (min-width: 1025px) {
  .m-free-text__content {
    max-width: 59.375rem;
    margin: 0 auto;
  }

  .m-free-text__text,
  .m-free-text__title {
    padding: 0;
  }
}

.m-header-banner {
  color: #000;
  background-color: #d2e1d8;
  overflow: hidden;
  max-width: 37.5rem;
}

.m-header-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: inherit;
}

.m-header-banner__picture-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.25%;
  flex: 0 0 22.25%;
}

.m-header-banner--large .m-header-banner__picture-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.3%;
  flex: 0 0 36.3%;
}

.m-header-banner__content-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77.75%;
  flex: 0 0 77.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-header-banner--large .m-header-banner__content-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63.7%;
  flex: 0 0 63.7%;
}

.m-header-banner__content {
  padding: 0.625rem 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-header-banner__picture {
  position: relative;
  display: block;
  min-height: 100%;
  padding-bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-header-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-header-banner__title {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: inherit;
  text-transform: uppercase;
}

.m-header-banner__title b,
.m-header-banner__title strong {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
}

.m-header-banner__text {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: inherit;
  margin-top: 0.625rem;
}

.m-header-banner {
  color: #000;
  background-color: #d2e1d8;
  overflow: hidden;
  max-width: 50rem;
}

.m-header-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: inherit;
}

.m-header-banner__picture-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.25%;
  flex: 0 0 22.25%;
}

.m-header-banner--large .m-header-banner__picture-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.3%;
  flex: 0 0 36.3%;
}

.m-header-banner__content-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77.75%;
  flex: 0 0 77.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-header-banner--large .m-header-banner__content-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63.7%;
  flex: 0 0 63.7%;
}

.m-header-banner__content {
  padding: 0.625rem 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-header-banner__picture {
  position: relative;
  display: block;
  min-height: 100%;
  padding-bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-header-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-header-banner__title {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: inherit;
  text-transform: uppercase;
}

.m-header-banner__title b,
.m-header-banner__title strong {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
}

.m-hero-banner-overflowing {
  margin-bottom: 2.5rem;
}

.m-hero-banner-overflowing--with-top-margin {
  margin-top: 2.5rem;
}

.m-hero-banner-overflowing__background {
  background-color: #f2f2f2;
}

.m-hero-banner-overflowing__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1.5rem 0;
}

.m-hero-banner-overflowing__images {
  width: 48%;
  min-width: 11.25rem;
  position: relative;
}

.m-hero-banner-overflowing--animated .m-hero-banner-overflowing__image-cnt {
  opacity: 0;
}

.m-hero-banner-overflowing__image-cnt--animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-hero-banner-overflowing--animated
  .m-hero-banner-overflowing__image-cnt--animation {
  opacity: 1;
}

.m-hero-banner-overflowing__picture {
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.m-hero-banner-overflowing__image-cnt--animation
  .m-hero-banner-overflowing__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.m-hero-banner-overflowing__image-cnt--animation
  .m-hero-banner-overflowing__picture--active {
  opacity: 1;
}

.m-hero-banner-overflowing__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-hero-banner-overflowing__text {
  text-align: center;
  padding: 1.3125rem 1.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-hero-banner-overflowing__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 2.1875rem;
  line-height: 2.375rem;
  color: #c41230;
  margin: 0;
}

.m-hero-banner-overflowing__sub-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #000;
  margin-top: 0.75rem;
}

.m-hero-banner-overflowing__cta {
  margin-top: 1.125rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0 1.9375rem;
}

@media (min-width: 768px) {
  .m-hero-banner-overflowing {
    margin-top: 1.5625rem;
    margin-bottom: 4.6875rem;
  }

  .m-hero-banner-overflowing--with-top-margin {
    margin-top: 4.375rem;
  }

  .m-hero-banner-overflowing__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    max-width: 68rem;
    margin-left: auto;
    margin-right: auto;
    height: 17.5rem;
    padding: 0;
  }

  .m-hero-banner-overflowing__images {
    position: absolute;
    width: 22.5rem;
    height: 22.5rem;
    left: 1.5625rem;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 1;
  }

  .m-hero-banner-overflowing__image-cnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .m-hero-banner-overflowing__text {
    text-align: left;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 0 0.9375rem;
    margin-left: auto;
    width: calc(100% - 26.25rem);
  }

  .m-hero-banner-overflowing__sub-title {
    line-height: 1.25rem;
  }

  .m-hero-banner-overflowing__cta {
    margin-top: 0.75rem;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .m-hero-banner-overflowing {
    margin-top: 2.5rem;
    margin-bottom: 7.5rem;
  }

  .m-hero-banner-overflowing--with-top-margin {
    margin-top: 8.75rem;
  }

  .m-hero-banner-overflowing__inner {
    height: 25.875rem;
  }

  .m-hero-banner-overflowing__images {
    width: 34.375rem;
    height: 34.375rem;
    left: 0;
  }

  .m-hero-banner-overflowing__text {
    padding: 0 0 0 0.9375rem;
    width: calc(100% - 37.5rem);
  }

  .m-hero-banner-overflowing__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 3.625rem;
    line-height: 3.75rem;
  }

  .m-hero-banner-overflowing__subtitle {
    line-height: 1.5rem;
  }

  .m-hero-banner-overflowing__cta,
  .m-hero-banner-overflowing__sub-title {
    margin-top: 1.25rem;
  }
}

.m-hero-column-banner-wrapper {
  margin: 1.5rem 0;
}

.m-hero-column-banner-wrapper > :last-child {
  margin-top: 1.5rem;
}

.m-hero-column-banner {
  max-width: 68rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-hero-column-banner__figure {
  padding-bottom: 56.27%;
  position: relative;
  margin: 0;
}

.m-hero-column-banner__image,
.m-hero-column-banner__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
  overflow: hidden;
}

.m-hero-column-banner__actions-wrapper {
  position: relative;
}

.m-hero-column-banner__actions {
  background-color: #c41130;
  color: #fff;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hero-column-banner__heading {
  margin-bottom: 2rem;
  position: relative;
}

.m-hero-column-banner__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.25rem;
  max-width: 80%;
  color: #000;
}

.m-hero-column-banner__title i {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-hero-column-banner__cta-wrapper {
  text-align: center;
}

.m-hero-column-banner__cta {
  min-width: 10rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.9375rem;
}

.m-hero-column-banner__badge {
  position: absolute;
  top: 1.875rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.02em;
  background-color: #f2f2f2;
  color: #c41230;
  z-index: 2;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 8.75rem;
}

.m-hero-column-banner__badge--right {
  right: 0;
  left: initial;
  padding: 0.6875rem 1.0625rem 0.5625rem 1.375rem;
  border-radius: 1.375rem 0 0 1.375rem;
}

.m-hero-column-banner__badge--left {
  left: 0;
  right: initial;
  padding: 0.6875rem 1.375rem 0.5625rem 1.0625rem;
  border-radius: 0 1.375rem 1.375rem 0;
}

.m-hero-column-banner .c-tooltip__label {
  color: #77787b;
}

@media (max-width: 767px) {
  .m-hero-column-banner .c-tooltip {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
  }

  .m-hero-column-banner .c-tooltip__label {
    display: none;
  }

  .m-hero-column-banner .c-tooltip__icon {
    display: initial;
    position: absolute;
    top: -0.75rem;
    right: 2.125rem;
  }

  .m-hero-column-banner .c-tooltip__box {
    width: calc(100% - 1.875rem);
    left: auto;
    right: 0.9375rem;
    top: calc(100% + 1.875rem);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .m-hero-column-banner .c-tooltip__box:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: -0.75rem;
    right: auto;
    bottom: auto;
    left: 0.9375rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.75rem 0.75rem 0.75rem;
    border-color: transparent transparent #f2f2f2 transparent;
  }

  .m-hero-column-banner .c-tooltip__box:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -0.8125rem;
    right: auto;
    bottom: auto;
    left: 0.875rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.8125rem 0.8125rem 0.8125rem;
    border-color: transparent transparent #d2d3d5 transparent;
  }

  .m-hero-column-banner .c-tooltip__box:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: -0.75rem;
    right: 0.9375rem;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
  }

  .m-hero-column-banner .c-tooltip__box:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -0.8125rem;
    right: 0.875rem;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
  }
}

@media (min-width: 768px) {
  .m-hero-column-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 70.5rem;
    margin: 1.5rem auto;
    padding: 0 1.25rem;
  }

  .m-hero-column-banner-wrapper > * {
    width: calc(50% - 0.75rem);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.75rem);
    flex: 0 0 calc(50% - 0.75rem);
  }

  .m-hero-column-banner-wrapper > :not(:last-child) {
    margin-right: 1.5rem;
  }

  .m-hero-column-banner-wrapper > :last-child {
    margin-top: 0;
  }

  .m-hero-column-banner__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.125rem;
  }

  .m-hero-column-banner__heading {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
  }

  .m-hero-column-banner__title {
    font-size: 1.125rem;
    line-height: 1.25rem;
    max-width: 75%;
  }

  .m-hero-column-banner__cta-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .m-hero-column-banner__cta {
    min-width: 0;
  }

  .m-hero-column-banner .c-tooltip {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1025px) {
  .m-hero-column-banner__title {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

.m-heading__title {
  padding: 1.25rem;
  color: #000;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.8125rem;
}

.m-heading__text {
  padding: 0 1.25rem 1.25rem;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.m-heading__text a {
  color: inherit;
  text-decoration: underline;
}

.m-heading__text b,
.m-heading__text strong {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.m-heading__border {
  height: 0.0625rem;
  background-color: #fff;
  margin: 0 auto 1.25rem;
  width: 3.75rem;
}

.m-heading--background {
  padding: 0.625rem 0;
}

.m-heading--background .m-heading__text,
.m-heading--background .m-heading__title {
  color: #fff;
}

.m-heading--with-top-margin {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .m-heading__wrapper {
    max-width: 45rem;
    margin: 0 auto;
  }

  .m-heading__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .m-heading {
    margin-bottom: 1.875rem;
  }

  .m-heading__wrapper {
    max-width: 59.375rem;
  }

  .m-heading__title {
    padding: 1.875rem 1.25rem;
  }

  .m-heading__text {
    padding: 0 1.875rem 1.875rem;
  }

  .m-heading--background {
    padding: 1.25rem 0;
  }

  .m-heading--with-top-margin {
    margin-top: 1.875rem;
  }
}

.m-home-banner {
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
}

.m-home-banner__wrp {
  position: relative;
}

.m-home-banner__box-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-home-banner__box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.m-home-banner__box--content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.m-home-banner__box--image {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.m-home-banner__content {
  background-color: #eee;
  padding: 2.1875rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.m-home-banner__cta,
.m-home-banner__notes,
.m-home-banner__text,
.m-home-banner__title {
  margin-top: 0.9375rem;
}

.m-home-banner__title {
  font-size: 1.875rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  line-height: 2.125rem;
  color: #000;
}

.m-home-banner__text {
  font-size: 0.9375rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: #000;
}

.m-home-banner__cta {
  margin-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.m-home-banner__notes {
  font-size: 0.8125rem;
  color: #000;
}

@media (max-width: 767px) {
  .m-home-banner .c-tooltip {
    position: absolute;
    z-index: 1;
    margin-top: 0;
    top: 1.875rem;
    left: 0;
    width: 100%;
  }

  .m-home-banner .c-tooltip__label {
    display: none;
  }

  .m-home-banner .c-tooltip__icon {
    display: initial;
    position: absolute;
    top: -0.75rem;
    right: 1.875rem;
  }

  .m-home-banner .c-tooltip__box {
    width: calc(100% - 1.875rem);
    left: auto;
    right: 0.9375rem;
    top: calc(100% + 1.875rem);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .m-home-banner .c-tooltip__box:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: -0.75rem;
    right: auto;
    bottom: auto;
    left: 0.9375rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.75rem 0.75rem 0.75rem;
    border-color: transparent transparent #f2f2f2 transparent;
  }

  .m-home-banner .c-tooltip__box:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -0.8125rem;
    right: auto;
    bottom: auto;
    left: 0.875rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.8125rem 0.8125rem 0.8125rem;
    border-color: transparent transparent #d2d3d5 transparent;
  }

  .m-home-banner .c-tooltip__box:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: -0.75rem;
    right: 0.9375rem;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
  }

  .m-home-banner .c-tooltip__box:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -0.8125rem;
    right: 0.875rem;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
  }
}

.m-home-banner__image-cnt {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.67%;
}

.m-home-banner--full-width .m-home-banner__image-cnt {
  padding-bottom: 96%;
}

.m-home-banner__image-positioner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-home-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-home-banner__badge {
  position: absolute;
  top: 1.875rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  background-color: #fff;
  color: #c41230;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 10.625rem;
}

.m-home-banner--right .m-home-banner__badge {
  right: 0;
  left: initial;
  padding: 0.6875rem 1.0625rem 0.5625rem 1.375rem;
  border-radius: 1.375rem 0 0 1.375rem;
}

.m-home-banner--left .m-home-banner__badge {
  left: 0;
  right: initial;
  padding: 0.6875rem 1.375rem 0.5625rem 1.0625rem;
  border-radius: 0 1.375rem 1.375rem 0;
}

.m-home-banner--full-width {
  max-width: 100%;
}

.m-home-banner--full-width .m-home-banner__content {
  padding: 1.5625rem;
}

.m-home-banner--full-width .m-home-banner__title {
  margin-top: 0;
}

.m-home-banner__video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
}

.m-home-banner__video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-home-banner .c-tooltip__box {
  z-index: 9999;
}

.m-home-banner--dropdown .m-home-banner__badge,
.m-home-banner--dropdown .m-home-banner__box--image {
  display: none;
}

.m-home-banner--dropdown .m-home-banner__sub-content {
  max-height: 0;
  -webkit-transition: max-height 0.8s ease-in-out;
  -o-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
  overflow: hidden;
}

.m-home-banner--dropdown .c-tooltip {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

.m-home-banner--dropdown .m-home-banner__triggers {
  margin-top: 0.625rem;
}

.m-home-banner--dropdown .m-home-banner__trigger {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: underline;
  color: #000;
}

.m-home-banner--dropdown .m-home-banner__trigger--close {
  display: none;
}

.m-home-banner--dropdown.m-home-banner--dropdown-open
  .m-home-banner__sub-content {
  max-height: 100vh;
}

.m-home-banner--dropdown.m-home-banner--dropdown-open
  .m-home-banner__sub-content.m-home-banner__sub-content--dropdown-open {
  overflow: inherit;
}

.m-home-banner--dropdown.m-home-banner--dropdown-open
  .m-home-banner__trigger--open {
  display: none;
}

.m-home-banner--dropdown.m-home-banner--dropdown-open
  .m-home-banner__trigger--close {
  display: inline;
}

.m-home-banner--dropdown.m-home-banner--dropdown-open .c-tooltip {
  opacity: 1;
}

@media (min-width: 768px) {
  .m-home-banner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .m-home-banner .m-video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 21.875rem;
  }

  .m-home-banner .m-video .m-video__media-embedded iframe {
    max-height: 21.875rem;
  }

  .m-home-banner--right .m-home-banner__box-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .m-home-banner--left .m-home-banner__box-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-home-banner__box {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    height: 21.875rem;
  }

  .m-home-banner__box--content {
    -ms-flex-preferred-size: 22.5rem;
    flex-basis: 22.5rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .m-home-banner__box--image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: #000;
  }

  .m-home-banner__content {
    height: 100%;
    padding: 0 0.9375rem 0 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-home-banner__notes,
  .m-home-banner__text,
  .m-home-banner__title {
    width: 100%;
  }

  .m-home-banner__image-cnt {
    height: 100%;
    padding-bottom: 0;
  }

  .m-home-banner__image-positioner {
    position: static;
    display: block;
  }

  .m-home-banner--right .m-home-banner__image {
    -o-object-position: top right;
    object-position: top right;
  }

  .m-home-banner--left .m-home-banner__image {
    -o-object-position: top left;
    object-position: top left;
  }

  .m-home-banner__video {
    max-height: 21.875rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .m-home-banner__video iframe {
    max-height: 21.875rem;
  }

  .m-home-banner--full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .m-home-banner--full-width .m-home-banner__box {
    height: 29.375rem;
  }

  .m-home-banner--full-width .m-home-banner__box--content {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }

  .m-home-banner--full-width .m-home-banner__content {
    padding: 0 2.5rem;
  }

  .m-home-banner--full-width .m-home-banner__image-cnt {
    padding-bottom: 0;
  }

  .m-home-banner--full-width .m-home-banner__image {
    -o-object-position: center;
    object-position: center;
  }

  .m-home-banner--dropdown.m-home-banner--left .m-home-banner__box-wrp,
  .m-home-banner--dropdown.m-home-banner--right .m-home-banner__box-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m-home-banner--dropdown .m-home-banner__cta {
    max-width: 12.5rem;
  }

  .m-home-banner--dropdown .m-home-banner__content {
    padding: 0.625rem 0.9375rem 0.625rem 2.5rem;
  }

  .m-home-banner--dropdown.m-home-banner--full-width .m-home-banner__content {
    padding: 0.625rem 2.5rem;
  }
}

@media (min-width: 1025px) {
  .m-home-banner--full-width .m-home-banner__content {
    padding: 0 5rem;
  }

  .m-home-banner--dropdown.m-home-banner--right .m-home-banner__box-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .m-home-banner--dropdown.m-home-banner--left .m-home-banner__box-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-home-banner--dropdown .m-home-banner__content {
    padding: 0 0.9375rem 0 2.5rem;
  }

  .m-home-banner--dropdown.m-home-banner--full-width .m-home-banner__content {
    padding: 0 5rem;
  }

  .m-home-banner--dropdown .m-home-banner__badge,
  .m-home-banner--dropdown .m-home-banner__box--image {
    display: block;
  }

  .m-home-banner--dropdown .m-home-banner__sub-content {
    max-height: none !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    overflow: inherit !important;
  }

  .m-home-banner--dropdown .c-tooltip {
    opacity: 1 !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .m-home-banner__triggers {
    display: none !important;
  }
}

.m-icons-row {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-icons-row__subtitle,
.m-icons-row__title {
  margin-bottom: 1.25rem;
}

.m-icons-row__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.375rem;
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
  padding: 0 1.25rem;
}

.m-icons-row__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  text-align: center;
}

.m-icons-row__cta {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  text-align: center;
  margin-top: 1rem;
}

.m-icons-row__cta-cta {
  text-decoration: underline;
  color: #000;
}

.m-icons-row__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.m-icons-row__icons::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.m-icons-row__icon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  text-align: center;
  padding: 0 0.875rem;
}

.m-icons-row__icon-inner {
  display: block;
  min-width: 3.125rem;
  max-width: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.m-icons-row__icon-svg {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
}

.m-icons-row__icon-svg > img,
.m-icons-row__icon-svg > svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.m-icons-row__icon-svg-badge {
  position: absolute;
  color: #fff;
  background: #c41230;
  bottom: -0.375rem;
  left: 0.0625rem;
  border-radius: 50%;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
  font-weight: 700;
  font-size: 0.8125rem;
  text-align: center;
}

.m-icons-row__icon-label,
.m-icons-row__icon-subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #000;
  margin-top: 1rem;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}

.m-icons-row__icon-subtitle {
  margin-top: 0.75rem;
  font-weight: 400;
}

.m-icons-row--background {
  padding: 1.25rem 0;
}

@media (min-width: 768px) {
  .m-icons-row {
    padding: 0 1.25rem;
    margin-bottom: 1.5625rem;
  }

  .m-icons-row__wrapper {
    max-width: 68rem;
    margin: 0 auto;
  }

  .m-icons-row__subtitle,
  .m-icons-row__title {
    margin-bottom: 1.5625rem;
  }

  .m-icons-row__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 2.3125rem;
    padding: 0;
    letter-spacing: 0;
  }

  .m-icons-row__subtitle {
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .m-icons-row--background {
    padding: 1.875rem 1.25rem;
  }
}

@media (min-width: 1025px) {
  .m-icons-row {
    margin-top: 2.875rem;
    margin-bottom: 2.5rem;
    padding: 0;
  }

  .m-icons-row__subtitle,
  .m-icons-row__title {
    margin-bottom: 1.875rem;
  }

  .m-icons-row__icon {
    max-width: 6.875rem;
  }

  .m-icons-row__icon-label {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 0.9375rem;
    line-height: 1.0625rem;
  }

  .m-icons-row--background {
    padding: 1.875rem 0;
  }
}

.m-info-ribbon {
  background-color: #77787b;
}

.m-info-ribbon--with-top-margin {
  margin-top: 0.625rem;
}

.m-info-ribbon--with-bottom-margin {
  margin-bottom: 0.625rem;
}

.m-info-ribbon__inner {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-info-ribbon__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-info-ribbon__icon-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}

.m-info-ribbon__icon-content {
  display: block;
  padding: 1.25rem;
}

.m-info-ribbon__icon-svg {
  width: 80%;
  height: 5rem;
  margin: 0 auto;
  fill: #fff;
  stroke: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-info-ribbon__icon-svg svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.m-info-ribbon__icon-svg svg * {
  fill: inherit;
  stroke: inherit;
}

.m-info-ribbon__icon-label {
  display: block;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 0.9375rem;
}

@media (min-width: 768px) {
  .m-info-ribbon--with-top-margin {
    margin-top: 1.5625rem;
  }

  .m-info-ribbon--with-bottom-margin {
    margin-bottom: 1.5625rem;
  }

  .m-info-ribbon__inner {
    padding: 2.5rem 1.25rem;
  }

  .m-info-ribbon__icon-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .m-info-ribbon--with-top-margin {
    margin-top: 2.5rem;
  }

  .m-info-ribbon--with-bottom-margin {
    margin-bottom: 2.5rem;
  }

  .m-info-ribbon__inner {
    padding: 5rem 1.25rem;
  }

  .m-info-ribbon__icon-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.m-internal-heading {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  border-bottom: 0.0625rem solid #d7d7d7;
  color: #3e3936;
}

.m-internal-heading__content {
  -ms-grid-column: 100;
  grid-column: 100%;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  line-height: 1.375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-internal-heading__image-wrapper {
  margin-bottom: 1.875rem;
}

.m-internal-heading__image-wrapper--bottom {
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.m-internal-heading__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.m-internal-heading__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 1rem;
}

.m-internal-heading__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-top: 1rem;
}

.m-internal-heading__text a {
  color: inherit;
  text-decoration: none;
}

.m-internal-heading__text p {
  margin-bottom: 1rem;
}

.m-internal-heading__text p:last-child {
  margin-bottom: 0;
}

.m-internal-heading__text ul {
  margin: 0;
  list-style: none;
  padding-left: 0.9375rem;
}

.m-internal-heading__text li {
  position: relative;
  margin: 0 0 0.5rem 0;
}

.m-internal-heading__text li::before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.375rem;
  left: -1rem;
  margin-right: 0.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0.125rem solid #c41230;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-internal-heading__action-cnt {
  margin-top: 1.375rem;
  text-align: center;
}

.m-internal-heading__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 2rem;
}

.m-internal-heading--bottomless {
  border-bottom: 0;
}

.m-internal-heading--main-header {
  max-width: 70.625rem;
  margin: 2.5rem auto 1.5625rem;
  padding: 0;
  border: none;
}

.m-internal-heading--main-header .m-internal-heading__content {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0;
  text-align: left;
}

.m-internal-heading--main-header .m-internal-heading__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.m-internal-heading--misty .m-internal-heading__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.375rem;
}

.m-internal-heading--misty .m-internal-heading__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.m-internal-heading--light .m-internal-heading__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 22.5rem;
}

.m-internal-heading--light .m-internal-heading__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.m-internal-heading--light .m-internal-heading__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}

.m-internal-heading--light .m-internal-heading__action-cnt {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .m-internal-heading {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .m-internal-heading__content {
    width: 54.16%;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .m-internal-heading__title {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .m-internal-heading__subtitle {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .m-internal-heading__action-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.375rem;
  }

  .m-internal-heading__cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 15.625rem;
  }

  .m-internal-heading--main-header {
    padding: 0 1.25rem;
    border: none;
  }

  .m-internal-heading--main-header .m-internal-heading__subtitle {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .m-internal-heading--misty .m-internal-heading__content {
    width: 100%;
  }

  .m-internal-heading--misty .m-internal-heading__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
  }

  .m-internal-heading--misty .m-internal-heading__text {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 2rem;
  }

  .m-internal-heading--light .m-internal-heading__content {
    max-width: 31.25rem;
  }
}

@media (min-width: 1025px) {
  .m-internal-heading__title {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }

  .m-internal-heading__title--promo {
    font-size: 1.8125rem;
    line-height: 1.875rem;
  }
}

.m-photo-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-photo-bg__content {
  text-align: center;
  padding: 3.4375rem 1.25rem;
  max-width: 41.875rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-photo-bg__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.m-photo-bg__subtitle {
  margin-top: 1rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}

.m-photo-bg__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.m-photo-bg__text p {
  margin-bottom: 1rem;
}

.m-photo-bg__text p:last-child {
  margin-bottom: 0;
}

.m-photo-bg__text ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}

.m-photo-bg__text li {
  position: relative;
  margin: 0 0 0.5rem 0;
}

.m-photo-bg__text li:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.3125rem;
  left: -1rem;
  margin-right: 0.5rem;
  background-color: transparent;
  border: 0.125rem solid #c41230;
  border-radius: 100%;
}

.m-photo-bg__copy {
  margin-top: 1rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #77787b;
  font-style: italic;
}

.m-photo-bg__action {
  margin-top: 0.625rem;
}

.m-photo-bg__action--no-margin {
  margin: 0;
}

.m-photo-bg__column--media {
  position: relative;
}

.m-photo-bg__media {
  width: 100%;
  background: #eee;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.m-photo-bg__media img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-photo-bg--text-on-left,
.m-photo-bg--text-on-right {
  border-bottom: 0.0625rem solid #d7d7d7;
}

.m-photo-bg--text-on-left .m-photo-bg__content,
.m-photo-bg--text-on-right .m-photo-bg__content {
  text-align: left;
  max-width: 100%;
}

.m-photo-bg--text-on-left .m-photo-bg__media,
.m-photo-bg--text-on-right .m-photo-bg__media {
  padding-bottom: 40%;
}

.m-photo-bg--bottom-spacing {
  margin-bottom: 1.375rem;
}

.m-photo-bg--slim {
  margin: 1.5rem auto;
  max-width: 72.5rem;
  border: none;
}

.m-photo-bg--slim .m-photo-bg__content {
  text-align: left;
  height: auto;
}

.m-photo-bg--slim .m-photo-bg__title {
  font-size: 1.875rem;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.m-photo-bg--slim .m-photo-bg__subtitle {
  font-size: 1.125rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .m-photo-bg {
    position: relative;
  }

  .m-photo-bg__content {
    padding: 1.875rem 3.4375rem;
  }

  .m-photo-bg__column--content {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .m-photo-bg__column--media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .m-photo-bg__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .m-photo-bg__subtitle {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }

  .m-photo-bg__action-cnt {
    margin-top: 1.375rem;
  }

  .m-photo-bg__action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
  }

  .m-photo-bg--text-on-left,
  .m-photo-bg--text-on-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .m-photo-bg--text-on-left .m-photo-bg__copy,
  .m-photo-bg--text-on-left .m-photo-bg__subtitle,
  .m-photo-bg--text-on-left .m-photo-bg__text,
  .m-photo-bg--text-on-left .m-photo-bg__title,
  .m-photo-bg--text-on-right .m-photo-bg__copy,
  .m-photo-bg--text-on-right .m-photo-bg__subtitle,
  .m-photo-bg--text-on-right .m-photo-bg__text,
  .m-photo-bg--text-on-right .m-photo-bg__title {
    max-width: 27.5rem;
  }

  .m-photo-bg--text-on-left .m-photo-bg__column,
  .m-photo-bg--text-on-right .m-photo-bg__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m-photo-bg--text-on-left .m-photo-bg__column--content,
  .m-photo-bg--text-on-right .m-photo-bg__column--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-photo-bg--text-on-left .m-photo-bg__column--media,
  .m-photo-bg--text-on-right .m-photo-bg__column--media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .m-photo-bg--text-on-left .m-photo-bg__content,
  .m-photo-bg--text-on-right .m-photo-bg__content {
    max-width: 50rem;
    height: 100%;
  }

  .m-photo-bg--text-on-left .m-photo-bg__action,
  .m-photo-bg--text-on-right .m-photo-bg__action {
    margin-right: 1rem;
  }

  .m-photo-bg--text-on-right .m-photo-bg__copy,
  .m-photo-bg--text-on-right .m-photo-bg__subtitle,
  .m-photo-bg--text-on-right .m-photo-bg__text,
  .m-photo-bg--text-on-right .m-photo-bg__title {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
  }

  .m-photo-bg--text-on-right .m-photo-bg__column--content {
    right: 0;
  }

  .m-photo-bg--text-on-right .m-photo-bg__action-cnt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-photo-bg--text-on-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-photo-bg--text-on-left .m-photo-bg__column--content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    left: 0;
  }

  .m-photo-bg--text-on-left .m-photo-bg__action-cnt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .m-photo-bg--slim {
    max-height: 25.125rem;
    overflow: hidden;
  }

  .m-photo-bg--slim .m-photo-bg__content {
    text-align: left;
    height: auto;
    padding-top: 3.125rem !important;
  }

  .m-photo-bg--slim .m-photo-bg__copy,
  .m-photo-bg--slim .m-photo-bg__subtitle,
  .m-photo-bg--slim .m-photo-bg__text {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .m-photo-bg--slim .m-photo-bg__column--media img {
    max-height: 25.125rem;
  }

  .m-photo-bg--bottom-spacing {
    margin-bottom: 5.3125rem;
  }

  .m-photo-bg--white-text .m-photo-bg__content,
  .m-photo-bg--white-text .m-photo-bg__copy {
    color: #fff;
  }
}

@media (min-width: 1025px) {
  .m-photo-bg__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.625rem;
    line-height: 2.875rem;
  }

  .m-photo-bg--text-on-left .m-photo-bg__content,
  .m-photo-bg--text-on-right .m-photo-bg__content {
    padding: 6.875rem 6.875rem 3.125rem;
  }
}

.m-photo-boxed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.m-photo-boxed__column--text {
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #c41230;
  color: #fff;
}

.m-photo-boxed__column--image {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0;
}

.m-photo-boxed__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.m-photo-boxed__text {
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.m-photo-boxed__cta {
  margin-top: 2rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.9375rem;
}

.m-photo-boxed__copy {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.m-photo-boxed__image,
.m-photo-boxed__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-photo-boxed--spaced {
  margin: 1.3125rem auto;
  max-width: 68rem;
}

.m-photo-boxed--spaced-bottom {
  margin-bottom: 1rem;
}

.m-photo-boxed--spaced-bottom-long {
  margin-bottom: 3.4375rem;
}

.m-photo-boxed--reduced-height .m-photo-boxed__column--text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.m-photo-boxed--reduced-height .m-photo-boxed__column--image {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.m-photo-boxed--text-top {
  max-width: 68rem;
}

.m-photo-boxed--text-top .m-photo-boxed__column--text {
  padding: 2.5rem 0.9375rem;
}

.m-photo-boxed--text-top .m-photo-boxed__title {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.m-photo-boxed--text-top .m-photo-boxed__text {
  min-height: 5rem;
}

.m-photo-boxed--text-top.m-photo-boxed--fifty-fifty .m-photo-boxed__text {
  width: 100%;
}

@media (min-width: 768px) {
  .m-photo-boxed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 68rem;
    padding: 0 1.25rem;
  }

  .m-photo-boxed--spaced {
    margin: 2.5rem auto;
  }

  .m-photo-boxed__column--image {
    padding-bottom: 0;
  }

  .m-photo-boxed__title {
    font-size: 2.1875rem;
    line-height: 2.4375rem;
  }

  .m-photo-boxed__copy,
  .m-photo-boxed__text,
  .m-photo-boxed__title {
    width: 100%;
  }

  .m-photo-boxed__cta {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left .m-photo-boxed__column,
  .m-photo-boxed.m-photo-boxed--text-photo-right .m-photo-boxed__column {
    min-height: 28.125rem;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left .m-photo-boxed__column--text,
  .m-photo-boxed.m-photo-boxed--text-photo-right .m-photo-boxed__column--text {
    -ms-flex-preferred-size: 23.4375rem;
    flex-basis: 23.4375rem;
    padding: 3.125rem;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left .m-photo-boxed__column--image,
  .m-photo-boxed.m-photo-boxed--text-photo-right .m-photo-boxed__column--image {
    -ms-flex-preferred-size: 44.5625rem;
    flex-basis: 44.5625rem;
    min-height: 28.125rem;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left .m-photo-boxed__text,
  .m-photo-boxed.m-photo-boxed--text-photo-right .m-photo-boxed__text {
    margin-bottom: 1rem;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left .m-photo-boxed__cta,
  .m-photo-boxed.m-photo-boxed--text-photo-right .m-photo-boxed__cta {
    margin-top: auto;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left .m-photo-boxed__column--text {
    margin-right: 1rem;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left .m-photo-boxed__cta {
    margin-left: 0;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-right .m-photo-boxed__column--text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 1rem;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-right .m-photo-boxed__column--image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-right .m-photo-boxed__cta {
    margin-right: 0;
  }

  .m-photo-boxed.m-photo-boxed--fifty-fifty.m-photo-boxed--text-photo-right
    .m-photo-boxed__column--text {
    margin-left: 0;
  }

  .m-photo-boxed.m-photo-boxed--fifty-fifty.m-photo-boxed--text-photo-left
    .m-photo-boxed__column--text {
    margin-right: 0;
  }

  .m-photo-boxed.m-photo-boxed--fifty-fifty .m-photo-boxed__column--image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .m-photo-boxed.m-photo-boxed--fifty-fifty .m-photo-boxed__column--text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-bottom: 10.625rem;
  }

  .m-photo-boxed.m-photo-boxed--text-top {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .m-photo-boxed.m-photo-boxed--text-top .m-photo-boxed__title {
    margin-bottom: 1rem;
  }

  .m-photo-boxed.m-photo-boxed--text-top .m-photo-boxed__column--image {
    -ms-flex-preferred-size: 46rem;
    flex-basis: 46rem;
  }

  .m-photo-boxed.m-photo-boxed--text-top.m-photo-boxed--fifty-fifty
    .m-photo-boxed__title {
    margin-bottom: 2.5rem;
  }

  .m-photo-boxed.m-photo-boxed--text-top.m-photo-boxed--fifty-fifty
    .m-photo-boxed__column--image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left.m-photo-boxed--in-hs
    .m-photo-boxed__title,
  .m-photo-boxed.m-photo-boxed--text-photo-right.m-photo-boxed--in-hs
    .m-photo-boxed__title {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left.m-photo-boxed--reduced-height
    .m-photo-boxed__column--text {
    margin-right: 0;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left.m-photo-boxed--reduced-height
    .m-photo-boxed__column--image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-right.m-photo-boxed--reduced-height
    .m-photo-boxed__column--image {
    margin-left: 0;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left.m-photo-boxed--reduced-height
    .m-photo-boxed__column--image,
  .m-photo-boxed.m-photo-boxed--text-photo-right.m-photo-boxed--reduced-height
    .m-photo-boxed__column--image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 21.875rem;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left.m-photo-boxed--reduced-height
    .m-photo-boxed__column--text,
  .m-photo-boxed.m-photo-boxed--text-photo-right.m-photo-boxed--reduced-height
    .m-photo-boxed__column--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.5rem;
    flex: 0 0 22.5rem;
    min-height: 21.875rem;
  }

  .m-photo-boxed.m-photo-boxed--text-photo-left.m-photo-boxed--reduced-height
    .m-photo-boxed__image,
  .m-photo-boxed.m-photo-boxed--text-photo-right.m-photo-boxed--reduced-height
    .m-photo-boxed__image {
    position: static;
  }
}

@media (min-width: 1025px) {
  .m-photo-boxed {
    padding: 0;
  }

  .m-photo-boxed.m-photo-boxed--text-top {
    padding-left: 0;
    padding-right: 0;
  }

  .m-photo-boxed__title {
    font-size: 2.4375rem;
    line-height: 2.6875rem;
  }
}

.m-photo-wall {
  max-width: 68rem;
  margin: 1.5rem auto 1.25rem;
}

.m-photo-wall__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-photo-wall__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.m-photo-wall__content-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 1.875rem 1.25rem;
  background-color: #00263e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-photo-wall__content-wrap {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.m-photo-wall__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #fff;
  margin: 0;
}

.m-photo-wall__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #fff;
  margin: 1.25rem 0 0;
}

.m-photo-wall__cta {
  margin-top: 1.25rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.9375rem;
}

.m-photo-wall__picture-wrap {
  display: none;
}

.m-photo-wall__picture-wrap > a,
.m-photo-wall__picture-wrap > div {
  display: block;
  height: 100%;
}

.m-photo-wall__picture-wrap--1,
.m-photo-wall__picture-wrap--3 {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap {
  display: none;
}

.m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--1,
.m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--2,
.m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--5,
.m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--6 {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.m-photo-wall__picture {
  display: block;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100%;
}

.m-photo-wall__picture--1 {
  padding-bottom: 56.25%;
}

.m-photo-wall__image {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .m-photo-wall {
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
  }

  .m-photo-wall__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 66.66%;
    flex: 1 0 66.66%;
  }

  .m-photo-wall__content-box {
    padding: 2.1875rem;
  }

  .m-photo-wall__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 2.3125rem;
  }

  .m-photo-wall__subtitle {
    margin: 1.25rem 0 0;
  }

  .m-photo-wall__cta {
    margin-top: 1.25rem;
  }

  .m-photo-wall__picture-wrap {
    display: none;
  }

  .m-photo-wall__picture-wrap--1,
  .m-photo-wall__picture-wrap--3,
  .m-photo-wall__picture-wrap--4,
  .m-photo-wall__picture-wrap--5 {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap {
    display: none;
  }

  .m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--1,
  .m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--2,
  .m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--3,
  .m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--5,
  .m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--6,
  .m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap--7 {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .m-photo-wall__picture {
    padding-bottom: 100%;
  }
}

@media (min-width: 1025px) {
  .m-photo-wall {
    padding: 0;
    margin-bottom: 5rem;
  }

  .m-photo-wall__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .m-photo-wall__content-box {
    padding: 2.5rem;
  }

  .m-photo-wall__picture-wrap {
    display: none;
  }

  .m-photo-wall__picture-wrap--1,
  .m-photo-wall__picture-wrap--2,
  .m-photo-wall__picture-wrap--3,
  .m-photo-wall__picture-wrap--4,
  .m-photo-wall__picture-wrap--5,
  .m-photo-wall__picture-wrap--6 {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .m-photo-wall__inner-box--without-banner .m-photo-wall__picture-wrap {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.m-photo-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.m-photo-left-right__content {
  text-align: center;
  padding: 3.4375rem 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 41.875rem;
  margin: 0 auto;
  color: #353535;
}

.m-photo-left-right__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.m-photo-left-right__subtitle {
  margin-top: 1rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}

.m-photo-left-right__text {
  margin-top: 1rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.m-photo-left-right__text p {
  margin-bottom: 0.9375rem;
}

.m-photo-left-right__text p:last-child {
  margin-bottom: 0;
}

.m-photo-left-right__text ul {
  margin: 0;
  list-style: none;
  padding-left: 0.9375rem;
}

.m-photo-left-right__text li {
  position: relative;
  margin: 0 0 0.25rem 0;
}

.m-photo-left-right__text li::before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.375rem;
  left: -1rem;
  margin-right: 0.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0.125rem solid #c41230;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-photo-left-right__text li a {
  color: #000;
  text-decoration: underline;
}

.m-photo-left-right__action-cnt {
  margin-top: 1rem;
}

.m-photo-left-right__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 2rem;
}

.m-photo-left-right__notes {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  color: #77787b;
  font-style: italic;
}

.m-photo-left-right__notes-container .m-photo-left-right__notes {
  display: none;
}

.m-photo-left-right__column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-photo-left-right__column--media {
  position: relative;
}

.m-photo-left-right__media {
  width: 100%;
  background: #eee;
  min-height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-photo-left-right__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-photo-left-right__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-photo-left-right--grey {
  background-color: #efefef;
}

.m-photo-left-right--text-on-left,
.m-photo-left-right--text-on-right {
  border-bottom: 0.0625rem solid #d7d7d7;
}

.m-photo-left-right--text-on-left .m-photo-left-right__content,
.m-photo-left-right--text-on-right .m-photo-left-right__content {
  text-align: left;
}

.m-photo-left-right--text-on-left .m-photo-left-right__media,
.m-photo-left-right--text-on-right .m-photo-left-right__media {
  padding-bottom: 96%;
}

.m-photo-left-right--text-on-left.m-photo-left-right--half-height
  .m-photo-left-right__media,
.m-photo-left-right--text-on-right.m-photo-left-right--half-height
  .m-photo-left-right__media {
  padding-bottom: 50%;
}

.m-photo-left-right--text-boxed-on-left,
.m-photo-left-right--text-boxed-on-right {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-photo-left-right--text-boxed-on-left .m-photo-left-right__content,
.m-photo-left-right--text-boxed-on-right .m-photo-left-right__content {
  text-align: left;
  max-width: 100%;
}

.m-photo-left-right--text-boxed-on-left .m-photo-left-right__column--media,
.m-photo-left-right--text-boxed-on-left .m-photo-left-right__content,
.m-photo-left-right--text-boxed-on-right .m-photo-left-right__column--media,
.m-photo-left-right--text-boxed-on-right .m-photo-left-right__content {
  padding: 0.9375rem 1.25rem;
}

.m-photo-left-right--text-boxed-on-left .m-photo-left-right__column--notes,
.m-photo-left-right--text-boxed-on-right .m-photo-left-right__column--notes {
  padding: 0 1.25rem 0.9375rem 1.25rem;
}

.m-photo-left-right--text-boxed-on-left .m-photo-left-right__title,
.m-photo-left-right--text-boxed-on-right .m-photo-left-right__title {
  font-size: 1.5rem;
}

.m-photo-left-right--text-boxed-on-left .m-photo-left-right__media,
.m-photo-left-right--text-boxed-on-right .m-photo-left-right__media {
  padding-bottom: 66%;
}

@media (min-width: 768px) {
  .m-photo-left-right__title {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .m-photo-left-right__subtitle {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .m-photo-left-right__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .m-photo-left-right--text-on-left,
  .m-photo-left-right--text-on-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .m-photo-left-right--text-on-left .m-photo-left-right__column,
  .m-photo-left-right--text-on-right .m-photo-left-right__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .m-photo-left-right--text-on-left .m-photo-left-right__column--content,
  .m-photo-left-right--text-on-right .m-photo-left-right__column--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-photo-left-right--text-on-left .m-photo-left-right__content,
  .m-photo-left-right--text-on-right .m-photo-left-right__content {
    padding: 3.4375rem;
  }

  .m-photo-left-right--text-on-left
    .m-photo-left-right--half-height
    .m-photo-left-right__content,
  .m-photo-left-right--text-on-right
    .m-photo-left-right--half-height
    .m-photo-left-right__content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .m-photo-left-right--text-on-left .m-photo-left-right__column--content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__title,
  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  .m-photo-left-right--with-padding {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .m-photo-left-right--with-padding.m-photo-left-right--text-boxed-on-left
    .m-photo-left-right__content {
    left: 0.625rem;
  }

  .m-photo-left-right--with-padding.m-photo-left-right--text-boxed-on-right
    .m-photo-left-right__content {
    right: 0.625rem;
  }

  .m-photo-left-right--bottom-spacing {
    margin-bottom: 5.3125rem;
  }
}

@media (min-width: 1025px) {
  .m-photo-left-right__title {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }

  .m-photo-left-right__notes-container .m-photo-left-right__notes {
    display: block;
    padding-top: 0.5rem;
  }

  .m-photo-left-right__column--notes {
    display: none;
  }

  .m-photo-left-right--text-on-left .m-photo-left-right__content,
  .m-photo-left-right--text-on-right .m-photo-left-right__content {
    padding: 6.875rem 6.875rem 3.125rem 6.875rem;
  }

  .m-photo-left-right--text-on-left.m-photo-left-right--half-height
    .m-photo-left-right__content,
  .m-photo-left-right--text-on-right.m-photo-left-right--half-height
    .m-photo-left-right__content {
    padding: 1.25rem 6.875rem;
  }

  .m-photo-left-right--text-boxed-on-left,
  .m-photo-left-right--text-boxed-on-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    max-width: 60.3125rem;
    margin-left: auto;
    margin-right: auto;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__column--media,
  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__column--media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-height: 28.125rem;
    padding: 0;
    overflow: hidden;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__media,
  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__media {
    padding-bottom: 74%;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__column--content,
  .m-photo-left-right--text-boxed-on-right
    .m-photo-left-right__column--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__column--notes,
  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__column--notes {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__notes-container,
  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-right
    .m-photo-left-right__notes-container {
    position: absolute;
    z-index: 1;
    top: 3rem;
    width: 42%;
  }

  .m-photo-left-right--text-boxed-on-left
    .m-photo-left-right__notes-container
    .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-right
    .m-photo-left-right__notes-container
    .m-photo-left-right__content {
    position: relative;
    top: 0;
    width: 100%;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__content {
    background-color: #fff;
    -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, 0.12);
    padding: 2.5rem 2.5rem 2.875rem 2.5rem;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__text,
  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__text {
    margin-top: 1.125rem;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__notes,
  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__notes {
    padding-bottom: 2.5rem;
  }

  .m-photo-left-right--text-boxed-on-left.m-photo-left-right--wide-text
    .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-left.m-photo-left-right--wide-text
    .m-photo-left-right__notes-container,
  .m-photo-left-right--text-boxed-on-right.m-photo-left-right--wide-text
    .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-right.m-photo-left-right--wide-text
    .m-photo-left-right__notes-container {
    height: 28.125rem;
    top: 0;
    width: 63%;
  }

  .m-photo-left-right--text-boxed-on-left.m-photo-left-right--wide-text
    .m-photo-left-right__notes-container
    .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-right.m-photo-left-right--wide-text
    .m-photo-left-right__notes-container
    .m-photo-left-right__content {
    height: 100%;
    width: 100%;
  }

  .m-photo-left-right--text-boxed-on-left.m-photo-left-right--wide-text
    .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-right.m-photo-left-right--wide-text
    .m-photo-left-right__content {
    padding: 4.6875rem;
  }

  .m-photo-left-right--text-boxed-on-left.m-photo-left-right--wide-text
    .m-photo-left-right__column--media,
  .m-photo-left-right--text-boxed-on-right.m-photo-left-right--wide-text
    .m-photo-left-right__column--media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
  }

  .m-photo-left-right--text-boxed-on-left.m-photo-left-right--wide-text
    .m-photo-left-right__media,
  .m-photo-left-right--text-boxed-on-right.m-photo-left-right--wide-text
    .m-photo-left-right__media {
    top: 4.6875rem;
    z-index: 2;
    background: 0 0;
    min-height: 0;
    padding-bottom: 120%;
    max-height: 18.75rem;
  }

  .m-photo-left-right--text-boxed-on-left.m-photo-left-right--wide-text
    .m-photo-left-right__media
    img,
  .m-photo-left-right--text-boxed-on-right.m-photo-left-right--wide-text
    .m-photo-left-right__media
    img {
    height: 18.75rem;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__column--media {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__column--notes {
    padding: 0.9375rem 2.5rem 0.9375rem 3.75rem;
  }

  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-left .m-photo-left-right__notes-container {
    left: 1.25rem;
  }

  .m-photo-left-right--text-boxed-on-left
    .m-photo-left-right__notes-container
    .m-photo-left-right__content {
    left: 0;
  }

  .m-photo-left-right--text-boxed-on-left
    .m-photo-left-right__notes-container
    .m-photo-left-right__notes {
    padding-right: 5.5rem;
    text-align: right;
  }

  .m-photo-left-right--text-boxed-on-left.m-photo-left-right--wide-text
    .m-photo-left-right__content {
    padding-left: 2.5rem;
    padding-right: 6.25rem;
  }

  .m-photo-left-right--text-boxed-on-right
    .m-photo-left-right__column--content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__column--notes {
    padding: 0.9375rem 3.75rem 0.9375rem 2.5rem;
  }

  .m-photo-left-right--text-boxed-on-right .m-photo-left-right__content,
  .m-photo-left-right--text-boxed-on-right
    .m-photo-left-right__notes-container {
    right: 1.25rem;
  }

  .m-photo-left-right--text-boxed-on-right
    .m-photo-left-right__notes-container
    .m-photo-left-right__content {
    right: 0;
  }

  .m-photo-left-right--text-boxed-on-right
    .m-photo-left-right__notes-container
    .m-photo-left-right__notes {
    padding-left: 5.5rem;
  }

  .m-photo-left-right--text-boxed-on-right.m-photo-left-right--wide-text
    .m-photo-left-right__content {
    padding-left: 6.25rem;
    padding-right: 2.5rem;
  }
}

.m-product-grid {
  padding: 2.5rem 0;
}

.m-product-grid__content {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.m-product-grid.m-product-grid--with-top-margin {
  margin-top: 1.25rem;
}

.m-product-grid.m-product-grid--with-bottom-margin {
  margin-bottom: 1.25rem;
}

.m-product-grid__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #000;
  padding: 0 1.25rem;
}

.m-product-grid__subtitle {
  margin-top: 1.25rem;
  padding: 0 1.25rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
}

.m-product-grid__cta {
  margin-top: 1.25rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.9375rem;
}

.m-product-grid__columns-wrapper {
  margin-top: 0.625rem;
  padding: 0 0.625rem;
}

.m-product-grid__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1.875rem 0;
}

.m-product-grid__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: auto;
}

.m-product-grid__column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-product-grid__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.625rem;
}

.m-product-grid__pagination--locked {
  display: none;
}

.m-product-grid__bullet {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  height: 0.625rem;
  background-color: #a8a8a9;
  opacity: 1;
  border-radius: 100%;
  margin: 0 0.25rem;
  cursor: pointer;
}

.m-product-grid__bullet--active {
  background-color: #c41230;
}

@media (min-width: 768px) {
  .m-product-grid.m-product-grid--with-top-margin {
    margin-top: 1.875rem;
  }

  .m-product-grid.m-product-grid--with-bottom-margin {
    margin-bottom: 1.875rem;
  }

  .m-product-grid__title {
    font-size: 2.1875rem;
    line-height: 2.4375rem;
  }

  .m-product-grid__columns--1-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-product-grid__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: none;
  }
}

@media (min-width: 1025px) {
  .m-product-grid {
    padding: 4.375rem 0 6.25rem;
  }

  .m-product-grid.m-product-grid--with-top-margin {
    margin-top: 2.5rem;
  }

  .m-product-grid.m-product-grid--with-bottom-margin {
    margin-bottom: 2.5rem;
  }

  .m-product-grid__columns--1-items,
  .m-product-grid__columns--2-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-product-grid__column-wrapper {
    margin-top: 1.875rem;
  }

  .m-product-grid__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}

.m-product-grid-item {
  width: 100%;
  position: relative;
  text-align: left;
  color: #000;
  background-color: #f2f2f2;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}

.m-product-grid-item__content {
  width: 100%;
}

.m-product-grid-item__content-top {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.m-product-grid-item__badge {
  position: absolute;
  top: 1.25rem;
  left: 0;
  z-index: 1;
}

.m-product-grid-item__personalize {
  position: absolute;
  top: 1.625rem;
  right: 0.625rem;
}

.m-product-grid-item__content-bottom {
  padding: 1.875rem 1.5625rem 5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-product-grid-item__images-wrap {
  overflow: hidden;
  position: relative;
}

.m-product-grid-item__images {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.6s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.m-product-grid-item--single-image .m-product-grid-item__images {
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.m-product-grid-item--switched-images:not(.m-product-grid-item--single-image)
  .m-product-grid-item__images {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.m-product-grid-item__images-switch {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: #d1d3d5;
  border-radius: 100%;
  width: 2.625rem;
  height: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-product-grid-item--single-image .m-product-grid-item__images-switch {
  display: none;
}

.m-product-grid-item__images-next,
.m-product-grid-item__images-prev {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  height: 0.8125rem;
  color: #fff;
  text-align: center;
}

.m-product-grid-item__picture-anchor {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.m-product-grid-item--single-image .m-product-grid-item__picture-anchor {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.m-product-grid-item__picture {
  display: block;
  width: 100%;
  height: 16.25rem;
  position: relative;
  background-color: #fff;
}

.m-product-grid-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
  font-family: 'Nunito Sans', sans-serif;
}

.m-product-grid-item__sku-wrap {
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-product-grid-item__sku {
  color: #77787b;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  word-break: break-word;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 60%;
}

.m-product-grid-item__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: 0.625rem;
  position: relative;
}

.m-product-grid-item__colors-overflow {
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0.125rem;
  display: none;
}

.m-product-grid-item--too-many-colors .m-product-grid-item__colors-overflow {
  display: block;
}

.m-product-grid-item__color {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.75rem;
  flex: 0 0 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.0625rem;
}

.m-product-grid-item__color-content {
  display: block;
  border: 0.125rem solid #fff;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

.m-product-grid-item__color-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-product-grid-item__name {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #000;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.m-product-grid-item__description {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #000;
  margin-top: 0.625rem;
  display: none;
}

.m-product-grid-item__notes {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  color: #000;
  margin-top: 0.625rem;
}

.m-product-grid-item__star {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.75rem;
  flex: 0 0 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.0625rem;
}

.m-product-grid-item__star:first-child {
  margin-left: 0;
}

.m-product-grid-item__price-wrap {
  position: absolute;
  bottom: 1.875rem;
  left: 1.5625rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
}

.m-product-grid-item__price-from {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #77787b;
  margin-bottom: 0.1875rem;
}

.m-product-grid-item__price {
  white-space: nowrap;
}

.m-product-grid-item__old-price {
  white-space: nowrap;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  text-decoration: line-through;
  margin-left: 0.3125rem;
}

.m-product-grid-item__buttons {
  position: absolute;
  bottom: 1.875rem;
  right: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.m-product-grid-item__button {
  margin-left: 0.625rem;
}

.m-product-grid-item__button:first-child {
  margin-left: 0;
}

.m-product-grid-item__button--compare {
  background-color: #fff;
  width: 2.125rem;
  height: 2.125rem;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-product-grid-item__button-icon {
  width: 0.8125rem;
  height: 0.75rem;
}

.m-product-grid-item__button--add {
  width: 2.5rem;
  height: 3.125rem;
  padding-left: 0.625rem;
  border-radius: 50%;
  background-color: #c41230;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

@media (min-width: 768px) {
  .m-product-grid-item__description {
    display: block;
  }
}

@media (min-width: 1025px) {
  .m-product-grid-item {
    z-index: 1;
    -webkit-box-shadow: 0 0 1.25rem 0 transparent;
    box-shadow: 0 0 1.25rem 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.2s
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-box-shadow 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: box-shadow 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: box-shadow 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: box-shadow 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-box-shadow 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .m-product-grid-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  }

  .m-product-grid-item__images {
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .m-product-grid-item--switched-images:not(.m-product-grid-item--single-image)
    .m-product-grid-item__images {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .m-product-grid-item__images-switch {
    display: none;
  }

  .m-product-grid-item__picture-anchor {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }

  .m-product-grid-item:not(.m-product-grid-item--single-image):hover
    .m-product-grid-item__picture-anchor {
    opacity: 0;
  }

  .m-product-grid-item__picture-anchor:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
  }

  .m-product-grid-item:hover .m-product-grid-item__picture-anchor:nth-child(2) {
    opacity: 1;
  }
}

.m-product-list {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

.m-product-list__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 2.875rem;
  line-height: 2.875rem;
  margin-left: 1.5625rem;
  margin-bottom: 2.5rem;
}

.m-product-list__container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75rem;
}

.m-product-list__column {
  width: 100%;
  position: relative;
}

.m-product-list__column + .m-product-list__column {
  margin-top: 3.125rem;
}

.m-product-list__column-wrap {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-product-list-loader {
  min-height: 7.5rem;
  padding-top: 5rem;
}

.m-product-list-loader .c-loader__icon {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .m-product-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-product-list__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .m-product-list__column + .m-product-list__column {
    margin-top: 0;
  }

  .m-product-list--double .m-product-list__container,
  .m-product-list--triple .m-product-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .m-product-list--double .m-product-list__column-wrap,
  .m-product-list--triple .m-product-list__column-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .m-product-list--double .m-product-list__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .m-product-list--double
    .m-product-list__column:not(:nth-child(2))
    .m-product-list__column-wrap {
    border-right: 0.0625rem solid #cecece;
  }

  .m-product-list--triple .m-product-list__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }

  .m-product-list--triple
    .m-product-list__column:not(:nth-child(3))
    .m-product-list__column-wrap {
    border-right: 0.0625rem solid #cecece;
  }
}

.m-product-list-item {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.m-product-list-item__badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.m-product-list-item__badge .c-badge-double--discount {
  border: none;
}

.m-product-list-item__badge .c-badge-double__text {
  width: auto !important;
}

.m-product-list-item__media {
  position: relative;
  max-width: 14.0625rem;
  margin: 0 auto;
}

.m-product-list-item__image-wrapper {
  display: block;
  padding-top: 100%;
}

.m-product-list-item__media img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.m-product-list-item__data {
  max-width: 25rem;
  margin: 0 auto;
}

.m-product-list-item__media + .m-product-list-item__data {
  margin-top: 3.4375rem;
}

.m-product-list-item__info {
  margin-top: 0.3125rem;
  text-transform: uppercase;
}

.m-product-list-item__price {
  display: block;
  margin-top: 0.3125rem;
}

.m-product-list-item__actions {
  list-style: none;
}

.m-product-list-item__data + .m-product-list-item__actions {
  margin-top: 0.625rem;
}

.m-product-list-item__action {
  display: block;
}

.m-product-list-item__action + .m-product-list-item__action {
  margin-top: 0.625rem;
}

.m-product-list-item__cta {
  width: 100%;
  max-width: 15rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2.1875rem 1.25rem 1.25rem;
}

.m-search-bar__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.8125rem;
  color: #000;
  text-align: center;
  margin-bottom: 0.9375rem;
}

.m-search-bar__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
  text-align: center;
  margin-bottom: 0.9375rem;
}

.m-search-bar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-search-bar__login,
.m-search-bar__reference {
  text-decoration: underline;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .m-search-bar {
    max-width: 38.4375rem;
    margin: 5rem auto 3.75rem;
  }

  .m-search-bar__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 2.3125rem;
    margin-bottom: 1.5625rem;
  }

  .m-search-bar__subtitle {
    margin-bottom: 1.5625rem;
  }

  .m-search-bar__links {
    margin-top: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.m-product-registration-modal {
  background: #fff;
  height: 100vh;
  height: var(--viewport-height, 100vh);
  width: 100vw;
}

.m-product-registration-modal .m-modal__header {
  padding: 1.25rem;
  position: relative;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1.875rem;
}

.m-product-registration-modal .m-modal__header-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
  text-align: left;
}

.m-product-registration-modal .m-modal__close {
  position: absolute;
  right: 1.25rem;
  background-color: #c41230;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
}

.m-product-registration-modal .m-modal__close-icon svg {
  width: 0.75rem;
}

.m-product-registration-modal .m-modal__close-icon svg * {
  stroke: #fff;
}

.m-product-registration-modal__wrapper {
  width: 100vw;
}

.m-product-registration-modal__wrapper [data-modal-content] {
  overflow: visible;
}

.m-product-registration-modal__body {
  padding: 0 1.25rem 1.25rem;
  background: #fff;
}

.m-product-registration-modal__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
  text-align: center;
  position: relative;
  margin: auto;
}

.m-product-registration-modal__title:after {
  content: '';
  position: absolute;
  width: 1.875rem;
  height: 0.1875rem;
  background: #000;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1.25rem;
}

.m-product-registration-modal__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
  text-align: center;
  margin: 1.875rem 0 1.25rem 0;
}

.m-product-registration-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-product-registration-modal__content .c-model-reference {
  width: 100%;
  height: auto;
}

.m-product-registration-modal__input-wrapper {
  position: relative;
  border: 0.0625rem solid #d7d7d7;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0.625rem 0.3125rem #f2f2f2;
  box-shadow: inset 0 0 0.625rem 0.3125rem #f2f2f2;
  border-radius: 0.3125rem;
  color: #000;
  height: 3.625rem;
  margin-bottom: 0.9375rem;
}

.m-product-registration-modal__input {
  padding: 0 1.25rem;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.m-product-registration-modal__input.validate {
  border: 0.0625rem solid #77ae48;
}

.m-product-registration-modal__reference {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0.3125rem;
}

.m-product-registration-modal__reference:hover {
  cursor: pointer;
}

.m-product-registration-modal__reference-toggle {
  display: none;
  margin: 1.25rem 0 2.5rem;
}

.m-product-registration-modal__reference-toggle.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-product-registration-modal__reference-toggle.visible > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.m-product-registration-modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2.1875rem auto 2.1875rem;
  text-align: center;
  padding: 0.625rem 1rem;
  max-width: 16.875rem;
}

.m-product-registration-modal__btn-retry {
  display: none;
}

.m-product-registration-modal .c-model-reference__body {
  padding: 0;
}

.m-product-registration-modal__error {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #c41230 !important;
  display: none;
  text-align: center;
}

.m-product-registration-modal__input-wrapper {
  margin-bottom: 0 !important;
}

.m-product-registration-modal__input-wrapper.input-ok {
  border: 2px solid #77ae48;
}

.m-product-registration-modal__input-wrapper.input-wrong {
  border: 2px solid #c41230;
}

.m-product-registration-modal__input-wrapper.no-validation {
  border: 0 solid transparent;
}

.m-product-registration-modal__input-error {
  min-height: 0.9375rem;
  margin-bottom: 2.375rem;
  color: red;
}

.m-product-registration-modal__input-error-wrapper {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .m-product-registration-modal .m-modal__header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 3.125rem;
  }

  .m-product-registration-modal__body {
    padding: 0 2.5rem;
  }

  .m-product-registration-modal__text {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.375rem;
  }

  .m-product-registration-modal__disclaimer {
    padding: 2.1875rem 2.8125rem;
  }
}

@media (min-width: 1025px) {
  .m-product-registration-modal {
    width: 48rem;
    height: auto;
    border-radius: 0.625rem;
    margin: 1.875rem 0;
  }

  .m-product-registration-modal .m-modal__close {
    top: -0.9375rem;
    right: -0.9375rem;
  }

  .m-product-registration-modal__body {
    padding-bottom: 3.125rem;
    border-radius: 0.625rem;
  }

  .m-product-registration-modal__btn {
    margin: 2.1875rem auto 0;
  }
}

.m-text-promo {
  max-width: 70.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f2f2;
}

.m-text-promo__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.m-text-promo__link {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-text-promo__highlight-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #f2f2f2;
}

.m-text-promo__description,
.m-text-promo__title {
  padding: 0.9375rem 0;
}

.m-text-promo__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  margin-right: 1.25rem;
}

.m-text-promo__description {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1rem;
}

.m-text-promo__description--in-safety-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  padding: 0.625rem 0;
}

.m-text-promo__description--in-safety-notice .m-text-promo__href {
  font-size: 0.75rem;
  margin: auto 0 auto auto;
}

.m-text-promo__href {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-decoration: underline;
  font-size: 0.875rem;
  color: inherit;
}

.m-text-promo__href:hover {
  text-decoration: none;
}

.m-text-promo__icon {
  display: block;
  height: 1.625rem;
  width: 1.625rem;
  margin-right: 0.5rem;
}

.m-text-promo__icon svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .m-text-promo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }

  .m-text-promo__title-wrapper {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .m-text-promo__link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .m-text-promo__highlight-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: transparent;
  }

  .m-text-promo__description--in-safety-notice {
    display: initial;
    font-size: 0.8125rem;
    line-height: 0.875rem;
  }

  .m-text-promo__description--in-safety-notice .m-text-promo__href {
    display: block;
    font-size: 0.75rem;
  }

  .m-text-promo__href {
    font-size: 0.9375rem;
  }
}

.m-video--with-top-margin {
  margin-top: 2.8125rem;
}

.m-video--with-bottom-margin {
  margin-bottom: 0.625rem;
}

.m-video__inner {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.m-video__video-preview {
  position: relative;
  background-color: #000;
}

.m-video__video-preview:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  mix-blend-mode: soft-light;
}

.m-video__preview-player {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.m-video__preview-player--visible {
  opacity: 1;
}

.m-video__preview-player iframe {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.m-video__preview-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-video__preview-picture {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 56.25%;
}

.m-video__preview-image {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-video__video-play-button-wrap {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-video__text-box {
  background-color: #000;
}

.m-video__text-box-content {
  padding: 1.875rem 1.25rem;
  text-align: center;
}

.m-video__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #fff;
  margin: 0;
}

.m-video__subtitle {
  margin: 1.25rem 0 0;
}

.m-video__footer-notes::before {
  content: '(';
}

.m-video__footer-notes::after {
  content: ')';
}

.m-video__footer-notes,
.m-video__subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #fff;
}

.m-video__footer-notes sup,
.m-video__subtitle sup {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  vertical-align: super;
}

.m-video__cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-video__cta {
  margin-top: 1.25rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.9375rem;
}

.m-video__bottom-text-wrap {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  margin-top: 1.25rem;
  color: #fff;
}

.m-video .c-tooltip {
  display: block;
  max-width: 18.75rem;
  margin: 1.25rem auto 0;
}

.m-video .c-tooltip__label {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
}

@media (min-width: 768px) {
  .m-video--with-top-margin {
    margin-top: 2.5rem;
  }

  .m-video--with-bottom-margin {
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 1025px) {
  .m-video--with-top-margin {
    margin-top: 5rem;
  }

  .m-video--with-bottom-margin {
    margin-bottom: 2.5rem;
  }

  .m-video__inner-content {
    position: relative;
  }

  .m-video__text-box {
    background-color: transparent !important;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 68rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-video__text-box-content {
    width: 43%;
    padding: 1.25rem;
    text-align: left;
    margin-right: auto;
  }

  .m-video__text-box--right .m-video__text-box-content {
    margin-right: 0;
    margin-left: auto;
  }

  .m-video__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.75rem;
    line-height: 2.875rem;
    color: #fff !important;
  }

  .m-video__subtitle {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 1.25rem 0 0;
    color: #fff !important;
  }

  .m-video__footer-notes {
    color: #fff !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .m-video__footer-notes::after,
  .m-video__footer-notes::before {
    display: none;
  }

  .m-video__cta-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }

  .m-video__cta-box--no-bottom-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m-video__cta {
    margin: 1.25rem 1.25rem 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 1.25rem);
    flex: 0 0 calc(40% - 1.25rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .m-video__cta:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .m-video__cta-box--no-bottom-text .m-video__cta {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .m-video__bottom-text-wrap {
    color: #fff !important;
    margin-top: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .m-video .c-tooltip {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .m-video .c-tooltip__label {
    color: #fff !important;
  }
}

.m-gallery-banners-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.m-gallery-banners-item__bkg-wrap,
.m-gallery-banners-item__content-wrap,
.m-gallery-banners-item__shadow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-gallery-banners-item__shadow {
  z-index: 2;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.m-gallery-banners-item:not(:hover) .m-gallery-banners-item__shadow {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.m-gallery-banners-item:hover .m-gallery-banners-item__shadow--default {
  background-color: rgba(196, 18, 48, 0.45) !important;
}

.m-gallery-banners-item__content-wrap {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-gallery-banners-item__bkg,
.m-gallery-banners-item__bkg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  font-family: 'Nunito Sans', sans-serif;
}

.m-gallery-banners-item__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

.m-gallery-banners-item__icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.625rem;
  stroke: #fff;
  fill: #fff;
}

.m-gallery-banners-item__icon-wrap svg {
  width: 100%;
  stroke: inherit;
  fill: inherit;
}

.m-gallery-banners-item__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.25);
  letter-spacing: calc(30em / 1000);
}

.m-gallery-banners-item__cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-gallery-banners-item__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0.3125rem;
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .m-gallery-banners-item--bigger .m-gallery-banners-item__icon-wrap {
    width: 4.6875rem;
    height: 4.6875rem;
    margin-bottom: 1.25rem;
  }

  .m-gallery-banners-item--bigger .m-gallery-banners-item__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.125rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1025px) {
  .m-gallery-banners-item--bigger .m-gallery-banners-item__icon-wrap {
    margin-bottom: 1.875rem;
  }

  .m-gallery-banners-item--bigger .m-gallery-banners-item__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: 2.3125rem;
    margin-bottom: 1.875rem;
  }
}

.m-row-gallery-banners__item-wrap {
  margin-top: 0.1875rem;
}

.m-row-gallery-banners__item-wrap:first-child {
  margin-top: 0;
}

.m-row-gallery-banners__item {
  position: relative;
  padding-bottom: 64%;
}

.m-row-gallery-banners__item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-row-gallery-banners__item-content > section {
  height: 100%;
}

@media (min-width: 768px) {
  .m-row-gallery-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-row-gallery-banners--single {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-row-gallery-banners__item-wrap {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.125rem);
    flex: 0 0 calc(50% - 0.125rem);
  }

  .m-row-gallery-banners--triple .m-row-gallery-banners__item-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 0.125rem);
    flex: 0 0 calc(33.33% - 0.125rem);
  }

  .m-row-gallery-banners__item {
    padding-bottom: 65%;
  }

  .m-row-gallery-banners--triple .m-row-gallery-banners__item {
    padding-bottom: 97%;
  }
}

@media (min-width: 1025px) {
  .m-row-gallery-banners__item {
    padding-bottom: 39%;
  }

  .m-row-gallery-banners--triple .m-row-gallery-banners__item {
    padding-bottom: 58%;
  }
}

.m-three-gallery-banners__item-wrap {
  margin-top: 0.1875rem;
}

.m-three-gallery-banners__item-wrap:first-child {
  margin-top: 0;
}

.m-three-gallery-banners__item {
  position: relative;
  padding-bottom: 64%;
}

.m-three-gallery-banners__item-wrap:first-child .m-three-gallery-banners__item {
  padding-bottom: 100%;
}

.m-three-gallery-banners__item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-three-gallery-banners__item-content > section {
  height: 100%;
}

@media (min-width: 768px) {
  .m-three-gallery-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-three-gallery-banners__item-wrap {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.125rem);
    flex: 0 0 calc(50% - 0.125rem);
  }

  .m-three-gallery-banners__item-wrap:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 0.1875rem;
  }

  .m-three-gallery-banners__item {
    padding-bottom: 65%;
  }

  .m-three-gallery-banners__item-wrap:first-child
    .m-three-gallery-banners__item {
    padding-bottom: 57%;
  }
}

@media (min-width: 1025px) {
  .m-three-gallery-banners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% calc(30% - 0.25rem);
    grid-template-columns: 70% calc(30% - 0.25rem);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    height: 39vw;
    max-height: 39.0625rem;
  }

  .m-three-gallery-banners > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .m-three-gallery-banners > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .m-three-gallery-banners > :nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .m-three-gallery-banners > :nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .m-three-gallery-banners__item-wrap {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  .m-three-gallery-banners__item-wrap:first-child {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    margin-bottom: 0;
  }

  .m-three-gallery-banners__item-wrap:last-child {
    -ms-grid-row: 2;
    grid-row-start: 2;
    margin-top: 0.25rem;
  }

  .m-three-gallery-banners__item {
    padding-bottom: 0 !important;
    height: 100%;
  }
}

.m-product-reg-benefits {
  width: 100%;
}

.m-product-reg-benefits__internal {
  width: 100%;
  padding: 0.9375rem;
  border: solid 0.625rem #f2f2f2 !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.m-product-reg-benefits__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}

.m-product-reg-benefits__list {
  padding: 0 0 0 1.875rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5625rem;
  margin-top: 1.25rem;
  text-align: left;
}

.m-product-reg-benefits__list ul li {
  font-size: 1rem;
  list-style-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.184' height='11.842' viewBox='0 0 16.184 11.842'%3E%3Cpath d='M-5821.12,754.455l5.723,4.806,8.415-8.752' transform='translate(5822.084 -749.469)' fill='none' stroke='%23c41230' stroke-width='3'/%3E%3C/svg%3E%0A");
  padding-left: 8px;
}

.m-product-reg-benefits__list ul li b {
  font-weight: 700;
}

.m-product-reg-benefits__separator {
  width: 1.875rem;
  border: none;
  height: 0.1875rem;
  color: #000;
  background-color: #000;
}

.m-product-reg-benefits.m-product-reg-benefits--in-web-app {
  margin-top: 1.25rem;
}

.m-product-reg-benefits.m-product-reg-benefits--in-web-app
  .m-product-reg-benefits__internal {
  max-width: 22.125rem;
}

@media (min-width: 1025px) {
  .m-product-reg-benefits__list {
    padding: 0 0 0 3.125rem;
  }

  .m-product-reg-benefits.m-product-reg-benefits--in-web-app {
    margin-top: 2.5rem;
  }

  .m-product-reg-benefits.m-product-reg-benefits--in-web-app
    .m-product-reg-benefits__internal {
    max-width: 38.5rem;
  }
}

.iti--allow-dropdown {
  margin: 0 0 1rem;
}

.iti--allow-dropdown input[type='text'] {
  padding-right: 45px;
}

.phone-validation {
  font-size: 0.8125rem;
  color: #c2003d;
  margin-bottom: 1rem;
}

.join-now-form .iti {
  display: block;
}

.my-info-form-prefix-disclaimer {
  color: #7bb24f;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-info-form-prefix-disclaimer .m-icon {
  margin-right: 0.625rem;
  width: 0.9375rem;
  height: 0.9375rem;
}

.com-account-pages__alert {
  background-color: #fff;
  color: #c41230;
  border: 2px solid #c41230;
  padding: 1.5625rem 1.25rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
  text-align: center;
}

.com-account-pages__alert_cta_container {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.com-account-pages__alert_cta_btn {
  background-color: #c41230;
  padding: 0.625rem 1.875rem;
  color: #fff;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  margin-top: 0.9375rem;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
}

.com-account-pages__alert_cta_btn .m-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.9375rem;
}

.m-popup {
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.m-popup.open {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-popup_content {
  background-color: #fff;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.m-popup__header {
  padding: 1.25rem;
  position: relative;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  height: 2rem;
}

.m-popup__header-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
}

.m-popup__header-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #000;
}

.m-popup__close {
  position: absolute;
  top: 1.125rem;
  right: 1.875rem;
  background-color: #c41230;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border-style: none;
  border-width: 0.0625rem;
  cursor: pointer;
}

.m-popup__close-icon svg {
  width: 0.75rem;
}

.m-popup__close-icon svg * {
  stroke: #fff;
}

.m-popup__container {
  padding: 0.75rem;
  max-width: 46.4375rem;
  padding-top: 0.875rem;
  overflow-y: auto;
  height: calc(100% - 6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-popup__container-text,
.m-popup__container-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  color: #000;
  text-align: center;
  margin-top: 0.625rem;
  font-size: 0.875rem;
}

.m-popup__container-title {
  font-size: 2rem;
}

.m-popup__image {
  max-width: 100%;
  max-height: 17.5rem;
}

.m-popup__image-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-popup__image-picture {
  margin: 0 auto;
}

.m-popup__cta {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.9375rem;
}

.m-popup__cta-container {
  text-align: center;
}

@supports (-webkit-touch-callout: none) {
  .m-popup[overflow] {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.m-popup [data-popup-overlay] {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.m-popup__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.m-popup__overlay.m-popup__overlay--transparent {
  background-color: transparent;
}

@media (min-width: 768px) {
  .m-popup_content {
    width: 48rem;
    max-height: 80vh;
    border-radius: 0.625rem 0.625rem 0 0;
  }

  .m-popup__header {
    max-width: 45.5rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }

  .m-popup__close {
    top: -0.8125rem;
    right: -0.8125rem;
  }
}
