@charset "UTF-8";
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "greenpak";
  src: url("../fonts/greenpak.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/greenpak.eot?#iefix") format("embedded-opentype"), url("../fonts/greenpak.otf") format("opentype"), url("../fonts/greenpak.svg") format("svg"), url("../fonts/greenpak.ttf") format("truetype"), url("../fonts/greenpak.woff") format("woff"), url("../fonts/greenpak.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  filter: brightness(96%);*/
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -10px;
}

[dir=rtl] .slick-prev {
  right: -10px;
  left: auto;
}

.slick-prev:before {
  content: "\f053";
}

[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f054";
}

[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.related-slick {
  padding: 0px 10px;
}
.related-slick .slick-next {
  right: -2px;
}
.related-slick .slick-prev {
  left: -2px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
      touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 6px 20px;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item:active {
  background: #231f20;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .ui-menu .ui-menu-item:hover {
    background: #231f20;
    color: #fff;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-dots {
  text-align: center;
  padding: 24px 0 0 0;
}

.owl-dot {
  background: #222222;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px;
}
.owl-dot.active {
  background: #368b39;
}

.owl-prev {
  position: absolute;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: 23px;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-prev .svgicon {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
}

.owl-next {
  position: absolute;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: 23px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-next .svgicon {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
}

.owl-prev, .owl-next {
  display: none;
}

.owl-hero-slider .owl-dots {
  position: absolute;
  padding: 0;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.owl-hero-slider .owl-dot {
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #999;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0 8px;
}
.owl-hero-slider .owl-dot:hover {
  background-color: rgba(153, 153, 153, 0.5);
}
.owl-hero-slider .owl-dot.active {
  background-color: #999999;
}
.owl-hero-slider .owl-nav {
  display: none;
}
@media (min-width: 768px) {
  .owl-hero-slider .owl-nav {
    display: block;
  }
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6, .pods-section .pods.pods-cols-2 .pod-size-1x1,
.pods-section .pods.pods-cols-2 .pod-size-1x2, .pods-section .pods.pods-cols-3 .pod-size-2x1, .pods-section .pods.pods-cols-3 .pod-size-2x2, .pods-section .pods.pods-cols-3 .pod-size-1x1, .pods-section .pods.pods-cols-3 .pod-size-1x2, .pods-section .pods.pods-cols-4 .pod-size-2x1, .pods-section .pods.pods-cols-4 .pod-size-1x1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12, .pods-section .pods.pods-cols-2 .pod-size-2x1,
.pods-section .pods.pods-cols-2 .pod-size-2x2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3, .pods-section .pods.pods-cols-4 .pod-size-1x1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4, .pods-section .pods.pods-cols-3 .pod-size-1x1, .pods-section .pods.pods-cols-3 .pod-size-1x2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8, .pods-section .pods.pods-cols-3 .pod-size-2x1, .pods-section .pods.pods-cols-3 .pod-size-2x2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.price-list, .category-list, .main-footer ul, .location-section .location-box .location-list, .page-product .product-main .slider-holder .pagination ul, .filter-list, #menu-main-menu > .menu-item-has-children ul, #menu-main-secondary-1 > .menu-item-has-children ul, #menu-main-secondary > .menu-item-has-children ul, #menu-mobile-top > .menu-item-has-children ul, .about-menu > .menu-item-has-children ul, #menu-main-menu, #menu-main-secondary-1, #menu-main-secondary, #menu-mobile-top, .about-menu, .header-mid .social-networks, .header-mid .about-menu, .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonials-section:after, .price-list-section:after, .pods-section:after, .content-highlight-section:after, .category-section:after, .newsletter-section:after, .location-section:after, .services-section:after, .projects-container .project:after, body.home .visual-section:after, .menu-block:after, .project-section:after, .latest-blog:after, .intro-section:after, .container:after, .clearfix:after, #popup-enquire-linked .content p:after, #popup-enquire-linked .content .formrow:after, .popup-form .required-field span:after, .sidebar .berocket_single_filter_widget:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #222222;
  background: #ffffff;
  font: 16px/120% "Open Sans", arial, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.428571;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica, Arial", "sans-serif";
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.625;
  }
}
a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #368b39;
  text-decoration: none;
}
a:hover {
  color: #666;
}

img {
  vertical-align: top;
}

h1 {
  font-weight: 400;
}
@media (min-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 1.1818181;
  }
}

h3 {
  font-weight: 400;
}
@media (min-width: 768px) {
  h3 {
    color: #2f3535;
  }
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 0.7em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Open Sans", arial, sans-serif;
  margin: 0 0 0.5em;
  color: #333;
  /*   text-transform: uppercase; */
}

@media (min-width: 768px) {
  p {
    margin: 0 0 1em;
  }
}

/* blockquote styles */
blockquote {
  position: relative;
  border: none;
  padding: 0 25px;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.65;
  color: #40a7c5;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 20px;
    padding: 0 56px;
  }
}
blockquote p {
  margin: 0 0 14px;
}
blockquote q:before, blockquote q:after {
  content: "“";
  position: absolute;
  top: 3px;
  left: 0;
  right: auto;
  font-size: 46px;
  line-height: 1;
  color: #cbd7d7;
}
@media (min-width: 768px) {
  blockquote q:before, blockquote q:after {
    top: 5px;
    left: 7px;
    right: auto;
    font-size: 61px;
  }
}
blockquote q:after {
  content: "”";
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  blockquote q:after {
    right: 18px;
    left: auto;
  }
}
blockquote .title {
  font: 700 15px/17px "Lato", arial, sans-serif;
  display: block;
  padding: 5px 0 0;
  border-top: 1px solid #ddd;
  color: #368b39;
}
@media (min-width: 768px) {
  blockquote .title {
    font-size: 18px;
    line-height: 20px;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  outline: none;
  border: 1px solid #aaa;
  background: #fff;
  padding: 10px 12px;
  font-family: "Lato", arial, sans-serif;
  font-size: 14px;
  color: #888;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #40a7c5;
}

/* button styles */
.btn {
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font: 400 16px/1.25 "Lato", arial, sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  background: #368b39;
  color: #ffffff;
  border: 0 none;
  padding: 14px 25px;
  /* button arrow styles */
  /* button more styles */
}
@media (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  background: #222222;
  color: #ffffff;
}
.btn .fas {
  margin-right: 15px;
}
.btn.btn-arrow {
  padding: 14px 30px 14px 26px;
  min-width: 215px;
  max-width: 215px;
}
@media (min-width: 768px) {
  .btn.btn-arrow {
    min-width: 240px;
    max-width: 240px;
  }
}
@media (min-width: 1024px) {
  .btn.btn-arrow {
    min-width: 281px;
    max-width: 281px;
  }
}
.btn.btn-arrow .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.btn.btn-more {
  min-width: 250px;
}
@media (min-width: 768px) {
  .btn.btn-more {
    min-width: 360px;
  }
}
.btn.btn-more .fa-chevron-down {
  margin-left: 10px;
}
.btn.btn-contact {
  width: auto;
  text-align: left !important;
  padding: 15px 40px;
  position: relative;
  float: right;
  border-radius: 5px;
}
.btn.btn-contact::before {
  content: "\f4ad";
  font-family: "Font Awesome 5 Pro";
  padding-right: 15px;
}
.btn.btn-contact::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  float: right;
  padding-left: 15px;
}

.btn-primary {
  background-color: #368b39;
  color: white;
}
.btn-primary:hover {
  background-color: #222222;
  color: #368b39;
}
.btn-primary.btn-outline {
  background-color: transparent;
  border: 1px solid #368b39;
  color: white;
}

.btn-secondary {
  background-color: #b2bcb4;
  color: white;
}
.btn-secondary:hover {
  background-color: #222222;
  color: #b2bcb4;
}
.btn-secondary.btn-outline {
  background-color: transparent;
  border: 1px solid #b2bcb4;
  color: white;
}

.btn-tertiary {
  background-color: #FBD53C;
  color: #222222;
}
.btn-tertiary:hover {
  background-color: #222222;
  color: #FBD53C;
}
.btn-tertiary.btn-outline {
  background-color: transparent;
  border: 1px solid #FBD53C;
  color: white;
}

.btn-white {
  background-color: white;
  color: #333;
}
.btn-white.btn-outline {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.btn-black {
  background-color: #222222;
  color: #ffffff;
}
.btn-black.btn-outline {
  background-color: transparent;
  border: 1px solid #222222;
  color: #222222;
}

.btn-round {
  border-radius: 40px;
}

.btn-icon-right .fas {
  margin-left: 8px;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .btn-icon-right .fas {
    margin-left: 12px;
  }
}

input[type=submit],
button {
  outline: none;
}

.wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wpcf7-form-control-wrap .wpcf7-text,
.wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100%;
}

iframe {
  max-width: 100%;
  width: 100%;
}

.page-id-1857 ul:not([class]):not([id]) li:before {
  content: "";
  visibility: hidden;
}

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

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

/* wrapper styles */
#wrapper {
  position: relative;
  overflow: hidden;
}

#wrapper > main {
  padding-top: 96px;
}
@media screen and (min-width: 639px) {
  #wrapper > main {
    padding-top: 111px;
  }
}
@media (min-width: 1024px) {
  #wrapper > main {
    padding-top: 212px;
  }
}

/*begin of cart styles*/
.cart {
  margin-top: 18px;
}

.cart_totals h2 {
  visibility: hidden;
}

.wc-stripe-payment-request-wrapper .checkout-button {
  background-color: #368b39;
}

/*end of basket styles*/
.woocommerce-MyAccount-navigation ul {
  margin-left: 40px;
  margin-bottom: 40px;
}

/* container styles */
.container {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
.container.large-container {
  max-width: 1270px;
}
.container.small-container {
  max-width: 1070px;
}

/*     @media screen and (min-width: 1400px ) {
            max-width: 1240px;
        }
    margin: 0 auto;
    padding: 0 15px;

    &.large-container {
        max-width: 1270px;
    }

    &.small-container {
        max-width: 1070px;
    }
}  */
.banner {
  position: relative;
  background-size: cover;
  background-repeat: none;
  background-position: 50% 60%;
  margin-bottom: 30px;
  padding: 2em;
  min-height: 250px;
}
@media (min-width: 480px) {
  .banner {
    padding: 2em;
  }
}
@media (min-width: 768px) {
  .banner {
    padding: 7em;
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  .banner {
    padding: 8em;
  }
}
.banner > .container {
  text-align: center;
}
.banner .page-title {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
  margin: 0;
  padding: 15px 25px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PT Sans", arial, sans-serif;
  font-weight: 600;
  line-height: 140%;
  max-width: 800px;
  text-shadow: 2px 3px 3px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 768px) {
  .banner .page-title {
    min-width: 600px;
    padding: 25px 40px;
    font-size: 40px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .banner .page-title {
    font-size: 44px;
    padding: 30px 60px;
  }
}

.term-paper-cups .banner {
  background-position: 50% 45%;
}

.title-block {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .title-block {
    padding: 50px 0 30px;
  }
}
@media (min-width: 1024px) {
  .title-block {
    padding: 70px 0 30px;
  }
}
.title-block .page-title {
  font-size: 26px;
  padding: 0;
}
@media (min-width: 768px) {
  .title-block .page-title {
    font-size: 34px;
  }
}

/* content holder styles */
@media (min-width: 768px) {
  .content-holder {
    max-width: 690px;
    margin: 0 auto;
  }
}

section.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  section.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  section.section-padding {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  section.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.no-padding-top {
  padding-top: 0 !important;
}

section .section-title {
  text-align: center;
  font-family: "Open Sans", arial, sans-serif;
  /*  font-size: 22px; */
  line-height: 120%;
  /*         color: $blue; */
  padding-bottom: 15px;
  /*         border-bottom: 1px solid #ddd; */
  margin: 0 0 40px 0;
}

.intro-section {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 250px;
}
.intro-section .heading {
  white-space: nowrap;
  text-align: center;
}
.intro-section .heading:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  min-height: 250px;
}
.intro-section .heading > * {
  white-space: normal;
  display: inline-block;
  vertical-align: bottom;
  max-width: 99%;
}
.intro-section .heading h1 {
  font-size: 24px;
  background: #2f3535;
  color: #ffffff;
  min-width: 280px;
  margin: 0;
  padding: 13px 28px;
}
@media (min-width: 768px) {
  .intro-section .heading h1 {
    font-size: 34px;
    padding: 16px 39px;
  }
}

/* latest blog styles */
.latest-blog {
  position: relative;
  margin: 0;
  padding-bottom: 1em;
}
.latest-blog .post {
  background: white;
}
.latest-blog h2 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
}

/* post holder styles */
.post-holder {
  /* post styles */
}
@media (min-width: 768px) {
  .post-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 -12px;
  }
}
@media (min-width: 1024px) {
  .post-holder {
    margin: 0 0 0 -25px;
  }
}
.post-holder .post {
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .post-holder .post {
    padding: 0 0 15px 12px;
    width: 33.332%;
  }
}
@media (min-width: 1024px) {
  .post-holder .post {
    padding: 0 0 15px 25px;
  }
}
.post-holder .post img {
  width: 100%;
}
.post-holder .post .box {
  background: #eaeaea;
}
.post-holder .post .box .text-block {
  padding: 24px 15px 13px;
}
@media (min-width: 1024px) {
  .post-holder .post .box .text-block {
    padding: 24px 25px 13px;
  }
}
.post-holder .post .box h3 {
  font: 400 20px/22px "Lato", arial, sans-serif;
  min-height: 22px;
  margin: 0 0 14px;
}
.post-holder .post .box h3 a {
  color: #485f6d;
}
.post-holder .post .box h3 a:hover {
  color: #FBD53C;
}
.post-holder .post .box time {
  font: 700 14px/16px "Lato", arial, sans-serif;
  display: block;
  color: #407d80;
  text-transform: uppercase;
  min-height: 16px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .post-holder .post .box time {
    margin: 0 0 27px;
  }
}
.post-holder .post .box .btn {
  display: block;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  background: #2f3535;
  color: #ffffff;
  border-radius: 0;
  font-weight: 400;
  padding: 10px;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .post-holder .post .box .btn {
    padding: 15px;
  }
}
.post-holder .post .box .btn:hover {
  background: #FBD53C;
}
.post-holder .post .box .btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin: 0 2px;
}

/* project section styles */
.project-section {
  position: relative;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .project-section {
    padding: 0 0 49px;
  }
}
.project-section .box {
  padding: 20px;
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .project-section .box {
    padding: 19px 20px 28px;
  }
}
@media (min-width: 768px) {
  .project-section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .project-section .box {
    padding: 19px 29px 28px 42px;
  }
}
.project-section .box .img-block {
  width: 125px;
}
@media (min-width: 1024px) {
  .project-section .box .img-block {
    width: 155px;
  }
}
.project-section .box .text-block {
  font-size: 16px;
  line-height: 1.1818181;
  padding: 15px 0 0;
}
@media (min-width: 480px) {
  .project-section .box .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .project-section .box .text-block {
    padding: 0 0 0 15px;
    width: calc(100% - 125px);
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .project-section .box .text-block {
    font-size: 22px;
    width: calc(100% - 155px);
    padding: 5px 0 0 54px;
  }
}
@media (min-width: 480px) {
  .project-section .box .text-block p {
    margin: 0;
  }
}
@media (min-width: 480px) {
  .project-section .box .text-block .btn {
    margin: 0 0 0 15px;
  }
}
.project-section .box .text-block .btn:hover {
  background: #40a7c5;
}

/* slider section styles */
.slick-nav-arrows {
  position: absolute;
  left: -5px;
  top: 50%;
  width: 100%;
  height: 0;
}
.slick-nav-arrows .slick-arrow {
  position: absolute;
  width: 40px;
  height: 80px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #222222;
  padding: 0;
  border: 0 none;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.slick-nav-arrows .slick-arrow::after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #ffffff;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.slick-nav-arrows .slick-arrow:hover {
  background: #368b39;
}
.slick-nav-arrows .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-nav-arrows .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-nav-arrows .slick-arrow.slick-next::after {
  content: "\f054";
}

.pagination {
  position: relative;
  background: none;
  margin: 20px auto;
}
.pagination ul {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  line-height: 100%;
}
.pagination li button {
  border: 0 none;
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: transparent;
  text-indent: -9999px;
  position: relative;
}
.pagination li button::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.pagination li > button:hover::before {
  background: #222222;
}
.pagination li.slick-active > button::before {
  width: 16px;
  height: 16px;
  background: #222222;
}

/* content section styles */
.content-section {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-section {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .content-section {
    margin-bottom: 105px;
  }
}
.content-section .content-holder {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-section .content-holder {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .content-section .content-holder {
    margin-bottom: 78px;
  }
}
.content-section .content-holder h1 {
  text-align: center;
  font-size: 28px;
}
@media (min-width: 768px) {
  .content-section .content-holder h1 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .content-section .content-holder h1 {
    font-size: 34px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .content-section .content-holder .size-full {
    margin: 0 -170px;
    max-width: 1040px;
  }
}
.content-section .content-holder .wp-caption {
  margin: 35px 0;
}
.content-section .content-holder .wp-caption .size-full {
  padding-bottom: 2px;
  border-bottom: 1px solid #cbd7d7;
}
.content-section .content-holder .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 13px;
  font-family: "Lato", arial, sans-serif;
  padding-top: 8px;
}
.content-section .cta, .content-section #carousel .slick-carousel .slide-link, #carousel .slick-carousel .content-section .slide-link {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .content-section .cta .btn, .content-section #carousel .slick-carousel .slide-link .btn, #carousel .slick-carousel .content-section .slide-link .btn {
    min-width: 360px;
  }
}

/* Search form */
#searchform {
  text-align: center;
}
#searchform .searchinput {
  background: #f7f7f7;
  border: none;
  width: 100%;
  padding: 14px 20px;
  font-size: 18px;
}
#searchform button {
  display: inline-block;
  padding: 0.8em 2em;
  border-radius: 0;
}

/* Search page  */
.search .title-block {
  margin-bottom: 0;
}
.search .search-resultinfo {
  margin: 2em 0 1em 0;
  clear: both;
  text-align: center;
}
.search .section-text-block #searchform .searchinput {
  width: 70%;
  float: left;
  margin: 4px 0;
}
.search .section-text-block #searchform button {
  display: block;
  float: right;
  width: 26%;
}
.search .section-text-block hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee !important;
  padding-bottom: 3em;
}
.search .section-text-block article {
  margin-bottom: 1em;
}
.search .section-text-block article .list-thumb {
  /*                 width: 20%;
                  float: left; */
}
.search .section-text-block article .list-thumb img {
  height: auto;
  width: 100%;
}
.search .section-text-block article .list-content {
  /*                 float: right;
                  width: 80%; */
  padding-left: 1em;
}
.search .section-text-block article .list-content h2 {
  font-size: 1.6em !important;
}

.center-form .gfield {
  text-align: center;
}
.center-form .gfield input, .center-form .gfield textarea {
  max-width: 500px !important;
  margin: 0 auto;
  line-height: 2;
}
.center-form .gfield .gfield_description.gfield_validation_message {
  max-width: 500px;
  margin: 8px auto 15px;
  padding: 10px;
}
.center-form button {
  margin: 0 auto;
}

.gform_wrapper.center-form_wrapper .gform_validation_errors {
  max-width: 500px;
  margin: 8px auto 15px;
}

.gform_wrapper.center-form_wrappr .gform_confirmation_message {
  text-align: center;
  color: #fff;
}

.mobile-elem, .mobtab-elem {
  display: block !important;
}

.mobile-inline-elem {
  display: inline-block !important;
}

.mobtab-inline-elem {
  display: inline-block !important;
}

.mobtabdesk-inline-elem {
  display: inline-block !important;
}

.nomob-elem,
.nomob-inline-elem,
.tablet-elem,
.tablet-inline-elem,
.desktop-elem,
.desktop-inline-elem,
.widescreen-elem,
.widescreen-inline-elem {
  display: none !important;
}

@media (min-width: 480px) {
  .mobile-inline-elem {
    display: none !important;
  }

  .nomob-elem {
    display: block !important;
  }

  .nomob-inline-elem {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .mobile-elem {
    display: none !important;
  }

  .tablet-elem {
    display: block !important;
  }

  .tablet-inline-elem {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .mobtab-elem {
    display: none !important;
  }

  .mobtab-inline-elem {
    display: none !important;
  }

  .desktop-elem {
    display: block !important;
  }

  .desktop-inline-elem {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .mobtabdesk-inline-elem {
    display: none !important;
  }

  .widescreen-elem {
    display: block !important;
  }

  .widescreen-inline-elem {
    display: inline-block !important;
  }
}
.assistive-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.theme-blueprint-2018 #cookie-law-info-bar {
  z-index: 9999999999;
}
.theme-blueprint-2018 #cliSettingsPopup {
  z-index: 99999999999;
}
.theme-blueprint-2018 .cli-modal-content,
.theme-blueprint-2018 .cli-tab-header {
  border-radius: 0;
}
.theme-blueprint-2018 table.cookielawinfo-winter thead th,
.theme-blueprint-2018 .cli-switch input:checked + .cli-slider,
.theme-blueprint-2018 #wt-cli-privacy-save-btn {
  background-color: #368b39;
  color: #ffffff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #f7f7f7;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
}

.woocommerce-error {
  border-top-color: #ce3c3c;
}
.woocommerce-error::before {
  color: #ce3c3c;
  content: "\f06a";
}

.woocommerce-info {
  border-top-color: #40a7c5;
}
.woocommerce-info::before {
  color: #40a7c5;
  content: "\f05a";
}

.woocommerce-message {
  border-top-color: #368b39;
}
.woocommerce-message::before {
  color: #368b39;
  content: "\f058";
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  clear: both;
}

.woocommerce-form-login-wrap {
  overflow: hidden;
  height: 0;
  margin-top: -2em;
  margin-bottom: 2.5em;
  display: none;
}
.woocommerce-form-login-wrap.login-show {
  height: auto;
  display: block;
}
.woocommerce-form-login-wrap .inner-wrap {
  padding: 2em;
  background: #f7f7f7;
  border-top: 1px solid #eee;
}

#header {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1024px) {
  #header {
    position: fixed;
  }
}

@media (min-width: 1024px) {
  .admin-bar #header {
    top: 32px;
  }
}

@media (max-width: 767px) {
  #wpadminbar .ab-icon {
    width: 40px;
  }
}

#header > div.header-mid > div > div > div.contact > a.number {
  display: none;
}

.header-top {
  background: #F1F1F1;
}

.header-mid .header-mid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-mid .header-mid-wrapper .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .header-mid .header-mid-wrapper .header-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}
.header-mid .header-mid-wrapper .header-left #searchform {
  margin: 0;
}
.header-mid .header-mid-wrapper .cart-wrap {
  font-size: 0;
}
.header-mid .header-mid-wrapper .cart-wrap .btn {
  border-radius: 0;
  color: #222222;
  padding: 15px 20px;
}
.header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents {
  font-weight: 600;
  text-transform: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: relative;
  background: #368b39;
  padding: 0;
}
@media (min-width: 480px) {
  .header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents {
    width: auto;
    height: auto;
    position: static;
    background: #F1F1F1;
    padding: 15px 20px;
    border-radius: 0;
  }
}
.header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents:hover {
  color: #368b39;
}
.header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents .fa-shopping-basket {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
@media (min-width: 480px) {
  .header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents .fa-shopping-basket {
    position: static;
    color: inherit;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents .counter-container {
  background: #ce3c3c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: -8px;
}
@media (min-width: 480px) {
  .header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents .counter-container {
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
    position: static;
  }
}
.header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents .counter-container .counter {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 480px) {
  .header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents .counter-container .counter {
    font-size: inherit;
    color: inherit;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents .counter-container .counter span {
  display: none;
}
@media (min-width: 768px) {
  .header-mid .header-mid-wrapper .cart-wrap .btn.cart-contents .counter-container .counter span {
    display: inline;
  }
}
.header-mid .header-mid-wrapper .cart-wrap .btn.checkout-btn {
  background: #FBD53C;
  display: none;
}
@media (min-width: 992px) {
  .header-mid .header-mid-wrapper .cart-wrap .btn.checkout-btn {
    display: inline-block;
  }
}
.header-mid .header-mid-wrapper .cart-wrap .btn.checkout-btn:hover {
  background: #368b39;
  color: #ffffff;
}
.header-mid .header-mid-wrapper .cart-wrap .nav-opener-container {
  width: 45px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .header-mid .header-mid-wrapper .cart-wrap .nav-opener-container {
    display: none;
  }
}
.header-mid .desk-search {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
@media (min-width: 1024px) {
  .header-mid .desk-search {
    display: block;
  }
}
.header-mid .desk-search #searchform .input-group {
  position: relative;
}
.header-mid .desk-search #searchform .input-group .product-search-results {
  background: #ffffff;
  display: block;
  left: 0;
  margin: 2px 0 0;
  max-height: 300px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  z-index: 1;
  height: 0px;
  width: 100%;
}
.header-mid .desk-search #searchform .input-group .product-search-results .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 5px;
  height: 80px;
}
.header-mid .desk-search #searchform .input-group .product-search-results .product:hover {
  background-color: #eee;
  cursor: pointer;
}
.header-mid .desk-search #searchform .input-group .product-search-results .product > * {
  font-size: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 5px;
}
.header-mid .desk-search #searchform .input-group .product-search-results .product > *.image {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}
.header-mid .desk-search #searchform .input-group .product-search-results .product > *.image img {
  margin: 0;
  max-height: 80px;
  max-width: 80px;
}
.header-mid .desk-search #searchform .input-group .product-search-results .product > *.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-mid .desk-search #searchform .input-group .product-search-results .product > *.details .name {
  font-size: 14px;
  font-weight: 700;
}
.header-mid .desk-search #searchform .input-group .loading-wrap {
  color: #666;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 20px;
  height: 20px;
  width: 20px;
  background: #f7f7f7;
}
.header-mid .desk-search #searchform .input-group .btn-search {
  position: absolute;
  left: auto;
  bottom: auto;
  right: 12px;
  background: none;
  color: #242424;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-mid .desk-search #searchform .input-group .btn-search:hover i {
  color: #368b39;
}
.header-mid .desk-search #searchform .input-group .btn-search i {
  margin: 0;
  font-weight: 400;
}
.header-mid .mob-search,
.header-mid .mob-login {
  vertical-align: middle;
  color: #ffffff;
  display: inline-block;
  background: #368b39;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  width: 32px;
  height: 32px;
}
@media (min-width: 1024px) {
  .header-mid .mob-search,
.header-mid .mob-login {
    display: none;
  }
}
.header-mid .mob-search i,
.header-mid .mob-login i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-mid .mob-search.mob-login,
.header-mid .mob-login.mob-login {
  background-color: #333;
  color: #F1F1F1;
}
.header-mid .container {
  height: 110px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  position: relative;
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .header-mid .container {
    height: 75px;
  }
}
@media (max-width: 768px) {
  .header-mid .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 96px;
  }
}
@media (min-width: 1024px) {
  .header-mid .container {
    height: 92px;
    position: relative;
  }
}
.header-mid .container:after {
  display: none;
}
.header-mid .logo-wrap {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  width: 200px;
  margin-right: 30px;
  margin-top: -12px;
}
@media (min-width: 480px) {
  .header-mid .logo-wrap {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .header-mid .logo-wrap {
    width: auto;
  }
}
.header-mid .logo-wrap .logo {
  width: 100px;
  margin: 0 10px 0 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media screen and (min-width: 420px) {
  .header-mid .logo-wrap .logo {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .header-mid .logo-wrap .logo {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .header-mid .logo-wrap .logo {
    width: 230px;
  }
}
.header-mid .logo-wrap .logo img {
  height: auto;
  width: auto;
  max-width: 144px;
}
@media (min-width: 768px) {
  .header-mid .logo-wrap .logo img {
    width: auto;
    margin-left: 0;
    margin-top: 0;
    max-width: 164px;
  }
}
@media (min-width: 1024px) {
  .header-mid .logo-wrap .logo img {
    max-width: 194px;
  }
}
.header-mid .logo-wrap .strapline {
  font-size: 12px;
  color: #222222;
  float: left;
  line-height: 0.6em;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  padding-top: 8px;
}
@media screen and (max-width: 540px) {
  .header-mid .logo-wrap .strapline {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .header-mid .logo-wrap .strapline {
    font-size: 13px;
    padding-top: 36px;
  }
}
@media (min-width: 1200px) {
  .header-mid .logo-wrap .strapline {
    padding-top: 42px;
  }
}
.header-mid .contact {
  position: absolute;
  left: 130px;
  top: 10px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media screen and (min-width: 420px) {
  .header-mid .contact {
    left: 170px;
    top: 14px;
  }
}
@media (min-width: 480px) {
  .header-mid .contact {
    right: auto;
    left: 180px;
    background: none;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .header-mid .contact {
    right: auto;
    left: 139px;
    background: none;
    padding: 0;
    top: 18px;
  }
}
@media (min-width: 768px) {
  .header-mid .contact {
    left: 220px;
    top: 20px;
  }
}
@media (min-width: 867px) {
  .header-mid .contact {
    top: 40px;
  }
}
@media (min-width: 1024px) {
  .header-mid .contact {
    top: 40px;
    left: 240px;
  }
}
@media (min-width: 1200px) {
  .header-mid .contact {
    top: 48px;
  }
}
.header-mid .contact .contact-text {
  font-size: 13px;
  line-height: 16px;
  color: #666;
  font-weight: 400;
  margin-right: 5px;
}
.header-mid .contact .number, .header-mid .contact .email {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media (min-width: 480px) {
  .header-mid .contact .number, .header-mid .contact .email {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .header-mid .contact .number, .header-mid .contact .email {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .header-mid .contact .number, .header-mid .contact .email {
    font-size: 1.1em;
  }
}
@media (max-width: 480px) {
  .header-mid .contact .number, .header-mid .contact .email {
    font-size: 15px;
  }
}
.header-mid .contact .number i, .header-mid .contact .email i {
  padding-right: 8px;
}
.header-mid .contact .number:hover, .header-mid .contact .email:hover {
  color: #368b39;
}
.header-mid .contact .number {
  margin-right: 1em;
  font-weight: 700;
}
@media (max-width: 867px) {
  .header-mid .contact .number {
    display: block;
    margin-bottom: 0.2em;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .header-mid .contact .number {
    display: block;
    margin-bottom: 0.4em;
  }
}
@media (max-width: 480px) {
  .header-mid .contact .email {
    display: none;
  }
}
.header-mid .about-menu {
  position: absolute;
  top: 60px;
  margin: 15px 0;
}
@media (min-width: 1024px) {
  .header-mid .about-menu {
    padding: 0;
    margin: 0;
    right: 6px;
  }
}
@media (max-width: 1024px) {
  .header-mid .about-menu {
    padding: 0;
    margin: 0;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .header-mid .about-menu {
    top: 50px;
    right: 160px;
  }
}
.header-mid .about-menu a {
  color: #666;
  font-size: 22px;
  line-height: 1;
  line-height: 100%;
  padding: 5px;
}
@media (min-width: 1024px) {
  .header-mid .about-menu a {
    padding: 10px 6px;
  }
}
.header-mid .about-menu a:hover {
  color: #368b39;
}
.header-mid .social-networks {
  position: absolute;
  left: 670px;
  top: 36px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}
@media (min-width: 1024px) {
  .header-mid .social-networks {
    padding: 0;
    margin: 0;
    left: 620px;
  }
}
@media (min-width: 1200px) {
  .header-mid .social-networks {
    left: 795px;
  }
}
.header-mid .social-networks li {
  padding: 0 0 0 7px;
  float: left;
}
.header-mid .social-networks a {
  color: #666;
  font-size: 22px;
  line-height: 1;
  line-height: 100%;
  padding: 5px;
}
@media (min-width: 1024px) {
  .header-mid .social-networks a {
    padding: 10px 6px;
  }
}
.header-mid .social-networks a:hover {
  color: #368b39;
}
.header-mid .search-form-wrap {
  position: absolute;
  right: 0;
  width: 180px;
  top: 48px;
  right: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media (min-width: 1024px) {
  .header-mid .search-form-wrap {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .header-mid .search-form-wrap {
    width: 336px;
  }
}
.header-mid .search-form-wrap .search-form .form-group {
  position: relative;
}
.header-mid .search-form-wrap .search-form input[type=search] {
  border-radius: 14px;
  border: 1px solid #ddd;
  background: #fff;
  height: 32px;
  padding: 6px 36px 6px 15px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.header-mid .search-form-wrap .search-form button[type=submit] {
  font-size: 16px;
  background: none;
  position: absolute;
  border: 0;
  top: 0;
  right: 13px;
  bottom: 0;
  padding: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.header-mid .search-form-wrap .search-form button[type=submit]:hover {
  color: #368b39;
}
.header-mid .search-form-wrap .search-form button[type=submit] .fas {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .header-small .header-mid .container {
    height: 65px;
  }
  .header-small .header-mid .logo-wrap {
    top: 12px;
    width: 370px;
  }
  .header-small .header-mid .logo-wrap .logo {
    width: 150px;
    margin-right: 0;
  }
  .header-small .header-mid .logo-wrap .strapline {
    font-size: 11px;
    padding-top: 28px;
    padding-left: 8px;
  }
  .header-small .header-mid .contact {
    left: 416px;
    top: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .header-small .header-mid .contact {
    top: 24px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header-small .header-mid .contact {
    left: 240px;
    top: 40px;
  }
}
@media (min-width: 1024px) {
  .header-small .header-mid .contact .number {
    font-size: 1em;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .header-small .header-mid .contact .number {
    font-size: 0.875em;
  }
}
@media (min-width: 1024px) {
  .header-small .header-mid .social-networks {
    left: 620px;
    top: 16px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .header-small .header-mid .social-networks {
    left: 760px;
  }
}
@media (min-width: 1024px) {
  .header-small .about-menu {
    top: 65px;
  }
}
@media (min-width: 1024px) {
  .header-small .header-mid .about-menu {
    top: 65px;
  }
}
/*WHERE I AM AT THE MOMENT*/
@media (min-width: 1200px) {
  .header-small .header-mid .about-menu {
    top: 40px;
  }
}
/* menu styles */
/* Mobile */
@media (max-width: 1023px) {
  .menu-open .main-menu-container {
    width: 260px;
  }

  #wrapper {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    position: relative;
    overflow: visible;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  #wrapper {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 1023px) {
  .menu-open #wrapper {
    -webkit-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
            transform: translateX(-260px);
  }
}
@media (max-width: 1023px) {
  .main-menu-container {
    -webkit-box-shadow: 1px -20px 20px 0px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 1px -20px 20px 0px rgba(0, 0, 0, 0.5) inset;
    background: #333;
    position: fixed;
    top: 0;
    right: -260px;
    height: 100%;
    width: 0px;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    font-family: Lato, arial, sans-serif;
    -webkit-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms;
    overflow-y: scroll;
  }
  .main-menu-container .wrapper {
    max-width: 1100px;
  }
}
@media (max-width: 1023px) {
  li.menu-item-has-children, li.menu-item-home, li.menu-item {
    position: relative;
    /* sub menu */
    /*         &> a::after {
            @media screen and (min-width: 1024px) {
            content: $fa-chevron-down; font-family: "Font Awesome 5 Pro"; color: #fff;
            position: static; transform: none; font-size: 0.5em; padding-left: 4px; display: inline-block; vertical-align: top;
        }
    } */
  }
  li.menu-item-has-children a, li.menu-item-home a, li.menu-item a {
    padding: 15px 40px 15px 15px !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  li.menu-item-has-children, li.menu-item-home, li.menu-item {
    position: static;
  }
}
@media (max-width: 1023px) {
  li.menu-item-has-children .expand, li.menu-item-home .expand, li.menu-item .expand {
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    height: 49px;
    background: rgba(0, 0, 0, 0.1);
    /*@include media('<phone') {
        width: 70px;
    }*/
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  li.menu-item-has-children .expand, li.menu-item-home .expand, li.menu-item .expand {
    display: none;
  }
}
@media (max-width: 1023px) {
  li.menu-item-has-children .expand::before, li.menu-item-home .expand::before, li.menu-item .expand::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 0.75em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
}
@media (max-width: 1023px) and (max-width: 479px) {
  li.menu-item-has-children .expand::before, li.menu-item-home .expand::before, li.menu-item .expand::before {
    left: 40%;
  }
}
@media (max-width: 1023px) {
  li.menu-item-has-children .expand:hover, li.menu-item-home .expand:hover, li.menu-item .expand:hover {
    cursor: pointer;
  }
}
@media (max-width: 1023px) {
  li.menu-item-has-children.menu-item-expanded .expand::before, li.menu-item-home.menu-item-expanded .expand::before, li.menu-item.menu-item-expanded .expand::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
            transform: translateX(-50%) translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 1023px) {
  li.menu-item-has-children ul, li.menu-item-home ul, li.menu-item ul {
    margin-left: 10px;
    /* sub menu in a sub menu */
  }
  li.menu-item-has-children ul a, li.menu-item-home ul a, li.menu-item ul a {
    font-size: 0.75em;
    color: #ccc;
    padding-left: 30px !important;
  }
  li.menu-item-has-children ul ul li a, li.menu-item-home ul ul li a, li.menu-item ul ul li a {
    padding-left: 45px !important;
    font-weight: normal !important;
  }
}
/* Undo Mobile */
@media (min-width: 1024px) {
  .main-menu-container {
    position: relative;
    -webkit-transition: top 300ms;
    -o-transition: top 300ms;
    transition: top 300ms;
    overflow: visible;
    width: 100%;
    right: 0;
  }
}
.menu-block {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  /*     position: relative; */
}
@media (max-width: 1023px) {
  .menu-block {
    /*      position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    background: $black;
    overflow: auto; */
  }
}
@media (max-width: 480px) {
  .menu-block {
    overflow: hidden;
  }
}
.resize-active .menu-block {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.nav-active .menu-block {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .menu {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .about-menu {
    float: right;
    padding-right: 10px;
  }
  .about-menu .secondary-menu-container {
    display: inline-block;
  }
  .about-menu ul {
    height: 100%;
  }
  .about-menu .account-btn {
    display: inline-block;
    font-size: 0.9em;
    text-transform: uppercase;
  }
  .about-menu .account-btn::before {
    content: "\f2bd";
    font-size: 16px;
    vertical-align: bottom;
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
  }
  .about-menu #menu-main-secondary .tel-icon a::before {
    content: "\f095";
  }
  .about-menu #menu-main-secondary .help-icon a::before {
    content: "\f82d";
  }
  .about-menu #menu-main-secondary a {
    font-size: 0.9em;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .about-menu #menu-main-secondary a {
    padding: 6px 10px;
  }
}
@media (min-width: 1024px) {
  .about-menu #menu-main-secondary a:before {
    position: static;
    font-family: "Font Awesome 5 Pro";
    opacity: 1;
    background: none;
    margin-right: 5px;
    margin-left: 5px;
    content: none;
    font-size: 16px;
  }
}

.about-menu #menu-main-secondary a, .about-menu a {
  padding: 15px;
}
@media (min-width: 1024px) {
  .about-menu #menu-main-secondary a, .about-menu a {
    padding: 12px 14px 12px;
  }
}
@media (min-width: 1200px) {
  .about-menu #menu-main-secondary a, .about-menu a {
    padding: 12px 16px;
  }
}

/* navigation styles */
#menu-main-menu, #menu-main-secondary-1, #menu-main-secondary, #menu-mobile-top, .about-menu {
  font: 700 16px/19px "Open Sans", arial, sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  #menu-main-menu, #menu-main-secondary-1, #menu-main-secondary, #menu-mobile-top, .about-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: 700 14px/16px "Open Sans", arial, sans-serif;
    letter-spacing: 0.3px;
  }
}
#menu-main-menu li, #menu-main-secondary-1 li, #menu-main-secondary li, #menu-mobile-top li, .about-menu li {
  position: relative;
}
@media (min-width: 1024px) {
  #menu-main-menu li a, #menu-main-secondary-1 li a, #menu-main-secondary li a, #menu-mobile-top li a, .about-menu li a {
    position: relative;
  }
  #menu-main-menu li a::before, #menu-main-secondary-1 li a::before, #menu-main-secondary li a::before, #menu-mobile-top li a::before, .about-menu li a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #ffffff;
    opacity: 0.2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#menu-main-menu li.home .fa-home, #menu-main-secondary-1 li.home .fa-home, #menu-main-secondary li.home .fa-home, #menu-mobile-top li.home .fa-home, .about-menu li.home .fa-home {
  display: none;
}
#menu-main-menu li.home .text, #menu-main-secondary-1 li.home .text, #menu-main-secondary li.home .text, #menu-mobile-top li.home .text, .about-menu li.home .text {
  display: block;
}
@media (min-width: 1024px) {
  #menu-main-menu li.home .fa-home, #menu-main-secondary-1 li.home .fa-home, #menu-main-secondary li.home .fa-home, #menu-mobile-top li.home .fa-home, .about-menu li.home .fa-home {
    display: block;
  }
  #menu-main-menu li.home .text, #menu-main-secondary-1 li.home .text, #menu-main-secondary li.home .text, #menu-mobile-top li.home .text, .about-menu li.home .text {
    display: none;
  }
}
#menu-main-menu a, #menu-main-secondary-1 a, #menu-main-secondary a, #menu-mobile-top a, .about-menu a {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 50ms;
  -o-transition: all 50ms;
  transition: all 50ms;
  text-align: left;
}
@media (min-width: 1024px) {
  #menu-main-menu a, #menu-main-secondary-1 a, #menu-main-secondary a, #menu-mobile-top a, .about-menu a {
    color: #333;
  }
}
#menu-main-menu a:hover, #menu-main-secondary-1 a:hover, #menu-main-secondary a:hover, #menu-mobile-top a:hover, .about-menu a:hover {
  background: #368b39;
  color: white;
}
#menu-main-menu li.blue a:hover, #menu-main-secondary-1 li.blue a:hover, #menu-main-secondary li.blue a:hover, #menu-mobile-top li.blue a:hover, .about-menu li.blue a:hover {
  background: #00adef;
}
#menu-main-menu li.red a:hover, #menu-main-secondary-1 li.red a:hover, #menu-main-secondary li.red a:hover, #menu-mobile-top li.red a:hover, .about-menu li.red a:hover {
  background: #d13423;
}
#menu-main-menu li.yellow a:hover, #menu-main-secondary-1 li.yellow a:hover, #menu-main-secondary li.yellow a:hover, #menu-mobile-top li.yellow a:hover, .about-menu li.yellow a:hover {
  background: #e4df08;
}
#menu-main-menu li.mint a:hover, #menu-main-secondary-1 li.mint a:hover, #menu-main-secondary li.mint a:hover, #menu-mobile-top li.mint a:hover, .about-menu li.mint a:hover {
  background: #cbedec;
}
#menu-main-menu li.orange a:hover, #menu-main-secondary-1 li.orange a:hover, #menu-main-secondary li.orange a:hover, #menu-mobile-top li.orange a:hover, .about-menu li.orange a:hover {
  background: #CE923C;
}
#menu-main-menu li.purple a:hover, #menu-main-secondary-1 li.purple a:hover, #menu-main-secondary li.purple a:hover, #menu-mobile-top li.purple a:hover, .about-menu li.purple a:hover {
  background: #7840a7;
}
#menu-main-menu li.black a:hover, #menu-main-secondary-1 li.black a:hover, #menu-main-secondary li.black a:hover, #menu-mobile-top li.black a:hover, .about-menu li.black a:hover {
  background: #423e3f;
}
#menu-main-menu li.grey a:hover, #menu-main-secondary-1 li.grey a:hover, #menu-main-secondary li.grey a:hover, #menu-mobile-top li.grey a:hover, .about-menu li.grey a:hover {
  background: #cbd7d7;
}
@media (min-width: 1024px) {
  #menu-main-menu .home-link a::before, #menu-main-secondary-1 .home-link a::before, #menu-main-secondary .home-link a::before, #menu-mobile-top .home-link a::before, .about-menu .home-link a::before {
    display: none;
  }
}
#menu-main-menu .home-link a, #menu-main-secondary-1 .home-link a, #menu-main-secondary .home-link a, #menu-mobile-top .home-link a, .about-menu .home-link a {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 100%;
  background: url("../images/icons/home.svg") no-repeat 50% 50%;
  width: 30px;
  height: 19px;
  text-indent: -9999px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #menu-main-menu .home-link a, #menu-main-secondary-1 .home-link a, #menu-main-secondary .home-link a, #menu-mobile-top .home-link a, .about-menu .home-link a {
    padding: 10px 12px 11px;
  }
}
@media (min-width: 1200px) {
  #menu-main-menu .home-link a, #menu-main-secondary-1 .home-link a, #menu-main-secondary .home-link a, #menu-mobile-top .home-link a, .about-menu .home-link a {
    padding: 10px 22px 11px;
  }
}
#menu-main-menu .home-link a:hover, #menu-main-secondary-1 .home-link a:hover, #menu-main-secondary .home-link a:hover, #menu-mobile-top .home-link a:hover, .about-menu .home-link a:hover {
  background: #368b39 url("../images/icons/home.svg") no-repeat 50% 50%;
}
@media (max-width: 1023px) {
  #menu-main-menu .menu-item-home a, #menu-main-secondary-1 .menu-item-home a, #menu-main-secondary .menu-item-home a, #menu-mobile-top .menu-item-home a, .about-menu .menu-item-home a {
    padding: 12px 4px 12px 4px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  #menu-main-menu .menu-item-home a, #menu-main-secondary-1 .menu-item-home a, #menu-main-secondary .menu-item-home a, #menu-mobile-top .menu-item-home a, .about-menu .menu-item-home a {
    padding: 12px 8px 12px 8px;
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  #menu-main-menu .menu-item-home a, #menu-main-secondary-1 .menu-item-home a, #menu-main-secondary .menu-item-home a, #menu-mobile-top .menu-item-home a, .about-menu .menu-item-home a {
    padding: 12px 10px 12px 10px;
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  #menu-main-menu .menu-item-home a, #menu-main-secondary-1 .menu-item-home a, #menu-main-secondary .menu-item-home a, #menu-mobile-top .menu-item-home a, .about-menu .menu-item-home a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1600px) {
  #menu-main-menu .menu-item-home a, #menu-main-secondary-1 .menu-item-home a, #menu-main-secondary .menu-item-home a, #menu-mobile-top .menu-item-home a, .about-menu .menu-item-home a {
    padding: 12px 15px 12px 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  #menu-main-menu .menu-item-home a, #menu-main-secondary-1 .menu-item-home a, #menu-main-secondary .menu-item-home a, #menu-mobile-top .menu-item-home a, .about-menu .menu-item-home a {
    padding: 12px 8px 12px 8px;
  }
}
#menu-main-menu > .menu-item-has-children, #menu-main-secondary-1 > .menu-item-has-children, #menu-main-secondary > .menu-item-has-children, #menu-mobile-top > .menu-item-has-children, .about-menu > .menu-item-has-children {
  /*nav menu fontsize changes*/
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children, #menu-main-secondary-1 > .menu-item-has-children, #menu-main-secondary > .menu-item-has-children, #menu-mobile-top > .menu-item-has-children, .about-menu > .menu-item-has-children {
    position: static;
  }
}
@media (max-width: 1023px) {
  #menu-main-menu > .menu-item-has-children > a, #menu-main-secondary-1 > .menu-item-has-children > a, #menu-main-secondary > .menu-item-has-children > a, #menu-mobile-top > .menu-item-has-children > a, .about-menu > .menu-item-has-children > a {
    padding: 12px 4px 12px 4px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children > a, #menu-main-secondary-1 > .menu-item-has-children > a, #menu-main-secondary > .menu-item-has-children > a, #menu-mobile-top > .menu-item-has-children > a, .about-menu > .menu-item-has-children > a {
    padding: 12px 8px 12px 8px;
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  #menu-main-menu > .menu-item-has-children > a, #menu-main-secondary-1 > .menu-item-has-children > a, #menu-main-secondary > .menu-item-has-children > a, #menu-mobile-top > .menu-item-has-children > a, .about-menu > .menu-item-has-children > a {
    padding: 12px 10px 12px 10px;
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  #menu-main-menu > .menu-item-has-children > a, #menu-main-secondary-1 > .menu-item-has-children > a, #menu-main-secondary > .menu-item-has-children > a, #menu-mobile-top > .menu-item-has-children > a, .about-menu > .menu-item-has-children > a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1600px) {
  #menu-main-menu > .menu-item-has-children > a, #menu-main-secondary-1 > .menu-item-has-children > a, #menu-main-secondary > .menu-item-has-children > a, #menu-mobile-top > .menu-item-has-children > a, .about-menu > .menu-item-has-children > a {
    padding: 12px 15px 12px 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  #menu-main-menu > .menu-item-has-children > a, #menu-main-secondary-1 > .menu-item-has-children > a, #menu-main-secondary > .menu-item-has-children > a, #menu-mobile-top > .menu-item-has-children > a, .about-menu > .menu-item-has-children > a {
    padding: 12px 8px 12px 8px;
  }
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children > a::after, #menu-main-secondary-1 > .menu-item-has-children > a::after, #menu-main-secondary > .menu-item-has-children > a::after, #menu-mobile-top > .menu-item-has-children > a::after, .about-menu > .menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: inherit;
    position: static;
    font-size: 0.5em;
    padding-left: 4px;
    display: inline-block;
    vertical-align: top;
  }
}
#menu-main-menu > .menu-item-has-children ul li, #menu-main-secondary-1 > .menu-item-has-children ul li, #menu-main-secondary > .menu-item-has-children ul li, #menu-mobile-top > .menu-item-has-children ul li, .about-menu > .menu-item-has-children ul li {
  text-align: left;
}
#menu-main-menu > .menu-item-has-children ul li a, #menu-main-secondary-1 > .menu-item-has-children ul li a, #menu-main-secondary > .menu-item-has-children ul li a, #menu-mobile-top > .menu-item-has-children ul li a, .about-menu > .menu-item-has-children ul li a {
  font-size: 16px;
  color: white;
  text-transform: none;
  padding: 5px;
}
#menu-main-menu > .menu-item-has-children ul li a::before, #menu-main-secondary-1 > .menu-item-has-children ul li a::before, #menu-main-secondary > .menu-item-has-children ul li a::before, #menu-mobile-top > .menu-item-has-children ul li a::before, .about-menu > .menu-item-has-children ul li a::before {
  content: none;
  display: none;
}
#menu-main-menu > .menu-item-has-children > .sub-menu-wrap, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap, .about-menu > .menu-item-has-children > .sub-menu-wrap {
  background: #999;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap, .about-menu > .menu-item-has-children > .sub-menu-wrap {
    background: #222222;
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}
#menu-main-menu > .menu-item-has-children:hover > .sub-menu-wrap, #menu-main-secondary-1 > .menu-item-has-children:hover > .sub-menu-wrap, #menu-main-secondary > .menu-item-has-children:hover > .sub-menu-wrap, #menu-mobile-top > .menu-item-has-children:hover > .sub-menu-wrap, .about-menu > .menu-item-has-children:hover > .sub-menu-wrap {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children.two-cols li, #menu-main-secondary-1 > .menu-item-has-children.two-cols li, #menu-main-secondary > .menu-item-has-children.two-cols li, #menu-mobile-top > .menu-item-has-children.two-cols li, .about-menu > .menu-item-has-children.two-cols li {
    font-size: 0;
    text-align: left;
  }
  #menu-main-menu > .menu-item-has-children.two-cols li a, #menu-main-secondary-1 > .menu-item-has-children.two-cols li a, #menu-main-secondary > .menu-item-has-children.two-cols li a, #menu-mobile-top > .menu-item-has-children.two-cols li a, .about-menu > .menu-item-has-children.two-cols li a {
    font-size: 16px;
  }
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu {
    text-align: left;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu {
    max-width: 1210px;
  }
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu a, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu a, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu a, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu a, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu a {
    padding: 5px 8px;
    color: white;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    width: 20%;
  }
}
@media (min-width: 1024px) and (min-width: 1920px) {
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li {
    width: 14%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a {
    font-weight: normal;
    padding: 12px 10px;
    font-size: 14px;
    text-align: center;
    position: relative;
  }
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a span, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a span, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a span, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a span, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a span {
    min-height: 2em;
    display: block;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a .icon, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a .icon, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a .icon, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a .icon, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > a .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    display: block;
    height: 80px;
    width: 100%;
    position: static;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap {
    margin: 10px 0 0 0;
  }
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu {
    width: auto;
    margin: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
  }
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li:first-child, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li:first-child, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li:first-child, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li:first-child, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li:first-child {
    margin-right: 0;
  }
  #menu-main-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li a, #menu-main-secondary-1 > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li a, #menu-main-secondary > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li a, #menu-mobile-top > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li a, .about-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li a {
    font-size: 14px;
  }
}

#menu-main-secondary li a:hover {
  background-color: #368b39;
}

@media (min-width: 1024px) {
  #menu-item-1377 {
    background-color: #666;
    padding: 0 1em;
  }
  #menu-item-1377 > a {
    padding-top: 1em !important;
  }
  #menu-item-1377 > a:hover {
    cursor: auto !important;
    background-color: transparent;
  }
  #menu-item-1377 > .sub-menu-wrap {
    padding-bottom: 1em !important;
  }
}
#menu-item-1376 > a {
  padding-top: 1em !important;
}

/* burger menu styles */
.nav-opener {
  background: transparent;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .nav-opener {
    right: 15px;
  }
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none !important;
  }
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  background: #222222;
  position: absolute;
  top: 52%;
  left: 10px;
  right: 10px;
  height: 3px;
  margin-top: -2px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 34%;
}
.nav-opener:after {
  top: 69%;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: 10px;
  right: 10px;
}
.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1024px) {
  .nav-menu a {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .nav-menu a {
    font-size: 14px;
  }
}

.sticky-bar {
  background-color: #368b39;
  color: #fff;
  display: sticky;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}

.widget_shopping_cart .cart-contents .amount {
  margin-right: 0.327em;
}

.widget_shopping_cart .cart-contents .count {
  font-weight: 400;
  opacity: 0.5;
  font-size: 0.875em;
}

.widget_shopping_cart .cart-contents span {
  display: inline-block;
}

.widget_shopping_cart {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 70%;
  min-height: 500px;
  z-index: 999999;
  font-size: 0.875em;
  overflow-y: scroll;
  right: 0;
  display: none;
  max-width: 400px;
  background: white;
  padding: 2em 1em;
  list-style-type: none;
  -webkit-box-shadow: 4px 3px 5px #888888;
          box-shadow: 4px 3px 5px #888888;
}

.woocommerce.widget_shopping_cart .total {
  padding: 4px 0 0 5px;
}

.site-header .widget_shopping_cart p.buttons.wcppec-cart-widget-spb {
  padding: 0 5px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 140px;
}

#woocommerce_widget_cart-2 > div > p:nth-child(3) > a.button.checkout.wc-forward {
  width: 48%;
  margin: 0 1% !important;
}

#woocommerce_widget_cart-2 > div > p:nth-child(3) > a:nth-child(1) {
  width: 48%;
  margin: 0 1% !important;
}

.widget_shopping_cart.sub-menu--is-touch-device {
  display: none;
  left: 0;
}

.widget_shopping_cart h2.widgettitle {
  display: none;
}

.widget_shopping_cart .product_list_widget li a.remove {
  position: relative;
  float: left;
  top: auto;
  padding-left: 5px;
}

.widget_shopping_cart .product_list_widget li a.remove:before {
  text-align: left;
}

#woocommerce_widget_cart-2 > div > p:nth-child(3) {
  padding: 0;
}

#woocommerce_widget_cart-2 > div > p:nth-child(3) > a:nth-child(1) {
  padding: 10px;
  margin-right: 5px;
  min-width: 40%;
}

#woocommerce_widget_cart-2 > div > p:nth-child(3) > a.button.checkout.wc-forward {
  padding: 10px;
  min-width: 40%;
}

#woocommerce_widget_cart-2 > div > p:nth-child(3) {
  text-align: center;
}

#header > div.menu-block.main-menu-container.main-menu-fixed > div.container > div > nav {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  #menu-main-secondary-1 li {
    background-color: #368b39;
    font-size: 14px;
    float: left;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  #menu-main-secondary-1 li a {
    padding: 15px 5px !important;
    text-align: center;
  }
}

.nav-menu-container {
  clear: both;
}

body.home {
  /* visual section styles */
}
body.home #wrapper button.woocommerce_waitlist.button {
  background: #777;
  color: #fff;
}
body.home #wrapper button.woocommerce_waitlist.button:hover {
  opacity: 0.7;
  background: #777;
  color: #fff;
}
body.home #wrapper .wcwl_elements.bound {
  background: #eeeeee;
  padding: 10px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
body.home #wrapper > main {
  background-color: #F1F1F1;
}
body.home button.woocommerce_waitlist.button {
  background: #777;
  color: #fff;
}
body.home button.woocommerce_waitlist.button:hover {
  opacity: 0.7;
  background: #777;
  color: #fff;
}
body.home .wcwl_elements.bound {
  background: #eeeeee;
  padding: 10px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
body.home .wcwl_intro p {
  font-weight: bold;
}
body.home .wcwl_optin {
  padding-bottom: 10px;
}
body.home input#wcwl_email_3065 {
  width: 100%;
}
@media (min-width: 1024px) {
  body.home .section-text-block h2 {
    font-size: 36px !important;
  }
}
body.home .visual-section {
  position: relative;
  overflow: hidden;
}
body.home .visual-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  body.home .visual-section .row {
    margin: 0 -1px;
    height: calc(100vh - 161px);
  }
}
@media (min-width: 1024px) {
  body.home .visual-section .row {
    height: calc(100vh - 133px);
  }
}
body.home .visual-section .row .col {
  width: 100%;
}
@media (min-width: 768px) {
  body.home .visual-section .row .col {
    width: 50%;
    padding: 0 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.home .visual-section .row .bg-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 0 2px;
  min-height: 220px;
}
@media (min-width: 768px) {
  body.home .visual-section .row .bg-holder {
    min-height: auto;
  }
}
body.home .visual-section .row .bg-holder:hover .title {
  background: #40a7c5;
  color: white;
}
body.home .visual-section .row .bg-holder .title {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 15px;
  font: 400 14px/16px "Lato", arial, sans-serif;
  text-transform: uppercase;
  color: #222222;
  background: #ffffff;
  padding: 12px 25px 12px 0;
  text-align: right;
  min-width: 250px;
}
@media (min-width: 768px) {
  body.home .visual-section .row .bg-holder .title {
    font-size: 16px;
    line-height: 18px;
    bottom: 25px;
    padding: 14px 25px 14px 0;
    min-width: 300px;
  }
}
@media (min-width: 1024px) {
  body.home .visual-section .row .bg-holder .title {
    font-size: 20px;
    line-height: 22px;
    padding: 25px 30px 25px 0;
    bottom: 75px;
    min-width: calc(50% + 50px);
  }
}
body.home .visual-section .row .bg-holder .title.reverse {
  left: auto;
  right: 0;
  padding: 12px 0 12px 25px;
  text-align: left;
}
@media (min-width: 768px) {
  body.home .visual-section .row .bg-holder .title.reverse {
    padding: 13px 0 13px 25px;
  }
}
@media (min-width: 1024px) {
  body.home .visual-section .row .bg-holder .title.reverse {
    bottom: 42px;
    padding: 20px 0 20px 30px;
    min-width: 50%;
  }
}
p.stock.out-of-stock {
  margin: 0;
  background-color: #ce3c3c;
  padding: 0.78em 1em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  font-size: 14px;
  font-weight: 800;
}

.product-inner {
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .product-inner {
    min-height: 175px;
  }
}
@media (min-width: 1200px) {
  .product-inner {
    min-height: 200px;
  }
}
.product-inner figure {
  margin: 0;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: none;
}

.tax-products {
  /*     .title-block {
          margin-bottom: 0;
      } */
}
.tax-products .content {
  text-align: center;
}

.tax-product_cat {
  background: #F5F5F5;
}
.tax-product_cat .product-grid {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}
.tax-product_cat .product-grid .product-inner figure {
  margin-top: 0;
}
.tax-product_cat .products .grip-wrap {
  padding-left: 5px;
  padding-right: 5px;
}
.tax-product_cat .single_variation_wrap .variations_button {
  padding: 0;
}
.tax-product_cat .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button, .tax-product_cat .single_variation_wrap .woocommerce-variation-add-to-cart .sculpt_single_add_to_cart_button {
  font-size: 14px !important;
}
.tax-product_cat .cart {
  margin-bottom: 10px;
}
.tax-product_cat .woocommerce-variation-add-to-cart-disabled {
  visibility: hidden;
  height: 14px;
}
.tax-product_cat ul.berocket_aapf_widget li > span {
  text-indent: -50px;
  padding-left: 50px;
}

.products-section .section-products .product-grid {
  min-height: 460.66px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .products-section .section-products .product-grid {
    min-height: 350.72px;
  }
}
@media (min-width: 1024px) {
  .products-section .section-products .product-grid {
    min-height: 401.72px;
  }
}
.products-section .section-products .product-grid .product-inner figure {
  margin-top: 0;
}
.products-section .section-products .product-grid .variations_form {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 15px;
  width: 90%;
}
.products-section .section-products .slick-nav-arrows {
  margin: 0 !important;
  max-height: initial !important;
}

.sidebar {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 20px;
}
.sidebar ul li.berocket_term_depth_3 input {
  margin-left: 1em;
}
.sidebar ul li.berocket_term_depth_4 input {
  margin-left: 2em;
}
.sidebar ul li.berocket_term_depth_5 input {
  margin-left: 3em;
}
.sidebar ul li label {
  padding-left: 1em;
}
.sidebar .berocket_aapf_widget .slide .berocket_filter_slider.ui-widget-content .ui-slider-range, .sidebar .berocket_aapf_widget .slide .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background-color: #368b39;
}
.sidebar .slide .ui-state-default, .sidebar .slide .ui-widget-content .ui-state-default, .sidebar .slide .ui-widget-header .ui-state-default {
  border: 2px solid #368b39;
}
.sidebar .berocket_aapf_widget-title_div .berocket_aapf_widget_show {
  top: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
}
.sidebar .berocket_aapf_widget-title_div .berocket_aapf_widget_show .fa.fa-angle-left, .sidebar .berocket_aapf_widget-title_div .berocket_aapf_widget_show .fa.fa-angle-right {
  font-size: 1.8em;
}
.sidebar .berocket_aapf_widget-title_div .berocket_aapf_widget-title {
  padding-bottom: 0;
}

.berocket_aapf_widget_selected_area ul li {
  padding-left: 15px !important;
}
.berocket_aapf_widget_selected_area ul li a {
  border-radius: 8px;
  background: #ffffff;
  display: block;
  padding: 7px 10px !important;
  padding-right: 20px !important;
}
.berocket_aapf_widget_selected_area ul li a .fa {
  right: 5px;
}

@media (max-width: 767px) {
  .berocket_aapf_widget_selected_area.berocket_aapf_selected_area_block {
    width: auto;
  }
}

.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter > span {
  font-size: 14px;
  padding: 7px 0;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .braapf_unselect {
  background: #368b39;
  color: #ffffff;
}

.category-intro {
  padding: 10px 0 30px !important;
}

.product-category-section {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product-category-section {
    padding-top: 50px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .product-category-section {
    padding-top: 70px;
    margin-bottom: 146px;
  }
}
@media (min-width: 768px) {
  .product-category-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-category-section .container:after {
  display: none;
}
.product-category-section aside {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .product-category-section aside {
    width: 260px;
    margin: 0;
  }
}
.product-category-section aside h2.filter-title {
  font-size: 18px;
  font-family: "Lato", arial, sans-serif;
  text-transform: uppercase;
  background: #eee;
  color: #222222;
  margin-bottom: 0;
  padding: 13px 15px;
}
@media (min-width: 768px) {
  .product-category-section aside h2.filter-title {
    padding: 13px 20px 14px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .product-category-section aside h2.filter-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .product-category-section .products-container {
    width: calc(100% - 265px);
  }
}
@media (min-width: 1200px) {
  .product-category-section .products-container {
    width: calc(100% - 294px);
  }
}
.product-category-section .products-container.products-container-full-width {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-category-section .products-container.products-container-full-width .product-item {
    width: 25%;
  }
}

.single-product table.variations {
  margin: 0;
}
.single-product table.variations .button-variable-wrapper .button-variable-item span {
  font-size: 16px;
  padding: 10px !important;
}

.product-grid .product-price .price {
  font-size: 1.25em;
}
.product-grid table.variations {
  margin: 0 auto;
}
.product-grid table.variations .btn {
  font-size: 11px;
}
.product-grid table.variations .button-variable-item-sample {
  display: none !important;
}

/* filter block styles */
.filter-form {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.filter-form .toggle-block {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  /*         @include media ('>=tablet') {
              padding: 0 24px 0 19px;
          } */
}
.filter-form .toggle-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.filter-form .toggle-block a, .filter-form .toggle-block h3 {
  padding: 4px 15px;
  display: block;
}
@media (min-width: 768px) {
  .filter-form .toggle-block a, .filter-form .toggle-block h3 {
    padding: 6px 24px 6px 19px;
  }
}
.filter-form .toggle-block .current-cat a {
  background-color: #999;
  color: white !important;
}
.filter-form .toggle-block .open {
  display: block;
  position: relative;
  padding: 14px 0 20px;
  font: 700 16px/1.125 "Lato", arial, sans-serif;
  text-transform: uppercase;
  color: #666;
}
@media (min-width: 768px) {
  .filter-form .toggle-block .open {
    font-size: 18px;
  }
}
.filter-form .toggle-block .open:hover {
  color: #40a7c5;
}

/* filter list styles */
.filter-list {
  line-height: 18px;
  margin-bottom: 19px;
  font-family: "Lato", arial, sans-serif;
}
.filter-list li {
  margin-bottom: 6px;
}
.filter-list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-list [type=checkbox] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.filter-list .check-input {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #ffffff;
  position: relative;
  margin-right: 10px;
}
.filter-list .check-label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
.filter-list [type=checkbox] + .check-input:before {
  content: "";
  width: 9px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #777;
  border-width: 0 0 2px 2px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -4px 0 0 -4px;
}
.filter-list [type=checkbox]:checked + .check-input:before {
  opacity: 1;
}
.filter-list [type=checkbox]:checked ~ .check-label {
  color: #CE923C;
}
.filter-list input:disabled + .check-input,
.filter-list input:disabled ~ .check-label {
  opacity: 0.5;
}

/* color list styles */
.color-list .check-input {
  border-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.color-list .check-input:before {
  display: none;
}
.color-list [type=checkbox]:checked + .check-input {
  border-color: #CE923C;
}
.color-list #white + .check-input {
  background-image: url(../images/temp/check-bg-1.jpg);
}
.color-list #beige + .check-input {
  background-image: url(../images/temp/check-bg-2.jpg);
}
.color-list #brown + .check-input {
  background-image: url(../images/temp/check-bg-3.jpg);
}
.color-list #grey + .check-input {
  background-image: url(../images/temp/check-bg-4.jpg);
}
.color-list #black + .check-input {
  background-image: url(../images/temp/check-bg-5.jpg);
}
.color-list #sand + .check-input {
  background-image: url(../images/temp/check-bg-6.jpg);
}
.color-list #honey + .check-input {
  background-image: url(../images/temp/check-bg-7.jpg);
}

/*Pagination Styles*/
.product-main-wrapper nav.woocommerce-pagination {
  padding-bottom: 50px;
}
.product-main-wrapper nav.woocommerce-pagination .page-numbers {
  color: #000;
}
.product-main-wrapper nav.woocommerce-pagination .page-numbers li a, .product-main-wrapper nav.woocommerce-pagination .page-numbers li span {
  padding: 5px 12px;
}
.product-main-wrapper nav.woocommerce-pagination .page-numbers .current {
  color: #000;
}

.archive .pricefrom {
  font-size: 14px;
}
.archive .exvat {
  font-size: 12px;
}
.archive .woocommerce-variation-price {
  font-size: 1em;
}
.archive .woocommerce-variation-price span.price:after {
  content: "  inc VAT";
  font-size: 0.75em;
}
.archive table.variations {
  display: none;
}
.archive .grip-wrap .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.added {
  font-size: 13px !important;
}
.archive .added_to_cart.wc-forward {
  display: none;
}

.product-template-default p.stock.out-of-stock {
  text-align: center;
}

.button.woocommerce_waitlist.button {
  background-color: #368b39;
  color: #ffffff;
}

.button-variable-item-02-singlesleeve {
  display: none !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 0.78em 1em;
}

.woocommerce div.product form.cart .button.waitlist-btn {
  background: #ebe9eb !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.woocommerce div.product form.cart .button.waitlist-btn:hover {
  background: #368b39 !important;
}

/* product section styles */
.page-product .waitlist-btn {
  display: none !important;
}
.page-product #wc-stripe-payment-request-wrapper,
.page-product #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.page-product .added_to_cart.wc-forward {
  display: none;
}
.page-product .woocommerce-variation-price {
  font-size: 1.4em;
}
.page-product .woocommerce-variation-price span.price:after {
  content: "  inc VAT";
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .page-product {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .page-product {
    padding-top: 86px;
    margin-bottom: 43px;
  }
}
.page-product .product-main .slider-holder {
  position: relative;
  overflow: hidden;
}
.page-product .product-main .slider-holder .pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
}
@media (min-width: 1024px) {
  .page-product .product-main .slider-holder .pagination {
    left: auto;
    right: 50px;
    bottom: 0px;
    padding: 25px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 1600px) {
  .page-product .product-main .slider-holder .pagination {
    right: auto;
    left: calc(50% + 640px);
  }
}
.page-product .product-main .slider-holder .pagination ul {
  display: block;
  line-height: 100%;
}
.page-product .product-main .slider-holder .pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  line-height: 100%;
}
.page-product .product-main .slider-holder .pagination li button {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 50%;
  text-indent: -9999px;
}
@media (min-width: 1024px) {
  .page-product .product-main .slider-holder .pagination li button {
    width: 20px;
    height: 20px;
  }
}
.page-product .product-main .slider-holder .pagination li.slick-active > button, .page-product .product-main .slider-holder .pagination li > button:hover {
  background: #ffffff;
}
.page-product .product-main .slider-holder .slick-nav-arrows {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
}
.page-product .product-main .slider-holder .slick-nav-arrows .slick-arrow {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-56%, -100%);
      -ms-transform: translate(-56%, -100%);
          transform: translate(-56%, -100%);
  width: 80px;
  height: 80px;
  background: #222222;
  color: #ffffff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: 0 none;
  text-indent: -9999px;
}
@media (min-width: 1024px) {
  .page-product .product-main .slider-holder .slick-nav-arrows .slick-arrow {
    width: 100px;
    height: 100px;
  }
}
.page-product .product-main .slider-holder .slick-nav-arrows .slick-arrow::after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
  position: absolute;
  left: 65%;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-product .product-main .slider-holder .slick-nav-arrows .slick-arrow.slick-next {
  left: auto;
  right: 0;
  -webkit-transform: translate(56%, -100%);
      -ms-transform: translate(56%, -100%);
          transform: translate(56%, -100%);
}
.page-product .product-main .slider-holder .slick-nav-arrows .slick-arrow.slick-next::after {
  content: "\f054";
  left: auto;
  right: 65%;
}
@media (min-width: 768px) {
  .page-product .product-main .slider-holder {
    float: left;
    width: 50%;
  }
}
.page-product .product-main .slider-holder .slider {
  margin-bottom: 2px;
}
@media (min-width: 1024px) {
  .page-product .product-main .slider-holder .slider .slide:after {
    min-height: 431px;
  }
}
.page-product .product-main .slider-holder .slick-nav-arrows {
  top: 44%;
}
.page-product .product-main .slider-holder .slick-nav-arrows .slick-arrow {
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: #222222;
  border: 1px solid #eee;
  -webkit-transform: translate(-51%, -50%);
      -ms-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
}
.page-product .product-main .slider-holder .slick-nav-arrows .slick-arrow::after {
  left: 58%;
  color: #222222;
}
.page-product .product-main .slider-holder .slick-nav-arrows .slick-arrow.slick-next {
  -webkit-transform: translate(51%, -50%);
      -ms-transform: translate(51%, -50%);
          transform: translate(51%, -50%);
}
.page-product .product-main .slider-holder .slick-nav-arrows .slick-arrow.slick-next::after {
  left: auto;
  right: 58%;
}
.page-product .product-main .slider-holder .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .page-product .product-main .slider-holder .slider-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-product .product-main .slider-holder .slider-nav .slide {
  display: block;
  position: relative;
  width: 90px;
  height: 70px;
  cursor: pointer;
  margin-right: 2px;
}
@media (min-width: 1024px) {
  .page-product .product-main .slider-holder .slider-nav .slide {
    width: 120px;
    height: 90px;
  }
}
.page-product .product-main .slider-holder .slider-nav .slide.slide-active::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #40a7c5;
}
@media (min-width: 768px) {
  .page-product .product-main .product-info {
    float: right;
    width: 45.4%;
  }
}
.page-product .product-main .product-info h1 {
  line-height: 1.2em;
  font-weight: 700;
  font-size: 27px;
}
@media (min-width: 768px) {
  .page-product .product-main .product-info h1 {
    margin-bottom: 8px;
  }
}
.page-product .product-main .product-info .product-code {
  display: block;
  color: #368b39;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .page-product .product-main .product-info .product-code {
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
}
.page-product .product-main .product-wrapper {
  font-weight: bold;
  font-size: 11px;
}
.page-product .product-main .product-contact {
  font-family: "Lato", arial, sans-serif;
}
@media (min-width: 768px) {
  .page-product .product-main .product-contact {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .page-product .product-main .product-contact {
    padding-top: 23px;
  }
}
.page-product .product-main .product-contact .title {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #6c686a;
  padding-left: 13px;
  margin-bottom: 6px;
}
.page-product .product-main .product-contact .price-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .page-product .product-main .product-contact .price-holder {
    padding: 20px 25px 22px 33px;
  }
}
.page-product .product-main .product-contact .price-holder .no-price {
  font-weight: 700;
  font-size: 12px;
  color: #666;
}
.page-product .product-main .product-contact .price-holder .no-price i {
  padding-right: 0.4em;
}
@media (min-width: 768px) {
  .page-product .product-main .product-contact .price-holder .no-price {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .page-product .product-main .product-contact .price-holder .no-price {
    font-size: 22px;
  }
}
.page-product .product-main .product-contact .price-holder .btn {
  padding: 10px;
}
@media (min-width: 1024px) {
  .page-product .product-main .product-contact .price-holder .btn {
    padding: 10px 28px 11px;
  }
}
.page-product .product-main .product-contact .price-holder .btn:hover {
  background: #40a7c5;
}
.page-product .product-main .product-contact .phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 300;
  color: #368b39;
  text-transform: uppercase;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .page-product .product-main .product-contact .phone {
    font-size: 14px;
    margin-right: 34px;
  }
}
.page-product .product-main .product-contact .phone .prefix {
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}
.page-product .product-main .product-contact .phone a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  color: #368b39;
  margin-left: 5px;
}
@media (min-width: 480px) {
  .page-product .product-main .product-contact .phone a {
    font-size: 20px;
    line-height: 22px;
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .page-product .product-main .product-contact .phone a {
    font-size: 24px;
    line-height: 22px;
  }
}
.page-product .product-main .product-contact .phone a:hover {
  color: #FBD53C;
}

.product-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  max-width: 600px;
}
.product-tags .feature-table {
  font-size: 0.7em;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.product-tags .feature-table th, .product-tags .feature-table td {
  padding: 0.625em;
  text-align: center;
  background: #fff;
}
@media (min-width: 1024px) {
  .product-tags .feature-table {
    font-size: 0.75em;
  }
  .product-tags .feature-table th, .product-tags .feature-table td {
    padding: 0.5em 0.1em;
    text-align: center;
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .product-tags .feature-table {
    font-size: 0.8em;
  }
  .product-tags .feature-table th, .product-tags .feature-table td {
    padding: 0.625em;
  }
}
.product-tags .feature-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
@media (max-width: 991px) {
  .product-tags .feature-table {
    border: 0;
  }
  .product-tags .feature-table caption {
    font-size: 1.3em;
  }
  .product-tags .feature-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product-tags .feature-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .product-tags .feature-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  .product-tags .feature-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .product-tags .feature-table td:last-child {
    border-bottom: 0;
  }
}

.product-summary table {
  width: 100% !important;
  margin-bottom: 2em;
  font-size: 0.7em;
}
@media (min-width: 1024px) {
  .product-summary table {
    font-size: 0.8em;
  }
}
.product-summary table tbody tr:first-child {
  font-weight: bold;
}
.product-summary table tbody td {
  padding: 0.4em 1em !important;
  width: 20% !important;
  white-space: normal !important;
}
.product-summary table tbody td:first-child {
  width: 40%;
}
.product-summary table > tbody > tr:nth-of-type(odd) {
  background-color: #eee;
}

.price-wrapper .price, .price-holder .price {
  font-weight: 700;
  font-size: 18px;
  color: #368b39;
}
@media (min-width: 768px) {
  .price-wrapper .price, .price-holder .price {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .price-wrapper .price, .price-holder .price {
    font-size: 28px;
  }
}

.product-page-related {
  max-width: 500px;
  padding-top: 0px;
}

.product-page-related .product-grid, .linked-products .product-grid,
.product-page-related .product-grid, .related-products .product-grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: initial;
}
.product-page-related .product-grid table.variations, .linked-products .product-grid table.variations,
.product-page-related .product-grid table.variations, .related-products .product-grid table.variations {
  margin: 0 auto;
  display: none;
}
.product-page-related .product-grid #wc-stripe-payment-request-wrapper,
.product-page-related .product-grid #wc-stripe-payment-request-button-separator, .linked-products .product-grid #wc-stripe-payment-request-wrapper,
.linked-products .product-grid #wc-stripe-payment-request-button-separator,
.product-page-related .product-grid #wc-stripe-payment-request-wrapper,
.product-page-related .product-grid #wc-stripe-payment-request-button-separator, .related-products .product-grid #wc-stripe-payment-request-wrapper,
.related-products .product-grid #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.product-page-related .product-grid .wcwl_elements, .linked-products .product-grid .wcwl_elements,
.product-page-related .product-grid .wcwl_elements, .related-products .product-grid .wcwl_elements {
  display: none;
}

.products-section.linked-products,
.products-section.related-products {
  padding-top: 0;
}
.products-section.linked-products.full-width .section-title,
.products-section.related-products.full-width .section-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-section.linked-products.full-width .product-grid .product-description .product-desc .product-title h3,
.products-section.related-products.full-width .product-grid .product-description .product-desc .product-title h3 {
  min-height: auto;
}
@media (min-width: 480px) {
  .products-section.linked-products.full-width .product-grid .product-description .product-desc .product-title h3,
.products-section.related-products.full-width .product-grid .product-description .product-desc .product-title h3 {
    min-height: 70px;
  }
}
@media (min-width: 768px) {
  .products-section.linked-products.full-width .product-grid .product-description .product-desc .product-title h3,
.products-section.related-products.full-width .product-grid .product-description .product-desc .product-title h3 {
    min-height: auto;
  }
}
.products-section.linked-products .section-title h2,
.products-section.related-products .section-title h2 {
  font-weight: 600;
  text-transform: none;
  font-size: 28px;
  letter-spacing: normal;
}
.products-section.linked-products .slick-dots,
.products-section.related-products .slick-dots {
  display: none !important;
}

/* product content styles */
/* .product-content {
    @include media ('>=desktop') {
        margin-bottom: 90px;
    }

    .content-holder {
        max-width: 660px;
    }


} */
.latest-projects-section {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .latest-projects-section {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .latest-projects-section {
    margin-bottom: 94px;
  }
}

/* post info styles */
.projects-container .project {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .projects-container .project {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .projects-container .project {
    margin-bottom: 73px;
  }
}
.projects-container .project .slider-holder {
  margin-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .projects-container .project .slider-holder {
    float: left;
    width: 53.5%;
    max-width: 610px;
  }
}
.projects-container .project .slider-holder .slider .slide {
  padding: 0;
}
.projects-container .project .slider-holder .slider .slide:after {
  min-height: 300px;
}
@media (min-width: 768px) {
  .projects-container .project .slider-holder .slider .slide {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .projects-container .project .slider-holder .slider .slide {
    padding-top: 0;
  }
  .projects-container .project .slider-holder .slider .slide:after {
    min-height: 400px;
  }
}
.projects-container .project .slider-holder .pagination {
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
}
.projects-container .project .slider-holder .slick-nav-arrows .slick-arrow {
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: #222222;
  border: 1px solid #eee;
  -webkit-transform: translate(-51%, -50%);
      -ms-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
}
.projects-container .project .slider-holder .slick-nav-arrows .slick-arrow::after {
  left: 58%;
}
.projects-container .project .slider-holder .slick-nav-arrows .slick-arrow.slick-next {
  -webkit-transform: translate(51%, -50%);
      -ms-transform: translate(51%, -50%);
          transform: translate(51%, -50%);
}
.projects-container .project .slider-holder .slick-nav-arrows .slick-arrow.slick-next::after {
  left: auto;
  right: 58%;
}
.projects-container .project .project-info {
  margin-bottom: 25px;
  line-height: 1.66;
}
@media (min-width: 768px) {
  .projects-container .project .project-info {
    float: right;
    width: 43%;
  }
}
@media (min-width: 1024px) {
  .projects-container .project .project-info {
    margin-bottom: 15px;
    padding-top: 14px;
  }
}
.projects-container .project .project-info h2.title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .projects-container .project .project-info h2.title {
    margin-bottom: 6px;
  }
}
.projects-container .project .project-info .location {
  display: block;
  color: #40a7c5;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .projects-container .project .project-info .location {
    padding-bottom: 18px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .projects-container .project .project-info .description p {
    margin-bottom: 25px;
  }
}
.projects-container .project:nth-child(2n) .slider-holder {
  float: right;
}
.projects-container .project:nth-child(2n) .project-info {
  float: left;
}

.services-section {
  position: relative;
  padding: 10px 0 20px;
}
@media (min-width: 768px) {
  .services-section {
    padding: 30px 0 35px;
  }
}
@media (min-width: 1024px) {
  .services-section {
    padding: 30px 0 80px;
  }
}
.services-section .content-holder {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .services-section .content-holder {
    margin-bottom: 97px;
  }
}
@media (min-width: 768px) {
  .services-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px;
  }
}
.services-section .row .col {
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .services-section .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 20px 47px;
  }
}
.services-section .row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 300px;
  background: #2f3535;
}
@media (min-width: 1024px) {
  .services-section .row .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.services-section .row .box .img-block {
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .services-section .row .box .img-block {
    width: 54%;
    max-width: 290px;
    min-height: auto;
  }
}
.services-section .row .box .text-holder {
  width: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 15px;
}
@media (min-width: 1024px) {
  .services-section .row .box .text-holder {
    width: 46%;
    padding: 31px 32px 28px;
  }
}
.services-section .row .box .text-holder h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
@media (min-width: 768px) {
  .services-section .row .box .text-holder h2 {
    font-size: 26px;
    line-height: 31px;
    width: 100%;
  }
}
.services-section .row .box .text-holder h2 a {
  color: #fff;
}
.services-section .row .box .text-holder a.read-more {
  display: inline-block;
  vertical-align: top;
  font: 18px/20px "Lato", arial, sans-serif;
  color: #ffffff;
}
.services-section .row .box .text-holder a.read-more i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 0 0 5px;
}
.services-section .row .box .text-holder a.read-more:hover {
  color: #FBD53C;
}

.woocommerce-cart .cart-summary #wc-stripe-payment-request-wrapper ~ #wc-stripe-payment-request-wrapper,
.woocommerce-cart .cart-summary #wc-stripe-payment-request-button-separator ~ #wc-stripe-payment-request-button-separator,
.woocommerce-cart .cart-summary .woo_pp_cart_buttons_div ~ .woo_pp_cart_buttons_div,
.woocommerce-cart .cart-summary .go-to-checkout ~ .go-to-checkout {
  display: none !important;
}

.woocommerce form h2,
.woocommerce-page form h2 {
  margin-bottom: 1em;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  margin-bottom: 1em;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-size: 0.875em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox,
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox {
  font-size: 0.975em;
  font-weight: 600;
  text-transform: none;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
  display: block;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox input,
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox input {
  position: absolute;
  left: 2px;
  top: 5px;
  margin: 0;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left;
    clear: both;
  }
}
@media (min-width: 768px) {
  .woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
  }
}
.woocommerce form .mailchimp-newsletter,
.woocommerce-page form .mailchimp-newsletter {
  position: relative;
  margin-top: 1rem;
}
.woocommerce form .mailchimp-newsletter .woocommerce-form__input-checkbox,
.woocommerce-page form .mailchimp-newsletter .woocommerce-form__input-checkbox {
  position: absolute;
  left: 5px;
  top: 8px;
  margin: 0;
}
.woocommerce form #ship-to-different-address,
.woocommerce-page form #ship-to-different-address {
  padding: 3px;
  font-size: 1em;
}
.woocommerce form #ship-to-different-address .woocommerce-form__label-for-checkbox,
.woocommerce-page form #ship-to-different-address .woocommerce-form__label-for-checkbox {
  font-size: 0.975em;
  font-weight: 600;
  text-transform: none;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
  display: block;
}
.woocommerce form #ship-to-different-address .woocommerce-form__label-for-checkbox input,
.woocommerce-page form #ship-to-different-address .woocommerce-form__label-for-checkbox input {
  position: absolute;
  left: 2px;
  top: 5px;
  margin: 0;
}

.woocommerce-cart .form-row.auto-lookup label,
.woocommerce-checkout .form-row.auto-lookup label {
  position: relative;
  z-index: 1;
}
.woocommerce-cart .form-row.auto-lookup label .address-manual,
.woocommerce-checkout .form-row.auto-lookup label .address-manual {
  font-size: 0.8em;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 10px;
  background: #368b39;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: calc(-0.25em - 1px);
  z-index: 2;
}
@media (min-width: 768px) {
  .woocommerce-cart .form-row.auto-lookup label .address-manual,
.woocommerce-checkout .form-row.auto-lookup label .address-manual {
    font-size: 0.9em;
    padding: 8px 15px;
  }
}
.woocommerce-cart .form-row.auto-lookup label .address-manual,
.woocommerce-checkout .form-row.auto-lookup label .address-manual {
  display: none;
}
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  margin-bottom: 100px;
}
.woocommerce-cart .woocommerce > .container > .row > *,
.woocommerce-checkout .woocommerce > .container > .row > * {
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce-cart .woocommerce .main .shop_table,
.woocommerce-checkout .woocommerce .main .shop_table {
  border-radius: 0;
  border: none;
  margin-bottom: 75px;
}
.woocommerce-cart .woocommerce .main .shop_table tr,
.woocommerce-checkout .woocommerce .main .shop_table tr {
  padding: 0;
}
.woocommerce-cart .woocommerce .main .shop_table tr th, .woocommerce-cart .woocommerce .main .shop_table tr td,
.woocommerce-checkout .woocommerce .main .shop_table tr th,
.woocommerce-checkout .woocommerce .main .shop_table tr td {
  border-top-color: #dedede;
  padding: 15px 5px;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce .main .shop_table tr th:first-child, .woocommerce-cart .woocommerce .main .shop_table tr td:first-child,
.woocommerce-checkout .woocommerce .main .shop_table tr th:first-child,
.woocommerce-checkout .woocommerce .main .shop_table tr td:first-child {
    padding-left: 15px;
  }
  .woocommerce-cart .woocommerce .main .shop_table tr th:last-child, .woocommerce-cart .woocommerce .main .shop_table tr td:last-child,
.woocommerce-checkout .woocommerce .main .shop_table tr th:last-child,
.woocommerce-checkout .woocommerce .main .shop_table tr td:last-child {
    padding-right: 15px;
  }
}
.woocommerce-cart .woocommerce .main .shop_table tr th,
.woocommerce-checkout .woocommerce .main .shop_table tr th {
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce .main .shop_table tr th.product-price, .woocommerce-cart .woocommerce .main .shop_table tr th.product-quantity, .woocommerce-cart .woocommerce .main .shop_table tr th.product-subtotal,
.woocommerce-checkout .woocommerce .main .shop_table tr th.product-price,
.woocommerce-checkout .woocommerce .main .shop_table tr th.product-quantity,
.woocommerce-checkout .woocommerce .main .shop_table tr th.product-subtotal {
  text-align: center;
}
.woocommerce-cart .woocommerce .main .shop_table tr td.product-price, .woocommerce-cart .woocommerce .main .shop_table tr td.product-quantity, .woocommerce-cart .woocommerce .main .shop_table tr td.product-subtotal,
.woocommerce-checkout .woocommerce .main .shop_table tr td.product-price,
.woocommerce-checkout .woocommerce .main .shop_table tr td.product-quantity,
.woocommerce-checkout .woocommerce .main .shop_table tr td.product-subtotal {
  text-align: center;
}
.woocommerce-cart .woocommerce .main .shop_table tr td.product-price, .woocommerce-cart .woocommerce .main .shop_table tr td.product-subtotal,
.woocommerce-checkout .woocommerce .main .shop_table tr td.product-price,
.woocommerce-checkout .woocommerce .main .shop_table tr td.product-subtotal {
  font-weight: 800;
}
.woocommerce-cart .woocommerce .main .shop_table tr td.product-quantity .quantity,
.woocommerce-checkout .woocommerce .main .shop_table tr td.product-quantity .quantity {
  padding: 0;
}
.woocommerce-cart .woocommerce .main .shop_table tr td.product-quantity .quantity::before,
.woocommerce-checkout .woocommerce .main .shop_table tr td.product-quantity .quantity::before {
  content: "";
  padding: 0;
}
.woocommerce-cart .woocommerce .main .shop_table tr td.product-quantity .quantity .qty,
.woocommerce-checkout .woocommerce .main .shop_table tr td.product-quantity .quantity .qty {
  border-color: #999;
}
.woocommerce-cart .woocommerce .main .shop_table .actions,
.woocommerce-checkout .woocommerce .main .shop_table .actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce .main .shop_table .actions,
.woocommerce-checkout .woocommerce .main .shop_table .actions {
    margin: -15px -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce .main .shop_table .actions .cart-coupon-label,
.woocommerce-checkout .woocommerce .main .shop_table .actions .cart-coupon-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 15px;
  }
}
.woocommerce-cart .woocommerce .main .shop_table .actions .cart-coupon,
.woocommerce-checkout .woocommerce .main .shop_table .actions .cart-coupon {
  margin: 12px 15px;
  position: relative;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce .main .shop_table .actions .cart-coupon,
.woocommerce-checkout .woocommerce .main .shop_table .actions .cart-coupon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 350px;
            flex: 0 1 350px;
  }
}
.woocommerce-cart .woocommerce .main .shop_table .actions .cart-coupon .input-text,
.woocommerce-checkout .woocommerce .main .shop_table .actions .cart-coupon .input-text {
  border-color: #999;
  display: inline-block;
  width: 68%;
}
.woocommerce-cart .woocommerce .main .shop_table .actions .cart-coupon .btn,
.woocommerce-checkout .woocommerce .main .shop_table .actions .cart-coupon .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  padding: 10px;
}
.woocommerce-cart .woocommerce .main .shop_table .actions .update-basket,
.woocommerce-checkout .woocommerce .main .shop_table .actions .update-basket {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 12px 15px;
  text-align: right;
}
.woocommerce-cart .woocommerce .main .woocommerce-shipping-fields .shipping_address,
.woocommerce-checkout .woocommerce .main .woocommerce-shipping-fields .shipping_address {
  margin-top: 2rem;
}
.woocommerce-cart .woocommerce .main .delivery-notes-wrap,
.woocommerce-checkout .woocommerce .main .delivery-notes-wrap {
  margin-top: 1rem;
}
.woocommerce-cart .woocommerce .side-bar,
.woocommerce-checkout .woocommerce .side-bar {
  background: #f7f7f7;
  padding: 25px;
}
@media (min-width: 768px) {
  .woocommerce-cart .woocommerce .side-bar,
.woocommerce-checkout .woocommerce .side-bar {
    padding: 32px;
  }
}
.woocommerce-cart .woocommerce .side-bar h1, .woocommerce-cart .woocommerce .side-bar h2, .woocommerce-cart .woocommerce .side-bar h3,
.woocommerce-checkout .woocommerce .side-bar h1,
.woocommerce-checkout .woocommerce .side-bar h2,
.woocommerce-checkout .woocommerce .side-bar h3 {
  font-size: 18px;
}
.woocommerce-cart .woocommerce .side-bar h1, .woocommerce-cart .woocommerce .side-bar h2, .woocommerce-cart .woocommerce .side-bar h3, .woocommerce-cart .woocommerce .side-bar h4, .woocommerce-cart .woocommerce .side-bar h5, .woocommerce-cart .woocommerce .side-bar h6, .woocommerce-cart .woocommerce .side-bar .btn,
.woocommerce-checkout .woocommerce .side-bar h1,
.woocommerce-checkout .woocommerce .side-bar h2,
.woocommerce-checkout .woocommerce .side-bar h3,
.woocommerce-checkout .woocommerce .side-bar h4,
.woocommerce-checkout .woocommerce .side-bar h5,
.woocommerce-checkout .woocommerce .side-bar h6,
.woocommerce-checkout .woocommerce .side-bar .btn {
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce .side-bar .btn,
.woocommerce-checkout .woocommerce .side-bar .btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: 100%;
}
.woocommerce-cart .woocommerce .side-bar table,
.woocommerce-checkout .woocommerce .side-bar table {
  border: none;
  width: 100%;
  margin: 0;
}
.woocommerce-cart .woocommerce .side-bar table thead,
.woocommerce-checkout .woocommerce .side-bar table thead {
  border-bottom: solid 1px #ddd;
}
.woocommerce-cart .woocommerce .side-bar table tr th.product-name,
.woocommerce-cart .woocommerce .side-bar table tr td.product-name,
.woocommerce-checkout .woocommerce .side-bar table tr th.product-name,
.woocommerce-checkout .woocommerce .side-bar table tr td.product-name {
  text-align: left;
}
.woocommerce-cart .woocommerce .side-bar table tr th.product-total,
.woocommerce-cart .woocommerce .side-bar table tr td.product-total,
.woocommerce-checkout .woocommerce .side-bar table tr th.product-total,
.woocommerce-checkout .woocommerce .side-bar table tr td.product-total {
  text-align: right;
}
.woocommerce-cart .woocommerce .side-bar table tr th,
.woocommerce-checkout .woocommerce .side-bar table tr th {
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0.25em;
}
.woocommerce-cart .woocommerce .side-bar table tbody td,
.woocommerce-checkout .woocommerce .side-bar table tbody td {
  font-size: 0.875em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.woocommerce-cart .woocommerce .side-bar table tbody td.product-name,
.woocommerce-checkout .woocommerce .side-bar table tbody td.product-name {
  padding-right: 2rem;
}
.woocommerce-cart .woocommerce .side-bar table tbody tr:last-child td,
.woocommerce-checkout .woocommerce .side-bar table tbody tr:last-child td {
  border-bottom: 0 none;
}
.woocommerce-cart .woocommerce .side-bar table.order-tax th,
.woocommerce-cart .woocommerce .side-bar table.order-tax td, .woocommerce-cart .woocommerce .side-bar table.order-total th,
.woocommerce-cart .woocommerce .side-bar table.order-total td,
.woocommerce-checkout .woocommerce .side-bar table.order-tax th,
.woocommerce-checkout .woocommerce .side-bar table.order-tax td,
.woocommerce-checkout .woocommerce .side-bar table.order-total th,
.woocommerce-checkout .woocommerce .side-bar table.order-total td {
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem 0;
}
.woocommerce-cart .woocommerce .side-bar table.order-tax th, .woocommerce-cart .woocommerce .side-bar table.order-total th,
.woocommerce-checkout .woocommerce .side-bar table.order-tax th,
.woocommerce-checkout .woocommerce .side-bar table.order-total th {
  text-align: left;
}
.woocommerce-cart .woocommerce .side-bar table.order-tax td, .woocommerce-cart .woocommerce .side-bar table.order-total td,
.woocommerce-checkout .woocommerce .side-bar table.order-tax td,
.woocommerce-checkout .woocommerce .side-bar table.order-total td {
  text-align: right;
}
.woocommerce-cart .woocommerce .side-bar table.order-total th,
.woocommerce-checkout .woocommerce .side-bar table.order-total th {
  font-weight: 800;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item h3,
.woocommerce-cart .woocommerce .side-bar .cart-summary-item p,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item h3,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item p {
  margin: 0.5rem 0;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item h3,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
  text-align: left;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item p,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  text-align: right;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item.cart-summary-subtotal h3,
.woocommerce-cart .woocommerce .side-bar .cart-summary-item.cart-summary-subtotal p,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item.cart-summary-subtotal h3,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item.cart-summary-subtotal p {
  margin-top: 0;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item.cart-summary-shipping,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item.cart-summary-shipping {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item.cart-summary-shipping h3,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item.cart-summary-shipping h3 {
  margin-bottom: 1rem;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item.cart-summary-shipping p,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item.cart-summary-shipping p {
  font-size: 0.875em;
  text-align: left;
  margin-top: 0;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item.cart-summary-shipping .woocommerce-shipping-destination,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item.cart-summary-shipping .woocommerce-shipping-destination {
  font-weight: 400;
  margin-bottom: 1rem;
}
.woocommerce-cart .woocommerce .side-bar .cart-summary-item.cart-summary-total,
.woocommerce-checkout .woocommerce .side-bar .cart-summary-item.cart-summary-total {
  margin-bottom: 1rem;
}
.woocommerce-cart .woocommerce .side-bar .cart-coupon,
.woocommerce-checkout .woocommerce .side-bar .cart-coupon {
  margin-top: 2rem;
}
.woocommerce-cart .woocommerce .side-bar .shipping-wrap,
.woocommerce-checkout .woocommerce .side-bar .shipping-wrap {
  margin-top: 1.5em;
}
.woocommerce-cart .woocommerce .side-bar .shipping-wrap h3,
.woocommerce-checkout .woocommerce .side-bar .shipping-wrap h3 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
}
.woocommerce-cart .woocommerce .side-bar .shipping-wrap ul,
.woocommerce-checkout .woocommerce .side-bar .shipping-wrap ul {
  font-size: 1rem;
}
.woocommerce-cart .woocommerce .side-bar .shipping-wrap li,
.woocommerce-checkout .woocommerce .side-bar .shipping-wrap li {
  font-size: 0.875em;
}
.woocommerce-cart .woocommerce .side-bar .shipping-wrap .dpd_uk-shipping th,
.woocommerce-cart .woocommerce .side-bar .shipping-wrap .dpd_uk-shipping td,
.woocommerce-checkout .woocommerce .side-bar .shipping-wrap .dpd_uk-shipping th,
.woocommerce-checkout .woocommerce .side-bar .shipping-wrap .dpd_uk-shipping td {
  text-align: left;
  display: block;
  width: 100%;
}
.woocommerce-cart .woocommerce .side-bar .shipping-wrap .dpd_uk-shipping th,
.woocommerce-checkout .woocommerce .side-bar .shipping-wrap .dpd_uk-shipping th {
  font-size: 0.875em;
  padding: 0 3px;
}
.woocommerce-cart .woocommerce .side-bar .delivery-notes-wrap,
.woocommerce-checkout .woocommerce .side-bar .delivery-notes-wrap {
  margin-top: 0.5em;
}
.woocommerce-cart .woocommerce .side-bar .shipping-calculator-button,
.woocommerce-checkout .woocommerce .side-bar .shipping-calculator-button {
  display: inline-block;
}
.woocommerce-cart .woocommerce .side-bar .cart-coupon .coupon-input,
.woocommerce-checkout .woocommerce .side-bar .cart-coupon .coupon-input {
  position: relative;
}
.woocommerce-cart .woocommerce .side-bar .cart-coupon .coupon-input .input-text,
.woocommerce-checkout .woocommerce .side-bar .cart-coupon .coupon-input .input-text {
  border-color: #999;
  display: block;
  width: 68%;
}
.woocommerce-cart .woocommerce .side-bar .cart-coupon .coupon-input .btn,
.woocommerce-checkout .woocommerce .side-bar .cart-coupon .coupon-input .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  padding: 10px;
}
.woocommerce-cart .woocommerce .side-bar .wcppec-checkout-buttons__separator,
.woocommerce-checkout .woocommerce .side-bar .wcppec-checkout-buttons__separator {
  opacity: 1;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce .side-bar #payment,
.woocommerce-checkout .woocommerce .side-bar #payment {
  background: none;
  margin-top: 1rem;
}
.woocommerce-cart .woocommerce .side-bar #payment .form-row,
.woocommerce-checkout .woocommerce .side-bar #payment .form-row {
  padding: 0;
}
.woocommerce-cart .woocommerce .side-bar #payment ul.payment_methods,
.woocommerce-cart .woocommerce .side-bar #payment div.place-order,
.woocommerce-checkout .woocommerce .side-bar #payment ul.payment_methods,
.woocommerce-checkout .woocommerce .side-bar #payment div.place-order {
  padding: 0 5px;
}
.woocommerce-cart .woocommerce .side-bar #payment ul.payment_methods,
.woocommerce-checkout .woocommerce .side-bar #payment ul.payment_methods {
  padding-bottom: 1.5em;
}
.woocommerce-cart .woocommerce .side-bar #payment .woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-checkout .woocommerce .side-bar #payment .woocommerce-SavedPaymentMethods-saveNew {
  font-size: 1em;
  line-height: 1.3;
  padding-left: 25px;
  position: relative;
  display: block;
}
.woocommerce-cart .woocommerce .side-bar #payment .woocommerce-SavedPaymentMethods-saveNew label,
.woocommerce-checkout .woocommerce .side-bar #payment .woocommerce-SavedPaymentMethods-saveNew label {
  line-height: 1.3;
}
.woocommerce-cart .woocommerce .side-bar #payment .woocommerce-SavedPaymentMethods-saveNew input,
.woocommerce-checkout .woocommerce .side-bar #payment .woocommerce-SavedPaymentMethods-saveNew input {
  position: absolute;
  left: 2px;
  top: 5px;
  margin: 0;
}
.woocommerce-cart .woocommerce .side-bar #payment div.place-order,
.woocommerce-checkout .woocommerce .side-bar #payment div.place-order {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.3;
  padding-top: 1.5em;
}
.woocommerce-cart .woocommerce .side-bar #payment div.place-order .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce .side-bar #payment div.place-order .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox {
  line-height: 1.3;
}

.select2-container {
  z-index: 999 !important;
}

.blog .title-block, .category .title-block {
  background-color: #f1f1f1;
}

.blog-posts {
  padding-top: 0;
  padding-bottom: 35px;
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .blog-posts {
    margin: 0 -7.5px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .blog-posts {
    margin: 0 -15px;
    padding-bottom: 100px;
  }
}
.blog-posts .categories {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-top: -20px;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .blog-posts .categories {
    margin-top: -70px;
  }
}
.blog-posts .categories #cat-switcher {
  margin: 2px 30px 0 30px;
  position: relative;
}
@media (min-width: 768px) {
  .blog-posts .categories #cat-switcher {
    float: right;
    margin: 2px 0 0 0;
  }
}
.blog-posts .categories #cat-switcher select {
  font-size: 0.75em;
}
.blog-posts .categories #cat-switcher .title {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
  color: #222222;
  font-family: "Lato", arial, sans-serif;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 30px 16px;
  text-align: center;
  border: 1px solid #dddddd;
  border-width: 1px 1px 0 1px;
}
.blog-posts .categories #cat-switcher .title::after {
  content: "\f078";
  padding-left: 15px;
  font-family: "Font Awesome 5 Pro";
  position: relative;
  top: -1px;
}
.blog-posts .categories #cat-switcher .cat-wrapper {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  z-index: 10;
  height: 0;
  overflow: hidden;
}
.blog-posts .categories #cat-switcher .cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #dddddd;
  border-width: 0 1px 1px 1px;
}
.blog-posts .categories #cat-switcher .cat-list li {
  border-bottom: 1px solid #dddddd;
  margin: 0;
}
.blog-posts .categories #cat-switcher .cat-list li:last-child {
  border-bottom: 0 none;
}
.blog-posts .categories #cat-switcher .cat-list li a {
  display: block;
  padding: 12px 20px;
}
.blog-posts .categories #cat-switcher.cat-switcher-open .cat-wrapper {
  height: auto;
}
.blog-posts .filters {
  background: rgb(245, 245, 245);
  text-align: right;
}
.blog-posts .filters .wrapper {
  padding: 12px 0 16px;
  max-width: 1140px;
}
.blog-posts .filters .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #333;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 0.75em;
  font-weight: 300;
  text-transform: uppercase;
}
.blog-posts .filters .archive-dropdown {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.blog-posts .blog-posts-container {
  margin-bottom: 30px;
  position: relative;
}
.blog-posts .blog-posts-container > a {
  color: #222222;
  font-weight: 800;
  margin-left: 25px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.2em;
}
.blog-posts .blog-posts-container .slick-nav-arrows {
  left: 0;
}
.blog-posts .blog-posts-container .slick-nav-arrows .slick-prev {
  left: -40px;
}
.blog-posts .blog-posts-container .slick-nav-arrows .slick-next {
  right: -40px;
}
.blog-posts .blog-post-item {
  background-color: white;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  margin: 0 auto 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-posts .blog-post-item {
    max-width: 330px;
  }
}
@media (min-width: 768px) {
  .blog-posts .blog-post-item {
    display: inline-block;
    margin: 0 7.5px 15px;
    max-width: initial;
    vertical-align: top;
    width: calc(33% - 15px);
  }
}
@media (min-width: 1160px) {
  .blog-posts .blog-post-item {
    width: calc(33% - 30px);
    margin: 0 15px 30px;
  }
}
.blog-posts .blog-post-item .blog-item-body {
  border: 1px solid #dddddd;
  background: white;
}
.blog-posts .blog-post-item .thumb {
  height: 150px;
  display: block;
  position: relative;
  margin: -1px -1px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-posts .blog-post-item .thumb {
    height: 200px;
  }
}
.blog-posts .blog-post-item .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-posts .blog-post-item .post-content {
  padding: 12px 12px 70px;
}
@media (min-width: 768px) {
  .blog-posts .blog-post-item .post-content {
    padding: 18px 18px 60px;
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .blog-posts .blog-post-item .post-content {
    padding: 25px 24px 60px;
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .blog-posts .blog-post-item .post-content {
    min-height: 318px;
  }
}
.blog-posts .blog-post-item .title {
  font-family: "Lato", arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 12px;
}
.blog-posts .blog-post-item .title a {
  color: inherit;
}
.blog-posts .blog-post-item .title a:hover {
  color: #b2bcb4;
}
.blog-posts .blog-post-item .date {
  color: #368b39;
  font-size: 14px;
  font-family: "Lato", arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.blog-posts .blog-post-item .date a {
  color: inherit;
}
.blog-posts .blog-post-item .read-more {
  color: #ffffff;
  background-color: #222222;
  font-size: 18px;
  line-height: 1;
  font-family: "Lato", arial, sans-serif;
  text-align: center;
  padding: 20px;
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 60px;
}
.blog-posts .blog-post-item .read-more .fa-chevron-right {
  vertical-align: middle;
  font-size: 14px;
  padding-left: 6px;
}
.blog-posts .load-more-button {
  display: block;
  width: 100%;
  color: white;
  padding: 1em;
  margin: 2em auto;
  width: 70%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background: #FBD53C;
}
@media (min-width: 768px) {
  .blog-posts .load-more-button {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .blog-posts .load-more-button {
    width: 30%;
  }
}
.blog-posts .load-more-button:hover {
  background: #FBD53C;
  color: #fff;
}
.blog-posts .blog-posts-slider {
  margin: 0 auto;
  width: 100%;
}
.blog-posts .blog-posts-slider .blog-post-item {
  max-width: none;
}
.blog-posts.no-padding-bottom {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.blog-posts.no-padding-bottom .categories {
  margin-bottom: 0;
}

/*.blog-banner {
    height: 150px;
    @include media ('>=tablet') {
        height: 200px;
        margin-bottom: 50px;
    }
    @include media ('>=desktop') {
        height: 470px;
        margin-bottom: 70px;
    }

    .page-title {
        min-width: 200px;
        @include media('>=desktop') {
            min-width: 590px;
        }
    }
}
*/
.page-blog-post {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-blog-post {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .page-blog-post {
    margin-bottom: 110px;
  }
}
.page-blog-post .post-content {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
}
.page-blog-post .post-content .post-info {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info {
    position: absolute;
    width: 150px;
    top: 5px;
    left: -200px;
  }
}
@media (min-width: 1100px) {
  .page-blog-post .post-content .post-info {
    left: -230px;
  }
}
.page-blog-post .post-content .post-info .meta {
  text-align: left;
  display: inline-block;
  margin: 0 20px 10px 0;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta {
    text-align: right;
    display: block;
    margin: 0 0 35px;
  }
}
.page-blog-post .post-content .post-info .meta .title {
  font-family: "Lato", arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #368b39;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta .title {
    display: block;
    margin: 0;
  }
}
.page-blog-post .post-content .post-info .meta .data {
  font-family: "Lato", arial, sans-serif;
  color: #222222;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta .data {
    display: block;
    margin-right: 0;
  }
}
.page-blog-post .post-content .post-info .meta .data a {
  color: inherit;
}
.page-blog-post .post-content .post-info .meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.page-blog-post .post-content .post-info .meta ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta ul li {
    display: block;
    margin: 0 0 8px;
  }
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta.author .title, .page-blog-post .post-content .post-info .meta.published .title {
    display: block;
  }
}
.page-blog-post .post-content img {
  height: auto;
}
.page-blog-post .post-body .intro {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 170%;
  color: #40a7c5;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-blog-post .post-body .intro {
    font-size: 20px;
    margin-bottom: 75px;
  }
}
.page-blog-post .addtoany_content_bottom {
  text-align: center;
  margin: 2em 0;
}
.page-blog-post .addtoany_content_bottom a {
  padding: 0 2px 0 2px;
}
.page-blog-post .a2a_svg {
  border-radius: 0 !important;
}

.page-template-contact-page .footer-enquire {
  display: none;
}

.section-get-in-touch {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .section-get-in-touch {
    margin-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .section-get-in-touch {
    margin-bottom: 140px;
  }
}
.section-get-in-touch .columns .col {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .section-get-in-touch .columns .col {
    float: left;
  }
  .section-get-in-touch .columns .col.col-1 {
    width: 43%;
  }
  .section-get-in-touch .columns .col.col-2 {
    float: right;
    width: 50%;
  }
}
.section-get-in-touch .contact-copy {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section-get-in-touch .contact-copy {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.section-get-in-touch .contact-details {
  padding: 20px;
  background: #eee;
  color: #ffffff;
}
@media (min-width: 768px) {
  .section-get-in-touch .contact-details {
    padding: 40px;
  }
}
.section-get-in-touch .contact-details p {
  font-family: "Lato", arial, sans-serif;
  color: #333;
  margin-bottom: 20px;
}
.section-get-in-touch .contact-details p a {
  color: inherit;
}
.section-get-in-touch .contact-details p .fas {
  font-size: 18px;
  color: #368b39;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  padding-top: 4px;
}
@media (min-width: 768px) {
  .section-get-in-touch .contact-details p .fas {
    font-size: 24px;
    width: 40px;
  }
}
.section-get-in-touch .contact-details p .content {
  font-size: 16px;
  display: inline-block;
}
.section-get-in-touch .contact-details p.telephone .content {
  font-size: 20px;
  font-weight: bold;
}
.section-get-in-touch .contact-details p.email .fas {
  font-size: 16px;
}
.section-get-in-touch .contact-details p.address {
  margin-bottom: 0;
}
.section-get-in-touch .contact-form-wrapper {
  display: block;
  padding: 30px 50px;
  background: #eee;
}
.section-get-in-touch .contact-form-wrapper .form-title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.footer-enquire {
  background-color: white !important;
}

.logos-wrap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .logos-wrap {
    margin-top: 80px;
  }
}
.logos-wrap .logos-container {
  margin: 0 auto 50px auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  .logos-wrap .logos-container {
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .logos-wrap .logos-container {
    max-width: 1040px;
  }
}
.logos-wrap .logos-container .slick-nav-arrows {
  width: calc(100% + 30px);
  left: -15px;
  top: auto;
  bottom: 0;
}
@media (min-width: 768px) {
  .logos-wrap .logos-container .slick-nav-arrows {
    width: calc(100% + 100px);
    left: -50px;
    top: 50%;
    bottom: auto;
  }
}
@media (min-width: 1024px) {
  .logos-wrap .logos-container .slick-nav-arrows {
    width: calc(100% + 150px);
    left: -75px;
  }
}
.logos-wrap .logos-container .slick-nav-arrows .slick-arrow {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .logos-wrap .logos-container .slick-nav-arrows .slick-arrow {
    width: 50px;
    height: 50px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.logos-wrap .logos-container .slick-nav-arrows .slick-arrow::after {
  font-size: 13px;
}
@media (min-width: 768px) {
  .logos-wrap .logos-container .slick-nav-arrows .slick-arrow::after {
    font-size: 16px;
  }
}
.logos-wrap .logos-container .pagination {
  margin: 15px -15px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .logos-wrap .logos-container .pagination {
    width: auto;
  }
}
.logos-wrap .logos-container .pagination .slick-dots {
  height: 28px;
  padding: 5px 0;
  background: #eee;
}
@media (min-width: 768px) {
  .logos-wrap .logos-container .pagination .slick-dots {
    background: none;
  }
}
.logos-wrap .logos-wrapper {
  font-size: 0;
  display: block;
  /*         width: 290px;
          max-width: 1040px; */
  margin: 0 auto;
  /*         @include media('>=375px') {
              width: 324px;
          }
          @include media('>=phone') {
              width: 488px;
          }
          @include media('>=tablet') {
              width: 100%;
          } */
}
.logos-wrap .partner-logo {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 142px;
  padding: 2px 5px;
  margin-right: 4px;
}
@media (min-width: 375px) {
  .logos-wrap .partner-logo {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .logos-wrap .partner-logo {
    width: 170px;
  }
}
.logos-wrap .partner-logo:last-child {
  margin-right: 0;
}
.logos-wrap .partner-logo .img-wrap {
  text-align: center;
  padding: 18px 15px 10px;
}
.logos-wrap .partner-logo .img-wrap img {
  display: block;
  margin: 0 auto;
}

/* location section styles */
.location-section {
  position: relative;
  border-top: 1px solid #eee;
  /* map block styles */
  /* location box styles */
}
.location-section h4 {
  font: 400 16px/18px "Lato", arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 17px;
}
.location-section .map-placeholder {
  position: relative;
  border-bottom: 1px solid #40a7c5;
}
@media (min-width: 768px) {
  .location-section .map-placeholder {
    height: 350px;
  }
}
.location-section .map-placeholder iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.location-section .location-box {
  background: #b2bcb4;
  color: #ffffff;
  padding: 20px;
}
@media (min-width: 768px) {
  .location-section .location-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
    width: 310px;
  }
}
@media (min-width: 1024px) {
  .location-section .location-box {
    right: 80px;
    padding: 38px 43px 27px;
  }
}
.location-section .location-box .location-list {
  font: 700 20px/22px "Lato", arial, sans-serif;
}
.location-section .location-box .location-list li {
  margin: 0 0 12px;
}
.location-section .location-box .location-list .phone {
  font-size: 20px;
  color: #ffffff;
}
.location-section .location-box .location-list .phone a {
  color: inherit;
}
.location-section .location-box .location-list .phone a:hover {
  color: #FBD53C;
}
.location-section .location-box .location-list .btn {
  text-align: center;
  /*                 &:hover {
                      background: $gray;
                  } */
}
.location-section .location-box address {
  font-size: 15px;
  line-height: 1.375;
  font-weight: 400;
  font-style: normal;
}

/* newsletter section styles */
.newsletter-section {
  background-color: white;
  position: relative;
  padding: 20px 0 25px;
}
@media (min-width: 480px) {
  .newsletter-section {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .newsletter-section {
    padding: 42px 0;
  }
}
.newsletter-section .section-holder {
  font-weight: 300;
  color: #333;
  font-family: "Lato", arial, sans-serif;
  /* email form styles */
}
@media (min-width: 768px) {
  .newsletter-section .section-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .newsletter-section .section-holder {
    padding: 0 54px;
  }
}
@media (min-width: 768px) {
  .newsletter-section .section-holder .text-block {
    width: 44.8%;
    padding: 0 15px 0 0;
  }
}
.newsletter-section .section-holder .text-block .title {
  display: block;
  font: 400 20px/22px "Open Sans", arial, sans-serif;
  margin: 0 0 3px;
}
@media (min-width: 1024px) {
  .newsletter-section .section-holder .text-block .title {
    font-size: 28px;
    line-height: 30px;
  }
}
.newsletter-section .section-holder .email-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0.4em 0 0 0;
}
@media (min-width: 768px) {
  .newsletter-section .section-holder .email-form {
    width: 55.2%;
  }
}
.newsletter-section .section-holder .email-form .wpcf7 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newsletter-section .section-holder .email-form .wpcf7 .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.newsletter-section .section-holder .email-form .wpcf7 .row .your-email {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0;
  width: auto;
}
.newsletter-section .section-holder .email-form .wpcf7 .row > button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
.newsletter-section .section-holder .email-form input[type=text],
.newsletter-section .section-holder .email-form input[type=tel],
.newsletter-section .section-holder .email-form input[type=email],
.newsletter-section .section-holder .email-form input[type=search],
.newsletter-section .section-holder .email-form input[type=password] {
  height: 50px;
  background: #eee;
  font-size: 14px;
  line-height: 16px;
  color: #47606f;
  border: none;
  outline: none;
  padding: 6px 19px;
}
.newsletter-section .section-holder .email-form input[type=text]::-webkit-input-placeholder,
.newsletter-section .section-holder .email-form input[type=tel]::-webkit-input-placeholder,
.newsletter-section .section-holder .email-form input[type=email]::-webkit-input-placeholder,
.newsletter-section .section-holder .email-form input[type=search]::-webkit-input-placeholder,
.newsletter-section .section-holder .email-form input[type=password]::-webkit-input-placeholder {
  color: #47606f;
}
.newsletter-section .section-holder .email-form input[type=text]::-moz-placeholder,
.newsletter-section .section-holder .email-form input[type=tel]::-moz-placeholder,
.newsletter-section .section-holder .email-form input[type=email]::-moz-placeholder,
.newsletter-section .section-holder .email-form input[type=search]::-moz-placeholder,
.newsletter-section .section-holder .email-form input[type=password]::-moz-placeholder {
  opacity: 1;
  color: #47606f;
}
.newsletter-section .section-holder .email-form input[type=text]:-moz-placeholder,
.newsletter-section .section-holder .email-form input[type=tel]:-moz-placeholder,
.newsletter-section .section-holder .email-form input[type=email]:-moz-placeholder,
.newsletter-section .section-holder .email-form input[type=search]:-moz-placeholder,
.newsletter-section .section-holder .email-form input[type=password]:-moz-placeholder {
  color: #47606f;
}
.newsletter-section .section-holder .email-form input[type=text]:-ms-input-placeholder,
.newsletter-section .section-holder .email-form input[type=tel]:-ms-input-placeholder,
.newsletter-section .section-holder .email-form input[type=email]:-ms-input-placeholder,
.newsletter-section .section-holder .email-form input[type=search]:-ms-input-placeholder,
.newsletter-section .section-holder .email-form input[type=password]:-ms-input-placeholder {
  color: #47606f;
}
.newsletter-section .section-holder .email-form input[type=text].placeholder,
.newsletter-section .section-holder .email-form input[type=tel].placeholder,
.newsletter-section .section-holder .email-form input[type=email].placeholder,
.newsletter-section .section-holder .email-form input[type=search].placeholder,
.newsletter-section .section-holder .email-form input[type=password].placeholder {
  color: #47606f;
}
.newsletter-section .section-holder .email-form button {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  position: relative;
  /*  border: 1px solid $brand-primary; */
  border: none;
  width: 50px;
  height: 50px;
  background: #368b39;
  font-size: 20px;
  margin: 0 0 0 1px;
}
.newsletter-section .section-holder .email-form button i {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 1px;
}
.newsletter-section .section-holder .email-form button:hover {
  background: #40a7c5;
}

/* footer styles */
#footer {
  font-family: "Lato", arial, sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  #footer {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  #footer li.menu-item-has-children a, #footer li.menu-item-home a, #footer li.menu-item a {
    padding: 15px !important;
  }
}

/* main footer styles */
.main-footer {
  background: #222222;
  color: #ffffff;
  padding: 40px 0 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-footer .container:after {
    display: none;
  }
}
.main-footer a {
  color: #ffffff;
}
.main-footer a:hover {
  color: #368b39;
}
@media (min-width: 1024px) {
  .main-footer .logo-block {
    padding-left: 50px;
  }
}
.main-footer .logo-block .logo-footer {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 220px;
}
@media (min-width: 1024px) {
  .main-footer .logo-block .logo-footer {
    margin-bottom: 30px;
  }
}
.main-footer .logo-block .phone-footer,
.main-footer .logo-block .email-footer {
  display: block;
  font-size: 16px;
}
.main-footer .logo-block .phone-footer i,
.main-footer .logo-block .email-footer i {
  margin-right: 5px;
}
.main-footer .social-networks {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .main-footer .social-networks {
    margin-left: -12px;
  }
}
.main-footer .social-networks li {
  padding: 0 11px 5px;
  display: inline-block;
}
.main-footer .social-networks li a {
  font-size: 30px;
}
@media (min-width: 768px) {
  .main-footer .footer-block {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .main-footer .footer-block {
    width: 75%;
    padding: 10px 0 0 13px;
  }
}
.main-footer .footer-block h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
.main-footer .footer-menu {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-footer .footer-menu {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .main-footer .footer-menu {
    text-align: left;
  }
}
.main-footer .footer-menu li {
  margin-bottom: 5px;
}

/* copyright block styles */
.copy-block {
  padding-bottom: 10px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .copy-block {
    font-size: 14px;
  }
}
.copy-block a {
  color: #222222;
}
.copy-block a:hover {
  color: #FBD53C;
}
.copy-block .copy {
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .copy-block .copy {
    font-size: 15px;
    margin-bottom: 14px;
    margin-left: 2px;
  }
}
.copy-block address {
  font-style: normal;
}
@media (min-width: 768px) {
  .copy-block .row > div {
    vertical-align: top;
  }
}
.copy-block .by-sculpt {
  text-align: center;
  margin: 10px 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .copy-block .by-sculpt {
    float: right;
  }
}
.copy-block .by-sculpt .prefix,
.copy-block .by-sculpt .sculpt {
  display: inline-block;
  vertical-align: middle;
}
.copy-block .by-sculpt .prefix {
  margin-right: 8px;
}
.copy-block .by-sculpt .sculpt {
  max-width: 200px;
}
@media (min-width: 768px) {
  .copy-block .by-sculpt .sculpt {
    max-width: 240px;
  }
}

.breadcrumb-section {
  text-align: center;
  padding: 15px 0;
}
.breadcrumb-section .breadcrumb {
  background: transparent;
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb li {
  color: #9f9f9f;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 12px;
}
.breadcrumb-section .breadcrumb li a {
  color: #9f9f9f;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 12px;
}
.breadcrumb-section .breadcrumb li + li:before {
  padding: 0 2px;
  color: #9f9f9f;
}

.page-header h1 {
  font-size: 24px;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

.page-header-main {
  margin: 0;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.filters h3 {
  margin: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters ul li {
  position: relative;
  font-size: 12px;
  padding: 0 30px;
  text-transform: capitalize;
}
.filters ul li span {
  position: absolute;
  right: 10px;
  top: 0;
}
.filters ul li span a {
  color: #000000;
}
.filters ul li.clrAll {
  font-weight: 600;
}

.woocommerce .woocommerce-ordering {
  margin-right: 10px;
}

.sort-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sort-by h3 {
  margin: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.sort-by select {
  width: 170px;
  height: 50px;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-left: 20px;
  border: 1px solid #d6d6d6;
  font-size: 12px;
  color: #000000;
  background: url(../images/arrows.png);
  background-repeat: no-repeat;
  background-position: 95%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.sort-by select:focus {
  outline: none;
}

.product-banner {
  background: #272a1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background: url("../images/product-banner.png") #272a1f;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
.product-banner span.outer-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 99%;
  height: 94%;
  border: 2px solid #787878;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.product-banner span.outer-line2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 97%;
  height: 84%;
  border: 2px solid #585954;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.product-banner .banner-content {
  width: 85%;
  position: relative;
  z-index: 15;
}
.product-banner .banner-content .banner-content-wrap {
  max-width: 340px;
  float: right;
}
.product-banner .banner-content h3 {
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  font-size: 20px;
  padding-bottom: 15px;
  font-family: Helvetica Neue;
}
.product-banner .banner-content p {
  color: #696969;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product-banner .banner-btns {
  width: 25%;
  position: relative;
  z-index: 15;
}
.product-banner .banner-btns a {
  font-size: 12px;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 140px;
  height: 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #616161;
  margin: 5px 0;
  line-height: 30px;
  float: right;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-banner .banner-btns a:hover {
  background: #000;
}

.sideBar-toggle {
  background: transparent;
  border: 0;
  display: none;
}
.sideBar-toggle span {
  width: 22px;
  height: 3px;
  background-color: black;
  margin: 4px 0;
  display: block;
}

ul.products {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.product-grid-wrapper {
  padding: 30px 0;
}
.product-grid-wrapper .grip-wrap {
  padding-left: 8px;
  padding-right: 8px;
}
.product-grid-wrapper .row {
  margin-left: -8px;
  margin-right: -8px;
}

.single_variation_wrap .woocommerce-variation-price {
  display: none;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single_variation_wrap .woocommerce-variation-add-to-cart .sculpt_single_add_to_cart_button {
  background-color: #FBD53C;
  color: #222222 !important;
  width: 100%;
  min-height: 40px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0;
  font-weight: 700;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover,
.single_variation_wrap .woocommerce-variation-add-to-cart .sculpt_single_add_to_cart_button:hover {
  background: #368b39 !important;
  color: #ffffff !important;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .button::before {
  content: "\f055";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}

.product-grid .product-description {
  text-align: center;
}
.product-grid .product-description .product-size_price .product-price {
  padding: 0 10px 0 10px;
}
.product-grid .product-description .product-size_price .product-price .rrp {
  font-size: 12px;
  line-height: 30px;
}

@media (max-width: 480px) {
  .checkout_coupon .coupon-input {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .checkout_coupon .coupon-input .input-text {
    text-align: center;
    margin-bottom: 1em;
  }
}
.checkout_coupon .coupon-input .btn-black {
  padding: 14px 35px;
}

.single_variation_wrap .variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.single_variation_wrap .variations_button .variations,
.single_variation_wrap .variations_button .woocommerce-variation-price {
  display: none;
}
.single_variation_wrap .variations_button .variations_button {
  padding: 0;
}
.single_variation_wrap .variations_button .quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  padding: 0;
}
.single_variation_wrap .variations_button .quantity:before {
  display: none;
}
.single_variation_wrap .variations_button .quantity .qty {
  background-color: #F1F1F1;
  border-color: #eee;
  border-radius: 0;
  font-size: 14px;
  height: 100%;
  text-align: right;
  width: 50px;
}
.single_variation_wrap .variations_button .added_to_cart {
  display: none;
}
.single_variation_wrap .variations_button .button {
  background-color: #FBD53C !important;
  color: #222222;
  border-radius: 0;
  border: none;
  font-size: 12px !important;
  text-transform: uppercase;
}
.single_variation_wrap .variations_button .button:before {
  display: none;
}
.single_variation_wrap .variations_button .button:hover {
  background-color: #368b39;
  color: #ffffff;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single_variation_wrap .woocommerce-variation-add-to-cart .sculpt_single_add_to_cart_button {
  background: #FBD53C !important;
  color: #222222;
  text-align: center;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0;
  font-weight: 700;
  font-family: "Open Sans", arial, sans-serif;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover,
.single_variation_wrap .woocommerce-variation-add-to-cart .sculpt_single_add_to_cart_button:hover {
  background: #368b39 !important;
  color: #ffffff;
}
@media (max-width: 480px) {
  .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single_variation_wrap .woocommerce-variation-add-to-cart .sculpt_single_add_to_cart_button {
    width: 100%;
  }
}
.single_variation_wrap .woocommerce-variation-price {
  font-weight: bold;
  color: #368b39;
}

@media (min-width: 1200px) {
  .grip-wrap .single_add_to_cart_button,
.grip-wrap .sculpt_single_add_to_cart_button {
    padding: 10px 25px;
  }
}

.product-info .single_add_to_cart_button,
.product-info .sculpt_single_add_to_cart_button {
  width: 50% !important;
}

.label {
  display: none;
}

.reset_variations {
  color: #368b39;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none !important;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
  vertical-align: baseline;
}

.quantity {
  padding-bottom: 10px;
  padding-top: 10px;
}
.quantity::before {
  content: "QTY";
  padding: 5px;
}
.quantity .qty {
  border: 1px solid;
}

.qtysample {
  padding-right: 1em;
  padding-bottom: 10px;
  padding-top: 10px;
}

.product-description .btn {
  background: #2f3535;
}
.product-description .btn:hover {
  background: #368b39;
}

.berocket_aapf_widget-title_div .berocket_aapf_widget-title span {
  font-size: 15px;
}

.related-slider .grip-wrap {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .related-slider .grip-wrap .single_variation_wrap .woocommerce-variation-add-to-cart .button, .related-slider .product-grid .product-description .btn {
    font-size: 12px !important;
  }
  .related-slider .grip-wrap .single_variation_wrap .woocommerce-variation-add-to-cart .button:before, .related-slider .product-grid .product-description .btn:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .related-slider .grip-wrap .single_variation_wrap .woocommerce-variation-add-to-cart .button, .related-slider .product-grid .product-description .btn {
    font-size: 10px !important;
    padding: 14px 10px;
  }
}
.related-slider .wcppec-checkout-buttons {
  margin: 0;
}
@media (max-width: 991px) {
  .related-slider .wcppec-checkout-buttons {
    margin: 0;
  }
}
.related-slider .single_add_to_cart_button,
.related-slider .sculpt_single_add_to_cart_button {
  margin-top: 1em;
}

.product-grid {
  -webkit-box-shadow: 0px 0px 10px 0 rgb(230, 230, 230);
          box-shadow: 0px 0px 10px 0 rgb(230, 230, 230);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: white;
}
.product-grid .product-inner {
  position: relative;
}
.product-grid .product-inner figure {
  padding: 1em 0 0 0;
  height: auto;
}
.product-grid .product-inner figure a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.product-grid .product-inner figure a img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
}
.product-grid .product-inner figure a img + img {
  display: none;
  left: -100%;
  position: absolute;
  right: -100%;
}
.product-grid .product-inner figure:hover img + img {
  display: block;
}
.product-grid .product-inner .wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-grid .product-inner .wishlist-icon a {
  display: block;
  color: #368b39;
}
.product-grid .product-inner .wishlist-icon .is-favourite .fa-heart::before {
  font-weight: 600;
}
.product-grid .product-inner .wishlist-icon .loading-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-grid .product-inner .wishlist-icon .loading-wrap .loader-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-decoration: none;
}
.product-grid .product-inner .vip-icon {
  position: absolute;
  top: 20px;
  left: 0;
}
.product-grid .product-inner .never-worn {
  position: absolute;
  bottom: 0;
  left: -10px;
}
.product-grid .product-description {
  padding: 15px;
}
.product-grid .product-description .btn {
  width: 100%;
  font-weight: 700;
  font-size: 15px;
}
.product-grid .product-description .product-desc {
  line-height: 16px;
  color: #000000;
  padding-bottom: 10px;
}
.product-grid .product-description .product-desc .product-title h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  line-height: 160%;
  padding-bottom: 10px;
  min-height: 70px;
}
.product-grid .product-description .product-size_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-grid .product-description .product-size_price .product-price {
  color: #000000;
  font-weight: 600;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 20px;
}
.product-grid .product-description .product-size_price .product-price .price {
  color: #368b39 !important;
}
.product-grid .product-description .product-size_price .product-price .rrp {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product-grid .product-description .product-size_price .product-price .productsoldout {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: bold;
}
.product-grid .product-description .product-size_price .product-size {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-transform: capitalize;
}
.product-grid .product-description .product-size_price .product-size span {
  text-transform: uppercase;
}

.recently-viewed {
  margin-bottom: 30px;
}
.recently-viewed .products {
  width: 100%;
}

.page-loader {
  text-align: center;
  margin: 100px 0 50px;
}
.page-loader span {
  display: block;
  text-transform: uppercase;
  color: #abaaaa;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 0 10px 25px;
}

.recent-wrap {
  -webkit-box-shadow: 0px 0px 10px 0 rgb(230, 230, 230);
          box-shadow: 0px 0px 10px 0 rgb(230, 230, 230);
  margin-bottom: 20px;
  background: #ffffff;
  padding: 15px;
}
.recent-wrap .recent-inner figure {
  height: 180px;
}
.recent-wrap .recent-inner figure a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recent-wrap .recent-inner figure a img {
  max-width: 130px;
  margin: 0 auto;
}
.recent-wrap .recent-desc h3 {
  font-size: 10px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.recent-wrap .recent-desc span {
  font-size: 10px;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}

/*product payment table styles*/
.product-details .product-description .specification .cart p {
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}
.product-details .product-description .specification .cart p img {
  margin-top: 5px;
  height: 25px;
  width: 113px !important;
}

.w2m-pricetable-products p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.w2m-pricetable-products tbody tr:first-child td:first-child {
  padding-right: 12px;
}
.w2m-pricetable-products tbody tr td {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.w2m-pricetable-products tbody tr:nth-child(even) {
  background: rgb(246, 246, 246);
}

/*checkout payment table styles*/
.woocommerce-checkout #payment .payment_method_laybuy .payment_box a img {
  margin-top: 5px;
}

.w2m-pricetable-checkout tbody tr:first-child td:first-child {
  padding-right: 4px;
}
.w2m-pricetable-checkout tbody tr td {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.w2m-pricetable-checkout tbody tr:nth-child(even) {
  background: rgb(246, 246, 246);
}

.wc_payment_method .payment_box p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*Woocommerce overrids*/
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  background-color: #368b39;
  color: #fff;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 100%;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #b2bcb4;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.variable-items-wrapper {
  min-width: 100%;
}

.term-1487 .button-variable-wrapper .button-variable-item span {
  font-size: 12px;
}
@media (min-width: 480px) {
  .term-1487 .button-variable-wrapper .button-variable-item {
    max-width: auto;
  }
}

.button-variable-wrapper .button-variable-item span {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .button-variable-wrapper .button-variable-item span {
    font-size: 11px;
  }
}
@media (min-width: 480px) {
  .button-variable-wrapper .button-variable-item {
    max-width: auto;
  }
}

td.value.woo-variation-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#woo_pp_ec_button_product {
  max-width: 50%;
}
@media (max-width: 480px) {
  div#woo_pp_ec_button_product {
    max-width: 100%;
  }
}

h2.related-heading {
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.product-page {
  margin-top: 1em;
}
.product-page .search-query {
  color: black;
  display: block;
  font-family: "Brandon Grotesque";
  font-size: 12px;
  font-weight: 600;
  margin: 5px 15px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-page .search-query a {
  color: black;
  padding: 0 15px;
  position: relative;
}
.product-page .search-query a .query {
  font-weight: normal;
  text-transform: none;
}
.product-page .search-query a .fa {
  position: absolute;
  top: 1px;
  right: 0;
  vertical-align: top;
}
.product-page .search-query::after {
  clear: both;
}

.sideBar-toggle {
  background: transparent;
  border: 0;
  display: none;
}
.sideBar-toggle span {
  width: 22px;
  height: 3px;
  background-color: black;
  margin: 4px 0;
  display: block;
}

.woocommerce-result-count {
  font-weight: bold;
}
@media (min-width: 768px) {
  .woocommerce-result-count {
    float: right !important;
  }
}

.sidebar .berocket_term_parent_0 {
  display: none;
}
.sidebar .berocket_term_parent_1433 {
  display: none;
}
.sidebar .berocket_term_depth_1 label {
  padding-left: 0.6em;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  margin: 2px 0 0 0 !important;
  padding: 0;
  /*		     float: left;
  		     width: 50%;*/
}
.sidebar ul li:not(.bapf_hide) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar ul li input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  vertical-align: middle;
}
.sidebar ul li label {
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}
.sidebar ul li.slider {
  width: 100%;
}
.sidebar .bapf_show_hide {
  margin-top: 1em;
  display: block;
}
.sidebar .berocket_single_filter_widget_3119 .berocket_term_depth_0 .br_child_toggle:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-weight: 300;
}
.sidebar .berocket_single_filter_widget_3119 .berocket_term_depth_0 .br_child_toggle.minus:before {
  content: "\f068";
}
.sidebar .berocket_single_filter_widget_3119 ul.berocket_aapf_widget {
  border: 1px solid #d3d3d3;
  border-top: none;
}
.sidebar .berocket_single_filter_widget_3119 ul.berocket_aapf_widget li {
  width: 100%;
  border-top: 1px solid #d3d3d3;
  padding: 13px 15px 3px 15px;
  margin: 0;
  position: relative;
}
.sidebar .berocket_single_filter_widget_3119 ul.berocket_aapf_widget li ul {
  border: none;
}
.sidebar .berocket_single_filter_widget_3119 ul.berocket_aapf_widget li ul li {
  border: none;
}
.sidebar .berocket_single_filter_widget_3119 ul.berocket_aapf_widget li .br_child_toggle {
  position: absolute;
  top: 15px;
  right: 10px;
}

.tax-product_cat .berocket_single_filter_widget_3911 li {
  margin-bottom: 0;
}
.tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li {
  width: 100%;
  position: relative;
}
.tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li input {
  cursor: auto;
}
.tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li > input {
  display: none !important;
}
.tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li > label {
  display: none !important;
}
.tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li.bapf_hide label {
  color: #999;
  font-size: 0.875em;
}
.tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li.bapf_hide label::after, .tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li.bapf_hide label:after, .tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li.bapf_hide label::before, .tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li.bapf_hide label:before {
  display: none !important;
}
.tax-product_cat .berocket_single_filter_widget_3911 .bapf_body > ul > li svg {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.tax-product_cat .berocket_single_filter_widget_3911 .berocket_hide_child_attributes {
  display: block !important;
}

.sidebar .berocket_single_filter_widget {
  border-bottom: 2px solid #ffffff;
}
.sidebar .berocket_single_filter_widget .bapf_sfilter {
  margin: 20px !important;
}
@media (max-width: 767px) {
  .sidebar .berocket_single_filter_widget #bapf_1 .bapf_head {
    background-color: #368b39;
    padding: 1em 1em 0 1em;
    margin: -20px -20px 1em -20px;
  }
  .sidebar .berocket_single_filter_widget #bapf_1 .bapf_head h3 {
    color: white;
  }
}

.sidebar h3 {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  margin: 0;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sidebar .berocket_single_filter_widget_206 ul.berocket_aapf_widget li {
  width: 100% !important;
  margin-bottom: 0;
}

.berocket_aapf_widget_selected_area ul li {
  padding-right: 0 !important;
}
.berocket_aapf_widget_selected_area ul li:before {
  display: none !important;
}

.berocket_aapf_widget_selected_area {
  padding: 5px 15px 25px 15px;
  float: left;
}
@media (min-width: 1024px) {
  .berocket_aapf_widget_selected_area {
    width: 60%;
  }
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter {
  display: inline-block;
  vertical-align: top;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", arial, sans-serif;
  display: none;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter:first-child span {
  display: inline-block;
}

.bapf_body ul {
  padding: 0;
}

.sidebar .berocket_single_filter_widget_202 h3,
.berocket_single_filter_widget_202 .bapf_head {
  display: none !important;
}

.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter > div {
  display: inline-block;
  vertical-align: top;
}
.berocket_aapf_widget_selected_area ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.berocket_aapf_widget_selected_area ul li {
  position: relative;
  font-size: 12px;
  padding: 0 30px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.berocket_aapf_widget_selected_area ul li a .fa {
  position: absolute;
  vertical-align: top;
}

.berocket_aapf_widget_selected_area .berocket_aapf_widget {
  margin: 0;
  padding: 0;
}

.sidebar ul.berocket_aapf_widget li label:before {
  margin-right: 10px;
}

.sidebar ul.berocket_aapf_widget li label:after {
  /*	content:'';
    display:block;
      position: absolute;
       background: url(../images/radio_btn.png) no-repeat center center;
      top: 0;
      left: 0;
      height: 15px;
      width: 15px;
      background-color: #ffffff;
      border: 1px solid #9d9d9d;
      border-radius: 50%;  */
}

/* #wrapper > main > div.woocommerce > div > div > div.col-sm-4.account-sidebar  {
    @include media ('<=766px') {
        height: 0;
        overflow: hidden;
    }
    svg {
        display: none;
    }
}

#wrapper > main > div.woocommerce > div > div > div.col-sm-4 > nav {
    width: 100%;
}

body.nav-open {
        overflow: hidden;
        height: 100%;
        position: fixed;

    #wrapper > main > div.woocommerce > div > div > div.col-sm-4 {
                @include media ("<=766px") {
                    height: 100%;
                    width: 100%;
                    position: fixed;
                    z-index: 99999;
                    top: 0;
                    left: 0;
                    background-color: rgba(0, 0, 0, 0.65);
                    svg {
                        display: block;
                        fill: #fff;
                        position: absolute;
                        z-index: 1;
                        right: 28px;
                        top: 12px;
                    }
                    nav.woocommerce-MyAccount-navigation {
                        padding-top: 50px;
                        padding-bottom: 1px;
                        background-color: #dddddd;
                        width: 100%;
                        li {
                            padding: 10px 0;
                            text-align: center;
                        }
                    }
                }
            }
    }

#wrapper > main > div.woocommerce > div > div > div.col-sm-4 > nav > ul > li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {

    padding-top: 5px;
}*/
.logged-in {
  background: #F5F5F5;
}

svg {
  display: none;
}

.logged-in .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding-left: 0;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  padding: 5px;
}

.logged-in .account-sidebar a {
  color: #000000;
}

li.woocommerce-MyAccount-navigation-link.is-active {
  font-weight: 800;
  border-left: 2px solid #368b39;
  padding-left: 10px !important;
}

.logged-in .account-sidebar {
  margin-bottom: 5%;
}

.logged-in .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  padding: 5px;
}

.logged-in .woocommerce-orders-table__cell a.button {
  padding: 10px;
  background-color: #368b39;
  color: #ffffff;
  font-weight: 200;
}

.logged-in a.woocommerce-button.button.invoice {
  margin-left: 5%;
}

.logged-in .woocommerce-orders-table {
  background: #ffffff;
}

.woocommerce-EditAccountForm button.woocommerce-Button {
  margin-top: 5px;
  background-color: #368b39;
  color: #ffffff;
}

.acc-nav {
  text-align: center;
  margin: 0 10px 50px;
}
.acc-nav span {
  background-color: #368b39;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-box-shadow: 3px 3px 13px 0px #888888;
          box-shadow: 3px 3px 13px 0px #888888;
}

body.woocommerce-lost-password .woocommerce {
  margin: 0 auto;
  max-width: 800px;
}

.popup-form-order-details .popup-wrapper {
  background: #ffffff;
}

.order-details {
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.order-details div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order-details .column {
  border-bottom: solid 1px #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.order-details .column:last-child {
  border-bottom: none;
}
.order-details .column.header {
  font-weight: bold;
}
.order-details .column > div {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px;
  text-align: right;
}
.order-details .column > div:first-child {
  border-right: solid 1px #e6e6e6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: left;
}
.order-details .column > div.product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.order-details .column > div.product-details .product-thumbnail img {
  height: auto;
  width: 150px;
}
.order-details .column > div.product-details .product-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}

.page-id-1856 .woocommerce-order .woocommerce-thankyou-order-received {
  color: #368b39;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
.page-id-1856 .woocommerce-order .title {
  font-weight: 700;
  text-transform: uppercase;
}
.page-id-1856 .order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 480px) {
  .page-id-1856 .order_details .woocommerce-order-overview__order {
    margin-right: 1em;
  }
}

#carousel {
  margin-bottom: -30px;
  overflow: hidden;
}
#carousel .slick-carousel {
  background-color: #368b39;
}
#carousel .slick-carousel .slide {
  width: 100%;
}
#carousel .slick-carousel .slide .slide-wrapper {
  width: 100%;
  height: 100%;
  text-align: left;
  margin: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 220px;
}
#carousel .slick-carousel .slide-inner-container {
  position: relative;
  max-width: 768px;
  min-height: 400px;
  display: table;
}
@media (min-width: 1200px) {
  #carousel .slick-carousel .slide-inner-container {
    min-height: 500px;
  }
}
#carousel .slick-carousel .slide-content {
  padding: 3em 1.2em 1.2em 1.2em;
  margin: 0 auto;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #carousel .slick-carousel .slide-content {
    vertical-align: middle;
    display: table-cell;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
#carousel .slick-carousel .slide-content.long-banner-text .caption-container {
  background: none;
  padding: 0;
}
#carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-text, #carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-title {
  color: white;
  font-size: 2.4em;
  font-weight: 600;
  font-family: "greenpak", arial, sans-serif;
  letter-spacing: 2px;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1199px) {
  #carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-text, #carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-title {
    font-size: 1.6em;
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  #carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-text, #carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-title {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  #carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-text, #carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-title {
    font-size: 1.4em;
    text-align: left;
    padding-right: 190px;
  }
}
@media (max-width: 369px) {
  #carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-text, #carousel .slick-carousel .slide-content.long-banner-text .caption-container .slide-title {
    font-size: 1.2em;
  }
}
#carousel .slick-carousel .slide-content .caption-container {
  background-color: rgba(54, 139, 57, 0.4509803922);
  padding: 45px 46px 46px;
  margin: 0;
  letter-spacing: 3px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #carousel .slick-carousel .slide-content {
    display: table-cell;
    vertical-align: middle;
    padding: 1.4em 2em 2em 3em;
  }
}
@media (min-width: 1024px) {
  #carousel .slick-carousel .slide-content {
    padding: 1.4em 2em 2em 4em;
  }
}
#carousel .slick-carousel .slide-content .slide-title {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2em;
  color: white;
  margin: 0 0 20px 0;
  text-shadow: 1px 1px 16px #333;
}
@media (min-width: 480px) {
  #carousel .slick-carousel .slide-content .slide-title {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  #carousel .slick-carousel .slide-content .slide-title {
    text-shadow: 1px 1px 20px #666;
    font-size: 2.8em;
  }
}
@media (min-width: 1200px) {
  #carousel .slick-carousel .slide-content .slide-title {
    font-size: 3.3em;
    letter-spacing: 3px;
    font-size: 35px;
  }
}
#carousel .slick-carousel .slide-text {
  font-family: "Open Sans", arial, sans-serif;
  /* font-weight: 300;  */
  color: white;
  /* margin-bottom: 60px; */
}
@media (min-width: 480px) {
  #carousel .slick-carousel .slide-text {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  #carousel .slick-carousel .slide-text {
    font-size: 1.2em;
    margin-bottom: 0;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #carousel .slick-carousel .slide-text {
    font-size: 1.4em;
  }
}
#carousel .slick-carousel .slide-text p {
  margin-bottom: 12px;
  text-shadow: 1px 1px 8px #333;
}
#carousel .slick-carousel .slide-link {
  margin-top: 1em;
}
@media (min-width: 1200px) {
  #carousel .slick-carousel .slide-link {
    margin-top: 2em;
  }
}
#carousel .slick-carousel .slide-content p:last-child {
  margin-bottom: 0;
}
#carousel .slick-carousel .slide-inner-container .btn {
  font-family: "Open Sans", arial, sans-serif;
  padding: 12px 28px;
}
@media (min-width: 769px) {
  #carousel .slick-carousel .slide-inner-container .btn {
    padding: 15px 30px;
  }
}
@media (max-width: 768px) {
  #carousel .slick-carousel .slide-inner-container .btn {
    text-align: center;
  }
}
#carousel .slick-carousel .slick-dots {
  bottom: 30px;
}
#carousel .slick-carousel .slick-dots li {
  padding-right: 30px;
  opacity: 0.5;
}
#carousel .slick-carousel .slick-dots li button:before {
  font-size: 50px;
  /* color: white; */
}
#carousel .slick-carousel .slick-dots li.slick-active button:before {
  font-size: 80px;
}
#carousel .slick-carousel li button:before {
  color: white;
}

/* category section styles */
.category-section {
  position: relative;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .category-section {
    margin: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .category-section {
    margin: 0 0 117px;
  }
}

/* category list styles */
.category-list {
  font: 16px/18px "Lato", arial, sans-serif;
}
@media (min-width: 480px) {
  .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -3px;
  }
}
@media (min-width: 1024px) {
  .category-list {
    font-size: 20px;
    line-height: 22px;
  }
}
.category-list li {
  padding: 0 0 15px;
}
@media (min-width: 480px) {
  .category-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 3px 15px;
  }
}
@media (min-width: 768px) {
  .category-list li {
    width: 25%;
    padding: 0 3px;
  }
}
.category-list li a {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #cbd7d7;
  color: #222222;
  padding: 30px 40px 30px 35px;
}
@media (min-width: 1024px) {
  .category-list li a {
    padding: 48px 75px 48px 60px;
  }
}
.category-list li a:hover {
  color: #ffffff;
  background: #FBD53C;
}
.category-list li a i {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}
@media (min-width: 1024px) {
  .category-list li a i {
    right: 57px;
  }
}

.content-highlight-section {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .content-highlight-section {
    margin: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .content-highlight-section {
    margin: 0 0 110px;
  }
}
.content-highlight-section .content-block {
  background: #40a7c5;
  padding: 24px 20px 24px 20px;
}
@media (min-width: 768px) {
  .content-highlight-section .content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .content-highlight-section .content-block {
    padding: 24px 67px 24px 36px;
  }
}
.content-highlight-section .content-block .img-block {
  width: 110px;
}
@media (min-width: 1024px) {
  .content-highlight-section .content-block .img-block {
    width: 130px;
  }
}
.content-highlight-section .content-block .img-block img {
  opacity: 0.6;
}
@media (min-width: 480px) {
  .content-highlight-section .content-block .block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .content-highlight-section .content-block .block-wrap {
    width: calc(100% - 110px);
  }
}
@media (min-width: 1024px) {
  .content-highlight-section .content-block .block-wrap {
    width: calc(100% - 130px);
  }
}
.content-highlight-section .content-block .text-block {
  font: 300 14px/1.625 "Lato", arial, sans-serif;
  max-width: 590px;
  color: #ffffff;
  padding: 15px 0 0;
}
@media (min-width: 480px) {
  .content-highlight-section .content-block .text-block {
    padding: 18px 15px 0 0;
  }
}
@media (min-width: 768px) {
  .content-highlight-section .content-block .text-block {
    padding: 18px 15px 0;
  }
}
@media (min-width: 1024px) {
  .content-highlight-section .content-block .text-block {
    padding: 18px 0 0 47px;
    font-size: 16px;
  }
}
.content-highlight-section .content-block .text-block .title {
  font: 400 18px/1.181818 "Open Sans", arial, sans-serif;
  display: block;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .content-highlight-section .content-block .text-block .title {
    margin: 0 0 22px;
    font-size: 22px;
  }
}
.content-highlight-section .content-block .text-block .title a {
  color: #ffffff;
}
.content-highlight-section .content-block .btn {
  background: #ffffff;
  color: #222222;
}
.content-highlight-section .content-block .btn.btn-arrow {
  min-width: 165px;
  max-width: 165px;
}
@media (min-width: 768px) {
  .content-highlight-section .content-block .btn.btn-arrow {
    min-width: 190px;
    max-width: 190px;
  }
}
@media (min-width: 1024px) {
  .content-highlight-section .content-block .btn.btn-arrow {
    min-width: 230px;
    max-width: 230px;
  }
}
.content-highlight-section .content-block .btn.btn-arrow:hover {
  background: #368b39;
  color: white;
}

.image-text-block .row, .cta-slim .row {
  margin: 0;
}
.image-text-block .image,
.image-text-block .content-inner-wrapper, .cta-slim .image,
.cta-slim .content-inner-wrapper {
  min-height: 200px;
}
@media (min-width: 768px) {
  .image-text-block .image,
.image-text-block .content-inner-wrapper, .cta-slim .image,
.cta-slim .content-inner-wrapper {
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  .image-text-block .image,
.image-text-block .content-inner-wrapper, .cta-slim .image,
.cta-slim .content-inner-wrapper {
    min-height: 400px;
  }
}
.image-text-block .image, .cta-slim .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 -15px;
  height: 100%;
}
.image-text-block.text-left .content-inner-wrapper, .cta-slim.text-left .content-inner-wrapper {
  text-align: right;
}
.image-text-block.text-left .col-sm-5 .content-inner-wrapper, .cta-slim.text-left .col-sm-5 .content-inner-wrapper {
  text-align: left;
}
.image-text-block.text-right .content-inner-wrapper, .cta-slim.text-right .content-inner-wrapper {
  text-align: left;
}
.image-text-block.text-right .col-sm-5 .content-inner-wrapper, .cta-slim.text-right .col-sm-5 .content-inner-wrapper {
  text-align: right;
}
.image-text-block .content-inner-wrapper, .cta-slim .content-inner-wrapper {
  display: table;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .image-text-block .content-inner-wrapper, .cta-slim .content-inner-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .image-text-block .text .content-inner-wrapper, .cta-slim .text .content-inner-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .image-text-block.layout-text .cta-header .content-inner-wrapper, .cta-slim.layout-text .cta-header .content-inner-wrapper {
    padding-bottom: 0;
  }
}
.image-text-block .content, .cta-slim .content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  max-width: 730px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .image-text-block .content, .cta-slim .content {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .image-text-block .content, .cta-slim .content {
    padding: 40px;
  }
}
.image-text-block .content .cta-header.icon-present, .cta-slim .content .cta-header.icon-present {
  padding-left: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .image-text-block .content .cta-header.icon-present, .cta-slim .content .cta-header.icon-present {
    padding-left: 80px;
  }
}
@media (min-width: 1024px) {
  .image-text-block .content .cta-header.icon-present, .cta-slim .content .cta-header.icon-present {
    padding-left: 90px;
  }
}
.image-text-block .content .cta-header.icon-present .icon, .cta-slim .content .cta-header.icon-present .icon {
  margin: 0 10px 6px 0;
  max-width: 40px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .image-text-block .content .cta-header.icon-present .icon, .cta-slim .content .cta-header.icon-present .icon {
    margin: 0 12px 12px 0;
    max-width: 60px;
  }
}
@media (min-width: 1024px) {
  .image-text-block .content .cta-header.icon-present .icon, .cta-slim .content .cta-header.icon-present .icon {
    margin: 0 24px 12px 0;
  }
}
.image-text-block .content h2, .cta-slim .content h2 {
  font-family: "Lato", arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  padding-bottom: 8px;
  color: #333;
}
@media (min-width: 768px) {
  .image-text-block .content h2, .cta-slim .content h2 {
    font-size: 1.6em;
  }
}
@media (min-width: 1024px) {
  .image-text-block .content h2, .cta-slim .content h2 {
    font-size: 2.2em;
  }
}
.image-text-block .content .subtitle, .cta-slim .content .subtitle {
  margin-bottom: 0;
}
.image-text-block .content .subtitle p, .cta-slim .content .subtitle p {
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .image-text-block .content .subtitle p, .cta-slim .content .subtitle p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .image-text-block .content .subtitle p, .cta-slim .content .subtitle p {
    font-size: 20px;
  }
}
.image-text-block .content .text, .cta-slim .content .text {
  color: #222222;
}
.image-text-block .content .text p, .cta-slim .content .text p {
  font-size: 1em;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 35px;
  color: inherit;
}
@media (min-width: 768px) {
  .image-text-block .content .text p:first-child, .cta-slim .content .text p:first-child {
    margin-top: 2.4em;
  }
}
.image-text-block .content .text p:last-child, .cta-slim .content .text p:last-child {
  margin-bottom: 0 !important;
}
.image-text-block .content .btn-wrap, .cta-slim .content .btn-wrap {
  margin: 20px 0 0;
}
.image-text-block .content .btn-wrap .btn, .cta-slim .content .btn-wrap .btn {
  padding: 12px 24px;
  font-weight: 400;
  font-size: 1em;
}
@media (min-width: 768px) {
  .image-text-block .content .btn-wrap .btn, .cta-slim .content .btn-wrap .btn {
    padding: 14px 40px;
  }
}
@media (min-width: 1024px) {
  .image-text-block .content .btn-wrap .btn, .cta-slim .content .btn-wrap .btn {
    font-size: 1.125em;
    padding: 14px 60px;
  }
}
.image-text-block .content .btn-wrap .btn .text, .cta-slim .content .btn-wrap .btn .text {
  color: inherit;
}
.image-text-block .content .btn-wrap .btn.btn-arrow, .cta-slim .content .btn-wrap .btn.btn-arrow {
  padding: 12px 45px 12px 25px;
}
@media (min-width: 768px) {
  .image-text-block .content .btn-wrap .btn.btn-arrow, .cta-slim .content .btn-wrap .btn.btn-arrow {
    padding: 14px 45px 14px 25px;
  }
}
@media (min-width: 1024px) {
  .image-text-block .content .btn-wrap .btn.btn-arrow, .cta-slim .content .btn-wrap .btn.btn-arrow {
    padding: 14px 60px 14px 40px;
  }
}
.image-text-block .content .btn-wrap .btn.btn-nobg, .cta-slim .content .btn-wrap .btn.btn-nobg {
  padding-left: 0;
}
@media (min-width: 768px) {
  .image-text-block .content .btn-wrap .btn.btn-nobg, .cta-slim .content .btn-wrap .btn.btn-nobg {
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  .image-text-block .content .btn-wrap .btn.btn-nobg, .cta-slim .content .btn-wrap .btn.btn-nobg {
    padding-left: 0px;
  }
}
.image-text-block .content .btn-wrap .btn.btn-nobg:hover, .cta-slim .content .btn-wrap .btn.btn-nobg:hover {
  color: #368b39;
}
.image-text-block .content blockquote, .cta-slim .content blockquote {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
}
.image-text-block .content ul, .cta-slim .content ul {
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}
.image-text-block .content ul li, .cta-slim .content ul li {
  font-weight: 300;
  line-height: 150%;
  padding-left: 2em;
  margin-bottom: 10px;
  position: relative;
}
.image-text-block .content ul li::before, .cta-slim .content ul li::before {
  background: #368b39;
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.image-text-block .content ul.icon-list, .cta-slim .content ul.icon-list {
  padding: 0;
  list-style: none;
}
.image-text-block .content ul.icon-list li, .cta-slim .content ul.icon-list li {
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}
.image-text-block .content ul.icon-list li:before, .cta-slim .content ul.icon-list li:before {
  content: "\f05d";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  font-weight: 300;
  color: #368b39;
  position: absolute;
  left: 10px;
  top: 4px;
  line-height: 100%;
}
.image-text-block .content ol, .cta-slim .content ol {
  margin-bottom: 40px;
  padding-left: 1.8em;
}
.image-text-block .content ol li, .cta-slim .content ol li {
  margin-bottom: 20px;
}
.image-text-block .content ol.terms-cons > li, .cta-slim .content ol.terms-cons > li {
  margin-bottom: 60px;
}
.image-text-block .content-align-center, .cta-slim .content-align-center {
  text-align: center;
}
.image-text-block.text-block-one-col-full-width .container, .cta-slim.text-block-one-col-full-width .container {
  max-width: 1080px;
  margin: 0 auto;
}
.image-text-block.bg-tertiary, .cta-slim.bg-tertiary {
  background-color: #FBD53C;
}
.image-text-block.bg-tertiary .content h2, .image-text-block.bg-tertiary .content p, .image-text-block.bg-tertiary .content li, .cta-slim.bg-tertiary .content h2, .cta-slim.bg-tertiary .content p, .cta-slim.bg-tertiary .content li {
  color: white !important;
}
.image-text-block.bg-lightgrey, .cta-slim.bg-lightgrey {
  background-color: #eee;
}
.image-text-block.bg-lightgrey .content h2, .image-text-block.bg-lightgrey .content p, .image-text-block.bg-lightgrey .content li, .cta-slim.bg-lightgrey .content h2, .cta-slim.bg-lightgrey .content p, .cta-slim.bg-lightgrey .content li {
  color: #333 !important;
}
.image-text-block.bg-secondary, .cta-slim.bg-secondary {
  background-color: #b2bcb4;
}
.image-text-block.bg-secondary .content h2, .image-text-block.bg-secondary .content p, .image-text-block.bg-secondary .content li, .cta-slim.bg-secondary .content h2, .cta-slim.bg-secondary .content p, .cta-slim.bg-secondary .content li {
  color: #333 !important;
}
.image-text-block.bg-secondary .content .btn-nobg, .cta-slim.bg-secondary .content .btn-nobg {
  color: #333;
}
.image-text-block.bg-secondary .content .btn-nobg:hover, .cta-slim.bg-secondary .content .btn-nobg:hover {
  color: #368b39;
}
.image-text-block.bg-primary, .cta-slim.bg-primary {
  background-color: #368b39;
}
.image-text-block.bg-primary h2, .image-text-block.bg-primary p, .image-text-block.bg-primary li, .cta-slim.bg-primary h2, .cta-slim.bg-primary p, .cta-slim.bg-primary li {
  color: #ffffff !important;
}
.image-text-block.bg-primary li::before, .cta-slim.bg-primary li::before {
  background-color: black;
}
.image-text-block.bg-primary .btn-nobg, .cta-slim.bg-primary .btn-nobg {
  color: #222222;
}
.image-text-block.bg-primary .btn-nobg:hover, .cta-slim.bg-primary .btn-nobg:hover {
  color: #b2bcb4;
}
.image-text-block.bg-primary .btn, .cta-slim.bg-primary .btn {
  background-color: white;
  color: #368b39;
}
.image-text-block.bg-primary .btn:hover, .cta-slim.bg-primary .btn:hover {
  color: white;
  background: #222222;
}
.image-text-block.layout-slim, .cta-slim.layout-slim {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .image-text-block.layout-slim, .cta-slim.layout-slim {
    margin-bottom: 60px;
  }
}
.image-text-block.layout-slim .image, .cta-slim.layout-slim .image {
  background-size: cover;
  background-position: left;
}
@media (min-width: 768px) {
  .image-text-block.layout-slim .image, .cta-slim.layout-slim .image {
    background-size: contain;
  }
}
.image-text-block.layout-slim .image,
.image-text-block.layout-slim .content-inner-wrapper, .cta-slim.layout-slim .image,
.cta-slim.layout-slim .content-inner-wrapper {
  min-height: 90px;
  width: 100%;
}
@media (min-width: 768px) {
  .image-text-block.layout-slim .image,
.image-text-block.layout-slim .content-inner-wrapper, .cta-slim.layout-slim .image,
.cta-slim.layout-slim .content-inner-wrapper {
    min-height: 200px;
    width: auto;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .image-text-block.layout-slim .image,
.image-text-block.layout-slim .content-inner-wrapper, .cta-slim.layout-slim .image,
.cta-slim.layout-slim .content-inner-wrapper {
    min-height: 250px;
  }
}
.image-text-block.layout-slim .image .content,
.image-text-block.layout-slim .content-inner-wrapper .content, .cta-slim.layout-slim .image .content,
.cta-slim.layout-slim .content-inner-wrapper .content {
  text-align: center;
}
.image-text-block.layout-slim .btn-wrap, .cta-slim.layout-slim .btn-wrap {
  margin: 0;
}
.image-text-block.layout-slim .btn-wrap .fas, .cta-slim.layout-slim .btn-wrap .fas {
  display: none;
}
.image-text-block.bullet-ticks .content ul li::before, .cta-slim.bullet-ticks .content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  background: none;
  color: #368b39;
  top: unset;
  left: 0;
  font-weight: bold;
}

.layout-fulltext .content-inner-wrapper {
  text-align: center !important;
}
.layout-fulltext .content {
  max-width: 1140px !important;
}

@media (min-width: 1024px) {
  .col-sm-5 .content h2 {
    max-width: 430px;
  }
}
.col-sm-5 .content .btn {
  margin-top: 0.6em;
}

@media (min-width: 768px) {
  .text-block-cols .image {
    width: 20%;
  }
  .text-block-cols .content {
    width: 80%;
  }
  .text-block-cols .content .section-title {
    text-align: left;
  }
  .text-block-cols .content-left,
.text-block-cols .image-left {
    float: left;
  }
  .text-block-cols .image-left {
    margin-left: -30px;
  }
  .text-block-cols .content-right,
.text-block-cols .image-right {
    float: right;
  }
  .text-block-cols .image-right {
    margin-right: -30px;
  }
}
.cta-slim {
  background-color: #eee;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .cta-slim {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .cta-slim {
    padding: 60px 0;
  }
}
.cta-slim h2 {
  color: #333;
  font-weight: bold;
}
.cta-slim p {
  margin-bottom: 0;
}
.cta-slim a.btn {
  display: block;
  line-height: 120%;
  margin-top: 1em;
  padding: 14px 18px;
  font-size: 1.0625em;
}
@media (max-width: 480px) {
  .cta-slim a.btn {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cta-slim a.btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .cta-slim a.btn {
    padding: 16px 40px;
  }
}
@media (min-width: 1200px) {
  .cta-slim a.btn {
    padding: 16px 60px;
  }
}
.cta-slim .icon {
  background: #368b39;
  width: 50px;
  height: 50px;
  float: right;
  position: relative;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .cta-slim .icon {
    width: 70px;
    height: 70px;
  }
}
.cta-slim .icon .fas {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
@media (min-width: 768px) {
  .cta-slim .icon .fas {
    font-size: 28px;
  }
}
.cta-slim.bg-lightgrey {
  background-color: #eee;
}
.cta-slim.bg-lightgrey .content h2, .cta-slim.bg-lightgrey .content p, .cta-slim.bg-lightgrey .content li {
  color: #333 !important;
}
.cta-slim.bg-primary {
  background-color: #368b39;
}
.cta-slim.bg-primary .content h2, .cta-slim.bg-primary .content p, .cta-slim.bg-primary .content li {
  color: #ffffff !important;
}
.cta-slim.bg-secondary {
  background-color: #b2bcb4;
}
.cta-slim.bg-secondary .content h2, .cta-slim.bg-secondary .content p, .cta-slim.bg-secondary .content li {
  color: #333 !important;
}
.cta-slim.bg-tertiary {
  background-color: #FBD53C;
}
.cta-slim.bg-tertiary .content h2, .cta-slim.bg-tertiary .content p, .cta-slim.bg-tertiary .content li {
  color: #ffffff !important;
}

.hero-slider {
  position: relative;
  font-size: 0;
}
.hero-slider .wrap {
  position: relative;
}
.hero-slider__image {
  background-position: center;
  position: relative;
}
.hero-slider__text {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 28px;
  text-transform: uppercase;
  max-width: 480px;
  width: 90%;
}
@media (min-width: 480px) {
  .hero-slider__text {
    left: 24px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
  }
  .active .hero-slider__text {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media (min-width: 768px) {
  .hero-slider__text {
    left: 15%;
  }
}
.hero-slider__text p {
  letter-spacing: 7px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .hero-slider__text p {
    letter-spacing: 8px;
  }
}

.hero-image__image {
  background-size: cover;
  min-height: 440px;
  background-position: center;
  position: relative;
}
.hero-image__image--short {
  min-height: 234px;
}
.hero-image__text {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  max-width: 480px;
}
@media (min-width: 480px) {
  .hero-image__text {
    left: 24px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
  }
}
@media (min-width: 768px) {
  .hero-image__text {
    left: 15%;
  }
}
.hero-image__text p {
  letter-spacing: 7px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .hero-image__text p {
    letter-spacing: 8px;
  }
}

.owl-carousel {
  min-height: 240px;
}
@media (min-width: 481px) {
  .owl-carousel {
    min-height: 300px;
  }
}
@media (min-width: 769px) {
  .owl-carousel {
    min-height: 424px;
  }
}
@media (min-width: 769px) {
  .owl-carousel {
    max-height: unset;
  }
}
.owl-carousel.with-panels {
  height: 100%;
  min-height: 240px;
}
@media (min-width: 481px) {
  .owl-carousel.with-panels {
    min-height: 300px;
  }
}
@media (min-width: 1025px) {
  .owl-carousel.with-panels {
    min-height: 424px;
  }
}
.owl-carousel .owl-theme.owl-loaded.owl-drag,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .item,
.owl-carousel .hero-slider__item {
  height: 100%;
  min-height: 240px;
}
@media (min-width: 481px) {
  .owl-carousel .owl-theme.owl-loaded.owl-drag,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .item,
.owl-carousel .hero-slider__item {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .owl-carousel .owl-theme.owl-loaded.owl-drag,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .item,
.owl-carousel .hero-slider__item {
    min-height: 424px;
  }
}
.owl-carousel.owl-hero-slider.with-panels {
  display: block;
  vertical-align: middle;
  width: auto;
}
@media (min-width: 1024px) {
  .owl-carousel.owl-hero-slider.with-panels {
    display: inline-block;
    width: 70%;
  }
}
.owl-carousel.owl-hero-slider.with-panels .owl-dots {
  bottom: 10px;
}
.owl-carousel.owl-hero-slider.with-panels .owl-dots .owl-dot {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  vertical-align: middle;
}
.owl-carousel.owl-hero-slider.with-panels .owl-dots .owl-dot.active {
  background-color: #368b39;
  width: 16px;
  height: 16px;
}
.owl-carousel.owl-hero-slider.with-panels .hero-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.owl-carousel.owl-hero-slider.with-panels .hero-slider__item .hero-slider__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.owl-carousel.owl-hero-slider.with-panels .hero-slider__item .hero-slider__image img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.owl-carousel.owl-hero-slider.with-panels .hero-slider__item .hero-slider__image img.slide-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .owl-carousel.owl-hero-slider.with-panels .hero-slider__item .hero-slider__image img.slide-mob {
    display: none;
  }
}
.owl-carousel.owl-hero-slider.with-panels .hero-slider__item .hero-slider__image .full-image-replacement {
  display: none;
}
@media (min-width: 1024px) {
  .owl-carousel.owl-hero-slider.with-panels .hero-slider__item .hero-slider__image .full-image-replacement {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
  }
}

.side-panels {
  background-color: #fff;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 1024px) {
  .side-panels {
    width: 30%;
  }
}
.side-panels ul {
  display: row;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .side-panels ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .side-panels ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.side-panels ul li {
  padding: 30px 40px;
  padding: 30px 40px;
  border-bottom: 2px #F1F1F1 solid;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.side-panels ul li::last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .side-panels ul li {
    padding: 12px 15px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .side-panels ul li {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .side-panels ul li {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 2000px) {
  .side-panels ul li {
    min-height: 250px;
    position: relative;
  }
}
.side-panels ul li:hover {
  background-color: #82D9E3;
}
.side-panels ul li:hover .side-panel-wrapper h4 {
  font-weight: 600;
}
.side-panels ul li:hover .side-panel-wrapper a {
  background-color: #368b39;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .side-panels ul li {
    display: inline-block;
    width: 33.33%;
  }
}
@media only screen and (max-width: 633px) {
  .side-panels ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  .side-panels ul li .side-panel-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.side-panels ul li .side-panel-wrapper p {
  font-size: 12px;
  margin-bottom: 1rem;
  color: #111;
}
@media (min-width: 1024px) {
  .side-panels ul li .side-panel-wrapper p {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .side-panels ul li .side-panel-wrapper p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .side-panels ul li .side-panel-wrapper p {
    max-width: initial;
  }
}
@media only screen and (min-width: 2400px) {
  .side-panels ul li .side-panel-wrapper p {
    font-size: 14px;
  }
}
.side-panels ul li .side-panel-wrapper h4 {
  font-size: 20px;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .side-panels ul li .side-panel-wrapper h4 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .side-panels ul li .side-panel-wrapper h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .side-panels ul li .side-panel-wrapper h4 {
    font-size: 23px;
  }
}
.side-panels ul li .side-panel-wrapper a {
  background-color: #F1F1F1;
  padding: 10px 20px;
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.side-panels ul li .side-panel-wrapper a:hover {
  text-decoration: none;
}

/* option section styles */
.pods-section {
  position: relative;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .pods-section {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .pods-section {
    padding: 75px 0;
  }
}
.pods-section .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.pods-section .section-title.centre-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pods-section .section-title h2 {
  font-weight: 400;
  line-height: normal;
}
.pods-section .section-title a {
  color: #222222;
  font-weight: 800;
  margin-left: 25px;
  text-decoration: underline;
}
.pods-section .pods {
  text-align: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .pods-section .pods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pods-section .pods .pod {
  margin: 0 2.5px 5px;
  min-height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .pods-section .pods .pod {
    vertical-align: top;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.pods-section .pods .pod .image {
  display: block;
}
.pods-section .pods .pod .image img {
  width: 100%;
}
.pods-section .pods .pod .pod-title {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: block;
  margin: auto;
  color: #222222;
  text-align: center;
  padding: 0;
  -webkit-transition: all 50ms;
  -o-transition: all 50ms;
  transition: all 50ms;
}
.pods-section .pods .pod .pod-title .inner {
  letter-spacing: 0.05em;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  padding: 10px 15px 11px;
}
@media (min-width: 1024px) {
  .pods-section .pods .pod .pod-title .inner {
    padding: 15px 15px 16px;
  }
}
@media (min-width: 480px) {
  .pods-section .pods .pod .pod-title .inner {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .pods-section .pods .pod .pod-title .inner {
    font-size: 28px;
  }
}
.pods-section .pods .pod .pod-title p {
  font-size: 14px;
}
.pods-section .pods .pod .pod-title .pod-range-link {
  letter-spacing: 0.05em;
  font-size: 0.9em;
  color: white;
  text-shadow: 3px 2px 10px #000;
}
@media (min-width: 1024px) {
  .pods-section .pods .pod .pod-title .pod-range-link {
    font-size: 0.9em;
  }
}
.pods-section .pods .pod .pod-title .pod-range-link i {
  padding-left: 12px;
}
.pods-section .pods .pod.pod-has-image {
  height: 200px;
  padding: 0 2px !important;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
.pods-section .pods .pod.pod-has-image > a.pod-image-link {
  position: relative;
  height: 100%;
  background-color: #222222;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pods-section .pods .pod.pod-has-image > a.pod-image-link:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.2);
  content: "";
  z-index: 1;
}
.pods-section .pods .pod.pod-has-image > a.pod-image-link:hover:after {
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.pods-section .pods .pod.pod-has-image p {
  text-shadow: 3px 2px 10px #000;
}
.pods-section .pods .pod.pod-has-image img {
  width: auto;
  min-height: 100%;
  height: auto;
  max-width: none;
  -webkit-transform: translate(-25%, -25%);
      -ms-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}
.pods-section .pods .pod.pod-has-image .pod-title .inner, .pods-section .pods .pod.pod-has-image p {
  color: white;
}
.pods-section .pods .pod.pod-has-image .inner {
  text-shadow: 3px 2px 10px #000;
}
.pods-section .pods .pod.pod-has-image .pod-content {
  z-index: 10;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .pods-section .pods .pod.pod-size-1x2 {
    height: 404px;
  }
}
.pods-section .pods .pod.pod-size-2x2 img {
  height: 525px;
  -webkit-transform: translate(-25%, 0%);
      -ms-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
}
.pods-section .pods .pod-has-image {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 340px;
  background-position: center;
}
@media (min-width: 1024px) {
  .pods-section .pods.pods-cols-2 .pod {
    min-height: 300px;
  }
}
.pods-section.snippet .pods .pod, .pods-section .title-img .pods .pod {
  margin: 0;
}
.pods-section.snippet .pods .pod .pod-title, .pods-section .title-img .pods .pod .pod-title {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 auto;
}
.pods-section.snippet .pods .pod .pod-title .inner, .pods-section .title-img .pods .pod .pod-title .inner {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .pods-section.snippet .pods .pod .pod-title .inner, .pods-section .title-img .pods .pod .pod-title .inner {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .pods-section.snippet .pods {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pods-section.snippet .pods .pod {
    height: 100%;
  }
  .pods-section.snippet .pods .pod-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .pods-section.snippet .pods .pod-content .pod-title {
    min-height: 45px;
  }
  .pods-section.snippet .pods .pod-content .pod-title .inner {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pods-section.snippet .pods .pod-content .pod-title {
    min-height: 75px;
  }
}
.pods-section.title-img .pods .pod .pod-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .pods-section.title-img .pods .pod .pod-content {
    width: auto;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pods-section.title-img .pods .pod .pod-title {
  margin: 0;
}

.large-slide {
  padding-top: 0 !important;
}
.large-slide .pods .pod {
  overflow: hidden;
  padding: 2em;
  margin: 0 !important;
  margin-bottom: 4px !important;
  min-height: 0 !important;
  background-color: #F8F8F8 !important;
}
@media (max-width: 767px) {
  .large-slide .pods .pod .pod-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .large-slide .pods .pod .pod-content .pod-title {
    font-size: 14px;
  }
  .large-slide .pods .pod .pod-content .pod-title .inner {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .large-slide .pods .pod .pod-content .pod-description {
    font-size: 13px;
  }
}
.large-slide .pods .pod .pod-content .pod-text {
  margin: 0 auto;
}
.large-slide .pods .pod .pod-content .pod-text-slide .btn {
  margin: 20px auto 0;
}
.large-slide .pod-text-slide {
  background-color: #368b39;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.large-slide .pod-text-slide .pod-text, .large-slide .pod-text-slide .btn {
  color: white !important;
}
.large-slide .pod-text-slide .btn {
  padding-left: 1em;
  padding-right: 1em;
  width: 80%;
  text-align: center;
  margin: 0 auto 2em auto;
  color: #368b39 !important;
}
.large-slide .pod-text-slide .btn:hover {
  color: #ffffff !important;
}
.large-slide .pod-text {
  width: 100%;
}
.large-slide .pod:hover .pod-text-slide {
  height: 100%;
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.pod {
  background: none !important;
}
.pod .pod-title {
  background: none;
  color: #222222;
  position: static !important;
  margin-bottom: 0;
}
.pod .pod-title .inner {
  font-size: 1.5em;
}
.pod .pod-title a:hover {
  color: #b2bcb4 !important;
}
.pod .pod-content {
  padding: 0 2em 0 2em;
}
.pod .pod-text {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 80%;
  text-align: center;
  margin: 0 auto 2em auto;
  color: #999;
}
@media (min-width: 1024px) {
  .pod .pod-text {
    width: 80%;
  }
}
.pod .feature-icon {
  font-size: 2em;
  margin-bottom: 16px;
  color: #368b39;
}
@media (min-width: 768px) {
  .pod .feature-icon {
    font-size: 3em;
  }
}

.snippet .pods .pod, .title-img .pods .pod {
  margin: 0;
}
.snippet .pods .pod .pod-title, .title-img .pods .pod .pod-title {
  font-weight: 400;
  text-transform: uppercase;
}
.snippet .pods .pod .pod-title .inner, .title-img .pods .pod .pod-title .inner {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .snippet .pods .pod .pod-title .inner, .title-img .pods .pod .pod-title .inner {
    font-size: 18px;
  }
}

.popup-form {
  display: none;
}
.popup-form .btn {
  margin: auto;
  display: block;
  margin-top: 3em;
  text-align: center;
}
@media (min-width: 480px) {
  .popup-form .btn {
    max-width: 400px;
  }
}
.popup-form .call {
  padding-left: 1em;
}
.popup-form .required, .popup-form .required-field::after {
  font-size: 1.8em;
  color: #368b39;
}
.popup-form .required-field {
  position: relative;
}
.popup-form .required-field::after {
  content: " * " !important;
  position: absolute;
  top: -4px;
  right: -14px;
}
@media (min-width: 768px) {
  .popup-form .required-field::after {
    right: -20px;
  }
}

.popup-form.popup-form-open {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: rgba(40, 60, 75, 0.7);
  z-index: 1000000;
  -webkit-animation: fadePopup 0.3s ease-out both;
          animation: fadePopup 0.3s ease-out both;
}
.popup-form.popup-form-open .popup-wrapper {
  margin: 50px auto;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 16px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 16px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: calc(100% - 20px);
}
@media screen and (min-width: 480px) {
  .popup-form.popup-form-open .popup-wrapper {
    width: calc(100% - 100px);
  }
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper {
    width: calc(100% - 200px);
    max-width: 600px;
  }
}
.popup-form.popup-form-open .popup-wrapper .title-block {
  background: #368b39;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 25px;
  margin: 0;
  position: relative;
  text-align: left;
  height: auto;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .title-block {
    padding: 20px 50px;
  }
}
.popup-form.popup-form-open .popup-wrapper .title-block h2 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  font-weight: 400;
  color: white !important;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .title-block h2 {
    font-size: 1.5em;
  }
}
.popup-form.popup-form-open .popup-wrapper .title-block .required-note {
  color: white;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .popup-form.popup-form-open .popup-wrapper .title-block .required-note {
    display: inline-block;
    margin-left: 30px;
  }
}
.popup-form.popup-form-open .popup-wrapper .title-block .close {
  position: absolute;
  right: 25px;
  top: 20px;
  background: #eee;
  border-radius: 100%;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
@media (max-width: 480px) {
  .popup-form.popup-form-open .popup-wrapper .title-block .close {
    top: 14px;
  }
}
.popup-form.popup-form-open .popup-wrapper .title-block .close .fas {
  font-size: 1.25em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #368b39;
}
.popup-form.popup-form-open .popup-wrapper .content {
  padding: 20px;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .popup-form.popup-form-open .popup-wrapper .content {
    padding: 30px 60px 40px;
  }
}
.popup-form.popup-form-open .popup-wrapper .content .required, .popup-form.popup-form-open .popup-wrapper .content .required-field::after {
  font-size: 2.2em;
  color: #FBD53C;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 {
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 {
    display: inline-block;
    width: 36%;
    margin: 30px 15px 0 15px;
  }
}
@media (min-width: 1024px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 {
    width: 34%;
    margin: 30px 30px 0 0;
  }
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: top;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy {
    display: block;
    width: 100%;
  }
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy p {
  font-size: 0.75em;
  line-height: 130%;
  margin: 0;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy p {
    font-size: 0.875em;
    line-height: 140%;
  }
}
@media (min-width: 1024px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy p {
    font-size: 1em;
    line-height: 150%;
  }
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details {
  margin: 20px 0 0 10px;
}
@media screen and (min-width: 440px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details {
    display: inline-block;
    margin: -20px 0 0 90px;
  }
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details {
    margin: 20px 0 0 5px;
  }
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details p {
  font-size: 1em;
  font-family: "Open Sans", arial, sans-serif;
  color: #4D4C4C;
  margin-bottom: 10px;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details p:last-child {
  margin-bottom: 0;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details p a {
  color: inherit;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details p .fas {
  color: #FBD53C;
  margin-right: 10px;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details .telephone {
  font-weight: bold;
}

.pop-fix {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

#popup-search-linked {
  text-align: center;
}
#popup-search-linked .searchinput {
  width: 100%;
}
#popup-search-linked button {
  font-family: "Open Sans", arial, sans-serif;
  display: inline-block;
  padding: 0.8em 2em;
}

@media (min-width: 768px) {
  #popup-video-linked .title-block {
    padding: 14px 50px;
  }
}
#popup-video-linked .title-block .close {
  top: 14px;
}
#popup-video-linked .content {
  line-height: 0;
  background-color: black;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#popup-video-linked .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup-video-linked .popup-wrapper {
  background-color: #333;
}
@media (min-width: 768px) {
  #popup-video-linked .popup-wrapper {
    width: calc(100% - 200px);
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  #popup-video-linked .popup-wrapper {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  #popup-video-linked .popup-wrapper {
    max-width: 1080px;
  }
}

@media (min-width: 1024px) {
  #popup-enquire-linked .popup-wrapper {
    max-width: 660px;
  }
}
@media (min-width: 1024px) {
  #popup-enquire-linked .content {
    padding: 30px 100px 40px;
  }
}
#popup-enquire-linked .content p, #popup-enquire-linked .content .formrow {
  clear: both;
  margin-bottom: 1em;
}
#popup-enquire-linked .content .formrow {
  clear: none;
}
@media (min-width: 480px) {
  #popup-enquire-linked .content .formrow .formcol {
    width: 50%;
    float: left;
  }
}
@media (min-width: 480px) {
  #popup-enquire-linked .wpcf7-form-control-wrap .wpcf7-text, #popup-enquire-linked .wpcf7-form-control-wrap .wpcf7-textarea, #popup-enquire-linked .formrow {
    width: 70%;
    display: inline-block;
    float: right;
  }
  #popup-enquire-linked .date-label {
    float: left;
  }
}
#popup-enquire-linked select {
  padding: 0.4em;
}
#popup-enquire-linked .cmda {
  font-size: 0.9em;
  display: block;
  padding: 1em 2em;
}
@media (min-width: 1024px) {
  #popup-enquire-linked .cmda {
    padding: 1em 4em;
  }
}

#popup-intro-linked .popup-wrapper {
  margin-top: 150px;
}
#popup-intro-linked .row {
  margin-left: -6px;
  margin-right: -6px;
}
#popup-intro-linked .row > * {
  margin-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
}
#popup-intro-linked .sections {
  position: relative;
}
#popup-intro-linked .sections .choices {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
  display: block;
  opacity: 1;
}
#popup-intro-linked .sections .choices.hidden {
  display: none;
  opacity: 0;
}
#popup-intro-linked .sections .choices .choice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  margin: 0;
  padding: 12px;
  text-align: center;
}
#popup-intro-linked .sections .choices .choice:hover {
  background: #368b39;
  color: #ffffff;
}
#popup-intro-linked .sections .choices .choice > .fa, #popup-intro-linked .sections .choices .choice > .fal, #popup-intro-linked .sections .choices .choice > .far, #popup-intro-linked .sections .choices .choice > .fas {
  line-height: 1.2;
  margin-right: 6px;
}
#popup-intro-linked .sections .choices .col-break {
  margin-top: 12px;
  width: 100%;
}
#popup-intro-linked .sections .choices .other-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#popup-intro-linked .sections .choices .other-input input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66%;
          flex: 1 0 66%;
  width: 66%;
}
#popup-intro-linked .sections .choices .other-input button {
  background-color: #FBD53C;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  margin: 0;
  padding: 10px 12px;
  width: 33%;
}

.price-list-section {
  position: relative;
  padding: 15px 0 35px;
}
@media (min-width: 768px) {
  .price-list-section {
    padding: 15px 0 50px;
  }
}
@media (min-width: 1024px) {
  .price-list-section {
    padding: 50px 0 120px;
  }
}
@media (min-width: 768px) {
  .price-list-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 1024px) {
  .price-list-section .row {
    margin: 0 -40px;
  }
}
@media (min-width: 768px) {
  .price-list-section .row .col {
    width: 50.9%;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .price-list-section .row .col {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .price-list-section .row .col:last-child {
    width: 49.1%;
  }
}
.price-list-section .row .col .img-block {
  padding: 38px 0 0;
}
.price-list-section .row .col .img-block img {
  width: 100%;
}
.price-list-section .row .price-list-title {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #40a7c5;
  text-align: center;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .price-list-section .row .price-list-title {
    text-align: left;
    margin: 0 0 22px 22px;
  }
}

.price-list {
  font: 16px/18px "Lato", arial, sans-serif;
  border: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .price-list {
    font-size: 18px;
    line-height: 20px;
  }
}
.price-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 480px) {
  .price-list li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 15px;
  }
}
@media (min-width: 1024px) {
  .price-list li {
    padding: 18px 24px;
  }
}
.price-list li:last-child {
  border: none;
}
.price-list li p {
  margin: 0;
}
@media (min-width: 480px) {
  .price-list li .text-holder {
    width: calc(100% - 150px);
  }
}
.price-list li .info-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #727f6d;
}
@media (min-width: 480px) {
  .price-list li .info-cost {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 150px;
  }
}
.price-list li span {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 11px 0 0;
}
.price-list li .cost {
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 480px) {
  .price-list li .cost {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .price-list li .cost {
    font-size: 20px;
    line-height: 22px;
  }
}

.woocommerce .products-section div.product .out-of-stock {
  color: #222222;
}

.products-section {
  padding: 40px 0;
  background-color: rgba(245, 245, 245, 0.9607843137);
}
@media (min-width: 1024px) {
  .products-section {
    padding: 80px 0;
  }
}
.products-section.no-padding-top {
  padding-top: 0;
}
.products-section .section-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.products-section .section-title.centre-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-section .section-title h2 {
  font-weight: 400;
}
.products-section .section-title a {
  color: #222222;
  font-weight: 800;
  margin-left: 25px;
  text-decoration: underline;
}
.products-section .row > *,
.products-section .row .slick-slide {
  padding-right: 5px;
  padding-left: 5px;
}
.products-section .section-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 100%;
  min-height: 300px;
  width: 100%;
}
.products-section .section-products {
  display: block;
  position: relative;
}
.products-section .section-products .products {
  display: block;
  width: auto;
  margin: 0 30px;
  z-index: 2;
}
.products-section .section-products .products .slick-track {
  overflow: hidden;
}
.products-section .section-products .products .product .product-grid .product-description {
  text-align: center;
}
.products-section .section-products .products .product .product-grid .variations_button {
  padding: 0;
}
.products-section .section-products .products .product .product-grid .variations_form {
  margin: 15px 0 0 !important;
}
.products-section .section-products .products .product .product-grid .variations,
.products-section .section-products .products .product .product-grid .woocommerce-variation-price,
.products-section .section-products .products .product .product-grid .product-view {
  display: none;
}
.products-section .section-products .products .slick-dots {
  position: absolute;
  top: 100%;
  width: 100%;
}
.products-section .section-products .products .slick-dots li button:before {
  background-color: #ffffff;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.products-section .section-products .products .slick-dots li button:hover:before {
  background-color: #666;
}
.products-section .section-products .products .slick-dots li.slick-active button:before {
  background-color: #368b39;
  height: 20px;
  width: 20px;
}
.products-section .section-products .pagination {
  position: absolute;
  width: 100%;
}
.products-section .section-products .pagination li button:before {
  background-color: #ffffff;
  height: 12px;
  width: 12px;
  opacity: 1;
}
.products-section .section-products .pagination li button:hover:before {
  background-color: #666;
}
.products-section .section-products .pagination li.slick-active button:before {
  background-color: #368b39;
  height: 20px;
  width: 20px;
}
.products-section .section-products .slick-nav-arrows {
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  margin: 12px 0 6px;
  max-height: 401px;
}
@media (min-width: 768px) {
  .products-section .section-products .slick-nav-arrows {
    max-height: 391px;
  }
}
@media (min-width: 992px) {
  .products-section .section-products .slick-nav-arrows {
    max-height: 442px;
  }
}
@media (min-width: 1200px) {
  .products-section .section-products .slick-nav-arrows {
    max-height: 442px;
  }
}
@media (min-width: 1600px) {
  .products-section .section-products .slick-nav-arrows {
    max-height: 387px;
  }
}
.products-section .section-products .slick-nav-arrows .slick-arrow {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
  width: 30px;
}
.products-section .section-products .slick-nav-arrows .slick-arrow:before {
  background: green;
  left: 0;
  top: 40%;
  display: block;
  height: 30%;
  width: 100%;
}

.team-section {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .team-section {
    margin: 0 0 70px;
  }
}
@media (min-width: 1024px) {
  .team-section {
    margin: 0 0 90px;
  }
}
.team-section .team {
  text-align: center;
  font-size: 0;
}
.team-section .team .member {
  text-align: left;
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 515px;
}
@media (min-width: 768px) {
  .team-section .team .member {
    width: calc(50% - 5px);
  }
  .team-section .team .member:nth-child(2n-1) {
    margin-right: 10px;
  }
}
.team-section .team .member .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.team-section .team .member .name {
  font-size: 18px;
  color: #ffffff;
  background: rgba(73, 96, 110, 0.85);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  padding: 10px 35px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media (min-width: 1024px) {
  .team-section .team .member .name {
    font-size: 22px;
    height: 60px;
    padding: 13px 35px;
  }
}
.team-section .team .member:hover .hover {
  opacity: 1;
}
.team-section .team .member:hover .name {
  opacity: 1;
}

/* testimonials section styles */
.testimonials-section {
  position: relative;
  padding: 10px 0 30px;
}
@media (min-width: 1024px) {
  .testimonials-section {
    padding: 30px 0 75px;
  }
}
.testimonials-section .section-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.testimonials-section .btn-holder {
  text-align: center;
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .testimonials-section .btn-holder {
    padding: 68px 0;
  }
}

.testimonials-holder {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  padding: 25px 0 0;
  border-top: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .testimonials-holder {
    padding: 57px 0 0;
  }
}
.testimonials-holder:before, .testimonials-holder:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: auto;
  height: 1px;
  background: #ddd;
  width: auto;
  padding: 0 0 0 9999px;
  margin: 0 0 0 -9999px;
}
.testimonials-holder:after {
  left: auto;
  right: 0;
  padding: 0 9999px 0 0;
  margin: 0 -9999px 0 0;
}
.testimonials-holder blockquote {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .testimonials-holder blockquote {
    margin: 0 0 65px;
  }
}

.section-text-block {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .section-text-block {
    padding: 40px 0 45px;
  }
}
@media (min-width: 1024px) {
  .section-text-block {
    padding: 75px 0 75px;
  }
}
.section-text-block .container {
  max-width: 800px;
}
.section-text-block .image {
  text-align: center;
}
.section-text-block h5 {
  line-height: 1.6em !important;
}
.section-text-block .content .section-title {
  font-size: 20px;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section-text-block .content .section-title {
    font-size: 28px;
  }
}
.section-text-block .content h1 {
  font-size: 2em;
  margin-bottom: 25px;
  line-height: 120%;
}
.section-text-block .content h2 {
  font-size: 1.875em;
  margin-bottom: 25px;
  line-height: 120%;
}
.section-text-block .content h3 {
  font-size: 1.75em;
  margin-bottom: 25px;
  line-height: 120%;
}
.section-text-block .content h4 {
  font-size: 1.5em;
  margin-bottom: 25px;
  line-height: 120%;
}
.section-text-block .content h5 {
  font-size: 1.25em;
  margin-bottom: 25px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .section-text-block .content h5 {
    font-size: 1em;
  }
}
.section-text-block .content h6 {
  font-size: 1.125em;
  margin-bottom: 25px;
  line-height: 120%;
}
.section-text-block .content p {
  font-size: 1.1em;
  line-height: 150%;
}
.section-text-block .content p.intro {
  font-family: "Lato", arial, sans-serif;
  font-size: 1.0625em;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .section-text-block .content p.intro {
    font-size: 1.125em;
    line-height: 170%;
  }
}
.section-text-block .content p:last-child {
  margin-bottom: 0;
}
.section-text-block .content blockquote {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
}
.section-text-block .content ul {
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}
.section-text-block .content ul li {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 150%;
  padding-left: 2em;
  position: relative;
}
.section-text-block .content ul li::before {
  background: #368b39;
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.section-text-block .content ul.icon-list {
  padding: 0;
  list-style: none;
}
.section-text-block .content ul.icon-list li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
.section-text-block .content ul.icon-list li:before {
  content: "\f05d";
  font-family: "Font Awesome 5 Pro";
  color: #368b39;
  position: absolute;
  left: 10px;
  top: 4px;
  line-height: 100%;
  font-size: 1.2em;
  font-weight: 300;
}
.section-text-block .content ol {
  margin-bottom: 40px;
  padding-left: 1.8em;
}
.section-text-block .content ol li {
  margin-bottom: 20px;
}
.section-text-block .content ol.terms-cons > li {
  margin-bottom: 60px;
}
.section-text-block .content .form-submit {
  margin-top: 50px;
}
.section-text-block .content-align-center {
  text-align: center;
}
.section-text-block.text-block-one-col-full-width .container {
  max-width: 1080px;
  margin: 0 auto;
}
.section-text-block.text-block-one-col .container {
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .text-block-cols .image {
    width: 20%;
  }
  .text-block-cols .content {
    width: 80%;
  }
  .text-block-cols .content .section-title {
    text-align: left;
  }
  .text-block-cols .content-left,
.text-block-cols .image-left {
    float: left;
  }
  .text-block-cols .image-left {
    margin-left: -30px;
  }
  .text-block-cols .content-right,
.text-block-cols .image-right {
    float: right;
  }
  .text-block-cols .image-right {
    margin-right: -30px;
  }
}
.video-section {
  margin: 25px 0;
  /* video block styles */
}
@media (min-width: 768px) {
  .video-section {
    margin: 50px 0;
  }
}
@media (min-width: 1024px) {
  .video-section {
    margin: 100px 0;
  }
}
.video-section .video-block {
  background: #eee;
  padding: 60px 90px;
}
.video-section .video-block .thumb {
  float: right;
  width: 300px;
  margin-left: 60px;
  position: relative;
}
.video-section .video-block .thumb a {
  display: block;
  position: relative;
}
.video-section .video-block .thumb a::after {
  content: "";
  background: url(../images/icons/play-icon-white.png);
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.video-section .video-block .title {
  color: #368b39;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 20px;
}
.video-section .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto 50px;
  padding-bottom: 70%;
}
@media (min-width: 768px) {
  .video-section .embed-responsive {
    padding-bottom: 44%;
  }
}
@media (min-width: 1024px) {
  .video-section .embed-responsive {
    margin: 0 auto 102px;
  }
}
.video-section .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}