/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Legacy aliases.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
@import '../../node_modules/photoswipe/dist/photoswipe.css';
*::selection {
  background-color: hsl(180, 60%, 1%);
  color: hsl(240, 20%, 99%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! 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;
}

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: hsl(240, 20%, 99%);
  color: hsl(180, 60%, 1%);
  font-family: "DM Sans";
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

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

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

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

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
/**
 * Button (default).
 */
.button--default {
  background-color: hsl(180, 60%, 1%);
  color: hsl(240, 20%, 99%);
}
.button--default:hover {
  background-color: hsl(240, 20%, 99%);
  color: hsl(180, 60%, 1%);
}

/**
 * Button (transparent).
 */
.button--transparent {
  border: 1px solid hsl(240, 20%, 99%);
  color: hsl(240, 20%, 99%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-radius: 8px;
  margin-top: 24px;
  width: fit-content;
  font-weight: 300;
}
.button--transparent.black {
  border: 1px solid hsl(180, 100%, 0.2%);
  color: hsl(191, 68%, 4.9%);
  padding: 11px 16px;
}

/**
 * Button (green).
 */
.button--green {
  border: 1px solid hsl(191, 68%, 4.9%);
  color: hsl(191, 68%, 4.9%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border-radius: 9px;
  margin-top: 24px;
  width: fit-content;
  font-weight: 300;
  min-width: 353px;
}
.button--green .button--inner {
  background-color: hsl(63, 86.5%, 40.6%);
  margin: 2px;
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 24px;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 24px;
}
.cms-output h5 {
  margin-bottom: 24px;
}
.cms-output .is-intro {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(0, 100%, 50%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  color: hsl(0, 100%, 50%);
}
.cms-output blockquote {
  position: relative;
  padding: 0 48px;
  color: hsl(191, 68%, 4.9%);
  font-family: "Arimo";
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  margin-block: 24px;
  padding-left: 60px;
}
.cms-output blockquote p {
  position: relative;
  padding: 28px 24px;
}
.cms-output blockquote p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: hsl(191, 68%, 4.9%);
}
.cms-output blockquote::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='31' viewBox='0 0 34 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2730_54230)'%3E%3Cpath d='M33.7652 17.2803C33.7652 22.3144 29.6878 26.3918 24.6538 26.3918H22.8315V25.1769H24.6538C29.0121 25.1769 32.5504 21.6386 32.5504 17.2803V16.6729H19.1869V2.09448H33.7652V17.2803ZM32.5504 9.9911V3.30935H20.4017V15.458H32.5504V9.9911ZM14.3274 17.2803C14.3274 22.3144 10.25 26.3918 5.21592 26.3918H3.39362V25.1769H5.21592C9.57424 25.1769 13.1125 21.6386 13.1125 17.2803V16.6729H-0.250977V2.09448H14.3274V17.2803ZM13.1125 9.9911V3.30935H0.963888V15.458H13.1125V9.9911Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2730_54230'%3E%3Crect width='33.5135' height='31' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 34px;
  height: 31px;
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(0, 100%, 50%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

groen {
  color: hsl(63, 86.5%, 40.6%);
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  margin-top: 120px;
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label {
  color: hsl(189, 68%, 9.8%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 16px;
  display: flex;
}
label .gfield_required {
  display: none;
}

input,
textarea,
.ginput_container_select {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 42px;
  border-radius: 8px;
  padding: 11px 15px;
  background-color: hsl(240, 20%, 99%);
  font-weight: 500;
  border: 1px solid hsl(180, 60%, 1%);
  color: hsl(180, 60%, 1%);
}
input::placeholder,
textarea::placeholder,
.ginput_container_select::placeholder {
  color: #ABABAB;
}
input:focus,
textarea:focus,
.ginput_container_select:focus {
  background-color: hsl(240, 20%, 99%);
}

.ginput_container_select {
  display: flex;
  align-items: center;
}

textarea {
  height: 230px;
  padding-top: 15px;
}

.gfield_required {
  color: hsl(0, 100%, 50%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(180, 60%, 1%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(180, 60%, 1%);
  border-radius: 2px;
  background-color: hsl(240, 20%, 99%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(180, 60%, 1%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 25px;
}
.gfield.gfield_error input,
.gfield.gfield_error select,
.gfield.gfield_error textarea {
  border-color: hsl(0, 100%, 50%);
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(0, 100%, 50%);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsl(0, 100%, 50%);
  color: hsl(0, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0, 100%, 50%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(180, 60%, 1%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(0, 100%, 50%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(240, 20%, 99%);
  padding: 5px;
  color: hsl(180, 60%, 1%);
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Arimo";
  color: hsl(180, 60%, 1%);
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(240, 20%, 99%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 80px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 64px;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 599px) {
  h1,
  .heading-1 {
    font-size: 36px;
    line-height: 1.4em;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 40px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 30px;
    line-height: 1.4em;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 32px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 24px;
    line-height: 1.4em;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 24px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 20px;
    line-height: 1.4em;
  }
}

/**
* Heading 3.
*/
h5 {
  font-size: 20px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 20px;
    line-height: 1.4em;
  }
}

/**
 * Subheading.
 */
p, a, li, span {
  font-size: 16px;
  line-height: 23px;
}
@media only screen and (max-width: 899px) {
  p, a, li, span {
    font-size: 16px;
    line-height: 1.5em;
  }
}
p.is-white, a.is-white, li.is-white, span.is-white {
  color: hsl(240, 20%, 99%);
}

.has-lazy-load {
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 500ms;
  transition: all 750ms ease;
}

.has-lazy-load[loaded=true] {
  opacity: 1;
}

.pagination {
  width: 100%;
  margin-top: 40px;
}
.pagination .wrapper.flex {
  justify-content: center;
  padding-block: 0;
}
@media only screen and (max-width: 1199px) {
  .pagination .wrapper.flex {
    padding-block: 0;
  }
}
@media only screen and (max-width: 899px) {
  .pagination .wrapper.flex {
    padding-block: 0;
  }
}
@media only screen and (max-width: 599px) {
  .pagination .wrapper.flex {
    padding-block: 0;
  }
}
.pagination .page-numbers {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 250ms ease;
  color: hsl(180, 60%, 1%);
  font-weight: 500;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: hsl(63, 86.5%, 40.6%);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
  border: none;
  border-radius: 8px;
  width: 42px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(191, 22.1%, 84.9%);
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  top: 0;
  width: 10px;
  height: 6px;
  transform: rotate(90deg);
  transition: all 250ms ease;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: hsl(63, 86.5%, 40.6%);
}
.pagination .page-numbers.prev:hover svg path, .pagination .page-numbers.next:hover svg path {
  stroke: hsl(240, 20%, 99%);
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
  background: hsl(63, 86.5%, 40.6%);
}
.pagination .page-numbers.next svg {
  transform: rotate(-90deg);
}
.pagination .page-numbers.next svg path {
  stroke: hsl(240, 20%, 99%);
}
.pagination .page-numbers.next:hover {
  background: hsl(191, 22.1%, 84.9%);
}
.pagination .page-numbers.next:hover svg path {
  stroke: hsl(180, 60%, 1%);
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1512px + 112px);
  padding: 0 56px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1512px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1512px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(1512px + 378px);
  padding: 0 189px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(1512px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(1512px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* arimo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/arimo-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arimo-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arimo";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/arimo-v35-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arimo-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/arimo-v35-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arimo-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arimo";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/arimo-v35-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arimo-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/arimo-v35-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arimo-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arimo";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/arimo-v35-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arimo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/arimo-v35-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arimo-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arimo";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/arimo-v35-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/dm-sans-v17-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/dm-sans-v17-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v17-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/dm-sans-v17-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans-v17-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/dm-sans-v17-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/dm-sans-v17-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/dm-sans-v17-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans-v17-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/dm-sans-v17-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Components.
 */
.top-bar {
  padding-block: 14px;
  background-color: hsl(189, 68%, 9.8%);
  color: hsl(240, 20%, 99%);
  overflow: hidden;
}
.top-bar .wrapper {
  display: flex;
  flex-direction: row;
  width: max-content;
}
.top-bar .top-bar__usps {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  padding-right: 40px;
}
.top-bar .top-bar__usp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: hsl(240, 20%, 99%);
  width: 100%;
  border-bottom: 1px solid hsl(180, 60%, 1%);
}
.header .header__wrapper {
  padding-block: 18px;
  align-items: center;
  padding-left: max(56px, (100vw - 1512px) / 2);
  padding-right: 0;
}
@media only screen and (max-width: 899px) {
  .header .header__wrapper {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .header .header__wrapper {
    padding-left: 24px;
  }
}
.header .header__menu-button-wrapper {
  padding: 0 28px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header .header__menu-button-wrapper {
    display: block;
  }
}
.header .header__menu-button-wrapper::before {
  top: -29px;
  left: 0;
  width: 1px;
  height: 78px;
  background-color: hsl(180, 60%, 1%);
  content: "";
  position: absolute;
}
.header .header__menu-button span {
  width: 22px;
  height: 1px;
  background-color: #1C1C1C;
  display: block;
  margin-block: 6px;
  transition: all 350ms ease;
}
.header .header__menu-button.is-active span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}
.header .header__menu-button.is-active span:nth-child(2) {
  transform: rotate(135deg);
  position: relative;
  top: -2px;
}
.header .header__cart {
  padding: 12px 28px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header .header__cart {
    margin-left: auto;
  }
}
.header .header__cart a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header__cart a svg path {
  transition: all 250ms ease;
}
.header .header__cart a:hover svg path {
  fill: hsl(63, 86.5%, 40.6%);
}
.header .header__cart::before {
  top: -18px;
  left: 0;
  width: 1px;
  height: 78px;
  background-color: hsl(180, 60%, 1%);
  content: "";
  position: absolute;
}

.navigation {
  margin-left: auto;
  padding-right: 24px;
}
@media only screen and (max-width: 1199px) {
  .navigation {
    display: none;
  }
}
.navigation .navigation__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.navigation .navigation__menu-item.navigation__menu-item--has-submenu {
  position: relative;
}
.navigation .navigation__menu-item.navigation__menu-item--has-submenu .navigation__menu-arrow {
  transition: transform 250ms ease;
}
.navigation .navigation__menu-item.navigation__menu-item--has-submenu:hover .navigation__menu-arrow {
  transform: rotate(180deg);
}
.navigation .navigation__menu-item.navigation__menu-item--has-submenu::after {
  position: absolute;
  background-color: transparent;
  content: "";
  left: -16px;
  top: 100%;
  min-width: 184px;
  width: 100%;
  height: 18px;
  pointer-events: none;
}
.navigation .navigation__menu-item.navigation__menu-item--has-submenu:hover .navigation__submenu {
  pointer-events: all;
  opacity: 1;
}
.navigation .navigation__menu-item.navigation__menu-item--has-submenu:hover::after {
  pointer-events: all;
}
.navigation .navigation__menu-item a {
  transition: color 250ms ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  color: hsl(191, 68%, 4.9%);
}
.navigation .navigation__menu-item a svg path {
  transition: stroke 250ms ease;
}
.navigation .navigation__menu-item a .navigation__menu-arrow {
  display: flex;
  align-items: center;
}
.navigation .navigation__menu-item a:hover {
  color: hsl(63, 86.5%, 40.6%);
}
.navigation .navigation__menu-item a:hover svg path {
  stroke: hsl(63, 86.5%, 40.6%);
}
.navigation .navigation__submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: -16px;
  width: 100%;
  min-width: 184px;
  background-color: hsl(240, 20%, 99%);
  pointer-events: none;
  opacity: 0;
  transition: all 250ms ease;
  z-index: 1;
}
.navigation .navigation__submenu .navigation__submenu-item {
  padding: 8px 16px;
}
.navigation .navigation__submenu .navigation__submenu-item a {
  font-weight: 300;
  color: hsl(191, 68%, 4.9%);
  transition: color 250ms ease;
}
.navigation .navigation__submenu .navigation__submenu-item a:hover {
  color: hsl(63, 86.5%, 40.6%);
}
.navigation .navigation__submenu .navigation__submenu-item:not(:last-child) {
  border-bottom: 1px solid hsl(189, 68%, 9.8%);
}

.navigation-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100vw;
  width: 100%;
  height: calc(100% - 100px);
  margin-top: 100px;
  transition: all 350ms ease;
  background: hsl(240, 20%, 99%);
  opacity: 0;
  z-index: 999;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .navigation-mobile {
    height: calc(100% - 129px);
    margin-top: 129px;
  }
}
@media only screen and (max-width: 899px) {
  .navigation-mobile {
    height: calc(100% - 130px);
    margin-top: 130px;
  }
}
.navigation-mobile.is-active {
  left: 0;
  opacity: 1;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .navigation__menu {
  padding-block: 28px;
}
.navigation-mobile .navigation__menu .navigation__menu-item {
  padding-block: 16px;
  padding-inline: 56px;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile .navigation__menu .navigation__menu-item {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .navigation-mobile .navigation__menu .navigation__menu-item {
    padding-inline: 24px;
  }
}
.navigation-mobile .navigation__menu .navigation__menu-item:not(:first-child) {
  border-top: 1px solid hsl(180, 100%, 0.2%);
}
.navigation-mobile .navigation__menu .navigation__menu-item .navigation__menu-link {
  transition: color 250ms ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  color: hsl(180, 60%, 1%);
  font-family: "Arimo";
  font-size: 40px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile .navigation__menu .navigation__menu-item .navigation__menu-link {
    font-size: 30px;
    line-height: 1.4em;
  }
}
.navigation-mobile .navigation__menu .navigation__menu-item .navigation__menu-link svg path {
  transition: stroke 250ms ease;
}
.navigation-mobile .navigation__menu .navigation__menu-item .navigation__menu-link .navigation__menu-arrow {
  display: flex;
  align-items: center;
}
.navigation-mobile .navigation__menu .navigation__menu-item .navigation__submenu-link {
  font-weight: 300;
  color: hsl(180, 60%, 1%);
  font-family: "DM Sans";
  font-size: 32px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile .navigation__menu .navigation__menu-item .navigation__submenu-link {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.navigation-mobile .navigation__menu .navigation__menu-item--has-submenu .navigation__menu-arrow {
  transition: transform 250ms ease;
}
.navigation-mobile .navigation__menu .navigation__menu-item--has-submenu.is-active .navigation__menu-arrow {
  transform: rotate(180deg);
}
.navigation-mobile .navigation__menu .navigation__submenu {
  padding-top: 10px;
}
.navigation-mobile .navigation__menu .navigation__submenu-item {
  padding-left: 16px;
}
.navigation-mobile .navigation-mobile__contact {
  padding-inline: 56px;
  display: flex;
  flex-direction: column;
  padding-block: 24px 32px;
  margin-top: auto;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile .navigation-mobile__contact {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .navigation-mobile .navigation-mobile__contact {
    padding-inline: 24px;
  }
}
.navigation-mobile .navigation-mobile__contact p {
  margin-bottom: 8px;
  display: flex;
  font-weight: 500;
}
.navigation-mobile .navigation-mobile__contact a {
  color: hsl(180, 60%, 1%);
  font-weight: 300;
  transition: color 250ms ease;
}
.navigation-mobile .navigation-mobile__contact a:hover {
  color: hsl(63, 86.5%, 40.6%);
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden;
}
body.is-active .header::before {
  bottom: 0;
}

.hero-home {
  position: relative;
}
.hero-home::before {
  background-image: url("../images/hero-home-line.svg");
  position: absolute;
  right: 0;
  top: -40px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-home .wrapper {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .hero-home .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .hero-home .wrapper {
    padding-block: 56px;
  }
}
.hero-home .hero-home__container {
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .hero-home .hero-home__container {
    flex-direction: column;
    gap: 244px;
  }
}
.hero-home .hero-home__title {
  max-width: 420px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .hero-home .hero-home__title {
    max-width: 200px;
  }
}
.hero-home .hero-home__image {
  max-width: 730px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .hero-home .hero-home__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}
@media only screen and (max-width: 899px) {
  .hero-home .hero-home__image {
    max-width: 495px;
    top: 80px;
    left: unset;
    right: 40px;
    transform: unset;
  }
}
@media only screen and (max-width: 599px) {
  .hero-home .hero-home__image {
    max-width: 360px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}
.hero-home .hero-home__image img {
  max-width: 730px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .hero-home .hero-home__image img {
    object-fit: contain;
  }
}
@media only screen and (max-width: 899px) {
  .hero-home .hero-home__image img {
    max-width: 495px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .hero-home .hero-home__image img {
    max-width: 360px;
  }
}
.hero-home .hero-home__content {
  max-width: 345px;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 899px) {
  .hero-home .hero-home__content {
    margin-left: auto;
  }
}
@media only screen and (max-width: 599px) {
  .hero-home .hero-home__content {
    max-width: 100%;
    position: relative;
  }
  .hero-home .hero-home__content::before {
    background: linear-gradient(180deg, rgba(252, 252, 253, 0) 0%, #FCFCFD 87.98%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    pointer-events: none;
  }
}
@media only screen and (max-width: 599px) {
  .hero-home .hero-home__content .hero-home__editor {
    max-width: 50%;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 599px) {
  .hero-home .hero-home__content .button--green {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.hero-home .hero-home__usps {
  position: relative;
  z-index: 2;
  padding: 14px 0;
  color: hsl(180, 60%, 1%);
  overflow: hidden;
  border-top: 1px solid hsl(180, 100%, 0.2%);
  border-bottom: 1px solid hsl(180, 100%, 0.2%);
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  background-color: hsl(240, 20%, 99%);
}
@media only screen and (max-width: 599px) {
  .hero-home .hero-home__usps {
    margin-top: 40px;
  }
}
.hero-home .hero-home__usps-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  list-style: none;
  margin: 0;
  margin-inline: auto;
  padding: 0;
  justify-content: center;
}
.hero-home__usps--marquee .hero-home .hero-home__usps-track {
  flex-shrink: 0;
  padding-right: 64px;
  justify-content: flex-start;
  width: auto;
  margin-inline: 0;
}
.hero-home .hero-home__usp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  flex-shrink: 0;
}
.hero-home .hero-home__usp p {
  margin: 0;
}
.hero-home .hero-home__title {
  position: relative;
  z-index: 3;
}

.hero {
  position: relative;
}
.hero::before {
  background-image: url("../images/hero-line.svg");
  position: absolute;
  right: 0;
  top: 160px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .hero::before {
    top: -40px;
    background-size: contain;
  }
}
.hero .wrapper {
  padding-block: 120px;
  display: flex;
  flex-direction: row;
  gap: 128px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 899px) {
  .hero .wrapper {
    padding-block: 80px;
    gap: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .hero .wrapper {
    padding-block: 56px;
    flex-direction: column;
    gap: 40px;
  }
}
.hero .hero__content {
  max-width: 636px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .hero .hero__content {
    max-width: 464px;
  }
}
@media only screen and (max-width: 899px) {
  .hero .hero__content {
    max-width: 376px;
  }
}
@media only screen and (max-width: 599px) {
  .hero .hero__content {
    max-width: 100%;
  }
}
.hero .hero__image {
  max-width: 636px;
  min-height: 636px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .hero .hero__image {
    max-width: 464px;
    min-height: 464px;
  }
}
@media only screen and (max-width: 899px) {
  .hero .hero__image {
    max-width: 376px;
    min-height: 376px;
  }
}
@media only screen and (max-width: 599px) {
  .hero .hero__image {
    max-width: 100%;
    min-height: unset;
    height: 390px;
  }
}
.hero .hero__image img {
  max-width: 636px;
  min-height: 636px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .hero .hero__image img {
    max-width: 464px;
    min-height: 464px;
  }
}
@media only screen and (max-width: 899px) {
  .hero .hero__image img {
    max-width: 376px;
  }
}
@media only screen and (max-width: 599px) {
  .hero .hero__image img {
    max-width: 100%;
    min-height: unset;
    height: 390px;
  }
}
.hero .hero__subtitle {
  color: hsl(180, 100%, 0.2%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid hsl(180, 100%, 0.2%);
  background: hsl(63, 60%, 88.2%);
  padding: 4px 16px;
  width: fit-content;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
}
.hero .hero__title {
  font-size: 40px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  .hero .hero__title {
    font-size: 30px;
    line-height: 1.4em;
  }
}
.hero .hero__editor {
  margin-top: 8px;
}
.hero .hero__editor * {
  color: hsl(180, 60%, 1%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.hero .hero__usps {
  position: relative;
  z-index: 2;
  padding: 14px 0;
  color: hsl(180, 60%, 1%);
  overflow: hidden;
  border-top: 1px solid hsl(180, 100%, 0.2%);
  border-bottom: 1px solid hsl(180, 100%, 0.2%);
  display: flex;
  flex-direction: row;
}
.hero .hero__usps-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  padding-right: 64px;
  margin-inline: auto;
}
.hero__usps:not(.hero__usps--marquee) .hero .hero__usps-track {
  width: 100%;
  justify-content: center;
  padding-right: 0;
}
.hero .hero__usp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  flex-shrink: 0;
}
.hero .hero__usp p {
  margin: 0;
}

.usps {
  position: relative;
}
.usps::before {
  background-image: url("../images/usp-line.svg");
  position: absolute;
  left: -80px;
  top: 240px;
  width: 100%;
  height: 110%;
  content: "";
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 82%;
}
.usps .wrapper {
  padding-block: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .usps .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .usps .wrapper {
    padding-block: 56px;
  }
}
.usps .usps__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.usps .usps__item {
  max-width: calc(33.333% - 16px);
  width: 100%;
  border-radius: 8px;
  border: 1px solid hsl(180, 100%, 0.2%);
  background: #F1F5F6;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media only screen and (max-width: 899px) {
  .usps .usps__item {
    max-width: calc(50% - 12px);
  }
  .usps .usps__item:last-child:nth-child(odd) {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .usps .usps__item {
    max-width: 100%;
  }
}
.usps .usps__icon {
  margin-bottom: 16px;
}
.usps .usps__item-title {
  margin-bottom: 8px;
  color: hsl(191, 68%, 4.9%);
}
.usps .usps__item-editor {
  margin-top: auto;
}
.usps .usps__item-editor * {
  color: hsl(191, 66.2%, 15.1%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.social-slider .wrapper {
  padding-block: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .social-slider .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .social-slider .wrapper {
    padding-block: 56px;
  }
}
.social-slider .social-slider__title {
  text-align: center;
  margin-bottom: 24px;
}
.social-slider .social-slider__items {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.social-slider .social-slider__item {
  position: relative;
  height: 560px;
  border-radius: 10px;
  overflow: clip;
  cursor: pointer;
}
.social-slider .social-slider__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.social-slider .social-slider__item:hover .social-slider__thumbnail {
  transform: scale(1.05);
}

.social-slider__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-slider__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.social-slider__modal-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 960px;
}

.social-slider__modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.social-slider__modal-player {
  position: relative;
  width: 100%;
}
.social-slider__modal-player iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 10px;
}

.testimonial-grid {
  padding-block: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .testimonial-grid {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .testimonial-grid {
    padding-block: 56px;
  }
}
.testimonial-grid .testimonial-grid__reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
}
.testimonial-grid .testimonial-grid__reviews img {
  max-width: 120px;
  max-height: 21px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonial-grid .testimonial-grid__reviews span {
  color: hsl(191, 68%, 4.9%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
.testimonial-grid .testimonial-grid__editor {
  margin-top: 16px;
}
.testimonial-grid .testimonial-grid__editor * {
  color: #010404;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.testimonial-grid .testimonial-grid__items {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background-color: hsl(240, 20%, 99%);
}
.testimonial-grid .testimonial-grid__item {
  border: 1px solid hsl(180, 100%, 0.2%);
  padding: 32px 24px;
  max-width: 33.385%;
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
}
@media only screen and (max-width: 599px) {
  .testimonial-grid .testimonial-grid__item {
    max-width: 100%;
  }
}
.testimonial-grid .testimonial-grid__item-editor {
  margin-top: 20px;
}
.testimonial-grid .testimonial-grid__item-editor * {
  color: hsl(191, 66.2%, 15.1%);
}
.testimonial-grid .testimonial-grid__item-footer {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.testimonial-grid .testimonial-grid__item-footer img {
  border-radius: 100px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  max-width: 48px;
  aspect-ratio: 1/1;
  height: auto;
}
.testimonial-grid .testimonial-grid__item-content {
  display: flex;
  flex-direction: column;
}
.testimonial-grid .testimonial-grid__item-content p {
  color: hsl(191, 68%, 4.9%);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.testimonial-grid .testimonial-grid__item-content span {
  color: hsl(180, 1%, 60.4%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.workflow {
  background-color: hsl(189, 68%, 9.8%);
  position: relative;
  overflow: clip;
}
.workflow::before {
  background-image: url("../images/workflow-line.svg");
  position: absolute;
  left: 24px;
  top: 70px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  pointer-events: none;
}
.workflow::after {
  top: 0;
  left: 0;
  position: absolute;
  background-color: hsl(189, 68%, 9.8%);
  content: "";
  width: 190px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .workflow::after {
    display: none;
  }
}
.workflow .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .workflow .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .workflow .wrapper {
    padding-block: 56px;
  }
}
.workflow .workflow__title {
  text-align: center;
  color: hsl(240, 20%, 99%);
  margin-bottom: 8px;
  position: relative;
  z-index: 6;
}
.workflow .workflow__editor {
  text-align: center;
  position: relative;
  z-index: 6;
}
.workflow .workflow__editor * {
  color: hsl(240, 20%, 99%);
}
.workflow .button {
  margin-inline: auto;
  margin-top: 32px;
  position: relative;
  z-index: 6;
}
.workflow .workflow__items {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  min-width: 0;
  flex: 1;
}
@media only screen and (max-width: 599px) {
  .workflow .workflow__items {
    width: 100%;
    max-width: 100%;
  }
}
.workflow .workflow__items .workflow__item {
  border-radius: 8px;
  border: 1px solid hsl(240, 20%, 99%);
  background: #fff;
  overflow: clip;
  display: flex;
  flex-direction: column;
  height: auto;
}
.workflow .workflow__items img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.workflow .workflow__items .workflow__item-content {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.workflow .workflow__items .workflow__item-title {
  margin-bottom: 16px;
}
.workflow .workflow__items .workflow__item-editor {
  margin-top: auto;
}
.workflow .workflow__count {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  align-items: center;
  z-index: 6;
}
@media only screen and (max-width: 599px) {
  .workflow .workflow__count {
    flex-direction: row;
    margin-top: 34px;
  }
}
.workflow .workflow__count::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: hsl(191, 22.1%, 84.9%);
}
@media only screen and (max-width: 599px) {
  .workflow .workflow__count::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    width: 100%;
    height: 1px;
  }
}
.workflow .workflow__count .workflow__count-item {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsl(191, 22.1%, 84.9%);
  color: hsl(191, 22.1%, 84.9%);
  border-radius: 100px;
  background-color: hsl(189, 68%, 9.8%);
  position: relative;
  z-index: 1;
  transition: all 250ms ease;
}
.workflow .workflow__count .workflow__count-item.is-active {
  border: 1px solid hsl(240, 20%, 99%);
  color: hsl(189, 68%, 9.8%);
  background-color: hsl(191, 22.1%, 84.9%);
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
.workflow .workflow__container {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .workflow .workflow__container {
    flex-direction: column;
    gap: 24px;
  }
}

.faq .wrapper {
  padding-block: 120px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .faq .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .faq .wrapper {
    padding-block: 56px;
    flex-direction: column;
    gap: 24px;
  }
}
.faq .faq__head {
  max-width: 569px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 1199px) {
  .faq .faq__head {
    max-width: 364px;
  }
}
@media only screen and (max-width: 899px) {
  .faq .faq__head {
    max-width: 100%;
  }
}
.faq .faq__body {
  max-width: 807px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .faq .faq__body {
    max-width: 594px;
  }
}
@media only screen and (max-width: 899px) {
  .faq .faq__body {
    max-width: 100%;
  }
}
.faq .faq__item-title {
  text-align: left;
  width: 100%;
}
.faq .faq__item-title-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px 64px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.faq .faq__items {
  border: 1px solid hsl(180, 100%, 0.2%);
  border-radius: 8px;
  overflow: clip;
}
.faq .faq__item {
  padding: 24px 16px 20px 16px;
  overflow: clip;
}
.faq .faq__item:has(button.is-active) {
  background-color: hsl(190, 66.9%, 24.9%);
}
.faq .faq__item:has(button.is-active) .count {
  background-color: transparent;
  border: 1px solid hsl(240, 20%, 99%);
  color: hsl(240, 20%, 99%);
}
.faq .faq__item:has(button.is-active) .faq__item-title {
  color: hsl(240, 20%, 99%);
}
.faq .faq__item:has(button.is-active) .faq__item-editor * {
  color: hsl(240, 20%, 99%);
}
.faq .faq__item:has(button.is-active) .faq__item-icon {
  border-radius: 24px;
  border: 1px solid hsl(240, 20%, 99%);
  background: hsl(191, 22.1%, 84.9%);
  transform: rotate(45deg);
}
.faq .faq__item:not(:last-child) {
  border-bottom: 1px solid hsl(180, 100%, 0.2%);
  border-radius: 0 0 8px 8px;
}
.faq .faq__item .button--transparent {
  border: 1px solid hsl(240, 20%, 99%);
  color: hsl(240, 20%, 99%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 2px 16px;
  border-radius: 8px;
  margin-top: 24px;
  width: fit-content;
  font-weight: 300;
}
.faq .faq__item .count {
  border-radius: 8px;
  border: 1px solid hsl(180, 100%, 0.2%);
  background: #F1F5F6;
  padding: 4px 16px;
  color: hsl(180, 100%, 0.2%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  transition: all 250ms ease;
}
.faq .faq__item .faq__item-icon {
  border-radius: 24px;
  border: 1px solid hsl(180, 100%, 0.2%);
  width: 30px;
  max-width: 30px;
  min-width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease;
}
.faq .faq__cta {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.faq .faq__cta .faq__cta-editor {
  margin-top: 8px;
  opacity: 0.8;
}
.faq .faq__cta .button--transparent {
  border-radius: 8px;
  border: 1px solid hsl(180, 100%, 0.2%);
  color: hsl(189, 68%, 9.8%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 2px 16px;
  border-radius: 8px;
  margin-top: 24px;
  width: fit-content;
  font-weight: 300;
}

.counter .wrapper {
  padding-block: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .counter .wrapper {
    padding-block: 80px;
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .counter .wrapper {
    padding-block: 56px;
  }
}
.counter .counter__content {
  max-width: 668px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .counter .counter__content {
    max-width: 100%;
  }
}
.counter .counter__logo {
  margin-bottom: 24px;
}
.counter .counter__logo img {
  max-height: 40px;
  width: auto;
}
.counter .counter__editor {
  margin-top: 16px;
}
.counter .counter__editor * {
  color: hsl(191, 66.2%, 15.1%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.counter .counter__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  gap: 32px;
  position: relative;
}
.counter .counter__items::after {
  position: absolute;
  content: "";
  width: calc(50% - 16px);
  height: 1px;
  background-color: hsl(180, 100%, 0.2%);
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.counter .counter__items::before {
  position: absolute;
  content: "";
  width: calc(50% - 32px);
  height: 1px;
  background-color: hsl(180, 100%, 0.2%);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.counter .counter__item {
  display: flex;
  flex-direction: row;
  padding: 24px;
  border-left: 1px solid hsl(180, 100%, 0.2%);
  flex-wrap: wrap;
}
.counter .counter__item:nth-last-child(-n+2) {
  border-bottom: none;
}
.counter .counter__number,
.counter .counter__subtext {
  color: var(--Zwart-900, #000101);
  font-family: "Arimo";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 899px) {
  .counter .counter__number,
  .counter .counter__subtext {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.counter .counter__bottom-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  width: 100%;
}
.counter .counter__image {
  max-width: 668px;
  width: 100%;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .counter .counter__image {
    max-width: 100%;
  }
}
.counter .counter__image[data-vimeo-url] {
  cursor: pointer;
}
.counter .counter__image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.counter .counter__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.counter__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.counter__modal-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 960px;
}

.counter__modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.counter__modal-player {
  position: relative;
  width: 100%;
}
.counter__modal-player iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 10px;
}

.content-default .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 899px) {
  .content-default .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-default .wrapper {
    padding-block: 56px;
  }
}
.content-default.content-default--blue {
  background-color: hsl(189, 68%, 9.8%);
}
.content-default.content-default--blue .content-default__subtitle {
  border: 1px solid hsl(240, 20%, 99%);
  background: hsl(191, 22.1%, 84.9%);
}
.content-default.content-default--blue .content-default__title {
  color: hsl(240, 20%, 99%);
}
.content-default.content-default--blue .content-default__editor {
  color: hsl(240, 20%, 99%);
}
.content-default.content-default--blue .button--transparent {
  border: 1px solid hsl(240, 20%, 99%);
  color: hsl(240, 20%, 99%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 2px 16px;
  border-radius: 8px;
  margin-top: 24px;
  width: fit-content;
  font-weight: 300;
}
.content-default.content-default--blue .button--transparent svg path {
  fill: hsl(240, 20%, 99%);
}
.content-default.content-default--blue .button--transparent.black {
  border: 1px solid hsl(240, 20%, 99%);
  color: hsl(240, 20%, 99%);
  padding: 11px 16px;
}
.content-default .content-default__subtitle {
  color: hsl(180, 100%, 0.2%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid hsl(180, 100%, 0.2%);
  background: hsl(63, 60%, 88.2%);
  padding: 4px 16px;
  width: fit-content;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
}
.content-default .content-default__container {
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media only screen and (max-width: 899px) {
  .content-default .content-default__container {
    flex-direction: column;
    gap: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .content-default .content-default__container {
    gap: 24px;
  }
}
.content-default .content-default__title {
  max-width: 569px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-default .content-default__title {
    max-width: 374px;
  }
}
@media only screen and (max-width: 899px) {
  .content-default .content-default__title {
    max-width: 100%;
  }
}
.content-default .content-default__body {
  max-width: 668px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-default .content-default__body {
    max-width: 536px;
  }
}
@media only screen and (max-width: 899px) {
  .content-default .content-default__body {
    max-width: 100%;
  }
}
.content-default .content-default__image {
  width: 100%;
  height: 689px;
  position: relative;
  border-radius: 8px;
  overflow: clip;
}
@media only screen and (max-width: 899px) {
  .content-default .content-default__image {
    height: 566px;
  }
}
@media only screen and (max-width: 599px) {
  .content-default .content-default__image {
    height: 234px;
  }
}
.content-default .content-default__image[data-vimeo-url] {
  cursor: pointer;
}
.content-default .content-default__image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.content-default .content-default__image img {
  width: 100%;
  height: 689px;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .content-default .content-default__image img {
    height: 566px;
  }
}
@media only screen and (max-width: 599px) {
  .content-default .content-default__image img {
    height: 234px;
  }
}

.content-default__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-default__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.content-default__modal-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 960px;
}

.content-default__modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.content-default__modal-player {
  position: relative;
  width: 100%;
}
.content-default__modal-player iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 10px;
}

.content-form .wrapper {
  padding-block: 120px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .content-form .wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 899px) {
  .content-form .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-form .wrapper {
    padding-block: 56px;
  }
}
.content-form .content-form__content {
  max-width: 946px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-form .content-form__content {
    max-width: 100%;
  }
}
.content-form .content-form__title {
  color: hsl(189, 68%, 9.8%);
}
.content-form .content-form__editor {
  margin-top: 8px;
}
.content-form .content-form__editor * {
  color: hsl(191, 66.2%, 15.1%);
}
.content-form .content-form__form {
  margin-top: 16px;
}
.content-form .content-form__contact-title {
  margin-bottom: 24px;
  color: hsl(191, 68%, 4.9%);
}
.content-form .content-form__contact {
  max-width: 390px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-form .content-form__contact {
    max-width: 100%;
  }
}
.content-form .content-form__contact .content-form__contact-blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1199px) {
  .content-form .content-form__contact .content-form__contact-blocks {
    flex-direction: row;
  }
}
@media only screen and (max-width: 599px) {
  .content-form .content-form__contact .content-form__contact-blocks {
    flex-direction: column;
  }
}
.content-form .content-form__contact .content-form__contact-blocks .content-form__contact-block {
  padding: 24px;
  border: 1px solid hsl(180, 100%, 0.2%);
  background-color: hsl(192, 22%, 95%);
  border-radius: 8px;
}
.content-form .content-form__contact .content-form__contact-blocks .content-form__contact-block .content-form__contact-icon {
  margin-bottom: 16px;
}
.content-form .content-form__contact .content-form__contact-blocks .content-form__contact-block .content-form__contact-block-title {
  margin-bottom: 8px;
}

.footer {
  background-color: hsl(189, 68%, 9.8%);
  color: hsl(240, 20%, 99%);
  padding-block: 56px;
  position: relative;
}
.footer::before {
  background-image: url("../images/footer-line.svg");
  position: absolute;
  right: 0;
  top: 160px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .footer::before {
    top: 40px;
    background-size: contain;
  }
}
.footer .wrapper {
  position: relative;
  z-index: 2;
}
.footer .footer__news {
  margin-top: 56px;
  max-width: 740px;
  width: 100%;
}
.footer .footer__news .footer__news-editor {
  margin-bottom: 24px;
  display: flex;
}
.footer .footer__news .footer__news-disclaimer {
  margin-top: 24px;
  display: flex;
}
.footer .footer__news-form .gfield_required {
  display: none;
}
.footer .footer__news-form .gfield_label {
  display: none;
}
.footer .footer__news-form .button--green.gform_button {
  border: 1px solid hsl(240, 20%, 99%);
  min-width: 184px;
  margin: 0;
}
.footer .footer__news-form .button--green.gform_button .button--inner {
  padding: 8px 16px;
}
.footer .footer__news-form .gform_fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.footer .footer__news-form .gfield {
  margin: 0;
}
.footer .footer__news-form .gfield--type-email {
  width: 100%;
  height: 40px;
}
.footer .footer__container {
  margin-top: 56px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer__menu {
  color: hsl(240, 20%, 99%);
  max-width: 481px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__menu {
    max-width: calc(75% - 39px);
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__menu {
    max-width: 100%;
    order: 2;
  }
}
.footer .footer__menu h4 {
  color: hsl(240, 20%, 99%);
}
.footer .footer__menu .cms-output {
  padding-top: 16px;
}
.footer .footer__menu .cms-output a {
  color: hsl(240, 20%, 99%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}
.footer .footer__menu .footer__menu-title-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}
.footer .footer__menu .footer__menu-title-button.is-active .js-toggle-icon {
  border: 1px solid hsl(191, 22.1%, 84.9%);
  transform: rotate(45deg);
  background: hsl(191, 22.1%, 84.9%);
}
.footer .footer__menu .footer__menu-title-button.is-active .js-toggle-icon svg path {
  fill: hsl(190, 66.9%, 24.9%);
}
.footer .footer__menu .js-toggle-icon {
  width: 32px;
  height: auto;
  min-width: 32px;
  max-width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  border: 1px solid hsl(190, 33.3%, 40%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease;
}
.footer .footer__menu .js-toggle-icon svg path {
  fill: hsl(63, 86.5%, 40.6%);
  transition: all 250ms ease;
}
.footer .footer__menu .footer__menu-column {
  padding: 12px 0 16px 0;
}
.footer .footer__menu .footer__menu-column:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer__socials {
  max-width: 110px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__socials {
    max-width: calc(25% - 39px);
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__socials {
    max-width: 100%;
    position: relative;
    order: 1;
  }
}
.footer .footer__socials .footer__socials-title {
  color: hsl(240, 20%, 99%);
  margin-bottom: 12px;
  display: flex;
}
.footer .footer__socials .footer__socials-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer__socials .footer__socials-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.footer .footer__socials .footer__socials-item a {
  color: hsl(240, 20%, 99%);
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .footer__socials .footer__socials-item a span {
  color: hsl(240, 20%, 99%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.footer .footer__socials .footer__socials-review {
  margin-top: 40px;
}
@media only screen and (max-width: 599px) {
  .footer .footer__socials .footer__socials-review {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
.footer .footer__extra {
  max-width: 495px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__extra {
    max-width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .footer .footer__extra {
    order: 3;
  }
}
.footer .footer__extra-logo {
  width: 100%;
}
.footer .footer__extra-logo img {
  width: fit-content;
  height: 100%;
  max-height: 32px;
  object-fit: contain;
}
.footer .footer__extra-tm {
  margin-top: 32px;
}
.footer .footer__extra-editor {
  margin-top: 12px;
}
.footer .footer__copyright {
  margin-top: 32px;
  color: hsl(240, 20%, 99%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.footer .footer__copyright * {
  color: hsl(240, 20%, 99%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.footer .footer__bottom {
  margin-top: 56px;
}

.product-single .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 899px) {
  .product-single .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .product-single .wrapper {
    padding-block: 56px;
  }
}
.product-single .product-single__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
}
@media only screen and (max-width: 899px) {
  .product-single .product-single__container {
    flex-direction: column;
    gap: 64px;
  }
}
.product-single .product-single__left {
  max-width: 668px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .product-single .product-single__left {
    max-width: 496px;
  }
}
@media only screen and (max-width: 899px) {
  .product-single .product-single__left {
    max-width: 100%;
  }
}
.product-single .product-single__gallery {
  width: 100%;
  background-color: rgba(243, 246, 247, 0.6);
  padding: 32px 24px;
  height: fit-content;
}
.product-single .product-single__usps {
  position: relative;
  padding: 14px 0;
  color: hsl(180, 60%, 1%);
  overflow: hidden;
  border-bottom: 1px solid hsl(191, 22.1%, 84.9%);
  display: flex;
  flex-direction: row;
}
.product-single .product-single__usps-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  margin-inline: auto;
  justify-content: space-between;
}
.product-single__usps:not(.product-single__usps--marquee) .product-single .product-single__usps-track {
  width: 100%;
  justify-content: center;
  padding-right: 0;
}
.product-single .product-single__usp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  flex-shrink: 0;
}
.product-single .product-single__usp p {
  margin: 0;
}
.product-single .product-single__content {
  max-width: 668px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .product-single .product-single__content {
    max-width: 496px;
  }
}
@media only screen and (max-width: 899px) {
  .product-single .product-single__content {
    max-width: 100%;
  }
}
.product-single .product-single__main {
  position: relative;
  overflow: hidden;
}
.product-single .product-single__slider {
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.product-single .product-single__slide {
  min-width: 100%;
  width: 100%;
  max-width: 422px;
}
.product-single .product-single__slide img {
  width: 100%;
  height: 100%;
  max-width: 422px;
  display: block;
  object-fit: cover;
  margin-inline: auto;
}
.product-single .product-single__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 8px;
  width: 42px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.product-single .product-single__nav--prev {
  left: 16px;
  background: hsl(191, 22.1%, 84.9%);
}
.product-single .product-single__nav--prev svg {
  transform: rotate(90deg);
}
.product-single .product-single__nav--next {
  right: 16px;
  background: hsl(63, 86.5%, 40.6%);
}
.product-single .product-single__nav--next svg {
  transform: rotate(-90deg);
}
.product-single .product-single__nav--next svg path {
  stroke: hsl(240, 20%, 99%);
}
.product-single .product-single__thumbs {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 70px;
  justify-content: center;
}
.product-single .product-single__thumb {
  border: 1px solid transparent;
  padding: 4px;
  cursor: pointer;
  background: none;
  border-radius: 8px;
  overflow: hidden;
  max-width: 78px;
  width: 100%;
  height: 100%;
  max-height: 57px;
}
.product-single .product-single__thumb.is-active {
  border: 1px solid hsl(180, 60%, 1%);
}
.product-single .product-single__thumb img {
  display: block;
  width: 100%;
  max-height: 57px;
  object-fit: cover;
  border-radius: 4px;
  max-width: 78px;
  height: 100%;
}
.product-single .product-single__reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.product-single .product-single__reviews img {
  max-width: 120px;
  max-height: 21px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-single .product-single__reviews span {
  color: hsl(191, 68%, 4.9%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
.product-single .product-single__price {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  margin-top: 8px;
}
.product-single .product-single__price-discount {
  color: hsl(180, 1%, 60.4%);
  text-align: center;
  font-family: "Arimo";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  overflow: clip;
}
.product-single .product-single__price-discount::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(16deg);
  width: 100%;
  height: 1px;
  background-color: hsl(180, 1%, 60.4%);
}
.product-single .product-single__price-original * {
  font-size: 32px;
  font-family: "Arimo";
  color: hsl(191, 68%, 4.9%);
  font-weight: 400;
}
.product-single .product-single__price-sale {
  color: hsl(180, 100%, 0.2%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid hsl(180, 100%, 0.2%);
  background: hsl(63, 60%, 88.2%);
  padding: 4px 8px;
  width: fit-content;
  text-align: center;
  display: flex;
}
.product-single .product-single__editor * {
  color: #3D4C5E;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.product-single .product-single__cart {
  border: 1px solid hsl(180, 100%, 0.2%);
  border-radius: 12px;
  margin-top: 24px;
}
.product-single .product-single__cart-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid hsl(180, 100%, 0.2%);
  padding: 12px;
  position: relative;
}
.product-single .product-single__cart-head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 64px;
  width: 1px;
  height: 66px;
  background-color: hsl(180, 100%, 0.2%);
}
.product-single .product-single__cart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.product-single .product-single__cart-item img {
  width: 40px;
  height: 38px;
  object-fit: contain;
  border-radius: 4px;
  background: #EBF1F3;
}
.product-single .product-single__cart-title {
  font-size: 16px;
  font-weight: 400;
  color: hsl(191, 68%, 4.9%);
}
.product-single .product-single__cart-quantity select {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: hsl(191, 68%, 4.9%);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23213343' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  min-width: 32px;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.product-single .product-single__cart .button--green {
  width: 100%;
  margin: 12px;
  max-width: calc(100% - 24px);
}
.product-single .product-single__cart .button--green .button--inner {
  width: 100%;
  justify-content: center;
  color: hsl(191, 68%, 4.9%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.product-single .product-single__stock {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  align-items: center;
  gap: 6px;
}
.product-single .product-single__stock span {
  font-size: 14px;
}
.product-single .product-single__stock .dot {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  border-radius: 100px;
}
.product-single .product-single__stock .dot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
.product-single .product-single__stock .dot-instock {
  background-color: #DCE086;
  position: relative;
}
.product-single .product-single__stock .dot-instock::before {
  background-color: hsl(63, 86.5%, 40.6%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-single .product-single__stock .dot-nostock {
  background-color: rgba(255, 0, 0, 0.2);
  position: relative;
}
.product-single .product-single__stock .dot-nostock::before {
  background-color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-single .product-single__faq {
  margin-top: 20px;
}
.product-single .product-single__faq-item {
  padding: 12px 0 16px 0;
}
.product-single .product-single__faq-item:not(:last-child) {
  border-bottom: 1px solid hsl(191, 68%, 4.9%);
}
.product-single .product-single__faq-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}
.product-single .product-single__faq-button.is-active .product-single__faq-icon {
  border: 1px solid hsl(190, 66.9%, 24.9%);
  transform: rotate(45deg);
  background: hsl(191, 22.1%, 84.9%);
}
.product-single .product-single__faq-button.is-active .product-single__faq-icon svg path {
  fill: hsl(190, 66.9%, 24.9%);
}
.product-single .product-single__faq-title {
  text-align: left;
  width: 100%;
}
.product-single .product-single__faq-icon {
  width: 32px;
  height: auto;
  min-width: 32px;
  max-width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  border: 1px solid hsl(180, 60%, 1%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease;
}
.product-single .product-single__faq-icon svg path {
  transition: all 250ms ease;
}
.product-single .product-single__faq-body {
  padding-top: 16px;
}
.product-single .product-single__title {
  font-size: 40px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  .product-single .product-single__title {
    font-size: 30px;
    line-height: 1.4em;
  }
}

.blog-list .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 899px) {
  .blog-list .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .blog-list .wrapper {
    padding-block: 56px;
  }
}
.blog-list .blog-list__grid {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
.blog-list .blog-list__item {
  max-width: calc(25% - 36px);
  width: 100%;
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFF;
  overflow: clip;
}
@media only screen and (max-width: 1199px) {
  .blog-list .blog-list__item {
    max-width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 599px) {
  .blog-list .blog-list__item {
    max-width: 100%;
  }
}
.blog-list .blog-list__item:hover .blog-list__image img {
  transform: scale(1.05);
}
.blog-list .blog-list__image {
  border-radius: 8px;
  height: 208px;
  overflow: clip;
}
.blog-list .blog-list__image img {
  height: 208px;
  width: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}
.blog-list .blog-list__content {
  padding: 24px 20px;
}
.blog-list .blog-list__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px 64px;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.blog-list .blog-list__category {
  color: hsl(180, 100%, 0.2%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid hsl(180, 100%, 0.2%);
  background: hsl(63, 60%, 88.2%);
  padding: 4px 16px;
  width: fit-content;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
}
.blog-list .blog-list__readtime {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: hsl(180, 0.5%, 40.6%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.blog-list .blog-list__title {
  font-size: 24px;
  margin-bottom: 8px;
}
.blog-list .blog-list__link svg {
  transform: rotate(-90deg);
}

.blog-single .wrapper {
  position: relative;
  z-index: 2;
}
.blog-single .blog-single__hero {
  padding-block: 120px;
  background-color: hsl(191, 66.2%, 15.1%);
  position: relative;
}
.blog-single .blog-single__hero::before {
  background-image: url("../images/single-line.svg");
  position: absolute;
  right: 0;
  top: 160px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .blog-single .blog-single__hero {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .blog-single .blog-single__hero {
    padding-block: 56px;
  }
}
.blog-single .blog-single__content {
  padding-block: 120px;
}
@media only screen and (max-width: 899px) {
  .blog-single .blog-single__content {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .blog-single .blog-single__content {
    padding-block: 56px;
  }
}
.blog-single .blog-single__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.blog-single .blog-single__head .blog {
  color: hsl(180, 100%, 0.2%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid hsl(180, 100%, 0.2%);
  background: hsl(63, 60%, 88.2%);
  padding: 4px 16px;
}
.blog-single .blog-single__head .blog-single__subtitle {
  color: hsl(63, 60%, 88.2%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid hsl(63, 60%, 88.2%);
  padding: 4px 16px;
}
.blog-single .blog-single__title {
  font-size: 40px;
  line-height: 1.4em;
  color: hsl(240, 20%, 99%);
  margin-top: 8px;
}
@media only screen and (max-width: 899px) {
  .blog-single .blog-single__title {
    font-size: 30px;
    line-height: 1.4em;
  }
}
.blog-single .blog-single__editor {
  margin-top: 16px;
}
.blog-single .blog-single__editor * {
  color: hsl(240, 20%, 99%);
}
.blog-single .blog-single__meta {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
@media only screen and (max-width: 899px) {
  .blog-single .blog-single__meta {
    justify-content: flex-start;
    margin-top: 24px;
  }
}
.blog-single .blog-single__meta span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.blog-single .blog-single__meta svg path {
  fill: hsl(191, 22.1%, 84.9%);
}
.blog-single .blog-single__meta * {
  color: hsl(191, 22.1%, 84.9%);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.blog-single .blog-single__image {
  margin-top: 24px;
  height: 640px;
  border-radius: 8px;
  overflow: clip;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .blog-single .blog-single__image {
    height: 526px;
  }
}
@media only screen and (max-width: 599px) {
  .blog-single .blog-single__image {
    height: 242px;
  }
}
.blog-single .blog-single__image img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .blog-single .blog-single__image img {
    height: 526px;
  }
}
@media only screen and (max-width: 599px) {
  .blog-single .blog-single__image img {
    height: 242px;
  }
}
.blog-single .blog-single__content .button {
  margin-top: 64px;
  margin-inline: auto;
}
.blog-single .blog-single__content .blog-single__content-editor img {
  height: 402px;
  max-width: 658px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media only screen and (max-width: 599px) {
  .blog-single .blog-single__content .blog-single__content-editor img {
    height: 242px;
    max-width: 100%;
  }
}

.cart-page .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 899px) {
  .cart-page .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .cart-page .wrapper {
    padding-block: 56px;
  }
}
.cart-page .cart-page__title {
  margin-bottom: 24px;
}
.cart-page .cart-page__container {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media only screen and (max-width: 899px) {
  .cart-page .cart-page__container {
    flex-direction: column;
  }
}
.cart-page .cart-page__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart-page .cart-page__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid hsl(191, 22.1%, 84.9%);
  border-radius: 8px;
  background: hsl(240, 20%, 99%);
}
.cart-page .cart-page__item-image {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.cart-page .cart-page__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
.cart-page .cart-page__item-info {
  flex: 1;
}
.cart-page .cart-page__item-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: hsl(191, 68%, 4.9%);
}
.cart-page .cart-page__item-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.cart-page .cart-page__item-price-old {
  font-size: 14px;
  color: hsl(180, 1%, 60.4%);
  text-decoration: line-through;
}
.cart-page .cart-page__item-price-current {
  font-size: 16px;
  font-weight: 500;
  color: hsl(191, 68%, 4.9%);
}
.cart-page .cart-page__item-quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  border: 1px solid hsl(191, 22.1%, 84.9%);
  border-radius: 8px;
  overflow: hidden;
}
.cart-page .cart-page__qty-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: hsl(191, 68%, 4.9%);
}
.cart-page .cart-page__qty-btn:hover {
  background: hsl(191, 22.1%, 84.9%);
}
.cart-page .cart-page__qty-input {
  width: 32px;
  height: 36px;
  text-align: center;
  border: none;
  border-left: 1px solid hsl(191, 22.1%, 84.9%);
  border-right: 1px solid hsl(191, 22.1%, 84.9%);
  font-size: 14px;
  -moz-appearance: textfield;
  appearance: textfield;
}
.cart-page .cart-page__qty-input::-webkit-inner-spin-button, .cart-page .cart-page__qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-page .cart-page__item-remove {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(191, 22.1%, 84.9%);
  border-radius: 8px;
  color: hsl(180, 0.5%, 40.6%);
  transition: all 250ms ease;
}
.cart-page .cart-page__item-remove:hover {
  color: hsl(191, 68%, 4.9%);
  border-color: hsl(191, 68%, 4.9%);
}
.cart-page .cart-page__update {
  margin-top: 8px;
  align-self: flex-start;
}
.cart-page .cart-page__sidebar {
  max-width: 380px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .cart-page .cart-page__sidebar {
    max-width: 100%;
  }
}
.cart-page .cart-page__totals {
  background: #F3F6F7;
  border-radius: 8px;
  padding: 24px;
}
.cart-page .cart-page__totals-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
}
.cart-page .cart-page__totals-row--total {
  border-top: 1px solid hsl(191, 22.1%, 84.9%);
  margin-top: 8px;
  padding-top: 16px;
}
.cart-page .cart-page__totals-row--total .cart-page__totals-label,
.cart-page .cart-page__totals-row--total .cart-page__totals-value {
  font-weight: 500;
  font-size: 18px;
}
.cart-page .cart-page__totals-label {
  font-size: 14px;
  font-weight: 400;
  color: hsl(191, 68%, 4.9%);
}
.cart-page .cart-page__totals-tax {
  display: block;
  font-size: 12px;
  color: hsl(180, 0.5%, 40.6%);
  font-weight: 300;
}
.cart-page .cart-page__totals-value {
  font-size: 14px;
  font-weight: 400;
  color: hsl(191, 68%, 4.9%);
}
.cart-page .cart-page__totals-value--shipping {
  color: hsl(63, 86.5%, 40.6%);
  font-weight: 500;
}
.cart-page .cart-page__checkout {
  width: 100%;
  margin-top: 16px;
}
.cart-page .cart-page__checkout .button--inner {
  width: 100%;
  justify-content: center;
}
.cart-page .cart-page__coupon {
  margin-top: 24px;
}
.cart-page .cart-page__coupon-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: hsl(191, 68%, 4.9%);
  margin-bottom: 8px;
}
.cart-page .cart-page__coupon-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart-page .cart-page__coupon-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid hsl(191, 22.1%, 84.9%);
  border-radius: 8px;
  font-size: 14px;
}
.cart-page .cart-page__coupon-input::placeholder {
  color: hsl(180, 1%, 60.4%);
}
.cart-page .cart-page__coupon-submit {
  align-self: flex-start;
}

.checkout-page .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 899px) {
  .checkout-page .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-page .wrapper {
    padding-block: 56px;
  }
}
.checkout-page .checkout-page__back {
  margin-bottom: 16px;
  margin-top: 0;
}
.checkout-page .checkout-page__back svg {
  transform: rotate(90deg);
}
.checkout-page .checkout-page__login {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.checkout-page .checkout-page__login span {
  font-size: 16px;
  color: hsl(191, 68%, 4.9%);
}
.checkout-page .checkout-page__login .button {
  margin-top: 0;
  padding: 6px 12px;
}
.checkout-page .checkout-page__container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}
@media only screen and (max-width: 899px) {
  .checkout-page .checkout-page__container {
    flex-direction: column;
  }
}
.checkout-page .checkout-page__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.checkout-page .checkout-page__section {
  border: 1px solid hsl(191, 22.1%, 84.9%);
  border-radius: 8px;
  overflow: hidden;
}
.checkout-page .checkout-page__section-title {
  font-size: 20px;
  padding: 20px 24px;
  background: hsl(191, 68%, 4.9%);
  color: hsl(240, 20%, 99%);
  margin: 0;
}
.checkout-page .checkout-page__section-body {
  padding: 24px;
  background: #F3F6F7;
}
.checkout-page .checkout-page__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout-page .checkout-page__field-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 599px) {
  .checkout-page .checkout-page__field-row {
    flex-direction: column;
  }
}
.checkout-page .checkout-page__field-row .checkout-page__field {
  flex: 1;
}
.checkout-page .checkout-page__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.checkout-page .checkout-page__field label {
  font-size: 14px;
  font-weight: 400;
  color: hsl(191, 68%, 4.9%);
}
.checkout-page .checkout-page__field input[type=text],
.checkout-page .checkout-page__field input[type=email],
.checkout-page .checkout-page__field input[type=tel],
.checkout-page .checkout-page__field input[type=number] {
  padding: 12px 16px;
  border: 1px solid hsl(191, 22.1%, 84.9%);
  border-radius: 8px;
  font-size: 14px;
  background: hsl(240, 20%, 99%);
}
.checkout-page .checkout-page__field input[type=text]::placeholder,
.checkout-page .checkout-page__field input[type=email]::placeholder,
.checkout-page .checkout-page__field input[type=tel]::placeholder,
.checkout-page .checkout-page__field input[type=number]::placeholder {
  color: hsl(180, 1%, 60.4%);
}
.checkout-page .checkout-page__field--checkbox {
  flex-direction: row;
  align-items: center;
}
.checkout-page .checkout-page__field--checkbox label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkout-page .checkout-page__field--checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid hsl(191, 22.1%, 84.9%);
  border-radius: 4px;
  cursor: pointer;
}
.checkout-page .checkout-page__payment-methods {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.checkout-page .checkout-page__payment-method {
  border-bottom: 1px solid hsl(191, 22.1%, 84.9%);
}
.checkout-page .checkout-page__payment-method:last-child {
  border-bottom: none;
}
.checkout-page .checkout-page__payment-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  cursor: pointer;
}
.checkout-page .checkout-page__payment-label input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.checkout-page .checkout-page__payment-name {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: hsl(191, 68%, 4.9%);
}
.checkout-page .checkout-page__payment-icon img {
  max-height: 24px;
  width: auto;
}
.checkout-page .checkout-page__payment-fields {
  padding: 0 0 16px 30px;
}
.checkout-page .checkout-page__sidebar {
  max-width: 380px;
  width: 100%;
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 899px) {
  .checkout-page .checkout-page__sidebar {
    max-width: 100%;
    position: static;
  }
}
.checkout-page .checkout-page__sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout-page .checkout-page__overview {
  border: 1px solid hsl(191, 22.1%, 84.9%);
  border-radius: 8px;
  overflow: hidden;
  background: #F3F6F7;
}
.checkout-page .checkout-page__overview-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: hsl(191, 68%, 4.9%);
}
.checkout-page .checkout-page__overview-head.is-active .checkout-page__overview-toggle {
  transform: rotate(45deg);
}
.checkout-page .checkout-page__overview-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms ease;
}
.checkout-page .checkout-page__overview-total {
  font-weight: 500;
  font-size: 16px;
}
.checkout-page .checkout-page__overview-body {
  padding: 0 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checkout-page .checkout-page__overview-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.checkout-page .checkout-page__overview-item-image {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.checkout-page .checkout-page__overview-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
.checkout-page .checkout-page__overview-item-info {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.checkout-page .checkout-page__overview-item-name {
  font-size: 13px;
  color: hsl(191, 68%, 4.9%);
}
.checkout-page .checkout-page__overview-item-qty {
  font-size: 13px;
  color: hsl(180, 0.5%, 40.6%);
}
.checkout-page .checkout-page__overview-item-price {
  font-size: 13px;
  font-weight: 500;
  color: hsl(191, 68%, 4.9%);
}
.checkout-page .checkout-page__terms label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: hsl(180, 60%, 1%);
  cursor: pointer;
  line-height: 1.5;
}
.checkout-page .checkout-page__terms label a {
  color: hsl(191, 68%, 4.9%);
  text-decoration: underline;
}
.checkout-page .checkout-page__terms label input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
}
.checkout-page .checkout-page__submit {
  width: 100%;
}
.checkout-page .checkout-page__submit .button--inner {
  width: 100%;
  justify-content: center;
}
.checkout-page .checkout-page__submit .button--inner svg {
  transform: rotate(-90deg);
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(240, 20%, 99%)-100 color utility.
 */
.color-wit-100 {
  color: hsl(240, 20%, 99%);
}

/**
 * `background-color` hsl(240, 20%, 99%)-100 color utility.
 */
.background-color-wit-100 {
  background-color: hsl(240, 20%, 99%);
}

/**
 * `color` hsl(191, 22.1%, 84.9%)-100 color utility.
 */
.color-petrol-100 {
  color: hsl(191, 22.1%, 84.9%);
}

/**
 * `background-color` hsl(191, 22.1%, 84.9%)-100 color utility.
 */
.background-color-petrol-100 {
  background-color: hsl(191, 22.1%, 84.9%);
}

/**
 * `color` hsl(189, 22.1%, 69.8%)-200 color utility.
 */
.color-petrol-200 {
  color: hsl(189, 22.1%, 69.8%);
}

/**
 * `background-color` hsl(189, 22.1%, 69.8%)-200 color utility.
 */
.background-color-petrol-200 {
  background-color: hsl(189, 22.1%, 69.8%);
}

/**
 * `color` hsl(191, 22.3%, 55.1%)-300 color utility.
 */
.color-petrol-300 {
  color: hsl(191, 22.3%, 55.1%);
}

/**
 * `background-color` hsl(191, 22.3%, 55.1%)-300 color utility.
 */
.background-color-petrol-300 {
  background-color: hsl(191, 22.3%, 55.1%);
}

/**
 * `color` hsl(190, 33.3%, 40%)-400 color utility.
 */
.color-petrol-400 {
  color: hsl(190, 33.3%, 40%);
}

/**
 * `background-color` hsl(190, 33.3%, 40%)-400 color utility.
 */
.background-color-petrol-400 {
  background-color: hsl(190, 33.3%, 40%);
}

/**
 * `color` hsl(190, 66.9%, 24.9%)-500 color utility.
 */
.color-petrol-500 {
  color: hsl(190, 66.9%, 24.9%);
}

/**
 * `background-color` hsl(190, 66.9%, 24.9%)-500 color utility.
 */
.background-color-petrol-500 {
  background-color: hsl(190, 66.9%, 24.9%);
}

/**
 * `color` hsl(190, 66.7%, 20%)-600 color utility.
 */
.color-petrol-600 {
  color: hsl(190, 66.7%, 20%);
}

/**
 * `background-color` hsl(190, 66.7%, 20%)-600 color utility.
 */
.background-color-petrol-600 {
  background-color: hsl(190, 66.7%, 20%);
}

/**
 * `color` hsl(191, 66.2%, 15.1%)-700 color utility.
 */
.color-petrol-700 {
  color: hsl(191, 66.2%, 15.1%);
}

/**
 * `background-color` hsl(191, 66.2%, 15.1%)-700 color utility.
 */
.background-color-petrol-700 {
  background-color: hsl(191, 66.2%, 15.1%);
}

/**
 * `color` hsl(189, 68%, 9.8%)-800 color utility.
 */
.color-petrol-800 {
  color: hsl(189, 68%, 9.8%);
}

/**
 * `background-color` hsl(189, 68%, 9.8%)-800 color utility.
 */
.background-color-petrol-800 {
  background-color: hsl(189, 68%, 9.8%);
}

/**
 * `color` hsl(191, 68%, 4.9%)-900 color utility.
 */
.color-petrol-900 {
  color: hsl(191, 68%, 4.9%);
}

/**
 * `background-color` hsl(191, 68%, 4.9%)-900 color utility.
 */
.background-color-petrol-900 {
  background-color: hsl(191, 68%, 4.9%);
}

/**
 * `color` hsl(63, 60%, 88.2%)-100 color utility.
 */
.color-groen-100 {
  color: hsl(63, 60%, 88.2%);
}

/**
 * `background-color` hsl(63, 60%, 88.2%)-100 color utility.
 */
.background-color-groen-100 {
  background-color: hsl(63, 60%, 88.2%);
}

/**
 * `color` hsl(63, 58.7%, 76.3%)-200 color utility.
 */
.color-groen-200 {
  color: hsl(63, 58.7%, 76.3%);
}

/**
 * `background-color` hsl(63, 58.7%, 76.3%)-200 color utility.
 */
.background-color-groen-200 {
  background-color: hsl(63, 58.7%, 76.3%);
}

/**
 * `color` hsl(63, 59.3%, 64.3%)-300 color utility.
 */
.color-groen-300 {
  color: hsl(63, 59.3%, 64.3%);
}

/**
 * `background-color` hsl(63, 59.3%, 64.3%)-300 color utility.
 */
.background-color-groen-300 {
  background-color: hsl(63, 59.3%, 64.3%);
}

/**
 * `color` hsl(63, 58.8%, 52.4%)-400 color utility.
 */
.color-groen-400 {
  color: hsl(63, 58.8%, 52.4%);
}

/**
 * `background-color` hsl(63, 58.8%, 52.4%)-400 color utility.
 */
.background-color-groen-400 {
  background-color: hsl(63, 58.8%, 52.4%);
}

/**
 * `color` hsl(63, 86.5%, 40.6%)-500 color utility.
 */
.color-groen-500 {
  color: hsl(63, 86.5%, 40.6%);
}

/**
 * `background-color` hsl(63, 86.5%, 40.6%)-500 color utility.
 */
.background-color-groen-500 {
  background-color: hsl(63, 86.5%, 40.6%);
}

/**
 * `color` hsl(63, 86.7%, 32.4%)-600 color utility.
 */
.color-groen-600 {
  color: hsl(63, 86.7%, 32.4%);
}

/**
 * `background-color` hsl(63, 86.7%, 32.4%)-600 color utility.
 */
.background-color-groen-600 {
  background-color: hsl(63, 86.7%, 32.4%);
}

/**
 * `color` hsl(63, 87.1%, 24.3%)-700 color utility.
 */
.color-groen-700 {
  color: hsl(63, 87.1%, 24.3%);
}

/**
 * `background-color` hsl(63, 87.1%, 24.3%)-700 color utility.
 */
.background-color-groen-700 {
  background-color: hsl(63, 87.1%, 24.3%);
}

/**
 * `color` hsl(63, 85.5%, 16.3%)-800 color utility.
 */
.color-groen-800 {
  color: hsl(63, 85.5%, 16.3%);
}

/**
 * `background-color` hsl(63, 85.5%, 16.3%)-800 color utility.
 */
.background-color-groen-800 {
  background-color: hsl(63, 85.5%, 16.3%);
}

/**
 * `color` hsl(63, 85.7%, 8.2%)-900 color utility.
 */
.color-groen-900 {
  color: hsl(63, 85.7%, 8.2%);
}

/**
 * `background-color` hsl(63, 85.7%, 8.2%)-900 color utility.
 */
.background-color-groen-900 {
  background-color: hsl(63, 85.7%, 8.2%);
}

/**
 * `color` hsl(180, 1%, 80.2%)-100 color utility.
 */
.color-zwart-100 {
  color: hsl(180, 1%, 80.2%);
}

/**
 * `background-color` hsl(180, 1%, 80.2%)-100 color utility.
 */
.background-color-zwart-100 {
  background-color: hsl(180, 1%, 80.2%);
}

/**
 * `color` hsl(180, 1%, 60.4%)-200 color utility.
 */
.color-zwart-200 {
  color: hsl(180, 1%, 60.4%);
}

/**
 * `background-color` hsl(180, 1%, 60.4%)-200 color utility.
 */
.background-color-zwart-200 {
  background-color: hsl(180, 1%, 60.4%);
}

/**
 * `color` hsl(180, 0.5%, 40.6%)-300 color utility.
 */
.color-zwart-300 {
  color: hsl(180, 0.5%, 40.6%);
}

/**
 * `background-color` hsl(180, 0.5%, 40.6%)-300 color utility.
 */
.background-color-zwart-300 {
  background-color: hsl(180, 0.5%, 40.6%);
}

/**
 * `color` hsl(180, 1.9%, 20.8%)-400 color utility.
 */
.color-zwart-400 {
  color: hsl(180, 1.9%, 20.8%);
}

/**
 * `background-color` hsl(180, 1.9%, 20.8%)-400 color utility.
 */
.background-color-zwart-400 {
  background-color: hsl(180, 1.9%, 20.8%);
}

/**
 * `color` hsl(180, 60%, 1%)-500 color utility.
 */
.color-zwart-500 {
  color: hsl(180, 60%, 1%);
}

/**
 * `background-color` hsl(180, 60%, 1%)-500 color utility.
 */
.background-color-zwart-500 {
  background-color: hsl(180, 60%, 1%);
}

/**
 * `color` hsl(180, 50%, 0.8%)-600 color utility.
 */
.color-zwart-600 {
  color: hsl(180, 50%, 0.8%);
}

/**
 * `background-color` hsl(180, 50%, 0.8%)-600 color utility.
 */
.background-color-zwart-600 {
  background-color: hsl(180, 50%, 0.8%);
}

/**
 * `color` hsl(180, 33.3%, 0.6%)-700 color utility.
 */
.color-zwart-700 {
  color: hsl(180, 33.3%, 0.6%);
}

/**
 * `background-color` hsl(180, 33.3%, 0.6%)-700 color utility.
 */
.background-color-zwart-700 {
  background-color: hsl(180, 33.3%, 0.6%);
}

/**
 * `color` hsl(180, 100%, 0.4%)-800 color utility.
 */
.color-zwart-800 {
  color: hsl(180, 100%, 0.4%);
}

/**
 * `background-color` hsl(180, 100%, 0.4%)-800 color utility.
 */
.background-color-zwart-800 {
  background-color: hsl(180, 100%, 0.4%);
}

/**
 * `color` hsl(180, 100%, 0.2%)-900 color utility.
 */
.color-zwart-900 {
  color: hsl(180, 100%, 0.2%);
}

/**
 * `background-color` hsl(180, 100%, 0.2%)-900 color utility.
 */
.background-color-zwart-900 {
  background-color: hsl(180, 100%, 0.2%);
}

/**
 * `color` hsl(192, 22%, 95%)-100 color utility.
 */
.color-licht-blauw-100 {
  color: hsl(192, 22%, 95%);
}

/**
 * `background-color` hsl(192, 22%, 95%)-100 color utility.
 */
.background-color-licht-blauw-100 {
  background-color: hsl(192, 22%, 95%);
}