@import url(https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@font-face {
  font-family: "helveticaneue";
  src: url("../helpers/fonts/HelveticaNeue/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Futura";
  src: url("../helpers/fonts/Futura/FUTURA45LIGHT.TTF") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Futura";
  src: url("../helpers/fonts/Futura/FUTURA46LIGHTITALIC.TTF") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Futura";
  src: url("../helpers/fonts/Futura/FUTURA55REGULAR.TTF") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Futura";
  src: url("../helpers/fonts/Futura/FUTURA56ITALIC.TTF") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Futura";
  src: url("../helpers/fonts/Futura/FUTURA65MEDIUM.TTF") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Futura";
  src: url("../helpers/fonts/Futura/FUTURA66MEDIUMITALIC.TTF") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Futura";
  src: url("../helpers/fonts/Futura/FUTURA75BOLD.TTF") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Futura";
  src: url("../helpers/fonts/Futura/FUTURA76BOLDITALIC.TTF") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "DmSans";
  src: url("../helpers/fonts/Dm-Sans/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "DmSans";
  src: url("../helpers/fonts/Dm-Sans/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "DmSans";
  src: url("../helpers/fonts/Dm-Sans/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "PalatinoLinotype";
  src: url("../helpers/fonts/palatinolinotype.ttf") format("truetype");
}
/*!
 * Bootstrap Reboot 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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.inner {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}
.inner.gutter {
  max-width: 83vw;
}
@media only screen and (max-width: 1500px) {
  .inner.gutter {
    max-width: 1274px;
  }
}
.inner .cl {
  padding-left: 0.973vw;
  padding-right: 0.973vw;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .inner .cl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.inner.full-width > .cl {
  padding-left: 0;
  padding-right: 0;
}
.inner .cl-12 {
  width: 12.5%;
}
.inner .cl-16 {
  width: 16.66%;
}
.inner .cl-20 {
  width: 20%;
}
.inner .cl-25 {
  width: 25%;
}
.inner .cl-33 {
  width: 33.33%;
}
.inner .cl-50 {
  width: 50%;
}
.inner .cl-66 {
  width: 66.66%;
}
.inner .cl-100 {
  width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.946vw;
}
@media only screen and (max-width: 1500px) {
  .aligncenter {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 601px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  color: #000;
  font-size: var(--base-font-size);
  font-family: "Futura", sans-serif;
  font-weight: 400;
  font-style: normal;
  /***********\
   * HEADER
  \***********/
  /***********\
   * MAIN
  \***********/
  /***********\
   * FOOTER
  \***********/
  /***********\
   * SOCIAL MEDIA LINKS
  \***********/
  /***********\
   * THEME BUTTON
  \***********/
  /* ----------------------------------------------
   * Generated by Animista on 2023-12-14 13:43:8
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
  /**
   * ----------------------------------------
   * animation blink-2
   * ----------------------------------------
   */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Futura", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #000;
  margin-bottom: 1.6216vw;
}
@media only screen and (max-width: 1500px) {
  body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin-bottom: 25px;
  }
}
body h1 {
  font-size: var(--base-h1-size);
}
body h2 {
  font-size: var(--base-h2-size);
}
body h3 {
  font-size: var(--base-h3-size);
}
body h4 {
  font-size: var(--base-h4-size);
}
body h5 {
  font-size: var(--base-h5-size);
}
body h6 {
  font-size: var(--base-h6-size);
  line-height: 1.5;
  margin-bottom: 0.4865vw;
}
@media only screen and (max-width: 1500px) {
  body h6 {
    margin-bottom: 7.5px;
  }
}
body p {
  margin-bottom: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  body p {
    margin-bottom: 15px;
  }
}
body p.spacer {
  line-height: 0;
}
body a {
  color: inherit;
  transition: -webkit-text-decoration, -webkit-text-decoration-color 0.7s ease-in-out;
  transition: text-decoration, text-decoration-color 0.7s ease-in-out;
  transition: text-decoration, text-decoration-color 0.7s ease-in-out, -webkit-text-decoration, -webkit-text-decoration-color 0.7s ease-in-out;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
body a:hover {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
body > header {
  position: relative;
}
@media only screen and (max-width: 1242px) {
  body > header {
    padding-top: 76px;
  }
}
@media only screen and (max-width: 429px) {
  body > header {
    padding-top: 55.38px;
  }
}
body > header .primary {
  position: absolute;
  z-index: 3;
  width: 100%;
  margin-top: 2.75vw;
}
body > header .primary.im-sticky {
  position: fixed;
  left: 0;
  right: 0;
  transition: top 0.3s ease-in-out;
  border-bottom: 0;
  background-color: var(--navigation_bar_c);
  background-color: var(--navigation_bar_opacity);
  margin-top: 0;
  padding: 1vw 0;
}
@media only screen and (max-width: 1500px) {
  body > header .primary.im-sticky {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1242px) {
  body > header .primary.im-sticky {
    padding-top: 0;
    padding-bottom: 0;
  }
}
body > header .primary.im-sticky.see-im-sticky {
  top: 0 !important;
}
body > header .primary.im-sticky.see-im-sticky .inner .menu-left-container .menu-main > li > a .mark-of-the-anchor .mega-menus-container {
  top: 7vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 1242px) {
  body > header .primary {
    top: 0;
    margin-top: 0;
    background-color: var(--navigation_bar_c);
  }
}
body > header .primary .inner {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
  }
}
body > header .primary .inner > * {
  padding-left: 0.973vw;
  padding-right: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body > header .primary .inner .menu-main {
  padding-left: 0;
  margin-bottom: 0;
}
body > header .primary .inner .menu-main > li {
  margin-right: 1.9vw;
  display: inline-block;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-main > li {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 1445px) {
  body > header .primary .inner .menu-main > li {
    margin-right: 7px;
  }
}
body > header .primary .inner .menu-main > li:last-of-type {
  margin-right: 0;
}
body > header .primary .inner .menu-main > li:hover > a::before, body > header .primary .inner .menu-main > li.current-menu-item > a::before {
  top: -0.5vw;
  background-color: #85bd4a;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-main > li:hover > a::before, body > header .primary .inner .menu-main > li.current-menu-item > a::before {
    top: -8px;
  }
}
body > header .primary .inner .menu-main > li > a {
  position: relative;
}
body > header .primary .inner .menu-main > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5vw;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-main > li > a::before {
    height: 7.5px;
  }
}
body > header .primary .inner .menu-main > li > ul {
  display: none;
  position: absolute;
  list-style: none;
  padding-left: 0;
  background-color: rgba(133, 189, 74, 0.9);
  font-weight: 400;
  padding: 0.2vw 0.7vw;
  letter-spacing: 0.065vw;
  min-width: 9.4vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-main > li > ul {
    padding: 3px 10.01px;
    min-width: 141px;
  }
}
body > header .primary .inner .menu-main li a {
  font-size: 1.1vw;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.065vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-main li a {
    font-size: 16.5px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1445px) {
  body > header .primary .inner .menu-main li a {
    font-size: 15px;
    letter-spacing: 0.4px;
  }
}
body > header .primary .inner #mobile-btn,
body > header .primary .inner .menu-left-container,
body > header .primary .inner .menu-right-container {
  font-weight: 500;
  width: calc(50% - 8.1vw);
  margin-top: -1vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner #mobile-btn,
body > header .primary .inner .menu-left-container,
body > header .primary .inner .menu-right-container {
    width: calc(50% - 121.5px);
    margin-top: -15px;
  }
}
@media only screen and (max-width: 1445px) {
  body > header .primary .inner #mobile-btn,
body > header .primary .inner .menu-left-container,
body > header .primary .inner .menu-right-container {
    width: calc(50% - 95px);
  }
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner #mobile-btn,
body > header .primary .inner .menu-left-container,
body > header .primary .inner .menu-right-container {
    display: none;
    width: calc(50% - 85px);
    margin-top: 0;
  }
}
body > header .primary .inner #mobile-btn {
  display: none;
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner #mobile-btn {
    display: block;
  }
}
body > header .primary .inner .menu-left-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner .menu-left-container {
    display: none;
  }
}
body > header .primary .inner .menu-left-container .nav-left > li {
  margin-right: 3vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-left-container .nav-left > li {
    margin-right: 45px;
  }
}
body > header .primary .inner .menu-left-container .nav-left > li:last-of-type {
  margin-right: 0;
}
body > header .primary .inner .menu-right-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner .menu-right-container {
    justify-content: flex-end;
  }
  body > header .primary .inner .menu-right-container .menu-main {
    display: none;
  }
}
@media only screen and (max-width: 391px) {
  body > header .primary .inner .menu-right-container {
    width: 94px;
    padding-left: 0;
  }
}
body > header .primary .inner .menu-right-container .extra-features {
  margin-left: 1.9vw;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-right-container .extra-features {
    margin-left: 28px;
  }
}
@media only screen and (max-width: 1388px) {
  body > header .primary .inner .menu-right-container .extra-features {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner .menu-right-container .extra-features {
    margin-left: 0;
  }
}
body > header .primary .inner .menu-right-container .extra-features li {
  list-style: none;
}
body > header .primary .inner .menu-right-container .extra-features li:first-of-type {
  margin-right: 1.9vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-right-container .extra-features li:first-of-type {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 1388px) {
  body > header .primary .inner .menu-right-container .extra-features li:first-of-type {
    margin-right: 20px;
  }
}
body > header .primary .inner .menu-right-container .extra-features li:last-of-type {
  margin-left: 1vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-right-container .extra-features li:last-of-type {
    margin-left: 15px;
  }
}
body > header .primary .inner .menu-right-container .extra-features li a {
  display: block;
  height: 2.1vw;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-right-container .extra-features li a {
    height: 31.5px;
  }
}
@media only screen and (max-width: 1338px) {
  body > header .primary .inner .menu-right-container .extra-features li a {
    height: 25px;
  }
}
body > header .primary .inner .menu-right-container .extra-features li a > span {
  font-weight: 700;
  font-size: 1vw;
  background-color: #168200;
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -0.5vw;
  left: -0.5vw;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-right-container .extra-features li a > span {
    width: 19.5px;
    height: 19.5px;
    top: -7.5px;
    left: -7.5px;
    font-size: 15px;
  }
}
body > header .primary .inner .menu-right-container .extra-features li a > span > span {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -51%);
}
body > header .primary .inner .menu-right-container .extra-features li a img {
  height: 100%;
  width: auto;
  display: block;
  transition: all 0.3s ease-in-out;
  max-width: unset;
}
body > header .primary .inner .menu-right-container .extra-features li:hover a img {
  transform: scale(1.1) rotate(-7deg);
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner .menu-right-container .extra-features li form {
    display: none;
  }
}
@media only screen and (max-width: 429px) {
  body > header .primary .inner .menu-right-container .social-media-link-wrapper.new {
    display: none;
  }
}
@media only screen and (max-width: 484px) {
  body > header .primary .inner .menu-right-container .social-media-link-wrapper.new li {
    margin-right: 4px;
  }
}
body > header .primary .inner .menu-right-container .social-media-link-wrapper.new li a {
  height: 1.6vw;
  width: 1.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-right-container .social-media-link-wrapper.new li a {
    font-size: 17px;
    width: 24.58px;
    height: 24.58px;
  }
}
@media only screen and (max-width: 429px) {
  body > header .primary .inner .menu-right-container .social-media-link-wrapper {
    display: none;
  }
}
body > header .primary .inner .menu-right-container .social-media-link-wrapper li {
  margin-right: 0.35vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-right-container .social-media-link-wrapper li {
    margin-right: 5.3px;
  }
}
@media only screen and (max-width: 1169px) {
  body > header .primary .inner .menu-right-container .social-media-link-wrapper li {
    margin-right: 10px;
  }
}
body > header .primary .inner .menu-right-container .social-media-link-wrapper li:last-of-type {
  margin-right: 0;
}
body > header .primary .inner .menu-right-container .social-media-link-wrapper li a {
  height: 1.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1vw;
  transition: color 0.3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .menu-right-container .social-media-link-wrapper li a {
    font-size: 17px;
    height: 24.58px;
  }
}
body > header .primary .inner .menu-right-container .social-media-link-wrapper li a:hover {
  text-decoration: none;
  color: #22babc;
}
body > header .primary .inner .menu-left-container .menu-main > li > a .mark-of-the-anchor,
body > header .primary .inner .menu-right-container .menu-main > li > a .mark-of-the-anchor {
  position: absolute;
  left: 0;
  right: 0;
  height: 8vw;
  display: none;
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner .menu-left-container .menu-main > li > a .mark-of-the-anchor,
body > header .primary .inner .menu-right-container .menu-main > li > a .mark-of-the-anchor {
    display: none !important;
  }
}
body > header .primary .inner .menu-left-container .menu-main > li > a .mark-of-the-anchor .mega-menus-container,
body > header .primary .inner .menu-right-container .menu-main > li > a .mark-of-the-anchor .mega-menus-container {
  display: none;
}
body > header .primary .inner .menu-left-container .menu-main > li:hover > a .mark-of-the-anchor,
body > header .primary .inner .menu-right-container .menu-main > li:hover > a .mark-of-the-anchor {
  display: block;
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner .menu-left-container .menu-main > li:hover > a .mark-of-the-anchor,
body > header .primary .inner .menu-right-container .menu-main > li:hover > a .mark-of-the-anchor {
    display: none !important;
  }
}
body > header .primary .inner .menu-left-container .menu-main > li:hover > a .mark-of-the-anchor .mega-menus-container,
body > header .primary .inner .menu-right-container .menu-main > li:hover > a .mark-of-the-anchor .mega-menus-container {
  display: block;
}
body > header .primary .inner .logo a {
  display: block;
  width: 14vw;
}
@media only screen and (max-width: 1500px) {
  body > header .primary .inner .logo a {
    width: 210px;
  }
}
@media only screen and (max-width: 1445px) {
  body > header .primary .inner .logo a {
    width: 160px;
  }
}
@media only screen and (max-width: 1242px) {
  body > header .primary .inner .logo a {
    width: 140px;
  }
}
@media only screen and (max-width: 429px) {
  body > header .primary .inner .logo a {
    width: 100px;
  }
}
body > header .placeholder-header {
  background-color: #055e4f;
  height: 9vw;
}
@media only screen and (max-width: 1500px) {
  body > header .placeholder-header {
    height: 138px;
  }
}
@media only screen and (max-width: 1242px) {
  body > header .placeholder-header {
    display: none;
  }
}
body > header .banner {
  width: 100%;
}
@media only screen and (max-width: 1242px) {
  body > header {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1242px) {
  body > header .primary {
    background-color: transparent;
  }
  body > header .primary.im-sticky {
    background-color: var(--navigation_bar_c);
    background-color: var(--navigation_bar_opacity);
  }
}
body > header .primary .inner .menu-right-container .social-media-link-wrapper {
  display: flex;
}
body > main > * {
  margin-top: var(--section-gap);
}
body > main .product-single-mi .inner {
  justify-content: center;
}
@media only screen and (max-width: 1248px) {
  body > main .product-single-mi .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1115px) {
  body > main .product-single-mi .inner {
    flex-flow: column;
  }
}
@media only screen and (max-width: 1115px) {
  body > main .product-single-mi .inner .product-image {
    width: 100%;
    max-width: 686px;
    margin-left: auto;
    margin-right: auto;
  }
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img {
  width: 43.73vw;
  height: 39.5vw;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img {
    width: 655.95px;
    height: 592.5px;
  }
}
@media only screen and (max-width: 1115px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img {
    width: 100%;
  }
}
@media only screen and (max-width: 716px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img {
    height: 82.68vw;
  }
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img iframe.active {
  display: block;
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img iframe.not-active {
  display: none;
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img video {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background-color: #000;
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img video.active {
  display: block;
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .main-img video.not-active {
  display: none;
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer {
  position: relative;
  margin-top: 1.5vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer {
    margin-top: 22.5px;
  }
}
@media only screen and (max-width: 716px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 541px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 417px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .cntrl {
  border: 0;
  font-size: 2vw;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .cntrl {
    font-size: 30px;
    z-index: 2;
  }
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .cntrl.pre {
  left: 0;
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .cntrl.nex {
  right: 0;
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .carousel-thumbnail {
  margin-left: auto;
  margin-right: auto;
  width: 40.1vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .carousel-thumbnail {
    width: 601.5px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 716px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .carousel-thumbnail {
    width: 100%;
  }
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .carousel-thumbnail .wrap .img {
  width: 6.7vw;
  height: 6.7vw;
  background-size: cover;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .carousel-thumbnail .wrap .img {
    width: 100.5px;
    height: 100.5px;
  }
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .carousel-thumbnail .wrap .img.but-video {
  border: 1px solid #ccc;
  background-color: #ccc;
}
body > main .product-single-mi .inner .product-image .woocommerce-product-gallery__wrapper .carousel-thumbnail-outer .carousel-thumbnail .wrap .img.but-video svg {
  transform: scale(0.7);
}
body > main .product-single-mi .inner .entry-summary {
  max-width: 25.3vw;
  margin-left: 3.3vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary {
    max-width: 379.5px;
    margin-left: 49.5px;
  }
}
@media only screen and (max-width: 1115px) {
  body > main .product-single-mi .inner .entry-summary {
    max-width: unset;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    max-width: 686px;
    margin-left: auto;
    margin-right: auto;
  }
}
body > main .product-single-mi .inner .entry-summary .main-ttl {
  font-family: "DmSans", sans-serif;
  font-size: 1.6vw;
  font-weight: 700;
  margin-bottom: 0.9vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .main-ttl {
    font-size: 24px;
    margin-bottom: 13.5px;
  }
}
body > main .product-single-mi .inner .entry-summary > .price {
  font-family: "DmSans", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary > .price {
    font-size: 21px;
  }
}
body > main .product-single-mi .inner .entry-summary > .price * {
  color: inherit;
}
body > main .product-single-mi .inner .entry-summary hr {
  border-color: #000;
  opacity: 1;
}
body > main .product-single-mi .inner .entry-summary .descrip {
  font-family: "DmSans", sans-serif;
  font-size: 1.1vw;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .descrip {
    font-size: 16.5px;
    margin-bottom: 30px;
  }
}
body > main .product-single-mi .inner .entry-summary .descrip ul {
  padding-left: 1.1vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .descrip ul {
    padding-left: 16.5px;
  }
}
body > main .product-single-mi .inner .entry-summary .technical-data {
  margin-bottom: 2.6vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .technical-data {
    margin-bottom: 39px;
  }
}
body > main .product-single-mi .inner .entry-summary .technical-data h3 {
  font-family: "Futura", sans-serif;
  font-size: 1.4vw;
  color: #055e4f;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .technical-data h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
body > main .product-single-mi .inner .entry-summary .technical-data table {
  width: 100%;
  font-size: 0.8vw;
  font-family: "DmSans", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .technical-data table {
    font-size: 12px;
  }
}
body > main .product-single-mi .inner .entry-summary .technical-data table tr td {
  border: 0.06vw solid #ffffff;
  padding: 0.28vw 0.6vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .technical-data table tr td {
    border: 0.9px solid #ffffff;
    padding: 4.2px 9px;
  }
}
body > main .product-single-mi .inner .entry-summary .technical-data table tr td:first-of-type {
  width: 45%;
  background-color: #f3f3f4;
  color: #114937;
}
body > main .product-single-mi .inner .entry-summary .technical-data table tr td:last-of-type {
  height: 55%;
  background-color: #e5e9eb;
  color: #000;
}
body > main .product-single-mi .inner .entry-summary .technical-data table tr:first-of-type td {
  color: #fff;
  background-color: #8fbd55;
  letter-spacing: 0.065vw;
  padding: 0.28vw 0.6vw;
  border-color: #8fbd55;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .technical-data table tr:first-of-type td {
    letter-spacing: 0.975px;
    padding: 4.2px 9px;
  }
}
body > main .product-single-mi .inner .entry-summary form {
  font-family: "DmSans", sans-serif;
}
body > main .product-single-mi .inner .entry-summary form.variations_form {
  margin-bottom: 0;
}
body > main .product-single-mi .inner .entry-summary form.variations_form table tr th, body > main .product-single-mi .inner .entry-summary form.variations_form table tr td {
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
body > main .product-single-mi .inner .entry-summary form.variations_form table tr th {
  border-right: 0.75vw solid #fff;
  background-color: #055e4f;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary form.variations_form table tr th {
    border-right: 11.25px solid #fff;
  }
}
body > main .product-single-mi .inner .entry-summary form.variations_form table tr th label {
  font-size: 1.1vw;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary form.variations_form table tr th label {
    font-size: 16.5px;
  }
}
body > main .product-single-mi .inner .entry-summary form.variations_form table tr td {
  border-left: 0.75vw solid #fff;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary form.variations_form table tr td {
    border-left: 11.25px solid #fff;
  }
}
body > main .product-single-mi .inner .entry-summary form.variations_form table tr td select {
  width: 100%;
  height: 2.8vw;
  border-radius: 0;
  border: 0.133vw solid #055e4f;
  text-transform: uppercase;
  color: #055e4f;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary form.variations_form table tr td select {
    height: 42px;
    border: 1.995px solid #055e4f;
  }
}
body > main .product-single-mi .inner .entry-summary form.variations_form table tr td a.reset_variations {
  position: absolute;
  display: none !important;
}
@media only screen and (max-width: 460px) {
  body > main .product-single-mi .inner .entry-summary form.variations_form table tr th, body > main .product-single-mi .inner .entry-summary form.variations_form table tr td {
    display: block;
    width: 100%;
    border-right: 0;
    border-left: 0;
  }
}
body > main .product-single-mi .inner .entry-summary form.cart {
  margin-bottom: 0;
}
body > main .product-single-mi .inner .entry-summary form.cart .quantity {
  margin-right: 0.7vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary form.cart .quantity {
    margin-right: 10.5px;
  }
}
body > main .product-single-mi .inner .entry-summary form.cart .quantity input[type=number] {
  height: 2.8vw;
  border-radius: 0;
  border: 0.133vw solid #055e4f;
  text-transform: uppercase;
  color: #055e4f;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary form.cart .quantity input[type=number] {
    height: 42px;
    border: 1.995px solid #055e4f;
  }
}
body > main .product-single-mi .inner .entry-summary form.cart .quantity input[type=number]:focus, body > main .product-single-mi .inner .entry-summary form.cart .quantity input[type=number]:focus-visible, body > main .product-single-mi .inner .entry-summary form.cart .quantity input[type=number]:focus-within {
  border-radius: 0;
  outline: none;
}
body > main .product-single-mi .inner .entry-summary form.cart button[type=submit] {
  width: 81%;
  background-color: #82bd45;
  opacity: 1;
  height: 2.8vw;
  border-radius: 0;
  border: 0.133vw solid #82bd45;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary form.cart button[type=submit] {
    height: 42px;
    border: 1.995px solid #82bd45;
  }
}
body > main .product-single-mi .inner .entry-summary form.cart .out-of-stock {
  display: none !important;
}
body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-price {
  font-family: "DmSans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.4vw;
}
body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-price .price {
  font-size: inherit;
  color: inherit;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-price {
    font-size: 21px;
  }
}
body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  margin-right: 0.7vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    margin-right: 10.5px;
  }
}
@media only screen and (max-width: 401px) {
  body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    margin-right: 0;
    width: 100%;
  }
  body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type=number] {
    width: 100%;
  }
}
body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type=number] {
  height: 2.8vw;
  border-radius: 0;
  border: 0.133vw solid #055e4f;
  text-transform: uppercase;
  color: #055e4f;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type=number] {
    height: 42px;
    border: 1.995px solid #055e4f;
  }
}
body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type=number]:focus, body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type=number]:focus-visible, body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type=number]:focus-within {
  border-radius: 0;
  outline: none;
}
body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart button[type=submit] {
  width: 81%;
  background-color: #82bd45;
  opacity: 1;
  height: 2.8vw;
  border-radius: 0;
  border: 0.133vw solid #82bd45;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart button[type=submit] {
    height: 42px;
    border: 0.133vw solid #82bd45;
  }
}
@media only screen and (max-width: 401px) {
  body > main .product-single-mi .inner .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart button[type=submit] {
    width: 100%;
  }
}
body > main .product-single-mi .inner .the-video-list {
  width: 100%;
  margin-top: 4.5vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .the-video-list {
    margin-top: 67.5px;
  }
}
@media only screen and (max-width: 1115px) {
  body > main .product-single-mi .inner .the-video-list {
    max-width: 686px;
    margin-left: auto;
    margin-right: auto;
  }
}
body > main .product-single-mi .inner .the-video-list .inner-wrap {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.3vw;
  padding-top: 1.6vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 4vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .the-video-list .inner-wrap {
    max-width: 1084.5px;
    padding-top: 24px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 716px) {
  body > main .product-single-mi .inner .the-video-list .inner-wrap {
    max-width: 566px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body > main .product-single-mi .inner .the-video-list .inner-wrap h3 {
  font-size: 1.75vw;
  text-align: center;
  color: #055e4f;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .the-video-list .inner-wrap h3 {
    font-size: 26.25px;
  }
}
body > main .product-single-mi .inner .the-video-list .inner-wrap .video-list {
  display: flex;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  row-gap: 1vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .the-video-list .inner-wrap .video-list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
}
@media only screen and (max-width: 1115px) {
  body > main .product-single-mi .inner .the-video-list .inner-wrap .video-list {
    flex-flow: column;
  }
}
body > main .product-single-mi .inner .the-video-list .inner-wrap .video-list .video-wrap {
  width: 50%;
  height: 18.1vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner .the-video-list .inner-wrap .video-list .video-wrap {
    height: 271.5px;
  }
}
@media only screen and (max-width: 1115px) {
  body > main .product-single-mi .inner .the-video-list .inner-wrap .video-list .video-wrap {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1115px) {
  body > main .product-single-mi .inner .the-video-list .inner-wrap .video-list .video-wrap {
    height: 302px;
  }
}
@media only screen and (max-width: 596px) {
  body > main .product-single-mi .inner .the-video-list .inner-wrap .video-list .video-wrap {
    height: 50.67vw;
  }
}
body > main .product-single-mi .inner .the-video-list .inner-wrap .video-list .video-wrap iframe {
  width: 100%;
  height: 100%;
}
body > main .product-single-mi .inner section.related {
  width: 100%;
  background-color: #fff;
  margin-top: 4.5vw;
  padding-top: 1.65vw;
  padding-bottom: 2.3vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner section.related {
    margin-top: 67.5px;
    padding-top: 24.75px;
    padding-bottom: 34.5px;
  }
}
@media only screen and (max-width: 1240px) {
  body > main .product-single-mi .inner section.related {
    max-width: 830px;
  }
}
@media only screen and (max-width: 825px) {
  body > main .product-single-mi .inner section.related {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
body > main .product-single-mi .inner section.related h2 {
  text-align: center;
  color: #055e4f;
  font-size: 2.9vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner section.related h2 {
    font-size: 43.5px;
  }
}
body > main .product-single-mi .inner section.related .outer-related-prd {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner section.related .outer-related-prd {
    max-width: 1200px;
  }
}
body > main .product-single-mi .inner section.related .outer-related-prd .cntrl {
  border: 0;
  font-size: 5vw;
  padding: 0;
  position: absolute;
  top: 5.6vw;
  background-color: transparent;
  color: #055e4f;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .cntrl {
    font-size: 75px;
    top: 84px;
  }
}
@media only screen and (max-width: 1294px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .cntrl {
    display: none !important;
  }
}
body > main .product-single-mi .inner section.related .outer-related-prd .cntrl.pre {
  left: -6.5vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .cntrl.pre {
    left: -97.5px;
  }
}
@media only screen and (max-width: 1398px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .cntrl.pre {
    left: -44px;
  }
}
body > main .product-single-mi .inner section.related .outer-related-prd .cntrl.nex {
  right: -6.5vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .cntrl.nex {
    right: -97.5px;
  }
}
@media only screen and (max-width: 1398px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .cntrl.nex {
    right: -44px;
  }
}
body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap a {
  text-decoration: none;
}
body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .img {
  display: block;
  width: 24.7vw;
  height: 20.2vw;
  background-size: cover;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .img {
    width: 370.5px;
    height: 303px;
  }
}
@media only screen and (max-width: 460px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .img {
    height: 65.86vw;
  }
}
body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .ttl-holder {
  width: 24.7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding-left: 1vw;
  padding-right: 1vw;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .ttl-holder {
    width: 370.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 460px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .ttl-holder {
    width: 100%;
  }
}
body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .ttl-holder a {
  font-family: "DmSans", sans-serif;
  font-size: 1.5vw;
  text-align: center;
  margin-top: 1vw;
  color: #055e4f;
}
@media only screen and (max-width: 1500px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .ttl-holder a {
    font-size: 22.5px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 460px) {
  body > main .product-single-mi .inner section.related .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .ttl-holder a {
    font-size: 4.89vw;
  }
}
body > footer {
  margin-top: var(--section-gap);
}
body > footer.no-space {
  margin-top: 0;
}
@media only screen and (max-width: 1500px) {
  body > footer {
    margin-top: 30px;
  }
}
body > footer .other-info {
  background-color: #f1f1f2;
}
@media only screen and (max-width: 825px) {
  body > footer .other-info {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1208px) {
  body > footer .other-info .inner {
    max-width: 825px;
  }
}
@media only screen and (max-width: 1208px) {
  body > footer .other-info .inner {
    padding-bottom: 15px;
  }
}
body > footer .other-info .inner > div.map, body > footer .other-info .inner > div.links {
  width: calc(50% - 14.7vw);
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.map, body > footer .other-info .inner > div.links {
    width: calc(50% - 220.5px);
  }
}
body > footer .other-info .inner > div.map iframe {
  width: 100%;
  height: 18.3vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.map iframe {
    height: 274.5px;
  }
}
@media only screen and (max-width: 1208px) {
  body > footer .other-info .inner > div.map {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 825px) {
  body > footer .other-info .inner > div.map {
    width: 100%;
    order: 1;
  }
}
body > footer .other-info .inner > div.logo {
  display: flex;
  align-items: center;
  width: 29.4vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.logo {
    width: 441px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 825px) {
  body > footer .other-info .inner > div.logo {
    width: 100%;
    margin-bottom: 15px;
    order: 0;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
  }
}
body > footer .other-info .inner > div.logo a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 6vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.logo a {
    width: 90px;
  }
}
body > footer .other-info .inner > div.logo a.main {
  padding: 0 3vw;
  width: 100%;
}
body > footer .other-info .inner > div.links {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1208px) {
  body > footer .other-info .inner > div.links {
    width: 384px;
  }
}
@media only screen and (max-width: 825px) {
  body > footer .other-info .inner > div.links {
    width: 100%;
    justify-content: center;
    order: 2;
  }
}
body > footer .other-info .inner > div.links > div {
  display: flex;
  flex-flow: wrap;
  width: 29.4vw;
  align-items: baseline;
  border-left: 2px solid #fff;
  padding-left: 3vw;
  padding-right: 1vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.links > div {
    width: 441px;
    padding-left: 45px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1286px) {
  body > footer .other-info .inner > div.links > div {
    width: 384px;
  }
}
@media only screen and (max-width: 825px) {
  body > footer .other-info .inner > div.links > div {
    padding-left: 15px;
    border-left: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 352px) {
  body > footer .other-info .inner > div.links > div {
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
body > footer .other-info .inner > div.links .store-info {
  font-weight: 500;
  font-size: 1.2vw;
  color: #095e4f;
  width: 15.2vw;
  letter-spacing: 0.02vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.links .store-info {
    font-size: 18px;
    width: 228px;
    letter-spacing: 0.3px;
  }
}
@media only screen and (max-width: 1288px) {
  body > footer .other-info .inner > div.links .store-info {
    width: 216px;
  }
}
@media only screen and (max-width: 353px) {
  body > footer .other-info .inner > div.links .store-info {
    margin-bottom: 10px;
  }
}
body > footer .other-info .inner > div.links .store-info p {
  line-height: 1vw;
  margin-bottom: 1.2vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.links .store-info p {
    line-height: 15px;
    margin-bottom: 18px;
  }
}
body > footer .other-info .inner > div.links .store-info .socmed {
  display: flex;
}
body > footer .other-info .inner > div.links .store-info .socmed .social-media-link-wrapper {
  margin-left: 1.7vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.links .store-info .socmed .social-media-link-wrapper {
    margin-left: 25.5px;
  }
}
@media only screen and (max-width: 353px) {
  body > footer .other-info .inner > div.links .store-info .socmed {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  body > footer .other-info .inner > div.links .store-info .socmed .social-media-link-wrapper {
    margin-left: 0;
  }
}
body > footer .other-info .inner > div.links .footer-menu .menu-footer {
  letter-spacing: 0.02vw;
  font-weight: 500;
  font-size: 1.2vw;
  color: #095e4f;
  margin-bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.links .footer-menu .menu-footer {
    letter-spacing: 0.3px;
    font-size: 18px;
  }
}
body > footer .other-info .inner > div.links .footer-menu .menu-footer li {
  list-style: none;
  display: block;
  margin-bottom: 0.12vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.links .footer-menu .menu-footer li {
    margin-bottom: 1.8px;
  }
}
body > footer .other-info .inner > div.links .footer-menu .menu-footer li:last-of-type {
  margin-bottom: 0;
}
body > footer .other-info .inner > div.links .button-wrap {
  width: 100%;
  margin-top: 1.3vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.links .button-wrap {
    margin-top: 19.5px;
  }
}
body > footer .other-info .inner > div.links .button-wrap .theme-btn {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.1vw;
  background-color: #50a140;
  border-color: #50a140;
}
@media only screen and (max-width: 1500px) {
  body > footer .other-info .inner > div.links .button-wrap .theme-btn {
    font-size: 16.5px;
  }
}
body > footer .other-info .inner > div.links .button-wrap .theme-btn:hover {
  background-color: #fff;
  color: #50a140;
}
body > footer .info {
  background-color: #055e4f;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .info {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
body > footer .info > div p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.75vw;
}
@media only screen and (max-width: 1500px) {
  body > footer .info > div p {
    font-size: 11.25px;
  }
}
body > footer .info > div p.cp {
  font-family: "Source Sans 3", sans-serif;
}
body > footer .info > div p.signature {
  font-family: "helveticaneue", sans-serif;
}
body .social-media-link-wrapper {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
body .social-media-link-wrapper li {
  list-style: none;
  margin-right: 0.6vw;
}
@media only screen and (max-width: 1500px) {
  body .social-media-link-wrapper li {
    margin-right: 9px;
  }
}
body .social-media-link-wrapper li:last-of-type {
  margin-right: 0;
}
body .social-media-link-wrapper li a {
  background-position: center center;
  background-size: cover;
}
body .social-media-link-wrapper li a.fb {
  background-image: url("../helpers/images/face.png");
}
body .social-media-link-wrapper li a.insta {
  background-image: url("../helpers/images/insta.png");
}
body .social-media-link-wrapper li a.linked {
  background-image: url("../helpers/images/linked.png");
}
body.logged-in > header .primary.im-sticky.see-im-sticky {
  top: 32px !important;
}
@media only screen and (max-width: 782px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 46px !important;
  }
}
@media only screen and (max-width: 601px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 0 !important;
  }
}
body.is-loading > header,
body.is-loading > main,
body.is-loading > footer {
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  body.has-btm-btn > footer {
    padding-bottom: 60px;
  }
}
body.has-btm-btn > footer .deepest-button {
  display: none;
}
@media only screen and (max-width: 640px) {
  body.has-btm-btn > footer .deepest-button {
    display: block;
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
  }
  body.has-btm-btn > footer .deepest-button .theme-btn {
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px 0 #000;
    font-size: 14px;
    padding: 14.2px 0;
  }
}
body .theme-btn {
  background-color: #055e4f;
  border-color: #055e4f;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  text-transform: uppercase;
  font-family: "DmSans", sans-serif;
  font-size: 1.1vw;
  padding: 0.63vw 2vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.07vw;
}
@media only screen and (max-width: 1500px) {
  body .theme-btn {
    padding: 9.4px 30px;
    letter-spacing: 1px;
    font-size: 11.6px;
  }
}
body .theme-btn:hover {
  background-color: #fff;
  color: #055e4f;
  text-decoration: none !important;
}
body .theme-btn.light {
  background-color: #82bd45;
  border-color: #82bd45;
  color: #fff;
}
body .theme-btn.light:hover {
  background-color: #fff;
  color: #82bd45;
}
body .gform_wrapper .gform_validation_errors h2 {
  margin-bottom: 0 !important;
}
body .gform_wrapper form {
  font-family: "DmSans", sans-serif !important;
}
body .gform_wrapper form .gform-body .gform_fields {
  grid-row-gap: 1vw;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform-body .gform_fields {
    grid-row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
body .gform_wrapper form .gfield .ginput_container input[type=text],
body .gform_wrapper form .gfield .ginput_container input[type=email],
body .gform_wrapper form .gfield .ginput_container input[type=tel],
body .gform_wrapper form .gfield .ginput_container textarea {
  border-radius: 0 !important;
  border: 0.133vw solid #e3e4e5;
  padding: 0.55vw 1.2vw;
  font-size: 1.3vw;
  text-align: left;
  letter-spacing: finalval(0.03vw);
  background-color: #f2f3f4;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gfield .ginput_container input[type=text],
body .gform_wrapper form .gfield .ginput_container input[type=email],
body .gform_wrapper form .gfield .ginput_container input[type=tel],
body .gform_wrapper form .gfield .ginput_container textarea {
    padding: 6px 19px;
    font-size: 19.5px;
    border-width: 1px;
    letter-spacing: finalval(0.45px);
  }
}
body .gform_wrapper form .gfield .ginput_container input[type=text]::-moz-placeholder, body .gform_wrapper form .gfield .ginput_container input[type=email]::-moz-placeholder, body .gform_wrapper form .gfield .ginput_container input[type=tel]::-moz-placeholder, body .gform_wrapper form .gfield .ginput_container textarea::-moz-placeholder {
  color: #b6babd;
  font-weight: 400;
  font-size: 1.1vw;
}
body .gform_wrapper form .gfield .ginput_container input[type=text]:-ms-input-placeholder, body .gform_wrapper form .gfield .ginput_container input[type=email]:-ms-input-placeholder, body .gform_wrapper form .gfield .ginput_container input[type=tel]:-ms-input-placeholder, body .gform_wrapper form .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #b6babd;
  font-weight: 400;
  font-size: 1.1vw;
}
body .gform_wrapper form .gfield .ginput_container input[type=text]::placeholder,
body .gform_wrapper form .gfield .ginput_container input[type=email]::placeholder,
body .gform_wrapper form .gfield .ginput_container input[type=tel]::placeholder,
body .gform_wrapper form .gfield .ginput_container textarea::placeholder {
  color: #b6babd;
  font-weight: 400;
  font-size: 1.1vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gfield .ginput_container input[type=text]::-moz-placeholder, body .gform_wrapper form .gfield .ginput_container input[type=email]::-moz-placeholder, body .gform_wrapper form .gfield .ginput_container input[type=tel]::-moz-placeholder, body .gform_wrapper form .gfield .ginput_container textarea::-moz-placeholder {
    font-size: 16.5px;
  }
  body .gform_wrapper form .gfield .ginput_container input[type=text]:-ms-input-placeholder, body .gform_wrapper form .gfield .ginput_container input[type=email]:-ms-input-placeholder, body .gform_wrapper form .gfield .ginput_container input[type=tel]:-ms-input-placeholder, body .gform_wrapper form .gfield .ginput_container textarea:-ms-input-placeholder {
    font-size: 16.5px;
  }
  body .gform_wrapper form .gfield .ginput_container input[type=text]::placeholder,
body .gform_wrapper form .gfield .ginput_container input[type=email]::placeholder,
body .gform_wrapper form .gfield .ginput_container input[type=tel]::placeholder,
body .gform_wrapper form .gfield .ginput_container textarea::placeholder {
    font-size: 16.5px;
  }
}
body .gform_wrapper form .gfield .ginput_container input[type=text],
body .gform_wrapper form .gfield .ginput_container input[type=email],
body .gform_wrapper form .gfield .ginput_container input[type=tel] {
  height: 3.4vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gfield .ginput_container input[type=text],
body .gform_wrapper form .gfield .ginput_container input[type=email],
body .gform_wrapper form .gfield .ginput_container input[type=tel] {
    height: 51px;
  }
}
body .gform_wrapper form .gfield .ginput_container textarea,
body .gform_wrapper form .gfield .ginput_container textarea.large {
  min-block-size: unset;
  resize: none;
  height: 13.8vw;
  padding-top: 1vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gfield .ginput_container textarea,
body .gform_wrapper form .gfield .ginput_container textarea.large {
    height: 200px;
    padding-top: 15px;
  }
}
body .gform_wrapper form .gform_footer {
  padding-bottom: 0;
  display: flex;
  -webkit-margin-before: 1vw;
          margin-block-start: 1vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform_footer {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}
body .gform_wrapper form .gform_footer .gform-loader {
  position: absolute;
}
body .gform_wrapper form .gform_footer input[type=submit] {
  margin-right: 1vw !important;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform_footer input[type=submit] {
    margin-right: 15px !important;
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}
@media only screen and (max-width: 505px) {
  body .gform_wrapper form .gform_footer input[type=submit] {
    margin-right: 0 !important;
  }
}
body .gform_wrapper form .gform_footer input[type=submit] {
  width: 100% !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  position: relative;
  border: 0.066vw solid #50a140 !important;
  border-radius: 0 !important;
  background-color: #50a140 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: "DmSans", sans-serif !important;
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out !important;
  font-size: 1.1vw !important;
  letter-spacing: 0.03vw !important;
  padding: 0.07vw 0.7vw;
  height: 3vw !important;
  overflow: hidden;
  margin-right: 0 !important;
  max-width: 8.54vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform_footer input[type=submit] {
    border: 1px solid #50a140 !important;
    font-size: 16.5px !important;
    letter-spacing: 0.45px !important;
    padding: 1.05px 10.5px;
    height: 45px !important;
    margin-right: 0 !important;
    max-width: 128.1px;
  }
}
body .gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: #fff !important;
  color: #50a140 !important;
}
body .loadr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .loadr::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--loader-bg);
  opacity: var(--loader-opacity);
}
body .loadr .logo-wrap {
  max-width: 15vw;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  body .loadr .logo-wrap {
    max-width: 225px;
  }
}
body .loadr .logo-wrap img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.8;
  -webkit-animation: blink-2 2s infinite both;
  animation: blink-2 2s infinite both;
}
@-webkit-keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
body .mi-video-wrap {
  position: relative;
  padding-top: 56%;
}
body .mi-video-wrap iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .mega-menus-container {
  position: fixed;
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  border-top: 0.4vw solid #85bd4a;
  top: 9vw;
  box-shadow: 0 0.3vw 1vw -0.5vw #000;
  cursor: default;
  display: none;
}
body .mega-menus-container .mega-menu {
  width: 93.3vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
body .mega-menus-container .mega-menu .cl > * {
  margin-bottom: 1vw;
}
body .mega-menus-container .mega-menu .cl > *:last-of-type {
  margin-bottom: 0;
}
body .mega-menus-container .mega-menu .cl .ttl-wrap {
  font-weight: 600px;
  color: #000;
}
body .mega-menus-container .mega-menu .cl .ttl-wrap a {
  color: #000;
  text-decoration: none;
  font-size: 1.2vw;
  text-decoration: underline;
}
body .mega-menus-container .mega-menu .cl .menu-wrap ul {
  padding-left: 0;
  margin-bottom: 0;
}
body .mega-menus-container .mega-menu .cl .menu-wrap ul li {
  list-style: none;
  margin-bottom: 0.5vw;
}
body .mega-menus-container .mega-menu .cl .menu-wrap ul li:last-of-type {
  margin-bottom: 0;
}
body .mega-menus-container .mega-menu .cl .menu-wrap ul li.active a {
  color: #045c50;
  font-weight: 600;
}
body .mega-menus-container .mega-menu .cl .menu-wrap ul li a {
  font-size: 0.9vw;
  font-family: "DmSans", sans-serif;
  font-weight: 400;
  display: block;
  text-decoration: none;
  color: #000;
}
body .mega-menus-container .mega-menu .cl .menu-wrap ul li a .fa {
  font-size: 0.8vw;
}
body .mega-menus-container .mega-menu .cl .img-wrap a {
  display: block;
}
body .mega-menus-container .mega-menu .cl .img-wrap a img {
  height: auto;
  width: 100%;
  display: block;
}
body.single-product {
  background-color: #f1f1f2;
}
body.search-results > main section.product-grid {
  margin-bottom: var(--section-gap);
}
body.search-results > main section.product-grid .as-ttl {
  color: #85bd4a;
  text-transform: uppercase;
}
body.woocommerce-checkout .woocommerce form.woocommerce-form, body.woocommerce-checkout .woocommerce form.checkout_coupon {
  margin-top: 0;
  background-color: #f1f1f2;
  border-color: transparent;
}
body.woocommerce-checkout .woocommerce form.woocommerce-form .form-row label, body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row label {
  text-transform: uppercase;
  color: #015c4f;
}
body.woocommerce-checkout .woocommerce form.woocommerce-form .form-row label.woocommerce-form__label-for-checkbox, body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row label.woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
}
body.woocommerce-checkout .woocommerce form.woocommerce-form .form-row label.woocommerce-form__label-for-checkbox input, body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row label.woocommerce-form__label-for-checkbox input {
  margin-right: 0.5vw;
}
@media only screen and (max-width: 1500px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-form .form-row label.woocommerce-form__label-for-checkbox input, body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row label.woocommerce-form__label-for-checkbox input {
    margin-right: 7.5px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-form .form-row input, body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row input {
  border-radius: 0;
  border-width: 0.06vw;
  height: 2.93vw;
  border: 0;
}
@media only screen and (max-width: 1500px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-form .form-row input, body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row input {
    height: 43.95px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-form .form-row:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row:last-child {
  margin-top: 1vw;
}
@media only screen and (max-width: 1500px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-form .form-row:last-child, body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row:last-child {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 476px) {
  body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row button {
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields {
  background-color: #f1f1f2;
  padding: 1vw;
}
@media only screen and (max-width: 1500px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields {
    padding: 15px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields h3 {
  color: #045c50;
  text-transform: uppercase;
  font-size: 1.34vw;
  font-family: "DmSans", sans-serif;
}
@media only screen and (max-width: 1500px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: 20.1px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row label,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row label,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .form-row label {
  text-transform: uppercase;
  color: #015c4f;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row label.woocommerce-form__label-for-checkbox,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row label.woocommerce-form__label-for-checkbox,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .form-row label.woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row label.woocommerce-form__label-for-checkbox input,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row label.woocommerce-form__label-for-checkbox input,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .form-row label.woocommerce-form__label-for-checkbox input {
  margin-right: 0.5vw;
}
@media only screen and (max-width: 1500px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row label.woocommerce-form__label-for-checkbox input,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row label.woocommerce-form__label-for-checkbox input,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .form-row label.woocommerce-form__label-for-checkbox input {
    margin-right: 7.5px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row input,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .form-row input {
  border-radius: 0;
  border-width: 0.06vw;
  height: 2.93vw;
  border: 0;
}
@media only screen and (max-width: 1500px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row input,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .form-row input {
    height: 43.95px;
    border-width: 1px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .selection .select2-selection,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper .selection .select2-selection,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection {
  border-color: transparent;
  height: 2.93vw;
  display: flex;
  align-items: center;
  border-radius: 0;
}
@media only screen and (max-width: 1500px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .selection .select2-selection,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper .selection .select2-selection,
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection {
    height: 43.95px;
  }
}
body.tax-product_tag > main, body.tax-product_cat > main {
  max-width: 74.3vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.973vw;
  padding-right: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  body.tax-product_tag > main, body.tax-product_cat > main {
    max-width: 1114.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 525px) {
  body.tax-product_tag > main ul.products li.product, body.tax-product_cat > main ul.products li.product {
    width: 100% !important;
  }
}

section.navigation-bar > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.navigation-bar > div .inner {
  padding-top: 1.542vw;
  padding-bottom: 1vw;
}
@media only screen and (max-width: 1500px) {
  section.navigation-bar > div .inner {
    padding-top: 23.13px;
    padding-bottom: 15px;
  }
}
section.navigation-bar > div .inner .cl .control {
  width: 2.3vw;
  height: 2.3vw;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6vw;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1500px) {
  section.navigation-bar > div .inner .cl .control {
    width: 34.5px;
    height: 34.5px;
    font-size: 24px;
  }
}
section.navigation-bar > div .inner .cl .control i {
  line-height: 1.5;
}
section.navigation-bar > div .inner .cl .control.prev {
  left: 0.5vw;
}
@media only screen and (max-width: 1500px) {
  section.navigation-bar > div .inner .cl .control.prev {
    left: 7.5px;
  }
}
section.navigation-bar > div .inner .cl .control.next {
  right: 0.5vw;
}
@media only screen and (max-width: 1500px) {
  section.navigation-bar > div .inner .cl .control.next {
    right: 7.5px;
  }
}
section.navigation-bar > div .inner .cl .itemsJS {
  max-width: 97vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 0.542vw;
  -moz-column-gap: 1.2vw;
       column-gap: 1.2vw;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  section.navigation-bar > div .inner .cl .itemsJS {
    max-width: 1455px;
    padding-bottom: 8.13px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
@media only screen and (max-width: 1060px) {
  section.navigation-bar > div .inner .cl .itemsJS {
    flex-flow: column;
  }
}
section.navigation-bar > div .inner .cl .itemsJS::-webkit-scrollbar {
  height: 12px; /* Height of the horizontal scrollbar */
}
section.navigation-bar > div .inner .cl .itemsJS::-webkit-scrollbar-track {
  background: #3a8074;
  border-radius: 10px;
}
section.navigation-bar > div .inner .cl .itemsJS::-webkit-scrollbar-thumb {
  background: #5ea14f;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.navigation-bar > div .inner .cl .itemsJS::-webkit-scrollbar-thumb:hover {
  background: #5ea14f;
}
@media only screen and (max-width: 1060px) {
  section.navigation-bar > div .inner .cl .itemsJS .wrap {
    text-align: center;
  }
}
section.navigation-bar > div .inner .cl .itemsJS .wrap .paddings a {
  font-size: 1.1vw;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 1500px) {
  section.navigation-bar > div .inner .cl .itemsJS .wrap .paddings a {
    font-size: 16.5px;
  }
}
section.our-team > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.our-team > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.our-team > div.xpad-bot {
  padding-bottom: 0;
}
section.our-team > div.xpad-top {
  padding-top: 0;
}
section.our-team > div.title-style-v2 .inner .wrapper .item > h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 2vw !important;
  color: #11202a !important;
  text-align: center;
}
section.our-team > div.title-style-v2 .inner .wrapper .item > h2 span {
  font-family: "PalatinoLinotype";
  font-style: italic;
  font-size: 2.45vw !important;
  color: #516b62 !important;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div.title-style-v2 .inner .wrapper .item > h2 {
    font-size: 28.5px !important;
  }
  section.our-team > div.title-style-v2 .inner .wrapper .item > h2 span {
    font-size: 36.75px !important;
  }
}
section.our-team > div .inner {
  max-width: 86vw;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner {
    max-width: 1290px;
  }
}
section.our-team > div .inner .as-ttl {
  font-weight: 500;
  font-size: 2.4vw;
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner .as-ttl {
    font-size: 36px;
    margin-bottom: 37.5px;
  }
}
@media only screen and (max-width: 1290px) {
  section.our-team > div .inner .as-ttl {
    text-align: center;
  }
}
section.our-team > div .inner .wrapper {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 3.5vw;
       column-gap: 3.5vw;
  row-gap: 3.5vw;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner .wrapper {
    -moz-column-gap: 52.5px;
         column-gap: 52.5px;
    row-gap: 52.5px;
  }
}
section.our-team > div .inner .wrapper .item {
  background: #fff;
  width: 25.68vw;
  padding: 2vw;
  box-shadow: 0 0 1.4vw -0.5vw rgba(0, 0, 0, 0.34);
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner .wrapper .item {
    width: 385px;
    padding: 30px;
    box-shadow: 0 0 21px -7.5px rgba(0, 0, 0, 0.34);
  }
}
@media only screen and (max-width: 415px) {
  section.our-team > div .inner .wrapper .item {
    width: 100%;
  }
}
section.our-team > div .inner .wrapper .item > h2 {
  font-size: 2.6vw;
  margin-bottom: 1.6216vw;
  color: #045c50;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner .wrapper .item > h2 {
    font-size: 39px;
    margin-bottom: 24.324px;
  }
}
section.our-team > div .inner .wrapper .item .img {
  height: 20.5vw;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner .wrapper .item .img {
    height: 307.5px;
  }
}
@media only screen and (max-width: 415px) {
  section.our-team > div .inner .wrapper .item .img {
    height: 71vw;
  }
}
section.our-team > div .inner .wrapper .item .description {
  margin-top: 1.6216vw;
  font-size: 1.1vw;
  font-weight: 500;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner .wrapper .item .description {
    margin-top: 24.324px;
    font-size: 16.5px;
  }
}
section.our-team > div .inner .wrapper .item .btn-wrap {
  margin-top: 1.6216vw;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner .wrapper .item .btn-wrap {
    margin-top: 24.324px;
  }
}
section.our-team > div .inner .wrapper .item .btn-wrap .theme-btn {
  margin-right: 0.5vw;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner .wrapper .item .btn-wrap .theme-btn {
    margin-right: 7.5px;
  }
}
section.our-team > div .inner .wrapper .item .btn-wrap .theme-btn:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1290px) {
  section.our-team > div .inner.column-3 .wrapper {
    max-width: 853px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 853px) {
  section.our-team > div .inner.column-3 .wrapper {
    max-width: 415px;
  }
}
@media only screen and (max-width: 1290px) {
  section.our-team > div .inner.column-4 .as-ttl {
    text-align: left;
  }
}
@media only screen and (max-width: 1289px) {
  section.our-team > div .inner.column-4 .as-ttl {
    text-align: center;
  }
}
section.our-team > div .inner.column-4 .wrapper {
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
  row-gap: 1.5vw;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner.column-4 .wrapper {
    -moz-column-gap: 22.5px;
         column-gap: 22.5px;
    row-gap: 22.5px;
  }
}
@media only screen and (max-width: 1289px) {
  section.our-team > div .inner.column-4 .wrapper {
    max-width: 969px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 969px) {
  section.our-team > div .inner.column-4 .wrapper {
    max-width: 649px;
  }
}
@media only screen and (max-width: 649px) {
  section.our-team > div .inner.column-4 .wrapper {
    max-width: 328px;
  }
}
section.our-team > div .inner.column-4 .wrapper .item {
  width: 19.88vw;
  padding: 1.5vw;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner.column-4 .wrapper .item {
    width: 298px;
    padding: 22.5px;
  }
}
section.our-team > div .inner.column-4 .wrapper .item > h2 {
  font-size: 2.3vw;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner.column-4 .wrapper .item > h2 {
    font-size: 34.5px;
  }
}
section.our-team > div .inner.column-4 .wrapper .item .img {
  height: 15vw;
}
@media only screen and (max-width: 1500px) {
  section.our-team > div .inner.column-4 .wrapper .item .img {
    height: 225px;
  }
}
section.image-text > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.image-text > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.image-text > div.xpad-bot {
  padding-bottom: 0;
}
section.image-text > div.xpad-top {
  padding-top: 0;
}
section.image-text > div.pad-left-right .inner.full-width .cl {
  padding-left: 0.973vw;
  padding-right: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text > div.pad-left-right .inner.full-width .cl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.image-text > div.pad-med {
  overflow: hidden;
}
section.image-text > div.pad-med .inner.full-width .cl:first-of-type {
  padding-left: 8.9vw;
  padding-right: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text > div.pad-med .inner.full-width .cl:first-of-type {
    padding-left: 134px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  section.image-text > div.pad-med .inner.full-width .cl:first-of-type {
    padding-left: 67px;
  }
}
@media only screen and (max-width: 1036px) {
  section.image-text > div.pad-med .inner.full-width .cl:first-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.image-text > div.pad-med .inner.full-width .cl:last-of-type {
  padding-left: 2vw;
  padding-right: 8.9vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text > div.pad-med .inner.full-width .cl:last-of-type {
    padding-left: 30px;
    padding-right: 134px;
  }
}
@media only screen and (max-width: 1200px) {
  section.image-text > div.pad-med .inner.full-width .cl:last-of-type {
    padding-right: 67px;
  }
}
@media only screen and (max-width: 1036px) {
  section.image-text > div.pad-med .inner.full-width .cl:last-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.image-text > div.pad-med-x-left {
  overflow: hidden;
}
section.image-text > div.pad-med-x-left .inner.full-width .cl:first-of-type {
  padding-right: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text > div.pad-med-x-left .inner.full-width .cl:first-of-type {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1036px) {
  section.image-text > div.pad-med-x-left .inner.full-width .cl:first-of-type {
    padding-right: 15px;
    padding-left: 15px;
  }
}
section.image-text > div.pad-med-x-left .inner.full-width .cl:last-of-type {
  padding-left: 2vw;
  padding-right: 8.9vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text > div.pad-med-x-left .inner.full-width .cl:last-of-type {
    padding-left: 30px;
    padding-right: 134px;
  }
}
@media only screen and (max-width: 1200px) {
  section.image-text > div.pad-med-x-left .inner.full-width .cl:last-of-type {
    padding-right: 67px;
  }
}
@media only screen and (max-width: 1036px) {
  section.image-text > div.pad-med-x-left .inner.full-width .cl:last-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.image-text > div.pad-med-x-right {
  overflow: hidden;
}
section.image-text > div.pad-med-x-right .inner.full-width .cl:first-of-type {
  padding-left: 8.9vw;
  padding-right: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text > div.pad-med-x-right .inner.full-width .cl:first-of-type {
    padding-left: 134px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  section.image-text > div.pad-med-x-right .inner.full-width .cl:first-of-type {
    padding-left: 67px;
  }
}
@media only screen and (max-width: 1036px) {
  section.image-text > div.pad-med-x-right .inner.full-width .cl:first-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.image-text > div.pad-med-x-right .inner.full-width .cl:last-of-type {
  padding-left: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text > div.pad-med-x-right .inner.full-width .cl:last-of-type {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1036px) {
  section.image-text > div.pad-med-x-right .inner.full-width .cl:last-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  section.image-text > div.mobile-reverse-arrangement .inner {
    flex-flow: column-reverse;
  }
  section.image-text > div.mobile-reverse-arrangement .inner .cl.cl-50 {
    width: 100%;
    margin-bottom: 43px;
  }
  section.image-text > div.mobile-reverse-arrangement .inner .cl.cl-50:first-of-type {
    margin-bottom: 0;
  }
}
section.image-text > div.no-underline .inner .cl.details .wrap .ttl {
  border-bottom: 0;
}
section.image-text .inner.gutter {
  max-width: 86vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text .inner.gutter {
    max-width: 1290px;
  }
}
@media only screen and (max-width: 1036px) {
  section.image-text .inner.gutter {
    max-width: 900px;
  }
}
section.image-text .inner.full-width .cl {
  padding-left: 0;
  padding-right: 0;
}
section.image-text .inner .cl {
  font-family: "DmSans", sans-serif;
}
section.image-text .inner .cl.featured-image {
  width: 49vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text .inner .cl.featured-image {
    width: 735px;
  }
}
section.image-text .inner .cl.featured-image .img {
  min-height: 36vw;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
@media only screen and (max-width: 1500px) {
  section.image-text .inner .cl.featured-image .img {
    min-height: 540px;
  }
}
section.image-text .inner .cl.details {
  width: 37vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text .inner .cl.details {
    width: 555px;
  }
}
section.image-text .inner .cl.details .wrap {
  padding-top: 3vw;
  padding-left: 3vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text .inner .cl.details .wrap {
    padding-top: 45px;
    padding-left: 45px;
  }
}
section.image-text .inner .cl.details .wrap .ttl {
  border-bottom: 0.5vw solid #055e4f;
  display: inline-block;
  padding-bottom: 0.85vw;
  color: #055e4f;
}
@media only screen and (max-width: 1500px) {
  section.image-text .inner .cl.details .wrap .ttl {
    padding-bottom: 12.75px;
  }
}
section.image-text .inner .cl.details .wrap .theme-btn {
  margin-top: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text .inner .cl.details .wrap .theme-btn {
    margin-top: 30px;
  }
}
section.image-text .inner .cl h2,
section.image-text .inner .cl h1 {
  position: relative;
}
section.image-text .inner .cl > *:last-child {
  margin-bottom: 0;
}
section.image-text .inner .cl p.iconed {
  position: relative;
  padding-left: 2.3vw;
  font-weight: 500;
}
section.image-text .inner .cl p.iconed .fa {
  font-size: 1.5vw;
  color: #83bd43;
  position: absolute;
  left: 0;
}
section.image-text .inner.right {
  flex-flow: row-reverse;
}
section.image-text .inner.right .cl.details .wrap {
  padding-top: 3vw;
  padding-left: 0;
  padding-right: 3vw;
}
@media only screen and (max-width: 1500px) {
  section.image-text .inner.right .cl.details .wrap {
    padding-top: 45px;
    padding-left: 0;
    padding-right: 45px;
  }
}
section.catalogue > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.catalogue > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.catalogue > div.xpad-bot {
  padding-bottom: 0;
}
section.catalogue > div.xpad-top {
  padding-top: 0;
}
section.catalogue > div .inner {
  max-width: 86vw;
}
@media only screen and (max-width: 1500px) {
  section.catalogue > div .inner {
    max-width: 1290px;
  }
}
section.catalogue > div .inner .cl .as-ttl {
  font-weight: 500;
  font-size: 2.4vw;
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 1500px) {
  section.catalogue > div .inner .cl .as-ttl {
    font-size: 36px;
    margin-bottom: 37.5px;
  }
}
@media only screen and (max-width: 975px) {
  section.catalogue > div .inner .cl .as-ttl {
    text-align: center;
  }
}
@media only screen and (max-width: 1290px) {
  section.catalogue > div .inner .cl .as-ttl.column-4 {
    text-align: center;
  }
}
section.catalogue > div .inner .cl .catalogue-list {
  display: flex;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  row-gap: 3vw;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1500px) {
  section.catalogue > div .inner .cl .catalogue-list {
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 45px;
  }
}
@media only screen and (max-width: 975px) {
  section.catalogue > div .inner .cl .catalogue-list {
    justify-content: center;
  }
}
section.catalogue > div .inner .cl .catalogue-list .pr0duct {
  display: block;
  width: 26vw;
  height: 36vw;
  background-color: #544646;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  padding: 1.32vw;
  text-decoration: none;
}
@media only screen and (max-width: 1500px) {
  section.catalogue > div .inner .cl .catalogue-list .pr0duct {
    width: 390px;
    height: 540px;
    padding: 19.8px;
  }
}
@media only screen and (max-width: 975px) {
  section.catalogue > div .inner .cl .catalogue-list .pr0duct .pr0duct {
    width: 285px;
    height: 408.11px;
  }
}
section.catalogue > div .inner .cl .catalogue-list .pr0duct h2 {
  color: #fff;
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 2.3vw;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  section.catalogue > div .inner .cl .catalogue-list .pr0duct h2 {
    font-size: 34.5px;
  }
}
section.catalogue > div .inner .cl .catalogue-list .pr0duct span.theme-btn {
  font-size: 1.1vw;
}
@media only screen and (max-width: 1500px) {
  section.catalogue > div .inner .cl .catalogue-list .pr0duct span.theme-btn {
    font-size: 16.6px;
  }
}
@media only screen and (max-width: 1290px) {
  section.catalogue > div .inner .cl .catalogue-list .pr0duct {
    width: 29.23vw;
    height: 41.85vw;
  }
}
@media only screen and (max-width: 975px) {
  section.catalogue > div .inner .cl .catalogue-list .pr0duct {
    width: 285px;
    height: 408.11px;
  }
}
section.catalogue > div .inner .cl .catalogue-list.column-4 {
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  row-gap: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.catalogue > div .inner .cl .catalogue-list.column-4 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 1290px) {
  section.catalogue > div .inner .cl .catalogue-list.column-4 {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.catalogue > div .inner .cl .catalogue-list.column-4 .pr0duct {
  width: 19.5vw;
  height: 28vw;
}
@media only screen and (max-width: 1500px) {
  section.catalogue > div .inner .cl .catalogue-list.column-4 .pr0duct {
    width: 292.5px;
    height: 420px;
  }
}
section.slider-3 > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.slider-3 > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.slider-3 > div.xpad-bot {
  padding-bottom: 0;
}
section.slider-3 > div.xpad-top {
  padding-top: 0;
}
section.slider-3 > div .inner {
  max-width: 83.5vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div .inner {
    max-width: 1252.5px;
  }
}
@media only screen and (max-width: 1367px) {
  section.slider-3 > div .inner {
    max-width: 91.62vw;
  }
}
@media only screen and (max-width: 970px) {
  section.slider-3 > div .inner {
    max-width: 889.0003125px;
  }
}
@media only screen and (max-width: 889px) {
  section.slider-3 > div .inner .cl {
    overflow: hidden;
  }
}
section.slider-3 > div .inner .cl .as-ttl {
  font-size: 2.9vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div .inner .cl .as-ttl {
    font-size: 43.5px;
    margin-bottom: 45px;
  }
}
section.slider-3 > div .inner .cl .cntrl {
  border: 0;
  background-color: transparent;
  max-width: 3.9vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.slider-3 > div .inner .cl .cntrl.prev {
  left: -5vw;
}
section.slider-3 > div .inner .cl .cntrl.next {
  right: -5vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div .inner .cl .cntrl {
    max-width: 58.5px;
  }
  section.slider-3 > div .inner .cl .cntrl.prev {
    left: -75px;
  }
  section.slider-3 > div .inner .cl .cntrl.next {
    right: -75px;
  }
}
@media only screen and (max-width: 1410px) {
  section.slider-3 > div .inner .cl .cntrl.prev {
    left: -54px;
  }
  section.slider-3 > div .inner .cl .cntrl.next {
    right: -54px;
  }
}
@media only screen and (max-width: 1367px) {
  section.slider-3 > div .inner .cl .cntrl {
    max-width: 4.2794vw;
  }
  section.slider-3 > div .inner .cl .cntrl.prev {
    left: -3.9vw;
  }
  section.slider-3 > div .inner .cl .cntrl.next {
    right: -3.9vw;
  }
}
@media only screen and (max-width: 970px) {
  section.slider-3 > div .inner .cl .cntrl {
    max-width: 41.523553125px;
    z-index: 2;
  }
  section.slider-3 > div .inner .cl .cntrl.prev {
    left: 0;
  }
  section.slider-3 > div .inner .cl .cntrl.next {
    right: 0;
  }
}
@media only screen and (max-width: 889px) {
  section.slider-3 > div .inner .cl .slider-3Js {
    max-width: 592.66px;
  }
  section.slider-3 > div .inner .cl .slider-3Js .slick-list {
    overflow: unset;
  }
}
@media only screen and (max-width: 593px) {
  section.slider-3 > div .inner .cl .slider-3Js {
    max-width: 296.33px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.slider-3 > div .inner .cl .slider-3Js .wrap .item {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: red;
  max-width: 25.8vw;
  width: 100%;
  height: 32vw;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item {
    max-width: 387px;
    height: 480px;
  }
}
@media only screen and (max-width: 1367px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item {
    max-width: 28.31vw;
    height: 35.1133vw;
  }
}
@media only screen and (max-width: 970px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item {
    max-width: 274.69546875px;
    height: 340.7087390625px;
  }
}
section.slider-3 > div .inner .cl .slider-3Js .wrap .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #055c4f;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.75s ease-in-out;
}
section.slider-3 > div .inner .cl .slider-3Js .wrap .item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #50a140;
  opacity: 0.8;
  z-index: 2;
  border-radius: 50%;
  height: 0;
  width: 0;
  transition: all 0.75s ease-in-out;
  transform: translate(-50%, -50%);
}
section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details {
  position: relative;
  padding-top: 7vw;
  padding-left: 2.4vw;
  padding-right: 2.4vw;
  z-index: 3;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details {
    padding-top: 120px;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media only screen and (max-width: 1367px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details {
    padding-top: 8.77vw;
    padding-left: 2.63vw;
    padding-right: 2.63vw;
  }
}
@media only screen and (max-width: 970px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details {
    padding-top: 85.09640625px;
    padding-left: 25.51921875px;
    padding-right: 25.51921875px;
  }
}
section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details h2 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 3.5vw;
  margin-bottom: 1.6216vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details h2 {
    font-size: 52.5px;
    margin-bottom: 24.324px;
  }
}
@media only screen and (max-width: 1367px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details h2 {
    font-size: 3.84vw;
    margin-bottom: 1.77vw;
  }
}
@media only screen and (max-width: 970px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details h2 {
    font-size: 37.26px;
    margin-bottom: 17.17px;
  }
}
section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details .dsc {
  color: #fff;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 400;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details .dsc {
    font-size: 22.5px;
  }
}
@media only screen and (max-width: 1367px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details .dsc {
    font-size: 1.6459vw;
  }
}
@media only screen and (max-width: 970px) {
  section.slider-3 > div .inner .cl .slider-3Js .wrap .item .details .dsc {
    font-size: 15.9703734375px;
  }
}
section.slider-3 > div .inner .cl .slider-3Js .wrap .item:hover {
  text-decoration: none !important;
}
section.slider-3 > div .inner .cl .slider-3Js .wrap .item:hover:before {
  opacity: 0;
}
section.slider-3 > div .inner .cl .slider-3Js .wrap .item:hover:after {
  height: 999px;
  width: 999px;
}
section.slider-3 > div.square .inner .cl .slider-3Js .wrap .item {
  height: 25.8vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div.square .inner .cl .slider-3Js .wrap .item {
    height: 387px;
  }
}
@media only screen and (max-width: 1367px) {
  section.slider-3 > div.square .inner .cl .slider-3Js .wrap .item {
    height: 28.31vw;
  }
}
@media only screen and (max-width: 970px) {
  section.slider-3 > div.square .inner .cl .slider-3Js .wrap .item {
    height: 274.69546875px;
  }
}
section.slider-3 > div.square .inner .cl .slider-3Js .wrap .item .details {
  padding-top: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div.square .inner .cl .slider-3Js .wrap .item .details {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div.column-4 .inner {
    max-width: 1252.5px;
  }
}
@media only screen and (max-width: 1369px) {
  section.slider-3 > div.column-4 .inner {
    max-width: 950px;
  }
}
@media only screen and (max-width: 1049px) {
  section.slider-3 > div.column-4 .inner {
    max-width: 650px;
  }
}
section.slider-3 > div.column-4 .inner .cl .cntrl .prev {
  left: 0;
}
@media only screen and (max-width: 889px) {
  section.slider-3 > div.column-4 .inner .cl .slider-3Js {
    max-width: 100%;
  }
  section.slider-3 > div.column-4 .inner .cl .slider-3Js .slick-list {
    overflow: unset;
  }
}
@media only screen and (max-width: 663px) {
  section.slider-3 > div.column-4 .inner .cl .slider-3Js {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.slider-3 > div.column-4 .inner .cl .slider-3Js .wrap .item {
  max-width: 19vw;
  height: 22vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div.column-4 .inner .cl .slider-3Js .wrap .item {
    max-width: 285px;
    height: 330px;
  }
}
section.slider-3 > div.column-4 .inner .cl .slider-3Js .wrap .item .details {
  padding-top: 2vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div.column-4 .inner .cl .slider-3Js .wrap .item .details {
    padding-top: 30px;
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
section.slider-3 > div.column-4 .inner .cl .slider-3Js .wrap .item .details h2 {
  font-size: 2.6vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div.column-4 .inner .cl .slider-3Js .wrap .item .details h2 {
    font-size: 39px;
  }
}
section.slider-3 > div.column-4 .inner .cl .slider-3Js .wrap .item .details .dsc {
  font-size: 1.2vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div.column-4 .inner .cl .slider-3Js .wrap .item .details .dsc {
    font-size: 18px;
  }
}
section.slider-3 > div.column-4.square .inner .cl .slider-3Js .wrap .item {
  height: 19vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div.column-4.square .inner .cl .slider-3Js .wrap .item {
    height: 285px;
  }
}
section.slider-3 > div.column-4.square .inner .cl .slider-3Js .wrap .item .details {
  padding-top: 1.5vw;
}
@media only screen and (max-width: 1500px) {
  section.slider-3 > div.column-4.square .inner .cl .slider-3Js .wrap .item .details {
    padding-top: 22.5px;
  }
}
section.grid-4 > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.grid-4 > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.grid-4 > div.xpad-bot {
  padding-bottom: 0;
}
section.grid-4 > div.xpad-top {
  padding-top: 0;
}
section.grid-4 > div .inner {
  max-width: 74.3vw;
}
@media only screen and (max-width: 1500px) {
  section.grid-4 > div .inner {
    max-width: 1114.5px;
  }
}
section.grid-4 > div .inner .cl .anchor {
  height: 1px;
  width: 1px;
  position: absolute;
  background-color: red;
  top: -8vw;
}
@media screen and (max-width: 1500px) {
  section.grid-4 > div .inner .cl .anchor {
    top: -120px;
  }
}
section.grid-4 > div .inner .cl .as-ttl {
  font-weight: 500;
  font-size: 2.4vw;
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 1500px) {
  section.grid-4 > div .inner .cl .as-ttl {
    font-size: 36px;
    margin-bottom: 37.5px;
  }
}
section.grid-4 > div .inner .cl .products-wrap {
  display: flex;
  -moz-column-gap: 0.97vw;
       column-gap: 0.97vw;
  row-gap: 0.97vw;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1500px) {
  section.grid-4 > div .inner .cl .products-wrap {
    -moz-column-gap: 14.55px;
         column-gap: 14.55px;
    row-gap: 14.55px;
  }
}
section.grid-4 > div .inner .cl .products-wrap .pr0duct {
  display: block;
  width: 17.26vw;
  height: 17.26vw;
  background-color: #544646;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  section.grid-4 > div .inner .cl .products-wrap .pr0duct {
    width: 260.2px;
    height: 260.2px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
section.grid-4 > div .inner .cl .products-wrap .pr0duct:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #055c4f;
  opacity: 0.25;
  z-index: 1;
  transition: all 0.75s ease-in-out;
}
section.grid-4 > div .inner .cl .products-wrap .pr0duct .container-image-and-badge {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.grid-4 > div .inner .cl .products-wrap .pr0duct h2 {
  color: #fff;
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 2.3vw;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  section.grid-4 > div .inner .cl .products-wrap .pr0duct h2 {
    font-size: 34.5px;
  }
}
section.grid-4 > div .inner .cl .products-wrap .pr0duct:hover {
  text-decoration: none;
}
section.grid-4 > div .inner .cl .products-wrap .pr0duct:hover:before {
  opacity: 0;
}
section.grid-4 > div .inner .cl .products-wrap .pr0duct:hover:after {
  height: 50vw;
  width: 50vw;
}
@media only screen and (max-width: 1500px) {
  section.grid-4 > div .inner .cl .products-wrap .pr0duct:hover:after {
    height: 750px;
    width: 750px;
  }
}
@media only screen and (max-width: 1115px) {
  section.grid-4 > div .inner .cl .products-wrap .pr0duct {
    width: 23.11vw;
    height: 23.11vw;
  }
}
@media only screen and (max-width: 975px) {
  section.grid-4 > div .inner .cl .products-wrap .pr0duct {
    width: 30.9vw;
    height: 30.9vw;
  }
}
@media only screen and (max-width: 812px) {
  section.grid-4 > div .inner .cl .products-wrap .pr0duct {
    width: calc(50% - 8px);
    height: 46.3vw;
  }
}
@media only screen and (max-width: 484px) {
  section.grid-4 > div .inner .cl .products-wrap .pr0duct {
    width: 100%;
  }
}
section.product-grid-2 > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.product-grid-2 > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.product-grid-2 > div.xpad-bot {
  padding-bottom: 0;
}
section.product-grid-2 > div.xpad-top {
  padding-top: 0;
}
section.product-grid-2 > div .inner {
  max-width: 74.3vw;
}
@media only screen and (max-width: 1500px) {
  section.product-grid-2 > div .inner {
    max-width: 1114.5px;
  }
}
section.product-grid-2 > div .inner .cl .as-ttl {
  font-weight: 500;
  font-size: 2.4vw;
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 1500px) {
  section.product-grid-2 > div .inner .cl .as-ttl {
    font-size: 36px;
    margin-bottom: 37.5px;
  }
}
section.product-grid-2 > div .inner .cl .products-wrap {
  display: flex;
  -moz-column-gap: 3.3vw;
       column-gap: 3.3vw;
  row-gap: 3.3vw;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  section.product-grid-2 > div .inner .cl .products-wrap {
    -moz-column-gap: 49.5px;
         column-gap: 49.5px;
    row-gap: 49.5px;
  }
}
@media only screen and (max-width: 548px) {
  section.product-grid-2 > div .inner .cl .products-wrap {
    row-gap: 30px;
  }
}
section.product-grid-2 > div .inner .cl .products-wrap .pr0duct {
  display: block;
  width: 34.5vw;
  height: 20vw;
  background-color: #544646;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
}
@media only screen and (max-width: 1500px) {
  section.product-grid-2 > div .inner .cl .products-wrap .pr0duct {
    width: 517.5px;
    height: 300px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media only screen and (max-width: 548px) {
  section.product-grid-2 > div .inner .cl .products-wrap .pr0duct {
    width: 100%;
    height: 54.744vw;
  }
}
section.product-grid-2 > div .inner .cl .products-wrap .pr0duct:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #055c4f;
  opacity: 0.25;
  z-index: 1;
  transition: all 0.75s ease-in-out;
}
section.product-grid-2 > div .inner .cl .products-wrap .pr0duct h2 {
  color: #fff;
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 3.5vw;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  section.product-grid-2 > div .inner .cl .products-wrap .pr0duct h2 {
    font-size: 52.5px;
  }
}
@media only screen and (max-width: 548px) {
  section.product-grid-2 > div .inner .cl .products-wrap .pr0duct h2 {
    width: 100%;
    font-size: 9.58vw;
  }
}
section.product-grid-2 > div .inner .cl .products-wrap .pr0duct:hover {
  text-decoration: none;
}
section.product-grid-2 > div .inner .cl .products-wrap .pr0duct:hover h2 {
  opacity: 0;
}
section.product-grid-2 > div .inner .cl .products-wrap .pr0duct:hover:before {
  opacity: 0;
}
section.product-grid-2 > div .inner .cl .products-wrap .pr0duct:hover:after {
  height: 50vw;
  width: 50vw;
}
@media only screen and (max-width: 1500px) {
  section.product-grid-2 > div .inner .cl .products-wrap .pr0duct:hover:after {
    height: 750px;
    width: 750px;
  }
}
section.gallery > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.gallery > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.gallery > div .ttl > h2 {
  position: relative;
  margin-bottom: 2.788vw;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  section.gallery > div .ttl > h2 {
    margin-bottom: 43px;
  }
}
section.gallery > div .inner {
  margin-top: -0.973vw;
  margin-bottom: -0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.gallery > div .inner {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 1274px) {
  section.gallery > div .inner {
    max-width: 848px;
  }
}
@media only screen and (max-width: 848px) {
  section.gallery > div .inner {
    max-width: 424px;
  }
}
section.gallery > div .inner .cl {
  padding-top: 0.973vw;
  padding-bottom: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.gallery > div .inner .cl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1274px) {
  section.gallery > div .inner .cl {
    width: 50%;
  }
}
@media only screen and (max-width: 848px) {
  section.gallery > div .inner .cl {
    width: 100%;
  }
}
section.gallery > div .inner .cl .wrap {
  height: 38vw;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  section.gallery > div .inner .cl .wrap {
    height: 583px;
  }
}
@media only screen and (max-width: 424px) {
  section.gallery > div .inner .cl .wrap {
    height: 137.5vw;
  }
}
section.gallery > div .inner .cl .wrap .img {
  display: block;
  cursor: pointer;
  position: relative;
  background-size: cover;
  height: 100%;
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
section.gallery > div .inner .cl .wrap:hover .img {
  transform: scale(1.2);
}
section.gallery > div .inner .cl.cl-25 .wrap {
  height: 26vw;
}
@media only screen and (max-width: 1500px) {
  section.gallery > div .inner .cl.cl-25 .wrap {
    height: 450px;
  }
}
section.gallery > div .inner.button-wrap {
  margin-top: 2.65vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1500px) {
  section.gallery > div .inner.button-wrap {
    margin-top: 41px;
  }
}
section.gallery > div .inner.button-wrap .cl {
  padding: 0;
  text-align: center;
  width: 100%;
}
section.gallery > div .inner.button-wrap .cl h3 {
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
}
section.image-grid-2 > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.image-grid-2 > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.image-grid-2 > div .inner {
  margin-top: -0.973vw;
  margin-bottom: -0.973vw;
}
@media screen and (max-width: 1500px) {
  section.image-grid-2 > div .inner {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 596px) {
  section.image-grid-2 > div .inner {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
section.image-grid-2 > div .cl > h2 {
  position: relative;
  margin-bottom: 2.788vw;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  section.image-grid-2 > div .cl > h2 {
    margin-bottom: 43px;
  }
}
section.image-grid-2 > div .cl.cl-50 {
  padding-top: 0.973vw;
  padding-bottom: 0.973vw;
}
@media screen and (max-width: 1500px) {
  section.image-grid-2 > div .cl.cl-50 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1270px) {
  section.image-grid-2 > div .cl.cl-50 {
    width: 100%;
  }
}
@media screen and (max-width: 596px) {
  section.image-grid-2 > div .cl.cl-50 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
section.image-grid-2 > div .cl.cl-50 .img {
  background-size: cover;
  background-position: center center;
  height: 27vw;
  position: relative;
}
@media screen and (max-width: 1500px) {
  section.image-grid-2 > div .cl.cl-50 .img {
    height: 414px;
  }
}
@media screen and (max-width: 1270px) {
  section.image-grid-2 > div .cl.cl-50 .img {
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 595px) {
  section.image-grid-2 > div .cl.cl-50 .img {
    height: 69vw;
  }
}
section.image-grid-2 > div .cl.cl-50 .img .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.image-grid-2 > div .cl.cl-50 .img .details .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
section.image-grid-2 > div .cl.cl-50 .img .details .text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 2vw;
}
@media screen and (max-width: 1500px) {
  section.image-grid-2 > div .cl.cl-50 .img .details .text {
    padding: 28px;
  }
}
section.image-grid-2 > div .cl.cl-50 .img .details .text h2 {
  color: inherit;
}
@media screen and (max-width: 400px) {
  section.image-grid-2 > div .cl.cl-50 .img .details .text h2 {
    font-size: calc(var(--base-h2-size) / 1.2);
  }
}
@media screen and (max-width: 595px) {
  section.image-grid-2 > div .cl.cl-50 .img .details .text .desc {
    height: 66px;
    overflow-y: auto;
    line-height: 25px;
  }
}
@media screen and (max-width: 511px) {
  section.image-grid-2 > div .cl.cl-50 .img .details .text .desc {
    display: none;
  }
}
section.image-grid-2 > div .cl.cl-50 .img .details .text .button {
  text-align: right;
}
section.image-grid > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.image-grid > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.image-grid > div .cl > h2 {
  position: relative;
  margin-bottom: 2.788vw;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  section.image-grid > div .cl > h2 {
    margin-bottom: 43px;
  }
}
section.image-grid > div .cl.btns {
  text-align: center;
  margin-top: 2.65vw;
}
@media screen and (max-width: 1500px) {
  section.image-grid > div .cl.btns {
    margin-top: 41px;
  }
}
section.image-grid > div .tiles {
  width: 100%;
  display: grid;
  grid-row-gap: 0.973vw;
  grid-column-gap: 0.973vw;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1500px) {
  section.image-grid > div .tiles {
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}
@media screen and (max-width: 1270px) {
  section.image-grid > div .tiles {
    grid-template-columns: repeat(2, 1fr);
    max-width: 776px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 740px) {
  section.image-grid > div .tiles {
    grid-template-columns: repeat(1, 1fr);
    max-width: 350px;
  }
}
section.image-grid > div .tiles .tile {
  width: 100%;
}
section.image-grid > div .tiles .tile .img {
  display: block;
  height: 29vw;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 1270px) {
  section.image-grid > div .tiles .tile .img {
    height: 480px;
  }
}
@media screen and (max-width: 350px) {
  section.image-grid > div .tiles .tile .img {
    height: 136.37vw;
  }
}
section.image-grid > div .tiles .tile .img .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  overflow-y: auto;
  padding: 2vw 1.75vw;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  section.image-grid > div .tiles .tile .img .details {
    padding: 30px 27px;
  }
}
@media screen and (max-width: 1270px) {
  section.image-grid > div .tiles .tile .img .details > h2 {
    margin-bottom: 35px;
  }
}
section.image-grid > div .tiles .tile .img .details h2 {
  color: inherit;
}
section.image-grid > div .tiles .tile .img .details .theme-btn {
  position: absolute;
  right: 1.75vw;
  bottom: 1.75vw;
}
@media screen and (max-width: 1500px) {
  section.image-grid > div .tiles .tile .img .details .theme-btn {
    right: 27px;
    bottom: 27px;
  }
}
section.image-grid > div .tiles .tile .img:hover .details {
  opacity: 1;
}
section.image-grid > div .tiles .tile.detail-show .img .details {
  opacity: 1;
}
section.content-bordered .bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #787878;
  margin-top: 2vw;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  section.content-bordered .bordered {
    margin-top: 30.5px;
  }
}
@media screen and (max-width: 885.55px) {
  section.content-bordered .bordered {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.content-bordered .bordered .as-ttl {
  text-align: center;
  margin-top: -2vw;
  margin-bottom: 0;
  background-color: #fff;
  color: #231f20;
  padding-left: 1.946vw;
  padding-right: 1.946vw;
}
@media screen and (max-width: 1500px) {
  section.content-bordered .bordered .as-ttl {
    margin-top: -30.5px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.content-bordered .bordered .content {
  padding-top: 2.2vw;
  padding-bottom: 1.8333333333vw;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 1500px) {
  section.content-bordered .bordered .content {
    padding-top: 33.8px;
    padding-bottom: 28.1666666667px;
  }
}
@media screen and (max-width: 967px) {
  section.content-bordered .bordered .content {
    flex-flow: column-reverse;
    align-items: center;
  }
}
section.content-bordered .bordered .content > div {
  width: 50%;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}
@media screen and (max-width: 1500px) {
  section.content-bordered .bordered .content > div {
    padding-left: 53px;
    padding-right: 53px;
  }
}
@media screen and (max-width: 967px) {
  section.content-bordered .bordered .content > div {
    width: 100%;
    max-width: 563px;
  }
}
@media screen and (max-width: 967px) {
  section.content-bordered .bordered .content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
section.content-bordered .bordered .content > div:first-of-type {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #787878;
}
@media screen and (max-width: 967px) {
  section.content-bordered .bordered .content > div:first-of-type {
    border-right: 0;
  }
}
section.content-bordered .bordered .content > div.details {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 967px) {
  section.content-bordered .bordered .content > div.details {
    text-align: center;
  }
}
section.content-bordered .bordered .content > div.details img {
  max-width: 18.5vw;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  section.content-bordered .bordered .content > div.details img {
    max-width: 284px;
  }
}
section.content-editor > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.content-editor > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.content-editor > div.xpad-bot {
  padding-bottom: 0;
}
section.content-editor > div.xpad-top {
  padding-top: 0;
}
section.content-editor > div.pad-left-right .inner.full-width .cl {
  padding-left: 0.973vw;
  padding-right: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div.pad-left-right .inner.full-width .cl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.content-editor > div.pad-med {
  overflow: hidden;
}
section.content-editor > div.pad-med .inner.full-width .cl:first-of-type {
  padding-left: 8.9vw;
  padding-right: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div.pad-med .inner.full-width .cl:first-of-type {
    padding-left: 134px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  section.content-editor > div.pad-med .inner.full-width .cl:first-of-type {
    padding-left: 67px;
  }
}
@media only screen and (max-width: 1036px) {
  section.content-editor > div.pad-med .inner.full-width .cl:first-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.content-editor > div.pad-med .inner.full-width .cl:last-of-type {
  padding-left: 2vw;
  padding-right: 8.9vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div.pad-med .inner.full-width .cl:last-of-type {
    padding-left: 30px;
    padding-right: 134px;
  }
}
@media only screen and (max-width: 1200px) {
  section.content-editor > div.pad-med .inner.full-width .cl:last-of-type {
    padding-right: 67px;
  }
}
@media only screen and (max-width: 1036px) {
  section.content-editor > div.pad-med .inner.full-width .cl:last-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.content-editor > div.pad-med-x-left {
  overflow: hidden;
}
section.content-editor > div.pad-med-x-left .inner.full-width .cl:first-of-type {
  padding-right: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div.pad-med-x-left .inner.full-width .cl:first-of-type {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1036px) {
  section.content-editor > div.pad-med-x-left .inner.full-width .cl:first-of-type {
    padding-right: 15px;
    padding-left: 15px;
  }
}
section.content-editor > div.pad-med-x-left .inner.full-width .cl:last-of-type {
  padding-left: 2vw;
  padding-right: 8.9vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div.pad-med-x-left .inner.full-width .cl:last-of-type {
    padding-left: 30px;
    padding-right: 134px;
  }
}
@media only screen and (max-width: 1200px) {
  section.content-editor > div.pad-med-x-left .inner.full-width .cl:last-of-type {
    padding-right: 67px;
  }
}
@media only screen and (max-width: 1036px) {
  section.content-editor > div.pad-med-x-left .inner.full-width .cl:last-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.content-editor > div.pad-med-x-right {
  overflow: hidden;
}
section.content-editor > div.pad-med-x-right .inner.full-width .cl:first-of-type {
  padding-left: 8.9vw;
  padding-right: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div.pad-med-x-right .inner.full-width .cl:first-of-type {
    padding-left: 134px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  section.content-editor > div.pad-med-x-right .inner.full-width .cl:first-of-type {
    padding-left: 67px;
  }
}
@media only screen and (max-width: 1036px) {
  section.content-editor > div.pad-med-x-right .inner.full-width .cl:first-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.content-editor > div.pad-med-x-right .inner.full-width .cl:last-of-type {
  padding-left: 2vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div.pad-med-x-right .inner.full-width .cl:last-of-type {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1036px) {
  section.content-editor > div.pad-med-x-right .inner.full-width .cl:last-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  section.content-editor > div.mobile-reverse-arrangement .inner {
    flex-flow: column-reverse;
  }
  section.content-editor > div.mobile-reverse-arrangement .inner .cl.cl-50 {
    width: 100%;
    margin-bottom: 43px;
  }
  section.content-editor > div.mobile-reverse-arrangement .inner .cl.cl-50:first-of-type {
    margin-bottom: 0;
  }
}
section.content-editor .inner.gutter {
  max-width: 74.3vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor .inner.gutter {
    max-width: 1036px;
  }
}
@media only screen and (max-width: 1036px) {
  section.content-editor .inner.gutter {
    max-width: 900px;
  }
}
section.content-editor .inner.full-width .cl {
  padding-left: 0;
  padding-right: 0;
}
section.content-editor .inner .cl {
  font-family: "DmSans", sans-serif;
}
section.content-editor .inner .cl.cl-33 {
  border-right: 0.3vw solid #015c4f;
  padding-right: 3.6vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl.cl-33 {
    padding-right: 54px;
  }
}
@media screen and (max-width: 901px) {
  section.content-editor .inner .cl.cl-33 {
    padding-right: 15px;
  }
}
section.content-editor .inner .cl.cl-66 {
  padding-left: 3.6vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl.cl-66 {
    padding-left: 54px;
  }
}
@media screen and (max-width: 901px) {
  section.content-editor .inner .cl.cl-66 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  section.content-editor .inner .cl.cl-50 {
    width: 100%;
    margin-bottom: 43px;
  }
  section.content-editor .inner .cl.cl-50:last-of-type {
    margin-bottom: 0;
  }
  section.content-editor .inner .cl.cl-50 .vimeo-iframe {
    width: 100% !important;
    height: 95vw !important;
  }
  section.content-editor .inner .cl.cl-50 .vimeo-iframe iframe {
    width: 100%;
    height: 100%;
  }
  section.content-editor .inner .cl.cl-66, section.content-editor .inner .cl.cl-33 {
    width: 100%;
    margin-bottom: 43px;
  }
  section.content-editor .inner .cl.cl-66:last-of-type, section.content-editor .inner .cl.cl-33:last-of-type {
    margin-bottom: 0;
  }
}
section.content-editor .inner .cl h2,
section.content-editor .inner .cl h1 {
  position: relative;
}
section.content-editor .inner .cl > *:last-child {
  margin-bottom: 0;
}
section.content-editor .inner .cl p.iconed {
  position: relative;
  padding-left: 2.3vw;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl p.iconed {
    padding-left: 34.5px;
  }
}
section.content-editor .inner .cl p.iconed .fa {
  font-size: 1.5vw;
  color: #83bd43;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl p.iconed .fa {
    font-size: 22.5px;
  }
}
section.content-editor .inner .cl .socmed {
  display: flex;
  padding-left: 2.3vw;
  font-weight: 500;
}
section.content-editor .inner .cl .socmed span {
  margin-right: 1vw;
}
section.content-editor .inner .cl .socmed .social-media-link-wrapper li {
  list-style: none;
  margin-right: 1.4vw;
  position: relative;
}
section.content-editor .inner .cl .socmed .social-media-link-wrapper li:last-of-type:after {
  display: none;
}
section.content-editor .inner .cl .socmed .social-media-link-wrapper li:after {
  content: "";
  position: absolute;
  width: 0.12vw;
  height: 2vw;
  background: #000;
  right: 1px;
  top: -0.12vw;
  right: -0.8vw;
}
@media only screen and (max-width: 886px) {
  section.image-banner {
    height: 250px;
    overflow: hidden;
    position: relative;
  }
}
section.image-banner .content {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 886px) {
  section.image-banner .content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
section.image-banner .content .captions {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.973vw;
  padding-top: 10.3vw;
  padding-bottom: 4.2vw;
  max-width: 83vw;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  max-width: unset;
}
@media only screen and (max-width: 1500px) {
  section.image-banner .content .captions {
    max-width: 1500px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 63px;
  }
}
@media only screen and (max-width: 1000px) {
  section.image-banner .content .captions {
    align-items: end;
  }
}
@media only screen and (max-width: 886px) {
  section.image-banner .content .captions {
    padding-bottom: 15px;
    color: #fff;
  }
}
section.image-banner .content .captions .wrapper {
  color: #fff;
  text-align: center;
  max-width: 75.5vw;
}
@media only screen and (max-width: 1500px) {
  section.image-banner .content .captions .wrapper {
    max-width: 1132.5px;
  }
}
section.image-banner .content .captions .wrapper .ttl {
  font-size: 4vw;
  font-weight: 500;
  color: inherit;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  section.image-banner .content .captions .wrapper .ttl {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  section.image-banner .content .captions .wrapper .ttl {
    font-size: 35px;
  }
}
@media only screen and (max-width: 665px) {
  section.image-banner .content .captions .wrapper .ttl {
    font-size: 30px;
  }
}
section.image-banner .content .captions .wrapper .desc {
  font-size: 1.33vw;
  margin-top: 1vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  section.image-banner .content .captions .wrapper .desc {
    font-size: 20.25px;
    line-height: 18px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  section.image-banner .content .captions .wrapper .desc {
    font-size: 15px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 951px) {
  section.image-banner .content .captions .wrapper .desc br {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  section.image-banner .content .captions .wrapper .desc {
    display: none;
  }
}
section.image-banner .content .captions .wrapper .btn-wrap {
  margin-top: 2.8vw;
}
@media only screen and (max-width: 1500px) {
  section.image-banner .content .captions .wrapper .btn-wrap {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 886px) {
  section.image-banner .content .captions .wrapper .btn-wrap {
    margin-top: 30px;
  }
}
section.image-banner .content .captions .wrapper .btn-wrap .theme-btn {
  font-size: 1.1vw;
  font-weight: 500;
}
@media only screen and (max-width: 1500px) {
  section.image-banner .content .captions .wrapper .btn-wrap .theme-btn {
    font-size: 16.5px;
  }
}
section.image-banner .image-list {
  overflow: hidden;
}
section.image-banner .image-list .img {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 886px) {
  section.image-banner .image-list .img {
    height: 369.45px;
    padding-top: 0;
  }
}
section.image-banner .image-list .img .real-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  z-index: 1;
  background-size: cover;
  background-position: top center;
}
section.image-banner .image-list .img .real-image.has-zoom {
  -webkit-animation: myMove 5s 1 ease-in-out;
  animation: myMove 5s 1 ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: myMove 5s forwards; /* for less modern browsers */
  animation: myMove 5s forwards;
}
section.image-banner .image-list .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, transparent 60%, rgb(0, 0, 0) 100%);
  opacity: 0.9;
  z-index: 1;
}
section.image-banner .image-list .slick-dots {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 3vw;
  transform: translateX(-50%);
  position: absolute;
  padding: 0 1vw;
  z-index: 2;
}
@media only screen and (max-width: 667px) {
  section.image-banner .image-list .slick-dots {
    display: none;
  }
}
section.image-banner .image-list .slick-dots:before {
  content: "";
  width: 100%;
  display: block;
  background-color: #9da0b0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0.07vw;
  bottom: 0.13vw;
  box-shadow: 0px 0px 0px 1px rgba(157, 160, 176, 0.5);
}
@media only screen and (max-width: 1500px) {
  section.image-banner .image-list .slick-dots:before {
    height: 1px;
    bottom: 2px;
    box-shadow: 0px 0px 0px 0.03vw rgba(157, 160, 176, 0.5);
  }
}
section.image-banner .image-list .slick-dots li {
  list-style: none;
  display: inline-block;
}
section.image-banner .image-list .slick-dots li button {
  width: 5vw;
  position: relative;
  border: 0;
  background-color: transparent;
  color: #c1a864;
  opacity: 0;
  font-weight: 500;
  font-size: 1vw;
  padding-bottom: 0.45vw;
}
@media only screen and (max-width: 1500px) {
  section.image-banner .image-list .slick-dots li button {
    width: 75px;
    font-size: 14px;
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 1250px) {
  section.image-banner .image-list .slick-dots li button {
    width: 40px;
  }
}
section.image-banner .image-list .slick-dots li button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c1a864;
  height: 0.35vw;
  border-radius: 0.2vw;
}
@media only screen and (max-width: 1500px) {
  section.image-banner .image-list .slick-dots li button:before {
    height: 5px;
    border-radius: 2px;
  }
}
section.image-banner .image-list .slick-dots li.slick-active button {
  opacity: 1;
}
section.image-banner .video-wrap {
  background-color: #000;
}
section.image-banner .video-wrap .inner-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 665px) {
  section.image-banner .video-wrap .inner-wrap {
    height: 370px !important;
    width: 664px;
  }
}
section.image-banner .video-wrap .inner-wrap .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.image-banner .video-wrap .inner-wrap .loader .lds-roller div:after {
  background-color: gold;
}
section.image-banner .video-wrap .inner-wrap .overflow {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--vimeo-default-h);
}
@media only screen and (max-width: 665px) {
  section.image-banner .video-wrap .inner-wrap .overflow {
    padding-bottom: 376px;
  }
}
section.image-banner .video-wrap .inner-wrap .overflow iframe {
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
section.image-banner .video-wrap .inner-wrap .overflow iframe#video-banner {
  display: block !important;
}
section.image-banner .video-wrap .inner-wrap .overflow iframe#video-banner-mobile {
  display: none !important;
}
@media only screen and (max-width: 1242px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe#video-banner-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 319px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe {
    width: 741px;
    transform: translateX(-50%);
    top: -65px;
    left: 50%;
  }
}
@keyframes myMove {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1.1, 1.1);
    transform-origin: 50% 0%;
  }
}
@-webkit-keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transform-origin: 50% 0%;
  }
}
section.services > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.services > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.services > div.xpad-bot {
  padding-bottom: 0;
}
section.services > div.xpad-top {
  padding-top: 0;
}
section.services .inner {
  margin-top: -0.973vw;
  margin-bottom: -0.973vw;
}
@media screen and (max-width: 1500px) {
  section.services .inner {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 951px) {
  section.services .inner {
    max-width: 780px;
  }
}
section.services .inner .cl {
  padding-top: 0.973vw;
  padding-bottom: 0.973vw;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 951px) {
  section.services .inner .cl {
    width: 50%;
  }
}
@media screen and (max-width: 641px) {
  section.services .inner .cl {
    width: 100%;
  }
}
section.services .inner .cl .item {
  background-color: #fff;
  box-shadow: 0 0 1vw -0.5vw #000;
  border-radius: 1vw;
  position: relative;
  padding-top: 3.3vw;
  padding-left: 0.973vw;
  padding-right: 0.973vw;
  padding-bottom: 1.65vw;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl .item {
    border-radius: 15px;
    box-shadow: 0 0 15px -7.5px #000;
    padding-top: 49.5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 24.75px;
  }
}
@media screen and (max-width: 951px) {
  section.services .inner .cl .item {
    max-width: 360px;
  }
}
@media screen and (max-width: 641px) {
  section.services .inner .cl .item {
    max-width: 100%;
  }
}
section.services .inner .cl .item .special {
  position: absolute;
  top: 0;
  background-color: #1fbcbc;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 0.2vw 0;
}
section.services .inner .cl .item h2 {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 641px) {
  section.services .inner .cl .item h2 br {
    display: none;
  }
}
section.services .inner .cl .item .details {
  font-size: 1vw;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl .item .details {
    font-size: 15px;
  }
}
section.services .inner .cl .item .details .price-n-btn .price {
  text-align: center;
  margin-bottom: 0.973vw;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl .item .details .price-n-btn .price {
    margin-bottom: 15px;
  }
}
section.services .inner .cl .item .details .price-n-btn .price .cost {
  font-size: 2.2vw;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl .item .details .price-n-btn .price .cost {
    font-size: 33px;
  }
}
section.services .inner .cl .item .details .price-n-btn .btn-wrap .theme-btn {
  font-size: 1vw;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl .item .details .price-n-btn .btn-wrap .theme-btn {
    font-size: 15px;
  }
}
section.services .inner .cl .item hr {
  margin: 1.8vw 0;
  padding: 0;
  border-color: transparent;
  height: 0.065vw;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl .item hr {
    margin: 27px 0;
    height: 1px;
  }
}
section.services .inner .cl .item .perks ul {
  margin-bottom: 0;
  padding-left: 0;
}
section.services .inner .cl .item .perks ul li {
  list-style: none;
  padding-left: 1.5vw;
  position: relative;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl .item .perks ul li {
    padding-left: 22.5px;
    margin-bottom: 7.5px;
  }
}
section.services .inner .cl .item .perks ul li:last-of-type {
  margin-bottom: 0;
}
section.services .inner .cl .item .perks ul li .fa {
  position: absolute;
  top: 0.3vw;
  left: 0;
  font-size: 1vw;
  color: #1fbcbc;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl .item .perks ul li .fa {
    top: 5px;
    font-size: 15px;
  }
}
section.services .inner .cl .item .perks ul li span {
  font-size: 1vw;
}
@media screen and (max-width: 1500px) {
  section.services .inner .cl .item .perks ul li span {
    font-size: 15px;
  }
}
section.title-slider > div {
  background-color: #1fbcbc;
}
section.title-slider > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.title-slider > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.title-slider .inner .cl .title-list {
  padding: 2vw 0;
}
@media only screen and (max-width: 1500px) {
  section.title-slider .inner .cl .title-list {
    padding: 30.7px 0;
  }
}
@media only screen and (max-width: 501px) {
  section.title-slider .inner .cl .title-list {
    padding: 20px 0;
  }
}
section.title-slider .inner .cl .title-list .title {
  text-align: center;
}
section.title-slider .inner .cl .title-list .title h2 {
  color: #fff;
  font-size: 1.65vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  section.title-slider .inner .cl .title-list .title h2 {
    font-size: 24.73px;
  }
}
@media only screen and (max-width: 501px) {
  section.title-slider .inner .cl .title-list .title h2 {
    font-size: 19px;
  }
  section.title-slider .inner .cl .title-list .title h2 br {
    display: none;
  }
}
section.title-slider .inner .cl .title-list .title .theme-btn {
  margin-top: 1.2vw;
}
@media only screen and (max-width: 1500px) {
  section.title-slider .inner .cl .title-list .title .theme-btn {
    margin-top: 15px;
  }
}
section.bigslider {
  margin-top: 1.946vw;
}
@media only screen and (max-width: 1500px) {
  section.bigslider {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1242px) {
  section.bigslider {
    margin-top: 15px;
  }
}
section.bigslider > div {
  position: relative;
}
section.bigslider > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.bigslider > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
@media only screen and (max-width: 1500px) {
  section.bigslider > div > .inner {
    overflow: hidden;
  }
}
section.bigslider .inner .slide-pager {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1242px) {
  section.bigslider .inner .slide-pager {
    right: 0;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
section.bigslider .inner .slide-pager button {
  background-color: transparent;
}
section.bigslider .inner .slide-pager button.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  line-height: 1;
  font-size: 4.1vw;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner .slide-pager button.slick-arrow {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1242px) {
  section.bigslider .inner .slide-pager button.slick-arrow {
    font-size: 40px;
    padding: 6px 6px;
    text-shadow: 0 0 11px #1fbcbc;
  }
}
section.bigslider .inner .slide-pager button.slick-arrow.slick-prev {
  left: 2.5vw;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner .slide-pager button.slick-arrow.slick-prev {
    left: 38px;
  }
}
@media only screen and (max-width: 1295px) {
  section.bigslider .inner .slide-pager button.slick-arrow.slick-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 1242px) {
  section.bigslider .inner .slide-pager button.slick-arrow.slick-prev {
    left: 7.5px;
  }
}
section.bigslider .inner .slide-pager button.slick-arrow.slick-next {
  right: 2.5vw;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner .slide-pager button.slick-arrow.slick-next {
    right: 38px;
  }
}
@media only screen and (max-width: 1295px) {
  section.bigslider .inner .slide-pager button.slick-arrow.slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 1242px) {
  section.bigslider .inner .slide-pager button.slick-arrow.slick-next {
    right: 7.5px;
  }
}
section.bigslider .inner .slide-pager .slick-list {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  overflow: unset;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner .slide-pager .slick-list {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 853px) {
  section.bigslider .inner .slide-pager .slick-list {
    max-width: 90%;
  }
}
@media only screen and (max-width: 482px) {
  section.bigslider .inner .slide-pager .slick-list {
    max-width: 260px;
  }
}
section.bigslider .inner .slide-pager .wrap {
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding-left: 0.973vw;
  padding-right: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner .slide-pager .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1242px) {
  section.bigslider .inner .slide-pager .wrap {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
section.bigslider .inner .slide-pager .wrap .item {
  position: relative;
  overflow: hidden;
  background-color: #b1adae;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20.5vw;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner .slide-pager .wrap .item {
    height: 307px;
  }
}
@media only screen and (max-width: 1242px) {
  section.bigslider .inner .slide-pager .wrap .item {
    height: 29vw;
  }
}
@media only screen and (max-width: 853px) {
  section.bigslider .inner .slide-pager .wrap .item {
    height: 38vw;
  }
}
@media only screen and (max-width: 482px) {
  section.bigslider .inner .slide-pager .wrap .item {
    height: 240px;
  }
}
section.bigslider .inner .slide-pager .wrap .item .as-ttl {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1242px) {
  section.bigslider .inner .slide-pager .wrap .item .as-ttl {
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 853px) {
  section.bigslider .inner .slide-pager .wrap .item .as-ttl {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 638px) {
  section.bigslider .inner .slide-pager .wrap .item .as-ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 501px) {
  section.bigslider .inner .slide-pager .wrap .item .as-ttl {
    font-size: 19px;
  }
}
section.bigslider .inner .slide-pager .wrap .item .overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.55;
  transition: all 0.3s ease-in-out;
}
section.bigslider .inner .slide-pager .wrap .item .overlay span {
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (max-width: 489px) {
  section.bigslider .inner .slide-pager .wrap .item .overlay span {
    display: block;
  }
}
section.bigslider .inner .slide-pager .wrap .item .as-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
section.bigslider .inner .slide-pager .wrap .item:hover .as-img {
  transform: scale(1.05);
}
section.bigslider .inner .slide-pager .wrap .item:hover .overlay {
  background-color: #1fbcbc;
  opacity: 0.85;
}
section.bigslider .inner .slide-pager .wrap.slick-active .item .as-ttl {
  opacity: 1;
}
section.bigslider .inner .slide-pager .wrap.slick-current .item .overlay {
  background-color: #1fbcbc;
  opacity: 0.85;
}
section.bigslider .inner.contents {
  margin-top: 1.946vw;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner.contents {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1242px) {
  section.bigslider .inner.contents {
    margin-top: 15px;
  }
}
section.bigslider .inner.contents .slick-slider {
  background-color: #000;
}
section.bigslider .inner.contents .slick-track {
  display: flex !important;
}
section.bigslider .inner.contents .slick-track .slick-slide {
  height: inherit !important;
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap {
  background-color: #1fbcbc;
  position: relative;
  height: 57vw;
  padding-left: 0.973vw;
  padding-right: 0.973vw;
  flex-flow: column;
  display: flex;
  background-size: cover;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap {
    padding-left: 15px;
    padding-right: 15px;
    height: 600px;
  }
}
@media only screen and (max-width: 701px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap {
    height: 100% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    justify-content: center;
  }
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, transparent -100%, rgb(0, 0, 0) 100%);
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents {
  position: relative;
  max-width: 52vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents {
    max-width: 780px;
  }
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .ttl,
section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .content {
  color: #fff;
  text-align: center;
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .ttl {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 3.5vw;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .ttl {
    font-size: 52.55px;
  }
}
@media only screen and (max-width: 860px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .ttl {
    font-size: 33px;
  }
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .content {
  margin-top: 2.5vw;
  font-size: 0.9vw;
  letter-spacing: 0.04vw;
  line-height: 1.9;
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .content > *:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .content {
    margin-top: 35px;
    letter-spacing: 1px;
    font-size: 13.5px;
  }
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .btn {
  text-align: center;
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap .text-contents .btn {
    margin-top: 35px;
  }
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap.mid {
  justify-content: center;
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap.top {
  justify-content: flex-start;
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap.top .text-contents {
  padding-top: 6.5vw;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap.top .text-contents {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap.top .text-contents {
    padding-top: 30px;
  }
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap.btm {
  justify-content: flex-end;
}
section.bigslider .inner.contents .slide-contents .slide-content .wrap.btm .text-contents {
  padding-bottom: 6.5vw;
}
@media only screen and (max-width: 1500px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap.btm .text-contents {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 700px) {
  section.bigslider .inner.contents .slide-contents .slide-content .wrap.btm .text-contents {
    padding-bottom: 30px;
  }
}
section.fullwidth-image > div {
  position: relative;
}
section.fullwidth-image > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.grid-gallery > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.grid-gallery > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.grid-gallery > div.xpad-bot {
  padding-bottom: 0;
}
section.grid-gallery > div.xpad-top {
  padding-top: 0;
}
section.grid-gallery .grid-list {
  max-width: 53.4vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  section.grid-gallery .grid-list {
    max-width: 802px;
  }
}
section.grid-gallery .grid-list.show-all > div {
  margin-bottom: 0.6vw;
}
@media only screen and (max-width: 1500px) {
  section.grid-gallery .grid-list.show-all > div {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 441px) {
  section.grid-gallery .grid-list.show-all > div {
    margin-bottom: 2.5px;
  }
}
section.grid-gallery .grid-list .image-group {
  display: flex;
  flex-flow: row wrap;
  max-width: inherit;
  margin-top: -0.6vw;
  margin-bottom: -0.6vw;
}
@media only screen and (max-width: 1500px) {
  section.grid-gallery .grid-list .image-group {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 831px) {
  section.grid-gallery .grid-list .image-group {
    justify-content: center;
  }
}
@media only screen and (max-width: 441px) {
  section.grid-gallery .grid-list .image-group {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }
}
section.grid-gallery .grid-list .image-group > .img-wrap {
  border: 1px solid #cdcdcd;
  width: 16.6vw;
  height: 16.6vw;
  margin: 0.6vw;
  background-color: #cdcdcd;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  section.grid-gallery .grid-list .image-group > .img-wrap {
    width: 249.26px;
    height: 249.26px;
    margin: 9px;
  }
}
@media only screen and (max-width: 831px) {
  section.grid-gallery .grid-list .image-group > .img-wrap {
    width: 27vw;
    height: 27vw;
  }
}
@media only screen and (max-width: 441px) {
  section.grid-gallery .grid-list .image-group > .img-wrap {
    margin: 2.5px;
    width: 28.64vw;
    height: 28.64vw;
  }
}
section.grid-gallery .grid-list .image-group > .img-wrap .img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
section.grid-gallery .grid-list .image-group > .img-wrap:hover .img {
  transform: scale(1.02);
}
section.blog-archive div .inner {
  margin-top: -0.973vw;
  margin-bottom: -0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.blog-archive div .inner {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
section.blog-archive div .inner .cl {
  padding-top: 0.973vw;
  padding-bottom: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.blog-archive div .inner .cl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 881px) {
  section.blog-archive div .inner .cl.cl-50 {
    width: 100%;
  }
}
section.blog-archive div .inner .content-wrap h6 {
  margin-top: 0.973vw;
  font-weight: 700;
  color: #1fbcbc;
  margin-bottom: 0;
}
section.testimonials > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.testimonials > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.testimonials > div.xpad-bot {
  padding-bottom: 0;
}
section.testimonials > div.xpad-top {
  padding-top: 0;
}
section.testimonials > div.pad-left-right .inner.full-width .cl {
  padding-left: 0.973vw;
  padding-right: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.testimonials > div.pad-left-right .inner.full-width .cl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1268px) {
  section.testimonials > div {
    overflow: hidden;
  }
}
section.testimonials .inner {
  max-width: 84.4vw;
}
@media only screen and (max-width: 1500px) {
  section.testimonials .inner {
    max-width: 1267.35px;
  }
}
@media only screen and (max-width: 1500px) {
  section.testimonials .inner .cl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1268px) {
  section.testimonials .inner .testimonialSliderJs {
    max-width: 846px;
  }
}
@media only screen and (max-width: 847px) {
  section.testimonials .inner .testimonialSliderJs {
    max-width: 423px;
  }
}
@media only screen and (max-width: 1268px) {
  section.testimonials .inner .testimonialSliderJs .slick-list {
    overflow: unset;
  }
}
section.testimonials .inner .testimonialSliderJs .slick-track {
  display: flex;
}
section.testimonials .inner .testimonialSliderJs .slick-track .wrap {
  height: inherit;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
@media only screen and (max-width: 1500px) {
  section.testimonials .inner .testimonialSliderJs .slick-track .wrap {
    padding-top: 0.7 0.5px;
    padding-bottom: 0.7 0.5px;
  }
}
section.testimonials .inner .testimonialSliderJs .slick-track .wrap .quoted {
  background-color: #fff;
  box-shadow: 0 0 1vw -0.5vw #000;
  border-radius: 1vw;
  position: relative;
  padding: 1.5vw;
  overflow: hidden;
  height: 100%;
  max-width: 25.72vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  section.testimonials .inner .testimonialSliderJs .slick-track .wrap .quoted {
    box-shadow: 0 0 15px -7.5px #000;
    border-radius: 15px;
    max-width: 394.64px;
    padding: 22.5px;
  }
}
@media only screen and (max-width: 423px) {
  section.testimonials .inner .testimonialSliderJs .slick-track .wrap .quoted {
    max-width: calc(100% - 30px);
  }
}
section.testimonials .inner .testimonialSliderJs .slick-track .wrap .quoted .editor > *:last-child {
  margin-bottom: 0;
}
section.testimonials .inner .testimonialSliderJs .slick-track .wrap .quoted .name {
  margin-top: 1.5vw;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1500px) {
  section.testimonials .inner .testimonialSliderJs .slick-track .wrap .quoted .name {
    margin-top: 22.5px;
  }
}
section.testimonials .inner .testimonialSliderJs .slick-track .wrap .quoted .symbol {
  margin-bottom: 1vw;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  section.testimonials .inner .testimonialSliderJs .slick-track .wrap .quoted .symbol {
    margin-bottom: 15px;
  }
}
section.testimonials .inner .testimonialSliderJs .slick-track .wrap .quoted .symbol i {
  color: #1eb5b5;
}
section.faq > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.faq > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.faq > div.xpad-bot {
  padding-bottom: 0;
}
section.faq > div.xpad-top {
  padding-top: 0;
}
section.faq .inner {
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  section.faq .inner .cl-50 {
    width: 100%;
  }
}
section.faq .inner .cl-50 .qna .item {
  cursor: pointer;
  margin-bottom: 0.973vw;
  border: 0.1vw solid #000;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
section.faq .inner .cl-50 .qna .item.open .question {
  background-color: #1eb5b5;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  section.faq .inner .cl-50 .qna .item {
    border-width: 1px;
  }
}
section.faq .inner .cl-50 .qna .item .question {
  transition: all 0.3s ease-in-out;
  padding: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.faq .inner .cl-50 .qna .item .question {
    padding: 15px;
  }
}
section.faq .inner .cl-50 .qna .item .question > p {
  position: relative;
  padding-right: 1.2vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  section.faq .inner .cl-50 .qna .item .question > p {
    padding-right: 18px;
  }
}
section.faq .inner .cl-50 .qna .item .question > p span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
section.faq .inner .cl-50 .qna .item .answer {
  display: none;
  padding: 0.973vw;
  cursor: default;
  border-top: 0.1vw solid #000;
}
@media only screen and (max-width: 1500px) {
  section.faq .inner .cl-50 .qna .item .answer {
    padding: 15px;
    border-width: 1px;
  }
}
section.faq .inner .cl-50 .qna .item .answer > *:last-child {
  margin-bottom: 0 !important;
}
section.faq .inner .cl-50 .qna .item.open .question p span {
  transform: translateY(-50%) rotate(180deg);
}
section.content-editor-s > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.content-editor-s > div.has-bg {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
section.content-editor-s > div.xpad-bot {
  padding-bottom: 0;
}
section.content-editor-s > div.xpad-top {
  padding-top: 0;
}
section.content-editor-s > div.pad-left-right .inner.full-width .cl {
  padding-left: 0.973vw;
  padding-right: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor-s > div.pad-left-right .inner.full-width .cl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.content-editor-s .inner.gutter {
  max-width: 69vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor-s .inner.gutter {
    max-width: 1036px;
  }
}
@media only screen and (max-width: 1036px) {
  section.content-editor-s .inner.gutter {
    max-width: 900px;
  }
}
section.content-editor-s .inner.full-width .cl {
  padding-left: 0;
  padding-right: 0;
}
section.content-editor-s .inner .cl {
  padding-top: 0.973vw;
  padding-bottom: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor-s .inner .cl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 901px) {
  section.content-editor-s .inner .cl.cl-50, section.content-editor-s .inner .cl.cl-33 {
    width: 100%;
  }
}
section.content-editor-s .inner .cl .shadow {
  background-color: #fff;
  box-shadow: 0 0 1vw -0.5vw #000;
  border-radius: 1vw;
  position: relative;
  padding: 1.5vw;
  overflow: hidden;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  section.content-editor-s .inner .cl .shadow {
    box-shadow: 0 0 15px -7.5px #000;
    border-radius: 15px;
    padding: 22.5px;
  }
}
section.content-editor-s .inner .cl .shadow .desc > *:last-of-type {
  margin-bottom: 0;
}
section.content-editor-s .inner .cl .shadow .btn-wrap {
  margin-top: 1.5vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor-s .inner .cl .shadow .btn-wrap {
    margin-top: 22.5px;
  }
}
section.parallax-banner .content {
  position: relative;
  overflow: hidden;
}
section.parallax-banner .content .captions {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.973vw;
  padding-top: 10.3vw;
  padding-bottom: 4.2vw;
  max-width: 83vw;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  section.parallax-banner .content .captions {
    max-width: 1500px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 63px;
  }
}
@media only screen and (max-width: 886px) {
  section.parallax-banner .content .captions {
    padding-bottom: 15px;
  }
}
section.parallax-banner .content .captions .wrapper {
  color: #fff;
  text-align: center;
  max-width: 52vw;
}
@media only screen and (max-width: 1500px) {
  section.parallax-banner .content .captions .wrapper {
    max-width: 780px;
  }
}
section.parallax-banner .content .captions .wrapper .ttl {
  font-size: 4vw;
  font-weight: 500;
  color: inherit;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  section.parallax-banner .content .captions .wrapper .ttl {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  section.parallax-banner .content .captions .wrapper .ttl {
    font-size: 50px;
  }
}
@media only screen and (max-width: 417px) {
  section.parallax-banner .content .captions .wrapper .ttl {
    font-size: 37px;
  }
}
section.parallax-banner .content .captions .wrapper .desc {
  line-height: 1.2vw;
  font-size: 1.1vw;
  margin-top: 1vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  section.parallax-banner .content .captions .wrapper .desc {
    font-size: 16.5px;
    line-height: 18px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 951px) {
  section.parallax-banner .content .captions .wrapper .desc br {
    display: none;
  }
}
section.parallax-banner .content .captions .wrapper .btn-wrap {
  margin-top: 2.8vw;
}
@media only screen and (max-width: 1500px) {
  section.parallax-banner .content .captions .wrapper .btn-wrap {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 886px) {
  section.parallax-banner .content .captions .wrapper .btn-wrap {
    margin-top: 30px;
  }
}
section.parallax-banner .content .captions .wrapper .btn-wrap .theme-btn {
  font-size: 1.1vw;
  font-weight: 500;
}
@media only screen and (max-width: 1500px) {
  section.parallax-banner .content .captions .wrapper .btn-wrap .theme-btn {
    font-size: 16.5px;
  }
}
section.parallax-banner .image-list {
  overflow: hidden;
}
section.parallax-banner .image-list .parallaxer {
  background-attachment: fixed;
}
section.parallax-banner .image-list .img {
  position: relative;
}
@media only screen and (max-width: 886px) {
  section.parallax-banner .image-list .img {
    height: 369.45px;
    padding-top: 0;
  }
}
section.parallax-banner .image-list .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, transparent 60%, rgb(0, 0, 0) 100%);
  opacity: 0.9;
  z-index: 1;
}
section.slider-3-v2 {
  width: 100%;
  background-color: #fff;
  margin-top: 4.5vw;
  padding-top: 1.65vw;
  padding-bottom: 2.3vw;
}
@media only screen and (max-width: 1242px) {
  section.slider-3-v2 {
    margin-top: 67.5px;
    padding-top: 24.75px;
    padding-bottom: 34.5px;
  }
}
section.slider-3-v2 h2 {
  text-align: center;
  color: #055e4f;
  font-size: 2.9vw;
}
@media only screen and (max-width: 1242px) {
  section.slider-3-v2 h2 {
    font-size: 36.018px;
  }
}
section.slider-3-v2 .destroyed-slider {
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  flex-flow: row wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  max-width: 1011px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1242px) {
  section.slider-3-v2 .destroyed-slider {
    display: flex;
  }
}
@media only screen and (max-width: 1010px) {
  section.slider-3-v2 .destroyed-slider {
    max-width: 674px;
  }
}
@media only screen and (max-width: 674px) {
  section.slider-3-v2 .destroyed-slider {
    max-width: 336px;
  }
}
section.slider-3-v2 .destroyed-slider .wrap a {
  text-decoration: none;
}
section.slider-3-v2 .destroyed-slider .wrap .img {
  display: block;
  width: 24.7vw;
  height: 20.2vw;
  background-size: cover;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1242px) {
  section.slider-3-v2 .destroyed-slider .wrap .img {
    width: 306.774px;
    height: 250.884px;
  }
}
@media only screen and (max-width: 674px) {
  section.slider-3-v2 .destroyed-slider .wrap .img {
    width: 100%;
  }
}
section.slider-3-v2 .destroyed-slider .wrap .ttl-holder {
  width: 24.7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding-left: 1vw;
  padding-right: 1vw;
}
@media only screen and (max-width: 1242px) {
  section.slider-3-v2 .destroyed-slider .wrap .ttl-holder {
    width: 306.774px;
    padding-left: 12.42px;
    padding-right: 12.42px;
  }
}
section.slider-3-v2 .destroyed-slider .wrap .ttl-holder a {
  font-family: "DmSans", sans-serif;
  font-size: 1.5vw;
  text-align: center;
  margin-top: 1vw;
  color: #055e4f;
}
@media only screen and (max-width: 1242px) {
  section.slider-3-v2 .destroyed-slider .wrap .ttl-holder a {
    font-size: 18.63px;
    margin-top: 12.42px;
  }
}
section.slider-3-v2 .outer-related-prd {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1242px) {
  section.slider-3-v2 .outer-related-prd {
    display: none;
  }
}
section.slider-3-v2 .outer-related-prd .cntrl {
  border: 0;
  font-size: 5vw;
  padding: 0;
  position: absolute;
  top: 5.6vw;
  background-color: transparent;
  color: #055e4f;
}
section.slider-3-v2 .outer-related-prd .cntrl.pre {
  left: -6.5vw;
}
section.slider-3-v2 .outer-related-prd .cntrl.nex {
  right: -6.5vw;
}
section.slider-3-v2 .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap a {
  text-decoration: none;
}
section.slider-3-v2 .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .img {
  display: block;
  width: 24.7vw;
  height: 20.2vw;
  background-size: cover;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}
section.slider-3-v2 .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .ttl-holder {
  width: 24.7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding-left: 1vw;
  padding-right: 1vw;
}
section.slider-3-v2 .outer-related-prd .relatedProdJs .slick-list .slick-track .wrap .ttl-holder a {
  font-family: "DmSans", sans-serif;
  font-size: 1.5vw;
  text-align: center;
  margin-top: 1vw;
  color: #055e4f;
}

#mobile-menu-nav {
  display: none;
}

.hamburger-wrap {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.hamburger-wrap:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -8px;
  bottom: -9px;
  background: #2b4075;
  width: 1px;
  box-shadow: 1px 0px 0px 0px #4561a7;
  z-index: 1;
  display: none;
}
.hamburger-wrap:after {
  content: "";
  position: absolute;
  top: -9px;
  right: -6px;
  bottom: -9px;
  background: #2b4075;
  width: 1px;
  box-shadow: 1px 0px 0px 0px #4561a7;
  z-index: 1;
  display: none;
}
.hamburger-wrap span {
  height: 5px;
  width: 30px;
  display: block;
  background-color: var(--burger_button_c);
  position: absolute;
  border-radius: 3px;
}
.hamburger-wrap span:first-of-type {
  top: 0;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.1s;
}
.hamburger-wrap span:nth-child(2) {
  top: 10px;
  right: 0;
  transition-property: right, opacity;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.2s, 0.3s;
  z-index: 2;
}
.hamburger-wrap span:last-of-type {
  bottom: 0;
  transition-property: bottom, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.4s, 0.5s;
}
.hamburger-wrap.move span:first-of-type {
  top: 10px; /* IE 9 */ /* Safari */
  transform: rotate(45deg);
}
.hamburger-wrap.move span:nth-child(2) {
  opacity: 0;
  right: -25px;
}
.hamburger-wrap.move span:last-of-type {
  bottom: 10px; /* IE 9 */ /* Safari */
  transform: rotate(-45deg);
}

@media only screen and (max-width: 601px) {
  body.logged-in #wpadminbar {
    display: none;
  }
}
body.logged-in #moby1 {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.logged-in #moby1 {
    top: 46px;
  }
}
@media only screen and (max-width: 601px) {
  body.logged-in #moby1 {
    top: 0;
  }
}
body #moby1 {
  background-color: var(--collapse_bg);
  font-family: "Futura", sans-serif;
  min-width: 230px;
}
body #moby1 .moby-wrap .moby-menu > div {
  padding-top: 30px;
  background-color: var(--collapse_bg);
  color: #000;
  font-size: 16px;
}
body #moby1 .moby-wrap .moby-menu > div .site-logo-link {
  display: block;
  max-width: 135px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body #moby1 .moby-wrap .moby-menu > div .menu-mobile {
  margin-top: 20px;
  padding-left: 0;
}
body #moby1 .moby-wrap .moby-menu > div .menu-mobile .moby-expand i {
  color: var(--parent_colour);
}
body #moby1 .moby-wrap .moby-menu > div .menu-mobile > li:last-of-type > a {
  border-bottom: 1px solid var(--collapse_border);
}
body #moby1 .moby-wrap .moby-menu > div .menu-mobile > li > a {
  border-top: 1px solid var(--collapse_border);
  padding: 20px 15px;
  color: var(--parent_colour);
}
body #moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul {
  padding-left: 0;
  border-top: 1px solid var(--collapse_border);
  background-color: var(--child_bg);
}
body #moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul li a {
  padding: 15px;
  color: var(--child_color);
}

@media screen and (max-width: 951px) {
  [data-aos-delay] {
    transition-delay: unset !important;
  }
}
form.mi-search {
  font-size: 0.85vw;
  display: flex;
  box-shadow: 0 0 0.33vw -0.15vw #000;
}
@media only screen and (max-width: 1500px) {
  form.mi-search {
    font-size: 12.5px;
    box-shadow: 0 0 5px -15vw #000;
  }
}
form.mi-search input {
  border: 0;
  padding: 0.15vw 0.6vw;
  width: 11.9vw;
}
@media only screen and (max-width: 1500px) {
  form.mi-search input {
    width: 175px;
    padding: 2.25px 9px;
  }
}
form.mi-search input:focus, form.mi-search input:focus-visible {
  outline: none;
}
form.mi-search button {
  border: 0;
  background-color: #82bd45;
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background-color: #82bd45;
  color: #fff;
  border: 0.06vw solid #82bd45;
  display: inline-block;
  font-family: "DmSans", sans-serif;
  letter-spacing: 0.07vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.863vw 1.5vw;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  font-weight: 700;
  line-height: 1;
  overflow: unset;
  font-size: 1.1vw;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  color: #82bd45;
  background-color: transparent;
}
@media only screen and (max-width: 1500px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    border-width: 1px;
    letter-spacing: 1.05px;
    padding: 12.945px 22.5px;
    font-size: 16.5px;
  }
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 0.59vw 0.5vw;
  width: 9.2vw;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 8.85px 7.5px;
    width: 138px;
    height: 45px;
    font-size: 16.5px;
  }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 0;
  padding: 1vw 1.2vw;
  margin-bottom: 2vw;
  font-size: 1.34vw;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #f1f1f2;
  color: #045c50;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-error:before, .woocommerce-error:after, .woocommerce-info:before, .woocommerce-info:after, .woocommerce-message:before, .woocommerce-message:after {
  display: none;
}
.woocommerce-error a.woocommerce-Button, .woocommerce-info a.woocommerce-Button, .woocommerce-message a.woocommerce-Button {
  float: none;
  margin: 0 !important;
}
@media only screen and (max-width: 609px) {
  .woocommerce-error a.showcoupon, .woocommerce-error a.showlogin, .woocommerce-info a.showcoupon, .woocommerce-info a.showlogin, .woocommerce-message a.showcoupon, .woocommerce-message a.showlogin {
    text-align: center;
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 1500px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 15px 18px;
    margin-bottom: 30px;
    font-size: 20.1px;
  }
}
@media only screen and (max-width: 609px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    flex-flow: column;
  }
}

.woocommerce table.cart td.actions .coupon {
  display: flex;
}
@media only screen and (max-width: 769px) {
  .woocommerce table.cart td.actions .coupon button[type=submit] {
    margin-left: 0;
    width: 100%;
  }
}
.woocommerce table.cart td.actions .coupon > * {
  padding: 0 1.5vw;
}
@media only screen and (max-width: 1500px) {
  .woocommerce table.cart td.actions .coupon > * {
    padding: 0 22.5px;
    height: 45px;
  }
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
  padding: 0.59vw 2vw;
}
@media only screen and (max-width: 1500px) {
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    padding: 8.85px 30px;
  }
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
  padding: 0.863vw 1.5vw;
  font-size: 1.1vw;
}
@media only screen and (max-width: 1500px) {
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    padding: 12.945px 22.5px;
    font-size: 16.5px;
    height: 45px;
  }
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
  background-color: #50a140;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
  background-color: transparent;
  color: #50a140;
}

.woocommerce table.shop_table,
.woocommerce form.login {
  border-radius: 0;
  border-color: #ccc;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table td {
  border-color: #ccc;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .col2-set > div > h2 {
  text-transform: uppercase;
  color: #015c4f;
  font-size: 3vw;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 1500px) {
  .woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .col2-set > div > h2 {
    margin-bottom: 15px;
    font-size: 45px;
  }
}

.woocommerce-page .col2-set > div > form {
  margin-top: 0;
  background-color: #f1f1f2;
  border-color: transparent;
}

.woocommerce-page .col2-set > div > form .form-row {
  margin-top: 1vw;
  margin-bottom: 0;
}

.woocommerce-page .col2-set > div > form .woocommerce-form-row label {
  text-transform: uppercase;
  color: #015c4f;
}

.woocommerce-page .col2-set > div > form .woocommerce-form-row input {
  border-radius: 0;
  border-width: 0.06vw;
  height: 2.93vw;
  border: 0;
}
@media only screen and (max-width: 1500px) {
  .woocommerce-page .col2-set > div > form .woocommerce-form-row input {
    height: 45px;
    border-width: 1px;
  }
}

.woocommerce-page .col2-set > div > form .lost_password {
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 1vw;
}
@media only screen and (max-width: 1500px) {
  .woocommerce-page .col2-set > div > form .lost_password {
    margin-top: 15px;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  padding-left: 0;
  background-color: #f1f1f2;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
  list-style: none;
  border-bottom: 0.12vw solid #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:last-of-type {
  border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li a {
  display: block;
  padding: 0.7vw 1vw;
  color: #045c50;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .woocommerce-account .woocommerce-MyAccount-navigation > ul > li a {
    padding: 10.5px 15px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  left: 0;
  background-color: #045c50;
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li a:hover {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li a:hover:before {
  width: 0.4vw;
}
@media only screen and (max-width: 1500px) {
  .woocommerce-account .woocommerce-MyAccount-navigation > ul > li a:hover:before {
    width: 6px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active a:before {
  width: 0.4vw;
}
@media only screen and (max-width: 1500px) {
  .woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active a:before {
    width: 6px;
  }
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 90px;
}
