@charset "UTF-8";
/*================================================================================
Variables
================================================================================*/
/*========================================
Layout
========================================*/
/*========================================
Colours
========================================*/
/*========================================
Typography
========================================*/
/*========================================
Weights
========================================*/
/*========================================
Layout
========================================*/
/*========================================
Queries
========================================*/
/*========================================
Animations and transitions
========================================*/
/*! 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;
}

/* Slider */
.slick-slider {
  z-index: 9;
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -ms-touch-action: pan-y;
}
.slick-slider h3 {
  color: #fff;
}
.slick-slider img {
  padding: 0 1rem;
  width: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .slick-track {
    align-items: start;
  }
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slider-outer-container {
  position: relative;
}
.slider-outer-container .slide-container {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-outer-container .slide-container .slider-text-container {
  width: 100%;
  background: rgba(87, 155, 127, 0.5);
  padding: 1rem 3rem;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-outer-container .slide-container .slider-text-container h2 {
  color: #fff;
  font-weight: 300;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  z-index: -1 !important;
}
.slick-slide:active, .slick-slide:focus, .slick-slide:hover, .slick-slide:visited {
  outline: 0;
}
.slick-slide.slick-current, .slick-slide.slick-active {
  z-index: 9999 !important;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  border: none;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #121212;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.slick-arrow.slick-prev {
  left: 30px;
  background: url("../../assets/images/svg/prev-chevron.svg") no-repeat center;
}
.slick-arrow.slick-next {
  right: 30px;
  background: url("../../assets/images/svg/next-chevron.svg") no-repeat center;
}
.slick-dots li {
  padding: 0 0.3rem;
}
.slick-dots li button {
  border: none;
  text-indent: -9999px;
  background: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media screen and (max-width: 980px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 9;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #121212;
}

.hamburger-box {
  width: 25px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 65%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 1px;
  background-color: #121212;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -50px;
  top: -50px;
  transform: translate3d(50px, 50px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -50px;
  top: -50px;
  transform: translate3d(-50px, 50px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -50px;
  top: 50px;
  transform: translate3d(50px, -50px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -50px;
  top: 50px;
  transform: translate3d(-50px, -50px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.5714285714px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 0.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

body {
  font-family: "PPMori-Regular", sans-serif;
}

ol {
  font-family: "PPMori-Bold", sans-serif;
}

ul li {
  line-height: 23px;
}
ol {
  list-style: disc;
  font-family: "PPMori-Regular", sans-serif;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}

.colour-white {
  color: #fff;
}

.colour-black {
  color: #121212;
}

.colour-light-grey {
  color: #f9f6f3;
}

.colour-turquoise {
  color: #11C8D9;
}

.colour-blue {
  color: #1189D9;
}

.colour-colourLightGreen {
  color: #11D9A7;
}

@font-face {
  font-family: "PPMori-Bold";
  src: local("PPMori-Bold"), url("../../assets/fonts/PPMori-Bold.otf") format("opentype"), url("../../assets/fonts/PPMori-Bold.ttf") format("truetype"), url("../../assets/fonts/PPMori-Bold.woff") format("woff"), url("../../assets/fonts/PPMori-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PPMori-BoldItalic";
  src: local("PPMori-Bold"), url("../../assets/fonts/PPMori-BoldItalic.otf") format("opentype"), url("../../assets/fonts/PPMori-BoldItalic.ttf") format("truetype"), url("../../assets/fonts/PPMori-BoldItalic.woff") format("woff"), url("../../assets/fonts/PPMori-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "PPMori-Regular";
  src: local("PPMori-Regular"), url("../../assets/fonts/PPMori-Regular.otf") format("opentype"), url("../../assets/fonts/PPMori-Regular.ttf") format("truetype"), url("../../assets/fonts/PPMori-Regular.woff") format("woff"), url("../../assets/fonts/PPMori-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PPMori-RegularItalic";
  src: local("PPMori-RegularItalic"), url("../../assets/fonts/PPMori-RegularITalic.otf") format("opentype"), url("../../assets/fonts/PPMori-RegularITalic.ttf") format("truetype"), url("../../assets/fonts/PPMori-RegularITalic.woff") format("woff"), url("../../assets/fonts/PPMori-RegularITalic.woff2") format("woff2");
}
h1, h2, h3, h4, h5, h6 {
  font-family: "PPMori-Bold", sans-serif;
  font-weight: initial;
  margin: 0 0 32px 0;
  text-transform: uppercase;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}

h1 {
  font-size: 3.0625rem;
  line-height: 3.0625rem;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.138rem;
    line-height: 2.438rem;
  }
}

h2 {
  font-size: 3.063rem;
  line-height: 3.889rem;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.563rem;
    line-height: 1.563rem;
  }
}

h3 {
  font-size: 2.138rem;
  line-height: 2.438rem;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}

h4 {
  line-height: 1.938rem;
  font-size: 1.938rem;
}
@media screen and (max-width: 480px) {
  h4 {
    margin-bottom: 16px;
  }
}

h5 {
  font-size: 1.563rem;
  line-height: 1.563rem;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

p {
  font-size: 1rem;
  font-family: "PPMori-Regular", sans-serif;
  margin: 0;
  margin-bottom: 16px;
  line-height: 23px;
}
p strong, p b {
  font-family: "PPMori-Bold", sans-serif;
}
p.kicker {
  text-transform: uppercase;
  margin-bottom: 48px;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  p.kicker {
    margin-top: 0;
  }
}
p.strong,
p strong {
  font-family: "PPMori-Bold", sans-serif;
}
p.strong a,
p strong a {
  font-family: "PPMori-Bold", sans-serif;
}

form.wpforms-form input,
form.wpforms-form textarea {
  background-color: #f9f6f3 !important;
  border: none !important;
}
form.wpforms-form button.wpforms-submit {
  background: #121212 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 0.5rem 2rem !important;
  border: 1px solid transparent;
}
form.wpforms-form button.wpforms-submit:hover {
  background: #fff !important;
  color: #121212 !important;
  border: 1px solid #121212 !important;
}

.footer form.wpforms-form input,
.footer form.wpforms-form textarea {
  background-color: #fff !important;
  border: none !important;
}

#product-filter-form,
#attribute-filter-form {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #product-filter-form,
  #attribute-filter-form {
    align-items: flex-start;
  }
}
#product-filter-form p,
#attribute-filter-form p {
  margin-bottom: 0;
  padding-right: 16px;
  font-family: "PPMori-Bold", sans-serif;
}
@media screen and (max-width: 480px) {
  #product-filter-form p.filter-by,
  #attribute-filter-form p.filter-by {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #product-filter-form .filter-button,
  #attribute-filter-form .filter-button {
    width: 40%;
    padding: 10px 16px;
  }
}
#product-filter-form .select-container,
#attribute-filter-form .select-container {
  display: inline;
  position: relative;
  margin-right: 16px;
  box-shadow: none;
  border: solid transparent 2px;
}
@media screen and (max-width: 480px) {
  #product-filter-form .select-container,
  #attribute-filter-form .select-container {
    display: none;
  }
}
#product-filter-form .select-container.filter-active,
#attribute-filter-form .select-container.filter-active {
  border: solid #11C8D9 2px;
}
#product-filter-form .select-container:last-of-type,
#attribute-filter-form .select-container:last-of-type {
  margin-left: auto;
  margin-right: 0;
}
#product-filter-form .select-container span.label,
#attribute-filter-form .select-container span.label {
  position: absolute;
  z-index: 1;
  background: #fff;
  top: 15px;
  left: 15px;
  width: 120px;
  height: 20px;
  color: #121212;
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  #product-filter-form .select-container span.label,
  #attribute-filter-form .select-container span.label {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #product-filter-form .select-container.mobile-select-container,
  #attribute-filter-form .select-container.mobile-select-container {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #product-filter-form .select-container.filter-by,
  #attribute-filter-form .select-container.filter-by {
    display: block;
    width: 40%;
  }
}

.filter-button {
  background: #fff;
  padding: 16px;
}
.filter-button p {
  margin-bottom: 0;
  position: relative;
}
.filter-button p img {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.select2-results__option {
  display: block;
}

/* Hide selected choices in the selection area */
.select2-selection__choice {
  display: none !important; /* Hide selected options from display */
}

/* Ensure placeholder is always visible */
.select2-selection__placeholder {
  display: inline !important; /* Ensure the placeholder text is visible */
}

/* Ensure proper alignment and spacing */
.select2-selection__rendered {
  display: flex;
  align-items: center;
  min-height: 2.5em; /* Adjust as needed for design */
  white-space: nowrap; /* Prevent text wrapping */
}

.select2-selection__choice {
  display: none; /* Hide selected options from display */
}

.select2-selection__placeholder {
  display: inline; /* Show the placeholder text */
}

.select2-container {
  z-index: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--single .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 6px !important;
  position: relative !important;
  top: initial !important;
  left: initial !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--single .select2-selection__choice {
  background-color: transparent !important;
  border: none !important;
}

.select2-container {
  width: 310px !important;
  box-shadow: none;
}
@media screen and (max-width: 980px) {
  .select2-container {
    width: 135px !important;
  }
}
@media screen and (max-width: 980px) {
  .select2-container .select2-results__options {
    width: 140px;
  }
}
.select2-container--open {
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
}
.select2-container .select2-selection__arrow {
  display: none;
}
.select2-container .select2-search--inline {
  float: none !important;
  position: absolute;
  top: 55%;
  left: 15px;
  transform: translateY(-50%);
}
.select2-container #placeholder {
  color: #121212;
}
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  cursor: default;
  border-radius: 0 !important;
  border: 1px solid transparent !important;
  padding: 0.2rem 0 0 0 !important;
  margin: 0 !important;
  margin-right: 1rem;
  font-size: 14px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  height: initial !important;
}
.select2-container .select2-selection--multiple:after,
.select2-container .select2-selection--single:after {
  content: "";
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 190px;
  height: 100%;
  background: url("../../assets/images/svg/down-arrow-thin.svg") no-repeat 95% 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 480px) {
  .select2-container .select2-selection--multiple:after,
  .select2-container .select2-selection--single:after {
    width: 70px;
  }
}
.select2-container--open .select2-selection--multiple:after,
.select2-container--open .select2-selection--single:after {
  background: url("../../assets/images/svg/up-arrow-thin.svg") no-repeat 95% 50%;
}
.select2-container .select2-results {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 30px;
}
.select2-container .select2-results li {
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #121212 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #11C8D9 !important;
  color: #121212 !important;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-results > .select2-results__options {
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.2);
}

.product-filter .select2-container .select2-results {
  top: 0;
}

.header__nav #menu-main-menu {
  padding: 32px 0;
}
.header__nav nav {
  width: 100%;
}
.header__nav ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 1550px) {
  .header__nav ul {
    position: relative;
  }
}
.header__nav ul li {
  display: inline;
}
.header__nav ul li:first-of-type a {
  padding-left: 0;
}
.header__nav ul li a {
  padding: 16px;
  color: #121212;
  font-family: "PPMori-Bold", sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
.header__nav ul li.menu-item-has-children {
  display: inline-block;
}
.header__nav ul li.menu-item-has-children a:after {
  content: "";
  height: 6px;
  width: 11px;
  position: relative;
  transition: filter 0.5s ease-in-out;
  background-image: url("../../assets/images/svg/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(1);
  display: inline-block;
  position: relative;
  z-index: 0;
  top: -2px;
  right: -10px;
}
@media screen and (max-width: 980px) {
  .header__nav ul li.menu-item-has-children a:after {
    background-image: url("../../assets/images/svg/right-arrow.svg");
    filter: invert(0);
    top: -1px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 980px) {
  .header__nav ul li.menu-item-has-children ul li a:after {
    background: none;
  }
}
.header__down .header__nav ul li a {
  color: #121212;
}

.header_js_bottom {
  position: fixed;
  top: -1000px;
  left: 0;
  background-color: #1189D9;
  z-index: 99;
  width: 100%;
  padding: 0px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  height: 350px;
}
.header_js_bottom.active {
  opacity: 1;
  visibility: visible;
  top: 170px;
}
.header_js_bottom:after {
  transition: all 0.5s ease-in-out;
  content: "";
  display: block;
  width: 500px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.header_js_bottom .container {
  position: relative;
  max-width: 1430px;
  height: 350px;
}
.header_js_bottom .container ul.sub-menu {
  margin: auto;
  padding: 0px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 40px);
  align-items: flex-start;
  display: grid;
  width: 90%;
  max-width: 1430px;
  margin: 0 auto;
  min-height: 350px;
  box-sizing: border-box;
  text-align: initial;
  padding: 64px 0;
  z-index: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  margin: 0;
}
.header_js_bottom .container ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0.2rem 0;
  box-sizing: border-box;
  display: block;
  border-radius: 7px;
  background-position: 10px 50%;
  transition: all 0.5s ease-in-out;
}
.header_js_bottom .container ul.sub-menu li:nth-of-type(2) {
  grid-column: 1/-1;
  width: 100%;
  margin-top: -1rem;
}
.header_js_bottom .container ul.sub-menu li:nth-of-type(2) a {
  padding: 0.5rem 0;
  display: block;
  font-size: 1.25rem;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.header_js_bottom .container ul.sub-menu li:nth-of-type(2) a:hover {
  padding-left: 0 !important;
}
.header_js_bottom .container ul.sub-menu li:nth-of-type(2) a:before {
  content: "" !important;
  display: none;
}
.header_js_bottom .container ul.sub-menu li.back {
  display: none;
}
@media screen and (max-width: 480px) {
  .header_js_bottom .container ul.sub-menu li.back {
    display: block;
  }
}
.header_js_bottom .container ul.sub-menu li:nth-child(n+2):nth-child(-n+6) {
  grid-column: 1;
  margin-left: 1rem;
}
.header_js_bottom .container ul.sub-menu li:nth-child(n+7):nth-child(-n+10) {
  grid-column: 2;
}
.header_js_bottom .container ul.sub-menu li:nth-child(n+11):nth-child(-n+14) {
  grid-column: 3;
}
.header_js_bottom .container ul.sub-menu li:nth-child(n+15):nth-child(-n+21) {
  grid-column: 4;
}
.header_js_bottom .container ul.sub-menu li:nth-child(2) {
  grid-row: 1;
}
.header_js_bottom .container ul.sub-menu li:nth-child(3), .header_js_bottom .container ul.sub-menu li:nth-child(7), .header_js_bottom .container ul.sub-menu li:nth-child(11), .header_js_bottom .container ul.sub-menu li:nth-child(15) {
  grid-row: 2;
}
.header_js_bottom .container ul.sub-menu li:nth-child(4), .header_js_bottom .container ul.sub-menu li:nth-child(8), .header_js_bottom .container ul.sub-menu li:nth-child(12), .header_js_bottom .container ul.sub-menu li:nth-child(16) {
  grid-row: 3;
}
.header_js_bottom .container ul.sub-menu li:nth-child(5), .header_js_bottom .container ul.sub-menu li:nth-child(6), .header_js_bottom .container ul.sub-menu li:nth-child(9), .header_js_bottom .container ul.sub-menu li:nth-child(13), .header_js_bottom .container ul.sub-menu li:nth-child(17), .header_js_bottom .container ul.sub-menu li:nth-child(19) {
  grid-row: 4;
}
.header_js_bottom .container ul.sub-menu li:nth-child(6), .header_js_bottom .container ul.sub-menu li:nth-child(10), .header_js_bottom .container ul.sub-menu li:nth-child(14), .header_js_bottom .container ul.sub-menu li:nth-child(18), .header_js_bottom .container ul.sub-menu li:nth-child(20) {
  grid-row: 5;
}
.header_js_bottom .container ul.sub-menu li a {
  position: relative;
  color: #121212;
  text-decoration: underline;
  position: relative;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  text-indent: 0;
  width: initial;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  font-family: "PPMori-Bold", sans-serif;
}
.header_js_bottom .container ul.sub-menu li a:before {
  content: "";
  background-image: url("../../assets/images/svg/next-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: -90px;
  width: 13px;
  height: 10px;
  top: 50%;
  transform: translateY(-70%);
}
.header_js_bottom .container ul.sub-menu li a:hover {
  padding-left: 1.5rem;
}
.header_js_bottom .container ul.sub-menu li a:hover:before {
  left: 0;
}
.header_js_bottom .container ul.sub-menu li.sage-green a {
  background-color: #9ea399;
  color: #121212;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
}
.header_js_bottom .container ul.sub-menu li.sage-green a:hover {
  padding-left: 2.5rem;
}
.header_js_bottom .container ul.sub-menu li.sage-green a:hover:before {
  padding-left: 1.5rem;
}

.home .header__nav ul li a {
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 980px) {
  .header {
    padding: 16px 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .header__inner {
    grid-template-columns: 35% 65%;
  }
}
.header__inner .header__logo img {
  width: 100%;
  transition: 0.5s;
  padding: 16px;
}
.header__down {
  background-color: #fff;
  transition-delay: 2s;
}
.header__down .header__logo img {
  width: 100%;
  max-width: 120px;
  transition: 0.5s;
}
.header__buttons, .header__search {
  text-align: right;
}
.header__search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header__search form {
  position: relative;
  width: 100%;
}
.header__search form input {
  width: 100%;
  padding: 0.6rem 16px 0.5rem 16px;
  border-radius: 30px;
  border: none;
  box-sizing: border-box;
  background: rgba(249, 246, 243, 0.8);
}
.header__search form input:focus, .header__search form input:active {
  border: none;
}
.header__search form input:focus-visible {
  outline: 1px solid #11C8D9;
}
.header__search form button {
  position: absolute;
  top: 2px;
  right: 6px;
  border: none;
  cursor: pointer;
  border: none;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 40px;
  border-radius: 30px;
  background: none;
}
.header__nav, .header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header__nav {
  align-items: center;
  margin-left: auto;
}
.header__nav .hamburger {
  display: none;
}
@media screen and (max-width: 980px) {
  .header__nav {
    align-items: end;
  }
}
.header__contact {
  align-items: end;
}
@media screen and (max-width: 980px) {
  .header__contact {
    display: none;
  }
}
.header__contact a:before {
  left: 10px;
}

a.back-to-top {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: fixed;
  bottom: 5%;
  right: 20px;
  z-index: 999;
  padding: 1rem;
  border: 1px solid #121212;
  background: rgba(240, 235, 227, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.5s ease-in-out;
}
a.back-to-top:hover {
  color: #fff;
  background: #fff;
  border-color: #fff;
}

.mobile.header {
  position: fixed;
  top: 0;
  width: 100%;
}
.mobile .header__inner {
  box-sizing: border-box;
  top: 0 !important;
  display: grid;
  grid-template-columns: 30% 50% 20%;
  grid-template-rows: auto;
  grid-template-areas: "logo search menu" "nav nav nav" "buttons buttons buttons";
}
.mobile .header__inner.header__up__scrolled {
  top: 0 !important;
}
.mobile .header__inner .header__logo img {
  width: 100% !important;
  min-width: 90px !important;
}
.mobile .header__inner.header__up:last-of-type {
  top: 0;
}
.mobile .header__inner .header__search form input:focus-visible {
  outline: #11C8D9;
}
.mobile .header__inner button.hamburger {
  border: 1px solid #121212;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.mobile .header__inner button.hamburger span .hamburger-inner {
  background-color: #121212;
}
.mobile .header__inner button.hamburger span .hamburger-inner:before, .mobile .header__inner button.hamburger span .hamburger-inner:after {
  background-color: #121212;
}
.mobile .header__search {
  grid-area: search;
  position: relative;
  align-items: flex-end;
}
.mobile .header__search .search__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1189D9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.mobile .header__search .search__icon img {
  width: 40%;
}
.mobile .header__search .header-search {
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.mobile .header__search .header-search.show {
  opacity: 1;
  z-index: 99;
  top: 28px;
}
.mobile .header__menu {
  grid-area: menu;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile .header__nav {
  grid-area: nav;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 90%;
  right: -100%;
  background: url("../../assets/images/second-menu-item.png") no-repeat right 80% #1189D9;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  .mobile .header__nav {
    background-position: 0 86%;
  }
}
.mobile .header__nav.show {
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: block;
}
.mobile .header__nav.show:before {
  content: "";
  box-shadow: -50px 0px 0px rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mobile .header__nav.show .header__buttons {
  padding: 16px;
}
.mobile .header__nav.show .header__buttons-inner a.button {
  border-color: #121212;
  color: #121212;
}
.mobile .header__nav.show .header__buttons-inner a.button:last-of-type {
  border: 1px solid #121212;
  padding: 16px 30px 15px 30px !important;
}
.mobile .header__nav .js-navigation-menu ul {
  padding: 0 28px;
  margin: 0;
}
.mobile .header__nav .js-navigation-menu ul li {
  padding: 16px 0;
  display: block;
}
.mobile .header__nav .js-navigation-menu ul li a {
  color: #121212;
  display: block;
  padding: 0;
}
.mobile .header__nav .js-navigation-menu ul li .sub-menu {
  background: #1189D9;
  position: absolute;
  top: -70px;
  right: -100%;
  left: 100%;
  height: 100vh;
  width: 100vw;
  padding: 16px 16px 16px 28px !important;
  box-shadow: none;
  margin-left: 0;
  grid-template-columns: initial;
  align-items: initial;
  min-height: initial;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.3s ease, visibility 0.3s ease, right 0.3s ease, left 0.3s ease;
  display: flex;
  flex-direction: column;
}
.mobile .header__nav .js-navigation-menu ul li .sub-menu:before, .mobile .header__nav .js-navigation-menu ul li .sub-menu:after {
  display: none;
}
.mobile .header__nav .js-navigation-menu ul li .sub-menu.show {
  right: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  padding-bottom: 180px !important;
}
.mobile .header__nav .js-navigation-menu ul li .sub-menu > li:first-child {
  flex-shrink: 0;
  margin-bottom: 16px;
}
.mobile .header__nav .js-navigation-menu ul li .sub-menu > li:first-child a {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mobile .header__nav .js-navigation-menu ul li .sub-menu > li:not(:first-child) {
  height: initial;
  margin-top: 0;
}
.mobile .header__nav .js-navigation-menu ul li .sub-menu li {
  padding: 0;
}
.mobile .header__nav .js-navigation-menu ul li .sub-menu li a {
  display: block;
  padding: 0 0 16px 0;
}

footer {
  background: #f9f6f3;
}
@media screen and (max-width: 980px) {
  footer {
    background-size: initial;
    background-position: center 93%;
  }
}

.footer {
  padding: 96px 0 48px 0;
}
@media screen and (max-width: 980px) {
  .footer {
    padding: 32px 0;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p {
  color: #121212;
}
.footer p {
  color: #121212;
  font-size: 0.875rem;
}
.footer a {
  text-decoration: none;
  color: #121212;
  transition: all 0.2s;
}
.footer ul {
  padding-left: 0;
}
.footer svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 980px) {
  .footer .desktop {
    display: none;
  }
}
.footer .mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .footer .mobile {
    display: block;
  }
}
.footer .mobile .footer-menu-toggle img {
  width: 20px;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 980px) {
  .footer .mobile .footer-menu-toggle img {
    width: 16px;
    margin-bottom: 5px;
    float: right;
  }
}
.footer .first-menu .footer-menu li.menu-item-has-children {
  background: url("../../assets/images/svg/down-arrow-white.svg") no-repeat 50% 7px;
  background-size: 10px;
  padding-bottom: 0.5rem;
  overflow: visible;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .footer .first-menu .footer-menu li.menu-item-has-children {
    background-position: 100% 2px;
  }
}
.footer .first-menu .footer-menu li.menu-item-has-children.active {
  background: url("../../assets/images/svg/up-arrow-white.svg") no-repeat 50% 7px;
  background-size: 10px;
}
@media screen and (max-width: 980px) {
  .footer .first-menu .footer-menu li.menu-item-has-children.active {
    background-position: 100% 2px;
  }
}
.footer .first-menu .footer-menu li.menu-item-has-children a {
  display: block;
}
.footer .first-menu .footer-menu li.menu-item-has-children a:hover {
  padding-left: 0;
}
.footer .first-menu .footer-menu li.menu-item-has-children a:before, .footer .first-menu .footer-menu li.menu-item-has-children a:after {
  display: none;
}
.footer .first-menu .footer-menu li.menu-item-has-children ul.sub-menu {
  padding-left: 16px;
  display: none;
  transition: max-height 0.5s ease, padding 0.5s ease; /* Smooth transition for height and padding */
}
.footer .first-menu .footer-menu li.menu-item-has-children ul.sub-menu.show {
  padding: 16px 0 16px 16px;
  display: block;
}
.footer .first-menu .footer-menu li.menu-item-has-children ul.sub-menu a {
  color: #121212;
  text-decoration: underline;
  position: relative;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  text-indent: 0;
  width: initial;
  display: block;
  font-size: 0.8rem;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
.footer .first-menu .footer-menu li.menu-item-has-children ul.sub-menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.footer .first-menu .footer-menu li.menu-item-has-children ul.sub-menu a:after {
  display: block;
  content: "→";
  transition: 0.2s all;
  position: absolute;
  left: -90px;
  width: 10px;
  height: 10px;
  top: 7%;
}
.footer .first-menu .footer-menu li.menu-item-has-children ul.sub-menu a:hover {
  padding-left: 1rem;
}
.footer .first-menu .footer-menu li.menu-item-has-children ul.sub-menu a:hover:after {
  left: 0;
}
.footer ul li {
  display: block;
  padding-bottom: 0.3rem;
  overflow: hidden;
}
.footer ul li a {
  color: #121212;
  text-decoration: underline;
  position: relative;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  text-indent: 0;
  width: initial;
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
.footer ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.footer ul li a:after {
  content: "→";
  transition: 0.2s all;
  position: absolute;
  left: -90px;
  width: 10px;
  height: 10px;
  top: 7%;
}
.footer ul li a:hover {
  padding-left: 1rem;
}
.footer ul li a:hover:before {
  right: 0;
}
.footer ul li a:hover:after {
  left: 0;
}
.footer .grid {
  grid-gap: 3rem;
}
.footer .grid.grid__col-5 {
  grid-template-columns: 40% 16.5% 16.5% 16.5%;
}
@media screen and (max-width: 980px) {
  .footer .grid.grid__col-5 {
    grid-template-columns: 100%;
  }
}
.footer img {
  width: 200px;
  max-width: 200px;
  margin-bottom: 3rem;
}
.footer__first {
  padding: 0 5rem 0 0;
}
@media screen and (max-width: 980px) {
  .footer__first {
    padding: 0;
    margin-bottom: 32px;
  }
}
.footer__second {
  padding-top: 6.5rem;
}
@media screen and (max-width: 980px) {
  .footer__second {
    padding-top: 0;
  }
}
.footer__third {
  padding-top: 6.5rem;
}
@media screen and (max-width: 980px) {
  .footer__third {
    padding-top: 0;
  }
}
.footer__fourth {
  padding-top: 6.5rem;
}
@media screen and (max-width: 980px) {
  .footer__fourth {
    padding-top: 0;
  }
}
.footer__description {
  margin-bottom: 1rem;
}
.footer__description p {
  font-size: 16px;
}
.footer__contact_details {
  margin-bottom: 1rem;
}
.footer__social-media {
  margin-top: 48px;
}
.footer__social-media img {
  width: 100%;
  max-width: 30px;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .footer__social-media {
    margin-top: 18px;
  }
}
.footer__newsletter {
  width: 100%;
}
.footer__newsletter .wpforms-field-container {
  display: flex;
  gap: 1rem;
}
.footer__newsletter .wpforms-container .wpforms-field-row.wpforms-field-medium {
  width: 100%;
  max-width: 100%;
}
.footer__newsletter .wpforms-field {
  width: 50%;
}
.footer__newsletter .wpforms-field input {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (max-width: 980px) {
  .footer__newsletter {
    grid-template-columns: 100%;
    grid-gap: 32px;
  }
}
.footer__citation {
  border-top: 1px solid #4f5153;
  padding-top: 32px;
  grid-template-columns: 60% 40%;
  grid-gap: 0 !important;
}
.footer__citation .citation {
  text-align: right;
}
.footer__citation .citation a {
  text-decoration: underline;
}

.breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 9;
  font-family: "PPMori-Regular", sans-serif;
}

a {
  text-decoration: underline;
  color: #121212;
}
a strong {
  font-family: "PPMori-Bold", sans-serif;
}

a,
button {
  font-family: "PPMori-Regular", sans-serif;
}
a.inline-btn,
button.inline-btn {
  position: relative;
  color: #fff;
  text-decoration: underline;
  position: relative;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  text-indent: 0;
  width: initial;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition: all 0.2s;
  overflow: hidden;
}
a.inline-btn:before,
button.inline-btn:before {
  content: "→";
  transition: 0.2s all;
  position: absolute;
  left: -90px;
  width: 13px;
  height: 10px;
  top: 30%;
}
a.inline-btn:hover,
button.inline-btn:hover {
  padding-left: 1.5rem;
}
a.inline-btn:hover:before,
button.inline-btn:hover:before {
  left: 0;
}
a.button,
button.button {
  border-radius: 0;
  font-family: "PPMori-Bold", sans-serif;
  padding: 16px 30px 15px 30px;
  text-align: center;
  line-height: 16px;
  margin: 16px auto;
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  box-shadow: none !important;
}
a.button:before,
button.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101%;
  background: #121212;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
a.button:hover,
button.button:hover {
  color: #fff !important;
}
a.button:hover:before,
button.button:hover:before {
  transform: scaleX(1);
}

.home a.button {
  border: 1px solid #fff;
  color: #fff;
}
.home a.button:hover {
  color: #121212;
}

.woocommerce a.button,
.woocommerce button.button {
  border-radius: 0 !important;
  font-family: "PPMori-Bold", sans-serif;
  padding: 16px 30px 15px 30px;
  text-align: center;
  line-height: 16px;
  margin: 16px auto;
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
}
.woocommerce a.button:before,
.woocommerce button.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101%;
  background: #121212;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  color: #fff;
}
.woocommerce a.button:hover:before,
.woocommerce button.button:hover:before {
  transform: scaleX(1);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media screen and (max-width: 980px) {
  .accordion__outer .grid__2-1 {
    grid-template-columns: initial;
  }
}
.accordion__outer .grid__2-1 h4 {
  margin-top: 32px;
}
@media screen and (max-width: 980px) {
  .accordion__outer .grid__2-1 h4 h4 {
    font-size: 1.5rem;
    line-height: 1.889rem;
  }
}

.accordion {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 64px;
}
@media screen and (max-width: 980px) {
  .accordion {
    min-height: initial;
    grid-template-columns: 100%;
  }
}
.accordion__image {
  position: relative;
  height: 600px;
}
.accordion__image .accordion-image {
  max-height: 600px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left;
  background-position: center;
  background-repeat: no-repeat img;
  background-repeat-position: absolute;
  background-repeat-top: 0;
  background-repeat-left: 0;
  background-repeat-width: 100%;
  background-repeat-height: 100%;
  background-repeat-object-fit: cover;
  background-repeat-max-height: 600px;
}
.accordion__text .accordion-title {
  cursor: pointer;
  position: relative;
  border-top: 1px solid #f9f6f3;
}
.accordion__text .accordion-title h6 {
  margin: 0;
  padding: 16px 0;
}
@media screen and (max-width: 980px) {
  .accordion__text .accordion-title h6 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.accordion__text .accordion-title h6 img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.accordion__text .accordion-content {
  display: none;
}

.single-product .accordion {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 64px 0;
  display: block;
}
.single-product .accordion dl {
  margin: 0;
  text-align: left;
}
.single-product .accordion dl dt {
  border-bottom: 1px solid #1189D9;
}
.single-product .accordion dl dt a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 1.25rem;
  color: #121212;
  font-family: "PPMori-Bold", sans-serif;
  padding: 16px;
  box-sizing: border-box;
}
.single-product .accordion dl dt a img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.single-product .accordion dl dd {
  margin-left: 0;
  max-height: 500px;
  overflow: auto;
}
.single-product .accordion dl dd .accordion__values {
  margin-left: 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.single-product .accordion dl dd .accordion__values:nth-of-type(odd) {
  background: #f9f6f3;
}
.single-product .accordion dl dd .accordion__values .accordion__title p {
  font-family: "PPMori-Bold", sans-serif;
  font-size: 14px;
  margin: 0;
}
.single-product .accordion a.button {
  margin-top: 64px;
  color: #121212;
  border-color: #121212;
}
.single-product .accordion a.button:before {
  background: #121212;
}
.single-product .accordion a.button:hover {
  color: #fff;
}

.benefits-outer {
  position: relative;
}
.benefits-outer .slick-arrow {
  position: relative;
  display: none;
}
@media screen and (max-width: 980px) {
  .benefits-outer .slick-arrow {
    display: block;
  }
}
.benefits-outer .slick-arrow.slick-prev {
  left: 130px;
}
.benefits-outer .slick-arrow.slick-next {
  left: 190px;
  top: -47px;
}

.benefits {
  padding: 32px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.benefits p {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 20px;
}
.benefits p:first-of-type {
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.benefits__inner {
  transition: all 2s;
  padding: 0 32px;
}
.benefits__inner_img {
  background: #f9f6f3;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 50px;
  height: 50px;
  transition: all 1.5s;
}
@media screen and (max-width: 980px) {
  .benefits__inner_img {
    max-width: 70px;
    height: 70px;
  }
}
.benefits__inner_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.benefits__inner:hover {
  cursor: pointer;
}
.benefits__inner:hover .benefits__inner_img {
  background: #11D9A7;
}
.benefits p:first-of-type {
  font-family: "PPMori-Bold", sans-serif;
}
.benefits.benefits-js {
  padding: 32px;
}
.benefits.benefits-js .benefits__inner {
  padding: 0;
}

.categorys {
  margin-top: 64px !important;
  padding: 48px 0;
}
@media screen and (max-width: 980px) {
  .categorys {
    margin-top: 0 !important;
  }
}
.categorys .product-list {
  padding: 32px 0;
}
.categorys .product-list img {
  box-sizing: border-box;
}

.cards__outer {
  border-bottom: 1px solid #1189D9;
  padding-bottom: 64px;
}

.cards__intro {
  width: 75%;
  margin-bottom: 64px;
}
@media screen and (max-width: 980px) {
  .cards__intro {
    width: 100%;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .cards {
    grid-template-columns: 100%;
  }
}
.cards__inner {
  padding: 32px;
  text-align: center;
  position: relative;
}
.cards__inner img {
  margin-bottom: 32px;
}
.cards__inner__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

.service {
  position: relative;
}
.service .slick-list {
  padding: 0 !important;
}
.service__outer {
  position: relative;
}
.service__outer h4 {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .service__outer h4 {
    width: 80%;
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.service__outer p {
  letter-spacing: 1px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .service__outer p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 980px) {
  .service__outer .service-description {
    margin-bottom: 16px;
  }
}
.service .button-container {
  position: absolute;
  bottom: 0;
  right: 16px;
  height: 54px;
}
@media screen and (max-width: 1550px) {
  .service .button-container {
    right: 16px;
  }
}
@media screen and (max-width: 980px) {
  .service .button-container {
    position: relative;
  }
}
.service .button-container .service-prev-desktop,
.service .button-container .service-next-desktop {
  display: block;
  position: absolute;
  top: 0;
}
.service .button-container .service-prev-desktop.slick-prev,
.service .button-container .service-next-desktop.slick-prev {
  right: 50px;
}
@media screen and (max-width: 1550px) {
  .service .button-container .service-prev-desktop.slick-prev,
  .service .button-container .service-next-desktop.slick-prev {
    right: 90px;
  }
}
.service .button-container .service-prev-desktop.slick-next,
.service .button-container .service-next-desktop.slick-next {
  right: -16px;
}
@media screen and (max-width: 1550px) {
  .service .button-container .service-prev-desktop.slick-next,
  .service .button-container .service-next-desktop.slick-next {
    right: 10px;
  }
}
.service .button-container .service-prev-desktop .slick-arrow,
.service .button-container .service-next-desktop .slick-arrow {
  padding: 0;
  text-indent: 0;
  border: 1px solid #121212;
  border-radius: 50%;
  margin-top: 0;
}
.service .button-container .service-prev-desktop .slick-arrow img,
.service .button-container .service-next-desktop .slick-arrow img {
  width: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .service .button-container .service-prev-desktop,
  .service .button-container .service-next-desktop {
    display: none;
  }
}
.service .button-container .service-prev-mobile .service-next-mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .service .button-container .service-prev-mobile .service-next-mobile {
    display: block;
  }
}
.service .button-container .slick-arrow {
  position: relative;
  top: initial;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: none;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 1550px) {
  .service .button-container .slick-arrow {
    position: absolute;
  }
}
@media screen and (max-width: 980px) {
  .service .button-container .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
  }
}
.service .button-container .slick-arrow .button {
  position: static;
}
.service .button-container .slick-arrow .button:before {
  background: #121212;
}
.service .button-container .slick-arrow .button img {
  width: 45%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #121212;
  padding: 16px 0.9rem;
  border-radius: 50%;
}
@media screen and (max-width: 980px) {
  .service .button-container .slick-arrow .button img {
    width: 30%;
    padding: 12px 11px;
  }
}
.service .button-container .slick-arrow .button:hover:before {
  background: #121212;
}
.service .button-container .slick-arrow.slick-prev {
  left: initial;
  right: initial;
}
@media screen and (max-width: 1550px) {
  .service .button-container .slick-arrow.slick-prev {
    left: -70px;
  }
}
@media screen and (max-width: 980px) {
  .service .button-container .slick-arrow.slick-prev {
    right: 50px;
    left: initial;
  }
}
.service .button-container .slick-arrow.slick-prev.hidden {
  display: none;
}
.service .button-container .slick-arrow.slick-next {
  right: initial;
}
@media screen and (max-width: 980px) {
  .service .button-container .slick-arrow.slick-next {
    right: 0;
  }
}
.service .button-container .slick-arrow.slick-next.hidden {
  display: none;
}
.service .services__single {
  margin: 0 1rem;
}
.service .services__single__title {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .service .services__single__title {
    padding: 0;
  }
}
.service .services__single__title .services-title-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
}
.service .services__single__title .services-title-image img {
  padding: 0;
  max-height: 490px;
  height: 490px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .service .services__single__title .services-title-image {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.service .services__single__title .services-text {
  height: 94%;
  padding: 16px;
  position: absolute;
  bottom: -86%;
  transition: all 0.3s ease-in-out;
}
.service .services__single__title .services-text .services-copy {
  color: #fff;
}
.service .services__single__title .services-text .services-copy h6 {
  font-family: "PPMori-Regular", sans-serif;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s;
}
.service .services__single__title .services-text .services-copy h6 a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .service .services__single__title .services-text .services-copy h6 {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
.service .services__single:hover .services-text {
  bottom: -100px;
}
.service .services .slick-dots {
  display: none !important;
}

@media screen and (max-width: 980px) {
  .mobile.services.less-than-five {
    margin-bottom: -144px;
  }
}

.custom-columns {
  align-items: center;
  grid-gap: 32px;
}
.custom-columns.flex-column {
  flex-direction: column;
}
.custom-columns .column {
  padding: 1.5rem;
  box-sizing: border-box;
}

.one-third {
  width: 35%;
}

.half {
  width: 50%;
}

.two-thirds {
  width: 75%;
}

.full-width {
  width: 100%;
}

.cta {
  padding: 48px;
}
@media screen and (max-width: 980px) {
  .cta {
    padding: 16px;
  }
}
.cta h1, .cta h2, .cta h3, .cta h4, .cta h5, .cta h6 {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .cta h4 {
    font-size: 1.25rem;
  }
}
.cta a {
  font-weight: "PPMori-Bold", sans-serif;
  text-decoration: underline;
}
.cta p {
  margin: 16px 0 0 0;
}
@media screen and (max-width: 980px) {
  .cta p {
    margin: 0;
  }
}
.cta__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta__left > div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.cta__right {
  align-items: end;
  display: flex;
  text-align: right;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .cta__right {
    text-align: left;
    align-items: flex-start;
  }
}
.cta__right a {
  text-decoration: none;
}
.cta__right #st-1 {
  z-index: 1;
}
.cta__right #st-1 .st-btn[data-network=facebook],
.cta__right #st-1 .st-btn[data-network=linkedin] {
  background-color: transparent;
  padding: 0;
}
.cta__right #st-1 .st-btn[data-network=facebook] img,
.cta__right #st-1 .st-btn[data-network=linkedin] img {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0.5rem;
}
.cta__right #st-1 .st-btn:hover {
  top: 0;
}
.cta__link {
  position: relative;
  border-radius: 50%;
  border: 1px solid #121212;
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.cta__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.cta__link img {
  filter: invert(0);
  width: 25px;
  margin-left: 0.5rem;
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}
.cta .gform_wrapper {
  padding: 32px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .cta .gform_wrapper {
    padding: 16px 0 0 0;
  }
}
.cta .gform_wrapper .gform_heading {
  display: none;
}
.cta .gform_wrapper form {
  position: relative;
  text-align: left;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 75% 25%;
}
@media screen and (max-width: 980px) {
  .cta .gform_wrapper form {
    grid-template-columns: 100%;
  }
}
.cta .gform_wrapper form input {
  width: 100%;
}
.cta .gform_wrapper form .gform_footer {
  margin: 0;
  height: 38px;
}
.cta .gform_wrapper form .gform_footer button {
  padding: 0 !important;
  border: 0 !important;
  width: 100%;
  display: inline-block !important;
  height: 100%;
  text-align: center !important;
}

.full-width .container__narrow {
  margin-left: auto !important;
  margin-right: auto !important;
}
.full-width a.inline-btn {
  color: #121212;
}
.full-width a.inline-btn:before {
  top: 0;
}
.full-width a.inline-btn {
  color: #121212;
  font-family: "PPMori-Bold", sans-serif;
  padding-left: 1.5rem;
}
.full-width a.inline-btn:before {
  top: 0;
  left: 0;
}
.full-width a.inline-btn:hover {
  padding-left: 32px;
}
.full-width h5 {
  font-family: "PPMori-Regular", sans-serif;
  line-height: 32px;
  font-size: 1.563rem;
  text-transform: initial;
}
@media screen and (max-width: 980px) {
  .full-width h5 {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}
.full-width ol {
  margin: 64px 0;
  list-style: none;
  padding: 0;
}
.full-width .testimonial-bio p {
  font-family: "PPMori-Bold", sans-serif;
}

.list-details {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: absolute; /* Optional: so content doesn't stack vertically */
  width: 100%;
}
.list-details__content {
  position: absolute;
  top: 50%;
  left: -25%;
  width: 100%;
  padding: 2rem;
  background: #f9f6f3;
}

.list-details.active {
  opacity: 1;
  visibility: visible;
  position: relative; /* Reset if using position absolute */
}

@media screen and (max-width: 980px) {
  .three-col {
    padding-top: 64px;
  }
}
.three-col .intro {
  width: 45%;
  margin-bottom: 32px;
  padding: 32px 0;
}
@media screen and (max-width: 980px) {
  .three-col .intro {
    width: 100%;
  }
}
.three-col__outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 980px) {
  .three-col__outer {
    grid-template-columns: 100%;
  }
}
.three-col__single .wp-caption {
  width: initial !important;
}
.three-col__single .wp-caption-text {
  margin-top: 16px;
}
@media screen and (max-width: 980px) {
  .three-col__single {
    display: none;
  }
  .three-col__single:first-of-type {
    display: block;
  }
}

.faqs.flex-start {
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1400px;
}
.faqs h2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 980px) {
  .faqs h2 {
    font-size: 1.25rem;
  }
}
.faqs .faq__accordion {
  text-align: center;
  display: block;
}
.faqs .faq__accordion dl {
  border-bottom: 1px solid #1189D9;
  margin: 0;
  padding: 16px 0;
  text-align: left;
}
.faqs .faq__accordion dl:first-of-type {
  border-top: 1px solid #1189D9;
}
.faqs .faq__accordion dl dt a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #121212;
  font-family: "PPMori-Bold", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .faqs .faq__accordion dl dt a span {
    width: 90%;
    display: block;
  }
}
.faqs .faq__accordion dl dt a img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.faqs .faq__accordion dl dd {
  display: none;
  margin-left: 0;
  padding: 16px 0;
}
.faqs .faq__accordion dl dd .faq-question-container p:last-of-type() {
  margin-bottom: 0;
}
.faqs .faq__accordion a.button {
  margin-top: 64px;
  color: #121212;
  border-color: #121212;
}
@media screen and (max-width: 980px) {
  .faqs .faq__accordion a.button {
    display: block;
    margin-left: 0;
    max-width: 40%;
  }
}
.faqs .faq__accordion a.button:before {
  background: #121212;
}
.faqs .faq__accordion a.button:hover {
  color: #fff;
}

.hero {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero.pt {
  padding-top: 2.5rem;
}
@media screen and (max-width: 980px) {
  .hero.pt {
    padding-top: 64px;
  }
}
.hero.pb {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 980px) {
  .hero.pb {
    padding-bottom: 32px;
  }
}
.hero video {
  position: absolute;
  top: 50%;
  height: auto;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #121212;
  background: linear-gradient(94deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .hero__overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.hero__content {
  color: #fff;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .hero__content {
    padding: 0;
  }
}
.hero__content.half {
  width: 60%;
}
@media screen and (max-width: 980px) {
  .hero__content.half {
    width: 100%;
  }
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
  text-transform: uppercase;
  margin: 32px 0;
}
@media screen and (max-width: 980px) {
  .hero__content h1 {
    margin-top: 0;
    padding-top: 16px;
  }
}
.inspiration {
  text-align: center;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 980px) {
  .inspiration {
    padding-bottom: 1rem;
    text-align: left;
  }
}
.inspiration__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .inspiration__posts {
    grid-template-columns: 100%;
  }
}
.inspiration__posts__inner {
  overflow: hidden;
}
.inspiration__posts__inner a {
  text-decoration: none;
}
.inspiration__posts__inner:hover .image-container {
  overflow: hidden;
}
.inspiration__posts__inner:hover .image-container img {
  transform: scale(1.2);
  transition: all 2s;
}
.inspiration__posts__inner:hover a {
  padding-left: 1.5rem;
}
.inspiration__posts__inner:hover a:before {
  left: 0;
}
.inspiration__posts__inner .image-container {
  overflow: hidden;
}
.inspiration__posts__inner .image-container img {
  transform: scale(1);
  transition: all 2s;
  vertical-align: middle;
  object-fit: cover;
}
.inspiration__posts__inner p {
  margin-top: 32px;
  text-transform: capitalize;
  color: #121212;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.inspiration__posts__inner a.inline-btn {
  color: #121212;
  font-family: "PPMori-Bold", sans-serif;
  padding-left: 1.5rem;
}
.inspiration__posts__inner a.inline-btn:before {
  top: 0;
  left: 0;
}
.inspiration__posts__inner a.inline-btn:hover {
  padding-left: 32px;
}
.inspiration .button {
  margin-top: 80px;
  color: #121212 !important;
  border-color: #121212 !important;
}
@media screen and (max-width: 980px) {
  .inspiration .button {
    margin-top: 32px;
  }
}
.inspiration .button:before {
  background: #121212;
}
.inspiration .button:hover {
  color: #fff !important;
}
.inspiration .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0;
}
.inspiration .pagination .page-numbers {
  color: #121212;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
  font-family: "PPMori-Bold", sans-serif;
  text-decoration: none;
}
.inspiration .pagination span.current {
  text-decoration: underline;
}
.inspiration .pagination .next,
.inspiration .pagination .prev {
  border-radius: 50% !important;
  border: 1px solid #121212;
  margin: 0 0.5rem;
  width: 30px;
  height: 30px;
  text-decoration: none;
  align-items: center !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0.1rem 0 0 0.1rem !important;
  overflow: hidden !important;
  text-align: center;
}

.mobile-inspiration .button-container {
  position: relative;
  height: 90px;
}
.mobile-inspiration .button-container .inspiration-buttons {
  position: absolute;
}
.mobile-inspiration .button-container .inspiration-buttons.inspiration-prev-mobile {
  right: 50px;
}
.mobile-inspiration .button-container .inspiration-buttons.inspiration-next-mobile {
  right: 0;
}
.mobile-inspiration .button-container .inspiration-buttons button {
  text-indent: 0;
}
.mobile-inspiration .button-container .inspiration-buttons button img {
  width: 20px;
}
@media screen and (max-width: 980px) {
  .mobile-inspiration .button-container .inspiration-buttons button img {
    margin-top: 3px;
    width: 30%;
    padding: 12px 11px;
  }
}
.mobile-inspiration .button-container .button {
  position: static;
  position: relative;
  top: initial;
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  background: none;
  overflow: hidden;
  border-radius: 50%;
}
.mobile-inspiration .button-container .button:before {
  background: #121212;
}
.mobile-inspiration .button-container .button:hover:before {
  background: #121212;
}
.mobile-inspiration .inspiration-js .inspiration__posts__inner {
  padding-left: 16px;
}
.mobile-inspiration .inspiration-js .inspiration__posts__inner img {
  padding: 0;
}

.desktop {
  display: block;
  position: relative;
}
@media screen and (max-width: 980px) {
  .desktop {
    display: none;
  }
}
.desktop .interests__outer {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 980px) {
  .desktop .interests__outer {
    grid-template-columns: 100%;
  }
}
.desktop .interests__outer .container {
  padding-left: 0;
  padding-right: 0;
}
.desktop .interests h5 {
  font-family: "PPMori-Regular", sans-serif;
  font-size: 1.5625rem;
  text-align: center;
}
.desktop .interests__inner {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .desktop .interests__inner {
    display: block !important;
    vertical-align: initial;
  }
}
.desktop .interests__inner-shadow {
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  width: 80%;
  padding: 48px;
  padding: 5%;
  box-sizing: border-box;
  border: 1px solid #f9f6f3;
}
@media screen and (max-width: 980px) {
  .desktop .interests__inner-shadow {
    width: 100%;
    padding: 0;
  }
}
.desktop .interests__inner-shadow img {
  padding: 0;
}
.desktop .interests__for {
  width: 90%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.desktop .interests__for .interests__title {
  width: 70%;
  margin: 3rem auto 0 auto;
}
.desktop .interests__for .pagination-number {
  margin-top: 32px;
}
.desktop .interests .main-image {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 980px) {
  .desktop .interests .main-image {
    order: 2;
  }
}
.desktop .interests .main-image img {
  height: 100%;
  object-fit: fill;
}
.desktop .interests .main-image .slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.desktop .interests .main-image .slider-nav .slick-list {
  padding: 0;
  height: 100%;
}
.desktop .interests .main-image .slider-nav .slick-track {
  margin: 0;
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: initial !important;
}
.desktop .interests .main-image .slider-nav .point-of-interest {
  position: absolute;
  width: 15px !important;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transform: translate(-50%, -50%); /* Adjust for centering */
  z-index: 9999 !important;
  transition: all 0.2s;
}
.desktop .interests .main-image .slider-nav .point-of-interest.slick-current {
  width: 20px !important;
  height: 20px !important;
}
.desktop .interests .main-image .slider-nav .point-of-interest.slick-current:after {
  box-shadow: inset 0 0 0 0.5px #fff;
}
.desktop .interests .main-image .slider-nav .point-of-interest > div {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.desktop .interests .main-image .slider-nav .point-of-interest > div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  animation: cd-pulse 2.5s infinite;
  background: rgba(255, 255, 255, 0.5);
}
.desktop .interests .main-image .slider-nav .point-of-interest:hover > div:after {
  transform: scale(1.5);
  animation: none;
  box-shadow: inset 0 0 0 0.5px #fff;
}
.desktop .interests .main-image .slider-nav .point-of-interest.slick-current div:after {
  transform: scale(1.8);
  animation: none;
  box-shadow: inset 0 0 0 0.5px #fff;
  background: rgba(255, 255, 255, 0.5);
}
.desktop .interests .slider-for {
  overflow: hidden;
  padding: 0 48px;
  width: 80%;
}
@media screen and (max-width: 980px) {
  .desktop .interests .slider-for {
    width: 100%;
    padding: 0;
  }
}
.desktop .interests .slider-for p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .desktop .interests .slider-for .slick-arrow {
    top: initial;
    bottom: 30px;
  }
}
.desktop .interests .slider-for .button-container {
  position: absolute;
  width: 100%;
  height: 54px;
}
.desktop .interests .slider-for .button-container .slick-arrow {
  position: relative;
  top: initial;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: none;
  overflow: hidden;
  border: none;
  text-indent: 0;
}
@media screen and (max-width: 980px) {
  .desktop .interests .slider-for .button-container .slick-arrow.interest-next button img {
    left: 20px;
  }
}
.desktop .interests .slider-for .button-container .slick-arrow .button {
  position: static;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin: 0;
  padding: 0;
}
.desktop .interests .slider-for .button-container .slick-arrow .button:before {
  background: #121212;
}
.desktop .interests .slider-for .button-container .slick-arrow .button img {
  width: 80%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 0.9rem;
  height: 100%;
  width: 40px;
  object-fit: contain;
}
@media screen and (max-width: 980px) {
  .desktop .interests .slider-for .button-container .slick-arrow .button img {
    width: 30%;
    padding: 12px 11px;
  }
}
.desktop .interests .slider-for .button-container .slick-arrow .button:hover:before {
  background: #121212;
}
.desktop .interests .slider-for .button-container .slick-arrow .button:hover img {
  filter: invert(1);
}
.desktop .interests .slider-for .button-container .slick-arrow.slick-prev {
  left: -45%;
}
.desktop .interests .slider-for .button-container .slick-arrow.slick-next {
  right: -45%;
}
.desktop .interests .slider-for .slick-list {
  overflow: visible;
}
@keyframes cd-pulse {
  0% {
    transform: scale(1);
    background: rgba(255, 255, 255, 0.5);
  }
  50% {
    transform: scale(1.8);
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    transform: scale(1);
    background: rgba(255, 255, 255, 0.5);
  }
}

.mobile {
  display: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mobile {
    display: block;
  }
}
.mobile.interests {
  position: relative;
  padding: 32px 0;
}
.mobile.interests:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.mobile .slick-slider {
  z-index: 8;
}
.mobile .main-image {
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 980px) {
  .mobile .main-image {
    order: 2;
  }
}
.mobile .main-image img {
  height: 100%;
  object-fit: cover;
}
.mobile .main-image .slick-list {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.mobile .main-image .points-of-interests-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile .main-image .points-of-interests-outer .point-of-interest {
  position: absolute;
  width: 15px !important;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transform: translate(-50%, -50%); /* Adjust for centering */
  z-index: 9999 !important;
  transition: all 0.2s;
}
.mobile .main-image .points-of-interests-outer .point-of-interest.active {
  width: 20px !important;
  height: 20px !important;
}
.mobile .main-image .points-of-interests-outer .point-of-interest.active:after {
  box-shadow: inset 0 0 0 0.5px #fff;
}
.mobile .main-image .points-of-interests-outer .point-of-interest > div {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.mobile .main-image .points-of-interests-outer .point-of-interest > div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  animation: cd-pulse 2.5s infinite;
  background: rgba(255, 255, 255, 0.5);
}
.mobile .main-image .points-of-interests-outer .point-of-interest:hover > div:after {
  transform: scale(1.5);
  animation: none;
  box-shadow: inset 0 0 0 0.5px #fff;
}
.mobile .main-image .points-of-interests-outer .point-of-interest.active div:after {
  transform: scale(1.8);
  animation: none;
  box-shadow: inset 0 0 0 0.5px #fff;
  background: rgba(255, 255, 255, 0.5);
}
.mobile .main-image .slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile .main-image .slider-nav .slick-list {
  padding: 0;
}
.mobile .main-image .slider-nav .slick-track {
  margin: 0;
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: initial !important;
}
.mobile .main-image .slider-nav .point-of-interest {
  position: absolute;
  width: 15px !important;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transform: translate(-50%, -50%); /* Adjust for centering */
  z-index: 9999 !important;
  transition: all 0.2s;
}
.mobile .main-image .slider-nav .point-of-interest.slick-current {
  width: 20px !important;
  height: 20px !important;
}
.mobile .main-image .slider-nav .point-of-interest.slick-current:after {
  box-shadow: inset 0 0 0 0.5px #fff;
}
.mobile .main-image .slider-nav .point-of-interest > div {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.mobile .main-image .slider-nav .point-of-interest > div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  animation: cd-pulse 2.5s infinite;
  background: rgba(255, 255, 255, 0.5);
}
.mobile .main-image .slider-nav .point-of-interest:hover > div:after {
  transform: scale(1.5);
  animation: none;
  box-shadow: inset 0 0 0 0.5px #fff;
}
.mobile .main-image .slider-nav .point-of-interest.slick-current div:after {
  transform: scale(1.8);
  animation: none;
  box-shadow: inset 0 0 0 0.5px #fff;
  background: rgba(255, 255, 255, 0.5);
}
.mobile .interests__for {
  display: none;
  position: relative;
  height: 450px;
}
.mobile .interests__for__inner {
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  top: 220px;
  background: #fff;
  border-radius: 10px;
  z-index: 9999;
}
.mobile .interests__for__inner .close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 99;
}
.mobile .interests__for__inner .pagination-number {
  position: absolute;
  left: 32px;
  top: 32px;
}
.mobile .interests__for__inner .slider-for .slick-track {
  width: 100% !important;
  min-height: 700px;
}
.mobile .slick-arrow {
  top: 40%;
  width: 30px;
  height: 30px;
}
.mobile .slick-arrow.slick-prev {
  left: 15px;
}
.mobile .slick-arrow.slick-next {
  right: 15px;
}
.mobile .interests__inner {
  display: block !important;
  width: 100% !important;
  height: 100%;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 9999;
}
.mobile .interests__inner-shadow {
  width: 65%;
  margin: 0 auto;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin-top: 80px;
  box-sizing: border-box;
}

.testimonial {
  position: relative;
  padding: 48px;
}
.testimonial__copy, .testimonial__image {
  max-width: 50%;
}
.testimonial__image img {
  display: block;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 1550px) {
  .testimonial__button-container {
    right: 16px;
  }
}
@media screen and (max-width: 980px) {
  .testimonial__button-container {
    position: relative;
  }
}
.testimonial__button-container .testimonial-prev,
.testimonial__button-container .testimonial-next {
  position: absolute;
}
.testimonial__button-container .testimonial-prev button,
.testimonial__button-container .testimonial-next button {
  padding: 0;
  border-radius: 50%;
}
.testimonial__button-container .testimonial-prev button img,
.testimonial__button-container .testimonial-next button img {
  width: 7px;
}
.testimonial__button-container .testimonial-prev {
  left: 50%;
}
.testimonial__button-container .testimonial-prev button {
  right: 50px;
}
@media screen and (max-width: 1550px) {
  .testimonial__button-container .testimonial-prev button {
    right: 90px;
  }
}
.testimonial__button-container .testimonial-next {
  right: 0;
}
.testimonial__button-container .testimonial-next button {
  right: -16px;
}
@media screen and (max-width: 1550px) {
  .testimonial__button-container .testimonial-next button {
    right: 10px;
  }
}

.show-blog a {
  display: inline-block;
  text-decoration: none;
}
.show-blog a h5 {
  padding: 32px 0;
}
.show-blog a img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.show-blog a:nth-of-type(even) {
  margin-top: -6rem;
}
.show-blog .single-blog:nth-child(3n-1) {
  margin-top: -3rem;
}

.map {
  gap: 2rem;
}
.map .contact-info {
  border-left: 2px solid #f9f6f3;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.map .contact-info svg, .map .contact-info h6 {
  margin-bottom: 1rem;
}

.stats {
  padding-bottom: 3.125rem;
  color: #fff;
}
.stats__counter__inner {
  font-size: 3.0625rem;
  font-weight: 700;
}
.stats__counter p {
  font-size: 1.278rem;
}
.stats .stats__item__number, .stats .stats__item__label {
  font-size: 3rem;
}

@media screen and (max-width: 980px) {
  .team__copy {
    margin: 32px 0;
  }
}
.team__copy p {
  width: 45%;
  margin-bottom: 64px;
}
@media screen and (max-width: 980px) {
  .team__copy p {
    width: 100%;
    margin-bottom: 0;
  }
}
.team a.button {
  display: block;
  margin: 48px auto 0 auto;
  width: 200px;
}
.team__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
}
@media screen and (max-width: 980px) {
  .team__inner {
    grid-template-columns: 100%;
  }
}
.team__inner__content__copy {
  padding: 32px;
}
@media screen and (max-width: 480px) {
  .team__inner__content__copy {
    padding: 32px 16px;
  }
}
.team__inner__content__copy h6 {
  margin: 0;
}
.team__inner .team__title {
  display: grid;
  grid-template-columns: 15% 85%;
  grid-gap: 0.5rem;
  margin-bottom: 16px;
}
.team__inner .team__title .h__image {
  display: grid;
  justify-content: left;
}
.team__inner .team__title .title-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team__inner .team__title .title-detail p {
  margin-bottom: 0;
}
.team__image {
  line-height: 0;
}
.team__content {
  position: relative;
}
.team__content p {
  margin-bottom: 0;
}
.team__content p.team__description {
  margin-bottom: 16px;
  font-size: 14px;
}
.team__content p.title {
  margin-bottom: 1rem;
}
.team__content a {
  color: #121212;
  font-family: "PPMori-Bold", sans-serif;
}
.team__content a.email {
  text-decoration: underline;
}
.team__content img {
  vertical-align: middle;
}
.team__content img.linkedin {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .team__content img.linkedin {
    position: relative;
    bottom: initial;
    right: initial;
    margin-top: 20px;
  }
}

.loop-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .loop-filters {
    flex-direction: column;
    gap: 10px;
    align-items: start;
    display: none;
  }
}
.loop-filters.active {
  display: flex;
}
.loop-filters p {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
}
.loop-filters .loop-filters__first,
.loop-filters .loop-filters__second,
.loop-filters .loop-filters__third,
.loop-filters .loop-filters__fourth,
.loop-filters .loop-filters__fifth,
.loop-filters .loop-filters__sixth,
.loop-filters .loop-filters__seventh {
  flex: 1;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .loop-filters .loop-filters__first,
  .loop-filters .loop-filters__second,
  .loop-filters .loop-filters__third,
  .loop-filters .loop-filters__fourth,
  .loop-filters .loop-filters__fifth,
  .loop-filters .loop-filters__sixth,
  .loop-filters .loop-filters__seventh {
    margin-right: unset;
    width: 100%;
  }
}
.loop-filters .loop-filters__fifth button.facetwp-reset,
.loop-filters .loop-filters__seventh button.facetwp-reset {
  border-radius: 0;
  font-family: "PPMori-Bold", sans-serif;
  padding: 14px 30px 13px 30px;
  text-align: center;
  line-height: 16px;
  background-color: transparent;
  margin: 3px 0px 0px 0px;
  border: 1px solid #121212;
  color: #121212;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  box-shadow: none !important;
}
.loop-filters .loop-filters__fifth button.facetwp-reset:hover,
.loop-filters .loop-filters__seventh button.facetwp-reset:hover {
  color: #fff;
}
.loop-filters .loop-filters__fifth button.facetwp-reset:hover:before,
.loop-filters .loop-filters__seventh button.facetwp-reset:hover:before {
  transform: scaleX(1);
}
.loop-filters .loop-filters__fifth button.facetwp-reset:before,
.loop-filters .loop-filters__seventh button.facetwp-reset:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101%;
  background: #121212;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.loop-filters .loop-filters__sixth {
  margin-right: 0;
  display: flex;
  align-items: end;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .loop-filters .loop-filters__sixth {
    align-items: unset;
  }
}
.loop-filters .loop-filters__sixth .fs-wrap {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .loop-filters .loop-filters__sixth .fs-wrap {
    width: 100%;
  }
}
.loop-filters .fs-wrap {
  width: 100%;
  height: 32px;
}
@media screen and (max-width: 480px) {
  .loop-filters .fs-wrap {
    height: auto;
  }
}
.loop-filters .fs-wrap .fs-label-wrap {
  padding: 0.5rem;
  border: none;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
}
.loop-filters .facetwp-facet {
  margin-bottom: 0;
}

.fs-dropdown {
  z-index: 9 !important;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  border: 1px solid #aeaeae !important;
  background-color: #fff !important;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.archive .loop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* Adjust spacing between filters if needed */
}
@media screen and (max-width: 480px) {
  .archive .loop-filters {
    flex-direction: column;
    gap: 10px;
    align-items: start;
    display: none;
  }
}
.archive .loop-filters.active {
  display: flex;
}
.archive .loop-filters > div {
  flex: 1; /* Distribute each filter element equally */
  min-width: 150px; /* Set a minimum width if you need to prevent elements from getting too narrow */
  max-width: 20%; /* Ensure a maximum width for each filter in a row of five */
}
@media screen and (max-width: 480px) {
  .archive .loop-filters > div {
    max-width: 100%;
  }
}
.archive .loop-filters .loop-filters__third {
  margin-right: 0;
  max-width: 100%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 480px) {
  .archive .loop-filters .loop-filters__third {
    justify-content: unset;
  }
}
@media screen and (max-width: 480px) {
  .archive .loop-filters .loop-filters__third .facetwp-facet {
    width: 100%;
  }
}
.archive .loop-filters .loop-filters__third .fs-wrap {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .archive .loop-filters .loop-filters__third .fs-wrap {
    width: 100%;
  }
}

.product-filters .collection-copy {
  padding-top: 32px;
}
@media screen and (max-width: 480px) {
  .product-filters .collection-copy {
    padding-top: 0;
  }
}
.product-filters .collection-copy p.kicker {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .product-filters .collection-copy p.kicker {
    margin-top: 16px;
  }
}
.product-filters .product-filter button[type=submit] {
  border-radius: 0;
  font-family: "PPMori-Bold", sans-serif;
  padding: 7px 30px 6px 30px;
  text-align: center;
  line-height: 16px;
  background: #fff;
  border: 1px solid #121212;
  color: #121212;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
}
.product-filters .product-filter button[type=submit]:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101%;
  background: #121212;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-filters .product-filter button[type=submit]:hover {
  color: #fff;
}
.product-filters .product-filter button[type=submit]:hover:before {
  transform: scaleX(1);
}
.product-filters .product-list ul {
  margin: 32px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  grid-gap: 32px;
}
@media screen and (max-width: 980px) {
  .product-filters .product-list ul {
    grid-template-columns: initial;
  }
}
.product-filters .product-list ul li {
  padding: 0 0 32px 0;
  list-style-type: none;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
}
.product-filters .product-list ul li a {
  text-decoration: none;
}
.product-filters .product-list ul li a.button {
  color: #121212;
  border-color: #121212;
}
.product-filters .product-list ul li a.button:before {
  background: #121212;
}
.product-filters .product-list ul li a.button:hover {
  color: #fff;
}
.product-filters .product-list ul li .image-container {
  position: relative;
  box-sizing: border-box;
}
.product-filters .product-list ul li .image-container.essential::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../../assets/images/essentials.svg") no-repeat;
}
.product-filters .product-list ul li .image-container.coming-soon::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 16px;
  left: 16px;
  background: url("../../assets/images/coming-soon.svg") no-repeat;
}
.product-filters .product-list ul li .image-container img {
  opacity: 1;
  transition: all 0.2s;
  aspect-ratio: 1;
  object-fit: cover;
}
.product-filters .product-list ul li .image-container img.lifestyle {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  object-fit: cover;
}
.product-filters .product-list ul li.has-lifestyle:hover img {
  opacity: 0;
}
.product-filters .product-list ul li.has-lifestyle:hover img.lifestyle {
  opacity: 1;
}
.product-filters .product-list ul li .title-container {
  padding: 0 32px;
}
.product-filters .product-list ul li .title-container h2 {
  font-size: 20px !important;
  line-height: 25px !important;
  color: #121212;
  margin-top: 32px !important;
  text-transform: initial;
}
.product-filters .product-list ul li .onsale,
.product-filters .product-list ul li .price {
  display: none;
}

.facetwp-pager {
  display: flex;
  grid-gap: 0;
  gap: 0.5rem;
}
.facetwp-pager a {
  text-decoration: none;
}
.facetwp-pager .page-numbers {
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
  font-family: "PPMori-Bold", sans-serif;
  border: none;
  text-decoration: none;
}
.facetwp-pager .page-numbers.current {
  text-decoration: underline;
}
.facetwp-pager .facetwp-page {
  margin-right: 0px;
}
.facetwp-pager .prev,
.facetwp-pager .next {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PPMori-Bold", sans-serif;
  padding: 5px 9px;
  text-align: center;
  line-height: 16px;
  margin-top: -0.5rem;
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  box-shadow: none !important;
}
.facetwp-pager .prev:before,
.facetwp-pager .next:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101%;
  background: #121212;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.facetwp-pager .prev:hover,
.facetwp-pager .next:hover {
  color: #fff !important;
}
.facetwp-pager .prev:hover:before,
.facetwp-pager .next:hover:before {
  transform: scaleX(1);
}

#filtersMobile {
  display: none;
}
@media screen and (max-width: 480px) {
  #filtersMobile {
    display: block;
    margin: 16px 0;
  }
}
#filtersMobile img {
  transition: all 0.3s ease-out;
}
#filtersMobile:not(.active) {
  color: #121212 !important;
}
#filtersMobile:not(.active) img {
  filter: invert(0);
}
#filtersMobile:not(.active):before {
  transform: scaleX(0);
}
#filtersMobile.active {
  color: #fff;
}
#filtersMobile.active img {
  filter: invert(1);
}
#filtersMobile.active:before {
  transform: scaleX(1);
}

.loop-pager {
  display: grid;
  grid-template-columns: 46% 50%;
  text-align: left;
}

.two-col {
  flex-direction: column;
  justify-content: center;
  grid-gap: 8%;
}
.two-col h5 {
  font-family: "PPMori-Regular", sans-serif;
  font-size: 3.5rem;
  display: inline-block;
  margin-top: -1rem;
}
@media screen and (max-width: 980px) {
  .two-col h5 {
    font-size: 3rem;
    margin-top: 0.5rem;
  }
}
.two-col h6 {
  font-family: "PPMori-Regular", sans-serif;
  font-size: 2.4375rem;
  line-height: 2rem;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .two-col h6 {
    font-size: 2rem;
  }
}
.two-col h6 em {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 10.066667rem;
  line-height: 9.5rem;
  letter-spacing: -8px;
  margin: 0 0 32px 0;
  text-transform: lowercase;
  font-weight: 100;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .two-col h6 em {
    font-size: 9rem;
  }
}
.two-col img {
  position: relative;
  width: 90%;
}
.two-col p.intro {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  width: 70%;
}
@media screen and (max-width: 980px) {
  .two-col p.intro {
    width: 100%;
  }
}
.two-col .center-button {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.two-col a.button {
  color: #121212;
  border-color: #121212;
  margin-top: 32px;
}
@media screen and (max-width: 980px) {
  .two-col a.button {
    margin-top: 16px;
  }
}
.two-col a.button:before {
  background: #121212;
}
.two-col a.button:hover {
  color: #fff;
}
.two-col.container {
  padding: 0;
}
.two-col.container .two-col__images__inner {
  padding: 0;
}
@media screen and (max-width: 980px) {
  .two-col__boxed.container {
    width: 90%;
  }
}
.two-col__boxed .grid__col-2 {
  grid-gap: 48px;
}
@media screen and (max-width: 980px) {
  .two-col__boxed .grid__col-2 {
    grid-gap: 0;
  }
}
@media screen and (max-width: 980px) {
  .two-col__boxed img {
    width: 105%;
    max-width: initial;
    margin-right: -16px;
    margin-bottom: -32px;
  }
}
@media screen and (max-width: 980px) {
  .two-col__boxed .order-0 a.button {
    margin-bottom: -16px;
  }
}
.two-col__boxed .order-0 .two-col__text-left .two-col__text__inner {
  padding: 64px 0 64px 64px !important;
}
@media screen and (max-width: 980px) {
  .two-col__boxed .order-0 .two-col__text-left .two-col__text__inner {
    padding: 32px 16px 0 16px !important;
  }
}
.two-col__boxed .order-1 .two-col__text-left .two-col__text__inner {
  padding: 128px 64px 128px 0 !important;
}
@media screen and (max-width: 980px) {
  .two-col__boxed .order-1 .two-col__text-left .two-col__text__inner {
    padding: 32px 0 !important;
  }
}
.two-col__boxed .two-col__text,
.two-col__boxed .two-col__images {
  max-height: 500px;
}
.two-col__full-width.has-bg-image {
  background-repeat: no-repeat;
  background-position: 90%;
}
@media screen and (max-width: 980px) {
  .two-col__full-width.has-bg-image {
    background-position: 190% 130%;
    background-size: 350px;
  }
}
.two-col__full-width p {
  width: 100%;
  display: inline-block;
}
.two-col__full-width p.kicker {
  margin-bottom: 32px;
}
.two-col__full-width .order-1 .two-col__text-left .two-col__text__inner {
  padding: 64px 0 64px 64px;
}
@media screen and (max-width: 980px) {
  .two-col__full-width .order-1 .two-col__text-left .two-col__text__inner {
    padding: 32px 0;
  }
}
.two-col.one_third {
  grid-template-columns: 26% 66%;
  grid-gap: 8%;
}
@media screen and (max-width: 980px) {
  .two-col.one_third {
    grid-template-columns: initial;
    grid-gap: 3%;
  }
}
.two-col.half {
  grid-template-columns: 46% 46%;
}
@media screen and (max-width: 980px) {
  .two-col.half {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.two-col.two_thirds {
  grid-template-columns: 70% 30%;
}
.two-col__text, .two-col__images {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
@media screen and (max-width: 980px) {
  .two-col__text, .two-col__images {
    min-height: initial;
    height: initial;
    max-height: initial !important;
  }
}
.two-col .order-0 .two-col__text-left .two-col__text__inner {
  padding: 0;
}
@media screen and (max-width: 980px) {
  .two-col .order-0 .two-col__text-left .two-col__text__inner {
    padding: 64px 0 0 0;
  }
}
.two-col__text__inner {
  position: relative;
  padding: 64px 0 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .two-col__text__inner {
    padding: 32px 0;
  }
}
.two-col__text__inner a {
  display: inline-block;
}
.two-col-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  z-index: -1;
}
.two-col__images.order-1 .two-col__images__inner {
  padding: 64px 0 64px 64px;
  justify-content: end;
}
@media screen and (max-width: 980px) {
  .two-col__images.order-1 .two-col__images__inner {
    padding: 32px 0;
  }
}
.two-col__images__inner {
  padding: 64px 64px 64px 0;
  height: 100%;
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 980px) {
  .two-col__images__inner {
    padding: 32px 0;
  }
}
.two-col .block-left {
  justify-content: start;
  z-index: 9;
}
.two-col .block-center {
  display: flex;
  justify-content: center;
}
.two-col .block-right {
  display: flex;
  justify-content: end;
}
.two-col .acf-map {
  height: 100%;
  width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .two-col .acf-map {
    height: 300px;
    position: relative;
  }
}

.two-col-image-9::before,
.two-col-image-11::before {
  display: none !important;
}

.single-product .two-col__full-width p {
  width: 100%;
}

.page-id-378 .two-col__boxed img {
  width: 30px;
  margin-bottom: 16px;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .page-id-378 .two-col .acf-map {
    width: 110.1%;
    bottom: -32px;
    left: -16px;
    top: initial;
  }
}

@media screen and (max-width: 1550px) {
  .home .two-col .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
.blog .posts__inner__title p {
  font-family: "PPMori-Bold", sans-serif;
}
.blog .posts__inner a {
  color: #121212;
  font-family: "PPMori-Bold", sans-serif;
}

.search .facetwp-filters__third {
  margin-right: 0;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.search .facetwp-filters__third .fs-wrap {
  width: 200px;
}
.search .hero {
  background: #f9f6f3;
  margin-bottom: 32px;
  padding-top: 1.5rem;
}
.search__outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
@media screen and (max-width: 480px) {
  .search__outer {
    grid-template-columns: 100%;
  }
}
.search__inner {
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  padding: 48px;
  box-sizing: border-box;
}
.search__inner a {
  width: 100%;
  box-sizing: border-box;
}
.search__inner h5 {
  margin-top: 16px;
  font-family: "PPMori-Bold", sans-serif;
}
.search__inner h5 a {
  color: #121212;
  margin-top: 16px;
  font-family: "PPMori-Bold", sans-serif;
  text-decoration: none;
  font-size: 16px;
}
.search__inner h5 a:hover {
  color: #121212;
}
.search__inner a:before {
  background: #121212;
}
.search__inner a:hover {
  color: #fff;
}
.search .nav-links {
  position: relative;
  margin-bottom: 2rem;
  display: block;
  text-align: center;
  max-width: 236px;
  margin: 48px auto;
}
.search .nav-links .page-numbers {
  color: #121212;
  margin: 0 0.5rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
  font-family: "PPMori-Bold", sans-serif;
  text-decoration: none;
}
.search .nav-links .page-numbers.next, .search .nav-links .page-numbers.prev {
  border-radius: 50% !important;
  border: 1px solid #121212;
  margin: 0 0.5rem;
  width: 30px;
  height: 30px;
  text-decoration: none;
  align-items: center !important;
  text-indent: -9999px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0.1rem 0 0 0.1rem !important;
  overflow: hidden !important;
  text-align: center;
  position: absolute;
  top: -50%;
}
.search .nav-links .page-numbers.prev {
  left: 0;
}
.search .nav-links .page-numbers.prev:before {
  content: "<";
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  text-indent: 0;
}
.search .nav-links .page-numbers.next:before {
  content: ">";
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  text-indent: 0;
}

.single__intro {
  background: #f9f6f3;
}
.single__intro__inner {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .single__intro__inner {
    grid-template-columns: 100%;
  }
}
.single__intro__inner h1 {
  font-size: 3.0625rem;
  line-height: 3.0625rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 70%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .single__intro__inner h1 {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
}
.single__intro__inner .featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 560px;
  background-size: 100%;
  background-position: center;
}
.single__content {
  background-size: 50%;
  padding: 48px 0;
  background-attachment: fixed;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.woocommerce-message {
  border: none !important;
  background: transparent !important;
  padding-left: 32px;
}
@media screen and (max-width: 480px) {
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-message {
    display: flex;
    flex-direction: column;
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce-error:before,
  .woocommerce-message:before,
  .woocommerce-info:before,
  .woocommerce-message:before {
    display: none;
  }
}
.woocommerce-error a,
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-message a {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .woocommerce-error a,
  .woocommerce-message a,
  .woocommerce-info a,
  .woocommerce-message a {
    margin: 0 0 16px 0;
  }
}
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-message::before {
  left: 0 !important;
}

.wl-share-links a:hover {
  padding-left: initial;
}

#wl-wrapper .select2-container {
  width: 100% !important;
}
#wl-wrapper label {
  font-size: 14px;
}
#wl-wrapper .wl-form .form-row input {
  padding: 16px;
  border: 1px solid #1189D9;
  font-size: 14px;
}
#wl-wrapper .wl-form .form-row textarea {
  min-height: 130px;
  padding: 16px;
  border: 1px solid #1189D9;
  font-size: 14px;
}
#wl-wrapper hr {
  border-top: #1189D9;
}
#wl-wrapper ul.wl-tabs {
  border-bottom: 1px solid #1189D9;
  margin-bottom: 0;
  width: 75%;
}
@media screen and (max-width: 480px) {
  #wl-wrapper ul.wl-tabs {
    width: 100%;
  }
}
#wl-wrapper ul.wl-tabs li a:before {
  display: none;
}
#wl-wrapper ul.wl-tabs li a:hover {
  background: #1189D9;
}
#wl-wrapper .wl-already-in {
  display: none;
}
#wl-wrapper thead {
  display: none;
}
#wl-wrapper tr {
  width: 100%;
  display: flex;
  grid-gap: 32px;
  align-items: center;
  flex-direction: row;
  padding: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #wl-wrapper tr {
    display: block;
  }
}
#wl-wrapper tr:last-of-type {
  display: none;
}
#wl-wrapper tr.cart_table_item {
  padding-bottom: 16px;
  border: none;
  border-bottom: 1px solid #1189D9;
}
#wl-wrapper tr th {
  border-bottom: 1px solid #1189D9;
}
#wl-wrapper tr th.product-remove, #wl-wrapper tr th.product-price, #wl-wrapper tr th.product-quantity, #wl-wrapper tr th.product-name {
  display: none;
}
#wl-wrapper tr th.check-column {
  text-align: left !important;
}
#wl-wrapper tr td {
  padding-top: 32px !important;
  text-align: left !important;
}
@media screen and (max-width: 480px) {
  #wl-wrapper tr td {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #wl-wrapper tr td:before {
    display: none;
  }
}
#wl-wrapper tr td.product-name {
  width: 75%;
}
@media screen and (max-width: 480px) {
  #wl-wrapper tr td.product-name {
    width: 100%;
  }
}
#wl-wrapper tr td.product-quantity {
  text-align: center !important;
}
#wl-wrapper tr td.actions {
  overflow: hidden;
  border-radius: 0;
  font-family: "PPMori-Bold", sans-serif;
  text-align: center;
  background: transparent;
  border: 1px solid #121212;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s;
}
#wl-wrapper tr td.actions input[type=submit] {
  background: transparent;
  color: #121212;
}
#wl-wrapper tr td.actions:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101%;
  width: 0;
  background: #121212;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#wl-wrapper tr td.actions:hover {
  color: #fff;
  border: 1px solid #121212;
}
#wl-wrapper tr td.actions:hover input[type=submit] {
  color: #fff;
}
#wl-wrapper tr td.actions:hover:before {
  transform: scaleX(1);
  width: 100%;
}
#wl-wrapper tr td.actions:last-of-type {
  overflow: hidden;
  border-radius: 0;
  font-family: "PPMori-Bold", sans-serif;
  text-align: center;
  background: transparent;
  border: 1px solid #121212;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s;
}
#wl-wrapper tr td.actions:last-of-type input[type=submit] {
  background: transparent;
  color: #121212;
}
#wl-wrapper tr td.actions:last-of-type:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101%;
  width: 0;
  background: #121212;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#wl-wrapper tr td.actions:last-of-type:hover {
  color: #fff;
  border: 1px solid #121212;
}
#wl-wrapper tr td.actions:last-of-type:hover input[type=submit] {
  color: #fff;
}
#wl-wrapper tr td.actions:last-of-type:hover:before {
  transform: scaleX(1);
  width: 100%;
}
#wl-wrapper tr td.product-thumbnail {
  order: 2;
  width: 25%;
}
@media screen and (max-width: 480px) {
  #wl-wrapper tr td.product-thumbnail {
    width: 100%;
  }
}
#wl-wrapper tr td.product-thumbnail a:before, #wl-wrapper tr td.product-name a:before {
  display: none;
}
#wl-wrapper tr td.product-thumbnail a:hover, #wl-wrapper tr td.product-name a:hover {
  padding-left: 0;
}
#wl-wrapper tr td.product-purchase, #wl-wrapper tr td.product-remove, #wl-wrapper tr td.product-price, #wl-wrapper tr td.product-quantity {
  display: none;
}
#wl-wrapper tr td a.button {
  margin-top: 0;
}
#wl-wrapper a {
  position: relative;
  color: #121212;
  text-decoration: underline;
  position: relative;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  text-indent: 0;
  width: initial;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition: all 0.2s;
  overflow: hidden;
}
#wl-wrapper a:before {
  content: "→";
  transition: 0.2s all;
  position: absolute;
  left: -90px;
  width: 13px;
  height: 10px;
  top: 0;
}
#wl-wrapper a:hover {
  padding-left: 1.5rem;
}
#wl-wrapper a:hover:before {
  left: 0;
}
#wl-wrapper a.button {
  border-radius: 0;
  font-family: "PPMori-Bold", sans-serif;
  padding: 16px 30px 15px 30px;
  text-align: center;
  line-height: 16px;
  margin: 0 auto;
  background: transparent;
  border: 1px solid #121212;
  color: #121212;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s;
}
#wl-wrapper a.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101%;
  width: 0;
  background: #121212;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#wl-wrapper a.button:hover {
  color: #fff;
  border: 1px solid #121212;
}
#wl-wrapper a.button:hover:before {
  transform: scaleX(1);
  width: 100%;
}
#wl-wrapper a.wl-add-to {
  position: relative;
  padding-left: 2.5rem;
  width: 40%;
}
@media screen and (max-width: 480px) {
  #wl-wrapper a.wl-add-to {
    width: 100%;
    box-sizing: border-box;
  }
}
#wl-wrapper a.wl-add-to:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../assets/images/svg/pin.svg") no-repeat 20px 50%;
}
#wl-wrapper a.wl-add-to:hover:after {
  background: url("../../assets/images/svg/pin-white.svg") no-repeat 20px 50%;
  background-size: 36px;
}
#wl-wrapper.wl-button-already-in > a.button:after {
  background: url("../../assets/images/svg/tick.svg") no-repeat 20px 50%;
}
#wl-wrapper.wl-button-already-in > a.button:hover:after {
  filter: invert(1);
}
#wl-wrapper .row-actions a:before {
  display: none;
}
#wl-wrapper .row-actions a:hover {
  padding-left: 0;
  text-decoration: underline !important;
}
#wl-wrapper .wl-already-in ul {
  margin: 16px 0;
}
#wl-wrapper .wl-panel form {
  width: 75%;
}
@media screen and (max-width: 480px) {
  #wl-wrapper .wl-panel form {
    width: 100%;
  }
}

.woocommerce header a.button {
  font-size: initial !important;
  line-height: initial !important;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: initial !important;
  padding: 16px 30px 15px 30px !important;
  font-weight: inherit !important;
  border-radius: inherit !important;
  left: auto;
  color: #121212;
  background-color: initial !important;
  display: initial !important;
  background-image: none;
  box-shadow: none;
  /* text-shadow: none; */
}
.woocommerce header a.button:last-of-type {
  padding: 0 !important;
}
.woocommerce header a.button.back-to-top {
  position: fixed !important;
  border-radius: 50% !important;
}
.woocommerce a.button {
  font-size: initial !important;
  line-height: initial !important;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: initial !important;
  padding: 16px 30px 15px 30px !important;
  font-weight: inherit !important;
  border-radius: inherit !important;
  border: 1px solid #121212;
  left: auto;
  color: #121212;
  background-color: initial !important;
  display: inline-block !important;
  background-image: none;
  box-shadow: none;
  /* text-shadow: none; */
}

.single-product h1 {
  margin-bottom: 0;
  font-size: 1.9375rem;
  line-height: 2rem;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.single-product h2 {
  font-size: 1.25rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.single-product .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product .single-content {
  margin: 140px 0 0 0;
}
.single-product .single-content .container {
  display: grid;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .single-product .single-content {
    margin: 64px 0 0 0;
  }
}
.single-product .single-content__inner {
  display: grid;
  grid-template-columns: 48.8% 48.8%;
  grid-gap: 32px;
  padding-top: 80px;
}
@media screen and (max-width: 980px) {
  .single-product .single-content__inner {
    grid-template-columns: 100%;
  }
}
.single-product .single-content__inner .product-gallery-container {
  position: relative;
}
.single-product .single-content__inner .product-gallery-container#essential::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 16px;
  right: 32px;
  background: url("../../assets/images/essentials.svg") no-repeat;
  z-index: 9;
}
.single-product .single-content__inner .product-gallery-container.coming-soon::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 16px;
  left: 16px;
  background: url("../../assets/images/coming-soon.svg") no-repeat;
  z-index: 9;
}
.single-product .single-content__inner .product-gallery-container .single-image-slider {
  border: 1px solid #1189D9;
}
@media screen and (max-width: 980px) {
  .single-product .single-content__inner .product-gallery-container .single-image-slider {
    margin-bottom: 32px;
  }
}
.single-product .single-content__inner .product-gallery-container .single-image-slider .slick-slide {
  height: 660px;
}
@media screen and (max-width: 980px) {
  .single-product .single-content__inner .product-gallery-container .single-image-slider .slick-slide {
    height: initial;
  }
}
.single-product .single-content__inner .product-gallery-container .single-image-slider .slick-slide img {
  height: 100% !important;
  object-fit: cover;
  padding: 0;
}
.single-product .single-content__inner .product-gallery-container .product-slider {
  margin-top: 32px;
}
.single-product .single-content__inner .product-gallery-container .product-slider .slick-slide {
  height: 150px;
}
.single-product .single-content__inner .product-gallery-container .product-slider .slick-slide img {
  height: 100%;
  object-fit: cover;
}
.single-product .single-content__inner .lpd-product-variations {
  display: grid;
  grid-template-columns: 10% 90%;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #1189D9;
}
@media screen and (max-width: 980px) {
  .single-product .single-content__inner .lpd-product-variations {
    grid-template-columns: 25% 75%;
  }
}
.single-product .single-content__inner .lpd-product-variations .variation-label p {
  margin-top: 5px;
}
.single-product .single-content__inner .lpd-product-variations .variation-label-2 p {
  margin-top: 32px;
}
.single-product .single-content__inner .lpd-product-variations p {
  margin: 0;
}
.single-product .single-content__inner .lpd-product-variations .Colour ul {
  position: relative;
  display: inline-block;
  padding-right: 32px;
}
.single-product .single-content__inner .lpd-product-variations .Colour ul li {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #1189D9;
  padding: 0 !important;
  margin-right: 0.5rem;
  margin-top: 0;
}
.single-product .single-content__inner .lpd-product-variations .Colour ul li a {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0 !important;
  margin-top: 0;
}
.single-product .single-content__inner .lpd-product-variations .Colour ul li a:hover {
  border-color: #121212;
}
.single-product .single-content__inner .lpd-product-variations .Colour ul li a:hover:before {
  display: none;
}
.single-product .single-content__inner .lpd-product-variations .Colour ul .tooltip {
  display: none;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  text-align: left;
  width: 45%;
}
.single-product .single-content__inner .lpd-product-variations .Colour ul .tooltip img {
  border: none;
}
.single-product .single-content__inner .lpd-product-variations .Colour ul .tooltip .tooltip-text {
  text-align: left;
  border-radius: 5px;
  padding: 5px;
  z-index: 1;
  top: 36.5%;
  right: 440px;
  bottom: initial;
  left: initial;
  background: transparent;
  color: #121212;
  font-family: "PPMori-Regular", sans-serif;
  transform: translateY(-30%);
  width: initial;
  transition: opacity 0.3s;
  text-indent: 0;
}
.single-product .single-content__inner .lpd-product-variations .Colour ul .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.single-product .single-content__inner .lpd-product-variations .Size ul li {
  margin-right: 16px;
}
.single-product .single-content__inner .lpd-product-variations .Size ul li a.button {
  border-radius: 0;
  font-family: "PPMori-Regular", sans-serif;
  padding: 10px 15px !important;
  text-align: center;
  line-height: 16px;
  font-weight: initial;
  font-size: 14px;
  margin: 32px auto 0 auto;
  background: transparent;
  border: 1px solid #11D9A7 !important;
  color: #121212;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  transition: all 0.5s;
}
.single-product .single-content__inner .lpd-product-variations .Size ul li a.button:before {
  display: none;
}
.single-product .single-content__inner .lpd-product-variations .Size ul li a.button.active {
  border-color: #121212 !important;
}
.single-product .single-content__inner .lpd-product-variations .Size ul li a.button:hover {
  color: #121212 !important;
  border-color: #121212 !important;
}
.single-product .single-content__inner .lpd-product-variations .Size ul li a.button:hover:before {
  transform: scaleX(1);
}
.single-product .wishlist-container {
  position: relative;
  margin-top: 16px;
}
.single-product .wishlist-container h1 {
  display: none;
}
.single-product .price {
  display: none;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product img {
  width: 100%;
}
.single-product .variation-values {
  position: relative;
}
.single-product .variation-values ul {
  margin: 0;
  list-style: none;
}
.single-product .variation-values ul li {
  display: inline;
}
.single-product .variation-values ul li:nth-child(n+4) a {
  margin-top: 0.5rem;
}
.single-product a.product-button {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #1189D9;
  color: #121212;
  font-weight: initial;
  padding: 0.5rem 16px;
  font-size: 14px;
  display: inline-block;
}
.single-product a.product-button:before {
  background: #121212;
}
.single-product a.product-button:hover {
  border-color: #121212;
}
.single-product .category-title p {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.single-product .title-container h1.product_title {
  max-width: 670px;
  font-size: 2.138rem;
  line-height: 2.438rem;
}
.single-product .excerpt-container {
  border-top: 1px solid #f9f6f3;
  padding: 16px 0 0 0;
}
.single-product a.button {
  background: transparent;
}
.single-product a.button.retailer {
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 40%;
  transform: translateY(-50%);
  padding: 16px 50px 15px 50px;
  margin: 0;
}
@media screen and (max-width: 1550px) {
  .single-product a.button.retailer {
    width: 30%;
  }
}
@media screen and (max-width: 980px) {
  .single-product a.button.retailer {
    position: initial;
    bottom: initial;
    right: initial;
    width: initial;
    transform: initial;
    width: 100%;
    box-sizing: border-box;
  }
}
.single-product a.button.retailer:hover {
  color: #fff;
}
.single-product a.button.wl-add-to-single {
  padding: 16px 50px 15px 50px;
  margin: 0;
}
.single-product .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, 15%);
  grid-column-gap: 1rem;
  box-sizing: border-box;
  padding-left: 0;
}
.single-product .swatch-label {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.single-product .swatch-label .swatch {
  width: 80%;
  display: block;
  height: 78%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.single-product .summary .woocommerce-Price-amount:before {
  content: "From ";
  display: inline-block;
  font-size: 1rem;
  padding-right: 0.5rem;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product .product_meta,
.single-product .quantity,
.single-product .single_add_to_cart_button {
  display: none !important;
}
.single-product .woocommerce-product-gallery .flex-viewport {
  order: 1;
  margin: 0;
}
.single-product .woocommerce-product-gallery .flex-viewport img {
  width: 99%;
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs {
  width: 100%;
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li {
  display: block !important;
  width: 100% !important;
  margin: 0.5rem 0 !important;
  box-sizing: border-box;
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li img {
  box-sizing: border-box;
  width: 100% !important;
}
.single-product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 16px;
  right: 1.5rem;
  z-index: 9;
}
.single-product .quantity {
  float: none;
  padding: 0 0 32px 0;
  width: 100%;
  border-radius: 15px;
}
.single-product .quantity:before {
  content: "Quantity";
  display: block;
  margin-bottom: 16px;
}
.single-product .promo {
  margin: 16px 0 32px 0;
}
.single-product .promo__inner {
  display: grid;
  grid-template-columns: 75% 25%;
  padding: 32px 0 32px 32px;
}
@media screen and (max-width: 980px) {
  .single-product .promo__inner {
    padding: 16px;
  }
}
.single-product .promo__copy h5 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.single-product .promo__image {
  position: relative;
}
.single-product .promo__image img {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}
.single-product .up-sells.upsells.products {
  background: #F8F5F1;
  padding: 48px 0;
}
.single-product .cross-sells,
.single-product .related {
  position: relative;
  background: #f9f6f3;
  padding: 48px 0;
  overflow: hidden;
  margin-top: 16px;
}
.single-product .cross-sells .slider-container,
.single-product .related .slider-container {
  overflow: hidden;
}
.single-product .cross-sells .slider-container .slick-list,
.single-product .related .slider-container .slick-list {
  width: 100% !important;
}
.single-product .cross-sells .slider-container.no-slider,
.single-product .related .slider-container.no-slider {
  width: 100%;
  padding-left: 0;
}
.single-product .cross-sells .slider-container ul li,
.single-product .related .slider-container ul li {
  margin: 0;
  display: block;
  text-align: center;
  background: #fff;
  width: 100%;
  margin: 0 32px 0 0;
  padding: 32px;
  box-sizing: border-box;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .single-product .cross-sells .slider-container ul li,
  .single-product .related .slider-container ul li {
    margin: 0 16px;
  }
}
.single-product .cross-sells .slider-container ul li h2,
.single-product .related .slider-container ul li h2 {
  line-height: 1.25rem;
  color: #121212;
  margin-top: 32px;
}
.single-product .cross-sells .slider-container ul li img,
.single-product .related .slider-container ul li img {
  max-width: 300px;
  margin: 0 auto !important;
  object-fit: contain;
}
.single-product .cross-sells .slider-container ul li a:hover,
.single-product .related .slider-container ul li a:hover {
  color: #fff;
}
.single-product .cross-sells .slick-arrow,
.single-product .related .slick-arrow {
  top: 45px;
  width: 40px;
  height: 40px;
  background: none;
  overflow: hidden;
  border: none;
}
.single-product .cross-sells .slick-arrow .button,
.single-product .related .slick-arrow .button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  background-size: 40% !important;
  margin: 0;
  border: 1px solid #121212;
  background: #fff;
  padding: 0 !important;
}
.single-product .cross-sells .slick-arrow .button:before,
.single-product .related .slick-arrow .button:before {
  background: #121212;
}
.single-product .cross-sells .slick-arrow .button img,
.single-product .related .slick-arrow .button img {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-product .cross-sells .slick-arrow .button:hover:before,
.single-product .related .slick-arrow .button:hover:before {
  background: #121212;
}
.single-product .cross-sells .slick-arrow.slick-prev,
.single-product .related .slick-arrow.slick-prev {
  left: initial;
  right: 3.5%;
  top: 0;
}
@media screen and (max-width: 980px) {
  .single-product .cross-sells .slick-arrow.slick-prev,
  .single-product .related .slick-arrow.slick-prev {
    right: 16.5%;
    top: -10px;
  }
}
.single-product .cross-sells .slick-arrow.slick-next,
.single-product .related .slick-arrow.slick-next {
  right: 0%;
  top: 0;
}
@media screen and (max-width: 980px) {
  .single-product .cross-sells .slick-arrow.slick-next,
  .single-product .related .slick-arrow.slick-next {
    right: 4%;
    top: -10px;
  }
}
.single-product .cross-sells {
  background: #1189D9;
  padding: 64px 0;
  margin-top: 0;
}
.single-product .product-tabs-container .woocommerce-tabs .tabs {
  display: none !important;
}
.single-product .product-tabs-container .woocommerce-tabs .flex-control-thumbs {
  display: none;
}
.single-product .product-tabs-container .woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
  display: none;
}
.single-product .product-tabs-container .woocommerce-tabs.wc-tabs-wrapper .woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
  display: block;
}
.single-product .product-tabs-container .woocommerce-tabs h2 {
  display: none;
}
.single-product .product-tabs-container .woocommerce-tabs .entry-summary {
  display: none;
}
.single-product .product-tabs-container .woocommerce-tabs .products h2 {
  display: block;
}
.single-product .product-tabs-container .woocommerce-tabs .products ul {
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-gap: 16px;
  margin: initial;
  padding: initial;
  list-style: initial;
  clear: initial;
}
.single-product .product-tabs-container .woocommerce-tabs .products ul:before {
  display: none;
}
.single-product .product-tabs-container .woocommerce-tabs .products ul.slick-slider {
  display: block;
  grid-template-columns: initial;
  grid-gap: initial;
}
.single-product .product-tabs-container .woocommerce-tabs .products .slider-item {
  margin: 0 32px;
}
.single-product .product-tabs-container .woocommerce-tabs .products .slider-item:first-of-type {
  margin: 0;
}
.single-product .product-tabs-container .woocommerce-tabs .products li {
  display: block;
  float: initial;
  position: initial;
  text-align: center;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 32px;
  box-sizing: border-box;
}
.single-product .product-tabs-container .woocommerce-tabs .products li h2 {
  color: #121212;
}
.single-product .product-tabs-container .woocommerce-tabs .products li .price {
  display: none;
}
.single-product .up-sells h4 {
  margin-bottom: 32px;
}
.single-product .up-sells ul.products {
  margin: 0;
}
.single-product .up-sells ul.products li.product a {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 13px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  border: 2px solid transparent;
}
.single-product .up-sells ul.products li.product a.woocommerce-loop-product__link {
  position: relative;
  bottom: initial;
  right: initial;
  background-color: initial;
  padding: initial;
  text-align: initial;
  border-radius: initial;
  display: initial;
  margin: initial;
  color: initial;
  border: initial;
}
.single-product .up-sells ul.products li.product .woocommerce-Price-amount:before {
  color: #121212;
  content: "Starting at ";
}
.single-product .accordion {
  min-height: initial;
}
.single-product .accordion dl dt a {
  font-size: 1rem;
  text-decoration: none;
}
.single-product .accordion dl dt a img {
  border: none;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
  box-shadow: none !important;
}

.tax-product_cat .woocommerce-breadcrumb {
  position: absolute;
  z-index: 9;
  padding: 32px 0;
  color: #121212;
  margin: 0;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .tax-product_cat .woocommerce-breadcrumb {
    padding: 16px 0;
  }
}
.tax-product_cat ul.products:before {
  display: none;
}
.tax-product_cat ul.products li.product {
  float: initial;
  margin: initial;
  padding: 0 0 48px 0;
  position: initial;
  width: initial;
  margin-left: initial;
}
.tax-product_cat ul.products li.product h2 {
  line-height: initial;
}
.tax-product_cat ul.products li.product .price {
  display: none;
}
.tax-product_cat ul.products li.product.has-lifestyle:hover img {
  opacity: 0;
}
.tax-product_cat ul.products li.product.has-lifestyle:hover img.lifestyle {
  opacity: 1;
}

.woocommerce table.shop_table {
  border-color: #1189D9;
}
.woocommerce table.shop_table td {
  border-top: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  color: #121212;
}

body {
  scroll-behavior: smooth;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html,
body {
  overflow-x: hidden;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #121212;
}

.bg-light-grey {
  background-color: #f9f6f3;
}

.bg-turquoise {
  background-color: #11C8D9;
}

.bg-blue {
  background-color: #1189D9;
}

.bg-light-green {
  background-color: #11D9A7;
}

@media screen and (max-width: 980px) {
  .page-container {
    padding-top: 90px;
  }
}

#main {
  padding-top: 13rem;
}

.home #main {
  padding-top: 0;
}

.container-fluid {
  width: 100%;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1550px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (max-width: 980px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container .container__narrow {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .container .container__narrow {
    max-width: 100%;
  }
}

.container__narrow {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .container__narrow {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.grid {
  display: grid;
}
.grid__gap-1 {
  grid-column-gap: 1rem;
}
.grid__gap-2 {
  grid-column-gap: 2rem;
}
.grid__gap-3 {
  grid-column-gap: 3rem;
}
.grid__gap-4 {
  grid-column-gap: 4rem;
}
.grid__gap-5 {
  grid-column-gap: 5rem;
}
.grid__col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid__col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 980px) {
  .grid__col-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid__col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 980px) {
  .grid__col-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid__col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid__col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid__col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid__col-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid__col-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid__col-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid__col-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid__col-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid__col-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid__2-1 {
  grid-template-columns: 3fr 1fr;
}
@media screen and (max-width: 980px) {
  .grid__2-1 {
    grid-template-columns: 100%;
  }
}
.grid__1-2 {
  grid-template-columns: 1fr 2fr;
}
.grid__3-6-3 {
  grid-template-columns: 3fr 6fr 3fr;
}

.flex {
  display: flex;
}

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

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

.flex-start {
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  max-width: 1000px;
}

.flex-center {
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}

.flex-end {
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  max-width: 1000px;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.desktop {
  display: block;
}
@media screen and (max-width: 980px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .mobile {
    display: block;
  }
}

.spacer {
  border-bottom: 1px solid #1189D9;
}

.p-small {
  padding: 1rem;
}

.p-large {
  padding: 3rem;
}

.pt-small {
  padding-top: 3rem;
}

.pb-small {
  padding-bottom: 3rem;
}

.mt-small {
  margin-top: 3rem;
}

.mb-small {
  margin-bottom: 3rem;
}

.pt-large {
  padding-top: 6rem;
}

.pb-large {
  padding-bottom: 6rem;
}

.mt-large {
  margin-top: 6rem;
}

.mb-large {
  margin-bottom: 6rem;
}