/*================================================================================
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;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slider .slick-list,
.slick-slider .slick-track {
  -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;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
}

.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;
}

/*# sourceMappingURL=/sm/fb3ed351cd5c0f1f30f88778ee1f9b056598e6d25ac4fdcab1eebcd8be521cd9.map */
/* 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 {
  height: 100%;
  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: 480px) {
  .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;
  background: transparent;
  border: none;
  text-indent: -9999px;
}

.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: 480px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
  }
}

body {
  font-family: "Open Sans", sans-serif;
}

ul {
  padding-left: 0;
  list-style: none;
}
ul li {
  display: inline;
}
.text-left {
  text-align: left;
}

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

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

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

ul {
  margin: 0;
}

.pt__small {
  padding-top: 3.125rem;
}
.pt__large {
  padding-top: 6.25rem;
}
@media screen and (max-width: 900px) {
  .pt__large {
    padding-top: 3.125rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin: 0;
  font-weight: 1000;
  font-family: "DM Sans", sans-serif;
}

h1 {
  letter-spacing: -1px;
  font-size: 3.7rem;
  line-height: 4.889rem;
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 3.889rem;
    line-height: 3.889rem;
  }
}
h1 strong {
  font-weight: 700;
}

h2 {
  letter-spacing: -1px;
  font-size: 3.889rem;
  line-height: 3.889rem;
}
h2 strong {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

h3 {
  letter-spacing: -1px;
  font-weight: 1000;
  font-size: 2.75rem;
  line-height: 2.75rem;
  color: #2D3047;
}
h3 strong {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  h3 {
    line-height: 1.5rem;
    font-size: 1.5rem;
  }
}

h4 {
  letter-spacing: -1px;
  line-height: 1.75rem;
  font-size: 1.75rem;
}
h4 strong {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

h5 {
  letter-spacing: -1px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
h5 strong {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

h6 {
  letter-spacing: -1px;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
h6 strong {
  font-weight: 700;
}

p {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: 1.3rem;
  margin-bottom: 1rem;
}

.woocommerce-checkout {
  font-size: 14px;
}
.woocommerce-checkout h3 {
  margin: 18px 0;
}
.woocommerce-checkout label,
.woocommerce-checkout input,
.woocommerce-checkout span,
.woocommerce-checkout td,
.woocommerce-checkout td p {
  font-size: 14px;
  color: #666666;
}
.woocommerce-checkout td p {
  font-weight: 700;
}
.woocommerce-checkout textarea {
  border: 1px solid #f8f8f8;
}

.gform_wrapper form {
  position: relative;
}
.gform_wrapper form input[type=email] {
  height: 54px;
  border-radius: 30px;
  border: 1px solid #E8E8E8;
  padding: 0 18px !important;
}
.gform_wrapper form .gform_footer input[type=submit] {
  height: 54px !important;
  padding: 0 36px !important;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px !important;
  background: #1B998B !important;
}
@media screen and (max-width: 900px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    line-height: 0 !important;
  }
}
.header__nav {
  display: block;
  padding: 18px 0 18px 0;
  position: relative;
}
.header__nav:before {
  content: "";
  display: block;
  height: 1px;
  width: 300vw;
  background-color: #e8e8e8;
  position: absolute;
  left: -50vw;
  top: 0;
}
@media screen and (max-width: 900px) {
  .header__nav .menu-main-menu-container {
    flex: 0.7;
    padding: 18px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  .header__nav {
    order: 2;
    align-items: end;
  }
}
.header__nav nav {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .header__nav nav {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    height: auto;
    background: #1B998B;
    right: -200%;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.5s all;
    overflow: scroll;
    padding-bottom: 0;
  }
  .header__nav nav.show {
    right: 0;
  }
}
.header__nav ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .header__nav ul {
    text-align: initial;
  }
}
.header__nav ul li {
  position: relative;
  padding: 0 1rem;
}
@media screen and (max-width: 900px) {
  .header__nav ul li {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .header__nav ul li.current_page_item {
    background-image: none;
    text-indent: 0;
    border-radius: 7px;
  }
}
.header__nav ul li a {
  color: #252323;
  font-size: 0.88889rem;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .header__nav ul li a {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .header__nav ul li a {
    padding: 18px 0;
  }
}
.header__nav ul li .sub-menu {
  background: #1B998B;
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  text-align: initial;
  padding: 18px;
  z-index: 99;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 510px;
}
@supports (background: -webkit-named-image(i)) {
  .header__nav ul li .sub-menu {
    top: 58px;
  }
}
@media screen and (max-width: 900px) {
  .header__nav ul li .sub-menu {
    position: relative;
    top: 0;
    padding: 0 18px;
    box-shadow: none;
    width: 100%;
  }
}
.header__nav ul li .sub-menu li {
  display: block;
  padding: 0.5rem;
  margin: 0.2rem 0;
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: block;
  border-radius: 7px;
  transition: all 0.2s;
  background-position: 10px 50%;
}
@media screen and (max-width: 900px) {
  .header__nav ul li .sub-menu li {
    width: 100%;
    position: relative;
    height: initial;
    overflow: hidden;
    top: 0;
    float: none;
  }
}
.header__nav ul li .sub-menu li:hover {
  background-size: 20px;
  opacity: 1;
  text-indent: 30px;
}
@media screen and (max-width: 900px) {
  .header__nav ul li .sub-menu li:hover {
    background-image: none;
    text-indent: 0;
  }
}
.header__nav ul li .sub-menu li a {
  padding: 0;
  display: block;
}
@media screen and (max-width: 900px) {
  .header__nav ul li .sub-menu li a {
    font-size: 0.9rem;
  }
}
.header__nav ul li .sub-menu li a:after {
  display: none;
}
.header__nav ul li.menu-item-has-children {
  padding: 0 1.3rem 0 1rem;
  display: inline-block;
}
.header__nav ul li.menu-item-has-children a:after {
  content: "";
  height: 0px;
  width: 0px;
  position: relative;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  border-top: solid 5px #fff;
  display: inline-block;
  position: relative;
  top: -2px;
  right: -10px;
}
@media screen and (max-width: 900px) {
  .header__nav ul li.menu-item-has-children a:after {
    position: relative;
    top: -2px;
    right: -8px;
  }
}
.header__nav ul li:nth-child(3) .sub-menu {
  width: 245px;
}
.header__nav ul li:nth-child(3) .sub-menu li {
  width: 100%;
}
.header__nav ul li .sub-menu li.current_page_item {
  padding: 0;
}
.header__nav ul li .sub-menu li.current_page_item a {
  background-size: 15px;
  opacity: 1;
  padding: 0.5rem;
  border-radius: 7px;
  text-indent: 30px;
}
@media screen and (max-width: 900px) {
  .header__nav ul li .sub-menu li.current_page_item a {
    background-size: 16px;
  }
}
.header__nav ul li:last-of-type {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__nav ul li:last-of-type {
    display: block;
  }
}
.header__nav .hamburger {
  position: relative;
  display: none;
  border: none;
  background: none;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.2s;
}
.header__nav .hamburger.active span {
  height: 0;
}
.header__nav .hamburger.active span:before {
  transform: rotate(45deg);
  top: initial;
}
.header__nav .hamburger.active span:after {
  transform: rotate(-45deg);
  bottom: initial;
}
.header__nav .hamburger button {
  border: none;
  background: none;
}
.header__nav .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  display: block;
  height: 2px;
  background: #1B998B;
  transition: all 0.2s;
}
.header__nav .hamburger span:before, .header__nav .hamburger span:after {
  content: "";
  position: absolute;
  width: 40px;
  display: block;
  height: 2px;
  background: #1B998B;
  transition: all 0.2s;
}
.header__nav .hamburger span:before {
  top: -10px;
}
.header__nav .hamburger span:after {
  bottom: -10px;
}
@media screen and (max-width: 900px) {
  .header__nav .hamburger {
    display: block;
  }
}
.header__nav.desktop {
  display: block;
}
@media screen and (max-width: 480px) {
  .header__nav.desktop {
    display: none;
  }
}
.header__nav.mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .header__nav.mobile {
    display: block;
    order: initial;
    z-index: 99;
    padding: 9px;
  }
  .header__nav.mobile .hamburger {
    top: -50px;
  }
  .header__nav.mobile #menu-main-menu {
    flex-wrap: wrap;
  }
  .header__nav.mobile #menu-main-menu li {
    flex: 1 0 100%;
  }
  .header__nav.mobile #menu-main-menu li a {
    color: #fff;
  }
}

#header {
  overflow-x: hidden;
}

.header__info {
  padding: 1rem;
}
.header__info p, .header__info a {
  font-weight: 700;
  margin-bottom: 0;
}
.header__info a {
  text-align: right;
  color: #fff;
  font-size: 0.875rem;
}
.header__info img {
  margin-right: 1rem;
}
.header__main {
  padding: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 10px transparent;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .header__main {
    padding: 18px 0;
  }
}
@media screen and (max-width: 480px) {
  .header__main {
    padding: 9px 0;
  }
}
.header__main__inner {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .header__main__inner {
    grid-template-columns: 35% 65%;
  }
}
.header__main .header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  border-right: 1px solid #E8E8E8;
}
.header__main .header__logo img {
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  .header__main .header__logo {
    padding: 0 0 5px 0;
    border: none;
    width: 100%;
    box-sizing: border-box;
  }
  .header__main .header__logo img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.header__main__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header__main__nav {
  align-items: center;
}
@media screen and (max-width: 900px) {
  .header__main__nav {
    align-items: end;
  }
}
.header__main.header__up {
  opacity: 1;
}
.header__main.header__down {
  opacity: 0 !important;
}
.header__main.header__down .header__inner {
  padding: 1rem 0;
}
.header__main .hamburger {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__main .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 156px;
    right: 20px;
    background-color: #fff;
  }
}
.header__search {
  position: relative;
  display: flex;
  align-items: center;
  padding: 36px;
  border-right: 1px solid #E8E8E8;
}
.header__search form {
  flex: 1 0 auto;
}
.header__search input {
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  width: 100%;
  padding: 1rem;
}
.header__search input[type=submit] {
  background: url("../../assets/images/magnifying-glass.svg") no-repeat center left !important;
  position: absolute;
  top: 50%;
  right: 0;
  width: initial;
  background: transparent;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 42px;
}
@media screen and (max-width: 480px) {
  .header__search {
    padding: 9px;
    border: none;
  }
}
.header__checkout {
  align-items: center;
  padding: 36px;
}
@media screen and (max-width: 480px) {
  .header__checkout {
    display: flex !important;
  }
}
.header__checkout a {
  color: #252323;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .header__checkout a {
    display: inline-block;
    padding: 18px 9px;
    flex: 1 0 50%;
  }
}
.header__checkout a img {
  padding-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  .header__checkout {
    padding: 9px;
  }
}
@media screen and (max-width: 480px) {
  .header__checkout__links {
    display: flex;
  }
  .header__checkout__links .menu-cart-menu-container {
    display: flex;
  }
  .header__checkout__links .menu-cart-menu-container a {
    display: flex;
    padding: 0;
  }
}
.header .benefits {
  padding: 1rem 0;
  text-align: center;
}
.header .benefits p {
  font-size: 0.7777777778rem;
  font-weight: bold;
  margin-bottom: 0;
}
.header .benefits img {
  vertical-align: middle;
  margin-right: 1rem;
}

footer {
  background: #2D3047;
  color: #fff;
}
footer .newsletter {
  padding: 54px 0;
}
footer .newsletter h3 {
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  footer .newsletter h3 {
    margin-bottom: 36px;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  footer .newsletter p {
    margin-bottom: 18px;
  }
}
footer .footer {
  padding: 108px 0 54px 0;
}
@media screen and (max-width: 480px) {
  footer .footer {
    padding: 36px 0;
  }
}
footer .footer h5 {
  margin-bottom: 18px;
}
footer .footer .grid {
  grid-gap: 3rem;
}
@media screen and (max-width: 900px) {
  footer .footer .grid {
    grid-gap: 1rem;
  }
}
footer .footer .grid.grid__col-4 {
  grid-template-columns: 1fr 1fr 1fr 2fr;
}
@media screen and (max-width: 900px) {
  footer .footer .grid.grid__col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  footer .footer .grid.grid__col-4 {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 900px) {
  footer .footer .grid.grid__col-4 > div:first-of-type {
    grid-column: 1/-1;
  }
}
footer .footer p {
  margin: 0.5rem 0;
}
footer .footer p img {
  margin-right: 18px;
}
footer .footer a {
  text-decoration: none;
}
footer .footer ul li {
  display: block;
  margin: 0.5rem 0;
}
footer .footer ul li a {
  color: #fff;
}

a {
  text-decoration: none;
  transition: 0.2s ease all;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
a.button {
  background-color: #1B998B;
  padding: 16px 36px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  margin: 18px 0;
  color: #fff;
  border: 2px solid transparent;
}
a.button:hover {
  border-color: #1B998B;
  background-color: transparent;
  color: #1B998B;
}
a.button-alt {
  background-color: #fff;
  padding: 18px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  margin: 18px 0;
  color: #1B998B;
  border: 1px solid #1B998B;
  text-transform: uppercase;
  font-size: 0.8rem;
}
a.button-alt:hover {
  border-color: #1B998B;
  background-color: #1B998B;
  color: #fff;
}

.button {
  background-color: #1B998B;
  padding: 18px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  margin: 18px 0;
  color: #fff;
  border: 2px solid transparent;
}
.button:hover {
  border-color: #1B998B;
  background-color: transparent;
  color: #1B998B;
}

button {
  text-decoration: none;
  transition: 0.2s ease all;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  background-color: #1B998B;
  padding: 16px 36px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  margin: 18px 0;
  color: #fff;
  border: 2px solid transparent;
}
button:hover {
  border-color: #1B998B;
  background-color: transparent;
  color: #1B998B;
}
button.single_add_to_cart_button {
  background-color: #1B998B !important;
  padding: 15px 54px !important;
  text-align: center;
  border-radius: 30px !important;
  display: block !important;
  margin: 18px 0 !important;
  color: #fff !important;
  border: 2px solid transparent !important;
}
button.single_add_to_cart_button:hover {
  border-color: #1B998B;
  background-color: transparent;
  color: #1B998B;
}
@media screen and (max-width: 480px) {
  button.single_add_to_cart_button {
    width: 100% !important;
  }
}

.about-slider {
  background: #2D3047;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 108px !important;
  padding: 72px 36px;
}
@media screen and (max-width: 900px) {
  .about-slider {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .about-slider {
    display: block;
    margin-top: 18px;
  }
}
.about-slider h1, .about-slider h2, .about-slider h3, .about-slider h4, .about-slider h5, .about-slider h6 {
  margin-bottom: 36px;
}
.about-slider p {
  font-size: 1.125rem;
  line-height: 1.8rem;
}
.about-slider a {
  margin-top: 54px;
}
.about-slider .slider-for {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: -6rem;
}
@media screen and (max-width: 480px) {
  .about-slider .slider-for {
    flex: 0 0 100%;
    margin-top: initial;
    max-width: 100%;
    margin-bottom: 36px;
  }
}
.about-slider .slider-for img {
  width: 80% !important;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .about-slider .slider-for img {
    width: 100% !important;
  }
}
.about-slider .slider-content {
  max-width: 50%;
  padding: 0 36px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .about-slider .slider-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .about-slider .slider-content {
    max-width: 100%;
  }
}
.about-slider .slider-content .slider-content-text {
  margin-bottom: 108px;
}
.about-slider .slider-content .slick-arrow {
  top: 50%;
}
.about-slider .slider-content .slick-arrow.slick-prev {
  background: url("../../assets/images/prev-arrow.png") no-repeat center;
  left: -7%;
}
.about-slider .slider-content .slick-arrow.slick-next {
  background: url("../../assets/images/next-arrow.png") no-repeat center;
  right: -4%;
}
.about-slider .slider-content img {
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
  height: 190px;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .about-slider .slider-content img {
    height: initial;
    object-fit: cover;
  }
}

.full-width {
  padding: 72px 0;
}

.hero {
  position: relative;
  padding: 36px 0;
}
.hero .breadcrumbs {
  margin-bottom: 54px;
}
.hero .breadcrumbs nav {
  color: #fff;
}
.hero__text h1, .hero__text h2, .hero__text h3, .hero__text h4, .hero__text h5, .hero__text h6, .hero__text p {
  color: #fff;
}
.hero__text h1 {
  font-weight: 1000;
  line-height: 74px;
}
.hero__text p {
  font-size: 1.1111rem;
  line-height: 34px;
  margin: 36px 0;
}
.home .hero {
  position: relative;
  padding: 0;
  height: 70vh;
}
@media screen and (max-width: 900px) {
  .home .hero {
    height: 100%;
  }
}
.home .hero .breadcrumbs {
  display: none;
}
.home .hero__inner {
  width: 100%;
  height: 70vh;
  margin-bottom: 4.668rem;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .home .hero__inner {
    box-sizing: border-box;
    height: 100%;
  }
}
.home .hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .home .hero__text {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    padding: 18px;
  }
}
.home .hero__text h1, .home .hero__text h2, .home .hero__text h3, .home .hero__text h4, .home .hero__text h5, .home .hero__text h6, .home .hero__text p {
  color: initial;
}
.home .hero__text h1 {
  font-weight: 1000;
  line-height: 74px;
}
@media screen and (max-width: 900px) {
  .home .hero__text h1 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
.home .hero__text p {
  font-size: 1.1111rem;
  line-height: 34px;
  margin: 36px 0;
}
.two-col {
  flex-direction: column;
  justify-content: center;
  padding: 0 0 6.111rem 0;
  grid-gap: 8%;
}
.two-col h1, .two-col h2, .two-col h3, .two-col h4, .two-col h5, .two-col h6 {
  margin-bottom: 36px;
}
.two-col__left, .two-col__right {
  grid-template-columns: 46% 46%;
}
@media screen and (max-width: 900px) {
  .two-col__left, .two-col__right {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 900px) {
  .two-col {
    grid-gap: 36px;
    padding: 0;
    padding-bottom: 36px;
  }
}
.two-col.one_third {
  grid-template-columns: 26% 66%;
  grid-gap: 8%;
}
@media screen and (max-width: 900px) {
  .two-col.one_third {
    grid-template-columns: initial;
    grid-gap: 3%;
  }
}
@media screen and (max-width: 480px) {
  .two-col.one_third img {
    max-width: 68%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
.two-col.half {
  grid-template-columns: 46% 46%;
}
@media screen and (max-width: 900px) {
  .two-col.half {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.two-col.two_thirds {
  grid-template-columns: 70% 30%;
}
.two-col > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.two-col__left img {
  margin: 18px 0 0 0;
}
.two-col__right {
  padding: 0 6.111rem;
  padding: 3.111rem;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .two-col__right {
    padding: 1rem;
  }
}
.two-col > div {
  justify-content: center;
}

.testimonials {
  background: #F8F8F8;
  position: relative;
}
.testimonials__title {
  position: absolute;
  right: 0%;
  top: 6%;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .testimonials__title {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 36px;
    box-sizing: border-box;
  }
}
.testimonials__inner .star.rating-1 {
  background: url("../../assets/images/star-1.png") no-repeat left center;
  height: 20px;
  width: 100%;
}
.testimonials__inner .star.rating-2 {
  background: url("../../assets/images/star-2.png") no-repeat left center;
  height: 20px;
  width: 100%;
}
.testimonials__inner .star.rating-3 {
  background: url("../../assets/images/star-3.png") no-repeat left center;
  height: 20px;
  width: 100%;
}
.testimonials__inner .star.rating-4 {
  background: url("../../assets/images/star-4.png") no-repeat left center;
  height: 20px;
  width: 100%;
}
.testimonials__inner .star.rating-5 {
  background: url("../../assets/images/star-5.png") no-repeat left center;
  height: 20px;
  width: 100%;
}
.testimonials__inner__copy {
  background: #fff;
  position: absolute;
  top: 50%;
  right: -10%;
  width: 50%;
  transform: translate(-50%, -50%);
  padding: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .testimonials__inner__copy {
    position: relative;
    top: initial;
    right: initial;
    left: initial;
    transform: initial;
    width: 100%;
    padding: 36px;
  }
}
.testimonials__inner__copy h5 {
  margin-top: 36px;
}
.testimonials .testimonials-slider-js {
  padding: 72px 0;
}
@media screen and (max-width: 480px) {
  .testimonials .testimonials-slider-js {
    padding: 0;
  }
}
.testimonials .testimonials-slider-js .slick-arrow {
  z-index: 9;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
}
.testimonials .testimonials-slider-js .slick-arrow.slick-prev {
  background: url("../../assets/images/white-prev-arrow.png") no-repeat center #2D3047;
  right: 48%;
  top: 74%;
}
@media screen and (max-width: 900px) {
  .testimonials .testimonials-slider-js .slick-arrow.slick-prev {
    top: initial;
    bottom: -50px;
    right: inherit;
    left: 30px;
  }
}
.testimonials .testimonials-slider-js .slick-arrow.slick-next {
  background: url("../../assets/images/white-next-arrow.png") no-repeat center #2D3047;
  right: 45%;
  top: 74%;
}
@media screen and (max-width: 900px) {
  .testimonials .testimonials-slider-js .slick-arrow.slick-next {
    top: initial;
    bottom: -50px;
    right: 30px;
  }
}

.faqs-outer {
  background: #fff;
  padding-top: 54px;
  padding-bottom: 54px;
}
.faqs-outer .faqs-inner {
  display: grid;
  grid-template-columns: 25% 75%;
}
@media screen and (max-width: 480px) {
  .faqs-outer .faqs-inner {
    grid-template-columns: initial;
  }
}
.faqs-outer .faqs-inner .category-list {
  padding: 18px;
  background: #F8F8F8;
}
@media screen and (max-width: 480px) {
  .faqs-outer .faqs-inner .category-list {
    order: 1;
  }
}
.faqs-outer .faqs-inner .category-list h5 {
  margin-bottom: 18px;
}
.faqs-outer .faqs-inner .category-list .current-cat-parent a {
  display: none;
}
.faqs-outer .faqs-inner .category-list ul.children li {
  display: block;
}
.faqs-outer .faqs-inner .category-list ul.children li a {
  display: inline-block;
  color: #2D3047;
  padding: 12px 0;
}
@media screen and (max-width: 480px) {
  .faqs-outer .faqs-inner .faqs {
    order: 0;
  }
}
.faqs-outer .faqs-inner .faqs h3, .faqs-outer .faqs-inner .faqs p {
  margin-bottom: 36px;
}
.faqs-outer .faqs-inner .faqs dl {
  padding: 18px;
  background: #F8F8F8;
}
.faqs-outer .faqs-inner .faqs dl.active {
  background: #1B998B;
  color: #fff;
}
.faqs-outer .faqs-inner .faqs dl.active a {
  color: #fff;
}
.faqs-outer .faqs-inner .faqs dl dt {
  position: relative;
}
.faqs-outer .faqs-inner .faqs dl dt a {
  color: #2D3047;
}
.faqs-outer .faqs-inner .faqs dl dt img {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
}
@media screen and (max-width: 480px) {
  .faqs-outer .faqs-inner .faqs dl dt img {
    top: 130%;
    right: 0px;
  }
}

.features {
  padding: 36px 0;
  margin: 36px 0;
  align-items: center;
}
.features__inner {
  grid-template-columns: 1fr 4fr;
  display: grid;
}
.features__inner h6 {
  font-weight: 600;
}
.features__inner .img-container {
  display: flex;
  align-items: center;
}
.features__inner .img-container img {
  width: 85%;
}
.features__inner .copy-container {
  padding: 0 18px;
}
.features__inner .copy-container p {
  font-size: 0.875rem;
  padding-top: 0.313rem;
  line-height: 1.25rem;
}

.grid-layout {
  margin: 36px 0;
}
.grid-layout__inner {
  position: relative;
  padding: 36px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-layout__inner h4 {
  margin-top: 0.875rem;
  font-size: 2.5rem;
  line-height: 3rem;
}
.grid-layout__inner h4 strong {
  font-weight: 1000;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.grid-layout__inner h5 {
  font-weight: 500;
  font-size: 2.125rem;
}
.grid-layout__inner p {
  text-transform: uppercase;
  font-size: 0.813rem;
}
.grid-layout__inner a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-decoration: underline;
}

.steps {
  padding: 36px 0;
}
.steps a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}
.steps__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 108px 0;
}
.steps__inner .steps__text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
.steps__inner:nth-of-type(even) .steps__text {
  order: 1;
}

.recommended-products {
  padding: 54px 0;
}
.recommended-products li {
  position: relative;
  padding: 36px;
}
.recommended-products li img {
  padding: 0;
}
.recommended-products li p {
  padding: 18px 0 0 0;
  color: #252323;
}
.recommended-products li form {
  position: absolute;
  bottom: 36px;
  right: 36px;
}
.recommended-products li form button {
  background-color: #1B998B !important;
  padding: 13px !important;
  text-align: center !important;
  border-radius: 30px !important;
  display: inline-block !important;
  color: #fff !important;
  border: 2px solid transparent !important;
}

.latest-posts {
  padding: 36px 0;
  margin: 36px 0;
}
.latest-posts .title {
  margin: 36px 0 54px 0;
}
.latest-posts .title p {
  margin-bottom: 36px;
}
.latest-posts h5 {
  color: #252323;
  margin: 18px 0;
  font-weight: 600;
}
.latest-posts .date {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.category__outer {
  margin-top: 108px !important;
}
.category__outer .category-description h3 {
  margin-bottom: 18px;
  color: #2D3047;
}
.category__outer p {
  margin-bottom: 36px;
}

.category {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 480px) {
  .category {
    display: block;
  }
}

.category__single {
  width: 100%;
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 15px;
}
@media screen and (max-width: 480px) {
  .category__single {
    display: block;
    max-width: 100%;
    flex: initial;
  }
}
.category__single .category__title {
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}
.category__single .category__title h4 {
  color: #252323;
  font-size: 1.2rem;
  margin-bottom: 7.5px;
}
.category__single .category__title h4::first-word {
  font-weight: 700;
}
.category__single .category__title .category-copy {
  padding: 18px;
}
.category__single .category__title .category-copy p {
  color: #252323;
  display: inline;
  padding-right: 0.5rem;
}
.category__single .category__title .category-copy p span {
  color: #1B998B;
  font-size: 0.8rem;
  font-weight: bold;
}
.category__single .category__title .category-copy a {
  display: flex;
  align-items: center;
}
.category__single .category__title .category-copy a p {
  margin: 0;
  font-size: 0.7rem;
}
.category__single .category__title .category-copy .flex-row {
  display: flex;
}
.category__single img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 200px;
  display: block;
}

.category__single:nth-child(-n+4) {
  flex: 0 0 25%; /* Adjust to 4 across */
  max-width: 25%;
}
@media screen and (max-width: 900px) {
  .category__single:nth-child(-n+4) {
    flex: 0 0 50%; /* Adjust to 4 across */
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .category__single:nth-child(-n+4) {
    display: block;
    max-width: 100%;
    flex: initial;
  }
}

.category__single:nth-child(n+5) {
  flex: 1; /* Adjust to 7 across */
  max-width: 25%;
}
@media screen and (max-width: 900px) {
  .category__single:nth-child(n+5) {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 480px) {
  .category__single:nth-child(n+5) {
    display: block;
    max-width: 100%;
    flex: initial;
  }
}
.category__single:nth-child(n+5) a.button {
  display: none !important;
}
.category__single:nth-child(n+5) .category-copy h4 {
  font-size: 1.3rem;
}
.category__single:nth-child(n+5) .category-copy .grid {
  display: block;
}
.category__single:nth-child(n+5) .category-copy .grid a {
  display: none;
}
.category__single:nth-child(n+5) img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 150px;
}
.category__single:nth-child(n+5) p {
  display: none !important;
}

.products {
  padding: 54px 0;
}
.products h2 {
  color: #fff;
}
.products .stat-container {
  background: url("../../assets/images/products-home-bg.png") no-repeat center;
  background-size: cover;
  padding: 36px;
  margin-top: 54px;
}
.products .stat-container h4 {
  display: inline-block;
}
.products__inner {
  padding: 18px;
  background: #fff;
}
.products__inner img {
  width: 100%;
  margin-bottom: 36px;
}
.products__inner p {
  display: inline-block;
}
.products__inner span {
  color: #1B998B;
  margin-top: 0.5rem;
  display: inline-block;
}
.products a {
  color: #252323;
}

.category__title a.button {
  padding: 10px 0 !important;
  text-align: center;
  border-radius: 30px !important;
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  background: #1B998B !important;
  border: 2px solid transparent !important;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.category__title .grid.grid__col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.category__products {
  background: #F8F8F8;
}
.category__products h2 {
  margin-bottom: 36px;
}
.category__products > h3 {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .category__products > h3 {
    padding: 0 5%;
  }
}
.category__products ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
}
@media screen and (max-width: 480px) {
  .category__products ul.products {
    grid-template-columns: initial;
  }
}
.category__products ul.products li {
  background: #fff;
  padding: 18px !important;
  box-sizing: border-box;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 0 !important;
}
.category__products ul.products li a:first-of-type {
  width: 100%;
}
.category__products ul.products li h2 {
  color: #2D3047;
  line-height: normal;
}
.category__products ul.products li .price {
  flex: 0 1 40%;
}
.category__products ul.products li .price .woocommerce-Price-amount {
  color: #1B998B;
}
.category__products ul.products li .price .woocommerce-Price-amount:first-of-type:before {
  content: "Starting at ";
  color: #717171;
}
.category__products ul.products li a.button {
  padding: 11px 25px !important;
  font-size: 14px !important;
  text-align: center;
  border-radius: 30px !important;
  display: flex !important;
  margin: 0 !important;
  color: #fff !important;
  background: #1B998B !important;
  border: 2px solid transparent !important;
  align-items: center;
  text-transform: uppercase;
  max-height: 40px;
  box-sizing: border-box;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__inner {
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
  border: 1px solid #717171;
  text-align: center;
  min-width: 70px;
  margin: 0 auto;
}
.pagination__inner a {
  color: #717171;
  opacity: 0.5;
  padding: 0 0.5rem;
}
.pagination__inner span {
  color: #717171;
  padding: 0 0.5rem;
}

.onsale {
  display: none;
}

.single-product .variations tr {
  background: transparent;
  margin: 1rem 0;
  display: block;
}
.single-product .variations tr:nth-of-type(even) {
  background: transparent;
}
.single-product .content-area {
  padding-top: 36px;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product .single-content {
  padding: 54px 0;
}
.single-product .single-content__inner {
  display: grid;
  grid-template-columns: 55% 45%;
  grid-gap: 3rem;
}
@media screen and (max-width: 900px) {
  .single-product .single-content__inner {
    grid-template-columns: 50% 40%;
  }
}
@media screen and (max-width: 480px) {
  .single-product .single-content__inner {
    grid-template-columns: initial;
  }
}
.single-product .single-content__inner h1 {
  line-height: 54px;
  margin-bottom: 36px;
  color: #2D3047;
  font-size: 2.75rem;
}
.single-product .single-content__inner .product-long-description {
  line-height: 1.3rem;
  margin-bottom: 1rem;
}
.single-product .single-content__inner .product-price .amount {
  font-size: 1.5rem;
  color: #1B998B;
  font-weight: 700;
}
.single-product .single-content__inner .product-sku-container {
  font-size: 0.8rem;
  color: #717171;
  padding-bottom: 18px;
}
.single-product .title-container {
  width: 48.5%;
  float: right;
}
.single-product .title-container h1.product_title {
  max-width: 670px;
  color: #2D3047;
  font-size: 2.75rem;
}
.single-product .accordion {
  margin: 1rem 0;
}
.single-product .accordion__header {
  cursor: pointer;
  background: #F8F8F8;
  padding: 1rem;
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
}
.single-product .accordion__header img {
  margin-right: 1rem;
}
.single-product .accordion__content {
  padding: 2.8rem;
  border-top: none;
  background: #F8F8F8;
}
.single-product .accordion__content p {
  font-size: 1rem;
}
.single-product .variations_form {
  margin: 36px 0;
}
.single-product .variations_form th {
  margin-bottom: 18px;
}
.single-product .variations_form .reset_variations {
  margin-top: 18px;
  display: block;
}
.single-product .summary .woocommerce-Price-amount {
  color: #1B998B;
}
.single-product .summary .woocommerce-Price-amount:before {
  content: "From ";
  color: #717171;
  display: inline-block;
  font-size: 1rem;
  padding-right: 0.5rem;
}
.single-product .woocommerce-product-gallery {
  position: relative;
}
.single-product .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
}
.single-product .woocommerce-product-gallery__wrapper img {
  width: 100%;
}
.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
}
.single-product .woocommerce-product-gallery {
  display: grid;
  grid-template-columns: 15% 85%;
}
@media screen and (max-width: 480px) {
  .single-product .woocommerce-product-gallery {
    flex-direction: column;
  }
}
.single-product .woocommerce-product-gallery .flex-viewport {
  order: 1;
  margin: 0 1rem;
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs {
  max-width: 160px;
  padding-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .single-product .woocommerce-product-gallery ol.flex-control-thumbs {
    width: 100%;
    max-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:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 480px) {
  .single-product .woocommerce-product-gallery ol.flex-control-thumbs li {
    display: inline !important;
  }
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li img {
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 5px !important;
}
@media screen and (max-width: 480px) {
  .single-product .woocommerce-product-gallery ol.flex-control-thumbs li img {
    width: 48px !important;
  }
}
.single-product div.images .woocommerce-product-gallery__trigger {
  right: 1.5rem !important;
}
.single-product .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 30px;
  border: 1px solid #F8F8F8;
  position: relative;
  min-width: 120px;
  padding: 0.5rem 1.5rem;
  height: initial;
}
.single-product .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  border: 1px solid #1B998B;
  box-shadow: 0 0 0 2px #1B998B;
}
.single-product .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,
.single-product .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
  border-radius: 0;
}
.single-product .quantity {
  float: none;
  background: #F8F8F8;
  padding: 36px;
  width: 100%;
  border-radius: 15px;
  box-sizing: border-box;
}
.single-product .quantity:before {
  content: "Quantity";
  display: block;
  margin-bottom: 18px;
}
.single-product .woopq-quantity-input-plus {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
  color: #252323;
}
@media screen and (max-width: 480px) {
  .single-product .woopq-quantity-input-plus {
    width: 100%;
    border: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
.single-product .woopq-quantity-input-minus {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
  color: #252323;
}
@media screen and (max-width: 480px) {
  .single-product .woopq-quantity-input-minus {
    width: 100%;
    border: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.single-product input[type=number] {
  width: 80px !important;
}
.single-product .quantity-control input[type=number] {
  border: 1px solid #ddd;
  padding: 0.47rem 0;
}
.single-product .woocommerce-tabs {
  background: #F8F8F8;
  padding: 36px;
  margin-bottom: 36px;
}
.single-product .woocommerce-tabs ul li {
  background: #F8F8F8 !important;
  border-bottom: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
  font-size: 1.75rem;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h4 {
  margin: 36px 0 18px 0;
}
.single-product .woocommerce-tabs .woocommerce {
  display: none;
}
@media screen and (max-width: 480px) {
  .single-product .product-variations-table {
    display: block;
    overflow: scroll;
  }
}
.single-product .up-sells h4 {
  margin-bottom: 36px;
}
.single-product .up-sells ul.products li.product a {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #1B998B;
  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 {
  color: #1B998B;
}
.single-product .up-sells ul.products li.product .woocommerce-Price-amount:before {
  color: #252323;
  content: "Starting at ";
}

.archive-container .product-filters {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 36px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .archive-container .product-filters {
    grid-template-columns: initial;
  }
}
.archive-container .product-filters .product-filter label {
  display: block;
  padding: 9px 0;
}
.archive-container .product-filters .accordion-item {
  border-bottom: 1px solid #252323;
}
.archive-container .product-filters .accordion-item .accordion-header {
  cursor: pointer;
}
.archive-container .product-filters .accordion-item .accordion-header button {
  color: #252323;
}
.archive-container .product-filters .accordion-button {
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
  outline: none;
  position: relative;
  background: url("../../assets/images/down-arrow.svg") no-repeat center right;
}
.archive-container .product-filters .accordion-button img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-50%);
}
.archive-container .product-filters .accordion-button.active {
  background: url("../../assets/images/up-arrow.svg") no-repeat center right;
}
.archive-container .product-filters .accordion-button:focus {
  outline: none;
}
.archive-container .product-filters .accordion-button.active {
  font-weight: bold;
}
.archive-container .product-filters .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.archive-container .product-filters .accordion-content form {
  padding: 0 0 1rem 0;
}
.archive-container .product-filters .accordion-content form select {
  background: transparent;
  border: none;
  padding: 1rem 0.5rem 1rem 0;
  width: 50%;
  margin-right: 1rem;
}

.woocommerce ul.products::before {
  display: none !important;
}

.woocommerce-cart .title-contianer {
  padding-bottom: 3.125rem;
  background: url("../../assets/images/page-title-banner.png") no-repeat center;
  color: #fff;
  font-size: 2.25rem;
  margin-bottom: 3rem;
}
.woocommerce-cart .title-contianer h1 {
  font-size: 2.25rem;
  font-weight: 500;
}
.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.woocommerce-cart .woocommerce button {
  border-radius: 30px;
  background: #2D3047;
  color: #fff;
  padding: 0.5rem 1.5rem;
}
.woocommerce-cart .woocommerce a.checkout-button {
  border-radius: 30px;
  background: #1B998B;
  color: #fff;
  padding: 18px 36px;
  border: 3px solid transparent;
  font-size: 0.7rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce a.checkout-button:hover {
  border-color: #1B998B;
  color: #1B998B;
  background: transparent;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 65%;
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
    flex: 1 0 100%;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form a {
  color: #252323;
  font-weight: 700;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form a.remove {
  color: #717171 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  width: 100% !important;
  text-align: right;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .variation dt, .woocommerce-cart .woocommerce .woocommerce-cart-form .variation p {
  font-size: 14px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .variation dt, .woocommerce-cart .woocommerce .woocommerce-cart-form .variation dd {
  display: inline-block;
  float: none;
  width: initial;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .woopq-quantity-input-minus {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #F8F8F8;
  border-color: #F8F8F8;
  padding: 0;
  color: #252323;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .woopq-quantity-input-plus {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #F8F8F8;
  border-color: #F8F8F8;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .input-text.qty {
  background: #F8F8F8;
  border-color: #F8F8F8;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
  border: none !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
  background: #fff;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr:last-child {
  border: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr .product-name {
  flex: 1 0 350px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr .product-price {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr .product-quantity {
  flex: 0 1 110px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr .actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr dl {
  margin-top: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr #coupon_code {
  margin: 9px 15px 9px 0 !important;
  padding: 16px 36px !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr .button {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table img {
  width: 100px;
  max-width: none;
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr td {
    flex: 1 0 100% !important;
    flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tr td .woopq-quantity {
    display: flex;
    justify-content: flex-end;
  }
}
.woocommerce-cart .woocommerce .woopq-quantity-input-minus {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #F8F8F8;
  border-color: #F8F8F8;
  padding: 0;
  color: #252323;
}
.woocommerce-cart .woocommerce .woopq-quantity-input-plus {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #F8F8F8;
  border-color: #F8F8F8;
}
.woocommerce-cart .woocommerce .coupon input {
  border-radius: 30px;
  border: none !important;
  background: #F8F8F8;
  padding: 0.5rem 2rem !important;
  width: initial !important;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .woocommerce .coupon {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 100%;
  }
  .woocommerce-cart .woocommerce .coupon input, .woocommerce-cart .woocommerce .coupon button {
    flex: 1 0 100%;
    width: 100% !important;
    margin: 0 !important;
  }
  .woocommerce-cart .woocommerce .coupon button {
    padding: 0.618em 1em;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 25%;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart_totals {
  background: #F8F8F8;
  padding: 36px 25px;
  text-align: center;
}
.woocommerce-cart .woocommerce .cart_totals h2 {
  font-weight: initial;
  font-size: 1.125rem;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.woocommerce-cart .woocommerce .cart_totals table {
  border: none;
  font-size: 0.8rem;
}
.woocommerce-cart .woocommerce .cart_totals table tr {
  background: none;
}
.woocommerce-cart .woocommerce .cart_totals table tr td {
  border-top: 1px solid #e9e6ed !important;
}
.woocommerce-cart .woocommerce .cart_totals table tr td:last-child {
  text-align: right;
}
.woocommerce-cart .woocommerce .cart_totals table tr th {
  font-weight: 400;
}
.woocommerce-cart .woocommerce .cart_totals table tr.order-total td {
  font-size: 1rem;
}
.woocommerce-cart .woocommerce .cart_totals table tr:first-child td {
  border-top: none !important;
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .woocommerce .cart_totals .woocommerce-shipping-destination {
    padding: 9px 0;
  }
}

.woocommerce-checkout .title-contianer {
  padding-bottom: 3.125rem;
  background: url("../../assets/images/page-title-banner.png") no-repeat center;
  color: #fff;
  font-size: 2.25rem;
  margin-bottom: 3rem;
}
.woocommerce-checkout .title-contianer h1 {
  font-size: 2.25rem;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-info {
  width: 41%;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .woocommerce-checkout .woocommerce-info {
    width: 100%;
    flex-wrap: wrap;
  }
  .woocommerce-checkout .woocommerce-info a {
    flex: 1 0 100%;
    padding-top: 9px;
  }
}
.woocommerce-checkout .checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .woocommerce-checkout .checkout.woocommerce-checkout {
    grid-template-columns: initial;
  }
}
.woocommerce-checkout .checkout.woocommerce-checkout h3 {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout input,
.woocommerce-checkout .checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: none;
  background: #F8F8F8;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  height: initial;
}
.woocommerce-checkout .checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
}
.woocommerce-checkout .checkout.woocommerce-checkout .col-1,
.woocommerce-checkout .checkout.woocommerce-checkout .col-2 {
  width: 100%;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review {
  width: 98%;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout-review-order-table {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 18px;
  background: #F6F6F6;
}
.woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce-checkout-review-order-table tbody {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
}
.woocommerce-checkout-review-order-table tbody tr {
  flex: 1 0 100%;
  display: flex;
  border-radius: 5px;
  border: 2px #F8F8F8 solid;
  background: #fff !important;
  margin: 2.5px 0;
}
.woocommerce-checkout-review-order-table tbody tr td.product-name {
  flex: 1 0 66.66%;
}
.woocommerce-checkout-review-order-table tfoot {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
}
.woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
  flex: 1 0 100%;
  background: none !important;
  padding: 0;
}
.woocommerce-checkout-review-order-table tfoot tr th {
  flex: 1 0 66.66%;
  font-weight: 300 !important;
  padding: 18px 0 !important;
}
.woocommerce-checkout-review-order-table tfoot tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-weight: 300 !important;
  padding: 18px 0 !important;
}
.woocommerce-checkout-review-order-table tfoot tr:first-child th {
  border-top: none;
}
.woocommerce-checkout-review-order-table tfoot tr:first-child td {
  border-top: none !important;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-weight: 700 !important;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td span {
  font-size: 1rem !important;
}
.woocommerce-checkout #payment {
  background: none !important;
}
.woocommerce-checkout #payment button {
  text-transform: uppercase;
}

.woocommerce thead tr:first-child {
  background: none;
}
.woocommerce thead tr th {
  padding: 9px 0;
}
.woocommerce th {
  text-align: left;
}
.woocommerce tr {
  background: #fff;
}
.woocommerce tr:nth-of-type(even) {
  background: #F8F8F8;
}
.woocommerce td {
  border: none !important;
  padding: 0 9px;
}
.woocommerce button.button {
  background-color: #1B998B !important;
  padding: 16px 36px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  margin: 9px 0;
  color: #fff !important;
  border: 2px solid transparent;
}
@media screen and (max-width: 480px) {
  .woocommerce button.button {
    width: 150px;
  }
}
.woocommerce button.button:hover {
  border-color: #1B998B !important;
  background-color: transparent !important;
  color: #1B998B !important;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 480px) {
  body, html {
    overflow-x: hidden;
  }
}

.container-fluid {
  width: 100%;
}
.container-fluid .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .container-fluid .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.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__gap-6 {
  grid-column-gap: 6rem;
}
.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: 480px) {
  .grid__col-2 {
    grid-template-columns: initial;
  }
}
.grid__col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 480px) {
  .grid__col-3 {
    grid-template-columns: initial;
  }
}
.grid__col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 480px) {
  .grid__col-4 {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 18px;
  }
}
.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: 480px) {
  .grid__2-1 {
    grid-template-columns: initial;
  }
}
.grid__1-2 {
  grid-template-columns: 1fr 2fr;
}
.grid__3-6-3 {
  grid-template-columns: 3fr 6fr 3fr;
}
@media screen and (max-width: 480px) {
  .grid__3-6-3 {
    grid-template-columns: initial;
  }
}
.grid__offset {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}
@media screen and (max-width: 480px) {
  .grid__offset {
    grid-template-columns: initial;
    grid-template-rows: initial;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-gap: 18px;
  }
}
.grid__offset .div-1 {
  height: 400px;
  grid-area: 1/1/3/4;
}
@media screen and (max-width: 480px) {
  .grid__offset .div-1 {
    grid-area: initial;
  }
}
.grid__offset .div-2 {
  grid-area: 1/4/2/7;
}
@media screen and (max-width: 480px) {
  .grid__offset .div-2 {
    grid-area: initial;
  }
}
.grid__offset .div-3 {
  grid-area: 2/4/3/7;
}
@media screen and (max-width: 480px) {
  .grid__offset .div-3 {
    grid-area: initial;
  }
}

.flex {
  display: flex;
}

.red {
  background: #E84855;
  color: #fff;
}

.green {
  background: #1B998B;
  color: #fff;
}

.dark-blue {
  background: #2D3047;
  color: #fff;
}

.light-grey {
  background: #F8F8F8;
  color: #252323;
}

.breadcrumbs nav {
  font-size: 18px;
}
.breadcrumbs nav a {
  color: #fff;
}