/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \******************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/html-tags.scss ***!
  \***************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
:root {
  --iamota-header-height: 77px;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
  font-size: 1.5rem;
}
body.noscroll {
  overflow: hidden;
}

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

p {
  margin: 0;
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}

small {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #BEBEB9;
}

ul,
ol,
dl {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
}

h2, .h2 {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
}

h3, .h3 {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
}

h4, .h4 {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
}

h4, .h4 {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

h5, .h5 {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

h6, .h6 {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1,
.h1 {
  font-family: "FormGintoNord-Black", Helvetica, Arial, serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: uppercase;
  letter-spacing: -0.01875em;
}
@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 68px;
    line-height: 6.8rem;
  }
}
@media (min-width: 1024px) {
  h1,
.h1 {
    letter-spacing: -0.04375em;
  }
}

h2,
.h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  h2,
.h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media (min-width: 1024px) {
  h2,
.h2 {
    letter-spacing: -0.0125em;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (min-width: 1024px) {
  h3,
.h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: -0.00625em;
}
@media (min-width: 1024px) {
  h4,
.h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media (min-width: 1024px) {
  h5,
.h5 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

.text--caption {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #BEBEB9;
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/layout.scss ***!
  \************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@-ms-viewport {
  width: device-width;
}
html {
  background-color: var(--color-main-background);
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
body .main {
  flex: 1 1 auto;
  width: 100%;
}
body.noscroll {
  overflow: hidden;
}
.ie11 body {
  width: 100%;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  width: calc(100% - (24px * 2));
}
@media (min-width: 1024px) {
  .container {
    width: calc(100% - (26px * 2));
  }
}

.container--wysiwyg {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  width: calc(100% - (24px * 2));
}
@media (min-width: 1024px) {
  .container--wysiwyg {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 1024px) {
  .container--wysiwyg {
    width: calc(100% - (26px * 2));
  }
}

.layout--one-column {
  display: block;
  max-width: 100%;
  width: 100%;
}
@supports (display: grid) {
  .layout--one-column {
    display: grid;
    grid-template-columns: [full-start] minmax(24px, 1fr) [main-start] minmax(0, 1440px) [main-end] minmax(24px, 1fr) [full-end];
    max-width: initial;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .layout--one-column {
    grid-template-columns: [full-start] minmax(26px, 1fr) [main-start] minmax(0, 1440px) [main-end] minmax(26px, 1fr) [full-end];
  }
}
.layout--one-column > * {
  grid-column: main;
}
.ie11 .layout--one-column > * {
  margin: 0 auto;
  width: calc(100% - (26px * 2));
}

.page-section--full-bleed,
.container--full-bleed {
  grid-column: full;
}
.ie11 .page-section--full-bleed,
.ie11 .container--full-bleed {
  width: 100%;
}

.page-section {
  position: relative;
  margin: 15px 0;
}
@media (min-width: 680px) {
  .page-section {
    margin: 20px 0;
  }
  .ie11 .page-section {
    margin: 20px auto;
  }
}

.page-section--gap-bottom {
  margin: 0 0 15px;
}
@media (min-width: 680px) {
  .page-section--gap-bottom {
    margin: 0 0 20px;
  }
  .ie11 .page-section--gap-bottom {
    margin: 0 auto 20px;
  }
}

.page-section--no-gap {
  margin: 0;
}
.ie11 .page-section--no-gap {
  margin: 0;
}

.page-section--no-height {
  height: 0;
  padding: 0;
  margin: 0;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/helpers.scss ***!
  \*************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.sr-only {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

.js-focus-hidden:focus {
  outline: none;
}

.is-sticky {
  position: sticky;
}

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.no-placeholder .label-hidden {
  position: inherit !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}

.visually-shown {
  position: inherit !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}

.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}

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

.supports-no-cookies:not(html) {
  display: none;
}
html.supports-no-cookies .supports-no-cookies:not(html) {
  display: block;
}

html.supports-no-cookies .supports-cookies {
  display: none;
}

.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  z-index: 10000000;
  padding: 13px;
  background-color: #fff;
  color: #000;
  transition: none;
  border: 5px solid #000;
}

.hide {
  /* stylelint-disable declaration-no-important */
  display: none !important;
}

.hidden,
.js-partial {
  display: none;
}

.clear-left {
  clear: left;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/animations.scss ***!
  \****************************************************************************************************************************************************************************/
:root {
  --animation-delay: 100ms;
  --animation-timing: 600ms;
  --animation-ease: cubic-bezier(.59,.28,.39,.83);
  --animation-loop: 1;
  --animation-type: transform;
  --animation-transform: 0,0;
  --animation-target: all;
}

.animate-in {
  transform: translate(var(--animation-transform));
  transition: var(--animation-timing) var(--animation-type) var(--animation-delay) var(--animation-ease);
}
@media (prefers-reduced-motion) {
  .animate-in {
    transition: none;
    transform: 0;
  }
}
.animate-in.animate-in--slide-up {
  --animation-delay: 0ms;
  --animation-timing: 800ms;
  --animation-transform: 0, 50px;
  --animation-type: all;
  opacity: 0;
  transition: var(--animation-timing) var(--animation-type) var(--animation-delay) var(--animation-ease);
}
@media (prefers-reduced-motion) {
  .animate-in.animate-in--slide-up {
    transition: none;
    opacity: 1;
  }
}
.animate-in.animate-in--fade-in {
  opacity: 0;
  --animation-delay: 0ms;
  --animation-timing: 1s;
  --animation-transform: 0,0;
  --animation-type: all;
  transition: var(--animation-timing) var(--animation-type) var(--animation-delay) var(--animation-ease);
}
@media (prefers-reduced-motion) {
  .animate-in.animate-in--fade-in {
    transition: none;
    opacity: 1;
  }
}
.animate-in.is-animated, .animate-in.already-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--list-delay:nth-child(1n) {
  --animation-delay: 150ms;
  --animation-transform: 0, 50px;
  --animation-type: transform, opacity;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 700ms var(--animation-type) var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
@media (prefers-reduced-motion) {
  .animate-in--list-delay:nth-child(1n) {
    opacity: 1;
    transition: none;
  }
}
.is-animated .animate-in--list-delay:nth-child(1n), .already-visible .animate-in--list-delay:nth-child(1n) {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--list-delay:nth-child(2n) {
  --animation-delay: 300ms;
  --animation-transform: 0, 50px;
  --animation-type: transform, opacity;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 700ms var(--animation-type) var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
@media (prefers-reduced-motion) {
  .animate-in--list-delay:nth-child(2n) {
    opacity: 1;
    transition: none;
  }
}
.is-animated .animate-in--list-delay:nth-child(2n), .already-visible .animate-in--list-delay:nth-child(2n) {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--list-delay:nth-child(3n) {
  --animation-delay: 450ms;
  --animation-transform: 0, 50px;
  --animation-type: transform, opacity;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 700ms var(--animation-type) var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
@media (prefers-reduced-motion) {
  .animate-in--list-delay:nth-child(3n) {
    opacity: 1;
    transition: none;
  }
}
.is-animated .animate-in--list-delay:nth-child(3n), .already-visible .animate-in--list-delay:nth-child(3n) {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--list-delay:nth-child(4n) {
  --animation-delay: 600ms;
  --animation-transform: 0, 50px;
  --animation-type: transform, opacity;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 700ms var(--animation-type) var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
@media (prefers-reduced-motion) {
  .animate-in--list-delay:nth-child(4n) {
    opacity: 1;
    transition: none;
  }
}
.is-animated .animate-in--list-delay:nth-child(4n), .already-visible .animate-in--list-delay:nth-child(4n) {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-in--list-delay:nth-child(5n) {
  --animation-delay: 750ms;
  --animation-transform: 0, 50px;
  --animation-type: transform, opacity;
  opacity: 0;
  transform: translate(var(--animation-transform));
  transition: 700ms var(--animation-type) var(--animation-delay) var(--animation-ease);
  will-change: var(--animation-type);
}
@media (prefers-reduced-motion) {
  .animate-in--list-delay:nth-child(5n) {
    opacity: 1;
    transition: none;
  }
}
.is-animated .animate-in--list-delay:nth-child(5n), .already-visible .animate-in--list-delay:nth-child(5n) {
  opacity: 1;
  transform: translate(0, 0);
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/carousel.scss ***!
  \**************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.carousel {
  position: relative;
  margin-bottom: 40px;
}

.carousel-section {
  text-align: center;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/placeholders.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.placeholder-svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.placeholder-svg--small {
  width: 480px;
}

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.placeholder-background .icon {
  border: 0;
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/button/button.scss ***!
  \*******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
button,
.button {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  border-radius: 60px;
  padding: 9px 28px;
  text-align: center;
  transition: all 0.2s ease;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
button:focus-visible,
.button:focus-visible {
  box-shadow: 0 0 0 3px #3061A6;
  outline: none;
}
button.button--disabled, button:disabled,
.button.button--disabled,
.button:disabled {
  background-color: #F0F0F0;
  color: #BEBEB9;
  cursor: default;
  border-color: #F0F0F0;
}
button.button--disabled:hover, a:hover button.button--disabled, button:disabled:hover, a:hover button:disabled,
.button.button--disabled:hover,
a:hover .button.button--disabled,
.button:disabled:hover,
a:hover .button:disabled {
  background-color: #F0F0F0;
  color: #BEBEB9;
  border-color: #F0F0F0;
}
button.button--disabled.button--text, button:disabled.button--text,
.button.button--disabled.button--text,
.button:disabled.button--text {
  background-color: initial;
  opacity: 0.3;
}
button.button--disabled.button--text:hover, a:hover button.button--disabled.button--text, button:disabled.button--text:hover, a:hover button:disabled.button--text,
.button.button--disabled.button--text:hover,
a:hover .button.button--disabled.button--text,
.button:disabled.button--text:hover,
a:hover .button:disabled.button--text {
  background-color: initial;
}
button.button--disabled .btn--add-to-cart__pricing, button:disabled .btn--add-to-cart__pricing,
.button.button--disabled .btn--add-to-cart__pricing,
.button:disabled .btn--add-to-cart__pricing {
  display: none;
}

.link.link--disabled {
  color: #F0F0F0;
  cursor: default;
  opacity: 0.3;
}
.link.link--disabled:hover, a:hover .link.link--disabled {
  color: #F0F0F0;
}

.button--primary {
  background-color: #E6FF00;
  color: #000;
  border: 2px solid #E6FF00;
}
.button--primary:hover, .button--primary:active, a:hover .button--primary, .button--primary:focus {
  background-color: #DFF419;
  text-decoration: none;
  color: #000;
  border: 2px solid #DFF419;
}

.button--secondary {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}
.button--secondary:hover, .button--secondary:active, .button--secondary:focus, a:hover .button--secondary {
  background-color: #1D1D1D;
  color: #fff;
  text-decoration: none;
  border: 2px solid #1D1D1D;
}

.button--white {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
}
.button--white:hover, .button--white:active, .button--white:focus, a:hover .button--white {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border: 2px solid #000;
}

.button-collection {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  gap: 15px;
}
.button-collection.button-collection--left {
  justify-content: flex-start;
}
.button-collection.button-collection--center {
  justify-content: center;
}
.button-collection.button-collection--right {
  justify-content: flex-end;
}

.button--icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 16.5px 5px 8.5px;
}
.button--icon .button__icon {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 10px;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/button/button--text.scss ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.button.button--text {
  position: relative;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  padding: 20px 0 2px;
  border-radius: 0;
}
.button.button--text:hover, a:hover .button.button--text {
  background-color: transparent;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/button/button--transparent.scss ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.button--transparent.button--primary {
  background-color: rgba(230, 255, 0, 0);
  border-color: #E6FF00;
  color: #E6FF00;
}
.button--transparent.button--primary:hover, a:hover .button--transparent.button--primary, .button--transparent.button--primary:focus {
  background-color: #E6FF00;
  color: #000;
}
.button--transparent.button--secondary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
  color: #000;
}
.button--transparent.button--secondary:hover, a:hover .button--transparent.button--secondary, .button--transparent.button--secondary:focus {
  background-color: black;
  color: #E6FF00;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/base/product.scss ***!
  \*************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.product__price {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.00625em;
  margin: 20px 0;
  color: #000;
  display: flex;
  align-items: center;
}
@media (min-width: 680px) {
  .product__price {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.product__price .price__sale {
  color: #78919B;
}
.product__price .price__original--sale {
  color: #000;
  margin-left: 10px;
}
.product__price .price__percentage-tag {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #78919B;
  color: #fff;
  padding: 1px 10px;
  border-radius: 3px;
  margin-left: 14px;
  display: inline-block;
}

.product__goggle-price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin: 20px 0;
  color: #1D1D1D;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.product__goggle-price .price__copy {
  color: #3C3C3C;
  font-weight: 400;
}
.product__goggle-price .price__copy s {
  font-weight: 600;
}
.product__goggle-price .price__sale {
  color: #3C3C3C;
  font-weight: 600;
}
.product__goggle-price .price__original {
  color: #1D1D1D;
  margin-left: 0.2em;
}
.product__goggle-price .price__original--sale {
  color: #1D1D1D;
  margin-left: 0.2em;
}

.cart-summary__item {
  color: #000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 13px;
  font-weight: 400;
}

.free-shipping-progress__message {
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #E6FF00;
  padding: 5px 15px;
  margin: 0 0 13px;
  text-align: center;
  display: block;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/apps/gdpr-styles.scss ***!
  \**********************************************************************************************************************************************************************/
.cc-theme-classic .cc-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.cc-theme-classic .cc-btn.cc-btn-decision {
  border-radius: 60px;
  padding: 8px 28px;
  min-width: auto;
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  text-decoration: none;
}
.cc-theme-classic .cc-btn.cc-btn-decision:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  color: #FFFFFF;
}
.cc-theme-classic .cc-highlight .cc-btn.cc-settings {
  border: 0;
  text-decoration: underline;
  color: #000000;
  padding: 0;
  margin-right: 40px;
}
.cc-theme-classic .cc-highlight .cc-btn.cc-settings:hover {
  background-color: transparent !important;
  color: #000000 !important;
  text-decoration: none;
}
.cc-theme-classic.cc-banner .cc-message {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.cc-theme-classic.cc-banner .cc-message .cc-link {
  font-weight: 500;
  color: #000000;
  opacity: 1;
}
.cc-theme-classic.cc-window.cc-banner {
  padding: 40px 40px 120px 40px;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom {
  max-width: 526px;
  right: 0;
  left: auto;
  color: #000000;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-content {
  padding: 30px;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-header {
  flex-direction: column;
  margin-bottom: 30px;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-scrolling-section {
  overflow-y: auto;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-title-container {
  margin-bottom: 30px;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  text-transform: capitalize;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-horizontal-buttons {
  display: flex;
  justify-content: flex-start !important;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-horizontal-buttons .pd-cp-btn {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 28px;
  border-radius: 60px;
  letter-spacing: 0;
  flex: 0 1 auto !important;
  margin-right: 15px;
  border: 2px solid #000000;
  background-color: #FFFFFF;
  color: #000000 !important;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-horizontal-buttons .pd-cp-btn:hover {
  background-color: #000000;
  color: #FFFFFF !important;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-horizontal-buttons .pd-cp-ui-acceptAll {
  background-color: #000000;
  color: #FFFFFF !important;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-horizontal-buttons .pd-cp-ui-acceptAll:hover {
  background-color: #1D1D1D;
  text-decoration: none;
  color: #FFFFFF !important;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-cookies-details, .cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-close {
  text-decoration: underline !important;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-cookies-details:hover, .cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-close:hover {
  text-decoration: none !important;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-btn.pd-cp-ui-save {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 11px 28px;
  border-radius: 60px;
  letter-spacing: 0;
  background: #000000;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-intro, .cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-bold-messaging, .cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-purpose-description, .cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-alwaysAllowed, .cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-cookies-details, .cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-close {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-preferences-switch {
  width: 50px;
  height: 26px;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-preferences-slider.round {
  border-radius: 60px;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-preferences-slider:before {
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom input + .pd-cp-preferences-slider {
  background: #F0F0F0;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom input:checked + .pd-cp-preferences-slider {
  background: #000000;
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom input:checked + .pd-cp-preferences-slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.cc-theme-classic .pd-cp-ui.pd-cp-ui__bottom .pd-cp-ui-footer {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .cc-theme-classic.cc-banner .cc-message {
    margin-bottom: 30px;
    text-align: center;
    margin-right: 0;
  }
  .cc-theme-classic .cc-window.cc-banner {
    flex-direction: column;
    padding: 30px 24px;
  }
  .cc-theme-classic .cc-compliance {
    flex-wrap: wrap;
    max-width: 302px;
    width: 100%;
    margin: auto;
  }
  .cc-theme-classic .cc-highlight .cc-btn.cc-btn-decision {
    flex: 1;
    margin: 0;
  }
  .cc-theme-classic .cc-highlight .cc-btn.cc-btn-decision.cc-deny {
    margin-left: 20px;
  }
  .cc-theme-classic .cc-highlight .cc-btn.cc-settings {
    width: 100%;
    order: 0;
    margin-bottom: 30px;
    margin-top: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1001px) {
  .cc-theme-classic .pd-cp-scrolling-section {
    height: calc(90vh - 656px);
  }
}
@media only screen and (max-width: 699px) {
  .cc-theme-classic .pd-cp-ui-footer .pd-cp-ui-col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .cc-theme-classic .pd-cp-ui-close-top {
    display: none !important;
  }
  .cc-theme-classic .pd-cp-ui-col-6 > .pd-cp-ui-close {
    display: inline-block;
    padding: 0;
    margin-bottom: 18px;
  }
  .cc-theme-classic .cc-compliance {
    flex-direction: column;
  }
  .cc-theme-classic .cc-highlight .cc-btn.cc-btn-decision {
    width: 100%;
  }
  .cc-theme-classic .cc-highlight .cc-btn.cc-btn-decision.cc-deny {
    margin-left: 0;
    margin-top: 20px;
  }
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/form-kit/_forms.scss ***!
  \***********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
form {
  margin: 0;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

input,
textarea,
select {
  border: 2px solid #000;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  max-width: 100%;
  outline: none;
  position: relative;
}
input[disabled],
textarea[disabled],
select[disabled] {
  background-color: #fff;
  border-color: #F0F0F0;
  color: #fff;
  cursor: default;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}

button,
input[type=submit],
label[for] {
  cursor: pointer;
}

input[type=radio] {
  border: none;
}

textarea {
  min-height: 100px;
}

select::-ms-expand {
  display: none;
}

option {
  background-color: #E6FF00;
  color: #000;
}

label.error, span.error {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #EB0000;
  margin-top: 10px;
  display: block;
}

.input-error {
  border-color: #EB0000;
  background-color: #fff;
  color: #000;
}

.form__field {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}

.form__fieldset {
  margin: 0;
  padding: 0;
}

.form__title {
  margin-top: 0;
}

.form__label {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
}

.form__control {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  padding: 10px 15px;
}
.form__control:focus {
  border-color: #000;
}
.form__control.error {
  border-color: #EB0000;
}

.form__error-message {
  padding-bottom: 20px;
}
.form__error-message .form__error {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #EB0000;
}

.form__button {
  margin-right: 20px;
}
.form__button.button--text {
  opacity: 0.7;
}
.form__button.button--text:hover {
  opacity: 1;
}

.form__input,
.form__select,
.form__textarea {
  border: 2px solid #000;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  width: 100%;
}

.form__checkbox,
.form__radio {
  display: inline-block;
}

.form__radio {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
}

.form__select {
  padding-right: 30px;
}

.form__option-label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  display: inline-block;
  color: #000;
}
.form__option-label + .form__option-label {
  padding-top: 10px;
}

.form__field--custom-select .form__select {
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 0;
  box-shadow: none;
}
.form__field--custom-select .form__element {
  border: 2px solid #000;
}
.form__field--custom-select .select__caret {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form__field--custom-select .select__caret .icon {
  vertical-align: top;
}

.form__field--image-radio .form__radio {
  display: none;
}
.form__field--image-radio .form__option-label {
  border: 2px solid #000;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
}
.form__field--image-radio .form__option-label.is-active, .form__field--image-radio .form__option-label:hover {
  border: 1px solid #E6FF00;
}

.form__field--button-radio .form__radio {
  display: none;
}
.form__field--button-radio .form__option-label {
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
}
.form__field--radio .form__option-label {
  position: relative;
  margin-bottom: 10px;
}
.form__field--radio .form__option-label:before {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 10px;
  top: 2px;
  margin-right: 10px;
  border: 2px solid #000;
  background-color: #fff;
}
.form__field--radio .form__option-label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  display: inline-block;
  left: 4px;
  top: 6px;
  border-radius: 10px;
}
.form__field--radio input[type=radio]:checked + .form__option-label:after {
  background-color: #000;
}

.form__field--radio-color {
  margin-bottom: 14px;
}
.form__field--radio-color .form__element {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.form__field--radio-color .form__element .swatch__option {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.form__field--radio-color .form__option-label {
  position: relative;
  padding: 0;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  border: 2px solid transparent;
  color: black;
}
.form__field--radio-color .form__option-label .form__option-label-inner {
  display: block;
  border-radius: 50%;
  padding: 0;
  margin: 1px;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  border: 1px solid black;
}
.form__field--radio-color .form__option-label .form__option-label-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__field--radio-color input[type=radio] {
  border: none;
}
.form__field--radio-color input[type=radio]:checked + .form__option-label {
  border-color: #000;
}
.form__field--radio-color input[type=radio]:checked + .form__option-label .form__option-label-inner {
  border-color: #fff;
}
.form__field--radio-color input[type=radio]:not(:checked):hover + .form__option-label {
  border-color: #757575;
}
.form__field--radio-color input[type=radio]:not(:checked):hover + .form__option-label .form__option-label-inner {
  border-color: #fff;
}
.form__field--radio-color input[type=radio]:focus + .form__option-label {
  box-shadow: 0 0px 8px #78919B;
}

.form__field--radio-text {
  margin-bottom: 14px;
}
.form__field--radio-text .form__element {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.form__field--radio-text .form__element .swatch__option {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.form__field--radio-text .form__option-label {
  position: relative;
  padding: 0;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 40px;
  color: #000;
}
.form__field--radio-text input[type=radio]:checked + .form__option-label {
  border-color: #000;
  background: #E6FF00;
  color: #fff;
}
.form__field--radio-text input[type=radio]:checked + .form__option-label .form__option-label-inner {
  border-color: #fff;
}
.form__field--radio-text input[type=radio]:not(:checked):hover + .form__option-label {
  border-color: #F0F0F0;
}
.form__field--radio-text input[type=radio]:not(:checked):hover + .form__option-label .form__option-label-inner {
  border-color: #fff;
}
.form__field--radio-text input[type=radio]:focus + .form__option-label {
  box-shadow: 0 0px 8px #78919B;
}

.form__field--checkbox input {
  -webkit-appearance: checkbox;
  margin-right: 15px;
  transform: translateY(-3px);
}
.form__field--checkbox input:before {
  content: "";
  position: relative;
  display: block;
  width: 19px;
  height: 19px;
  border: 2px solid #000;
  background-color: #fff;
}
.form__field--checkbox input:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  left: 2px;
  top: -16px;
  width: 15px;
  height: 12px;
}
.form__field--checkbox input:checked:before {
  background-color: #E6FF00;
  border-color: transparent;
}
.form__field--checkbox input:checked:after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI5Ljg0IDEwLjEwN3EwIC43MTQtLjUgMS4yMTRMMTMuOTggMjYuNjhxLS41LjUtMS4yMTQuNXQtMS4yMTQtLjVMMi42NiAxNy43ODVxLS41LS41LS41LTEuMjE0dC41LTEuMjEybDIuNDMtMi40M3EuNS0uNSAxLjIxNC0uNXQxLjIxNC41bDUuMjUgNS4yN0wyNC40ODIgNi40NjNxLjUtLjUgMS4yMTQtLjV0MS4yMTQuNWwyLjQzIDIuNDNxLjUuNS41IDEuMjEzeiIvPjwvc3ZnPg==");
}

.form__spinner {
  display: none;
}

.form__field .button {
  z-index: 1;
}
.form__field .button .button__label {
  z-index: -1;
}

.form__wrapper {
  margin: 0 auto;
}
@media (min-width: 680px) {
  .form__wrapper {
    max-width: 550px;
  }
}

.form__grid.css-grid {
  grid-gap: 0;
}
@media (min-width: 1024px) {
  .form__grid.css-grid {
    grid-gap: 30px;
  }
}

.form__element {
  position: relative;
}

.form__icons {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.form__field--textarea .form__icons {
  top: 5px;
  transform: translateY(0);
}
.form__field--select .form__icons {
  right: 15px;
}

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

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

.form__increment {
  background-repeat: no-repeat, repeat;
  background-position: center center;
  background-size: 11px auto, 100%;
  background-color: #fff;
  height: 50%;
  width: 34px;
  cursor: pointer;
  position: absolute;
  padding: 10px;
  border: 1px solid #fff;
  top: 0;
  right: 0;
}

.form__increment--up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='%230b4427'%3E%3Cpath d='M5.5.7L.6 5.6l1 1.1 3.9-3.9 3.8 3.8 1.1-1z'/%3E%3C/svg%3E%0A");
  border-top-right-radius: 3px;
}

.form__increment--down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath fill='%230b4427' d='M5.4 6.5L.5 1.6l1-1.1 3.9 3.8L9.2.5l1.1 1z'/%3E%3C/svg%3E");
  top: 50%;
  border-top: 0;
  border-bottom-right-radius: 3px;
}

.form__input-container--cart-page {
  position: relative;
}

.password__toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1000;
}

.password__icon--hide {
  display: none;
}

.password__toggle--visible .password__icon--show {
  display: none;
}
.password__toggle--visible .password__icon--hide {
  display: inline-block;
}

.form--contact .form__wrapper {
  margin: 0;
}

.form--password .form__wrapper {
  margin: 0;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/rollover/rollover.scss ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.rollover {
  margin-bottom: -100vh !important;
}
.rollover .rollover__under {
  position: sticky;
  top: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .rollover .rollover__under {
    top: 0 !important;
  }
}
.rollover .rollover__over {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
.rollover:after {
  content: "";
  height: 100vh;
  display: block;
  width: 100%;
  background: white;
  position: relative;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/announcement-bar/_announcement-bar.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.announcement-bar {
  background-color: #000;
  color: #fff;
  padding: 9px 24px;
  text-align: center;
  position: relative;
  z-index: 900;
  display: block;
}
@media (min-width: 1024px) {
  .announcement-bar {
    padding: 9px 26px;
  }
}
.announcement-bar.announcement-bar--hidden {
  display: none;
}
@media (min-width: 1024px) {
  .announcement-bar.is-sticky {
    display: none;
  }
}
.announcement-bar .announcement-bar__link,
.announcement-bar .announcement-bar__text {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  margin: 0 35px 0 0;
  display: inline-block;
}
@media (min-width: 680px) {
  .announcement-bar .announcement-bar__link,
.announcement-bar .announcement-bar__text {
    margin: 0 35px;
    padding: 0;
  }
}
.announcement-bar .announcement-bar__close {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  background-color: transparent;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
  position: absolute;
  top: 11px;
  right: 24px;
  padding: 0;
}
@media (min-width: 1024px) {
  .announcement-bar .announcement-bar__close {
    right: 28px;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/menu/_menu.scss ***!
  \******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.menu {
  display: block;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__item {
  margin: 0;
}
.menu__item:last-child .menu__link {
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .menu__item {
    margin: 0 0;
  }
}

.menu__link {
  color: #000;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.menu__link .icon__cart {
  width: 22px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}

.menu__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .menu__title {
    font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.2px;
  }
}

.menu--default {
  background-color: transparent;
}
.menu--default .menu__list {
  display: flex;
  flex-flow: column nowrap;
  margin: 70px 0 40px;
}
@media (min-width: 1024px) {
  .menu--default .menu__list {
    margin: 0;
    flex-flow: row nowrap;
  }
}
.menu--default .menu__link {
  color: #000;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease;
}
@media (min-width: 1024px) {
  .menu--default .menu__link {
    background-color: transparent;
    margin: 0;
    padding: 25px 20px;
    border-bottom: 0;
  }
  .menu--default .menu__link:hover {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .menu--default .menu__link.menu__link--active {
    background-color: transparent;
    text-decoration: underline;
  }
}

.menu--secondary {
  margin: 12px 0 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .menu--secondary {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.menu--secondary .menu__list {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1024px) {
  .menu--secondary .menu__list {
    flex-flow: row nowrap;
    align-items: center;
  }
}
.menu--secondary .menu__item {
  display: inline-block;
  margin: 0 20px;
}
@media (min-width: 1024px) {
  .menu--secondary .menu__item {
    margin-bottom: 0;
  }
}
.menu--secondary .menu__item--cart {
  display: none;
}
@media (min-width: 1024px) {
  .menu--secondary .menu__item--cart {
    display: inline-block;
  }
}
.menu--secondary .menu__link:hover {
  color: #000;
  text-decoration: none;
}
.menu--secondary .menu__link:hover a {
  color: #000;
  text-decoration: none;
}
.menu--secondary .menu__link a {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: none;
  color: #000;
}
.menu--secondary .menu__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/menu/_menu--dropdown.scss ***!
  \****************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@media (min-width: 1024px) {
  .menu--dropdown .menu__list {
    align-items: flex-end;
  }
  .footer--default .menu--dropdown .menu__list {
    align-items: flex-start;
  }
}

.menu__item--dropdown {
  transition: all 0.2s ease;
}
.menu__item--dropdown .menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__item--dropdown .menu__link:active {
  color: #000;
}
@media (min-width: 1024px) {
  .menu__item--dropdown .menu__link {
    display: inline-block;
  }
}
.menu__item--dropdown .icon {
  transition: all 0.2s ease;
}
.menu__item--dropdown .dropdown__icon {
  position: relative;
  top: 2px;
  display: inline-block;
  color: #000;
  font-size: 22px;
  line-height: 0;
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
@media (min-width: 1024px) {
  .menu__item--dropdown .dropdown__icon {
    font-size: 10px;
    line-height: 18px;
    top: 0;
  }
}
.menu__item--dropdown.js--isOpen .dropdown {
  display: block;
}
.menu__item--dropdown.js--isOpen .dropdown__icon {
  transform: rotate(-180deg);
  transform-origin: center;
}
.menu__item--dropdown.js--isOpen .menu__link {
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .menu__item--dropdown.js--isOpen {
    background-color: #78919B;
  }
  .menu__item--dropdown.js--isOpen .menu__link {
    color: #000;
    background-color: #fff;
  }
  .menu__item--dropdown.js--isOpen .dropdown {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: all;
    z-index: 1;
  }
  .menu__item--dropdown.js--isOpen .dropdown__icon {
    transform: rotate(0deg);
  }
}

.dropdown {
  display: none;
  padding: 10px 0;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .dropdown {
    display: block;
    min-width: 250px;
    position: absolute;
    top: 100%;
    padding: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.26);
    background-color: #fff;
    opacity: 0;
    transition: 200ms all 0.2s ease, visibility 0s linear 0.01s, z-index 0s linear 0s;
    pointer-events: none;
    z-index: -1;
  }
}

.dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown__item {
  margin: 0;
  padding: 10px 0;
  border-bottom: 0;
}
.dropdown__item:last-child {
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .dropdown__item {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 0;
  }
  .dropdown__item:last-child {
    margin-bottom: 0;
  }
}

.dropdown__link {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.2px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  color: #000;
}
.dropdown__link:hover {
  color: #000;
}
.dropdown__link.dropdown__link--active {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .dropdown__link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  .dropdown__link:hover, .dropdown__link:focus {
    color: #000;
    text-decoration: underline;
  }
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/country-switcher/_country-switcher.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.country-switcher {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  order: 2;
}
@media (min-width: 1024px) {
  .country-switcher {
    order: initial;
  }
}
.country-switcher.menu__item {
  padding: 0;
  margin: 0;
}

.country-switcher__toggle {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .country-switcher__toggle {
    padding: 27px 20px;
  }
}
.country-switcher__toggle .menu__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  margin-right: 5px;
}

.country-switcher__list {
  display: none;
  background-color: transparent;
  list-style: none;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .country-switcher__list {
    width: 150px;
  }
}
.country-switcher__list.is-open {
  display: block;
}
@media (min-width: 1024px) {
  .country-switcher__list.is-open {
    position: absolute;
    padding: 20px 20px;
    background-color: #fff;
  }
}

.country-switcher__item:last-of-type .country-switcher__link {
  padding-bottom: 0;
}

.country-switcher__link {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000;
  padding-bottom: 15px;
  display: block;
}
.country-switcher__link:hover, .country-switcher__link:active, .country-switcher__link:focus {
  color: #000;
  text-decoration: underline;
}
.is-current .country-switcher__link {
  display: none;
}

.country-toggle__icon {
  font-size: 10px;
  line-height: 14px;
  color: #000;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/css-grid/_css-grid.scss ***!
  \**************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.css-grid {
  display: block;
  width: 100%;
}
@supports (display: grid) {
  .css-grid {
    display: grid;
    grid-gap: 16px;
  }
  @media (min-width: 1024px) {
    .css-grid {
      grid-gap: 16px;
    }
  }
}
.ie11 .css-grid {
  display: flex;
  flex-wrap: wrap;
}

.css-grid__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 calc(16px / 2) 16px;
}
@media (min-width: 680px) {
  .css-grid__item {
    margin: 0 calc(16px / 2) 16px;
  }
}
@supports (display: grid) {
  .css-grid__item {
    margin: 0;
  }
}

.css-grid--small-1 {
  grid-template-columns: repeat(1, 1fr);
}

.css-grid--small-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 680px) {
  .css-grid--medium-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .css-grid--medium-1 .css-grid__item {
    width: calc(100% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--medium-1 .css-grid__item {
      width: initial;
    }
  }

  .css-grid--medium-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .css-grid--medium-2 .css-grid__item {
    width: calc(50% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--medium-2 .css-grid__item {
      width: initial;
    }
  }

  .css-grid--medium-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .css-grid--medium-3 .css-grid__item {
    width: calc(33.3333333333% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--medium-3 .css-grid__item {
      width: initial;
    }
  }

  .css-grid--medium-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .css-grid--medium-4 .css-grid__item {
    width: calc(25% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--medium-4 .css-grid__item {
      width: initial;
    }
  }
}
@media (min-width: 1024px) {
  .css-grid--large-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .css-grid--large-1 .css-grid__item {
    width: calc(100% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-1 .css-grid__item {
      width: initial;
    }
  }

  .css-grid--large-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .css-grid--large-2 .css-grid__item {
    width: calc(50% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-2 .css-grid__item {
      width: initial;
    }
  }

  .css-grid--large-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .css-grid--large-3 .css-grid__item {
    width: calc(33.3333333333% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-3 .css-grid__item {
      width: initial;
    }
  }

  .css-grid--large-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .css-grid--large-4 .css-grid__item {
    width: calc(25% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-4 .css-grid__item {
      width: initial;
    }
  }

  .css-grid--large-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .css-grid--large-5 .css-grid__item {
    width: calc(20% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-5 .css-grid__item {
      width: initial;
    }
  }

  .css-grid--large-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .css-grid--large-6 .css-grid__item {
    width: calc(16.6666666667% - (16px * 2));
  }
  @supports (display: grid) {
    .css-grid--large-6 .css-grid__item {
      width: initial;
    }
  }
}
.css-grid--no-gutter {
  grid-gap: 0;
}

.blog__posts,
.css-grid--blog-post {
  grid-row-gap: 16px;
}
@media (min-width: 680px) {
  .blog__posts,
.css-grid--blog-post {
    grid-row-gap: 40px;
  }
}
.ie11 .blog__posts,
.ie11 .css-grid--blog-post {
  justify-content: center;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/css-grid/_css-grid--accordion.scss ***!
  \*************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.css-grid--accordion {
  display: flex;
  flex-flow: row wrap;
}
@supports (display: grid) {
  .css-grid--accordion {
    display: grid;
    grid-auto-flow: dense;
    grid-template-rows: repeat(2, auto);
  }
}
.css-grid--accordion .css-grid__item {
  display: inline-flex;
  float: left;
}
.css-grid--accordion .css-grid__item--card {
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  border-bottom: 3px solid #E6FF00;
}
.css-grid--accordion .css-grid__item--card.js-active {
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .css-grid--accordion .css-grid__item--card.js-active {
    border-bottom: 3px solid #000;
  }
}
.css-grid--accordion .css-grid__item--card:focus {
  outline: none;
}
.css-grid--accordion .css-grid__item--card:hover .tab__title {
  color: #000;
}
.ie11 .css-grid--accordion .css-grid__item--card {
  width: 100%;
  margin: 0;
}
.css-grid--accordion .css-grid__item--panel {
  display: none;
  grid-column: -1/1;
  -ms-grid-column: 1;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 5px 0 35px;
  text-align: left;
  opacity: 0;
  transition-delay: 200ms;
  transition: opacity 400ms ease;
}
.css-grid--accordion .css-grid__item--panel p:first-of-type {
  margin-top: 0;
}
.css-grid--accordion .css-grid__item--panel p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .css-grid--accordion .css-grid__item--panel {
    padding: 50px 0 50px;
  }
}
.css-grid--accordion .css-grid__item--panel.js-active {
  display: block;
  border-bottom: 3px solid #000;
  opacity: 1;
  transition-delay: 200ms;
  transition: opacity 400ms ease;
}
@media (min-width: 1024px) {
  .css-grid--accordion .css-grid__item--panel.js-active {
    border-bottom: 0;
  }
}
.ie11 .css-grid--accordion .css-grid__item--panel {
  width: 100%;
}
.css-grid--accordion.css-grid--small-1 .css-grid__item--panel {
  -ms-grid-column-span: 1;
}
.css-grid--accordion.css-grid--small-2 .css-grid__item--panel {
  -ms-grid-column-span: 2;
}
@media (min-width: 680px) {
  .css-grid--accordion.css-grid--medium-1 .css-grid__item--panel {
    -ms-grid-column-span: 1;
  }
  .css-grid--accordion.css-grid--medium-2 .css-grid__item--panel {
    -ms-grid-column-span: 2;
  }
  .css-grid--accordion.css-grid--medium-3 .css-grid__item--panel {
    -ms-grid-column-span: 3;
  }
  .css-grid--accordion.css-grid--medium-4 .css-grid__item--panel {
    -ms-grid-column-span: 4;
  }
}
@media (min-width: 1024px) {
  .css-grid--accordion.css-grid--large-1 .css-grid__item--panel {
    -ms-grid-column-span: 1;
  }
  .css-grid--accordion.css-grid--large-2 .css-grid__item--panel {
    -ms-grid-column-span: 2;
  }
  .css-grid--accordion.css-grid--large-3 .css-grid__item--panel {
    -ms-grid-column-span: 3;
  }
  .css-grid--accordion.css-grid--large-4 .css-grid__item--panel {
    -ms-grid-column-span: 4;
  }
  .css-grid--accordion.css-grid--large-5 .css-grid__item--panel {
    -ms-grid-column-span: 5;
  }
  .css-grid--accordion.css-grid--large-6 .css-grid__item--panel {
    -ms-grid-column-span: 6;
  }
}
.ie11 .css-grid--accordion.css-grid--small-1 .css-grid__item--panel {
  grid-template-columns: repeat(1, 1fr);
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/css-grid/_css-grid--alternating.scss ***!
  \***************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@media (min-width: 1024px) {
  .css-grid--alternating {
    grid-template-columns: repeat(3, 1fr);
  }
  .css-grid--alternating .css-grid__item {
    width: calc(33.333% - (26px * 2));
  }
  @supports (display: grid) {
    .css-grid--alternating .css-grid__item {
      margin: 0;
      width: initial;
    }
  }
  .css-grid--alternating .css-grid__item:nth-child(4n-3),
.css-grid--alternating .css-grid__item:nth-child(4n-4) {
    width: calc(66.666% - (26px * 2));
  }
  @supports (display: grid) {
    .css-grid--alternating .css-grid__item:nth-child(4n-3),
.css-grid--alternating .css-grid__item:nth-child(4n-4) {
      grid-column-end: span 2;
      margin: 0;
      width: initial;
    }
  }
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/background-media/_background-media.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.background-media {
  display: grid;
  grid-gap: 0;
  overflow: hidden;
}

.background-image {
  background-color: transparent;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  outline: none;
}
.ie11 .background-image {
  height: auto;
}

.background-media__background {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-column: gutter-start/gutter-end;
  grid-row: image-start/image-end;
  height: 100%;
}

.background-media__content {
  grid-column: content;
  grid-row: content;
  z-index: 1;
}
@media (min-width: 1024px) {
  .background-media__content {
    grid-column: center;
    grid-row: content;
  }
}
.ie11 .background-media__content {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .ie11 .background-media__content {
    grid-column: 3;
    grid-row: 2;
  }
}

.background-media__content--left {
  grid-column: content;
  grid-row: content;
}
@media (min-width: 1024px) {
  .background-media__content--left {
    grid-column: content-start;
    grid-row: content;
  }
}
.ie11 .background-media__content--left {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .ie11 .background-media__content--left {
    grid-column: 2;
    grid-row: 2;
  }
}

.background-media__content--right {
  grid-column: content;
  grid-row: content;
}
@media (min-width: 1024px) {
  .background-media__content--right {
    grid-column: 3;
    grid-row: content;
  }
}
.ie11 .background-media__content--right {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .ie11 .background-media__content--right {
    grid-column: 4;
    grid-row: 2;
  }
}

.background-media__overlay {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-column: gutter-start/gutter-end;
  grid-row: image-start/image-end;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.background-media--image {
  grid-template-columns: [gutter-start] 20px [content] 1fr 20px [gutter-end];
  grid-template-rows: [image-start] minmax(0, 1fr) [content] auto 60px [image-end];
}
@media (min-width: 1024px) {
  .background-media--image {
    grid-template-columns: [gutter-start] minmax(26px, 1fr) [content-start] minmax(0, 720px) [center] auto [content-end] minmax(0, 720px) minmax(26px, 1fr) [gutter-end];
    grid-template-rows: [image-start] minmax(0, 1fr) [content] auto 80px [image-end];
  }
}
.ie11 .background-media--image {
  grid-template-columns: 20px 1fr 20px;
  grid-template-rows: minmax(20px, 1fr) auto minmax(20px, 1fr);
}
@media (min-width: 1024px) {
  .ie11 .background-media--image {
    grid-template-columns: minmax(26px, 1fr) minmax(0, 720px) auto minmax(0, 720px) minmax(26px, 1fr);
    grid-template-rows: minmax(60px, 1fr) auto minmax(60px, 1fr);
  }
}

.background-media--video {
  grid-template-columns: [gutter-start] 20px [content] 1fr 20px [gutter-end];
  grid-template-rows: [image-start] minmax(0, 1fr) [content] auto 60px [image-end];
}
@media (min-width: 1024px) {
  .background-media--video {
    grid-template-columns: [gutter-start] minmax(26px, 1fr) [content-start] minmax(0, 720px) [center] auto minmax(0, 720px) [content-end] minmax(26px, 1fr) [gutter-end];
    grid-template-rows: [image-start] minmax(0, 1fr) [content] auto 80px [image-end];
  }
}
.ie11 .background-media--video {
  grid-template-columns: 20px 1fr 20px;
  grid-template-rows: minmax(20px, 1fr) auto minmax(20px, 1fr);
}
@media (min-width: 1024px) {
  .ie11 .background-media--video {
    grid-template-columns: minmax(26px, 1fr) minmax(0, 720px) auto minmax(0, 720px) minmax(26px, 1fr);
    grid-template-rows: minmax(60px, 1fr) auto minmax(60px, 1fr);
  }
}
.background-media--video .video-block {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-column: gutter-start/gutter-end;
  grid-row: image-start/image-end;
}
.background-media--video .background-media__content {
  grid-column: content;
  z-index: 2;
}
@media (min-width: 1024px) {
  .background-media--video .background-media__content {
    grid-column: content-start/content-end;
    grid-row: content;
  }
}

.background-image.background-image--top-center {
  object-position: center top;
}
.background-image.background-image--top-left {
  object-position: left top;
}
.background-image.background-image--top-right {
  object-position: right top;
}
.background-image.background-image--center {
  object-position: center center;
}
.background-image.background-image--left {
  object-position: left center;
}
.background-image.background-image--right {
  object-position: right center;
}
.background-image.background-image--bottom-center {
  object-position: center bottom;
}
.background-image.background-image--bottom-left {
  object-position: left bottom;
}
.background-image.background-image--bottom-right {
  object-position: right bottom;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/background-media/_background-image--overlay.scss ***!
  \***************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.background-image.background-image--with-overlay::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  transition: all 0.2s ease;
}

.background-image--with-overlay .background-image__content {
  color: #fff;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/card/_card.scss ***!
  \******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.card {
  width: 100%;
}

.card__feature.background-image::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 56.25%;
  width: 1px;
}
.card__feature.background-image::after {
  clear: both;
  content: "";
  display: table;
}

.card__wrapper {
  display: block;
  height: 100%;
}

.card--default {
  position: relative;
  background-color: transparent;
  border: none;
  overflow: visible;
  text-align: left;
}
.card--default a {
  text-decoration: none;
}
.card--default .card__content {
  padding: 25px 0 20px;
}
.card--default .card__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 0 0 12px;
  color: #000;
}
@media (min-width: 1024px) {
  .card--default .card__title {
    margin: 0 0 15px;
  }
}
.card--default .card__link {
  margin-top: 20px;
}
.card--default .card__tags-list {
  margin: 0 0 12px;
  padding: 0;
  list-style-type: none;
}
.card--default .card__tags-list li {
  display: inline-block;
}
.card--default .card__tags-list li + li {
  margin-left: 12px;
}
.card--default .card__tags-list a {
  text-decoration: underline;
}
.card--default .card__copy {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
  color: #000;
}
.card--default .card__button {
  border: 0;
}
.card--default:hover .card__link {
  margin-top: 20px;
  border: 0;
}
.card--default .card__tag {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 10px 0px;
  border-radius: 3px;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 3;
  background-color: #78919B;
  transition: transform 400ms ease;
}
.card--default .card__image-wrapper {
  border-radius: 20px;
  margin: 0;
  display: block;
  position: relative;
  transform: translate(0);
  transition: box-shadow 400ms ease, transform 400ms ease;
  overflow: hidden;
}
.card--default .card__star-rating {
  line-height: 20px;
  margin: 8px 0 12px;
}
.card--default .card__star-rating .icon {
  width: 80px;
  height: 20px;
}
.card--default .card__author {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  margin-top: 20px;
}

.card--post {
  background-color: #EBEBEB;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .card--post:hover .card__image-wrapper {
    transform: translateY(-12px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  }
}
.card--post .card__image-wrapper {
  border-radius: 20px 20px 0 0;
}
.card--post .card__image-wrapper::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 75.0617283951%;
  width: 1px;
}
.card--post .card__image-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.card--post .card__image-wrapper img {
  position: absolute;
}
.card--post .card__content {
  padding: 20px;
}
.card--post .card__title {
  text-align: left;
}
.card--post .card__link {
  text-transform: unset;
  text-decoration: underline;
}

.card--product {
  background-color: transparent;
}
.card--product .card__image-wrapper {
  border-radius: 0;
}
@media (min-width: 1024px) {
  .card--product .card__image-wrapper {
    height: 250px;
  }
}
.card--product .card__image-wrapper .background-image {
  -webkit-backface-visibility: hidden;
  transform: translate(0);
  transition: opacity 200ms ease;
  object-fit: cover;
}
.card--product .card__tag {
  z-index: 6;
}
.card--product .card__button {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  color: #000;
  z-index: 4;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 3px 14px;
}
.card--product .card__button .button__icon {
  margin-left: 3px;
  display: inline-flex;
}
.card--product .card__content {
  display: block;
  padding: 12px 4px;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1024px) {
  .card--product .card__content {
    padding: 12px 0px;
  }
}
.card--product .card__subtitle {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin: 0;
  text-decoration: none;
}
.card--product .card__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #1D1D1D;
  margin: 4px 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .card--product .card__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.card--product .card__price {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 400;
  text-decoration: none;
}
.card--product .card__price--sale {
  color: #BEBEB9;
}
.card--product .card__price--sale + .card__price--original {
  color: #EB0000;
  padding-left: 4px;
}
@media (min-width: 1024px) {
  .card--product:hover .card__image-wrapper {
    transform: translateY(-12px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  }
  .card--product:hover .card__title {
    color: #000;
  }
  .card--product:hover .card__button {
    opacity: 1;
  }
  .card--product:hover .card__tag {
    transform: translateY(-12px);
  }
}

.card--collection .card__image-wrapper {
  height: 220px;
}
@media (min-width: 680px) {
  .card--collection .card__image-wrapper {
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .card--collection .card__image-wrapper {
    height: 320px;
  }
}
.card--collection .card__content {
  display: block;
  padding: 12px 4px;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1024px) {
  .card--collection .card__content {
    padding: 12px 0px;
  }
}
.card--collection .card__title {
  margin: 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .card--collection:hover .card__image-wrapper {
    transform: translateY(-12px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  }
  .card--collection:hover .card__title {
    color: #E6FF00;
  }
  .card--collection:hover .card__button {
    opacity: 1;
  }
}

.card--line-item {
  display: flex;
  grid-gap: 12px;
  border: 0;
  background-color: transparent;
}
@supports (display: grid) {
  .card--line-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.ie11 .card--line-item a {
  width: 50%;
  margin-right: 12px;
}
.card--line-item .card__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  line-height: 2.3rem;
  margin: 0 0 12px;
}
.card--line-item .line-item__variant-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
}
.card--line-item .line-item__added-quantity {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 4px;
  font-weight: 400;
}
.card--line-item .card__price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.card--line-item .card__price--sale {
  font-size: 16px;
  font-size: 1.6rem;
  color: #BEBEB9;
}
.card--line-item .card__price--sale + .card__price--original {
  color: #EB0000;
  padding-left: 4px;
}
.card--line-item a {
  text-decoration: none;
  color: #000;
}

.card--testimonial {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 50px;
}
.card--testimonial .card__review-stars {
  width: 70px;
  margin-bottom: 24px;
}
.card--testimonial .card__image-wrapper {
  width: 84px;
  height: 84px;
  border-radius: 84px;
  margin: 0 auto;
}
.card--testimonial .card__content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.0125em;
  padding: 20px 0 0;
}
.card--testimonial .card__author-type {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}

.card--highlight .card__title {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 12px;
  margin: 0;
  text-decoration: none;
}
.card--highlight .card_copy {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 0 0;
  text-decoration: none;
  color: #000;
}
.card--highlight .card_copy p {
  margin: 0;
}
.card--highlight .card_copy ul {
  margin: 0;
}
.card--highlight .card_copy li:not(:last-child) {
  padding-bottom: 6px;
}
.card--highlight .card--highlight__content {
  padding-bottom: 19px;
}

.card--optional-tag {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  position: relative;
  top: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 12px;
  display: inline-block;
  z-index: 100;
}

.card__workout {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  overflow: hidden;
}
.card__workout:hover .card__button {
  background-color: #000;
  border-color: #000;
  color: #fff;
  cursor: pointer;
}
.card__workout .card__image {
  grid-column: 1;
  grid-row: 1/span 2;
  height: 226px;
}
.card__workout .card__content-wrapper {
  grid-column: 1;
  grid-row: 1;
  padding: 20px;
}
.card__workout .card__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: left;
  margin: 0;
}
.card__workout .card__description {
  display: none;
}
.card__workout .card__description-footer {
  display: none;
}
.card__workout .card__button {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: start;
  margin: 20px;
  padding: 7px 20px;
}

.pswp__card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pswp__card .card__workout {
  display: flex;
  height: 100%;
}
@media (min-width: 680px) {
  .pswp__card .card__workout {
    display: grid;
    grid-template-columns: 420px 1fr 1fr;
    grid-template-rows: 20px auto 20px;
    width: 100%;
  }
}
.pswp__card .card__image {
  display: none;
}
@media (min-width: 680px) {
  .pswp__card .card__image {
    display: block;
    grid-column: 1/span 3;
    grid-row: 1/span 3;
    height: 580px;
  }
}
.pswp__card .card__content-wrapper {
  background-color: #fff;
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 1;
  padding: 20px;
  display: block;
  margin: 0;
  border-radius: 20px;
  height: 100%;
}
@media (min-width: 680px) {
  .pswp__card .card__content-wrapper {
    height: auto;
    margin: 0 20px;
  }
}
.pswp__card .card__title {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #000;
  padding: 20px 0 10px;
}
.pswp__card .card__title-wrapper {
  display: block;
}
.pswp__card .card__description {
  display: block;
  padding: 20px 0;
}
@media (min-width: 680px) {
  .pswp__card .card__description {
    padding: 20px 0 70px;
  }
}
.pswp__card .card__description-footer {
  display: block;
  border-top: 1px solid #000;
  padding: 36px 0 30px;
}
.pswp__card .card__button {
  display: none;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/mini-cart/_mini-cart.scss ***!
  \****************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@media (min-width: 1024px) {
  .mini-cart--dropdown .mini-cart__list {
    align-items: flex-end;
  }
}

.mini-cart__item--dropdown {
  position: relative;
  transition: all 0.2s ease;
}
.mini-cart__item--dropdown .mini-cart__header-link {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 17px;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
}
.mini-cart__item--dropdown .cart__item-count {
  background-color: #000;
  color: #fff;
  position: absolute;
  right: -5px;
  bottom: 0;
  border-radius: 20px;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-cart__item--dropdown .icon {
  transition: all 0.2s ease;
  top: 2px;
  position: relative;
  width: 18px;
  height: 20px;
}
@media (min-width: 1024px) {
  .mini-cart__item--dropdown.js--isOpen .dropdown--mini-cart, .mini-cart__item--dropdown:hover .dropdown--mini-cart {
    opacity: 1;
    transform: translateY(0%);
    visibility: visible;
    z-index: 1000;
  }
}

.dropdown--mini-cart {
  display: none;
}
@media (min-width: 1024px) {
  .dropdown--mini-cart {
    background-color: #fff;
    display: block;
    min-width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #fff;
    opacity: 0;
    transform: translateY(-3em);
    transition: all 0.2s ease, visibility 0s linear 0.01s, z-index 0s linear 0s;
    visibility: hidden;
    z-index: -1;
  }
}
.template-cart .dropdown--mini-cart {
  display: none;
}

.mini-cart__items-container {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px 20px 0px 20px;
}

.mini-cart__items-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mini-cart__line-item {
  padding: 15px 0;
}
.mini-cart__line-item + .mini-cart__line-item {
  border-top: 1px solid #fff;
}
.mini-cart__line-item .card--line-item {
  grid-template-columns: 80px auto;
  align-items: center;
}
.ie11 .mini-cart__line-item .card--line-item .line-item__image {
  max-width: 80px;
}
.mini-cart__line-item .card__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  text-align: left;
}

.mini-cart__footer {
  padding: 10px 20px 20px;
  border-top: 1px solid #fff;
}
.mini-cart__footer .free-shipping-progress__message {
  background-color: #EBEBEB;
}
.mini-cart__footer .button-collection {
  margin-top: 0px;
  margin-bottom: 0;
}
.mini-cart__footer .button__checkout,
.mini-cart__footer .button__edit-cart {
  width: calc(50% - 8px);
}
.mini-cart__footer .button__edit-cart:focus {
  color: #000;
}
.mini-cart__footer .additional-checkout-buttons {
  margin-top: 30px;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/search-form/_search-form.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.search-box--default {
  display: block;
}
.search-box--default .search-box__toggle {
  display: none;
}
.search-box--default .form--search {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
.search-box--default .form__label {
  display: none;
}
.search-box--default .form__field {
  flex: 0 1 100%;
  margin: 0;
}
.search-box--default .search__input,
.search-box--default .search__submit {
  border-radius: 0;
  height: 44px;
}

.search-box--header {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 0 10px;
}
@media (min-width: 1024px) {
  .search-box--header {
    padding: 0;
  }
}
.search-box--header .search-box__toggle {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  background: transparent;
  text-decoration: none;
  margin-right: 6px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .search-box--header .search-box__toggle {
    margin: 0;
    padding: 0;
  }
  .search-box--header .search-box__toggle:hover {
    color: #BEBEB9;
  }
}
.search-box--header .search-box__toggle .icon {
  width: 16px;
  vertical-align: initial;
}
.search-box--header .search-box__toggle-title {
  margin-left: 5px;
}
.search-box--header .form--search {
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-box--header .form--search {
    justify-content: flex-end;
    width: auto;
  }
}
.search-box--header .form__label {
  font-size: 16px;
  font-size: 1.6rem;
  display: none;
  margin-bottom: 0;
}
.search-box--header .form__field--search {
  display: none;
  min-width: 200px;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-box--header .form__field--search {
    flex: 0 1 75%;
    min-width: 150px;
  }
}
.search-box--header .form__field--button {
  display: none;
  flex: 0 1 44px;
  padding: 0 10px;
}
.search-box--header .search__input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  border-radius: 0;
  appearance: none;
}
.search-box--header .search__input:focus {
  outline: none;
}
.search-box--header .search__submit {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: transparent;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .search-box--header .search__submit {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.search-box--header.is-active .form__label {
  display: none;
}
.search-box--header.is-active .form__field--search {
  display: inline-block;
}
.search-box--header.is-active .form__field--button {
  display: inline-block;
}
.search-box--header.is-active .search-box__toggle {
  display: none;
}

.search-box--search-results .form--search {
  border-bottom: 1px solid #000;
  flex-flow: row nowrap;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-box--search-results .form--search {
    max-width: calc(8/12 * 100%);
  }
}
.search-box--search-results .form__field {
  margin: 0;
}
.search-box--search-results .form__field--search {
  flex: 0 1 100%;
  width: 100%;
}
.search-box--search-results .form__field--button {
  flex: 0 1 auto;
  width: auto;
}
.search-box--search-results .search__input {
  border: 0;
  padding-left: 0;
  background-color: transparent;
}
.search-box--search-results .search__submit {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: transparent;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .search-box--search-results .search__submit {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/icon/_icons.scss ***!
  \*******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.icon {
  background: transparent;
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
}
.no-svg .icon {
  display: none;
}

.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.no-svg .icon-fallback-text {
  position: static !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}

.payment-icons {
  user-select: none;
  cursor: default;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/sticky-button/_sticky-button.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.sticky-button {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 0;
  z-index: 10;
  transform: translateY(100%);
  transition: transform 300ms ease;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
@media (min-width: 1024px) {
  .sticky-button {
    display: none;
  }
}
.sticky-button.sticky-button--visible {
  transform: translateY(0);
  transition: transform 300ms ease;
}
@media (min-width: 1024px) {
  .sticky-button.sticky-button--visible {
    display: none;
  }
}
.sticky-button .button {
  width: 100%;
  border-radius: 0;
  padding: 30px 30px;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/sticky-button-checkout/_sticky-button-checkout.scss ***!
  \******************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.sticky-button-checkout {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 0;
  z-index: 10;
  transform: translateY(100%);
  transition: transform 300ms ease;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
@media (min-width: 1024px) {
  .sticky-button-checkout {
    display: none;
  }
}
.sticky-button-checkout.sticky-button-checkout--visible {
  transform: translateY(0);
  transition: transform 300ms ease;
}
@media (min-width: 1024px) {
  .sticky-button-checkout.sticky-button-checkout--visible {
    display: none;
  }
}
.sticky-button-checkout .button {
  width: 100%;
  border-radius: 0;
  padding: 14px 30px;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/sticky-button-add-to-cart/_sticky-button-add-to-cart.scss ***!
  \************************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.sticky-button-add-to-cart {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 0;
  z-index: 10;
  transform: translateY(100%);
  transition: transform 300ms ease;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
@media (min-width: 1024px) {
  .sticky-button-add-to-cart {
    display: none;
  }
}
.sticky-button-add-to-cart.sticky-button-add-to-cart--visible {
  transform: translateY(0px);
  transition: transform 300ms ease;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border-color: #000;
}
@media (min-width: 1024px) {
  .sticky-button-add-to-cart.sticky-button-add-to-cart--visible {
    display: none;
  }
}
.sticky-button-add-to-cart .button {
  width: 100%;
  border-radius: 0;
  padding: 30px 30px;
  background-color: #000;
  color: #fff;
  border-color: #000;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/header/_header.scss ***!
  \**********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.shopify-section--header {
  position: sticky;
  top: 0;
  z-index: 9999999;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  transform-style: preserver-3d;
}
.shopify-section--header.scroll-up {
  transform: translateY(0);
  transition: transform 400ms ease;
}
@media (min-width: 1024px) {
  .shopify-section--header.scroll-up {
    transform: translateY(0);
  }
}
.shopify-section--header.scroll-down {
  transform: translateY(-100%);
  transition: transform 400ms ease;
}
@media (min-width: 1024px) {
  .shopify-section--header.scroll-down {
    transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .shopify-section--header {
    position: sticky;
    top: 0;
    z-index: 9999999;
    background-color: #fff;
    transform: translate3d(0, 0, 0);
    transform-style: preserver-3d;
  }
}
.shopify-section--header.js--isOpen {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #E6FF00;
  z-index: 9999998;
  overflow-x: scroll;
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 9999999;
  border-bottom: 1px solid #ddd;
}

.header__container {
  margin: 0 24px;
}
@media (min-width: 1024px) {
  .header__container {
    margin: 0 26px;
  }
}

.header__link--logo {
  height: 20px;
  vertical-align: baseline;
  width: auto;
  margin-right: 30px;
}
@media (min-width: 1024px) {
  .header__link--logo {
    height: 20px;
  }
}
.header__link--logo img {
  height: 100%;
  width: auto;
}

.header__link--menu {
  cursor: pointer;
  display: block;
  height: 21px;
  position: relative;
  width: 30px;
  color: #000;
  background: transparent;
  padding: 0;
}
.header__link--menu span,
.header__link--menu span::before,
.header__link--menu span::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: calc(50% - (1px / 2));
  width: 30px;
  border-radius: 0px;
}
.header__link--menu span::before {
  transform: translateY(-8px);
  transition: all 0.2s ease;
}
.header__link--menu span::after {
  transform: translateY(8px);
  transition: all 0.2s ease;
}
.header__link--menu.js--isOpen span {
  background: transparent;
}
.header__link--menu.js--isOpen span::before {
  transform: rotate(45deg);
}
.header__link--menu.js--isOpen span::after {
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .header__link--menu {
    display: none;
  }
}

.header--default .header__container {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .header--default .header__container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding: 0;
  }
  .ie11 .header--default .header__container {
    display: flex;
  }
}
.header--default.js--isOpen {
  background-color: #E6FF00;
}
.header--default .header__link--logo {
  flex: none;
}
.header--default .header__link--menu {
  flex: none;
}
.header--default .header__mobile-links {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header--default .header__mobile-links {
    display: none;
  }
}
.header--default .header__link--cart {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-decoration: none;
  margin-right: 26px;
  position: relative;
}
.header--default .header__link--cart .menu__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
}
.header--default .header__link--cart .cart__item-count {
  background-color: #000;
  color: #fff;
  position: absolute;
  right: -5px;
  bottom: 0;
  border-radius: 20px;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header--default .header__link--cart .icon__cart {
  width: 22px;
  height: 24px;
}
.header--default .menu.js--isOpen {
  display: block;
  flex: 0 1 100%;
}
@media (min-width: 1024px) {
  .header--default .menu {
    display: flex;
    flex: 0 1 auto;
  }
}

.header__nav-wrapper {
  background-color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  display: none;
}
.js--isOpen .header__nav-wrapper {
  display: block;
  z-index: 9999998;
  background-color: #E6FF00;
}
@media (min-width: 1024px) {
  .header__nav-wrapper {
    position: initial;
    top: 0;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    overflow-y: visible;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.announcement-bar--hidden + .header .header__nav-wrapper {
  top: 70px;
}

.header__button {
  display: none;
}
@media (min-width: 1024px) {
  .header__button {
    display: block;
    margin-left: 20px;
  }
}

.header__cta-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 185px auto;
  width: 100%;
  padding: 0;
  margin-top: 70px;
  overflow: hidden;
  background-color: #000;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .header__cta-block {
    display: none;
  }
}

.cta-block__image {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
  height: 100%;
  background-color: transparent;
}
.cta-block__image .background-image {
  object-fit: contain;
  background-color: transparent;
}

.cta-block__text {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  position: relative;
  grid-column: 1;
  grid-row: 2;
  color: #E6FF00;
  z-index: 2;
  text-align: left;
  align-self: end;
  padding: 24px;
}

.cta-block__icon-wrapper {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  background-color: #000;
  z-index: 2;
  justify-self: end;
  align-self: end;
  margin: 10px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
}
.cta-block__icon-wrapper .icon {
  height: 40px;
  width: 40px;
  color: #E6FF00;
}

#menu__item--login {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (min-width: 1024px) {
  #menu__item--login {
    margin: 0 20px;
  }
}
#menu__item--login .button__icon_login {
  width: 28px;
  display: none;
}
@media (min-width: 1024px) {
  #menu__item--login .button__icon_login {
    display: inline-block;
  }
}
#menu__item--login .icon__login {
  height: 21px;
  width: 17px;
  margin-top: 3px;
}
#menu__item--login .menu__item--login-title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  line-height: 17px;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
  width: fit-content;
}
@media (min-width: 1024px) {
  #menu__item--login .menu__item--login-title {
    display: none;
  }
}

#menu__link--login {
  display: inline-flex;
}
@media (min-width: 1024px) {
  #menu__link--login {
    display: block;
    width: 17px;
  }
}

#menu__item--shop-now {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
#menu__item--shop-now .menu__item-shop-now-title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 17px;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
  width: fit-content;
}
@media (min-width: 1024px) {
  #menu__item--shop-now .menu__item-shop-now-title {
    display: none;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/newsletter-form/_newsletter-form.scss ***!
  \****************************************************************************************************************************************************************************************/

/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/newsletter/_newsletter.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.newsletter--default {
  display: block;
}
.newsletter--default .form--newsletter {
  *zoom: 1;
  max-width: 390px;
}
.newsletter--default .form--newsletter::after {
  content: "";
  display: table;
  clear: both;
}
.newsletter--default .newsletter__wrapper {
  overflow: auto;
  padding: 10px;
  border: 0;
  padding: 0;
}
.newsletter--default .newsletter__input,
.newsletter--default .newsletter__submit {
  height: 44px;
}
.newsletter--default .newsletter__input {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: transparent;
  border: 0;
  color: #000;
  padding-right: 20px;
  border: 2px solid #000;
  border-radius: 100px 0 0 100px;
  border-right: 0;
  padding: 1px 0 1px 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 44px;
}
.newsletter--default .newsletter__input::placeholder {
  color: #000;
}
.newsletter--default .newsletter__input:-moz-placeholder {
  color: #000;
}
.newsletter--default .newsletter__input:-ms-input-placeholder {
  color: #000;
}
.newsletter--default .newsletter__input::-ms-input-placeholder {
  color: #000;
}
.newsletter--default .newsletter__input::-webkit-input-placeholder {
  color: #000;
}
.newsletter--default .form__field--email {
  margin-bottom: 0px;
  float: left;
  width: calc(100% - 110px);
}
.newsletter--default .form__field--email .form__label {
  display: none;
}
.newsletter--default .form__label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.newsletter--default .newsletter__success {
  color: #000;
}
.newsletter--default .form__field--button {
  margin-bottom: 0px;
  float: left;
  width: 110px;
  border: 2px solid #000;
  border-left: 0;
  border-top-right-radius: 100px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0px;
  padding: 0 10px 0 0;
}
.newsletter--default .form__field--button .newsletter__submit {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 40px;
}

.newsletter-section {
  background-color: #E6FF00;
  padding: 26px 24px;
}
@media (min-width: 680px) {
  .newsletter-section {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .newsletter-section {
    padding: 52px 26px;
  }
}
.newsletter-section .newsletter__title {
  color: #000;
  margin: 0 0 10px;
}
@media (min-width: 680px) {
  .newsletter-section .newsletter__content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: calc(100% - (24px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .newsletter-section .newsletter__content {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .newsletter-section .newsletter__content {
    width: calc(100% - (26px * 2));
  }
}
.newsletter-section .form--newsletter {
  margin: 26px 0;
}
@media (min-width: 680px) {
  .newsletter-section .form--newsletter {
    margin: 26px auto;
  }
}
@media (min-width: 1024px) {
  .newsletter-section .form--newsletter {
    margin-bottom: 0;
  }
}
.newsletter-section .newsletter__wrapper {
  border-bottom: 1px solid #fff;
}
.newsletter-section .newsletter__success {
  color: #000;
}
.newsletter-section .newsletter__input,
.newsletter-section .newsletter__submit {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
}

.footer .form--newsletter {
  margin-bottom: 0;
}
.footer .form--newsletter label.error {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
  color: #000;
  padding: 2px 10px;
  text-transform: none;
  letter-spacing: 0;
}
.footer .newsletter__input {
  color: #000;
}
.footer .newsletter__input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer .newsletter__submit {
  color: #000;
  background-color: transparent;
}
.footer .newsletter__submit:hover {
  color: #000;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/footer/_footer.scss ***!
  \**********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.footer {
  padding: 0;
}

.footer__container {
  display: block;
}

.footer__content {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__content {
    width: auto;
  }
}

.footer__secondary-nav {
  padding: 20px 0 80px;
  background-color: #fff;
}
@media (min-width: 680px) {
  .footer__secondary-nav {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .footer__secondary-nav .footer__content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: calc(100% - (24px * 2));
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .footer__secondary-nav .footer__content {
    width: calc(100% - (26px * 2));
  }
}

.footer--default {
  background-color: #000;
  padding: 20px 0 100px;
}
@media (min-width: 1024px) {
  .footer--default {
    padding: 20px 0 20px;
  }
}
.footer--default .footer__container {
  margin: 0 24px;
  background-color: #E6FF00;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
}
@media (min-width: 1024px) {
  .footer--default .footer__container {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
    margin: 0 26px;
  }
}
.footer--default .footer__content--newsletter {
  padding: 30px 20px 0;
  grid-column: 1/span 4;
  grid-row: 1;
  max-width: 390px;
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--newsletter {
    grid-column: 1/span 3;
    grid-row: 1;
    padding: 20px 20px 0;
    margin-bottom: 0;
  }
}
.footer--default .footer__copy {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #000;
  letter-spacing: 0.0125em;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .footer--default .footer__copy {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .footer--default .footer__copy {
    margin-bottom: 40px;
  }
}
.footer--default .footer__logo {
  height: 20px;
  width: auto;
  margin-left: 20px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer--default .footer__logo {
    height: 25px;
    grid-column: 1/span 2;
  }
}
.footer--default .footer__content--menu {
  grid-column: gutter;
  grid-column: 1/span 4;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu {
    grid-column: 5/span 6;
    grid-row: 1;
    margin-top: 20px;
  }
}
.footer--default .footer__content--menu .menu--footer {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu--footer {
    margin-bottom: 25px;
  }
}
.footer--default .footer__content--menu .menu__list--grid {
  margin: 0;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__list--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
  }
}
.footer--default .footer__content--menu .menu__link {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__link {
    margin: 0 0 40px 0;
    padding: 0;
    pointer-events: none;
  }
}
.footer--default .footer__content--menu .menu__link:hover {
  background-color: transparent;
}
.footer--default .footer__content--menu .menu__link .menu__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__link .menu__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.7rem;
    letter-spacing: 0.00625em;
  }
}
.footer--default .footer__content--menu .menu__item--dropdown {
  margin: 0 24px;
  border-bottom: 1px solid #000;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__item--dropdown {
    border-bottom: 0;
  }
}
.footer--default .footer__content--menu .menu__item--dropdown:first-of-type {
  border-top: 1px solid #000;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__item--dropdown:first-of-type {
    border-top: 0;
  }
}
.footer--default .footer__content--menu .menu__item--dropdown .menu__link {
  margin: 0;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__item--dropdown .menu__link {
    margin: 0 0 40px 0;
  }
}
.footer--default .footer__content--menu .menu__item--dropdown.js--isOpen {
  background-color: transparent;
}
.footer--default .footer__content--menu .menu__item--dropdown .dropdown {
  padding: 0;
  background-color: transparent;
}
.footer--default .footer__content--menu .menu__item--dropdown .dropdown__icon {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .menu__item--dropdown {
    margin: 0;
  }
  .footer--default .footer__content--menu .menu__item--dropdown .dropdown__icon {
    display: none;
  }
  .footer--default .footer__content--menu .menu__item--dropdown .dropdown {
    position: static;
    opacity: 1;
    box-shadow: none;
    background-color: transparent;
    min-width: auto;
    padding: 0;
  }
}
.footer--default .footer__content--menu .dropdown__item {
  margin-bottom: 0;
  border: 0;
  padding: 0 0 15px;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .dropdown__item {
    padding: 0;
  }
}
.footer--default .footer__content--menu .dropdown__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.0125em;
  color: #000;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--menu .dropdown__title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0;
  }
}
.footer--default .footer__content--menu .dropdown__link {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: #000;
  letter-spacing: 0.00625em;
}
.footer--default .footer__content--menu .dropdown__link:hover .dropdown__title {
  text-decoration: underline;
}
.footer--default .footer__content--social {
  grid-column: 1/span 4;
  grid-row: 3;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .footer--default .footer__content--social {
    display: grid;
    grid-column: 1/span 10;
    grid-row: 2;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 16px;
    margin-top: 240px;
    margin-bottom: 16px;
  }
}
.footer--default .footer__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.00625em;
  color: #000;
  margin: 0 0 20px;
  display: block;
}
@media (min-width: 1024px) {
  .footer--default .footer__title {
    margin: 0 0 40px;
  }
}
.footer--default .menu--social {
  margin-bottom: 12px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .footer--default .menu--social {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    grid-column: 9/span 2;
    grid-row: 1;
  }
}
.footer--default .menu--social .menu__list {
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 1024px) {
  .footer--default .menu--social .menu__list {
    justify-content: flex-start;
  }
}
.footer--default .menu--social .menu__link {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
  border-bottom: 0;
}
.footer--default .menu--social .menu__link:hover {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .footer--default .menu--social .menu__link {
    margin: 0 20px 0 0;
  }
}
.footer--default .legal__container {
  padding: 0;
}
@media (min-width: 1024px) {
  .footer--default .legal__container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
}
.footer--default .legal__content {
  flex: 0 0 auto;
}
.footer--default .legal__content .menu--legal {
  margin-bottom: 0;
}
.footer--default .legal__content .menu--legal .menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer--default .legal__content .menu--legal .menu__item {
  margin: 0;
}
.footer--default .legal__content .menu--legal .menu__link {
  margin-top: 12px;
  padding: 0 5px 0;
}
@media (min-width: 1024px) {
  .footer--default .legal__content .menu--legal .menu__link {
    padding: 0;
    margin: 0 0 0 20px;
  }
}
.footer--default .legal__content .menu--legal .menu__link:hover .menu__title {
  text-decoration: underline;
}
.footer--default .legal__content .menu--legal .menu__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #1D1D1D;
}
.footer--default .footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #1D1D1D;
  text-align: center;
  display: block;
}
@media (min-width: 1024px) {
  .footer--default .footer__copyright {
    margin: 0;
    text-align: left;
  }
}
.footer--default .footer__copyright a {
  color: #000;
}
.footer--default .footer__copyright a:hover {
  color: rgba(0, 0, 0, 0.7);
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/video-player/_video-block__controls.scss ***!
  \*******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.video-block {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
}
.video-block::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 56.25%;
  width: 1px;
}
.video-block::after {
  clear: both;
  content: "";
  display: table;
}

.video-block__video {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
  width: 100%;
  position: absolute;
}
.video-block__video iframe, .video-block__video video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-block--is-postered .video-block__video,
.video-block--is-postered .video-block__video iframe {
  z-index: -1;
}

.video-block--is-postered video::-webkit-media-controls {
  position: relative;
  z-index: -1;
}

.video-block--is-not-interactive .video-block__video,
.video-block--is-not-interactive .video-block__video iframe,
.video-block--is-not-interactive video::-webkit-media-controls {
  z-index: -1;
}

.video-block--is-not-interactive {
  background-color: rgba(0, 0, 0, 0);
}

.video-block__control {
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
.video-block__control svg.icon {
  transition: all 0.2s ease;
}
.video-block__control:hover svg.icon {
  transform: scale(1);
  transition: all 0.2s ease;
}
.video-block__control:focus {
  outline: #E6FF00 solid 2px;
  outline-offset: 5px;
}
.video-block__controls-bar {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 500;
}
.video-block__controls-bar .video-block__control {
  margin-left: 1em;
}
@media (min-width: 1024px) {
  .video-block__controls-bar {
    bottom: 26px;
    right: 26px;
  }
}
.video-block__controls-bar.video-block__controls-bar--left {
  right: auto;
  left: 20px;
}
.video-block__controls-bar.video-block__controls-bar--left .video-block__control {
  margin-left: 0;
  margin-right: 1em;
}
@media (min-width: 1024px) {
  .video-block__controls-bar.video-block__controls-bar--left {
    right: auto;
    left: 26px;
  }
}

.video-block__controls-poster {
  display: none;
}
.video-block__controls-poster .video-block__control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block__controls-poster svg.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
@media (min-width: 1024px) {
  .video-block__controls-poster svg.icon {
    height: 120px;
    width: 120px;
  }
}
.video-block__controls-poster:hover svg.icon {
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
@media (min-width: 1024px) {
  .video-block__controls-poster:hover svg.icon {
    width: 120px;
    height: 120px;
  }
}
.video-block--is-postered .video-block__controls-poster {
  display: block;
}

.video-block--is-postered,
.video-block--is-paused {
  background-repeat: no-repeat;
  background-size: cover !important;
}
.video-block--is-postered .video-block__video,
.video-block--is-paused .video-block__video {
  z-index: -1;
}
.video-block--is-postered .video-block__controls-poster,
.video-block--is-paused .video-block__controls-poster {
  display: block;
}

.video-block__control--pause {
  display: inline-block;
}
.video-block--is-paused .video-block__control--pause {
  display: none;
}

.video-block__control--play {
  display: none;
}
.video-block--is-paused .video-block__control--play {
  display: inline-block;
}

.video-block__control--unmute {
  display: none;
}
.video-block--is-muted .video-block__control--unmute {
  display: inline-block;
}

.video-block__control--mute {
  display: inline-block;
}
.video-block--is-muted .video-block__control--mute {
  display: none;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/page-header/_page-header.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-header .page-header__content {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
  padding: 26px 0;
}
@media (min-width: 1024px) {
  .page-header .page-header__content {
    padding: 52px 0;
  }
}
.page-header .page-header__title {
  margin: 0;
}
.page-header .page-header__title {
  text-transform: uppercase;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.3px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 36px;
  line-height: 3.6rem;
}
@media (min-width: 1024px) {
  .page-header .page-header__title {
    font-family: "FormGintoNord-Black", Helvetica, Arial, serif;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 430px) {
  .page-header .page-header__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .page-header .page-header__title {
    font-size: 80px;
    font-size: 8rem;
    line-height: 68px;
    line-height: 6.8rem;
  }
}
.page-header .page-header__title-tag {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #E6FF00;
  color: #fff;
  padding: 2px 10px 0px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 12px;
}
.page-header .page-header__text {
  text-transform: none;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  width: calc(100% - (24px * 2));
  text-align: left;
  margin-left: 0;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-header .page-header__text {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 1024px) {
  .page-header .page-header__text {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 1024px) {
  .page-header .page-header__text {
    margin-top: 30px;
  }
}
.page-header .page-header__button {
  margin-top: 40px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.page-header .page-header__button:focus {
  box-shadow: 0 0 0 5px rgba(230, 255, 0, 0.5);
}

@media (min-width: 1024px) {
  .page-header--left .page-header__title {
    text-align: left;
  }
}

.page-header--text {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  width: calc(100% - (24px * 2));
}
@media (min-width: 1024px) {
  .page-header--text {
    width: calc(100% - (26px * 2));
  }
}

.page-header--image .background-media--image {
  grid-template-columns: [gutter-start] 24px [content] 1fr 24px [gutter-end];
  grid-template-rows: [image-start] minmax(0, 1fr) [content] auto 31px [image-end];
  height: 400px;
}
@media (min-width: 1024px) {
  .page-header--image .background-media--image {
    grid-template-columns: [gutter-start] 24px [center] auto 24px [gutter-end];
    grid-template-rows: [image-start] minmax(0, 1fr) [content] auto 60px [image-end];
    height: 550px;
  }
}
.page-header--image .background-media__content {
  text-align: center;
  align-self: end;
}
.page-header--image .page-header__title {
  color: #fff;
}
.page-header--image .page-header__text {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.2px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-header--image .page-header__text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.page-header--image .page-header__button {
  margin: 40px 0 0 0;
}
.page-header--image .page-header__button:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.page-header--video .video-block {
  height: 400px;
}
@media (min-width: 1024px) {
  .page-header--video .video-block {
    height: 550px;
  }
}
.page-header--video .page-header__title {
  color: #fff;
}
.page-header--video .background-media__content {
  text-align: center;
  align-self: end;
}
.page-header--video .page-header__text {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.2px;
  width: 100%;
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-header--video .page-header__text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.page-header--video .video-block__control {
  color: #fff;
  background-color: transparent;
  padding: 4px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 40px;
  right: 24px;
  z-index: 1;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .page-header--video .video-block__control {
    top: initial;
    left: initial;
    right: 26px;
  }
}
.page-header--video .video-block__control:focus {
  outline: none;
  box-shadow: 0 0 0 5px rgba(230, 255, 0, 0.5);
}
.page-header--video .video-block__control--pause {
  font-size: 40px;
  font-size: 4rem;
  display: flex;
}
.page-header--video .video-block__control--play {
  font-size: 40px;
  font-size: 4rem;
  display: none;
}
.page-header--video .video-block--is-paused .video-block__control--play {
  display: flex;
}
.page-header--video .video-block--is-paused .video-block__control--pause {
  display: none;
}

.page-header--collection {
  border-bottom: 1px solid #fff;
}
.page-header--collection .background-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ie11 .page-header--collection .background-image {
  height: auto;
}
.page-header--collection .breadcrumbs {
  padding: 24px;
}
@media (min-width: 1024px) {
  .page-header--collection .breadcrumbs {
    padding: 26px 0;
  }
}
.page-header--collection .page-header__content {
  padding: 0 24px 26px;
}
@media (min-width: 1024px) {
  .page-header--collection .page-header__content {
    padding: 0;
    padding-right: 26px;
  }
}
@media (min-width: 1024px) {
  .page-header--collection {
    display: grid;
    grid-template-columns: minmax(26px, 1fr) repeat(2, minmax(0, 720px)) minmax(26px, 1fr);
    grid-template-rows: 52px 1fr 52px;
    align-items: center;
  }
}
.page-header--collection .page-header__media {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 3/-1;
  grid-row: 1/-1;
  height: 400px;
}
@media (min-width: 1024px) {
  .page-header--collection .page-header__media {
    height: 500px;
  }
}
.ie11 .page-header--collection .page-header__media {
  overflow: hidden;
}
.page-header--collection .breadcrumbs {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row-align: center;
}
.page-header--collection .page-header__content {
  grid-row: 2;
  grid-column: 2;
  -ms-grid-row-align: center;
}

.page-header--search .page-header__title {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-header--search .page-header__title {
    margin-bottom: 60px;
  }
}
.page-header--search .page-header__text {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #BEBEB9;
}

.page-header--password .page-header__description {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #000;
  letter-spacing: 0.0125em;
  max-width: 650px;
  margin: 40px 0 0;
}
@media (min-width: 1024px) {
  .page-header--password .page-header__description {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.page-header--password .form__wrapper .form__label {
  text-align: left;
}

.page-header.page-header--align-top .background-media {
  grid-template-rows: [image-start] 0.22fr [content] auto minmax(0, 1fr) [image-end];
}
.page-header.page-header--align-middle .background-media {
  grid-template-rows: [image-start] minmax(0, 1fr) [content] auto minmax(0, 1fr) [image-end];
}
.page-header.page-header--align-bottom .background-media {
  grid-template-rows: [image-start] minmax(0, 1fr) [content] auto 0.22fr [image-end];
}

.page-header__secondary {
  background: #E6FF00;
  border-radius: 20px 20px 0px 0px;
  margin-top: -20px;
  display: grid;
  grid-template-columns: [gutter-start] minmax(24px, 1fr) [content] auto minmax(24px, 1fr) [gutter-end];
  grid-template-rows: [gutter-start] 40px [content] auto 140px [gutter-end];
}
@media (min-width: 1024px) {
  .page-header__secondary {
    grid-template-columns: [gutter-start] 60px [content] minmax(auto, 1107px) minmax(60px, 1fr) [gutter-end];
    grid-template-rows: [gutter-start] 50px [content] auto 172px [gutter-end];
  }
}
.page-header__secondary .page-header__secondary-content {
  grid-column: content;
  grid-row: content;
}
.page-header__secondary .page-header__secondary-label {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #000;
  letter-spacing: 0.0125em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-header__secondary .page-header__secondary-label {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .page-header__secondary .page-header__secondary-label {
    margin-bottom: 20px;
  }
}
.page-header__secondary .page-header__secondary-description {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
@media (min-width: 1024px) {
  .page-header__secondary .page-header__secondary-description {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 64px;
    line-height: 6.4rem;
  }
}
.page-header__secondary .button-collection {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .page-header__secondary .button-collection {
    margin-top: 80px;
  }
}

.page-header--large {
  margin: 0;
}
.page-header--large .background-media {
  height: auto;
  max-height: calc(100vh - var(--iamota-header-height));
}
@media (min-width: 1024px) {
  .page-header--large .background-media {
    height: auto;
    max-height: calc(100vh - var(--iamota-header-height));
  }
}
.page-header--large .page-header__title {
  text-transform: uppercase;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.3px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 36px;
  line-height: 3.6rem;
}
@media (min-width: 1024px) {
  .page-header--large .page-header__title {
    font-family: "FormGintoNord-Black", Helvetica, Arial, serif;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
@media (min-width: 1024px) {
  .page-header--large .page-header__title {
    font-size: 80px;
    font-size: 8rem;
    line-height: 68px;
    line-height: 6.8rem;
  }
}
.page-header--large .video-block, .page-header--large .background-media__picture-block {
  height: unset;
  max-height: calc(100vh - var(--iamota-header-height));
}
.page-header--large .video-block::before, .page-header--large .background-media__picture-block::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 128.2051282051%;
  width: 1px;
}
.page-header--large .video-block::after, .page-header--large .background-media__picture-block::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 680px) {
  .page-header--large .video-block::before, .page-header--large .background-media__picture-block::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 56.25%;
    width: 1px;
  }
  .page-header--large .video-block::after, .page-header--large .background-media__picture-block::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media (min-width: 1024px) {
  .page-header--large .video-block .video-block__control, .page-header--large .background-media__picture-block .video-block__control {
    bottom: 40px;
  }
}
.page-header--large picture {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
  width: 100%;
  position: absolute;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/modal/_modal.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.modal {
  display: inline-block;
  opacity: 0;
  z-index: -100;
  transition: all 0.2s ease;
  background: pink;
  position: absolute;
  visibility: hidden;
}
.modal .modal__overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  transition: all 0.2s ease;
}
.modal.modal--open {
  z-index: 99999999;
  opacity: 1;
  transition: all 0.2s ease;
  visibility: visible;
}
.modal.modal--open .modal__overlay {
  position: fixed;
  z-index: calc(99999999 -1);
  opacity: 0.5;
  transition: all 0.2s ease;
}

.modal__content::-webkit-scrollbar {
  display: none;
}

.modal__content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal__content {
  display: flex;
  position: fixed;
  color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 26px;
  min-width: calc(100% - 26px);
  z-index: 99999999;
}
@media (min-width: 680px) {
  .modal__content {
    padding: 52px;
    min-width: initial;
  }
}

.modal__close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  cursor: pointer;
  color: #1D1D1D;
}

.modal__trigger {
  cursor: pointer;
}

.modal--cart-confirmation .modal__content {
  flex-direction: column;
  padding: 24px;
}
@media (min-width: 680px) {
  .modal--cart-confirmation .modal__content {
    padding: 20px 40px 45px;
    min-width: 400px;
  }
}
@media (min-width: 1024px) {
  .modal--cart-confirmation .modal__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    min-width: 800px;
  }
}
.modal--cart-confirmation .modal__close-button {
  top: 20px;
  right: 20px;
}
.modal--cart-confirmation .button__edit-cart:focus {
  color: #fff;
}

.modal--video-modal {
  display: block;
}
.modal--video-modal.modal--open .modal__popup {
  display: block;
}
.modal--video-modal .modal__close-button {
  font-size: 28px;
  top: -38px;
  right: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.modal--video-modal .modal__close-button:hover {
  color: #fff;
  background-color: transparent;
}
.modal--video-modal .modal__popup {
  display: none;
}
.modal--video-modal .modal__popup .modal__content {
  width: 100%;
  max-width: 1024px;
  min-width: initial;
  height: auto;
  background: transparent;
  padding: 0;
}
@media (min-width: 680px) {
  .modal--video-modal .modal__popup .modal__content {
    width: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  .modal--video-modal .modal__popup .modal__content {
    width: calc(100% - 180px);
  }
}
.modal--video-modal .modal__popup .modal__content .video-block {
  background: transparent;
  background-image: none;
  background-size: cover !important;
}
.modal--video-modal .modal__popup .modal__content .video-block__video {
  padding-bottom: 56.25%;
  background-color: transparent;
}
.modal--video-modal .modal__popup .modal__content .button--primary {
  color: #fff;
  background-color: transparent;
  border: none;
}
.modal--video-modal .modal__popup .modal__content .video-block {
  min-height: initial;
}
.modal--video-modal .modal__popup .modal__content iframe {
  background: #000;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/country-modal/_country-modal.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.modal--country .modal__content {
  max-width: 325px;
  width: 90%;
  min-width: auto;
  max-height: 90vh;
  overflow-x: auto;
  padding: 30px 10px 20px;
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .modal--country .modal__content {
    max-width: 450px;
    width: 100%;
    padding: 30px 15px 25px;
  }
}
.modal--country .modal__close-button {
  background-color: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  top: 10px;
  right: 10px;
  padding: 0;
}
@media (min-width: 1024px) {
  .modal--country .modal__close-button {
    top: 15px;
    right: 15px;
  }
}
.modal--country .modal__close-button .icon {
  width: 14px;
  height: 14px;
  top: 1px;
  color: #fff;
  position: relative;
}
.modal--country .modal__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: none;
  grid-row: 1;
  grid-column: 1/span 4;
  margin: 0 0 10px;
}
.modal--country .modal__subtitle {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  grid-row: 4;
  grid-column: 1/span 4;
  margin-bottom: 15px;
}
.modal--country .modal__description {
  grid-row: 2;
  grid-column: 1/span 4;
  margin: 0 0 20px;
}

.country-modal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-template-rows: auto;
}

.country-popup__item {
  grid-row: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
}
.country-popup__item:hover {
  color: #000;
  text-decoration: none;
}
.country-popup__item:focus {
  box-shadow: 0 0 0 5px rgba(230, 255, 0, 0.5);
  outline: none;
}

.country-popup__item--featured {
  grid-row: 3;
  grid-column: 2/span 2;
  border-top: 1px solid #fff;
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 1024px) {
  .country-popup__item--featured {
    margin-bottom: 40px;
  }
}
.country-popup__item--featured .country-popup__flag {
  width: 120px;
  margin-bottom: 10px;
}
.country-popup__item--featured .country-popup__item-country {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.country-popup__item-country {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.country-popup__flag {
  width: 100%;
  margin-bottom: 5px;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/404/_404.scss ***!
  \*****************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@media (min-width: 1024px) {
  .page-section--404 {
    text-align: center;
  }
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/social-sharing/_social-sharing.scss ***!
  \**************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.social-sharing {
  margin-top: 40px;
}
.social-sharing a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .social-sharing a:hover {
    opacity: 0.75;
  }
}
.social-sharing a:first-child {
  margin-left: 5px;
}
.social-sharing a:not(:last-child) .icon {
  margin-right: 5px;
}
.social-sharing .icon {
  vertical-align: baseline;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/breadcrumbs/_breadcrumbs.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.menu--breadcrumbs .menu__list {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
@media (min-width: 680px) {
  .menu--breadcrumbs .menu__list {
    flex-flow: row nowrap;
  }
}
.menu--breadcrumbs .menu__item,
.menu--breadcrumbs .menu__link {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
}
.menu--breadcrumbs .menu__item:hover,
.menu--breadcrumbs .menu__link:hover {
  color: #78919B;
}
.menu--breadcrumbs .menu__item--separator {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 5px;
}
.menu--breadcrumbs .menu__item--current {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.menu--breadcrumbs .menu__item--current:hover {
  color: #000;
}

.template-product .menu--breadcrumbs {
  margin-top: 20px;
}

.template-article .menu--breadcrumbs {
  margin-top: 50px;
}

.template-product .menu--breadcrumbs {
  margin: 20px 0;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/pagination/_pagination.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--pagination {
  border: none;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .page-section--pagination {
    margin-bottom: 100px;
  }
}

.pagination {
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__item {
  display: inline-block;
  text-decoration: none;
  background: #000;
  border: 0;
  color: #fff;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12.71px;
  font-size: 1.271rem;
}
.pagination__item:hover, .pagination__item:focus, .pagination__item:active {
  color: #fff;
}
.pagination__item .icon {
  display: block;
}
.pagination__item + .pagination__item {
  margin-left: 5px;
}

.pagination__text {
  margin: 0 30px;
}

.pagination__item--disabled {
  opacity: 0.5;
  pointer-events: none;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/article/_article.scss ***!
  \*************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--article {
  margin-top: 29px;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .page-section--article {
    margin-top: 45px;
  }
}
.page-section--article .container {
  width: 100%;
}
@media (min-width: 680px) {
  .page-section--article .container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: calc(100% - (24px * 2));
    max-width: 826px;
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .page-section--article .container {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .page-section--article .container {
    width: calc(100% - (26px * 2));
  }
}
.page-section--article .article__feature-image {
  position: relative;
}
.page-section--article .article__feature-image::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 100%;
  width: 1px;
}
.page-section--article .article__feature-image::after {
  clear: both;
  content: "";
  display: table;
}
.page-section--article .article__feature-image img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
@media (min-width: 680px) {
  .page-section--article .article__feature-image::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 45.5205811138%;
    width: 1px;
  }
  .page-section--article .article__feature-image::after {
    clear: both;
    content: "";
    display: table;
  }
}
.page-section--article .page-header__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.1px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: unset;
}
@media (min-width: 1024px) {
  .page-section--article .page-header__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}
@media (min-width: 1024px) {
  .page-section--article .page-header__title {
    letter-spacing: 0;
    margin-top: 30px;
  }
}
.page-section--article .blog-article__date {
  display: block;
  margin-bottom: 30px;
}
.page-section--article .blog-article__content h1 {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-transform: unset;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-section--article .blog-article__content h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}
.page-section--article .blog-article__content h2 {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-transform: unset;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-section--article .blog-article__content h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.page-section--article .blog-article__content h3 {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: -0.1px;
  text-transform: unset;
}
@media (min-width: 1024px) {
  .page-section--article .blog-article__content h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .page-section--article .blog-article__content h3 {
    letter-spacing: 0;
  }
}
.page-section--article .blog-article__content img {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-section--article .blog-article__content a {
  color: #000;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/blog/_blog.scss ***!
  \******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.blog-post__title {
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 680px) {
  .blog-post__title {
    margin: 0 0 40px;
  }
}

.blog-post {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/blog/_blog.scss ***!
  \*******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.blog__posts {
  margin-top: 20px;
}

.blog__header--default {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .blog__header--default {
    flex-flow: row nowrap;
    margin-top: 30px;
  }
}

.blog__filter--default {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 15px;
  list-style-type: none;
  order: 1;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .blog__filter--default {
    order: 2;
    width: auto;
  }
}

.blog__tag a {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.2px;
  color: #000;
  display: block;
  text-decoration: none;
  padding: 4px 15px;
  border: 2px solid #000;
  border-radius: 40px;
}
@media (min-width: 1024px) {
  .blog__tag a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.blog__tag a:focus {
  box-shadow: 0 0 0 5px rgba(230, 255, 0, 0.5);
}
.blog__tag.blog__tag--current a {
  color: #fff;
  background-color: #000;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .blog__tag:hover a {
    color: #fff;
    background-color: #000;
  }
}

.blog-count {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .blog-count {
    margin-bottom: 0;
  }
}

.page-section--main-blog {
  max-width: 1247px;
  margin: auto;
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/tooltip/_tooltip.scss ***!
  \************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.tooltip {
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 1024px) {
  .tooltip {
    position: relative;
  }
}

.tooltip__icon {
  color: #E6FF00;
}

.tooltip__content {
  display: none;
  position: absolute;
  left: 15px;
  right: -15px;
  width: calc(100% - 15px * 2);
  padding: 15px;
  background-color: #fff;
  box-shadow: 5px 5px 15px 0 rgba(0, 60, 121, 0.1), 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 1600;
}
@media (min-width: 1024px) {
  .tooltip__content {
    left: 50%;
    top: 100%;
    width: 200px;
    transform: translateX(-50%);
  }
}
.tooltip__content.tooltip__content--visible, .tooltip__content.tooltip__content--visible-locked {
  display: block;
}

.tooltip__content--default {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}

.tooltip--mini-cart .tooltip__content {
  bottom: -125px;
}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/accordion/accordion.scss ***!
  \***************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.accordion {
  width: 100%;
}

.accordion__item {
  border-bottom: 1px solid #000;
}
.accordion__item:first-child {
  border-top: 1px solid #000;
  border-top-width: 2px;
}

.accordion__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1;
  margin: 0;
}
@media (min-width: 1024px) {
  .accordion__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.accordion__title .accordion__button {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
  font-size: 1em;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-transform: none;
  transition: all 0.2s ease;
  padding: 12px 15px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  white-space: normal;
  border-radius: 0;
  letter-spacing: 0.1px;
}
.accordion__title .accordion__button .accordion__icon--close {
  display: none;
}
.accordion__title .accordion__button .accordion__icon--open {
  display: block;
}
.accordion__title .accordion__button.is-open .accordion__icon--close {
  display: block;
}
.accordion__title .accordion__button.is-open .accordion__icon--open {
  display: none;
}
@media (min-width: 1024px) {
  .accordion__title .accordion__button {
    padding: 12px 15px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.accordion__icon {
  display: inline-block;
  pointer-events: none;
  transition: all 0.2s ease;
  margin-left: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .accordion__icon {
    margin-right: 37px;
    margin-left: 0;
  }
}

.accordion__content {
  *zoom: 1;
  background-color: transparent;
  max-height: 0;
  display: block;
  overflow: hidden;
  padding: 0 38px 0 15px;
  text-align: left;
  transition: all 0.2s ease;
  color: #000;
}
.accordion__content::after {
  content: "";
  display: table;
  clear: both;
}
.accordion__content.is-open {
  max-height: 5000px;
  padding: 20px 38px 20px 15px;
  transition: all 0.2s ease;
}
.accordion__content p:last-child {
  margin-bottom: 0;
}
.accordion__content ul {
  color: #000;
}
@media (min-width: 1024px) {
  .accordion__content {
    padding: 0 70px;
  }
  .accordion__content.is-open {
    padding: 20px 70px;
  }
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/product-guarantees/_product-guarantees.scss ***!
  \**********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--guarantee {
  padding: 0;
  margin: 0;
}

.guarantees {
  background-color: transparent;
  border-radius: 0;
  white-space: normal;
  text-align: left;
  width: 100%;
  background: #fff;
  border: 5px solid transparent;
}
.guarantees:focus-visible {
  border-color: rgba(230, 255, 0, 0.5);
  outline: none;
}

.guarantees__container {
  max-width: 1200px;
  margin: 0 auto;
}

.guarantee__list {
  padding: 70px 19px;
  margin: 0;
  max-width: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (min-width: 1024px) {
  .guarantee__list {
    display: grid;
    grid-template-rows: 70px auto 70px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }
  .guarantee__list.guarantee__list--grid-1 {
    grid-template-columns: minmax(100px, 400px);
  }
  .guarantee__list.guarantee__list--grid-2 {
    grid-template-columns: minmax(100px, 400px) minmax(100px, 400px);
  }
  .guarantee__list.guarantee__list--grid-3 {
    grid-template-columns: minmax(100px, 400px) minmax(100px, 400px) minmax(100px, 400px);
  }
}

.guarantee__item {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  max-width: 100%;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .guarantee__item {
    grid-row: 2;
  }
}
.guarantee__item:last-of-type {
  margin-bottom: 0;
}

.guarantee__icon {
  max-width: 90px;
  min-width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .guarantee__icon {
    max-width: 116px;
  }
}
.guarantee__icon img {
  display: block;
}

.guarantee__link {
  display: block;
  margin-top: 10px;
  color: #000;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
.guarantee__link:hover {
  text-decoration: none;
}
.guarantee__link:focus {
  color: inherit;
  text-decoration: none;
}

.modal--guarantees .modal__content {
  flex-direction: column;
  border-radius: 20px;
  padding: 30px 20px;
  max-height: 90vh;
  overflow: auto;
  max-width: 600px;
}
.modal--guarantees .modal__content strong {
  color: #000;
}
.modal--guarantees .button__icon {
  background-color: #000;
  border-radius: 6px;
  padding: 5px;
  top: 15px;
  right: 15px;
  color: #fff;
}
.modal--guarantees .button__icon .icon {
  display: block;
}
.modal--guarantees .guarantees-modal__header {
  margin: 0 20px 20px 0;
}

.guarantees.guarantees--black {
  background: #000;
}
.guarantees.guarantees--black .guarantee__item, .guarantees.guarantees--black .guarantee__link {
  color: #fff;
}

.guarantees.guarantees--grey {
  background: #F3F3F3;
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/cart/_cart.scss ***!
  \*******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--cart {
  padding-top: 60px;
  padding-bottom: 80px;
  margin: 0;
  background-color: #78919B;
}
@media (min-width: 1024px) {
  .page-section--cart {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-section--cart form {
  width: 100%;
  margin: 0 auto;
}
.page-section--cart .button-collection {
  margin-top: 40px;
  justify-content: flex-end;
  align-items: center;
}
.page-section--cart .button-collection .form__button {
  margin-right: 30px;
}
.page-section--cart .free-shipping-progress__message {
  background-color: #fff;
}
.page-section--cart .shopify-cleanslate ._3GMtX2px5pNru4ptyThvFU {
  color: #fff !important;
  width: 100% !important;
}

.page-section--cart .button-collection--cart-page {
  margin-top: 27px;
}

.cart__grid {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 16px;
}
@media (min-width: 1024px) {
  .cart__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
}

.cart__main {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .cart__main {
    grid-column: 1/span 2;
  }
}
.cart__main .cart__summary {
  color: #fff;
}
@media (min-width: 1024px) {
  .cart__main .cart__summary--mobile {
    display: none;
  }
}
.cart__main .cart__row:last-child {
  border-bottom: 0.5px solid #fff;
}

.button-collection--cart-page {
  margin-top: 18px;
}

.cart__header {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .cart__header {
    padding: 0;
  }
}

.cart__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.00625em;
  color: #fff;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .cart__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 42px;
    line-height: 4.2rem;
    letter-spacing: -0.0125em;
  }
}

.cart__title--sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .cart__title--sidebar {
    font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
    display: block;
    letter-spacing: 0;
    margin: 0 0 35px;
  }
}

@media (min-width: 1024px) {
  .cart__sidebar {
    grid-row: 1;
    grid-column: 3;
  }
}

@media (min-width: 1024px) {
  .cart__footer {
    grid-column: 1/3;
  }
}
.cart__footer #p65-warning {
  font-size: 12px;
  line-height: 1.5;
  display: none;
  padding-top: 10px;
}
.cart__footer #p65-warning a {
  font-weight: bold;
}

.cart__undo-message p {
  padding: 5px 15px;
  margin: 0 0 20px;
  background-color: #E6FF00;
  color: #000;
}
.cart__undo-message p .cart__undo {
  color: #000;
}
.cart__undo-message p .cart__undo:hover {
  text-decoration: none;
}

.button__cart-header {
  width: 100%;
}

li.cart__row {
  border-bottom: 0.5px solid #fff;
  border-spacing: 0px;
  padding: 20px 0 12px 0;
  list-style-type: none;
}
li.cart__row:nth-of-type(1) {
  border-top: 2px solid #fff;
}

.cart__line-item {
  display: grid;
  grid-template-columns: 60px auto auto 1em;
  grid-template-rows: auto;
  row-gap: 6px;
  column-gap: 12px;
}
@media (min-width: 680px) {
  .cart__line-item {
    grid-template-columns: 80px auto;
    grid-template-rows: auto;
    row-gap: 12px;
    column-gap: 26px;
  }
}
.cart__line-item .product__price {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin: 0;
  display: block;
  color: #fff;
}
.cart__line-item .price__sale {
  display: block;
}
.cart__line-item .price__original--sale {
  margin: 0 7px 0 0;
}
.cart__line-item .price__original {
  color: #fff;
}
.cart__line-item .price__original s {
  text-decoration-thickness: 2px;
}

.cart__header-item {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
  color: #fff;
}

.cart__item--image {
  grid-column: 1;
  grid-row: 1/span 2;
}
.cart__item--image img {
  border-radius: 10px;
  height: 60px;
  width: 60px;
  object-fit: cover;
}
@media (min-width: 680px) {
  .cart__item--image img {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 680px) {
  .cart__item--image {
    grid-row: 1/span 3;
    grid-column: 1;
  }
}

.cart__product-title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .cart__product-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.cart__item--title {
  grid-row: 1;
  grid-column: 2/span 2;
}
@media (min-width: 680px) {
  .cart__item--title {
    grid-row: auto;
    grid-column: auto;
  }
}
.cart__item--title .cart__product-varient {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .cart__item--title .cart__product-varient {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

.cart-membership-description {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: #fff;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .cart-membership-description {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

.cart__item-membership-details {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .cart__item-membership-details {
    margin-top: 30px;
  }
}

#cart__item-membership-more-details-accordion {
  padding: 0;
  border: 0;
}

#cart__item-membership-more-details-accordion--button {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  padding: 0;
  color: #fff;
  align-items: center;
  justify-content: normal;
  flex-direction: row;
}
@media (min-width: 1024px) {
  #cart__item-membership-more-details-accordion--button {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

#cart__item-membership-more-details-accordion-icon {
  margin-left: 15px;
}
#cart__item-membership-more-details-accordion-icon .icon {
  width: 10px;
  height: 18px;
}

#cart__item-membership-more-details-accordion--content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 0;
  color: #fff;
}
@media (min-width: 1024px) {
  #cart__item-membership-more-details-accordion--content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
#cart__item-membership-more-details-accordion--content.is-open {
  max-height: 5000px;
  transition: all 0.2s ease;
}
#cart__item-membership-more-details-accordion--content ul {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  margin-top: 18px;
  color: #fff;
  list-style-type: disc;
}
@media (min-width: 1024px) {
  #cart__item-membership-more-details-accordion--content ul {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
#cart__item-membership-more-details-accordion--content li {
  margin-bottom: 15px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  99% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.product__price,
.cart-info__subtotal,
.cart__subtotal-price {
  position: relative;
}
.product__price:before,
.cart-info__subtotal:before,
.cart__subtotal-price:before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #e9e6e6 0%, #e9e6e6 25%, #dadada 51%, #e9e6e6 75%, #e9e6e6 100%);
  background-size: 300% 300%;
  z-index: 1;
  border-radius: 4px;
}
.product__price.loading:before,
.cart-info__subtotal.loading:before,
.cart__subtotal-price.loading:before {
  animation: gradient 1s ease infinite;
  opacity: 1;
}

.line-item__final-sale {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  margin-top: 15px;
  padding: 3px 6px;
}
.line-item__final-sale span {
  text-transform: uppercase;
}
.line-item__final-sale .tooltip {
  margin-left: 5px;
}

.cart__item--quantity {
  display: flex;
  align-items: center;
  grid-row: 2;
  grid-column: 2;
}
@media (min-width: 1024px) {
  .cart__item--quantity {
    grid-row: 2;
    grid-column: 2;
  }
}
.cart__item--quantity .form__input-container {
  max-width: 80px;
  display: grid;
  grid-template-columns: 16px 32px 16px;
}
.cart__item--quantity .form__increment {
  border: none;
  background-color: transparent;
  height: 16px;
  width: 16px;
  cursor: pointer;
  justify-content: space-around;
  top: 13px;
  position: relative;
  padding-left: 7.5px;
}
.cart__item--quantity .form__increment--up {
  display: flex;
  align-items: flex-end;
  background-image: none;
  background-color: transparent;
  justify-content: space-around;
}
.cart__item--quantity .form__increment--up .icon__quantity-plus {
  color: #fff;
  width: 8px;
  height: 8px;
}
.cart__item--quantity .form__increment--down {
  display: flex;
  align-items: flex-end;
  background-image: none;
  background-color: transparent;
  justify-content: space-around;
}
.cart__item--quantity .form__increment--down .icon__quantity-minus {
  color: #fff;
  width: 8px;
  height: 8px;
}
.cart__item--quantity .cart__quantity {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  border: none;
  color: #fff;
  background-color: transparent;
  padding: 10px 5px 5px 7px;
  width: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .cart__item--quantity .cart__quantity {
    display: block;
  }
}
.cart__item--quantity .cart__quantity:focus {
  border-color: none;
}

.cart__item--message p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 15px;
  margin: 0 0 20px;
  background-color: #E6FF00;
  color: #fff;
}
.cart__item--message .cart__remove {
  color: #fff;
}
.cart__item--message .cart__remove:hover {
  text-decoration: none;
}

.cart__item--remove {
  grid-row: 1;
  grid-column: 4;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 680px) {
  .cart__item--remove {
    grid-row: 1;
    grid-column: 5;
  }
}

.cart__item--total {
  font-size: 16px;
  font-size: 1.6rem;
  grid-row: 2;
  grid-column: 4;
  text-align: right;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 680px) {
  .cart__item--total {
    grid-row: 2;
    grid-column: 5;
    text-align: right;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
  }
}
.cart__item--total .icon {
  width: 14px;
  height: 14px;
}

.cart__item--total-wrapper {
  display: block;
}
@media (min-width: 680px) {
  .cart__item--total-wrapper {
    display: block;
    width: 100%;
  }
}

.cart__item--free-gift-price {
  text-transform: uppercase;
  color: #E6FF00;
}

.cart__remove {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.cart__remove:hover {
  cursor: pointer;
}

.cart__item-membership-more-details-accordion {
  transition: 0.4s;
}

.cart__item-membership-more-details {
  display: none;
  overflow: hidden;
}

.cart__summary-wrapper {
  position: sticky;
  top: 90px;
}

.cart__summary {
  background-color: #596D75;
  padding: 25px;
  border-radius: 20px;
}

.cart-summary__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #fff;
}

.cart__subtotal {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #fff;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .cart__subtotal {
    justify-content: space-between;
  }
}

.cart__subtotal-label {
  display: none;
  margin: 0;
}
@media (min-width: 1024px) {
  .cart__subtotal-label {
    display: block;
  }
}

.cart__subtotal-price {
  margin: 0;
}

.cart-price--shipping,
.cart-price--taxes {
  text-align: right;
  margin-left: 15px;
}

.cart-info__price-wrapper {
  display: inline-flex;
}

.cart-info__original_total-wrapper {
  text-decoration-color: #fff;
  color: #fff;
  margin: 0 10px;
}

.cart-info__original_total {
  display: none;
  text-decoration-color: #fff;
  color: #fff;
}

.cart-summary__additional-note {
  margin: 20px 0 20px 0;
  display: none;
  color: #fff;
}
.cart-summary__additional-note strong {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .cart-summary__additional-note {
    display: block;
  }
}

#cart-summary__additional-note--mobile {
  display: block;
}

.button__cart {
  width: 100%;
}

.additional-checkout-buttons {
  margin-top: 30px;
}

.cart__footer {
  margin: 40px 0 0;
  border: 0;
}
@media (min-width: 1024px) {
  .cart__footer {
    margin: 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .cart__footer .accordion__title {
    display: none;
  }
}
.cart__footer .accordion__button {
  color: #1D1D1D;
}
.cart__footer .accordion__title-wrapper {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.cart__footer .accordion__title-wrapper .icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.cart__footer .accordion__item {
  box-shadow: none;
  border: 0;
}
.cart__footer .accordion__item:first-child {
  border: 0;
}
@media (min-width: 1024px) {
  .cart__footer .accordion__content {
    display: flex;
    max-height: 5000px;
    padding: 15px;
    background-color: #E6FF00;
  }
}

.cart__additional-info {
  margin: 0;
  list-style-type: disc;
}
@media (min-width: 1024px) {
  .cart__additional-info {
    display: flex;
    list-style-type: none;
    padding: 0;
  }
}

.cart__info {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .cart__info + .cart__info {
    margin-left: 20px;
  }
}
.cart__info .icon {
  display: none;
}
@media (min-width: 1024px) {
  .cart__info .icon {
    display: block;
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
}
.cart__info a {
  color: #E6FF00;
}
.cart__info a:hover {
  color: rgba(230, 255, 0, 0.7);
}
.cart__info p {
  margin: 0;
}

.cart__info--shipping .icon {
  width: 40px;
}

#shopify-section-product-guarantees--cart .guarantee__list {
  justify-content: space-around;
}

#shopify-section-product-guarantees--cart li {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.empty-cart {
  background-color: #78919B;
  margin: 0;
  padding: 100px 0 !important;
}
@media (min-width: 680px) {
  .empty-cart {
    padding: 160px 0 !important;
  }
}

#empty-cart-message-container {
  text-align: center;
}
#empty-cart-message-container .empty_cart__icon {
  color: #fff;
}
#empty-cart-message-container .empty_cart__icon svg {
  width: 24px;
  height: 30px;
}
#empty-cart-message-container #empty-cart-message {
  color: #fff;
  margin: 20px 0 0 0;
}
#empty-cart-message-container #empty-cart-sub-message {
  color: #fff;
  padding: 12px 0 18px;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/cart-remove-modal/_cart-remove-modal.scss ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.remove-modal-wrapper .confirmation-popup-container {
  display: none;
  z-index: 99;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/collections/_collection.scss ***!
  \********************************************************************************************************************************************************************************/

/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/hero-banner/_hero-banner.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--hero-banner {
  margin: 0;
}
@media (min-width: 1024px) {
  .page-section--hero-banner {
    margin: 0;
  }
}

.hero-banner {
  margin-bottom: 0;
  overflow: hidden;
}
.hero-banner .background-media {
  height: 100%;
  grid-template-rows: [image-start] auto [content] auto 70px [image-end];
}
.hero-banner .background-media .background-media__overlay {
  grid-row: image-start/content;
}
.hero-banner .background-media .video-block, .hero-banner .background-media .background-media__background {
  grid-row: image-start/content;
  height: unset;
  max-height: 45vh;
}
@media (min-width: 680px) {
  .hero-banner .background-media {
    max-height: calc(100vh - var(--iamota-header-height));
    grid-template-rows: [image-start] minmax(0, 1fr) [content] auto 120px [image-end];
  }
  .hero-banner .background-media .background-media__overlay {
    grid-row: image-start/image-end;
  }
  .hero-banner .background-media .video-block, .hero-banner .background-media .background-media__background {
    grid-row: image-start/image-end;
    max-height: unset;
    height: auto;
  }
}
.hero-banner .background-media__content {
  text-align: left;
  grid-column: content;
  z-index: 2;
  padding-top: 25px;
}
@media (min-width: 1024px) {
  .hero-banner .background-media__content {
    grid-column: content-start/content-end;
    grid-row: content;
  }
}
.hero-banner .hero-banner__main-title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  color: #BEBEB9;
}
@media (min-width: 680px) {
  .hero-banner .hero-banner__main-title {
    color: #E6FF00;
  }
}
.hero-banner .hero-banner__title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: -0.3px;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 0px;
  max-width: 241px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .hero-banner .hero-banner__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media (min-width: 680px) {
  .hero-banner .hero-banner__title {
    max-width: 530px;
    margin-bottom: 15px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .hero-banner .hero-banner__title {
    letter-spacing: 0;
  }
}
.hero-banner .hero-banner__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: -0.3px;
  max-width: 240px;
  text-align: left;
}
@media (min-width: 1024px) {
  .hero-banner .hero-banner__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
@media (min-width: 680px) {
  .hero-banner .hero-banner__text {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .hero-banner .hero-banner__text {
    letter-spacing: 0;
  }
}
.hero-banner .hero-banner__button-collection {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .hero-banner .hero-banner__button-collection {
    margin-top: 30px;
  }
}
.hero-banner .hero-banner__button {
  margin-top: 20px;
}
.hero-banner .video-block:not(.video-block--modal)::before, .hero-banner .background-media__background::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 100%;
  width: 1px;
}
.hero-banner .video-block:not(.video-block--modal)::after, .hero-banner .background-media__background::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 680px) {
  .hero-banner .video-block:not(.video-block--modal)::before, .hero-banner .background-media__background::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 56.25%;
    width: 1px;
  }
  .hero-banner .video-block:not(.video-block--modal)::after, .hero-banner .background-media__background::after {
    clear: both;
    content: "";
    display: table;
  }
}
.hero-banner .video-block__control {
  color: #fff;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 15px;
  right: 24px;
  z-index: 1;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 680px) {
  .hero-banner .video-block__control {
    bottom: 40px;
    right: 26px;
  }
}
.hero-banner .video-block__control:focus {
  outline: none;
  box-shadow: 0 0 0 5px rgba(230, 255, 0, 0.5);
}
.hero-banner .video-block__control--pause {
  font-size: 30px;
  font-size: 3rem;
  display: flex;
}
@media (min-width: 680px) {
  .hero-banner .video-block__control--pause {
    font-size: 40px;
    font-size: 4rem;
  }
}
.hero-banner .video-block__control--play {
  font-size: 30px;
  font-size: 3rem;
  display: none;
}
@media (min-width: 680px) {
  .hero-banner .video-block__control--play {
    font-size: 40px;
    font-size: 4rem;
  }
}
.hero-banner .video-block--is-paused .video-block__control--play {
  display: flex;
}
.hero-banner .video-block--is-paused .video-block__control--pause {
  display: none;
}
.hero-banner .video-block--is-postered .video-block__video, .hero-banner .video-block--is-paused .video-block__video {
  z-index: 0;
}

.hero-banner__secondary {
  background: #000;
  border-radius: 20px 20px 0px 0px;
  margin-top: -20px;
  display: grid;
  grid-template-columns: [gutter-start] minmax(24px, 1fr) [content] minmax(auto, 924px) minmax(24px, 1fr) [gutter-end];
  grid-template-rows: [gutter-start] 40px [content] auto 60px [gutter-end];
}
@media (min-width: 1024px) {
  .hero-banner__secondary {
    grid-template-rows: [gutter-start] 40px [content] auto 100px [gutter-end];
  }
}
.hero-banner__secondary .hero-banner__secondary-content {
  grid-column: content;
  grid-row: content;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \***************************************************************************************************************************************************************************/
/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -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%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */
.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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/hero-banner/_hero-banner--carousel.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.hero-banner__container {
  display: none;
  padding: 70px 68px;
  margin: 0 auto;
}
@media (min-width: 680px) {
  .hero-banner__container {
    display: flex;
    max-width: 1488px;
  }
}
.hero-banner__container.align-right {
  flex-direction: row;
}
.hero-banner__container.align-right .hero-banner__carousel--secondary {
  margin-left: 40px;
}
.hero-banner__container.align-left {
  flex-direction: row-reverse;
}
.hero-banner__container.align-left .hero-banner__carousel--secondary {
  margin-right: 40px;
}
.hero-banner__container .background-image {
  border-radius: 20px;
  height: 561px;
}
.hero-banner__container .background-image picture {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
  width: 100%;
  position: absolute;
}
.hero-banner__container .background-image .video-block {
  height: 100%;
}
.hero-banner__container video {
  border-radius: 20px;
}
.hero-banner__container .hero-banner__carousel--secondary {
  width: 425px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
  justify-content: center;
  align-items: flex-start;
}
.hero-banner__container .hero-banner__carousel--secondary .swiper-wrapper {
  height: auto;
}
.hero-banner__container .hero-banner__carousel--secondary .slide-count {
  margin: 0;
  font-size: 14px;
}
.hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--title {
  line-height: 2.4rem;
  font-weight: 700;
  font-size: 24px;
  margin: 8px 0;
}
.hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--subtitle {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--description {
  margin: 20px 0;
  width: 80%;
}
.hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--title, .hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--subtitle {
  text-transform: uppercase;
}
.hero-banner__container .hero-banner__carousel--primary {
  width: 838px;
  margin-bottom: 0;
  border-radius: 20px;
}
.hero-banner__container .swiper-wrapper {
  padding-left: 0;
}
.hero-banner__container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-banner__container .hero-banner__carousel--button {
  display: inline-block;
  padding: 12px 28px;
  margin-top: 20px;
}
.hero-banner__container .arrow-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-banner__container .arrow-wrapper {
    position: static;
    width: auto;
  }
}
.hero-banner__container .arrow-wrapper .swiper-arrow {
  background: black;
  position: static;
  border: 0;
  border-radius: 35px;
  color: white;
  padding: 0;
  height: 40px;
  width: 40px;
  margin-right: 24px;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .hero-banner__container .arrow-wrapper .swiper-arrow {
    width: 40px;
    height: 40px;
  }
}
.hero-banner__container .arrow-wrapper .swiper-arrow.swiper-arrow::after {
  display: none;
}
.hero-banner__container .arrow-wrapper .swiper-arrow.swiper-button-disabled {
  opacity: 1 !important;
  background: #E3E3E3 !important;
}
.hero-banner__container .arrow-wrapper .swiper-arrow.swiper-button-disabled .icon {
  color: #B1B1B1;
}
.hero-banner__container .arrow-wrapper .icon {
  height: 0.4em;
  margin: 0 auto;
  line-height: 0.4rem;
}
.hero-banner__container li, .hero-banner__container ul {
  list-style: none;
  margin: 0;
}

.hero-banner--carousel-mobile {
  padding: 21px 24px;
}
@media (min-width: 680px) {
  .hero-banner--carousel-mobile {
    display: none;
  }
}
.hero-banner--carousel-mobile .hero-banner__carousel--button, .hero-banner--carousel-mobile .hero-banner__carousel--description {
  margin-bottom: 50px;
}
.hero-banner--carousel-mobile .hero-banner__carousel--button {
  display: inline-block;
}
.hero-banner--carousel-mobile .hero-banner__carousel--title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}
.hero-banner--carousel-mobile .hero-banner__carousel--subtitle {
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 18px;
}
.hero-banner--carousel-mobile li, .hero-banner--carousel-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-banner--carousel-mobile .mobile-slider__video {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.hero-banner--carousel-mobile .background-image {
  border-radius: 20px;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/intro-block/_intro-block.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--intro-block {
  background-color: #000;
}
.page-section--intro-block + .page-section--intro-block {
  padding-top: 0;
  margin-top: 0;
}

.intro-block__title {
  margin-bottom: 0;
}

.intro-block {
  padding: 60px 24px;
}
@media (min-width: 1024px) {
  .intro-block {
    padding: 95px 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
  }
}
.intro-block .copy-block__h2 {
  max-width: 826px;
  margin: 0 auto 5px;
  color: white;
}
.intro-block .copy-block__h2.intro-block--black {
  color: black;
}
.intro-block .intro-block__image {
  max-width: 360px;
  padding: 0 60px;
  margin: 0 auto;
  flex: 0 1 40%;
}
@media (min-width: 1024px) {
  .intro-block .intro-block__image + .intro-block__content {
    text-align: left;
  }
}
.intro-block .intro-block__image img {
  width: 100%;
}
.intro-block .intro-block__content {
  text-align: center;
}
@media (min-width: 1024px) {
  .intro-block .intro-block__content {
    flex: 0 1 60%;
  }
}
.intro-block .intro-block__body {
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.1px;
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
@media (min-width: 1024px) {
  .intro-block .intro-block__body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.intro-block .intro-block__body.intro-block--black {
  color: black;
}
@media (min-width: 1024px) {
  .intro-block .intro-block__body {
    letter-spacing: 0;
  }
}
.intro-block .button {
  margin: 40px 0 0 0;
}
@media (min-width: 1024px) {
  .intro-block .button {
    flex: 0 1 16.666%;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/product-details/_product-details.scss ***!
  \****************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.collection-list__title {
  margin: 0 0 16px;
}

.product-details {
  padding: 0 24px;
  padding-top: 40px;
}
.product-details .product-details--collection-list {
  max-width: 1328px;
}
.product-details .product-details--collection-list .swiper-wrapper {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .product-details .product-details--collection-list .swiper-wrapper:hover {
    transform: translateY(-50%) scale(1.05);
    transform-origin: center;
  }
}
.product-details .product-details--collection-list .swiper-wrapper .card--default .card__content {
  padding: 18px 0;
  padding-bottom: 20px;
}
@media (min-width: 680px) {
  .product-details .product-details--collection-list .swiper-wrapper .card--default .card__content {
    padding-bottom: 70px;
  }
}
.product-details .product-details--collection-list .swiper-wrapper .card--default .card__content p {
  margin-bottom: 0;
}
.product-details .product-details--collection-list .swiper-container {
  max-width: 1328px;
}
.product-details .product-details--collection-list .product-details__slider-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-details .product-details--collection-list .product-details__slider-title .product-details--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
.product-details .product-details--collection-list .arrow-wrapper {
  display: none;
}
@media (min-width: 680px) {
  .product-details .product-details--collection-list .arrow-wrapper {
    display: flex;
    position: absolute;
    bottom: 0;
    align-self: center;
    width: 100%;
    justify-content: flex-end;
    margin: 0;
    margin-bottom: 20px;
    position: static;
    width: auto;
    margin-bottom: 0;
  }
}
.product-details .product-details--collection-list .arrow-wrapper p {
  font-size: 14px;
  align-self: center;
  margin-bottom: 0;
}
.product-details .product-details--collection-list .mobile-arrow-wrapper {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  justify-content: flex-end;
}
@media (min-width: 680px) {
  .product-details .product-details--collection-list .mobile-arrow-wrapper {
    display: none;
  }
}
.product-details .product-details--collection-list .arrow-wrapper:only-child {
  margin-left: auto;
}
.product-details .product-details--collection-list .card__image-wrapper::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 100%;
  width: 1px;
}
.product-details .product-details--collection-list .card__image-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 1024px) {
  .product-details .product-details--collection-list .card__image-wrapper {
    max-height: 426px;
  }
}
.product-details .product-details--collection-list .card__image-wrapper picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.product-details .product-details--collection-list .card__title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-details .product-details--collection-list .swiper-arrow {
  background: black;
  border: 0;
  border-radius: 35px;
  color: white;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .product-details .product-details--collection-list .swiper-arrow {
    width: 40px;
    height: 40px;
  }
}
.product-details .product-details--collection-list .swiper-arrow:after {
  font-size: 20px;
  font-size: 2rem;
}
.product-details .product-details--collection-list .swiper-arrow.swiper-arrow::after {
  display: none;
}
.product-details .product-details--collection-list .swiper-arrow.swiper-arrow {
  position: static;
  margin-left: 24px;
}
.product-details .product-details--collection-list .swiper-arrow.swiper-arrow .icon {
  height: 0.4em;
  display: block;
  margin: 0 auto;
}
.product-details .product-details--collection-list .swiper-arrow.swiper-button-prev {
  border-radius: 35px;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/banner/_banner-block.scss ***!
  \****************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.banner-block {
  width: 100%;
  background-color: #78919B;
}
.banner-block .background-media {
  height: unset;
  max-height: calc(100vh - var(--iamota-header-height));
  grid-template-columns: [gutter-start] 20px [content] 1fr 20px [gutter-end];
  grid-template-rows: [image-start] minmax(20px, 1fr) [content] auto minmax(20px, 1fr) [image-end];
}
@media (min-width: 1024px) {
  .banner-block .background-media {
    grid-template-columns: [gutter-start] minmax(60px, 1fr) [content-start] minmax(0, 720px) [center] minmax(0, 720px) [content-end] minmax(60px, 1fr) [gutter-end];
    grid-template-rows: [image-start] minmax(60px, 1fr) [content] auto minmax(60px, 1fr) [image-end];
  }
}
.banner-block .background-media__background img {
  display: block;
}
.banner-block .background-media__content {
  grid-column: content;
  grid-row: content;
  text-align: center;
}
@media (min-width: 1024px) {
  .banner-block .background-media__content {
    grid-column-start: content-start;
    grid-column-end: content-end;
    grid-row: content;
  }
}

.banner-block__link {
  display: block;
  text-decoration: none;
}
.banner-block__link:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid transparent;
}
.banner-block__link:hover {
  text-decoration: none;
}
.banner-block__link:focus-visible {
  outline: none;
}
.banner-block__link:focus-visible:after {
  border-color: rgba(230, 255, 0, 0.5);
}

.banner-block__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 36px;
  line-height: 3.6rem;
}
@media (min-width: 1024px) {
  .banner-block__title {
    font-family: "FormGintoNord-Black", Helvetica, Arial, serif;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
@media (min-width: 1024px) {
  .banner-block__title {
    font-size: 80px;
    font-size: 8rem;
    line-height: 68px;
    line-height: 6.8rem;
  }
}

.banner-block__content {
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .banner-block__content {
    font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.2px;
  }
}

.banner-block .button {
  margin-top: 40px;
}

.banner-block--with-overlay .background-media__overlay {
  transition: all 0.2s ease;
  background: rgba(89, 109, 117, 0.6);
}
.banner-block--with-overlay:hover .background-media__overlay {
  background: rgba(89, 109, 117, 0.6);
}

.page-section--banner-block .banner-block__title {
  margin-bottom: 5px;
}

.page-section--split-block {
  grid-column: main;
}
.page-section--split-block .banner-block__split-container {
  background-color: #596D75;
}
@media (min-width: 680px) {
  .page-section--split-block .banner-block__split-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
  }
}
.page-section--split-block .background-media {
  grid-column: 4/span 2;
  grid-row: 1;
  height: 400px;
  align-self: end;
}
.page-section--split-block .background-media .background-media__overlay {
  z-index: 3;
}
.page-section--split-block .background-media .background-media__background {
  z-index: 2;
}
.page-section--split-block .background-media .background-image {
  background-color: transparent;
  object-position: top center;
}
.page-section--split-block .background-media__content {
  grid-column: 1/span 3;
  grid-row: 1;
  justify-items: center;
  align-self: center;
  padding: 60px 20px;
}
@media (min-width: 680px) {
  .page-section--split-block .background-media__content {
    padding: 20px 60px;
  }
}
.page-section--split-block .banner-block__title {
  margin-bottom: 10px;
}

.page-section--collection-driver {
  grid-column: span 2;
}
@media (min-width: 680px) {
  .page-section--collection-driver {
    grid-column: span 1;
  }
}
.page-section--collection-driver .banner-block {
  height: 100%;
}
.page-section--collection-driver .banner-block .banner-block__link {
  height: 100%;
}
.page-section--collection-driver .banner-block .background-media {
  height: 100%;
  grid-template-columns: [gutter-start] 25px [content] 1fr 25px [gutter-end];
  grid-template-rows: [image-start] 25px [content] auto 25px [image-end];
  justify-items: stretch;
}
.page-section--collection-driver .banner-block .background-media__content {
  grid-column: content;
  grid-row: content;
  align-self: end;
}
@media (min-width: 1024px) {
  .page-section--collection-driver .banner-block .background-media__content {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.page-section--collection-driver .banner-block .banner-block__title {
  margin-bottom: 20px;
}
.page-section--collection-driver .banner-block .button {
  margin-top: 20px;
  width: 100%;
}

.banner-block.banner-block--align-top .background-media {
  grid-template-rows: [image-start] 0.22fr [content] auto minmax(0, 1fr) [image-end];
}
.banner-block.banner-block--align-middle .background-media {
  grid-template-rows: [image-start] minmax(0, 1fr) [content] auto minmax(0, 1fr) [image-end];
}
.banner-block.banner-block--align-bottom .background-media {
  grid-template-rows: [image-start] minmax(0, 1fr) [content] auto 0.22fr [image-end];
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/icon-block/_icon-block.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--icon-block {
  text-align: center;
  margin: 0;
}

.icon-block__wrapper {
  background-color: #E6FF00;
  padding: 40px 0 80px;
}
@media (min-width: 1024px) {
  .icon-block__wrapper {
    padding: 100px 0 150px;
  }
}

.page-section--content-panel-vertical + .page-section--icon-block .icon-block__wrapper--warm-grey {
  padding-top: 37px;
}

.icon-block__wrapper--button {
  padding-bottom: 100px;
}

.icon-block {
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .icon-block {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: calc(100% - (24px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .icon-block {
    width: calc(100% - (26px * 2));
  }
}
.icon-block__header + .icon-block, .icon-block__content + .icon-block {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .icon-block__header + .icon-block, .icon-block__content + .icon-block {
    margin-top: 50px;
  }
}
.icon-block .swiper-slide {
  height: auto;
  align-self: stretch;
}

.icon-block__slider {
  margin: 0 24px;
}
@media (min-width: 680px) {
  .icon-block__slider {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .icon-block__slider {
    max-width: 80%;
    margin: 0 auto;
  }
}

.icon-block__header {
  color: #000;
  margin: 0 0 40px;
}
@media (min-width: 1024px) {
  .icon-block__header {
    margin: 0 0 73px;
  }
}

.icon-block__content {
  margin-top: 40px;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) {
  .icon-block__content {
    max-width: 40%;
    margin: 90px auto 0;
  }
}

.icon-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .icon-block__list {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    margin: 0;
  }
}

.icon-block__item {
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (min-width: 1024px) {
  .icon-block__item {
    padding: 0;
  }
}
.icon-block__item:last-child {
  margin-bottom: 0;
}

.card__icon-block {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 76px 1fr;
  grid-gap: 40px;
  padding: 40px 20px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  height: 100%;
}

.icon-block__icon {
  display: block;
  width: 73px;
  min-width: 73px;
  margin: auto;
}
@media (min-width: 1024px) {
  .icon-block__icon {
    width: 73px;
    min-width: 73px;
  }
}

.icon-block__content-wrapper {
  text-align: left;
  margin-left: 0;
}

.icon-block__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.0125em;
  text-transform: none;
  color: #000;
  margin: 0;
}

.icon-block__copy {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.00625em;
  text-align: left;
  margin: 0;
  color: #000;
  word-break: break-word;
}

.icon-block__button {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .icon-block__button {
    margin-top: 50px;
  }
}

.carousel--icon-block {
  overflow: visible !important;
  margin-bottom: 0;
}

.icon-block__wrapper--warm-grey {
  background-color: #78919B;
}
.icon-block__wrapper--warm-grey .icon-block__title,
.icon-block__wrapper--warm-grey .icon-block__copy,
.icon-block__wrapper--warm-grey .icon-block__content,
.icon-block__wrapper--warm-grey .icon-block__header {
  color: #fff;
}
.icon-block__wrapper--warm-grey .card__icon-block {
  border: 0;
  background-color: #596D75;
}
.icon-block__wrapper--warm-grey .icon-block__button {
  background-color: #E6FF00;
  color: #000;
  border-color: #E6FF00;
}

.icon-block__wrapper--grey-yellow {
  background-color: #78919B;
}
.icon-block__wrapper--grey-yellow .icon-block__title,
.icon-block__wrapper--grey-yellow .icon-block__copy {
  color: #000;
}
.icon-block__wrapper--grey-yellow .icon-block__content,
.icon-block__wrapper--grey-yellow .icon-block__header {
  color: #fff;
}
.icon-block__wrapper--grey-yellow .card__icon-block {
  border: 0;
  background-color: #E6FF00;
}
.icon-block__wrapper--grey-yellow .icon-block__button {
  background-color: #E6FF00;
  color: #000;
  border-color: #E6FF00;
}

.page-section--icon-block-grid {
  margin: 0;
}
.page-section--icon-block-grid .icon-block__wrapper {
  background-color: #fff;
  padding: 60px 0;
}
.page-section--icon-block-grid .icon-block__header {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.00625em;
  margin-bottom: 40px;
}
@media (min-width: 680px) {
  .page-section--icon-block-grid .icon-block__header {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .page-section--icon-block-grid .icon-block__slider {
    max-width: 100%;
  }
}

.carousel--icon-block-grid {
  overflow: visible !important;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .carousel--icon-block-grid .swiper-slide {
    width: 100% !important;
  }
}
@media (min-width: 680px) {
  .carousel--icon-block-grid .icon-block__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .carousel--icon-block-grid .icon-block__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 680px) {
  .carousel--icon-block-grid .icon-block__item:first-of-type {
    grid-column: 2;
  }
}
@media (min-width: 1024px) {
  .carousel--icon-block-grid .icon-block__item:first-of-type {
    grid-column: 3;
  }
}
.carousel--icon-block-grid .card__icon-block {
  border: 0;
  background-color: #E6FF00;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/content-panel/_content-panel.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--content-panel:not(.featured-panel) + .page-section--content-panel:not(.featured-panel) {
  margin-top: -15px;
}
@media (min-width: 1024px) {
  .page-section--content-panel:not(.featured-panel) + .page-section--content-panel:not(.featured-panel) {
    margin-top: -20px;
  }
}
@media (min-width: 680px) {
  .page-section--content-panel:not(.featured-panel) + .page-section--content-panel:not(.featured-panel) .content-panel--default .content-panel__container {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .page-section--content-panel:not(.featured-panel) + .page-section--content-panel:not(.featured-panel) .content-panel--default .content-panel__container {
    padding-top: 0;
  }
}

.content-panel {
  position: relative;
}
.content-panel .content-panel__content {
  background: transparent;
  padding: 40px 24px 40px;
}
@media (min-width: 680px) {
  .content-panel .content-panel__content {
    padding: 40px 60px;
  }
}
@media (min-width: 1024px) {
  .content-panel .content-panel__content {
    padding: 30px 120px;
  }
}
.ie11 .content-panel .content-panel__meta img {
  width: auto;
}
.content-panel .content-panel__image {
  display: block;
}
.content-panel .content-panel__image.content-panel__image--contain .background-image {
  object-fit: contain;
  background-color: #fff;
}
@media (min-width: 680px) {
  .content-panel .content-panel__meta {
    display: flex;
  }
  .content-panel .content-panel__content {
    margin-bottom: 0;
  }
}

@media (min-width: 680px) {
  .content-panel--split .content-panel__container {
    display: flex;
  }
  .content-panel--split .content-panel__content {
    flex: 0 1 50%;
  }
  .content-panel--split .content-panel__meta {
    flex: 0 1 50%;
  }
  .content-panel--split .content-panel__image {
    display: block;
  }
  .content-panel--split.align-left .content-panel__content {
    order: 1;
  }
  .content-panel--split.align-left .content-panel__meta {
    order: 2;
  }
  .content-panel--split.align-right .content-panel__content {
    order: 2;
  }
  .content-panel--split.align-right .content-panel__meta {
    order: 1;
  }
}

.content-panel--video .content-panel__meta {
  position: relative;
}
.content-panel--video .content-panel__meta {
  height: unset;
  align-self: stretch;
}
.content-panel--video .content-panel__image {
  position: relative;
  width: 100%;
  max-height: calc(100vh - var(--iamota-header-height));
}
.content-panel--video .content-panel__image::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 112.5%;
  width: 1px;
}
.content-panel--video .content-panel__image::after {
  clear: both;
  content: "";
  display: table;
}
.content-panel--video .content-panel__image picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.content-panel--video .video-block:not(.video-block--modal) {
  max-height: calc(100vh - var(--iamota-header-height));
}
.content-panel--video .video-block:not(.video-block--modal)::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 112.5%;
  width: 1px;
}
.content-panel--video .video-block:not(.video-block--modal)::after {
  clear: both;
  content: "";
  display: table;
}
.content-panel--video .content-panel__meta--video {
  background-color: #78919B;
}
.content-panel--video .content-panel__meta--video:focus {
  outline: #E6FF00 solid 2px;
  outline-offset: 5px;
}
.content-panel--video .content-panel__meta--video:focus .video-block__control .icon__play {
  outline: #E6FF00 solid 2px;
  outline-offset: 5px;
}
.content-panel--video .content-panel__meta--video .video-block__controls-poster .video-block__control {
  position: static;
  width: auto;
  height: 18px;
  display: block;
  color: #E6FF00;
}
.content-panel--video .content-panel__meta--video .video-block__controls-poster .video-block__play {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 25px;
  transform: translate(0);
  color: #E6FF00;
  background-color: #fff;
  border-radius: 34px;
  padding: 11px 10px 11px 15px;
}
.content-panel--video .content-panel__meta--video .video-block__controls-poster svg.icon {
  position: static;
  bottom: auto;
  left: auto;
  transform: translate(0);
  height: 18px;
  width: 18px;
  fill: #E6FF00;
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .content-panel--video .content-panel__meta--video .video-block__controls-poster svg.icon {
    height: 18px;
    width: 18px;
  }
}
.content-panel--video .content-panel__meta--video .video-block__controls-poster:hover svg.icon {
  transform: translate(0);
  height: 18px;
  width: 18px;
}
@media (min-width: 1024px) {
  .content-panel--video .content-panel__meta--video .video-block__controls-poster:hover svg.icon {
    height: 18px;
    width: 18px;
  }
}

.content-panel--default .content-panel__container {
  background-color: #fff;
}
@media (min-width: 680px) {
  .content-panel--default .content-panel__container {
    align-items: center;
  }
}
.content-panel--default .content-panel__meta {
  background-color: #fff;
}
@media (min-width: 680px) {
  .content-panel--default .content-panel__meta {
    flex: 0 1 50%;
  }
  .ie11 .content-panel--default .content-panel__meta {
    max-width: 50%;
  }
}
.content-panel--default .content-panel__content-container {
  max-width: 406px;
  margin: auto;
}
.content-panel--default .content-panel__content {
  text-align: center;
  padding: 100px 25px;
}
.content-panel--default .content-panel__content .copy-block__title {
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
  line-height: 36px;
  line-height: 3.6rem;
}
@media (min-width: 1024px) {
  .content-panel--default .content-panel__content .copy-block__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 42px;
    line-height: 4.2rem;
    text-transform: uppercase;
    letter-spacing: -0.2px;
  }
}
.content-panel--default .content-panel__content .button--primary {
  margin-top: 20px;
}
.content-panel--default .content-panel__content .copy-block__fine-print {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #BEBEB9;
  margin-top: 12px;
}
.content-panel--default .content-panel__content ul {
  margin: 12px 0 0;
  padding-left: 22px;
}
.content-panel--default .content-panel__content li {
  padding-bottom: 12px;
}
.content-panel--default .content-panel__content .copy-block__title-tag {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #E6FF00;
  color: #fff;
  padding: 2px 10px 0px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 12px;
}
.content-panel--default .content-panel__content .copy-block__text {
  margin: 50px 0 10px;
}

.content-panel__list {
  margin: 12px 0 0;
  padding-left: 22px;
}

.content-panel__list-item {
  padding-bottom: 12px;
}
.content-panel__list-item:last-of-type {
  padding-bottom: 0;
}

.content-panel__icon {
  display: block;
  color: #000;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.content-panel__icon .icon {
  width: 30px;
  height: 30px;
}

.content-panel--featured {
  background: radial-gradient(103.5% 104.89% at 20.14% 22.22%, #0067AC 0%, #003463 100%);
}
.content-panel--featured .content-panel__meta {
  background-color: transparent;
  height: auto;
}
@media (min-width: 680px) {
  .content-panel--featured .content-panel__meta {
    height: 550px;
  }
}
.content-panel--featured .content-panel__container,
.content-panel--featured .background-image {
  background-color: transparent;
}
.content-panel--featured .background-image {
  object-position: center right;
}
.content-panel--featured .content-panel__content {
  max-width: 750px;
  background-color: transparent;
}
.content-panel--featured .content-panel__content .copy-block__title {
  color: #fff;
  margin-bottom: 4px;
}
.content-panel--featured .content-panel__content .content-panel__list,
.content-panel--featured .content-panel__content .copy-block__text {
  color: #fff;
}
.content-panel--featured .content-panel__button {
  margin-top: 20px;
}
.content-panel--featured .copy-block__fine-print {
  color: #fff;
}

.content-panel--video .video-block__control {
  color: #fff;
  background-color: transparent;
  padding: 4px;
  position: absolute;
  top: initial;
  left: initial;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
.content-panel--video .video-block__control:focus {
  outline: none;
  box-shadow: 0 0 0 5px rgba(230, 255, 0, 0.5);
}
.content-panel--video .video-block__control--pause {
  font-size: 40px;
  font-size: 4rem;
  display: flex;
}
.content-panel--video .video-block__control--play {
  font-size: 40px;
  font-size: 4rem;
  display: none;
}
.content-panel--video .video-block--is-paused .video-block__control--play {
  display: flex;
}
.content-panel--video .video-block--is-paused .video-block__control--pause {
  display: none;
}
.content-panel--video .video-block--is-postered .video-block__video, .content-panel--video .video-block--is-paused .video-block__video {
  z-index: unset;
}
.content-panel--video .content-panel__logo-strip-container {
  margin-top: 70px;
}

.page-section--content-panel-vertical {
  background-color: #78919B;
}

.content-panel--vertical {
  display: grid;
  grid-template-columns: minmax(24px, 1fr) minmax(250px, 546px) minmax(24px, 1fr);
  grid-template-rows: 36px auto auto auto 40px;
  text-align: center;
  background-color: #78919B;
  color: #fff;
}
@media (min-width: 1024px) {
  .content-panel--vertical {
    grid-template-rows: 100px auto auto 83px;
  }
}
.content-panel--vertical .content-panel__image {
  grid-column: 2;
  grid-row: 2;
  width: 76.5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.content-panel--vertical .content-panel__image::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 133.3333333333%;
  width: 1px;
}
.content-panel--vertical .content-panel__image::after {
  clear: both;
  content: "";
  display: table;
}
.content-panel--vertical .content-panel__image img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .content-panel--vertical .content-panel__image {
    margin-bottom: 0;
    width: 100%;
  }
}
.content-panel--vertical .copy-block__title {
  grid-column: 1/4;
  grid-row: 3;
  align-self: flex-end;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) {
  .content-panel--vertical .copy-block__title {
    grid-row: 2;
    margin-bottom: 80px;
    letter-spacing: -0.7px;
  }
}
.content-panel--vertical .copy-block__text {
  grid-column: 2;
  grid-row: 4;
}
@media (min-width: 1024px) {
  .content-panel--vertical .copy-block__text {
    grid-row: 3;
    margin-top: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.2px;
  }
}

.content-panel--list .content-panel__content {
  text-align: left;
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/leadgen-form/_leadgen-form.scss ***!
  \**********************************************************************************************************************************************************************************/

/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/leadgen/_leadgen.scss ***!
  \************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.leadgen-section {
  width: 100%;
  max-width: 100%;
  display: grid;
  flex-direction: column;
  align-items: center;
  background-size: cover !important;
  background-color: white;
  height: unset;
  padding: 0;
  max-height: 275px;
  grid-template-columns: [gutter-start] 20px [content] 1fr 20px [gutter-end];
  grid-template-rows: [image-start] minmax(20px, 1fr) [content] auto minmax(20px, 1fr) [image-end];
}
@media (min-width: 1024px) {
  .leadgen-section {
    grid-template-columns: [gutter-start] minmax(60px, 1fr) [content-start] minmax(0, 720px) [center] minmax(0, 720px) [content-end] minmax(60px, 1fr) [gutter-end];
  }
}
@media (min-width: 680px) {
  .leadgen-section {
    text-align: center;
  }
}
.leadgen-section .leadgen__title {
  color: #000;
  margin: 0;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  color: inherit;
  line-height: 2.4rem;
}
@media (min-width: 680px) {
  .leadgen-section .leadgen__title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 3rem;
  }
}
@media (min-width: 680px) {
  .leadgen-section .newsletter__content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: calc(100% - (24px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .leadgen-section .newsletter__content {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 680px) and (min-width: 1024px) {
  .leadgen-section .newsletter__content {
    width: calc(100% - (26px * 2));
  }
}
.leadgen-section .form--newsletter {
  margin: 28px 0;
  width: 75vw;
}
@media (min-width: 680px) {
  .leadgen-section .form--newsletter {
    width: auto;
  }
}
.leadgen-section .newsletter__success {
  color: #000;
}
.leadgen-section .newsletter__input,
.leadgen-section .newsletter__submit {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.leadgen-section .background-media__background img {
  display: block;
}
.leadgen-section .background-media__content {
  grid-column: gutter-start/gutter-end;
  grid-row: content;
  text-align: center;
}
@media (min-width: 1024px) {
  .leadgen-section .background-media__content {
    grid-column-start: content-start;
    grid-column-end: content-end;
    grid-row: content;
  }
}
.leadgen-section .container {
  width: 100vw;
  max-width: 100vw;
}
.leadgen-section p {
  font-size: 12px;
}
.leadgen-section input {
  -webkit-appearance: none;
}

.leadgen--default {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 680px) {
  .leadgen--default {
    width: auto;
  }
}
.leadgen--default .form--newsletter {
  *zoom: 1;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.leadgen--default .form--newsletter::after {
  content: "";
  display: table;
  clear: both;
}
.leadgen--default .newsletter__wrapper {
  overflow: auto;
  padding: 10px;
  border: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 680px) {
  .leadgen--default .newsletter__wrapper {
    width: 300px;
  }
}
.leadgen--default .newsletter__input,
.leadgen--default .newsletter__submit {
  height: 40px;
}
.leadgen--default .newsletter__input {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: transparent;
  border: 0;
  color: #000;
  padding-right: 20px;
  border: 0;
  border-radius: 100px 0 0 100px;
  border-right: 0;
  padding: 1px 0 1px 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 40px;
}
.leadgen--default .newsletter__input::placeholder {
  opacity: 1;
  color: #000;
}
.leadgen--default .newsletter__input:-moz-placeholder {
  opacity: 1;
  color: #000;
}
.leadgen--default .newsletter__input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.leadgen--default .newsletter__input::-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.leadgen--default .newsletter__input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
.leadgen--default .form__field--email {
  margin-bottom: 0px;
  float: left;
  width: calc(100% - 50px);
  background: white;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.leadgen--default .form__field--email .form__label {
  display: none;
}
.leadgen--default .form__label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.leadgen--default .newsletter__success {
  color: #000;
}
.leadgen--default .form__field--button {
  margin-bottom: 0px;
  float: left;
  width: 50px;
  border: 0;
  border-left: 0;
  border-top-right-radius: 100px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0px;
  padding: 0 10px 0 0;
  background: white;
}
.leadgen--default .form__field--button .newsletter__submit {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 40px;
}
.leadgen--default label.error, .leadgen--default span.error {
  font-size: 1.2rem;
  width: 300px;
  position: absolute;
  margin-top: 0;
  -webkit-text-fill-color: red;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.black-layout .newsletter__submit {
  color: white;
}
.black-layout .form__field {
  background: black;
}
.black-layout .newsletter__input {
  color: white;
}
.black-layout .newsletter__input::placeholder {
  color: white;
}
.black-layout .newsletter__input:-moz-placeholder {
  color: white;
}
.black-layout .newsletter__input:-ms-input-placeholder {
  color: white;
}
.black-layout .newsletter__input::-ms-input-placeholder {
  color: white;
}
.black-layout .newsletter__input::-webkit-input-placeholder {
  color: white;
}

.white-layout {
  color: white;
  background: black;
}
.white-layout button .icon {
  color: black;
}
.white-layout .newsletter__success, .white-layout .errors li {
  color: white;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/faqs/_faqs.scss ***!
  \******************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--faq {
  background-color: #fff;
  padding: 100px 24px;
}

.faq-block {
  max-width: 1108px;
  margin: auto;
}

.faq-block__accordion {
  background-color: #F3F3F3;
}

.faq-block__h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: -0.3px;
}
@media (min-width: 1024px) {
  .faq-block__h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media (min-width: 1024px) {
  .faq-block__h2 {
    margin-bottom: 80px;
    letter-spacing: -0.2px;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/testimonial/_testimonial.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--testimonial {
  margin: 0;
  background-color: #E6FF00;
  padding: 70px 0 100px;
}
@media (min-width: 1024px) {
  .page-section--testimonial {
    padding: 120px 0 150px;
  }
}
.page-section--testimonial .button-collection {
  margin-top: 40px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .page-section--testimonial .button-collection {
    margin-top: 80px;
  }
}

.testimonial-section .page-section__title {
  text-align: center;
  margin: 0 24px 40px;
}
@media (min-width: 680px) {
  .testimonial-section .page-section__title {
    margin: 0 0 40px;
  }
}

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

.testimonial-section__review-stars {
  width: 135px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.testimonial-section__review-content {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #000;
  letter-spacing: 0.0125em;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .testimonial-section__review-content {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .testimonial-section__review-content {
    margin-bottom: 50px;
  }
}

.testimonial-section__quote {
  display: none;
}
@media (min-width: 1024px) {
  .testimonial-section__quote {
    display: block;
    width: 80%;
    margin: 0 auto 85px;
    text-align: center;
  }
}
.testimonial-section__quote .testimonial-section__copy {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0;
}
.testimonial-section__quote .testimonial-section__author {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.0125em;
  margin-top: 25px;
}

.testimonial-section__slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.testimonial-section__slider .container {
  overflow: visible;
}
@media (min-width: 1440px) {
  .testimonial-section__slider .container {
    max-width: calc(100% - 48px);
  }
}

.carousel--testimonials {
  overflow: visible;
}
@media (min-width: 680px) {
  .carousel--testimonials {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .carousel--testimonials {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .carousel--testimonials {
    width: 100%;
  }
}
.carousel--testimonials .swiper-wrapper {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 0;
  align-items: stretch;
}
@media (min-width: 680px) {
  .carousel--testimonials .swiper-wrapper {
    align-items: center;
  }
}
.carousel--testimonials .swiper-slide {
  width: 264px;
  height: auto;
  align-self: stretch;
}
@media (min-width: 1024px) {
  .carousel--testimonials .swiper-slide {
    width: auto;
  }
}
.carousel--testimonials .card {
  margin: 0 8px;
  height: 100%;
}
@media (min-width: 1024px) {
  .carousel--testimonials .card {
    margin: 0;
  }
}
.carousel--testimonials .swiper-arrow {
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: none;
  color: #E6FF00;
}
@media (min-width: 1024px) {
  .carousel--testimonials .swiper-arrow {
    font-size: 18px;
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
  }
}
.carousel--testimonials .swiper-arrow.swiper-next {
  right: 0;
}
.carousel--testimonials .swiper-arrow.swiper-prev {
  left: 0;
}
.carousel--testimonials .swiper-arrow:after {
  display: none;
}
.carousel--testimonials .swiper-arrow {
  background: #fff;
  border: 0;
  border-radius: 65px;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
  color: #E6FF00;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 5;
}
.carousel--testimonials .swiper-arrow .icon {
  font-size: 27px;
  font-size: 2.7rem;
}
.carousel--testimonials .swiper-arrow.swiper-button-disabled {
  display: none;
}
.carousel--testimonials .swiper-arrow.swiper-button-prev {
  border-radius: 65px;
  left: -12px;
}
@media (min-width: 1024px) {
  .carousel--testimonials .swiper-arrow.swiper-button-prev {
    left: -25px;
  }
}
.carousel--testimonials .swiper-arrow.swiper-button-prev .icon {
  position: relative;
  left: 1px;
}
.carousel--testimonials .swiper-arrow.swiper-button-next {
  right: -12px;
}
@media (min-width: 1024px) {
  .carousel--testimonials .swiper-arrow.swiper-button-next {
    right: -25px;
  }
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/text-testimonial/_testimonial--text.scss ***!
  \*******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--text-testimonial {
  margin: 0;
  background-color: #E6FF00;
  padding: 20px 0 50px;
}
@media (min-width: 1024px) {
  .page-section--text-testimonial {
    padding: 20px 0 70px;
  }
}

.testimonial-text {
  width: calc(100% - (26px * 2));
}

.testimonial-text__slider {
  position: relative;
  overflow: hidden;
}

.testimonial-text__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.testimonial-text__header .page-section__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  text-transform: none;
  letter-spacing: 0.0125em;
  margin: 0;
  padding-right: 15px;
}
.testimonial-text__header .swiper-pagination-fraction {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  width: initial;
  text-align: right;
  min-width: 30px;
  text-transform: none;
  letter-spacing: 0.0125em;
  justify-self: end;
}

.carousel--testimonial-text {
  margin-top: 150px;
  margin-bottom: 0;
  overflow: visible;
}
@media (min-width: 1024px) {
  .carousel--testimonial-text {
    margin-top: 263px;
  }
}
.carousel--testimonial-text .swiper-wrapper {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 0;
  align-items: stretch;
}
@media (min-width: 680px) {
  .carousel--testimonial-text .swiper-wrapper {
    align-items: center;
  }
}
.carousel--testimonial-text .swiper-slide {
  height: auto;
}
.carousel--testimonial-text .swiper-slide .card__content {
  border: 5px solid transparent;
}
.carousel--testimonial-text .swiper-slide:focus-visible {
  outline: none;
}
.carousel--testimonial-text .swiper-slide:focus-visible .card__content {
  border-color: #000;
}
.carousel--testimonial-text .card {
  height: 100%;
}
.carousel--testimonial-text .swiper-list {
  margin-bottom: 24px;
}

.carousel--testimonial-logo {
  margin: 150px auto 0;
}
@media (min-width: 1024px) {
  .carousel--testimonial-logo {
    width: 80%;
    margin: 210px auto 0;
  }
}
.carousel--testimonial-logo .testimonial-logo {
  opacity: 0.2;
}
.carousel--testimonial-logo .testimonial-logo__image-wrapper {
  width: 100px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .carousel--testimonial-logo .testimonial-logo__image-wrapper {
    width: 150px;
    margin: 0 auto;
  }
}
.carousel--testimonial-logo .swiper-slide-thumb-active .testimonial-logo {
  opacity: 1;
}
.carousel--testimonial-logo .swiper-slide:focus {
  outline: none;
  opacity: 0.5;
}
.carousel--testimonial-logo .swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.card--testimonial-text {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .card--testimonial-text {
    width: 60%;
  }
}
.card--testimonial-text .card__content {
  padding: 0;
}
.card--testimonial-text .card__copy {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.00625em;
}
@media (min-width: 1024px) {
  .card--testimonial-text .card__copy {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 48px;
    line-height: 4.8rem;
    letter-spacing: 0;
  }
}
.card--testimonial-text .card__author {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.0125em;
  margin-top: 25px;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/padding-block/_padding-block.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/content-cards/_content-cards.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--content-cards {
  margin: 0;
}

.content-cards--background {
  background-color: #E6FF00;
  margin: 0;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .content-cards--background {
    padding: 100px 0 80px;
  }
}

.content-cards__header {
  text-align: center;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .content-cards__header {
    font-family: "FormGintoNord-Black", Helvetica, Arial, serif;
    font-style: normal;
    line-height: 1.2;
    font-size: 80px;
    font-size: 8rem;
    line-height: 68px;
    line-height: 6.8rem;
    margin: 0 auto 40px;
    max-width: 80%;
  }
}

.content-cards__subtitle {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .content-cards__subtitle {
    margin: 0 auto 40px;
    max-width: 40%;
  }
}

.content-cards__subtitle + .css-grid--content-cards, .content-cards__header + .css-grid--content-cards {
  margin: 50px 0 0;
}
@media (min-width: 1024px) {
  .content-cards__subtitle + .css-grid--content-cards, .content-cards__header + .css-grid--content-cards {
    margin: 80px 0 0;
  }
}

.content-cards {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
}
@media (min-width: 1024px) {
  .content-cards .card__content {
    max-width: 540px;
    width: 90%;
  }
}
.content-cards .card__title {
  text-transform: uppercase;
}

.content-cards--background-blue {
  background-color: #78919B;
}
.content-cards--background-blue .content-cards__header,
.content-cards--background-blue .content-cards__subtitle {
  color: #fff;
}
.content-cards--background-blue .card__title {
  color: #fff;
}
.content-cards--background-blue .card__copy {
  color: #fff;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/autoplaying-video/_autoplaying-video.scss ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--autoplaying-video {
  background-color: #000;
}
.page-section--autoplaying-video .background-media {
  grid-template-rows: [image-start] auto [image-end];
}
.page-section--autoplaying-video .video-block__control {
  color: #fff;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 20px;
  right: 24px;
  z-index: 1;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 680px) {
  .page-section--autoplaying-video .video-block__control {
    right: 26px;
  }
}
.page-section--autoplaying-video .video-block__control:focus {
  outline: none;
  box-shadow: 0 0 0 5px rgba(230, 255, 0, 0.5);
}
.page-section--autoplaying-video .video-block__control--pause {
  font-size: 30px;
  font-size: 3rem;
  display: flex;
}
.page-section--autoplaying-video .video-block__control--play {
  font-size: 30px;
  font-size: 3rem;
  display: none;
}
.page-section--autoplaying-video .video-block--is-paused .video-block__control--play {
  display: flex;
}
.page-section--autoplaying-video .video-block--is-paused .video-block__control--pause {
  display: none;
}
.page-section--autoplaying-video .video-block {
  max-height: calc(100vh - var(--iamota-header-height));
}
.page-section--autoplaying-video .video-block::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 100%;
  width: 1px;
}
.page-section--autoplaying-video .video-block::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 680px) {
  .page-section--autoplaying-video .video-block::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 56.25%;
    width: 1px;
  }
  .page-section--autoplaying-video .video-block::after {
    clear: both;
    content: "";
    display: table;
  }
}
.page-section--autoplaying-video .video-block--is-postered .video-block__video, .page-section--autoplaying-video .video-block--is-paused .video-block__video {
  z-index: unset;
}
.page-section--autoplaying-video .video-block:not(.autoplay--success) + .video-block__controls {
  display: none;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/table-chart/_table-chart.scss ***!
  \********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--metric-table.blue-theme {
  background-color: #78919B;
}
.page-section--metric-table.blue-theme .page-section__header .page-section__title, .page-section--metric-table.blue-theme .page-section__header .metric-table__content {
  color: #fff;
}

.page-section--metric-table {
  background-color: #fff;
  padding: 80px 0 80px;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-section--metric-table {
    padding: 150px 0 80px;
  }
}
.page-section--metric-table .page-section__header {
  text-align: center;
  color: black;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .page-section--metric-table .page-section__header {
    max-width: 80%;
  }
}
.page-section--metric-table .page-section__title {
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .page-section--metric-table .page-section__title {
    margin: 0 0 50px;
  }
}
.page-section--metric-table .metric-table__content {
  text-align: center;
  color: black;
}
@media (min-width: 1024px) {
  .page-section--metric-table .metric-table__content {
    font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.0125em;
  }
}

.metric-table {
  margin: 40px auto 0;
}
@media (min-width: 1024px) {
  .metric-table {
    max-width: 80%;
    margin: 64px auto 0;
  }
}

.accordion--metric-table.blue-theme {
  border-top: 2px solid #fff;
  background-color: #596D75;
  color: #fff;
}
.accordion--metric-table.blue-theme .accordion__item {
  border-color: #fff;
}
.accordion--metric-table.blue-theme .accordion__item:first-child {
  border-top: 0;
}
.accordion--metric-table.blue-theme .accordion__title,
.accordion--metric-table.blue-theme .accordion__button,
.accordion--metric-table.blue-theme .accordion__content {
  color: #fff;
}
.accordion--metric-table.blue-theme .accordion__icon .icon {
  color: #fff;
}

.accordion--metric-table {
  border-top: 2px solid black;
  background-color: #EBEBEB;
}
.accordion--metric-table .accordion__item {
  border-color: black;
}
.accordion--metric-table .accordion__item:first-child {
  border-top: 0;
}
.accordion--metric-table .accordion__title {
  color: black;
}
.accordion--metric-table .accordion__button {
  display: grid;
  grid-template-columns: 30px 1fr 1fr 1fr;
  align-items: center;
  padding: 10px 0;
  color: black;
}
@media (min-width: 1024px) {
  .accordion--metric-table .accordion__button {
    grid-template-columns: 100px 2fr 1fr 1fr;
  }
}
.accordion--metric-table .accordion__content {
  display: grid;
  grid-template-columns: 30px 1fr 1fr 1fr;
  color: black;
  padding: 0;
}
.accordion--metric-table .accordion__content.is-open {
  padding: 5px 0 20px;
}
@media (min-width: 1024px) {
  .accordion--metric-table .accordion__content {
    grid-template-columns: 100px 2fr 1fr 1fr;
  }
}
.accordion--metric-table .metric-row__accordion-icon {
  grid-column: 1;
  margin-left: 10px;
}
.accordion--metric-table .accordion__icon .icon {
  width: 10px;
  height: 13px;
  color: black;
}
@media (min-width: 1024px) {
  .accordion--metric-table .accordion__icon .icon {
    width: 18px;
    height: 15px;
  }
}

.metric-table__header {
  display: grid;
  grid-template-columns: 30px 1fr 1fr 1fr;
  align-items: end;
}
@media (min-width: 1024px) {
  .metric-table__header {
    grid-template-columns: 100px 2fr 1fr 1fr;
  }
}

.metric-table__header-text.blue-theme {
  color: #fff;
}

.metric-table__header-text {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: black;
  margin-bottom: 10px;
  text-align: center;
}
.metric-table__header-text:first-of-type {
  grid-column: 1/span 2;
  text-align: left;
}
@media (min-width: 1024px) {
  .metric-table__header-text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
}

.metric-row__title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  grid-column: 2;
  display: flex;
  align-items: center;
}

.metric-row__title-icon.blue-theme {
  filter: none;
}

.metric-row__title-icon {
  display: none;
  filter: invert(100%);
}
@media (min-width: 680px) {
  .metric-row__title-icon {
    display: block;
    width: 20px;
    margin-right: 25px;
  }
}

.metric-row__icon-1 {
  grid-column: 3;
  justify-self: center;
}

.metric-row__icon-2 {
  grid-column: 4;
  justify-self: center;
}

.metric-row__content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  grid-column: 1/span 4;
  margin: 4px 15px 0;
}
@media (min-width: 680px) {
  .metric-row__content {
    grid-column: 2;
    margin-left: 45px;
  }
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/feature-carousel/_feature-carousel.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--feature-carousel {
  background-color: #78919B;
  margin: 0;
  padding: 40px 0 80px;
}
@media (min-width: 1024px) {
  .page-section--feature-carousel {
    padding: 150px 0;
  }
}

.feature-carousel {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media (min-width: 1024px) {
  .feature-carousel {
    grid-template-columns: repeat(10, 1fr);
  }
}
.feature-carousel .swiper-arrow {
  background: #596D75;
  border: 0;
  border-radius: 65px;
  color: #E6FF00;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 1024px) {
  .feature-carousel .swiper-arrow {
    top: 43%;
    width: 60px;
    height: 60px;
  }
}
.feature-carousel .swiper-arrow .icon {
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .feature-carousel .swiper-arrow .icon {
    font-size: 30px;
    font-size: 3rem;
  }
}
.feature-carousel .swiper-arrow:after {
  display: none;
}
.feature-carousel .swiper-arrow.swiper-button-disabled {
  opacity: 0.2;
}
.feature-carousel .swiper-arrow.swiper-button-prev {
  left: 15px;
}
@media (min-width: 1024px) {
  .feature-carousel .swiper-arrow.swiper-button-prev {
    left: 0px;
  }
}
.feature-carousel .swiper-arrow.swiper-button-prev .icon {
  position: relative;
  left: 1px;
}
.feature-carousel .swiper-arrow.swiper-button-next {
  right: 15px;
}
@media (min-width: 1024px) {
  .feature-carousel .swiper-arrow.swiper-button-next {
    right: 0px;
  }
}

.carousel--feature-carousel {
  grid-column: 1/span 4;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .carousel--feature-carousel {
    grid-column: 2/span 8;
  }
}
.carousel--feature-carousel .swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.carousel--feature-carousel .feature-carousel__header {
  max-width: 100%;
}

.feature-carousel__feature-image {
  margin-top: 50px;
  position: relative;
  grid-column: 1/span 4;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .feature-carousel__feature-image {
    grid-column: 4/span 4;
  }
}
.feature-carousel__feature-image .carousel--feature-image {
  overflow: hidden;
}
.feature-carousel__feature-image .carousel--feature-image .swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feature-carousel__feature-image .feature-carousel__image {
  max-width: 50%;
  margin: 0 auto;
}
.feature-carousel__feature-image .feature-carousel__image-wrapper {
  text-align: center;
}
.feature-carousel__feature-image .feature-carousel__content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .feature-carousel__feature-image .feature-carousel__content {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .feature-carousel__feature-image .feature-carousel__content {
    margin-top: 50px;
    letter-spacing: 0.0125em;
  }
}

.feature-carousel__header-wrapper {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.feature-carousel_button-collection {
  grid-column: 2/span 2;
  grid-row: 4;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .feature-carousel_button-collection {
    grid-column: 5/span 2;
    margin-top: 60px;
  }
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/rich-text/_rich-text.scss ***!
  \****************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.rich-text {
  padding: 60px 0;
}
@media (min-width: 680px) {
  .rich-text {
    padding: 80px 0;
  }
}
.rich-text .page-section__title {
  margin-top: 0;
}

.rich-text--background {
  background-color: #E6FF00;
}

@media (min-width: 1024px) {
  .rich-text--container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: calc(100% - (24px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .rich-text--container {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .rich-text--container {
    width: calc(100% - (26px * 2));
  }
}

.rte {
  margin: 0;
}
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte ul,
.rte ol {
  margin: 0 0 0 10px;
}
.rte strong {
  font-weight: bold;
}

.rte-table {
  overflow: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  height: auto;
  padding-bottom: 56.25%;
}
.rte__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rte__table-wrapper {
  overflow: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.rich-text-cta {
  padding: 60px 0;
}
@media (min-width: 680px) {
  .rich-text-cta {
    padding: 80px 0;
  }
}
.rich-text-cta .page-section__title {
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
}
@media (min-width: 1024px) {
  .rich-text-cta .page-section__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

.rich-text--background {
  background-color: #E6FF00;
}

.rich-text-cta--container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .rich-text-cta--container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: calc(100% - (24px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .rich-text-cta--container {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .rich-text-cta--container {
    width: calc(100% - (26px * 2));
  }
}
.rich-text-cta--container a {
  font-weight: 600;
}

.button--cta {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .button--cta {
    margin-top: 32px;
  }
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/video-banner/_video-block.scss ***!
  \*********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--video-block {
  margin: 60px 0;
}
.page-section--video-block .video-block__controls-bar {
  display: none;
}

.video-block__video--desktop {
  display: none;
}

@media (min-width: 680px) {
  .video-block__video--desktop {
    display: block;
  }

  .video-block__video--mobile {
    display: none;
  }
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/featured-product/_featured-product.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.featured-product {
  padding: 16px 24px 30px;
}
@media (min-width: 1024px) {
  .featured-product {
    padding: 50px 100px 50px;
    display: flex;
    justify-content: center;
  }
}
.featured-product .featured-product--wrapper {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  align-items: center;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--wrapper {
    grid-template-columns: fit-content(605px) fit-content(605px);
    grid-template-rows: auto auto 0px;
  }
}
.featured-product .featured-product--form {
  flex: 0 0 100%;
}
.featured-product .featured-product--form__field {
  background-color: #F2F2F2;
  display: flex;
  margin-bottom: 7px;
}
.featured-product .featured-product__heading {
  grid-row: 1;
  grid-column: 1;
}
@media (min-width: 1024px) {
  .featured-product .featured-product__heading {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin: 0 20px;
  }
}
.featured-product .page-section--featured-product {
  background: #fff;
  padding: 20px 0 0;
}
@media (min-width: 1024px) {
  .featured-product .page-section--featured-product {
    padding: 20px 0 0;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  .featured-product .page-section--featured-product {
    padding: 40px 0 0;
  }
}
.featured-product .featured-product__image {
  grid-row: 2;
  grid-column: 1;
  margin-bottom: 0;
  padding: 0;
  aspect-ratio: aspect-ratio(590, 595);
  max-width: 350px;
  justify-self: center;
  align-self: start;
}
@media (min-width: 1024px) {
  .featured-product .featured-product__image {
    max-width: 750px;
    margin: 0 20px;
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
.featured-product .featured-product__image .background-image {
  object-fit: contain;
  background-color: transparent;
}
.featured-product .featured-product__description--header {
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.featured-product .featured-product__description--list {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  list-style: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .featured-product .featured-product__description--list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding: 0;
  }
}
.featured-product .featured-product__description--item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.featured-product .featured-product__description--icon {
  max-width: 26px;
  min-width: 26px;
  margin: 0 25px 0 0;
}
@media (min-width: 1024px) {
  .featured-product .featured-product__description--icon {
    max-width: 26px;
  }
}
.featured-product .featured-product__description--icon img {
  display: block;
}
.featured-product .featured-product__content {
  grid-row: 3;
  grid-column: 1;
  background-color: #fff;
  padding: 16px 0;
  flex-wrap: wrap;
  margin: 10px;
}
@media (min-width: 1024px) {
  .featured-product .featured-product__content {
    grid-row: 2/span 2;
    grid-column: 2;
    margin: 0 20px;
    flex-wrap: no-wrap;
    margin-bottom: 40px;
    padding: 0;
    align-self: start;
  }
}
.featured-product .featured-product__title {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 10px;
  border-bottom: 0;
  font-weight: 700;
}
.featured-product .featured-product--form__field {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  height: 64px;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--form__field {
    height: 50px;
  }
}
.featured-product .featured-product--form__field {
  display: block;
  border-radius: 4px;
}
.featured-product .featured-product--form__field input[type=radio]:checked {
  display: block;
  background-color: #000;
  border: 8px solid #000;
  border-radius: 30px;
  z-index: 10;
  position: absolute;
  top: 24.6px;
  left: 21px;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--form__field input[type=radio]:checked {
    top: 17px;
  }
}
.featured-product .featured-product--form-input {
  display: none;
}
.featured-product .featured-product--form--wrapper {
  display: block;
  position: relative;
}
.featured-product .featured-product--label-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: fit-content(200px) fit-content(250px) auto auto;
  grid-template-rows: fit-content(65px) fit-content(250px);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  grid-column: 2;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--label-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: fit-content(200px) fit-content(250px) auto auto;
    grid-template-rows: auto;
  }
}
.featured-product .featured-product--label {
  display: inline-grid;
  grid-template-columns: 35px auto;
  grid-template-rows: 65px;
  align-items: center;
  margin-left: 15px;
  width: 95%;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--label {
    grid-template-columns: 35px auto;
    grid-template-rows: 50px;
  }
}
.featured-product .featured-product--label:before {
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  border-radius: 28px;
  border: 2px solid #000;
  background-color: #fff;
}
.featured-product .featured-product--label:after {
  display: none;
}
.featured-product .featured-product--optional-tag {
  background-color: #78919B;
  border-radius: 60px;
  color: #fff;
  padding: 0px 8px;
  margin-left: 0px;
  margin-top: 3px;
  grid-row: 2;
  grid-column: 1;
  font-size: 11px;
  max-width: fit-content;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--optional-tag {
    grid-row: 1;
    grid-column: 2;
    padding: 5px 13px;
    margin-left: 9px;
    margin-top: 0px;
    font-size: 15px;
    max-width: 200px;
  }
}
.featured-product .featured-product--label-price {
  grid-column: 3/span 2;
  grid-row: 1/span 2;
  justify-self: end;
  font-weight: 700;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--label-price {
    grid-column-start: 4;
    grid-row: 1/span 1;
  }
}
.featured-product .featured-product--label-sale-price {
  justify-self: end;
  font-weight: 700;
  text-decoration: line-through;
  color: #B1B1B1;
}
.featured-product .button__featured-product {
  margin-top: 30px;
}
.featured-product .featured-product__fine-print {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #BEBEB9;
  margin-top: 20px;
}
.featured-product #featured-product__gift-link-wrapper {
  text-align: center;
}
.featured-product .featured-product--button-wrapper {
  display: grid;
  grid-template-columns: auto;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--button-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.featured-product .featured-product--form-submit {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
  height: 38px;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--form-submit {
    margin: 0;
  }
}
.featured-product .featured-product--learn-more {
  background-color: #fff;
  border: 1px black solid;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .featured-product .featured-product--learn-more {
    margin: 0 0 0 24px;
  }
}
.featured-product .featured-product--footnote {
  font-size: 12px;
  margin: 12px 0;
  height: 40px;
}
.featured-product .featured-product__reviews {
  display: flex;
  flex-direction: row;
}
.featured-product .featured-product-link {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.featured-product .featured-product-link:hover {
  text-decoration: underline;
}
.featured-product .featured-product__review-number {
  margin: 3px 0 0 8px;
}
.featured-product .featured-product__review-stars {
  width: 100px;
  margin-bottom: 10px;
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/featured-product-v2/_featured-product-v2.scss ***!
  \************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.hero-banner__container {
  display: none;
  padding: 70px 68px;
  margin: 0 auto;
}
@media (min-width: 680px) {
  .hero-banner__container {
    display: flex;
    max-width: 1488px;
  }
}
.hero-banner__container.align-right {
  flex-direction: row;
}
.hero-banner__container.align-right .hero-banner__carousel--secondary {
  margin-left: 40px;
}
.hero-banner__container.align-left {
  flex-direction: row-reverse;
}
.hero-banner__container.align-left .hero-banner__carousel--secondary {
  margin-right: 40px;
}
.hero-banner__container .background-image {
  border-radius: 20px;
  height: 561px;
}
.hero-banner__container .background-image picture {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
  width: 100%;
  position: absolute;
}
.hero-banner__container .background-image .video-block {
  height: 100%;
}
.hero-banner__container video {
  border-radius: 20px;
}
.hero-banner__container .hero-banner__carousel--secondary {
  width: 425px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
  justify-content: center;
  align-items: flex-start;
}
.hero-banner__container .hero-banner__carousel--secondary .swiper-wrapper {
  height: auto;
}
.hero-banner__container .hero-banner__carousel--secondary .slide-count {
  margin: 0;
  font-size: 14px;
}
.hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--title {
  line-height: 2.4rem;
  font-weight: 700;
  font-size: 24px;
  margin: 8px 0;
}
.hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--subtitle {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--description {
  margin: 20px 0;
  width: 80%;
}
.hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--title, .hero-banner__container .hero-banner__carousel--secondary .hero-banner__carousel--subtitle {
  text-transform: uppercase;
}
.hero-banner__container .hero-banner__carousel--primary {
  width: 838px;
  margin-bottom: 0;
  border-radius: 20px;
}
.hero-banner__container .swiper-wrapper {
  padding-left: 0;
}
.hero-banner__container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-banner__container .hero-banner__carousel--button {
  display: inline-block;
  padding: 12px 28px;
  margin-top: 20px;
}
.hero-banner__container .arrow-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-banner__container .arrow-wrapper {
    position: static;
    width: auto;
  }
}
.hero-banner__container .arrow-wrapper .swiper-arrow {
  background: black;
  position: static;
  border: 0;
  border-radius: 35px;
  color: white;
  padding: 0;
  height: 40px;
  width: 40px;
  margin-right: 24px;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .hero-banner__container .arrow-wrapper .swiper-arrow {
    width: 40px;
    height: 40px;
  }
}
.hero-banner__container .arrow-wrapper .swiper-arrow.swiper-arrow::after {
  display: none;
}
.hero-banner__container .arrow-wrapper .swiper-arrow.swiper-button-disabled {
  opacity: 1 !important;
  background: #E3E3E3 !important;
}
.hero-banner__container .arrow-wrapper .swiper-arrow.swiper-button-disabled .icon {
  color: #B1B1B1;
}
.hero-banner__container .arrow-wrapper .icon {
  height: 0.4em;
  margin: 0 auto;
  line-height: 0.4rem;
}
.hero-banner__container li, .hero-banner__container ul {
  list-style: none;
  margin: 0;
}

.hero-banner--carousel-mobile {
  padding: 21px 24px;
}
@media (min-width: 680px) {
  .hero-banner--carousel-mobile {
    display: none;
  }
}
.hero-banner--carousel-mobile .hero-banner__carousel--button, .hero-banner--carousel-mobile .hero-banner__carousel--description {
  margin-bottom: 50px;
}
.hero-banner--carousel-mobile .hero-banner__carousel--button {
  display: inline-block;
}
.hero-banner--carousel-mobile .hero-banner__carousel--title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}
.hero-banner--carousel-mobile .hero-banner__carousel--subtitle {
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 18px;
}
.hero-banner--carousel-mobile li, .hero-banner--carousel-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-banner--carousel-mobile .mobile-slider__video {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.hero-banner--carousel-mobile .background-image {
  border-radius: 20px;
}

.price-crossed-out {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.desktop-media {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-media {
    display: block;
  }
}

@media (min-width: 1024px) {
  .mobile-media {
    display: none;
  }
}

video {
  border-radius: 20px;
}

.video-block__control {
  color: #fff;
  background-color: transparent;
  padding: 0;
  position: absolute;
  bottom: 20px;
  right: 24px;
  z-index: 100;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 680px) {
  .video-block__control {
    right: 26px;
  }
}
@media (min-width: 1440px) {
  .video-block__control {
    bottom: 90px;
  }
}
.video-block__control:focus {
  outline: none;
  box-shadow: 0 0 0 5px rgba(230, 255, 0, 0.5);
}

.video-block__control--pause {
  font-size: 30px;
  font-size: 3rem;
  display: flex;
}

.video-block__control--play {
  font-size: 30px;
  font-size: 3rem;
  display: none;
}

.video-block--is-paused .video-block__control--play {
  display: flex;
}
.video-block--is-paused .video-block__control--pause {
  display: none;
}

@media (min-width: 1024px) {
  .video-block-pdp {
    max-height: calc(100vh - var(--iamota-header-height));
  }
}
.video-block-pdp::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 106.432748538%;
  width: 1px;
}
.video-block-pdp::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 680px) {
  .video-block-pdp::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 88.0514705882%;
    width: 1px;
  }
  .video-block-pdp::after {
    clear: both;
    content: "";
    display: table;
  }
}

.video-block--is-postered .video-block__video, .video-block--is-paused .video-block__video {
  z-index: unset;
}

.video-block:not(.autoplay--success) + .video-block__controls {
  display: none;
}

.featured-product-v2 {
  padding: 36px 24px 0px;
}
@media (min-width: 1024px) {
  .featured-product-v2 {
    padding: 50px 56px 10px;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
  }
}
.featured-product-v2 .fixed--top {
  position: fixed;
}
.featured-product-v2 .featured-product--wrapper {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  align-items: center;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product--wrapper {
    max-width: 1328px;
    grid-template-columns: minmax(0, 60fr) 40fr;
    grid-template-rows: 200px fit-content(582px) 0px;
  }
}
.featured-product-v2 .featured-product--form {
  flex: 0 0 100%;
}
.featured-product-v2 .featured-product--form__field {
  background-color: #FFFFFF;
  margin-bottom: 7px;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  height: 72px;
  display: block;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product--form__field {
    height: 72px;
  }
}
.featured-product-v2 .featured-product--form__field input:checked {
  display: none;
}
.featured-product-v2 .featured-product__heading {
  display: flex;
  flex-direction: column;
  grid-row: 1;
  grid-column: 1;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product__heading {
    display: none;
  }
}
.featured-product-v2 .featured-product__heading .featured-product--price {
  font-size: 22px;
  font-weight: 700;
}
.featured-product-v2 .featured-product__heading .featured-product--sales-price {
  font-size: 22px;
  font-weight: 700;
  color: #C80000;
  margin-top: 5px;
  margin-bottom: -5px;
}
.featured-product-v2 .featured-product__heading .featured-product--sales-info {
  font-size: 12px;
  font-weight: 400;
  color: #C80000;
}
.featured-product-v2 .featured-product__heading .footnote_modal {
  text-decoration: underline;
}
.featured-product-v2 .featured-product__heading .footnote_modal:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product__heading .featured-product__header-links {
    margin-left: 20px;
  }
}
.featured-product-v2 .featured-product__heading-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product__heading-desktop {
    display: grid;
    grid-template-columns: auto auto;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 15px;
  }
}
.featured-product-v2 .featured-product__heading-desktop .featured-product__subheading {
  grid-column: 1;
}
.featured-product-v2 .featured-product__heading-desktop .featured-product--price {
  font-size: 22px;
  font-weight: 700;
}
.featured-product-v2 .featured-product__heading-desktop .featured-product--sales-price {
  font-size: 22px;
  font-weight: 700;
  color: #C80000;
  margin-top: 5px;
  margin-bottom: -5px;
}
.featured-product-v2 .featured-product__heading-desktop .featured-product--sales-info {
  font-size: 12px;
  font-weight: 400;
  color: #C80000;
}
.featured-product-v2 .featured-product__heading-desktop .footnote_modal {
  text-decoration: underline;
}
.featured-product-v2 .featured-product__heading-desktop .footnote_modal:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product__heading-desktop .featured-product__header-links {
    grid-column: 2;
    margin-left: 20px;
  }
}
.featured-product-v2 .page-section--featured-product {
  background: #fff;
  padding: 20px 0 0;
}
@media (min-width: 1024px) {
  .featured-product-v2 .page-section--featured-product {
    padding: 20px 0 0;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  .featured-product-v2 .page-section--featured-product {
    padding: 40px 0 0;
  }
}
.featured-product-v2 .featured-product__image--container-mobile {
  grid-row: 2;
  grid-column: 1;
  margin-bottom: 0;
  padding: 0;
  justify-self: center;
  align-self: start;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product__image--container-mobile {
    display: none;
  }
}
.featured-product-v2 .featured-product__image--container-mobile .image-container {
  position: relative;
  width: 100%;
}
.featured-product-v2 .featured-product__image--container-mobile .image-container.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: initial;
}
.featured-product-v2 .featured-product__image--container-mobile .image-container .swiper-slide {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.featured-product-v2 .featured-product__image--container-mobile .image-container .image-container--item {
  display: flex;
  justify-content: center;
}
.featured-product-v2 .featured-product__image--container-mobile .image-container .swiper-slide-active {
  display: block;
}
.featured-product-v2 .featured-product__image--container-mobile .pagination-dots-pdp-mobile {
  transform: translate(-50%, -100%);
}
.featured-product-v2 .featured-product__image--container-mobile .featured-product__image {
  grid-row: 2;
  grid-column: 1;
  margin-bottom: 0;
  padding: 0;
  aspect-ratio: 342/364;
  justify-self: center;
  align-self: start;
  object-fit: cover;
  max-width: 100%;
  border-radius: 20px;
}
.featured-product-v2 .featured-product__image--container-mobile .featured-product__image .background-image {
  object-fit: contain;
  background-color: transparent;
}
.featured-product-v2 .featured-product__image--container-mobile .featured-product__carousel_nav {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  justify-content: center;
  padding-bottom: 20px;
}
.featured-product-v2 .featured-product__image--container-mobile .featured-product__carousel_nav .swiper-button-disabled {
  background-color: #E3E3E3;
  color: #B1B1B1;
}
.featured-product-v2 .featured-product__image--container-mobile .dot-container {
  margin: 0 20px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.featured-product-v2 .featured-product__image--container-mobile .dot-container--button {
  outline: none;
  cursor: pointer;
}
.featured-product-v2 .featured-product__image--container-mobile .dot-container .dot-container--button {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: 4px solid #E3E3E3;
  background-color: #E3E3E3;
  margin: 0 4px;
}
.featured-product-v2 .featured-product__image--container-mobile .dot-container button:nth-child(1) {
  background-color: #000000;
  border: 6px solid #000000;
}
.featured-product-v2 .featured-product__image--container-mobile .swiper-pagination .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: 6px solid #E3E3E3;
  background-color: #E3E3E3;
  opacity: 1;
  margin: 0 4px;
}
.featured-product-v2 .featured-product__image--container-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
  border: 6px solid #000000;
}
.featured-product-v2 .column {
  grid-column: 1;
  margin-bottom: 0;
  padding: 0;
  justify-self: center;
  align-self: start;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .featured-product-v2 .column {
    display: grid;
    max-width: 100%;
    margin: 0 50px 0 0;
    grid-row: 1/span 2;
    position: sticky;
  }
}
.featured-product-v2 .column .featured-product__image--container {
  overflow: hidden;
  position: sticky;
  top: 115px;
  border-radius: 20px;
}
.featured-product-v2 .column .image-container {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .featured-product-v2 .column .image-container {
    max-height: 585px;
  }
}
.featured-product-v2 .column .image-container .image-container--item {
  display: flex;
  justify-content: center;
}
.featured-product-v2 .column .image-container .swiper-slide-active {
  display: block;
}
.featured-product-v2 .column .featured-product__image {
  grid-column: 1;
  margin-bottom: 0;
  padding: 0;
  aspect-ratio: 342/364;
  justify-self: center;
  align-self: start;
  object-fit: cover;
  max-width: 100%;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .featured-product-v2 .column .featured-product__image {
    margin: 0;
    aspect-ratio: auto;
    grid-row: 1/span 2;
    max-height: 643px;
  }
}
.featured-product-v2 .column .featured-product__image .background-image {
  object-fit: contain;
  background-color: transparent;
}
.featured-product-v2 .column .featured-product__carousel_nav {
  display: none;
}
@media (min-width: 1024px) {
  .featured-product-v2 .column .featured-product__carousel_nav {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    justify-content: center;
    padding-bottom: 20px;
    margin-left: 25%;
    width: 50%;
  }
}
.featured-product-v2 .column .featured-product__carousel_nav .swiper-button-disabled {
  background-color: #E3E3E3;
  color: #B1B1B1;
}
.featured-product-v2 .column .dot-container {
  margin: 0 20px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.featured-product-v2 .column .dot-container--button {
  outline: none;
  cursor: pointer;
}
.featured-product-v2 .column .dot-container .dot-container--button {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: 4px solid #E3E3E3;
  background-color: #E3E3E3;
  margin: 0 4px;
}
.featured-product-v2 .column .dot-container button:nth-child(1) {
  background-color: #000000;
  border: 6px solid #000000;
}
.featured-product-v2 .column .swiper-pagination .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: 6px solid #E3E3E3;
  background-color: #E3E3E3;
  opacity: 1;
  margin: 0 4px;
}
.featured-product-v2 .column .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
  border: 6px solid #000000;
}
.featured-product-v2 .column .pagination-dots-pdp {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.featured-product-v2 .column .pagination-dots-pdp .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: 6px solid #E3E3E3;
  background-color: #E3E3E3;
  opacity: 1;
  margin: 0 12px;
}
.featured-product-v2 .column .pagination-dots-pdp .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
  border: 6px solid #000000;
}
.featured-product-v2 .column .swiper-button-next-pdp, .featured-product-v2 .column .swiper-button-prev-pdp {
  height: 0px;
  width: 0px;
  padding: 20px;
  margin: 0 20px;
  position: relative;
  background-color: #000;
  border-radius: 100%;
  color: #ffffff;
  border: none;
  border-radius: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .featured-product-v2 .column .swiper-button-next-pdp, .featured-product-v2 .column .swiper-button-prev-pdp {
    display: flex;
  }
}
.featured-product-v2 .column .swiper-button-prev-pdp {
  left: 5px;
}
.featured-product-v2 .column .swiper-button-prev-pdp .icon {
  width: 20px;
  height: 20px;
}
.featured-product-v2 .column .swiper-button-next-pdp {
  right: 5px;
}
.featured-product-v2 .column .swiper-button-next-pdp .icon {
  width: 20px;
  height: 20px;
}
.featured-product-v2 .featured-product__description--header {
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.featured-product-v2 .featured-product__description-list--title {
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-product-v2 .featured-product--list {
  padding-left: 25px;
  margin: 10px 0;
}
.featured-product-v2 .featured-product__description-list {
  margin: 10px 0;
}
.featured-product-v2 .accordion {
  margin: 25px 0;
}
.featured-product-v2 .accordion__item {
  border-bottom: 1px solid #D3D3D3;
}
.featured-product-v2 .accordion__item:first-child {
  border-top: 1px solid #D3D3D3;
}
.featured-product-v2 .accordion__item .accordion__content {
  padding: 0;
}
.featured-product-v2 .accordion__item .accordion__content ul {
  padding-left: 25px;
}
.featured-product-v2 .accordion__item .accordion__content a {
  text-decoration: none;
}
.featured-product-v2 .accordion__item .accordion__button {
  padding: 15px 0;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 11px;
  letter-spacing: 0.005em;
}
@media (min-width: 1024px) {
  .featured-product-v2 .accordion__item .accordion__button {
    padding: 17px 0;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
  }
}
.featured-product-v2 .accordion__item .accordion__button .accordion__icon {
  margin: 0;
}
.featured-product-v2 .accordion__item .accordion__button .icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .featured-product-v2 .accordion__item .accordion__button .icon {
    width: 28px;
    height: 28px;
  }
}
.featured-product-v2 .featured-product__content {
  grid-row: 3;
  grid-column: 1;
  background-color: #fff;
  padding: 16px 0;
  flex-wrap: wrap;
  margin: 10px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.featured-product-v2 .featured-product__content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product__content {
    height: 100%;
    grid-row: 1/span 2;
    grid-column: 2;
    margin: 5px 20px;
    flex-wrap: no-wrap;
    margin-bottom: 0px;
    padding: 0;
    align-self: start;
  }
}
.featured-product-v2 .featured-product__title {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px;
  border-bottom: 0;
  font-weight: 700;
}
.featured-product-v2 .featured-product--form-input {
  display: none;
}
.featured-product-v2 .featured-product--form--wrapper {
  display: block;
  position: relative;
}
.featured-product-v2 .featured-product--label-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: fit-content(200px) auto auto auto;
  grid-template-rows: fit-content(65px) fit-content(250px);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  grid-column: 2;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product--label-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: fit-content(200px) auto auto auto;
    grid-template-rows: auto;
  }
}
.featured-product-v2 .featured-product--label {
  display: inline-grid;
  grid-template-columns: 0px auto;
  grid-template-rows: 72px;
  align-items: center;
  margin-left: 17px;
  width: 95%;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product--label {
    grid-template-columns: 0px auto;
    grid-template-rows: 72px;
    margin-left: 19px;
  }
}
.featured-product-v2 .featured-product--label:before {
  display: none;
}
.featured-product-v2 .featured-product--label:after {
  display: none;
}
.featured-product-v2 .button__featured-product {
  margin-top: 30px;
}
.featured-product-v2 .featured-product__fine-print {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #BEBEB9;
  margin-top: 20px;
}
.featured-product-v2 #featured-product__gift-link-wrapper {
  text-align: center;
}
.featured-product-v2 .featured-product--button-wrapper {
  display: grid;
  grid-template-columns: auto;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product--button-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.featured-product-v2 .featured-product--form-submit {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
  height: 38px;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product--form-submit {
    margin: 0;
  }
}
.featured-product-v2 .featured-product--gift-cta {
  background-color: #fff;
  border: 1px black solid;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product--gift-cta {
    margin: 0 0 0 24px;
  }
}
.featured-product-v2 .featured-product--footnote {
  font-size: 12px;
  margin: 12px 0;
}
.featured-product-v2 .featured-product__reviews {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  height: 22px;
  margin: 8px 0;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product__reviews {
    margin: 0 0 8px 0;
  }
}
.featured-product-v2 .featured-product-link {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}
.featured-product-v2 .featured-product-link:hover {
  text-decoration: underline;
}
.featured-product-v2 .featured-product__review-number {
  margin: 3px 0 0 8px;
}
.featured-product-v2 .featured-product__review-stars {
  width: 82px;
  margin-bottom: 5px;
}
.featured-product-v2 .featured-product--guarantees__container {
  padding: 20px 0;
  margin-top: 10px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .featured-product-v2 .featured-product--guarantees__container {
    padding: 24px 0;
    background-color: transparent;
    border-bottom: 0.5px solid #000;
  }
}
.featured-product-v2 .featured-product--guarantees__container .featured-product--guarantees__list {
  grid-template-rows: auto;
  justify-content: space-evenly;
  align-items: flex-start;
}
.featured-product-v2 .featured-product--guarantees__container .featured-product--guarantees__list .featured-product--guarantee__icon {
  height: 30px;
  width: 30px;
}
.featured-product-v2 .guarantee__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-content: space-evenly;
  justify-items: center;
  align-items: flex-start;
  flex-direction: row;
  padding: 0;
  gap: 12px;
  grid-row-gap: 10px;
}
@media (min-width: 1024px) {
  .featured-product-v2 .guarantee__list {
    grid-row-gap: 10px;
  }
}
.featured-product-v2 .guarantee__list .guarantee__item {
  display: grid;
  grid-template-columns: 84px;
  grid-template-rows: 30px auto;
}
@media (min-width: 1024px) {
  .featured-product-v2 .guarantee__list .guarantee__item {
    grid-template-columns: fit-content(150px);
    grid-template-rows: 30px auto;
  }
}
.featured-product-v2 .guarantee__list .guarantee__title {
  margin-top: 12px;
  grid-row: 2;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: none;
}
@media (min-width: 1024px) {
  .featured-product-v2 .guarantee__list .guarantee__title {
    font-size: 12px;
    line-height: 15px;
  }
}
.featured-product-v2 .modal__content {
  max-height: 80vh;
}
@media (min-width: 1024px) {
  .featured-product-v2 .modal__content {
    position: absolute;
    max-height: 60vh;
    width: 700px;
    transform: translate(-75%, -150%);
  }
}
.featured-product-v2 .pagination-dots-pdp-mobile {
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media (min-width: 1024px) {
  .featured-product-v2 .pagination-dots-pdp-mobile {
    display: none;
  }
}

.featured-product__awards {
  display: flex;
  justify-content: flex-start;
  height: 22px;
  margin: 8px 0;
}
@media (min-width: 1024px) {
  .featured-product__awards {
    justify-content: flex-end;
  }
}

.featured-product__awards-number {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}
.featured-product__awards-number:hover {
  text-decoration: underline;
}

.featured-product__awards-icon {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .featured-product__awards-icon {
    margin-bottom: 5px;
  }
}

.modal--awards .modal__content {
  flex-direction: column;
  border-radius: 20px;
  padding: 30px 20px;
  max-height: 80vh;
  overflow: auto;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .modal--awards .modal__content {
    max-height: 60vh;
  }
}
.modal--awards .modal__content strong {
  color: #000;
}
.modal--awards .button__icon {
  background-color: #000;
  border-radius: 6px;
  padding: 5px;
  top: 15px;
  right: 15px;
  color: #fff;
}
.modal--awards .button__icon .icon {
  display: block;
}
.modal--awards .guarantees-modal__header {
  margin: 0 20px 20px 0;
}
.modal--awards .awards-modal__content {
  padding-top: 20px;
  padding-bottom: 6px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .modal--awards .awards-modal__content {
    border-bottom: 1px solid #D3D3D3;
  }
  .modal--awards .awards-modal__content:last-child {
    border-bottom: none;
  }
}
.modal--awards .featured-product__award-image {
  height: 110px;
  width: 200px;
  object-fit: scale-down;
}
.modal--awards .awards-modal__copy {
  margin: 33px 0;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/pricing-cards/_pricing-cards.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
#product-pricing-form .sticky-button {
  display: none;
}

.pricing-cards-container {
  width: 100%;
  background-color: #78919B;
  padding: 60px 24px 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .pricing-cards-container {
    padding: 120px 24px 20px;
  }
}
.pricing-cards-container.pricing-cards-container--image {
  padding-top: 40px;
}
.pricing-cards-container .pricing-cards__header,
.pricing-cards-container .pricing-cards__subtitle,
.pricing-cards-container .pricing-cards__warranty-information {
  color: #fff;
}
.pricing-cards-container .pricing-cards__image {
  margin-bottom: 50px;
}
.pricing-cards-container .pricing-cards-section-header-wrapper .pricing-cards__header {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 826px;
}
@media (max-width: 1024px) {
  .pricing-cards-container .pricing-cards-section-header-wrapper .pricing-cards__header {
    font-size: 40px;
    font-size: 4rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: -0.3px;
  }
}
.pricing-cards-container .pricing-cards-section-header-wrapper .pricing-cards__subtitle {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.2px;
  margin: 0 auto 50px;
  max-width: 826px;
}
@media (min-width: 1024px) {
  .pricing-cards-container .pricing-cards-section-header-wrapper .pricing-cards__subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .pricing-cards-container .pricing-cards-section-header-wrapper .pricing-cards__subtitle {
    margin-bottom: 80px;
  }
}
.pricing-cards-container .pricing-cards__warranty-information {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 30px;
}
.pricing-cards-container .pricing-cards {
  overflow: visible;
  text-align: center;
}
@media (min-width: 680px) {
  .pricing-cards-container .pricing-cards {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .pricing-cards-container .pricing-cards {
    width: 100%;
  }
}
.pricing-cards-container .pricing-cards-row {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.pricing-cards-container .pricing-cards-column {
  background-color: #E6FF00;
  border-radius: 30px;
  width: 100%;
  box-shadow: none;
  width: 100%;
  max-width: 372px;
  margin: 10px 8px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 30px;
  padding: 0;
}
@media (min-width: 680px) {
  .pricing-cards-container .pricing-cards-column {
    width: 372px;
  }
}
.pricing-cards-container .pricing-cards-column--dark {
  background-color: #596D75;
}
.pricing-cards-container .pricing-cards-column--dark .card__title,
.pricing-cards-container .pricing-cards-column--dark .card__section-currency,
.pricing-cards-container .pricing-cards-column--dark .card__section-price,
.pricing-cards-container .pricing-cards-column--dark .card__section-price-cents,
.pricing-cards-container .pricing-cards-column--dark .card__section-price-frequency,
.pricing-cards-container .pricing-cards-column--dark .card__section-comparison-price,
.pricing-cards-container .pricing-cards-column--dark .card__section-comparison-currency,
.pricing-cards-container .pricing-cards-column--dark .card__sub-section-comparison-price,
.pricing-cards-container .pricing-cards-column--dark .card__section-title,
.pricing-cards-container .pricing-cards-column--dark .card__sub-section-title,
.pricing-cards-container .pricing-cards-column--dark .card__sub-section-product,
.pricing-cards-container .pricing-cards-column--dark .card__section-content,
.pricing-cards-container .pricing-cards-column--dark .card__sub-section-price,
.pricing-cards-container .pricing-cards-column--dark .card__header .card__sale-tag,
.pricing-cards-container .pricing-cards-column--dark .card__sub-section-title--bold {
  color: #fff;
}
.pricing-cards-container .pricing-cards-column--dark .card__section-comparison-currency, .pricing-cards-container .pricing-cards-column--dark .card__section-comparison-price {
  color: #819096;
}
.pricing-cards-container .section-price__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pricing-cards-container .section-price__inner-wrapper, .pricing-cards-container .section-comparison-price__wrapper {
  display: inline-flex;
  justify-content: flex-end;
  align-items: stretch;
}
.pricing-cards-container .section-comparison-price__wrapper {
  padding-bottom: 10px;
}
.pricing-cards-container .card__content-wrapper {
  margin: 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.pricing-cards-container .card--pricing {
  width: 100%;
  margin: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}
.pricing-cards-container .card-pricing__image-wrapper {
  text-align: center;
}
.pricing-cards-container .card-pricing__image-wrapper img {
  display: none;
}
@media (min-width: 1024px) {
  .pricing-cards-container .card-pricing__image-wrapper img {
    height: 167px;
    object-fit: cover;
    display: inline;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.pricing-cards-container .card__title {
  margin: 0;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
  letter-spacing: 0.5px;
  letter-spacing: 0.2px;
}
.pricing-cards-container .card__title .card__subtitle {
  display: block;
  font-weight: 400;
}
.pricing-cards-container .card__content-section {
  margin-top: 30px;
  margin-bottom: 0px;
  display: block;
}
.pricing-cards-container .card__content-sub-section {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.pricing-cards-container .card__section-title {
  line-height: 20px;
  line-height: 2rem;
  max-width: 60%;
  font-weight: 600;
  margin: 0;
  float: left;
  text-align: left;
  display: block;
}
.pricing-cards-container .card__section-price-frequency {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #1D1D1D;
}
@media (min-width: 1024px) {
  .pricing-cards-container .card__section-price-frequency {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.pricing-cards-container .card__section-price, .pricing-cards-container .card__section-price-cents, .pricing-cards-container .card__section-comparison-price {
  font-family: "FormGintoNord-Black", Helvetica, Arial, serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-weight: 900;
  text-align: left;
}
@media (min-width: 1024px) {
  .pricing-cards-container .card__section-price, .pricing-cards-container .card__section-price-cents, .pricing-cards-container .card__section-comparison-price {
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}
.pricing-cards-container .card__section-price-cents-wrapper {
  display: inline-flex;
  align-items: flex-end;
}
.pricing-cards-container .card__section-price-cents {
  line-height: 18px;
  line-height: 1.8rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.pricing-cards-container .card__section-currency, .pricing-cards-container .card__section-comparison-currency {
  font-family: "FormGintoNord-Black", Helvetica, Arial, serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 900;
  text-align: left;
}
@media (min-width: 1024px) {
  .pricing-cards-container .card__section-currency, .pricing-cards-container .card__section-comparison-currency {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.pricing-cards-container .card__section-comparison-currency, .pricing-cards-container .card__section-comparison-price {
  color: #AFC102;
}
.pricing-cards-container .card__section-comparison-price {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: #000;
}
.pricing-cards-container .section-regular-price__wrapper {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.pricing-cards-container .card__sub-section-title,
.pricing-cards-container .card__sub-section-product {
  font-weight: 600;
  margin: 0;
  text-align: left;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 0;
  float: none;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .pricing-cards-container .card__sub-section-title,
.pricing-cards-container .card__sub-section-product {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.pricing-cards-container .card__sub-section-price {
  text-align: right;
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1D1D1D;
}
.pricing-cards-container .card__sub-section-content {
  line-height: 18px;
  line-height: 1.8rem;
  margin: 0;
  max-width: 70%;
  float: left;
  text-align: left;
}
.pricing-cards-container .card__sub-section-comparison-price {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1D1D1D;
  text-align: left;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.pricing-cards-container .pricing-card-wrapper {
  cursor: pointer;
}
.pricing-cards-container .pricing-link-wrapper {
  margin: 0 12px 0 0;
}
.pricing-cards-container .pay-today-price {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pricing-cards-container .pay-today-price .button {
  min-width: 165px;
}
.pricing-cards-container .pay-today-price .button:last-child {
  margin-top: 15px;
}
.pricing-cards-container .pay-today-price .button--hidden {
  visibility: hidden;
}
.pricing-cards-container .pay-today-price .button--hidden:after {
  content: ".";
}
.pricing-cards-container .pricing-cards-section-footer-wrapper {
  padding: 20px 0 40px 0;
}
.pricing-cards-container .price-link-button {
  font-size: 16px;
  background-color: #fff;
}
.pricing-cards-container .optional-tag-wrapper {
  position: relative;
  padding-top: 53px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.pricing-cards-container .optional-tag-wrapper .card--optional-tag {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 0px;
  display: inline-block;
  z-index: 1;
  text-align: center;
  background: #1D1D1D;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.pricing-cards-container .card__sub-section-title--bold {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #222222;
}
.pricing-cards-container .card__header {
  margin-bottom: 0;
}
.pricing-cards-container .card__header .card__sale-tag {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #1D1D1D;
  text-transform: uppercase;
  letter-spacing: 2.22px;
  text-align: right;
  padding-left: 5px;
}
@media (min-width: 1024px) {
  .pricing-cards-container .card__header .card__sale-tag {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.pricing-cards-container--advanced {
  text-align: left;
  background-color: #fff;
  padding: 50px 24px;
}
@media (min-width: 1024px) {
  .pricing-cards-container--advanced {
    padding: 50px 26px;
  }
}
.pricing-cards-container--advanced .pricing-cards__header,
.pricing-cards-container--advanced .pricing-cards__subtitle,
.pricing-cards-container--advanced .pricing-cards__warranty-information {
  color: #000;
}
.pricing-cards-container--advanced .pricing-cards-section-header-wrapper .pricing-cards__header {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0;
  margin-bottom: 38px;
}
.pricing-cards-container--advanced .pricing-cards__subtitle {
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .pricing-cards-container--advanced .pricing-cards__inner-container {
    display: grid;
    grid-template-columns: minmax(291px, calc((546 / 1388) * 100%)) 16px minmax(662px, auto);
  }
}
.pricing-cards-container--advanced .pricing-cards--advanced {
  max-width: 1388px;
  margin: auto;
}
.pricing-cards-container--advanced .pricing-cards__information {
  grid-column: 1;
  display: flex;
  flex-direction: column;
}
.pricing-cards-container--advanced .pricing-cards {
  grid-column: 3;
}
.pricing-cards-container--advanced .pricing-cards__information-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 19px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .pricing-cards-container--advanced .pricing-cards__information-list {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.pricing-cards-container--advanced .pricing-cards__information-list-item {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pricing-cards-container--advanced .pricing-cards__information-list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .pricing-cards-container--advanced .pricing-cards__information-list-item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.pricing-cards-container--advanced .pricing-cards__information-list-image {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: scale-down;
}
.pricing-cards-container--advanced .pricing-cards__information-list-text {
  width: calc(100% - 41px);
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 713px) {
  .pricing-cards-container--advanced .pricing-cards-row {
    flex-wrap: nowrap;
  }
}
.pricing-cards-container--advanced .pricing-cards-column--dark {
  background-color: #78919B;
}
.pricing-cards-container--advanced .pricing-cards-column {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 712px) {
  .pricing-cards-container--advanced .pricing-cards-column {
    margin-left: 0;
    margin-right: 0;
  }
  .pricing-cards-container--advanced .pricing-cards-column:first-child {
    margin-top: 0;
  }
  .pricing-cards-container--advanced .pricing-cards-column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 713px) {
  .pricing-cards-container--advanced .pricing-cards-column {
    margin-top: 0;
    margin-bottom: 0;
  }
  .pricing-cards-container--advanced .pricing-cards-column:first-child {
    margin-left: 0;
  }
  .pricing-cards-container--advanced .pricing-cards-column:last-child {
    margin-right: 0;
  }
}
.pricing-cards-container--advanced .pricing-cards__warranty-information {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-top: 17px;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/confirmation-popup/_confirmation-popup.scss ***!
  \**********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.confirmation-popup-container {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.confirmation-popup-container.opened-popup {
  z-index: 10001;
}
.confirmation-popup-container .confirmation-popup-window {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: absolute;
  padding: 30px 20px;
  border: 1px solid transparent;
  z-index: 100;
  text-align: center;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 546px;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 680px) {
  .confirmation-popup-container .confirmation-popup-window {
    height: auto;
  }
}
.confirmation-popup-container .confirmation-popup-window .confirmation-popup-title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 0;
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 680px) {
  .confirmation-popup-container .confirmation-popup-window .confirmation-popup-title {
    margin-block-end: 1em;
  }
}
.confirmation-popup-container .confirmation-popup-window .confirmation-popup-content {
  margin-bottom: 40px;
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.confirmation-popup-container .confirmation-popup-window .button__icon_close {
  right: 20px;
  top: 16px;
  position: absolute;
  cursor: pointer;
}
.confirmation-popup-container .confirmation-popup-window .button {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 700;
  min-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.confirmation-popup-container .confirmation-popup-window .button:last-child {
  margin-bottom: 0;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/join-now/_join-now.scss ***!
  \**************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--join-now {
  background-color: #78919B;
  margin: 0;
  padding: 30px 0 80px;
}
@media (min-width: 1024px) {
  .page-section--join-now {
    padding: 60px 0 80px;
  }
}

.join-now-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 70px auto 15px auto 15px auto auto;
  grid-column-gap: 16px;
}
@media (min-width: 1024px) {
  .join-now-grid {
    grid-template-rows: auto 25px auto 30px 30px auto 150px auto;
    grid-template-columns: repeat(10, 1fr);
  }
}

.join-now-grid__image-title {
  grid-column: 1/span 4;
  grid-row: 3/span 3;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .join-now-grid__image-title {
    grid-column: 1/span 10;
    grid-row: 2/span 4;
    margin: 0 40px;
  }
}
.join-now-grid__image-title .background-image {
  object-fit: contain;
}

.join-now-grid__image {
  align-self: start;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.join-now-grid__image-1 {
  grid-column: 3/span 2;
  grid-row: 1/span 2;
  max-width: 75%;
  justify-self: end;
  position: relative;
  z-index: 3;
  margin-bottom: 90px;
}
@media (min-width: 1024px) {
  .join-now-grid__image-1 {
    grid-column: 5/span 2;
    grid-row: 1/span 2;
    max-width: 100%;
    justify-self: auto;
    margin-bottom: 0;
  }
}

.join-now-grid__image-2 {
  grid-column: 1/span 2;
  grid-row: 2/span 2;
  align-self: end;
}
@media (min-width: 1024px) {
  .join-now-grid__image-2 {
    grid-column: 1/span 4;
    grid-row: 5/span 4;
    max-width: 80%;
    align-self: start;
  }
}

.join-now-grid__image-3 {
  grid-column: 3/span 2;
  grid-row: 5/span 2;
  max-width: 75%;
  justify-self: start;
}
@media (min-width: 1024px) {
  .join-now-grid__image-3 {
    grid-column: 9/span 2;
    grid-row: 4/span 3;
    max-width: 100%;
    justify-self: auto;
  }
}

.join-now-grid__image-4 {
  display: none;
}
@media (min-width: 1024px) {
  .join-now-grid__image-4 {
    display: flex;
    grid-column: 8/span 2;
    grid-row: 7/span 2;
    margin-top: 100px;
  }
}

.join-now-grid__content {
  grid-column: 1/span 4;
  grid-row: 7;
  text-align: center;
  margin: 50px auto 0;
}
@media (min-width: 1024px) {
  .join-now-grid__content {
    grid-column: 4/span 4;
    grid-row: 6;
    margin: 100px auto 0;
    max-width: 80%;
  }
}
.join-now-grid__content .button {
  margin-top: 40px;
}

.join-now-grid__title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: -0.01875em;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .join-now-grid__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 42px;
    line-height: 4.2rem;
    letter-spacing: -0.00625em;
  }
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/workout-cards/_workout-cards.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--workout-cards {
  margin: 0;
}
.page-section--workout-cards .page-section__header {
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .page-section--workout-cards .page-section__header {
    max-width: 75%;
  }
}
.page-section--workout-cards .page-section__title {
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .page-section--workout-cards .page-section__title {
    margin: 0 0 50px;
  }
}
.page-section--workout-cards .page-section__content {
  text-align: center;
  color: #fff;
}
@media (min-width: 1024px) {
  .page-section--workout-cards .page-section__content {
    font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.0125em;
  }
}
.page-section--workout-cards .button-collection {
  margin-top: 60px;
  justify-content: center;
}

.workout-cards {
  background-color: #78919B;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .workout-cards {
    padding: 100px 0;
  }
}

.workout-cards--white {
  background-color: #fff;
}
.workout-cards--white .page-section__header,
.workout-cards--white .page-section__content,
.workout-cards--white .workout-cards__slider-title {
  color: #000;
}

.workout-cards__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .workout-cards__wrapper {
    margin-top: 60px;
  }
}

.workout-cards__slider-title {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  margin: 40px 0 22px;
}

.workout-cards__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel--workout-cards {
  overflow: visible !important;
  margin-bottom: 0;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  width: calc(100% - (24px * 2));
}
@media (min-width: 1024px) {
  .carousel--workout-cards {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 1440px) {
  .carousel--workout-cards {
    max-width: calc(100% - 52px);
  }
}

.pswp.pswp--open {
  z-index: 14000000;
}
.pswp .pswp__zoom-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pswp .pswp__preloader {
  display: none;
}
.pswp .pswp__icn-shadow {
  display: none;
}
.pswp .pswp__top-bar {
  width: 85%;
  top: 50%;
  left: 50%;
  height: 575px;
  transform: translate(-50%, -50%);
}
@media (min-width: 680px) {
  .pswp .pswp__top-bar {
    width: 80%;
    padding: 0 20px;
    max-width: 1080px;
    height: 686px;
    top: 50%;
  }
}
.pswp .pswp__card {
  height: 460px !important;
  width: 85% !important;
  border-radius: 20px;
  overflow: visible;
}
@media (min-width: 680px) {
  .pswp .pswp__card {
    width: 80% !important;
    height: 580px !important;
    max-width: 1080px;
  }
}
.pswp .pswp__counter {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #fff;
  text-shadow: none;
  margin: 15px 0 0;
}
.pswp .pswp__button--close {
  position: relative;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  top: 16px;
  right: 9px;
  margin-left: 25px;
  margin-right: 0;
}
.pswp .pswp__button--close:hover {
  background-color: #fff;
}
.pswp .pswp__button--close svg {
  width: 13px;
  height: 13px;
  top: 2px;
  color: #fff;
  position: relative;
}
.pswp .pswp__button--arrow {
  width: 30px;
  height: 30px;
}
@media (min-width: 680px) {
  .pswp .pswp__button--arrow {
    width: 75px;
    height: 100px;
  }
}
.pswp .pswp__button--arrow svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 680px) {
  .pswp .pswp__button--arrow svg {
    width: 30px;
    height: 30px;
  }
}
.pswp .pswp__button--arrow:not(.button--custom) {
  display: none;
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/photoswipe/dist/photoswipe.css ***!
  \*********************************************************************************************************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp {
  position: fixed;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/currency-selector/_currency-selector.scss ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.currency-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E5E5E5;
}
.currency-selector .currency-selector-wrapper {
  width: 100vw;
  background-color: #FFFFFF;
  padding: 40px 20px;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .currency-selector .currency-selector-wrapper {
    min-width: 554px;
    padding: 40px 80px;
    width: 40vw;
    margin: 20% 0 20% 0;
  }
}
.currency-selector .currency-selector-wrapper .selector-logo {
  width: 100px;
}
.currency-selector .currency-selector-wrapper .currency-selector-title {
  font-weight: 700;
  font-size: 48px;
  margin-top: 40px;
  margin-bottom: 32px;
}
.currency-selector .currency-selector-wrapper .currency-selector-description {
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 20px;
}
.currency-selector .currency-selector-wrapper .form-description {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
  font-family: "Open Sans";
}
.currency-selector .currency-selector-wrapper .form-container {
  margin-bottom: 16px;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form {
  width: 100%;
  position: relative;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .selected-currency-container, .currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown {
  width: 100%;
  border: 1px solid #646464;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  padding: 10px;
  background-color: #FBFBFB;
  font-family: "Open Sans";
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .selected-currency-container .icon-and-name, .currency-selector .currency-selector-wrapper .form-container .currency-form .selected-currency-container .curr-arrow, .currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown .icon-and-name, .currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown .curr-arrow {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .selected-currency-container .country-logo, .currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown .country-logo {
  width: 25px;
  height: 25px;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .selected-currency-container picture, .currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown picture {
  max-height: 25px;
  margin-right: 8px;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .selected-currency-container .curr-arrow .selected-currency {
  display: none;
}
@media (min-width: 680px) {
  .currency-selector .currency-selector-wrapper .form-container .currency-form .selected-currency-container .curr-arrow .selected-currency {
    margin-right: 10px;
    display: block;
  }
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .selected-currency-container .curr-arrow .arrow-icon {
  margin-bottom: 7px;
  color: #AFAFAF;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .selected-currency-container .curr-arrow .arrow-icon svg {
  height: 7px;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown {
  margin-top: -20px;
  flex-direction: column;
  z-index: 10;
  position: absolute;
  border: none;
  padding: 0;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown .dropdown-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
  padding: 10px;
  border: 1px solid #646464;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown .dropdown-row .selected-currency {
  margin-right: 0px;
}
@media (min-width: 680px) {
  .currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown .dropdown-row .selected-currency {
    margin-right: 24px;
  }
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown .dropdown-row:nth-child(1) {
  border-radius: 8px 8px 0 0;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .currency-dropdown .dropdown-row:nth-last-child(-n+1) {
  border-radius: 0 0 8px 8px;
}
.currency-selector .currency-selector-wrapper .form-container .currency-form .submit-button {
  background-color: #E6FF00;
  width: 100%;
  padding: 14px;
  color: #000;
}
.currency-selector .currency-selector-wrapper .cancel-anytime {
  font-family: "Open Sans";
  font-size: 10px;
  color: #646464;
  margin-bottom: 160px;
}
.currency-selector .currency-selector-wrapper .center-container {
  display: flex;
  justify-content: center;
}
.currency-selector .currency-selector-wrapper .center-container .currency-selector-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
}
.currency-selector .currency-selector-wrapper .center-container .currency-selector-footer .footer-link {
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: lighter;
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/pages/_pages.scss ***!
  \*********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--page .container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .page-section--page .container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: calc(100% - (24px * 2));
    margin: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .page-section--page .container {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .page-section--page .container {
    width: calc(100% - (26px * 2));
  }
}
.page-section--page .container h2:first-of-type,
.page-section--page .container h3:first-of-type {
  margin-top: 0;
}

.shopify-policy__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 680px) {
  .shopify-policy__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.shopify-policy__container h1 {
  margin-top: 0;
  text-align: left;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/cart-confirmation/_cart-confirmation.scss ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.cart-confirmation__message {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 15px;
  margin: 0 30px 10px 0px;
  background-color: rgba(13, 135, 40, 0.2);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 680px) {
  .cart-confirmation__message {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 20px;
  }
}
.cart-confirmation__message .icon {
  color: #0D8728;
  margin-left: 10px;
  width: 18px;
  height: 18px;
}

.cart-confirmation__item {
  border-bottom: 1px solid #fff;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .cart-confirmation__item {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 0;
    padding-right: 30px;
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
}
.cart-confirmation__item .cart-info__item-count {
  display: flex;
}

.cart-confirmation__content {
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .cart-confirmation__content {
    grid-column: 2;
    grid-row: 2;
    padding: 0 0 0 30px;
  }
}
.cart-confirmation__content .button-collection {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.cart-confirmation__content .button-collection .button + .button {
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .cart-confirmation__content .button-collection {
    flex-flow: row nowrap;
  }
}
.cart-confirmation__content .button__checkout,
.cart-confirmation__content .button__edit-cart {
  width: calc(50% - 8px);
  padding: 14px 15px 13px;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/swatches/_swatches.scss ***!
  \**************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.swatch__option input[value="Extra Small"] + label .form__option-label-inner:after {
  content: "XS";
}
.swatch__option input[value=Small] + label .form__option-label-inner:after {
  content: "S";
}
.swatch__option input[value=Medium] + label .form__option-label-inner:after {
  content: "M";
}
.swatch__option input[value=Large] + label .form__option-label-inner:after {
  content: "L";
}
.swatch__option input[value="Extra Large"] + label .form__option-label-inner:after {
  content: "XL";
}
.swatch__option input[value="Extra Small"] + label .form__option-label-visually-hidden, .swatch__option input[value=Small] + label .form__option-label-visually-hidden, .swatch__option input[value=Medium] + label .form__option-label-visually-hidden, .swatch__option input[value=Large] + label .form__option-label-visually-hidden, .swatch__option input[value="Extra Large"] + label .form__option-label-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.swatch__title {
  order: -1;
  width: 100%;
  padding: 0 5px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #000;
  line-height: 17px;
}
.swatch__title:last-of-type {
  margin-bottom: 5px;
}

.swatch__title .swatch__subtitle.show-swatch {
  display: inline;
}

.form__field--radio-text .swatch--disabled {
  color: #fff;
}

.form__field--radio-color .swatch--disabled .form__option-label-inner {
  opacity: 0.5;
}
.form__field--radio-color .swatch--disabled:after {
  content: "";
  background: #000;
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/snippets/_containers/tabs/_tabs.scss ***!
  \******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.tabs--mobile .tab {
  width: 100%;
  border-top: 1px solid #fff;
}
.tabs--mobile .tab__item {
  border-bottom: 1px solid #fff;
}
.tabs--mobile .tab__item.is-open {
  box-shadow: 0;
}
@media (min-width: 1024px) {
  .tabs--mobile .tab__item:hover {
    border-color: #78919B;
  }
  .tabs--mobile .tab__item:hover .tab__button {
    color: #78919B;
  }
}
.tabs--mobile .tab__title {
  margin: 0;
}
.tabs--mobile .tab__title .tab__button {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 1em;
  background-color: transparent;
  box-shadow: 0;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-transform: none;
  transition: all 0.2s ease;
  padding: 15px 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  white-space: normal;
}
.tabs--mobile .tab__title.is-open {
  box-shadow: none;
}
.tabs--mobile .tab__title.is-open .tab__icon--close {
  display: block;
}
.tabs--mobile .tab__title.is-open .tab__icon--open {
  display: none;
}
@media (min-width: 1024px) {
  .tabs--mobile .tab__title .tab__button {
    padding: 25px 0;
  }
}
.tabs--mobile .tab__icon {
  display: inline-block;
  pointer-events: none;
  transition: all 0.2s ease;
  margin-left: 20px;
}
.tabs--mobile .tab__icon .icon {
  width: 27px;
  height: 27px;
}
.tabs--mobile .tab__icon .tab__icon--close {
  display: none;
}
.tabs--mobile .tab__icon .tab__icon--open {
  display: block;
}
.tabs--mobile .tab__content {
  *zoom: 1;
  background-color: transparent;
  max-height: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  text-align: left;
  transition: all 0.2s ease;
  outline: none;
}
.tabs--mobile .tab__content::after {
  content: "";
  display: table;
  clear: both;
}
.tabs--mobile .tab__content.is-open {
  max-height: 5000px;
  padding: 0 0 25px;
  transition: all 0.2s ease;
}
.tabs--mobile .tab__content:focus-visible {
  box-shadow: 0 0 0 5px rgba(230, 255, 0, 0.5);
  outline: none;
}
.tabs--mobile .tab__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .tabs--mobile {
    display: none;
  }
}

.tabs--desktop {
  text-align: center;
  display: grid;
  grid-auto-flow: dense;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: [gutter-start] minmax(24px, 1fr) [content-start] minmax(0, 300px) [center] minmax(0, 300px) [content-end] minmax(0, 300px) minmax(24px, 1fr) [gutter-end];
}
@media (min-width: 680px) {
  .tabs--desktop {
    grid-template-columns: [gutter-start] minmax(26px, 1fr) [content-start] minmax(0, 300px) [center] minmax(0, 300px) [content-end] minmax(0, 300px) minmax(26px, 1fr) [gutter-end];
  }
}
.tabs--desktop .tab__button--desktop {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  display: block;
  text-transform: none;
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
  transition: all 0.2s ease;
  border-right: 1px solid #fff;
  width: 100%;
  background: transparent;
  border-radius: 0;
  white-space: normal;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  grid-row: 1;
  padding: 10px;
}
@media (min-width: 1024px) {
  .tabs--desktop .tab__button--desktop {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.tabs--desktop .tab__button--desktop:hover {
  color: #000;
}
.tabs--desktop .tab__button--desktop:focus {
  outline: none;
}
.tabs--desktop .tab__button--desktop.is-open {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  color: #E6FF00;
}
.tabs--desktop .tab__button--desktop:nth-of-type(1) {
  grid-column: 2;
}
.tabs--desktop .tab__button--desktop:nth-of-type(2) {
  grid-column: 3;
}
.tabs--desktop .tab__button--desktop:nth-of-type(3) {
  grid-column: 4;
}
.tabs--desktop .tab__button--no-border {
  border-right: 0;
}
.tabs--desktop .tab__footnotes {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #BEBEB9;
  margin: 15px 0;
}
.tabs--desktop .tab__footnotes p {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #BEBEB9;
}
.tabs--desktop .tab__content--desktop {
  display: none;
  grid-column: 2/span 3;
  grid-row: 2;
  -ms-grid-column: 1;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  opacity: 0;
  transition-delay: 200ms;
  transition: opacity 400ms ease;
}
.tabs--desktop .tab__content--desktop p:first-of-type {
  margin-top: 0;
}
.tabs--desktop .tab__content--desktop p:last-of-type {
  margin-bottom: 0;
}
.tabs--desktop .tab__content--desktop.is-open {
  display: block;
  opacity: 1;
  transition-delay: 200ms;
  transition: opacity 400ms ease;
  border-bottom: 0;
}
.tabs--desktop .tab__content--full-bleed {
  grid-column: gutter;
}
.tabs--desktop .tab__image-panel {
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.tabs--desktop .tab__image-panel img {
  max-width: 100%;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/product-overview/_product-overview.scss ***!
  \******************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--product-overview .product-overview__header {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  width: calc(100% - (24px * 2));
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-section--product-overview .product-overview__header {
    width: calc(100% - (26px * 2));
  }
}
@media (min-width: 1024px) {
  .page-section--product-overview .product-overview__header {
    width: calc(100% - (26px * 2));
  }
}
.page-section--product-overview .accordion .accordion__title .accordion__button {
  color: #1D1D1D;
}
.page-section--product-overview .accordion .accordion__content {
  color: #000;
}
.page-section--product-overview .accordion .accordion__content ul {
  color: #000;
}
.page-section--product-overview .accordion .accordion__item:hover {
  border-color: #fff;
}
.page-section--product-overview .accordion .accordion__item:last-child {
  border-bottom: 1px solid #fff;
}
.page-section--product-overview .accordion .accordion__button-title {
  display: flex;
  align-items: center;
}
.page-section--product-overview .accordion .accordion__button-image {
  width: 20px;
  height: auto;
  margin-right: 12px;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/product-recommendations/_product-recommendation.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.featured-collection__title {
  margin: 0 0 40px;
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sections/reviews/_reviews.scss ***!
  \************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--reviews {
  scroll-margin-top: 100px;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/products/_product.scss ***!
  \**************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--product {
  margin: 0;
  margin-bottom: 50px;
}

.product {
  width: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.product .background-image {
  width: 100%;
  height: 100%;
}
.product .form__label--product {
  margin-bottom: 8px;
}

.product__images {
  position: relative;
}
@media (min-width: 680px) {
  .product__images {
    display: grid;
    grid-template-columns: minmax(0, auto) 100px;
    grid-template-rows: auto;
    grid-column: 1;
    align-self: start;
  }
  .ie11 .product__images {
    display: flex;
    flex-direction: row-reverse;
  }
}
.product__images .product-thumbnail__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 680px) {
  .product__images .product-thumbnail__wrapper {
    display: block;
    margin-top: 0;
  }
}
.product__images .swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #596D75;
  color: #E6FF00;
}
.product__images .swiper-arrow.swiper-button-disabled {
  display: none;
}
.product__images .swiper-arrow.swiper-button-prev-product {
  margin-right: 5px;
}
@media (min-width: 680px) {
  .product__images .swiper-arrow.swiper-button-prev-product {
    margin-right: 0;
    margin: 0 auto 10px;
  }
}
@media (min-width: 680px) {
  .product__images .swiper-arrow.swiper-button-prev-product .icon__arrow--left {
    transform: rotate(90deg);
  }
}
.product__images .swiper-arrow.swiper-button-next-product {
  margin-left: 5px;
}
@media (min-width: 680px) {
  .product__images .swiper-arrow.swiper-button-next-product {
    margin-left: 0;
    margin: 10px auto 0;
  }
}
@media (min-width: 680px) {
  .product__images .swiper-arrow.swiper-button-next-product .icon__arrow--right {
    transform: rotate(90deg);
  }
}
.product__images .swiper-arrow .icon {
  font-size: 21px;
  line-height: 21px;
  transform-origin: center;
}

.product__thumbnails {
  grid-row: 2;
  margin: 0;
  padding: 0;
}
@media (min-width: 680px) {
  .product__thumbnails {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 680px) {
  .product__thumbnails .swiper-slide {
    width: 58px !important;
    height: 56px;
  }
}

.product__feature-image {
  grid-row: 1;
  overflow: hidden;
}
@media (min-width: 680px) {
  .product__feature-image {
    grid-column: 1;
  }
}

.carousel--featured-product {
  width: 100%;
}

.carousel--product-thumbnails {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 100px);
  margin: 0;
}
@media (min-width: 680px) {
  .carousel--product-thumbnails {
    height: 470px;
    width: auto;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .carousel--product-thumbnails {
    height: 425px;
  }
}
@media screen and (min-width: 1400px) {
  .carousel--product-thumbnails {
    height: 470px;
  }
}

.product-single__media {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-single__media iframe,
.product-single__media img,
.product-single__media > video,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .plyr,
.product-single__media .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .media-video,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper {
  height: 100%;
}

.product-single__media--video {
  background-color: #E6FF00;
}

.product-single__thumbnail {
  display: block;
  height: 56px;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #78919B;
  overflow: hidden;
  min-width: 56px;
}
@media (min-width: 680px) {
  .product-single__thumbnail {
    width: 56px;
    height: 54px;
    width: auto;
    min-width: auto;
  }
}
.swiper-slide-thumb-active .product-single__thumbnail {
  border: 1px solid #000;
}

.product-single__thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-single__media-wrapper {
  display: flex;
  border-radius: 40px;
  overflow: hidden;
}

.product__thumbnail-item {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  align-self: center;
}

.product-single__thumbnail-badge {
  position: absolute;
  top: 5px;
  right: 5px;
}

.product__content {
  padding: 27px 0;
}
@media (min-width: 1024px) {
  .product__content {
    padding: 40px 60px;
    grid-column: 2;
    align-self: center;
  }
}

.product__title {
  margin: 0;
}
@media (min-width: 1024px) {
  .product__title {
    margin: 0 0 12px;
  }
}

.product__tag {
  color: #fff;
  background-color: #E6FF00;
  text-transform: uppercase;
  padding: 3px 8px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .product__tag {
    padding: 6px 11px;
    top: 20px;
    right: 40px;
  }
}

.product__type {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}

.product__description {
  margin-top: 14px;
}
.product__description ul {
  padding: 0 0 0 20px;
  margin-bottom: 0;
}

.button--add-to-cart {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 680px) {
  .button--add-to-cart {
    width: 300px;
  }
}

.pricing__button-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .pricing__button-wrapper {
    flex-direction: row;
  }
}

#button--see-pricing-options,
.add-to-cart-button__wrapper {
  width: 100%;
}
#button--see-pricing-options:focus,
.add-to-cart-button__wrapper:focus {
  box-shadow: 0 0 0 5px #85a4d1;
}
@media (min-width: 680px) {
  #button--see-pricing-options,
.add-to-cart-button__wrapper {
    width: 300px;
  }
}

#button--see-gifting-options,
.add-to-cart-button__wrapper {
  margin: 27px 0 0 0;
  width: 100%;
}
#button--see-gifting-options:focus,
.add-to-cart-button__wrapper:focus {
  box-shadow: 0 0 0 5px #85a4d1;
}
@media (min-width: 680px) {
  #button--see-gifting-options,
.add-to-cart-button__wrapper {
    margin: 0 0 0 17px;
    width: 300px;
  }
}

.product__gift-link-wrapper {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 680px) {
  .product__gift-link-wrapper {
    text-align: left;
  }
}

.membership-cta-wrapper {
  margin: 20px 0;
}

#button--membership-cta {
  width: 100%;
}
@media (min-width: 680px) {
  #button--membership-cta {
    width: 300px;
  }
}

.price__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.price__wrapper .line-item__final-sale {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  padding: 3px 6px;
  margin-left: 15px;
}
.price__wrapper .line-item__final-sale span {
  text-transform: uppercase;
}
.price__wrapper .line-item__final-sale .tooltip {
  margin-left: 5px;
}

.product__form-wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.product__form-wrapper .add-to-cart {
  position: relative;
}
.product__form-wrapper .form__input {
  border: 0;
  border-radius: 0;
  width: 70px;
}

.product__quantity {
  margin-right: 15px;
  margin-bottom: 0;
}
.product__quantity .form__label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  letter-spacing: 0.0125em;
  margin-bottom: 3px;
}
.product__quantity .form__input-container {
  position: relative;
  width: 80px;
  border: 1px solid #BEBEB9;
  border-radius: 20px;
  overflow: hidden;
}
.product__quantity .form__increment {
  top: 2px;
}
.product__quantity .form__increment--down {
  top: 47%;
}
.product__quantity .form__control {
  padding: 6px 15px;
}
.product__quantity .cart__quantity {
  margin: 0;
  border: 0;
}

.product__container {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.product__container .selector-wrapper {
  width: 100%;
}

.add-to-cart-button__wrapper {
  margin-left: 0;
}

.promote__price {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #222222;
}

.promote__price-frequency {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #222222;
}

.promote__container {
  margin-top: 17px;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .promote__container {
    margin-bottom: 25px;
  }
}
.promote__container .promote__content1 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 600;
}
.promote__container .promote__content2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-top: 10px;
  font-weight: 600;
}
.promote__container .promote__content2 strong,
.promote__container .promote__content2 b {
  color: #E6FF00;
  font-weight: 700;
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/search/_search.scss ***!
  \***********************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--search-results {
  grid-column: full;
}
.page-section--search-results .search-results__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-section--search-results .search-results__item {
  border-bottom: 1px solid #fff;
  display: flex;
  flex-flow: row nowrap;
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .page-section--search-results .search-results__item {
    padding: 26px 0;
  }
}
.page-section--search-results .search-results__image {
  flex: 0 1 16.667%;
  margin-right: 24px;
}
@media (min-width: 1024px) {
  .page-section--search-results .search-results__image {
    max-width: 150px;
    margin-right: 26px;
  }
}
.page-section--search-results .search-results__content {
  flex: 0 1 83.333%;
}
@media (min-width: 1024px) {
  .page-section--search-results .search-results__content {
    max-width: calc(8/12 * 100%);
  }
}
.page-section--search-results .search-results__title {
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .page-section--search-results .search-results__title {
    margin-bottom: 10px;
  }
}
.page-section--search-results .search-results__link {
  padding-bottom: 0;
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/customers/account/_account.scss ***!
  \***********************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.page-section--account-details .address {
  margin: 20px 0;
}

.account-details__title {
  margin-top: 0;
}

.form-success {
  padding-bottom: 30px;
}

.breadcrumbs-container {
  margin-bottom: 20px;
}

.button__log-out {
  margin-top: 20px;
}

.form__cancel-link {
  display: block;
  margin-top: 20px;
}

.order-table__table {
  width: 100%;
  border-collapse: collapse;
}
.order-table__table th,
.order-table__table td {
  border: 0;
}
.order-table__table tr:nth-child(2n) {
  background: #fff;
}

tr.order-table__header {
  border-bottom: 1px solid #fff;
}

.order-table__header-item {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #BEBEB9;
  color: #000;
  text-align: left;
  padding: 10px 0 0;
}
.order-table__header-item:last-of-type {
  text-align: right;
}
@media (min-width: 680px) {
  .order-table__header-item:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 680px) {
  .order-table__header-item {
    text-align: left;
    padding: 0px 10px 20px 0;
  }
}

td.order-table__item {
  padding: 10px 0 0;
  min-width: 100px;
}
@media (min-width: 680px) {
  td.order-table__item {
    text-align: left;
    padding: 20px 5px;
  }
}
td.order-table__item:last-of-type {
  text-align: right;
  padding: 10px 0 10px;
}
@media (min-width: 680px) {
  td.order-table__item:last-of-type {
    padding: 20px 0;
  }
}
td.order-table__item:not(.order-table__item-price) {
  font-size: 16px;
  font-size: 1.6rem;
}

.order-table__row {
  border-top: 1px solid #fff;
}
@media (min-width: 680px) {
  .order-table__row {
    border-top: 0;
  }
}

.order-table__footer .order-table__row {
  border-top: 0;
  width: 100%;
}
.order-table__footer .order-table__row:first-of-type {
  border-top: 1px solid #fff;
}
.order-table__footer .order-table__row .small--hide {
  display: none;
}
@media (min-width: 680px) {
  .order-table__footer .order-table__row .small--hide {
    display: table-cell;
  }
}
.order-table__footer .order-table__row .order-table__item {
  padding: 10px 0 0;
}
@media (min-width: 680px) {
  .order-table__footer .order-table__row .order-table__item {
    padding: 20px 0 0;
  }
}

.address p {
  margin-bottom: 0;
}
.address .address__title {
  margin-bottom: 5px;
}
.address .button-collection--address {
  align-items: center;
  margin-bottom: 0;
}
.address .button-collection--address .form__button {
  margin-right: 20px;
}

#address_form_new {
  margin-top: 30px;
}

.form--address-edit {
  margin-top: 20px;
}

.page-section--account-details a {
  font-size: 16px;
  font-size: 1.6rem;
}

.template-addresses .form__wrapper {
  margin-left: 0;
}
.template-addresses .button--link {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.template-addresses .button--link:hover {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
}
.template-addresses .button--address-update {
  margin-right: 10px;
}

.order-page__title {
  margin-top: 0;
  margin-bottom: 5px;
}

.order-page__subtitle {
  margin-bottom: 40px;
}

.order-addresses {
  margin-bottom: 40px;
}

.page-header--account-form .page-header__content {
  padding-bottom: 0;
  text-align: center;
}

.template-account .page-header__title {
  margin-bottom: 30px;
}

.page-header--addresses .page-header__content {
  padding-bottom: 20px;
}

.form__register-link {
  display: block;
  margin-bottom: 10px;
}

.shopify-challenge__container {
  padding: 60px 0;
}
.shopify-challenge__container .shopify-challenge__error {
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #EB0000;
  margin-bottom: 20px;
}
.shopify-challenge__container .shopify-challenge__button {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: bold;
  padding: 9px 28px;
  text-align: center;
  text-transform: none;
  background-color: #E6FF00;
  color: #000;
  margin-top: 30px;
}

.page-section__divider {
  width: 100%;
  margin: 0;
  height: 1px;
  background-color: #fff;
  border: none;
}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/customers/addresses/_addresses.scss ***!
  \***************************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.addresses [aria-expanded=true] ~ div.address__form {
  display: block;
}

.addresses [aria-expanded=false] ~ div.address__form {
  display: none;
}

.address__form--edit {
  width: 100%;
}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/customers/login/_login.scss ***!
  \*******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@media (min-width: 1024px) {
  #CustomerLoginForm {
    margin: 0 50px;
  }
}

#login-form-header {
  text-align: center;
  margin-top: 100px;
}
#login-form-header .page-header__title {
  margin: 0 0 30px;
}
#login-form-header .page-header__subtitle {
  max-width: 60%;
  margin: 0 auto;
}
#login-form-header #recover-form-copy {
  margin: 10px 0 0 0;
}

.login-warning-wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  margin: 30px auto 0;
  background: #78919B;
  color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: left;
  justify-content: left;
  align-items: top;
  padding: 20px;
}
@media (min-width: 1024px) {
  .login-warning-wrapper {
    width: 545px;
    align-items: center;
  }
}
.login-warning-wrapper #login-warning-icon {
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.login-warning-wrapper #login-warning-icon .icon__information {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .login-warning-wrapper #login-warning-icon .icon__information {
    width: 20px;
    height: 20px;
  }
}
.login-warning-wrapper .login-warning-message {
  display: inline-block;
  margin: 0;
}
.login-warning-wrapper .login-warning-message p {
  margin: 0;
}

.page-section--login {
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .page-section--login {
    margin: 80px 0;
  }
}

.form--login label.error, .form--login span.error {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #EB0000;
  margin-top: 10px;
  text-transform: none;
}
.form--login .form__wrapper {
  max-width: 400px;
}
.form--login .form__field {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}
.form--login .form__field--submit {
  display: flex;
  justify-content: center;
  margin: 0;
}
.form--login .form__footer--forget {
  display: flex;
  justify-content: center;
}

#RecoverPassword {
  margin-top: 20px;
  text-transform: none;
}

#login-submit {
  display: flex;
  flex-direction: row;
  width: 400px;
  justify-content: center;
  align-items: center;
}

#login-submit--text {
  line-height: 20px;
  line-height: 2rem;
}

@keyframes spinner {
  0% {
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0%, 0%, 0) rotate(360deg);
  }
}
#login-submit--loading {
  display: none;
  width: 24px;
  height: 24px;
  -webkit-animation: 1.5s linear infinite spinner;
  animation: 1.5s linear infinite spinner;
  z-index: 10;
}

#login-error {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
  color: #EB0000;
  margin-top: 20px;
  text-transform: none;
  text-align: center;
}

#CustomerPassword-error {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
  color: #EB0000;
  margin-top: 10px;
  text-transform: none;
}

.external-login-container {
  display: block;
  margin: 20px 0 60px 0;
}
@media (min-width: 1024px) {
  .external-login-container {
    margin: 20px 0 80px 0;
  }
}

.external-login--submit {
  display: flex;
  justify-content: center;
}

.external-login-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  width: 400px;
  height: 51px;
}
.external-login-button .icon {
  margin-right: 10px;
}

#google-login-button {
  background: #FFFFFF;
  border-color: #000;
  color: #000;
}
#google-login-button .icon {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

#facebook-login-submit {
  background: #395598;
  border-color: #395598;
  color: #fff;
}
#facebook-login-submit .icon {
  width: 19px;
  height: 19px;
}

#apple-login-button {
  background: #222;
  border-color: #222;
  color: #fff;
}
#apple-login-button .icon {
  width: 36px;
  height: 36px;
}

.login-divider {
  font-family: "FormGintoNormal", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-weight: 600;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.login-divider > span {
  position: relative;
  display: inline-block;
}

.login-divider > span:before,
.login-divider > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 170px;
  height: 1px;
  background: #D8D8D8;
}

.login-divider > span:before {
  right: 100%;
  margin-right: 15px;
}

.login-divider > span:after {
  left: 100%;
  margin-left: 15px;
}

.page-section--reset-password {
  margin: 20px 0 60px 0;
}
@media (min-width: 1024px) {
  .page-section--reset-password {
    margin: 20px 0 80px 0;
  }
}

#recover-form-back {
  margin: 20px 0 5px 0;
}
@media (min-width: 1024px) {
  #recover-form-back {
    margin: 40px 0 0 75px;
  }
}

#HideRecoverPasswordLink {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
}
#HideRecoverPasswordLink .icon {
  height: 9px;
}

.recover-form-back-text {
  margin-left: 8.5px;
}

#recover-form-wrapper {
  margin: 0px;
  text-align: center;
}

#recover-form-title {
  font-size: 28px;
  font-size: 2.8rem;
}

#recover-form-success-copy {
  display: none;
}

#recover-submit {
  width: 400px;
}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/templates/customers/order/_order.scss ***!
  \*******************************************************************************************************************************************************************************/
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@font-face {
  font-family: "FormGintoNord-Black";
  src: url(../assets/FormGintoNord-Black..woff2) format("woff2"), url(../assets/FormGintoNord-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Black..woff2) format("woff2"), url(../assets/FormGintoNormal-Black..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Bold..woff2) format("woff2"), url(../assets/FormGintoNormal-Bold..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Medium..woff2) format("woff2"), url(../assets/FormGintoNormal-Medium..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "FormGintoNormal";
  src: url(../assets/FormGintoNormal-Regular..woff2) format("woff2"), url(../assets/FormGintoNormal-Regular..woff) format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.order-page__title {
  margin-top: 0;
  margin-bottom: 5px;
}

.order-page__subtitle {
  margin-bottom: 40px;
}

.order-addresses {
  margin-bottom: 40px;
}
