/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  --c-orange: #E18226;
  --c-l-orange: #FFAE60;
  --c-blue: #1A4370;
  --c-green: #9AB76B;
  --c-l-gray: #E6E8EE;
  --c-l-gray2: #FAFBFD;
  --c-gray: #575261;
  --c-gray2: #76737E;
  --c-d-gray: #323037;
  --c-white: #fff;
}

body,
html {
  overflow-x: clip;
  height: auto;
  min-height: 100%;
  background: #FAFBFD;
}

body {
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: none;
  width: 100%;
}

body.fixed {
  overflow: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

body.home, body.page-template-template_green {
  background-color: var(--c-l-gray2);
}

body.home main, body.page-template-template_green main {
  position: relative;
}

body.home main:before, body.page-template-template_green main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  background-image: url("../imgs/top-gradient.png");
  background-position: top;
  background-size: cover;
}

* {
  box-sizing: border-box;
}

#app {
  overflow-x: hidden;
}

main.base {
  position: relative;
  z-index: 1;
}

body.page-template-template_contact,
body.page-template-template_contact-subpage {
  background-color: var(--c-blue);
}

/*404 page*/
section.content-404 {
  padding-top: 60px;
  padding-bottom: 30vh;
  background: var(--c-white);
  position: relative;
  text-align: center;
}

section.content-404:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/deco-404.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  opacity: 0.9;
}

section.content-404 h1 {
  font-size: calc(86px + 184 * (100vw - 768px) / 432);
  font-family: "Effra";
  line-height: 1;
  color: var(--c-blue);
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  section.content-404 h1 {
    font-size: 270px;
  }
}
@media screen and (max-width: 768px) {
  section.content-404 h1 {
    font-size: 86px;
  }
}
section.content-404 h4 {
  color: var(--c-gray);
  margin-bottom: 40px;
  line-height: 1.2;
}

section.content-404 .side-cta {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  margin-bottom: 30px;
}

section.content-404 .side-cta .title {
  margin-bottom: 10px;
}

section.content-404 .side-cta .button {
  color: var(--c-orange);
  display: inline-flex;
  font-size: 12px;
  letter-spacing: 5%;
  border-bottom: 1px solid var(--c-orange);
  transition: 0.2s;
}

section.content-404 .side-cta .button:hover {
  border-bottom-color: transparent;
}

@media (max-width: 960px) {
  section.content-404 {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  section.content-404 h1 {
    margin-bottom: 20px;
  }
  section.content-404 h4 {
    margin-bottom: 20px;
  }
  section.content-404:before {
    content: none;
  }
}
/*   position: fixed;
   height: 100vh;
   width: 100%;
   overflow: hidden;
   top: 0;
   left: 0;
   z-index: 9999;*/
.page-transition .square {
  position: fixed;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  width: 200px;
  height: 200px;
  z-index: 9999;
  transform: rotate(45deg);
  border-radius: 15%;
  background-color: var(--c-white);
}

.page-transition .square-2 {
  background-color: var(--c-blue);
}

.clearfix {
  overflow: hidden;
}

[data-barba=wrapper] {
  overflow: hidden;
}

.single-product [data-barba=wrapper] {
  overflow: inherit;
}

@font-face {
  font-family: "imp-icons";
  src: url("../fonts/imp-icons.woff") format("woff"), url("../fonts/imp-icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^=imp-icon-],
[class*=" imp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "imp-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.imp-icon-arrow-left:before {
  content: "\e900";
}

.imp-icon-arrow-right:before {
  content: "\e901";
}

.imp-icon-arrow-left2:before {
  content: "\e902";
}

.imp-icon-arrow-right2:before {
  content: "\e903";
}

.imp-icon-arrow-left3:before {
  content: "\e904";
}

.imp-icon-arrow-right3:before {
  content: "\e905";
}

.imp-icon-arrow-down:before {
  content: "\e906";
}

.imp-icon-arrow-up:before {
  content: "\e907";
}

.imp-icon-cross:before {
  content: "\e908";
}

.imp-icon-grid-sm:before {
  content: "\e909";
}

.imp-icon-grid:before {
  content: "\e90a";
}

.imp-icon-menu-arrow:before {
  content: "\e90b";
}

.imp-icon-play:before {
  content: "\e90d";
}

.imp-icon-search:before {
  content: "\e90e";
}

.imp-icon-facebook:before {
  content: "\e90c";
}

.imp-icon-instagram:before {
  content: "\e910";
}

.imp-icon-linkedin:before {
  content: "\e911";
}

.imp-icon-twitter:before {
  content: "\e920";
}

.imp-icon-rows:before {
  content: "\e90f";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

u {
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none;
}

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

figure {
  padding: 0;
  margin: 0;
}

input {
  outline: 0;
  border: 0;
}

button {
  color: inherit;
}

dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

img {
  height: auto;
}

fieldset {
  border: 0;
  padding: 0;
}

/*
 * WooCommerce reset to work with the project.
 */
.woocommerce .woocommerce-breadcrumb a {
  color: var(--c-gray);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-ordering {
  display: none;
}

.woocommerce ul.products {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products[class*=columns-] li.product {
  margin: 0;
  margin-top: -1px;
  margin-left: -1px;
}

.woocommerce ul.products[class*=columns-] li.product img {
  margin: 0;
}

.woocommerce ul.products[class*=columns-] .button {
  display: none;
}

@media (max-width: 768px) {
  /*
      * Don't keep two columns.
      */
  .woocommerce ul.products {
    margin: auto auto;
  }
  .woocommerce ul.products[class*=columns-] li.product {
    width: calc(100% + 1px);
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: calc(33.333% + 1px);
  }
}
@media (min-width: 1450px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: calc(25% + 1px);
  }
}
#wpadminbar {
  display: none !important;
}

@-webkit-keyframes hero_circle {
  0% {
    transform: rotate(0deg) scale(1);
  }
  16% {
    transform: rotate(20deg) scale(1.05);
  }
  32% {
    transform: rotate(40deg) scale(1.1);
  }
  48% {
    transform: rotate(60deg) scale(1.15);
  }
  64% {
    transform: rotate(80deg) scale(1.1);
  }
  80% {
    transform: rotate(100deg) scale(1.05);
  }
  100% {
    transform: rotate(120deg) scale(1);
  }
}
@keyframes hero_circle {
  0% {
    transform: rotate(0deg) scale(1);
  }
  16% {
    transform: rotate(20deg) scale(1.05);
  }
  32% {
    transform: rotate(40deg) scale(1.1);
  }
  48% {
    transform: rotate(60deg) scale(1.15);
  }
  64% {
    transform: rotate(80deg) scale(1.1);
  }
  80% {
    transform: rotate(100deg) scale(1.05);
  }
  100% {
    transform: rotate(120deg) scale(1);
  }
}
@-webkit-keyframes globe {
  0% {
    transform: translate(8px, -70px) rotate(6deg);
    transform-origin: center;
  }
  100% {
    transform: translate(-3px, 10px) rotate(-5deg);
    transform-origin: center;
  }
}
@keyframes globe {
  0% {
    transform: translate(8px, -70px) rotate(6deg);
    transform-origin: center;
  }
  100% {
    transform: translate(-3px, 10px) rotate(-5deg);
    transform-origin: center;
  }
}
article.product-card .link, article.category-card .link, section.subcontact-content .gform_button, section.contact-content .gform_button, section.page-content form .gform_button, .button-gradient, .button-alt2, .button-alt {
  display: inline-flex;
  position: relative;
  height: 60px;
  padding: 0 30px;
  align-items: center;
  min-width: 265px;
  border-radius: 30px;
  z-index: 1;
  transition: 400ms ease-in-out;
  transition-property: color, background;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  gap: 35px;
  cursor: pointer;
}

article.product-card .link i, article.category-card .link i, section.subcontact-content .gform_button i, section.contact-content .gform_button i, section.page-content form .gform_button i, .button-gradient i, .button-alt2 i, .button-alt i {
  margin-left: auto;
}

article.product-card .link i.imp-icon-arrow-right, article.category-card .link i.imp-icon-arrow-right, section.subcontact-content .gform_button i.imp-icon-arrow-right, section.contact-content .gform_button i.imp-icon-arrow-right, section.page-content form .gform_button i.imp-icon-arrow-right, .button-gradient i.imp-icon-arrow-right, .button-alt2 i.imp-icon-arrow-right, .button-alt i.imp-icon-arrow-right {
  position: relative;
}

article.product-card .link i.imp-icon-arrow-right:after, article.category-card .link i.imp-icon-arrow-right:after, section.subcontact-content .gform_button i.imp-icon-arrow-right:after, section.contact-content .gform_button i.imp-icon-arrow-right:after, section.page-content form .gform_button i.imp-icon-arrow-right:after, .button-gradient i.imp-icon-arrow-right:after, .button-alt2 i.imp-icon-arrow-right:after, .button-alt i.imp-icon-arrow-right:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  right: 0.3em;
  width: 16px;
  height: 1px;
  background: currentColor;
  transform-origin: 100% 0;
  transition: transform 400ms ease-in-out;
}

article.product-card .link:hover i.imp-icon-arrow-right:after, article.category-card .link:hover i.imp-icon-arrow-right:after, section.subcontact-content .gform_button:hover i.imp-icon-arrow-right:after, section.contact-content .gform_button:hover i.imp-icon-arrow-right:after, section.page-content form .gform_button:hover i.imp-icon-arrow-right:after, .button-gradient:hover i.imp-icon-arrow-right:after, .button-alt2:hover i.imp-icon-arrow-right:after, .button-alt:hover i.imp-icon-arrow-right:after {
  transform: scaleX(2);
}

.button-alt {
  background: var(--c-gray);
  color: #fff;
}

.button-alt i {
  color: var(--c-orange);
}

.button-alt:hover {
  background: var(--c-d-gray);
}

.button-alt:focus span {
  color: var(--c-orange);
}

.button-alt2 {
  background: var(--c-orange);
  color: var(--c-d-gray);
}

.button-alt2 i {
  color: inherit;
}

.button-alt2:hover {
  background: var(--c-l-orange);
}

.button-alt2:focus span {
  color: #fff;
}

section.subcontact-content .gform_button, section.contact-content .gform_button, section.page-content form .gform_button, .button-gradient {
  background: none;
}

section.subcontact-content .gform_button em, section.contact-content .gform_button em, section.page-content form .gform_button em, .button-gradient em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='60' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 58V60H25V58H0Z' fill='black'/%3E%3Cpath d='M0 0V2H25V0H0Z' fill='black'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg viewBox='0 0 35 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0C17.57 0 6.90009 7.55006 2.34009 18.3101C0.830088 21.9001 0 25.86 0 30C0 46.57 13.43 60 30 60H34.8701V58H30C22.27 58 15.2499 54.8801 10.1899 49.8101C5.11994 44.7501 2 37.73 2 30C2 28.07 2.19006 26.2 2.56006 24.37C2.89006 22.75 3.4 21.1999 4 19.6899C4.2 19.1999 4.42991 18.73 4.65991 18.25C5.14991 17.19 5.72009 16.1699 6.34009 15.1899C6.61009 14.7599 6.86991 14.3399 7.15991 13.9399C8.07991 12.6299 9.05994 11.35 10.1899 10.22C15.2499 5.14997 22.27 2 30 2H34.8701V0H32.3701H30Z' fill='black'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg viewBox='0 0 35 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.86987 0C21.4399 0 34.8699 13.43 34.8699 30C34.8699 46.56 21.4399 60 4.86987 60H0V58H4.86987C12.5999 57.99 19.6199 54.8799 24.6899 49.8099C29.7499 44.7399 32.8699 37.73 32.8699 30C32.8699 28.06 32.6798 26.19 32.3098 24.37C31.1998 18.91 28.4899 14.01 24.6899 10.21C19.6199 5.14996 12.6099 2 4.86987 2H0V0H2.5H4.86987Z' fill='black'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='25' height='60' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 58V60H25V58H0Z' fill='black'/%3E%3Cpath d='M0 0V2H25V0H0Z' fill='black'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg viewBox='0 0 35 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0C17.57 0 6.90009 7.55006 2.34009 18.3101C0.830088 21.9001 0 25.86 0 30C0 46.57 13.43 60 30 60H34.8701V58H30C22.27 58 15.2499 54.8801 10.1899 49.8101C5.11994 44.7501 2 37.73 2 30C2 28.07 2.19006 26.2 2.56006 24.37C2.89006 22.75 3.4 21.1999 4 19.6899C4.2 19.1999 4.42991 18.73 4.65991 18.25C5.14991 17.19 5.72009 16.1699 6.34009 15.1899C6.61009 14.7599 6.86991 14.3399 7.15991 13.9399C8.07991 12.6299 9.05994 11.35 10.1899 10.22C15.2499 5.14997 22.27 2 30 2H34.8701V0H32.3701H30Z' fill='black'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg viewBox='0 0 35 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.86987 0C21.4399 0 34.8699 13.43 34.8699 30C34.8699 46.56 21.4399 60 4.86987 60H0V58H4.86987C12.5999 57.99 19.6199 54.8799 24.6899 49.8099C29.7499 44.7399 32.8699 37.73 32.8699 30C32.8699 28.06 32.6798 26.19 32.3098 24.37C31.1998 18.91 28.4899 14.01 24.6899 10.21C19.6199 5.14996 12.6099 2 4.86987 2H0V0H2.5H4.86987Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: calc(100% - 65px) 60px, auto, auto;
  mask-size: calc(100% - 65px) 60px, auto, auto;
  -webkit-mask-position: 50%, 0, 100%;
  mask-position: 50%, 0, 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

section.subcontact-content .gform_button em:before, section.contact-content .gform_button em:before, section.page-content form .gform_button em:before, .button-gradient em:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 900px;
  margin-top: -450px;
  margin-left: -450px;
  background: conic-gradient(from 300deg at 50% 50%, rgba(225, 130, 38, 0.5882352941) 0%, #E18226 8%, #E18226 40%, rgba(225, 130, 38, 0) 49%, #E18226 50%, #E18226 75%, rgba(225, 130, 38, 0) 100%);
  transition: transform 1500ms cubic-bezier(0.29, 0.5, 0, 0.93);
}

section.subcontact-content .gform_button i, section.contact-content .gform_button i, section.page-content form .gform_button i, .button-gradient i {
  color: var(--c-orange);
}

section.subcontact-content .gform_button:hover em:before, section.contact-content .gform_button:hover em:before, section.page-content form .gform_button:hover em:before, .button-gradient:hover em:before {
  transform: rotate(180deg);
}

section.subcontact-content .gform_button:focus, section.contact-content .gform_button:focus, section.page-content form .gform_button:focus, .button-gradient:focus {
  color: var(--c-orange);
}

ul.social-links li a {
  display: flex;
}

ul.social-links li a {
  align-items: center;
  justify-content: center;
}

.parent {
  overflow: hidden;
}

.child {
  display: inline-block;
}

/*Splitted Text Reveal*/
section [data-splitting] {
  opacity: 0;
}

/*
	overflow: hidden;
	*/
.splitting .word {
  transform: translateY(30px);
  opacity: 0;
}

.viewed .splitting {
  opacity: 1;
}

.viewed .splitting .word {
  transition: 1.5s all cubic-bezier(0.215, 0.61, 0.355, 1) calc(0.5s + 0.15s * var(--line-index));
  opacity: 1;
  transform: translateY(0);
}

.splitting span.whitespace {
  display: inline;
}

section.subcontact-content input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit]), section.contact-content input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit]), section.page-content form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit]),
section.subcontact-content textarea,
section.contact-content textarea,
section.page-content form textarea,
section.subcontact-content .ginput_container_multiselect .select-button,
section.contact-content .ginput_container_multiselect .select-button,
section.page-content form .ginput_container_multiselect .select-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #3F5676;
  border: none;
  border-radius: 40px;
  padding: 10px 25px;
  height: 64px;
  outline: none;
  width: 100%;
  min-width: 0;
  font-family: inherit;
  font-size: 16px;
  color: var(--c-white);
  transition: 0.3s all ease;
}

section.subcontact-content input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit])::-moz-placeholder, section.contact-content input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit])::-moz-placeholder, section.page-content form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit])::-moz-placeholder, section.subcontact-content textarea::-moz-placeholder, section.contact-content textarea::-moz-placeholder, section.page-content form textarea::-moz-placeholder, section.subcontact-content .ginput_container_multiselect .select-button::-moz-placeholder, section.contact-content .ginput_container_multiselect .select-button::-moz-placeholder, section.page-content form .ginput_container_multiselect .select-button::-moz-placeholder {
  color: var(--c-white) !important;
  opacity: 1;
}

section.subcontact-content input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit])::placeholder, section.contact-content input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit])::placeholder, section.page-content form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit])::placeholder, section.subcontact-content textarea::placeholder, section.contact-content textarea::placeholder, section.page-content form textarea::placeholder, section.subcontact-content .ginput_container_multiselect .select-button::placeholder, section.contact-content .ginput_container_multiselect .select-button::placeholder, section.page-content form .ginput_container_multiselect .select-button::placeholder {
  color: var(--c-white) !important;
  opacity: 1;
}

section.subcontact-content input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit]):focus, section.contact-content input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit]):focus, section.page-content form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit]):focus, section.subcontact-content textarea:focus, section.contact-content textarea:focus, section.page-content form textarea:focus, section.subcontact-content .ginput_container_multiselect .select-button:focus, section.contact-content .ginput_container_multiselect .select-button:focus, section.page-content form .ginput_container_multiselect .select-button:focus {
  background-color: var(--c-white);
  color: var(--c-d-gray);
}

section.subcontact-content textarea, section.contact-content textarea, section.page-content form textarea {
  height: unset;
  resize: none;
  padding-top: 20px !important;
  padding-left: 25px !important;
  max-height: 190px;
}

@media (max-width: 960px) {
  section.subcontact-content textarea, section.contact-content textarea, section.page-content form textarea {
    max-height: 130px;
  }
}
section.subcontact-content .gform_fields, section.contact-content .gform_fields, section.page-content form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

section.subcontact-content .gsection, section.contact-content .gsection, section.page-content form .gsection {
  border-bottom: 0;
  margin-top: 50px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  section.subcontact-content .gsection, section.contact-content .gsection, section.page-content form .gsection {
    margin-top: 30px;
  }
}
section.subcontact-content .gfield, section.contact-content .gfield, section.page-content form .gfield {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}

section.subcontact-content .gfield.gfield_error input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit]), section.contact-content .gfield.gfield_error input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit]), section.page-content form .gfield.gfield_error input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=file]):not([type=submit]),
section.subcontact-content .gfield.gfield_error textarea,
section.contact-content .gfield.gfield_error textarea,
section.page-content form .gfield.gfield_error textarea {
  border: 1px solid #C14040;
}

section.subcontact-content .gfield--width-full:not(.gfield_type_textarea), section.contact-content .gfield--width-full:not(.gfield_type_textarea), section.page-content form .gfield--width-full:not(.gfield_type_textarea) {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 480px) {
  section.subcontact-content .gfield--width-full:not(.gfield_type_textarea):not(.gfield_type_fileupload), section.contact-content .gfield--width-full:not(.gfield_type_textarea):not(.gfield_type_fileupload), section.page-content form .gfield--width-full:not(.gfield_type_textarea):not(.gfield_type_fileupload) {
    flex-flow: column;
  }
}
section.subcontact-content .gform_required_legend, section.contact-content .gform_required_legend, section.page-content form .gform_required_legend {
  display: none;
}

section.subcontact-content .gfield_label, section.contact-content .gfield_label, section.page-content form .gfield_label {
  font-size: 13px;
  font-weight: 300;
  font-family: "DM Sans";
  color: var(--c-white);
  pointer-events: none;
  width: 100%;
}

section.subcontact-content .gfield_label + .ginput_container:not(.ginput_container_textarea), section.contact-content .gfield_label + .ginput_container:not(.ginput_container_textarea), section.page-content form .gfield_label + .ginput_container:not(.ginput_container_textarea) {
  width: 100%;
}

/*      @media(--xs-up) {
               width: 125px;
               padding-right: 32px;

               + .ginput_container:not(.ginput_container_textarea) {
                  width: calc(100% - 125px);
               }
            }*/
section.subcontact-content .gfield_label .gfield_required, section.contact-content .gfield_label .gfield_required, section.page-content form .gfield_label .gfield_required {
  color: #8DFCFF;
  margin-left: 0.1em;
}

section.subcontact-content .gfield_type_html.gfield--width-half, section.contact-content .gfield_type_html.gfield--width-half, section.page-content form .gfield_type_html.gfield--width-half {
  padding-right: 20px;
}

section.subcontact-content .gfield_type_html a, section.contact-content .gfield_type_html a, section.page-content form .gfield_type_html a {
  text-decoration: underline;
}

section.subcontact-content .gfield_type_consent, section.contact-content .gfield_type_consent, section.page-content form .gfield_type_consent {
  padding: 0;
  border: none;
  margin: 0;
  flex: 1;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

section.subcontact-content .gfield_type_consent .gfield_required, section.contact-content .gfield_type_consent .gfield_required, section.page-content form .gfield_type_consent .gfield_required {
  margin-left: 2px;
}

section.subcontact-content .gform_validation_errors, section.contact-content .gform_validation_errors, section.page-content form .gform_validation_errors {
  display: none;
}

section.subcontact-content div.gfield_validation_message.validation_message, section.contact-content div.gfield_validation_message.validation_message, section.page-content form div.gfield_validation_message.validation_message {
  background-color: #C14040;
  position: absolute;
  bottom: calc(100% + 6px);
  right: 30px;
  font-family: "DM Sans";
  font-size: 11px;
  padding: 6px 10px !important;
  max-width: 162px;
  text-align: center;
  line-height: 1.27;
  border-radius: 20px;
  color: var(--c-l-gray);
}

section.subcontact-content div.gfield_validation_message.validation_message:before, section.contact-content div.gfield_validation_message.validation_message:before, section.page-content form div.gfield_validation_message.validation_message:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #C14040 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - 4px);
}

section.subcontact-content .gfield_type_submit, section.contact-content .gfield_type_submit, section.page-content form .gfield_type_submit {
  flex: 0 0 auto !important;
  max-width: 100% !important;
}

@media (min-width: 800px) {
  section.subcontact-content .gfield_type_submit.gfield--width-half, section.contact-content .gfield_type_submit.gfield--width-half, section.page-content form .gfield_type_submit.gfield--width-half {
    padding-left: 50px;
  }
}
section.subcontact-content .gfield_type_submit .gform_button, section.contact-content .gfield_type_submit .gform_button, section.page-content form .gfield_type_submit .gform_button {
  min-width: 190px;
}

section.subcontact-content .gform_button, section.contact-content .gform_button, section.page-content form .gform_button {
  background-color: transparent;
  border: none;
  color: var(--c-white);
  margin-top: 30px;
  cursor: pointer;
}

@media (min-width: 768px) {
  section.subcontact-content .gfield--width-half, section.contact-content .gfield--width-half, section.page-content form .gfield--width-half {
    flex: 0 0 calc(50% - 9px);
    /*         max-width: calc(50% - 18px / 2);*/
  }
  section.subcontact-content .gfield_type_consent, section.contact-content .gfield_type_consent, section.page-content form .gfield_type_consent {
    flex: 1 !important;
    max-width: 100% !important;
  }
}
section.subcontact-content .gfield_type_radio.full-width .gfield_label, section.contact-content .gfield_type_radio.full-width .gfield_label, section.page-content form .gfield_type_radio.full-width .gfield_label {
  display: none;
}

section.subcontact-content .gfield_type_radio.full-width .ginput_container_radio, section.contact-content .gfield_type_radio.full-width .ginput_container_radio, section.page-content form .gfield_type_radio.full-width .ginput_container_radio {
  width: 100%;
}

section.subcontact-content .gfield_type_radio.full-width .gfield_radio, section.contact-content .gfield_type_radio.full-width .gfield_radio, section.page-content form .gfield_type_radio.full-width .gfield_radio {
  display: flex;
  gap: 15px;
}

@media (max-width: 500px) {
  section.subcontact-content .gfield_type_radio.full-width .gfield_radio, section.contact-content .gfield_type_radio.full-width .gfield_radio, section.page-content form .gfield_type_radio.full-width .gfield_radio {
    flex-flow: column;
  }
  section.subcontact-content .gfield_type_radio.full-width .gfield_radio .gchoice, section.contact-content .gfield_type_radio.full-width .gfield_radio .gchoice, section.page-content form .gfield_type_radio.full-width .gfield_radio .gchoice {
    width: 100%;
    min-height: 64px;
  }
}
section.subcontact-content .gfield_type_radio.full-width .gchoice, section.contact-content .gfield_type_radio.full-width .gchoice, section.page-content form .gfield_type_radio.full-width .gchoice {
  width: 33.3%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(222, 222, 222, 0.2);
  border-radius: 30px;
  min-height: 98px;
  text-align: center;
  position: relative;
}

section.subcontact-content .gfield_type_radio.full-width .gfield-choice-input, section.contact-content .gfield_type_radio.full-width .gfield-choice-input, section.page-content form .gfield_type_radio.full-width .gfield-choice-input {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid transparent;
  background: transparent;
}

section.subcontact-content .gfield_type_radio.full-width .gfield-choice-input + label, section.contact-content .gfield_type_radio.full-width .gfield-choice-input + label, section.page-content form .gfield_type_radio.full-width .gfield-choice-input + label {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  position: absolute;
  display: block;
  font-size: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
}

section.subcontact-content .gfield_type_radio.full-width input[type=radio]:before, section.contact-content .gfield_type_radio.full-width input[type=radio]:before, section.page-content form .gfield_type_radio.full-width input[type=radio]:before,
section.subcontact-content .gfield_type_radio.full-width input[type=radio]:after,
section.contact-content .gfield_type_radio.full-width input[type=radio]:after,
section.page-content form .gfield_type_radio.full-width input[type=radio]:after {
  opacity: 0;
}

section.subcontact-content .gfield_type_radio.full-width input[type=radio]:checked:checked, section.contact-content .gfield_type_radio.full-width input[type=radio]:checked:checked, section.page-content form .gfield_type_radio.full-width input[type=radio]:checked:checked {
  border: 2px solid var(--c-orange);
}

section.subcontact-content .gfield_type_radio .ginput_container_radio:before, section.contact-content .gfield_type_radio .ginput_container_radio:before, section.page-content form .gfield_type_radio .ginput_container_radio:before,
section.subcontact-content .gfield_type_radio .ginput_container_radio:after,
section.contact-content .gfield_type_radio .ginput_container_radio:after,
section.page-content form .gfield_type_radio .ginput_container_radio:after {
  content: none !important;
}

section.subcontact-content .gfield_type_radio .ginput_container_radio input[type=radio], section.contact-content .gfield_type_radio .ginput_container_radio input[type=radio], section.page-content form .gfield_type_radio .ginput_container_radio input[type=radio],
section.subcontact-content .gfield_type_radio .ginput_container_radio label,
section.contact-content .gfield_type_radio .ginput_container_radio label,
section.page-content form .gfield_type_radio .ginput_container_radio label {
  cursor: pointer;
}

section.subcontact-content .gfield_type_radio .ginput_container_radio .gchoice, section.contact-content .gfield_type_radio .ginput_container_radio .gchoice, section.page-content form .gfield_type_radio .ginput_container_radio .gchoice {
  margin-bottom: 10px;
}

section.subcontact-content .gfield_type_radio .ginput_container_radio input[type=radio], section.contact-content .gfield_type_radio .ginput_container_radio input[type=radio], section.page-content form .gfield_type_radio .ginput_container_radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin-right: 8px !important;
  margin-bottom: 2px;
}

section.subcontact-content .gfield_type_radio .ginput_container_radio input[type=radio]:before, section.contact-content .gfield_type_radio .ginput_container_radio input[type=radio]:before, section.page-content form .gfield_type_radio .ginput_container_radio input[type=radio]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid var(--c-white);
}

section.subcontact-content .gfield_type_radio .ginput_container_radio input[type=radio]:checked::after, section.contact-content .gfield_type_radio .ginput_container_radio input[type=radio]:checked::after, section.page-content form .gfield_type_radio .ginput_container_radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--c-orange);
  transform: translate(-50%, -50%);
  visibility: visible;
}

/*File Upload*/
section.subcontact-content .gfield_type_radio .gfield_type_fileupload, section.contact-content .gfield_type_radio .gfield_type_fileupload, section.page-content form .gfield_type_radio .gfield_type_fileupload {
  margin-bottom: 40px;
  color: var(--c-white);
  font-weight: 700;
  border-radius: 28px;
  padding: 20px;
  height: 56px;
  line-height: 56px;
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url("../imgs/svg/file-icon.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  cursor: pointer;
}

@media (max-width: 640px) {
  section.subcontact-content .gfield_type_radio .gfield_type_fileupload, section.contact-content .gfield_type_radio .gfield_type_fileupload, section.page-content form .gfield_type_radio .gfield_type_fileupload {
    padding-bottom: 13px !important;
  }
}
section.subcontact-content .gfield_type_radio .gfield_type_fileupload .gfield_label, section.contact-content .gfield_type_radio .gfield_type_fileupload .gfield_label, section.page-content form .gfield_type_radio .gfield_type_fileupload .gfield_label {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

section.subcontact-content .gfield_type_radio .gfield_type_fileupload input[type=file], section.contact-content .gfield_type_radio .gfield_type_fileupload input[type=file], section.page-content form .gfield_type_radio .gfield_type_fileupload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.01);
  height: 100%;
  border-radius: 28px;
  line-height: 54px;
  font-size: 13px;
  opacity: 1;
  cursor: pointer;
  padding-left: 0px;
}

section.subcontact-content .gfield_type_radio .gfield_type_fileupload input[type=file]::-webkit-file-upload-button, section.contact-content .gfield_type_radio .gfield_type_fileupload input[type=file]::-webkit-file-upload-button, section.page-content form .gfield_type_radio .gfield_type_fileupload input[type=file]::-webkit-file-upload-button {
  background: rgba(255, 255, 255, 0);
  border: none;
  color: var(--c-white);
}

section.subcontact-content .gfield_type_radio .gfield_type_fileupload input[type=file]::file-selector-button, section.contact-content .gfield_type_radio .gfield_type_fileupload input[type=file]::file-selector-button, section.page-content form .gfield_type_radio .gfield_type_fileupload input[type=file]::file-selector-button {
  background: rgba(255, 255, 255, 0);
  border: none;
  color: var(--c-white);
}

section.subcontact-content .gfield_type_radio .gfield_type_fileupload .gform_fileupload_rules, section.contact-content .gfield_type_radio .gfield_type_fileupload .gform_fileupload_rules, section.page-content form .gfield_type_radio .gfield_type_fileupload .gform_fileupload_rules {
  position: absolute;
  z-index: 2;
  line-height: 1.2em;
  margin: 32px 0 0 0;
  margin-bottom: 0 !important;
  font-size: 13px;
  font-weight: 300;
}

@media (max-width: 1400px) {
  section.subcontact-content .gfield_type_radio .gfield_type_fileupload .gform_fileupload_rules, section.contact-content .gfield_type_radio .gfield_type_fileupload .gform_fileupload_rules, section.page-content form .gfield_type_radio .gfield_type_fileupload .gform_fileupload_rules {
    display: block;
  }
}
@media (min-width: 641px) {
  section.subcontact-content .gfield_type_radio .gfield_type_fileupload input[type=file], section.contact-content .gfield_type_radio .gfield_type_fileupload input[type=file], section.page-content form .gfield_type_radio .gfield_type_fileupload input[type=file] {
    width: 100% !important;
  }
}
section.subcontact-content .gfield_type_radio .gfield_type_fileupload input[type=file], section.contact-content .gfield_type_radio .gfield_type_fileupload input[type=file], section.page-content form .gfield_type_radio .gfield_type_fileupload input[type=file] {
  padding-left: 12px;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    section.subcontact-content .gfield_type_radio .gfield_type_fileupload input[type=file], section.contact-content .gfield_type_radio .gfield_type_fileupload input[type=file], section.page-content form .gfield_type_radio .gfield_type_fileupload input[type=file] {
      height: 22px;
    }
  }
}
/*Checkboxes*/
section.subcontact-content .gfield_type_radio input[type=checkbox], section.contact-content .gfield_type_radio input[type=checkbox], section.page-content form .gfield_type_radio input[type=checkbox] {
  position: relative;
  height: 16px;
  min-width: 16px;
  background-color: var(--c-orange);
  border-radius: 0;
  margin-top: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

section.subcontact-content .gfield_type_radio input[type=checkbox]:before, section.contact-content .gfield_type_radio input[type=checkbox]:before, section.page-content form .gfield_type_radio input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-image: none;
  background-size: 10px 9px;
  background-position: center;
  background-repeat: no-repeat;
}

section.subcontact-content .gfield_type_radio input[type=checkbox]:checked::before, section.contact-content .gfield_type_radio input[type=checkbox]:checked::before, section.page-content form .gfield_type_radio input[type=checkbox]:checked::before {
  background-image: url("../img/checked-icon.svg");
  opacity: 1;
}

section.subcontact-content .gfield_type_radio .ginput_container_select, section.contact-content .gfield_type_radio .ginput_container_select, section.page-content form .gfield_type_radio .ginput_container_select {
  width: 100% !important;
  margin-bottom: 40px;
}

section.subcontact-content .gform_confirmation_message p, section.contact-content .gform_confirmation_message p, section.page-content form .gform_confirmation_message p {
  color: var(--c-l-gray);
}

section.subcontact-content .ginput_container_consent, section.contact-content .ginput_container_consent, section.page-content form .ginput_container_consent {
  display: flex;
  align-items: center;
}

section.subcontact-content input[type=checkbox], section.contact-content input[type=checkbox], section.page-content form input[type=checkbox], section.subcontact-content .gfield_type_consent, section.contact-content .gfield_type_consent, section.page-content form .gfield_type_consent {
  position: relative;
  height: 25px;
  min-width: 25px;
  border-radius: 50% !important;
  background-color: var(--c-blue);
  border: 1px solid var(--c-white);
  border-radius: 0;
  margin-top: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  align-items: center;
  cursor: pointer;
}

section.subcontact-content input[type=checkbox]:before, section.contact-content input[type=checkbox]:before, section.page-content form input[type=checkbox]:before, section.subcontact-content .gfield_type_consent:before, section.contact-content .gfield_type_consent:before, section.page-content form .gfield_type_consent:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-image: none;
  background-size: 10px 9px;
  background-position: center;
  background-repeat: no-repeat;
}

section.subcontact-content input[type=checkbox]:checked::before, section.contact-content input[type=checkbox]:checked::before, section.page-content form input[type=checkbox]:checked::before, section.subcontact-content .gfield_type_consent:checked::before, section.contact-content .gfield_type_consent:checked::before, section.page-content form .gfield_type_consent:checked::before {
  background: var(--c-white);
  opacity: 1;
}

section.subcontact-content input[type=checkbox] label, section.contact-content input[type=checkbox] label, section.page-content form input[type=checkbox] label, section.subcontact-content .gfield_type_consent label, section.contact-content .gfield_type_consent label, section.page-content form .gfield_type_consent label {
  margin-left: 10px;
}

.dk-select {
  border-radius: 28px !important;
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.05);
}

.dk-select {
  width: 100%;
}

.dk-select-open-down.dk-select .dk-selected, .dk-select-open-up.dk-select .dk-selected {
  transition: 0.3s;
}

.dk-select-open-down.dk-select .dk-selected:before, .dk-select-open-up.dk-select .dk-selected:before {
  transform: rotate(180deg);
}

.dk-select-open-up.dk-select .dk-select-options {
  border-radius: 28px;
}

.dk-select .dk-selected {
  font-size: 15px;
  border: none;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 17px 55px 10px 20px;
  border-radius: 28px !important;
}

.dk-select .dk-selected:before {
  content: "";
  position: absolute;
  border: none;
  background-image: url("../imgs/svg/angle-down.svg");
  background-position: center;
  background-color: var(--c-white);
  transform: rotate(0deg);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: 15px;
  right: 17px;
  background-size: 11px 8px;
  background-repeat: no-repeat;
  margin: 0;
  z-index: 2;
}

.dk-select .dk-selected:after {
  display: none;
}

.dk-select .dk-select-options {
  padding: 5px 0 15px 0;
  background-color: #295861;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-top: none;
  margin-left: 0;
  margin-top: 5px !important;
}

.dk-select .dk-select-options .dk-option-selected {
  background-color: transparent;
  color: var(--c-orange);
}

.dk-select .dk-select-options .dk-option {
  text-transform: none;
  font-size: 14px;
  padding: 5px 20px;
  background-color: #295861;
}

.dk-select .dk-select-options .dk-option.dk-option-highlight {
  color: var(--c-white);
}

.dk-select .dk-select-options .dk-option:hover,
.dk-select .dk-select-options .dk-option:focus {
  outline: none;
  background: inherit;
  color: var(--c-orange);
  opacity: 1;
}

/* Labels */
/* Headings */
section.pillars-green .pillar .subtitle, section.images-text-alt .subtitle, section.hero-about .sub-heading, section.benefits .section-subtitle {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Effra";
  padding-left: 10px;
}

section.pillars-green .pillar .subtitle:before, section.images-text-alt .subtitle:before, section.hero-about .sub-heading:before, section.benefits .section-subtitle:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: calc(100% - 6px);
  width: 3px;
  background-color: var(--c-orange);
}

section.hero-home .heading, section.page-content h1, section.hero-green .heading {
  font-family: "Effra";
  letter-spacing: -0.05em;
  font-size: calc(48px + 62 * (100vw - 768px) / 432);
  line-height: 0.95em;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  section.hero-home .heading, section.page-content h1, section.hero-green .heading {
    font-size: 110px;
  }
}
@media screen and (max-width: 768px) {
  section.hero-home .heading, section.page-content h1, section.hero-green .heading {
    font-size: 48px;
  }
}
section.hero-green .heading {
  font-size: calc(68px + 42 * (100vw - 768px) / 432);
  line-height: 0.85;
}

@media screen and (min-width: 1200px) {
  section.hero-green .heading {
    font-size: 110px;
  }
}
@media screen and (max-width: 768px) {
  section.hero-green .heading {
    font-size: 68px;
  }
}
section.timeline h2.heading, section.subcontact-content .heading, section.stats .section-title, section.simple-text .title, section.pillars-green .section-title, section.page-content .heading, section.indented-cards .section-title, section.hero-simple .title, section.hero-about .heading, section.contact-content .heading, section.page-content h2 {
  font-family: "Effra";
  letter-spacing: -0.05em;
  font-size: calc(46px + 40 * (100vw - 768px) / 432);
  line-height: 0.95;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  section.timeline h2.heading, section.subcontact-content .heading, section.stats .section-title, section.simple-text .title, section.pillars-green .section-title, section.page-content .heading, section.indented-cards .section-title, section.hero-simple .title, section.hero-about .heading, section.contact-content .heading, section.page-content h2 {
    font-size: 86px;
  }
}
@media screen and (max-width: 768px) {
  section.timeline h2.heading, section.subcontact-content .heading, section.stats .section-title, section.simple-text .title, section.pillars-green .section-title, section.page-content .heading, section.indented-cards .section-title, section.hero-simple .title, section.hero-about .heading, section.contact-content .heading, section.page-content h2 {
    font-size: 46px;
  }
}
section.stacked-cards .section-title, section.images-text .title, section.climate-green .title, section.benefits .section-title, section.page-content h3 {
  font-family: "Effra";
  letter-spacing: -0.03em;
  font-size: calc(38px + 24 * (100vw - 768px) / 432);
  line-height: 1.03em;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  section.stacked-cards .section-title, section.images-text .title, section.climate-green .title, section.benefits .section-title, section.page-content h3 {
    font-size: 62px;
  }
}
@media screen and (max-width: 768px) {
  section.stacked-cards .section-title, section.images-text .title, section.climate-green .title, section.benefits .section-title, section.page-content h3 {
    font-size: 38px;
  }
}
section.timeline .content-col .swiper .swiper-slide h5, section.related-products .title, section.process .title, section.intro-text .title, section.image-with-content .title, section.hero-product .product-details .title, footer.primary .footer-title, section.page-content h4, section.subcontact-content .gform_confirmation_message h2, section.contact-content .gform_confirmation_message h2, section.page-content form .gform_confirmation_message h2 {
  font-family: "Effra";
  font-size: calc(28px + 16 * (100vw - 768px) / 432);
  line-height: 1.07em;
  letter-spacing: -0.02em;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  section.timeline .content-col .swiper .swiper-slide h5, section.related-products .title, section.process .title, section.intro-text .title, section.image-with-content .title, section.hero-product .product-details .title, footer.primary .footer-title, section.page-content h4, section.subcontact-content .gform_confirmation_message h2, section.contact-content .gform_confirmation_message h2, section.page-content form .gform_confirmation_message h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  section.timeline .content-col .swiper .swiper-slide h5, section.related-products .title, section.process .title, section.intro-text .title, section.image-with-content .title, section.hero-product .product-details .title, footer.primary .footer-title, section.page-content h4, section.subcontact-content .gform_confirmation_message h2, section.contact-content .gform_confirmation_message h2, section.page-content form .gform_confirmation_message h2 {
    font-size: 28px;
  }
}
section.small-cta .title, section.side-image-slider .content-slider .title, section.side-image-carousel .title, section.options-table .head-title, section.intro-green .title, section.indented-cards .title, section.images-text-alt .title, section.hero-green .heading b, section.categories-grid .description, article.category-card h6, section.subcontact-content .gsection .gsection_title, section.contact-content .gsection .gsection_title, section.page-content form .gsection .gsection_title {
  font-family: "Effra";
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: calc(20px + 18 * (100vw - 768px) / 432);
  line-height: 1.05em;
}

@media screen and (min-width: 1200px) {
  section.small-cta .title, section.side-image-slider .content-slider .title, section.side-image-carousel .title, section.options-table .head-title, section.intro-green .title, section.indented-cards .title, section.images-text-alt .title, section.hero-green .heading b, section.categories-grid .description, article.category-card h6, section.subcontact-content .gsection .gsection_title, section.contact-content .gsection .gsection_title, section.page-content form .gsection .gsection_title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  section.small-cta .title, section.side-image-slider .content-slider .title, section.side-image-carousel .title, section.options-table .head-title, section.intro-green .title, section.indented-cards .title, section.images-text-alt .title, section.hero-green .heading b, section.categories-grid .description, article.category-card h6, section.subcontact-content .gsection .gsection_title, section.contact-content .gsection .gsection_title, section.page-content form .gsection .gsection_title {
    font-size: 20px;
  }
}
section.pillars-green .pillar .title, article.product-card .content h6, section.page-content h6, section.page-content h5 {
  font-family: "Effra";
  font-size: calc(18px + 12 * (100vw - 768px) / 432);
  line-height: 1.13em;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  section.pillars-green .pillar .title, article.product-card .content h6, section.page-content h6, section.page-content h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.pillars-green .pillar .title, article.product-card .content h6, section.page-content h6, section.page-content h5 {
    font-size: 18px;
  }
}
section.stacked-cards .content-title, section.stacked-cards .heading, section.process .items .item .label, section.hero-product .characteristics h6, section.hero-home .slider .title, section.benefits .benefit .title, nav.primary-navigation .cta-title, section.content-404 h4 {
  font-family: "Effra";
  font-size: calc(18px + 4 * (100vw - 768px) / 432);
  line-height: 1.09em;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  section.stacked-cards .content-title, section.stacked-cards .heading, section.process .items .item .label, section.hero-product .characteristics h6, section.hero-home .slider .title, section.benefits .benefit .title, nav.primary-navigation .cta-title, section.content-404 h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  section.stacked-cards .content-title, section.stacked-cards .heading, section.process .items .item .label, section.hero-product .characteristics h6, section.hero-home .slider .title, section.benefits .benefit .title, nav.primary-navigation .cta-title, section.content-404 h4 {
    font-size: 18px;
  }
}
section.subcontact-content .refered-product .title {
  font-family: "DM Sans";
  font-size: calc(18px + 2 * (100vw - 768px) / 432);
  line-height: 1.3em;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  section.subcontact-content .refered-product .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.subcontact-content .refered-product .title {
    font-size: 18px;
  }
}
/* Body */
section.page-content .side-cta .title, body, section.content-404 .side-cta .title {
  font-family: "DM Sans";
  font-size: calc(14px + 2 * (100vw - 768px) / 432);
  line-height: 1.57;
}

@media (min-width: 768px) {
  section.page-content .side-cta .title, body, section.content-404 .side-cta .title {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  section.page-content .side-cta .title, body, section.content-404 .side-cta .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  section.page-content .side-cta .title, body, section.content-404 .side-cta .title {
    font-size: 14px;
  }
}
section.process .items .item .description, div.breadcrumbs, article.product-card .content .cat, section.subcontact-content .gfield_type_html, section.contact-content .gfield_type_html, section.page-content form .gfield_type_html {
  font-family: "DM Sans";
  font-size: 11px;
  line-height: 1.27;
}

section.page-content .wrapper, section.timeline .container, section.subcontact-content .container, section.stats .wrapper, section.stacked-cards .wrapper, section.small-cta .container, section.simple-text .wrapper, section.side-image-slider .container, section.side-image-carousel .container, section.related-products .container, section.products .container, section.process .container, section.pillars-green .wrapper, section.page-content .top-wrapper, section.options-table .container, section.intro-text .wrapper, section.intro-green .wrapper, section.indented-cards .wrapper, section.images-text .wrapper, section.images-text-alt .wrapper, section.image-with-content .wrapper, section.hero-simple .container, section.hero-product .container, section.hero-home .container, section.hero-green .container, section.hero-about .container, section.contact-content .container, section.categories-grid .container, section.benefits .wrapper, footer.primary .container, div.header-search .loaded-items .wrapper, section.content-404 .wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 1024px) {
  section.page-content .wrapper, section.timeline .container, section.subcontact-content .container, section.stats .wrapper, section.stacked-cards .wrapper, section.small-cta .container, section.simple-text .wrapper, section.side-image-slider .container, section.side-image-carousel .container, section.related-products .container, section.products .container, section.process .container, section.pillars-green .wrapper, section.page-content .top-wrapper, section.options-table .container, section.intro-text .wrapper, section.intro-green .wrapper, section.indented-cards .wrapper, section.images-text .wrapper, section.images-text-alt .wrapper, section.image-with-content .wrapper, section.hero-simple .container, section.hero-product .container, section.hero-home .container, section.hero-green .container, section.hero-about .container, section.contact-content .container, section.categories-grid .container, section.benefits .wrapper, footer.primary .container, div.header-search .loaded-items .wrapper, section.content-404 .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.timeline .container, section.subcontact-content .container, section.stats .wrapper, section.stacked-cards .wrapper, section.small-cta .container, section.simple-text .wrapper, section.side-image-slider .container, section.side-image-carousel .container, section.related-products .container, section.products .container, section.process .container, section.pillars-green .wrapper, section.page-content .top-wrapper, section.options-table .container, section.intro-text .wrapper, section.intro-green .wrapper, section.indented-cards .wrapper, section.images-text .wrapper, section.images-text-alt .wrapper, section.image-with-content .wrapper, section.hero-simple .container, section.hero-product .container, section.hero-home .container, section.hero-green .container, section.hero-about .container, section.contact-content .container, section.categories-grid .container, section.benefits .wrapper, footer.primary .container, div.header-search .loaded-items .wrapper, section.content-404 .wrapper {
  max-width: 1260px;
}

section.page-content .wrapper {
  max-width: 810px;
}

.product-gray-section {
  background: var(--c-l-gray);
  padding: 0.1px 0;
}

/***************
* Master Text editor
***************/
section.page-content {
  color: var(--c-gray);
  /*
  .dropkick {
  	@extend %dropkick;
  }
  */
}

/**
    * Paragraphs
    */
section.page-content p:not(:last-of-type) {
  margin-bottom: 30px;
}

/**
    * Lists
    */
section.page-content h1 {
  margin-bottom: 30px;
  color: var(--c-gray);
}

section.page-content h2 {
  margin-bottom: 30px;
  color: var(--c-gray);
}

section.page-content h3 {
  margin-bottom: 20px;
  color: var(--c-gray);
}

section.page-content h4 {
  margin-bottom: 20px;
  color: var(--c-gray);
}

section.page-content h5 {
  margin-bottom: 20px;
  color: var(--c-gray);
}

section.page-content h6 {
  margin-bottom: 20px;
  color: var(--c-gray);
}

section.page-content p {
  line-height: 25px;
  letter-spacing: -0.1px;
}

@media (min-width: 960px) {
  section.page-content p {
    font-size: 15px;
  }
}
section.page-content blockquote {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  display: block;
  margin: 40px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}

section.page-content blockquote:before {
  content: "";
  width: 75px;
  height: 100%;
  background: var(--c-gray);
  opacity: 0.1;
  top: 0;
  left: 0;
  position: absolute;
}

section.page-content bold,
section.page-content b,
section.page-content strong {
  font-weight: 700;
}

section.page-content img {
  max-width: 100%;
}

/***************
* List styling
***************/
section.page-content ol, section.page-content ul {
  margin-bottom: 24px;
  padding-left: 28px;
}

section.page-content ol li, section.page-content ul li {
  background: transparent;
  display: list-item;
  margin-bottom: 4px;
}

/* Un-ordered */
section.page-content ul > li {
  list-style-type: disc;
}

section.page-content ul ul ul li,
section.page-content ul ul ol li {
  list-style-type: circle;
}

/* Ordered */
section.page-content ol > li {
  list-style-type: decimal;
}

section.page-content ol ol ul li,
section.page-content ol ol ol li {
  list-style-type: lower-latin;
}

/***************
* Standard WordPress classes
***************/
section.page-content hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

section.page-content .alignleft {
  float: left;
}

section.page-content .alignright {
  float: right;
}

section.page-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section.page-content blockquote.alignleft,
section.page-content img.alignleft {
  margin: 7px 24px 7px 0;
}

section.page-content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

section.page-content blockquote.alignright,
section.page-content img.alignright {
  margin: 7px 0 7px 24px;
}

section.page-content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

section.page-content blockquote.aligncenter,
section.page-content img.aligncenter,
section.page-content .wp-caption.aligncenter {
  margin-bottom: 7px;
  margin-top: 7px;
}

section.page-content .site-content blockquote.alignleft,
section.page-content .site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

section.page-content .site-content blockquote.alignleft p,
section.page-content .site-content blockquote.alignright p {
  margin-bottom: 17px;
}

section.page-content .gallery {
  margin-bottom: 20px;
}

section.page-content .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

section.page-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}

section.page-content .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

section.page-content .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

section.page-content .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

section.page-content .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

section.page-content .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

section.page-content .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

section.page-content .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

section.page-content .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

section.page-content .gallery-columns-1 .gallery-item:nth-of-type(1n),
section.page-content .gallery-columns-2 .gallery-item:nth-of-type(2n),
section.page-content .gallery-columns-3 .gallery-item:nth-of-type(3n),
section.page-content .gallery-columns-4 .gallery-item:nth-of-type(4n),
section.page-content .gallery-columns-5 .gallery-item:nth-of-type(5n),
section.page-content .gallery-columns-6 .gallery-item:nth-of-type(6n),
section.page-content .gallery-columns-7 .gallery-item:nth-of-type(7n),
section.page-content .gallery-columns-8 .gallery-item:nth-of-type(8n),
section.page-content .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

section.page-content .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

section.page-content .gallery-caption:before {
  content: "";
  min-height: 49px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.page-content .gallery-item:hover .gallery-caption {
  opacity: 1;
}

section.page-content .gallery-columns-7 .gallery-caption,
section.page-content .gallery-columns-8 .gallery-caption,
section.page-content .gallery-columns-9 .gallery-caption {
  display: none;
}

section.page-content .format-aside .entry-content,
section.page-content .format-aside .entry-summary,
section.page-content .format-quote .entry-content,
section.page-content .format-quote .entry-summary,
section.page-content .format-link .entry-content,
section.page-content .format-link .entry-summary {
  padding-top: 0;
}

section.page-content .site-content .format-link .entry-title,
section.page-content .site-content .format-aside .entry-title,
section.page-content .site-content .format-quote .entry-title {
  display: none;
}

section.page-content .mce-ignore-li ol,
section.page-content .mce-ignore-li ul,
section.page-content .mce-ignore-li ul li,
section.page-content .mce-ignore-li ol li {
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* END OF DOCUMENT */
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

article.category-card {
  position: relative;
  background: #fff;
  box-shadow: -20px 40px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 400ms ease-in-out;
  transition-property: transform, box-shadow;
  min-height: 150px;
}

article.category-card:hover {
  transform: scale(0.98);
  box-shadow: -30px 60px 60px rgba(96, 96, 96, 0.15);
}

article.category-card:hover .link {
  opacity: 1;
}

article.category-card h6 {
  color: var(--c-blue);
  flex-grow: 1;
  padding: 13px 15px;
}

article.category-card .image img {
  display: block;
  aspect-ratio: 147/112;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

article.category-card .link {
  position: absolute;
  right: 30px;
  bottom: 27px;
  color: var(--c-orange);
  min-width: 0;
  gap: 15px;
  padding: 0;
  height: auto;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

article.category-card .link:hover span {
  transform: translateX(-12px);
}

article.category-card .link span {
  transition: transform 0.3s ease;
}

article.category-card a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  article.category-card {
    box-shadow: -40px 100px 80px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
  }
  article.category-card h6 {
    padding: 30px 35px;
  }
  article.category-card .image img {
    aspect-ratio: 340/335;
  }
}
article.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  box-shadow: -20px 40px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 400ms ease-in-out;
  transition-property: transform, box-shadow;
  min-height: 150px;
}

@media not all and (hover: none) {
  article.product-card:hover .wrap {
    transform: scale(0.98);
    box-shadow: -30px 60px 60px rgba(96, 96, 96, 0.15);
  }
  .md article.product-card:hover .link {
    opacity: 1;
  }
}
article.product-card .link {
  position: absolute;
  right: 30px;
  bottom: 27px;
  color: var(--c-orange);
  min-width: 0;
  gap: 15px;
  padding: 0;
  height: auto;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

article.product-card .link:hover span {
  transform: translateX(-12px);
}

article.product-card .link span {
  transition: transform 0.3s ease;
}

article.product-card .image {
  order: 1;
}

article.product-card .image img {
  display: block;
  aspect-ratio: 147/112;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

article.product-card .content {
  padding: 12px 10px;
}

article.product-card .content .cat {
  display: inline-block;
  background: var(--c-l-gray);
  border-radius: 50px;
  padding: 2.5px 10px;
  margin-bottom: 10px;
}

article.product-card .content h6 {
  color: var(--c-blue);
}

article.product-card a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  article.product-card {
    border-radius: 40px;
    box-shadow: -40px 100px 80px rgba(0, 0, 0, 0.1);
  }
  article.product-card .content {
    padding: 40px 35px;
  }
  article.product-card .image {
    flex-grow: 1;
  }
  article.product-card .image img {
    aspect-ratio: 340/288;
    height: 100%;
  }
  article.product-card .cat {
    margin-bottom: 16px;
  }
}
.items.sm article.product-card {
  background: none;
  box-shadow: none;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  overflow: visible;
  min-height: auto;
}

.items.sm article.product-card .image {
  order: inherit;
  box-shadow: -10px 20px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  flex: 0 0 50px;
  max-width: 50px;
  overflow: hidden;
}

.items.sm article.product-card .image img {
  aspect-ratio: 1/1;
}

.items.sm article.product-card .content {
  order: 2;
  padding: 0;
}

.items.sm article.product-card .content h6 {
  font-size: 15px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .items.sm article.product-card {
    gap: 23px;
  }
  .items.sm article.product-card .image {
    flex: 0 0 95px;
    max-width: 95px;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.1);
  }
  .items.sm article.product-card .content h6 {
    font-size: 20px;
  }
}
div.breadcrumbs {
  color: var(--c-gray2);
}

div.breadcrumbs .current-item {
  color: var(--c-d-gray);
}

div.header-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: var(--c-gray2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 400ms ease-in-out;
  transition-property: opacity, visibility;
  height: calc(100vh - 100%);
  overflow-y: auto;
}

div.header-search.opened {
  opacity: 1;
  visibility: visible;
}

div.header-search .wrapper {
  position: relative;
  padding: 0 15px;
}

@media (min-width: 960px) {
  div.header-search .wrapper {
    padding: 0 45px;
  }
}
div.header-search > .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  pointer-events: none;
  background: #E8E6ED;
}

div.header-search .search-form {
  position: relative;
  padding: 20px 0 20px;
}

div.header-search .search-form input[type=text] {
  display: block;
  background: #fff;
  height: 65px;
  border-radius: 40px;
  padding: 10px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: "Effra";
  font-size: 16px;
  width: 100%;
}

div.header-search .loaded-items {
  display: none;
  background: rgba(26, 68, 112, 0.95);
  color: #fff;
  padding: 25px 0;
}

div.header-search .loaded-items .items {
  margin-bottom: 35px;
}

div.header-search .loaded-items .loadmore-button {
  text-align: center;
}

div.header-search .loaded-items.loading .items {
  opacity: 0.3;
}

div.header-search .items {
  display: grid;
  gap: 22px;
  margin-bottom: 50px;
  grid-template-columns: 1fr;
  transition: opacity 400ms ease-in-out;
}

div.header-search article.product-card {
  min-height: auto;
}

div.header-search article.product-card .content .cat {
  background: rgba(230, 232, 238, 0.15);
}

div.header-search article.product-card .content h6 {
  color: #fff;
}

@media (min-width: 768px) {
  div.header-search .wrapper {
    padding: 0 15px;
  }
  div.header-search > .wrapper:before {
    background: #fff;
  }
  div.header-search .title {
    display: block;
  }
  div.header-search .search-form {
    flex: 1;
    padding-top: 90px;
    padding-bottom: 120px;
  }
  div.header-search .search-form input[type=text] {
    padding: 0;
    background: none;
    border-bottom: 1px solid var(--c-gray2);
    max-width: 600px;
    height: 68px;
    font-size: 38px;
    letter-spacing: -0.01em;
    color: var(--c-gray);
    border-radius: 0;
  }
  div.header-search .loaded-items {
    padding: 80px 0;
  }
  div.header-search .loaded-items .items {
    gap: 45px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 75px;
  }
}
@media (min-width: 960px) {
  div.header-search .loaded-items .items {
    gap: 90px;
    grid-template-columns: repeat(3, 1fr);
  }
}
div.swiper-navigation {
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
}

div.swiper-navigation .prev,
div.swiper-navigation .next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  color: var(--c-orange);
  transition: color 400ms ease-in-out;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

div.swiper-navigation .prev:hover, div.swiper-navigation .next:hover {
  color: var(--c-blue);
}

div.swiper-navigation .counter {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Rift";
  color: var(--c-blue);
  min-width: 37px;
  width: auto;
  bottom: 0;
  text-align: center;
}

div.swiper-navigation .counter .total {
  font-size: 12px;
}

@media (min-width: 768px) {
  div.swiper-navigation .counter {
    font-size: 40px;
  }
}
@media (min-width: 960px) {
  nav.primary-navigation {
    display: block;
    margin: 0 auto;
    transition: 400ms ease-in-out;
    transition-property: opacity, visibility;
    font-weight: 500;
    font-size: 16px;
    z-index: 2;
  }
  nav.primary-navigation ul.menu {
    display: flex;
    align-items: center;
    gap: 38px;
  }
  nav.primary-navigation ul.menu > li {
    height: 111px;
  }
  nav.primary-navigation ul.menu > li > a {
    position: relative;
    line-height: 111px;
    display: flex;
    color: inherit;
    font-weight: 400;
    transition: 400ms ease-in-out;
    transition-property: background, color, padding, font-size, height;
    cursor: pointer;
    gap: 3px;
    align-items: center;
    z-index: 1;
  }
  nav.primary-navigation ul.menu > li > a:hover {
    color: var(--c-orange);
  }
  nav.primary-navigation ul.menu > li > a > i {
    font-weight: 700;
    font-size: 9px;
    margin-top: 3px;
    margin-left: 5px;
    transition: 0.3s all ease;
  }
  nav.primary-navigation ul.menu > li:hover > a > i {
    transform: rotate(180deg);
  }
  nav.primary-navigation ul.menu > li:hover .primary-navigation-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  nav.primary-navigation .imp-icon-cross {
    display: none;
  }
}
nav.primary-navigation .primary-navigation-submenu {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: 0.5s all ease;
  background-color: var(--c-l-gray);
}

nav.primary-navigation .primary-navigation-submenu .wrapper {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.primary-navigation .primary-navigation-submenu .wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c-white);
  position: absolute;
  top: 0;
  left: -95%;
}

nav.primary-navigation .links-col {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 10px;
  padding: 50px 40px 50px 60px;
  margin-left: -60px;
  background-color: var(--c-white);
  position: relative;
  min-height: 350px;
  max-height: 100vh;
}

@media (min-width: 1230px) {
  nav.primary-navigation .links-col {
    margin-left: 0px;
  }
}
nav.primary-navigation .links-col .link {
  width: calc(50% - 5px);
  display: block;
  font-size: 20px;
  color: var(--c-blue);
  font-weight: 400;
  transition: 0.3s all ease;
}

nav.primary-navigation .links-col .link:hover {
  color: var(--c-orange);
}

nav.primary-navigation .image-col {
  flex: 1;
  height: 100%;
  min-height: 350px;
  max-height: 100vh;
  background-color: #f7f7f7;
  border-left: 1px solid rgba(48, 48, 48, 0.15);
  border-right: 1px solid rgba(48, 48, 48, 0.15);
  position: relative;
  pointer-events: none;
}

nav.primary-navigation .image-col img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
  -o-object-fit: cover;
  object-fit: cover;
}

nav.primary-navigation .image-col img.current {
  opacity: 1;
  visibility: visible;
}

nav.primary-navigation .cta-col {
  width: 25%;
  padding-left: 45px;
  padding-right: 25px;
}

nav.primary-navigation .cta-title {
  color: var(--c-blue);
  margin-bottom: 30px;
  max-width: 180px;
}

nav.primary-navigation .cta-button {
  color: var(--c-blue);
}

@media (max-width: 1230px) {
  nav.primary-navigation .cta-button {
    min-width: 175px;
  }
}
@media (max-width: 960px) {
  nav.primary-navigation {
    position: absolute;
    top: 0;
    background-color: #E8E6ED;
    width: 100%;
    height: 100vh;
    left: 0;
    display: none;
    padding: 20px;
    box-shadow: 0px -10px 20px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  nav.primary-navigation li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  nav.primary-navigation li a {
    font-size: 16px;
    width: 100%;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav.primary-navigation li a > i {
    color: var(--c-orange);
  }
  nav.primary-navigation li a > i:before {
    content: "\e901";
  }
  nav.primary-navigation li a.active .imp-icon-menu-arrow {
    transform: rotate(90deg);
    transition: 0.4s all ease;
  }
  nav.primary-navigation .imp-icon-cross {
    display: block;
    color: var(--c-orange);
    font-size: 22px;
    padding-bottom: 25px;
    padding-top: 10px;
  }
  nav.primary-navigation .primary-navigation-submenu {
    position: static;
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    background-color: transparent;
    transition: none;
    display: none;
  }
  nav.primary-navigation .primary-navigation-submenu .wrapper:before {
    display: none;
  }
  nav.primary-navigation .primary-navigation-submenu .image-col,
nav.primary-navigation .primary-navigation-submenu .cta-col {
    display: none;
  }
  nav.primary-navigation .primary-navigation-submenu .links-col {
    position: relative;
    background-color: transparent;
    top: 0;
    width: 100%;
    min-height: 0;
    max-height: 100%;
    padding: 10px 15px 40px 15px;
    margin-left: 0;
  }
  nav.primary-navigation .primary-navigation-submenu .links-col a {
    padding: 5px 0;
    font-size: 14px;
  }
}
ul.social-links {
  display: flex;
  gap: 20px;
}

ul.social-links li a {
  width: 17px;
  height: 17px;
  font-size: 17px;
  transition: background 400ms ease-in-out;
  cursor: pointer;
}

ul.social-links li a svg {
  max-height: 100%;
  width: 1em;
  height: 1em;
}

ul.social-links li a path {
  fill: #fff;
}

footer.primary {
  background-color: var(--c-d-gray);
  color: var(--c-white);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  border-top-right-radius: 260px 180px;
  z-index: 2;
}

footer.primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 37%;
  height: 100%;
  width: 1px;
  background-color: #76737E;
}

footer.primary .container {
  padding-bottom: 140px;
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
}

footer.primary .footer-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer.primary .footer-title b {
  color: var(--c-orange);
  font-weight: 400;
}

footer.primary .footer-tag-line {
  display: block;
  margin-bottom: 30px;
}

footer.primary .footer-descr {
  color: #89878D;
  font-size: 15px;
  line-height: 1.5;
}

footer.primary .button-gradient {
  margin-top: 35px;
}

footer.primary .left-col {
  width: 60%;
}

footer.primary .inner {
  max-width: 620px;
}

footer.primary .footer-nav {
  font-size: 11px;
  color: #76737E;
  position: absolute;
  bottom: -80px;
}

footer.primary .footer-nav a {
  text-decoration: underline;
}

footer.primary .footer-nav a:not(:last-child) {
  margin-right: 30px;
}

footer.primary .footer-nav a:hover {
  text-decoration: none;
}

footer.primary .left-col {
  position: relative;
}

footer.primary .right-col {
  position: relative;
  width: 28%;
}

footer.primary .contacts {
  color: #89878D;
  margin-bottom: 40px;
  font-size: 15px;
}

footer.primary .contact {
  margin-bottom: 20px;
  line-height: 1.5;
}

footer.primary .contact a {
  transition: 0.4s all ease;
  opacity: 1;
}

footer.primary .contact a:hover {
  opacity: 0.85;
}

footer.primary .copyright {
  color: #76737E;
  font-size: 12px;
  position: absolute;
  bottom: -80px;
}

footer.primary .footer-nav.mobile {
  display: none;
}

footer.primary .footer-nav.desktop {
  display: block;
}

@media (max-width: 960px) {
  footer.primary {
    border-top-right-radius: 120px;
  }
  footer.primary:before {
    content: none;
  }
  footer.primary .container {
    flex-flow: column;
    padding-bottom: 50px;
  }
  footer.primary .left-col, footer.primary .right-col {
    width: 100%;
  }
  footer.primary .left-col {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer.primary .contacts {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
  }
  footer.primary .footer-nav.desktop {
    display: none;
  }
  footer.primary .footer-nav.mobile {
    position: relative;
    bottom: 0;
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  footer.primary .social-links {
    justify-content: center;
  }
  footer.primary .copyright {
    position: relative;
    bottom: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media (min-width: 1920px) {
  footer.primary:before {
    right: 42%;
  }
}
[data-barba=wrapper] {
  padding-top: 112px;
}

body.home [data-barba=wrapper],
body.page-template-template_green [data-barba=wrapper] {
  padding-top: 0;
}

@media (max-width: 960px) {
  [data-barba=wrapper] {
    padding-top: 81px;
  }
}
header.primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 400ms ease-in-out;
  transition-property: background, transform;
  z-index: 3;
}

header.primary.fixed {
  background: #fff;
}

.page-template-template_contact-subpage header.primary.fixed,
.page-template-template_contact header.primary.fixed {
  background: var(--c-blue);
}

@media (min-width: 960px) {
  header.primary.hide-header {
    transform: translateY(-100%);
  }
}
header.primary.search-opened {
  background: #fff;
}

header.primary.search-opened .top-bar {
  border-bottom: 1px solid rgba(48, 48, 48, 0.1) !important;
}

header.primary.search-opened .menu-item {
  color: #303030;
}

@media (min-width: 960px) {
  header.primary .wrapper {
    padding: 0 45px;
  }
}
header.primary .top-bar {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}

header.primary .logo {
  height: 111px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

header.primary .search-button {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 1px solid var(--c-orange);
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.primary .search-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}

@-webkit-keyframes hover-search-button {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}
@keyframes hover-search-button {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}
@media (min-width: 960px) {
  header.primary .search-button:hover > span {
    opacity: 1;
  }
  header.primary .search-button:hover > span > span {
    -webkit-animation-play-state: running;
    animation-play-state: running;
  }
  header.primary .search-button:hover > span > span:nth-child(2) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  header.primary .search-button > span {
    transition: opacity 400ms ease-in-out;
    opacity: 0;
  }
  header.primary .search-button > span > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.5px solid var(--c-orange);
    -webkit-animation: hover-search-button 2000ms ease-in-out;
    animation: hover-search-button 2000ms ease-in-out;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}
header.primary .search-button .imp-icon-search {
  display: block;
  transition: 0.4s all ease;
}

header.primary .search-button .imp-icon-cross {
  display: none;
  color: var(--c-orange);
  font-size: 28px;
  transition: 0.4s all ease;
}

header.primary .search-button.opened {
  border-color: transparent;
}

header.primary .search-button.opened .imp-icon-search {
  display: none;
}

header.primary .search-button.opened .imp-icon-cross {
  display: block;
}

header.primary .menu-trigger {
  display: none;
  position: relative;
}

header.primary .menu-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}

header.primary .menu-trigger .icon {
  position: relative;
  display: block;
  width: 58px;
  height: 0;
}

header.primary .menu-trigger span {
  background-color: var(--c-orange);
  width: 36px;
  height: 2px;
  position: absolute;
}

header.primary .menu-trigger span + span {
  width: 26px;
  top: 7px;
}

@media (max-width: 960px) {
  header.primary .menu-trigger {
    display: block;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  header.primary .search-btn-wrap {
    display: flex;
    justify-content: flex-end;
    min-width: 175px;
  }
}
@media (max-width: 960px) {
  header.primary .logo {
    border-bottom: none !important;
    height: 80px;
  }
  header.primary .search-button {
    width: 39px;
    height: 59px;
    border: none;
    color: var(--c-orange);
    font-size: 22px;
  }
  header.primary .top-bar {
    position: relative;
    padding: 0 15px;
  }
  header.primary .top-bar:before,
header.primary .top-bar:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    background-color: rgba(48, 48, 48, 0.1);
  }
  header.primary .top-bar:before {
    left: 70px;
  }
  header.primary .top-bar:after {
    right: 70px;
  }
}
body.home header.primary {
  top: 0;
}

body.home header.primary .logo {
  border-bottom: 3px solid var(--c-orange);
}

body.home header.primary .logo > svg {
  display: none;
}

/* body.home header.primary .home-lottie {
  display: block;
}

header.primary .home-lottie {
  display: none;
} */
body .primary .logo .home-lottie svg {transform:unset !important;}
.lottie-hero > svg { 
transform: unset !important; 
} 
#logoLottie > svg, .home-lottie > svg {
	transform: unset !important; 
}
svg {
	transform: unset !important; 
}
body.page-template-template_contact header.primary.opened .logo path:first-child, body.page-template-template_contact-subpage header.primary.opened .logo path:first-child {
  fill: var(--c-blue) !important;
}

body.page-template-template_contact header.primary .top-bar, body.page-template-template_contact-subpage header.primary .top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.page-template-template_contact header.primary .logo path:first-child, body.page-template-template_contact-subpage header.primary .logo path:first-child {
  fill: var(--c-white);
}

@media (min-width: 960px) {
  body.page-template-template_contact header.primary .menu-item, body.page-template-template_contact-subpage header.primary .menu-item {
    color: var(--c-white);
  }
}
body.page-template-template_contact header.primary .imp-icon-search, body.page-template-template_contact-subpage header.primary .imp-icon-search {
  color: var(--c-white);
}

section.benefits {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: var(--c-blue);
  color: var(--c-white);
  border-top-right-radius: 260px 180px;
  margin-top: -145px;
}

body.home section.benefits {
  padding-top: 210px;
  padding-bottom: 160px;
}

section.benefits:last-child:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  height: 380px;
  width: 380px;
  background: var(--c-blue);
  z-index: 0;
}

section.benefits .headings {
  max-width: 740px;
  margin: auto;
  margin-bottom: 80px;
  text-align: center;
}

section.benefits .section-subtitle {
  margin-bottom: 10px;
  color: #AFAFAF;
  display: inline-block;
  margin-left: 2px;
}

section.benefits .section-title {
  margin-bottom: 30px;
  color: var(--c-white);
}

section.benefits .section-title b {
  color: var(--c-orange);
  font-weight: 400;
}

section.benefits .descr {
  font-size: 16px;
  color: #afafaf;
  line-height: 24px;
  max-width: 650px;
  margin: auto;
  margin-bottom: 30px;
}

section.benefits .benefits {
  display: flex;
  justify-content: center;
  gap: 50px;
}

section.benefits .benefit {
  width: 20%;
  text-align: center;
}

section.benefits .benefit .image {
  max-width: 78px;
  margin: 0 auto 20px auto;
}

section.benefits .benefit .image img {
  max-width: 78px;
}

section.benefits .benefit .title {
  color: var(--c-white);
  margin-bottom: 15px;
}

section.benefits .benefit .descr {
  margin-bottom: 0;
}

section.benefits .button-wrap {
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  section.benefits {
    margin-top: 0;
    padding-top: 80px !important;
    padding-bottom: 90px !important;
    border-top-right-radius: 120px 120px;
  }
  section.benefits .wrapper {
    flex-flow: column;
  }
  section.benefits .headings {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  section.benefits .benefits {
    flex-wrap: wrap;
    gap: 40px 15px;
  }
  section.benefits .benefit {
    min-width: 165px;
    margin-bottom: 10px;
  }
  section.benefits .image {
    width: 100%;
  }
  section.benefits .content {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.benefits .button-wrap {
    margin-top: 40px;
  }
}
section.categories-grid + section.benefits {
  margin-top: 0;
}

section.categories-grid .container {
  position: relative;
  padding-bottom: 190px;
  z-index: 1;
}

section.categories-grid .container:before {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 100%;
  margin-left: -340px;
  width: 529px;
  height: 131px;
  background: url(../imgs/decor-bg2.svg) 50%/contain no-repeat;
  opacity: 0.4;
  z-index: -1;
}

section.categories-grid .items {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

section.categories-grid .description {
  grid-column: span 2;
  color: var(--c-blue);
  padding: 20px 0;
}

@media (min-width: 768px) {
  section.categories-grid .items {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  section.categories-grid .description {
    padding: 40px 30px;
  }
}
@media (min-width: 960px) {
  section.categories-grid .container {
    padding-bottom: 105px;
  }
  section.categories-grid .container:before {
    bottom: 40px;
    opacity: 0.2;
    width: 1045px;
    height: 259px;
    margin-left: -1000px;
  }
  section.categories-grid .items {
    gap: 90px;
  }
  section.categories-grid .description {
    padding: 75px 50px;
  }
}
section.climate-green {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 160px;
  background-color: var(--c-l-gray2);
  color: var(--c-white);
}

section.climate-green .wrapper {
  display: flex;
  justify-content: flex-end;
}

section.climate-green .content {
  max-width: 740px;
  padding: 60px 65px;
  background: var(--c-gray);
  box-shadow: -40px 45px 80px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  margin-bottom: 45px;
  margin-left: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}

section.climate-green .content:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 10px;
  background-image: url("../imgs/green_leaves.png");
  width: 273px;
  height: 202px;
  background-size: cover;
}

section.climate-green .content .inner {
  display: flex;
  gap: 35px;
  align-items: center;
}

@media (min-width: 1230px) {
  section.climate-green .content {
    margin-left: calc((100% - 1220px) / 2);
  }
}
section.climate-green .title {
  margin-bottom: 30px;
  color: var(--c-white);
}

section.climate-green .title b {
  color: var(--c-orange);
  font-weight: 400;
}

section.climate-green .descr {
  font-size: 16px;
  color: var(--c-l-gray);
  line-height: 24px;
  max-width: 415px;
}

section.climate-green .side-image {
  max-width: 100%;
  padding-left: 15%;
}

section.climate-green .side-image img {
  background: var(--c-l-gray);
  border-radius: 40px 0px 0px 0px;
  aspect-ratio: 1011/611;
  max-width: 100%;
}

@media (max-width: 960px) {
  section.climate-green {
    padding-top: 80px;
    padding-bottom: 0;
  }
  section.climate-green .wrapper {
    flex-flow: column-reverse;
  }
  section.climate-green .content {
    position: relative;
    top: -60px;
    left: 0;
    bottom: auto;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 550px) {
  section.climate-green .content {
    padding: 40px 25px;
  }
  section.climate-green .content:before {
    content: none;
  }
  section.climate-green .inner {
    flex-flow: column;
  }
  section.climate-green .inner .logo {
    position: absolute;
    width: 69px;
    height: 69px;
    top: 20px;
    right: 20px;
  }
}
section.pillars-green + section.climate-green {
  padding-top: 0;
}

section.contact-content {
  position: relative;
  color: var(--c-white);
  padding-top: 40px;
  padding-bottom: 170px;
}

section.contact-content:before {
  content: "";
  position: absolute;
  top: -40%;
  left: -10%;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  width: 1111px;
  height: 1111px;
  max-width: 100%;
}

section.contact-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../imgs/svg/deco-wave.svg);
  background-repeat: no-repeat;
  background-position: 50% 5%;
  width: 150%;
  left: -25%;
  height: 100%;
}

section.contact-content .container {
  position: relative;
  z-index: 2;
  padding-top: 20vh;
}

section.contact-content .left-col {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

section.contact-content .right-col .step {
  font-family: "Rift";
  letter-spacing: 20%;
  font-size: calc(48px + 52 * (100vw - 768px) / 432);
  font-weight: 300;
  margin-bottom: 60px;
}

section.contact-content .right-col .step i {
  font-style: normal;
  font-size: calc(24px + 24 * (100vw - 420px) / 860);
  margin-right: 3%;
  font-weight: 100;
  color: var(--c-orange);
}

@media screen and (min-width: 1280px) {
  section.contact-content .right-col .step i {
    font-size: 48px;
  }
}
@media screen and (max-width: 420px) {
  section.contact-content .right-col .step i {
    font-size: 24px;
  }
}
section.contact-content .right-col .step span {
  color: var(--c-orange);
  font-size: calc(48px + 52 * (100vw - 420px) / 860);
}

@media screen and (min-width: 1280px) {
  section.contact-content .right-col .step span {
    font-size: 100px;
  }
}
@media screen and (max-width: 420px) {
  section.contact-content .right-col .step span {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  section.contact-content .right-col .step {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  section.contact-content .right-col .step {
    font-size: 48px;
  }
}
section.contact-content .button {
  margin-top: 100px;
}

section.contact-content .subpage {
  border-radius: 40px;
  padding: 20px 30px 20px 30px;
  font-size: 16px;
  background-color: #3F5676;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}

section.contact-content .subpage.active,
section.contact-content .subpage:hover {
  background-color: var(--c-white);
  color: var(--c-d-gray);
  transition: 0.6s all ease;
}

section.contact-content .subpage.active span, section.contact-content .subpage:hover span {
  border-color: var(--c-gray2);
}

section.contact-content .subpage.active span:before {
  opacity: 1;
}

section.contact-content .subpage span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--c-l-gray);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  transition: 0.3s;
}

section.contact-content .subpage span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--c-orange);
  opacity: 0;
  transition: 0.3s;
}

section.contact-content .heading {
  line-height: 1;
  margin-bottom: 100px;
}

section.contact-content .heading b {
  color: var(--c-orange);
  font-weight: 400;
}

section.contact-content .contact {
  margin-bottom: 20px;
  font-size: 20px;
}

section.contact-content .contact .label {
  color: var(--c-orange);
}

section.contact-content .address {
  margin-top: 30px;
}

@media (min-width: 960px) {
  section.contact-content .container {
    display: grid;
    grid-template-areas: "heading form" "contact form";
    grid-template-columns: 475px 588px;
    justify-content: space-between;
  }
  section.contact-content .heading-col {
    grid-area: heading;
  }
  section.contact-content .left-col {
    grid-area: contact;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  section.contact-content .right-col {
    grid-area: form;
  }
}
@media (max-width: 960px) {
  section.contact-content {
    padding-bottom: 80px;
  }
  section.contact-content .container {
    flex-flow: column;
  }
  section.contact-content .left-col {
    width: 100%;
    margin-bottom: 60px;
  }
  section.contact-content .back-button {
    margin-bottom: 40px;
  }
  section.contact-content .button {
    margin-top: 40px;
  }
  section.contact-content .heading {
    margin-bottom: 50px;
  }
  section.contact-content .right-col {
    width: 100%;
  }
  section.contact-content .right-col .step {
    margin-bottom: 30px;
  }
  section.contact-content .right-col .step i {
    margin-right: 2%;
  }
}
section.hero-about {
  position: relative;
  z-index: 1;
}

section.hero-about .container {
  height: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

section.hero-about .container:before {
  content: "";
  position: absolute;
  top: -150px;
  right: -615px;
  width: 1045px;
  height: 985px;
  background: url(../imgs/bg-range.svg) 0 0/contain no-repeat;
  z-index: -1;
}

section.hero-about .sub-heading {
  color: var(--c-gray2);
  margin-bottom: 14px;
}

section.hero-about .heading {
  color: var(--c-blue);
  max-width: 960px;
  line-height: 1;
}

section.hero-about .heading b {
  color: var(--c-orange);
  font-weight: 400;
}

@media (min-width: 768px) {
  section.hero-about .container:before {
    width: 1903px;
    height: 1728px;
    top: -300px;
    right: -1225px;
  }
}
section.hero-green {
  position: relative;
  z-index: 1;
  padding-top: 20vh;
  overflow: hidden;
}

@media (max-height: 500px) {
  section.hero-green {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  section.hero-green {
    padding-top: 200px;
  }
}
section.hero-green .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media (min-width: 1024px) {
  section.hero-green .container {
    min-height: 600px;
  }
}
section.hero-green .bg-image {
  width: 50%;
}

section.hero-green .bg-image img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 50vw;
  -webkit-animation: globe 12s ease-in-out infinite alternate;
  animation: globe 12s ease-in-out infinite alternate;
}

section.hero-green .heading {
  color: var(--c-blue);
  width: 50%;
  margin-bottom: 25vh;
}

@media (min-width: 1920px) {
  section.hero-green .heading {
    /*
    margin-bottom: 22vh;
    */
  }
}
section.hero-green .heading b {
  color: var(--c-orange);
  font-weight: 400;
}

@media (max-width: 960px) {
  section.hero-green .bg-image img {
    top: 0;
  }
}
@media (max-width: 640px) {
  section.hero-green .container {
    flex-flow: column;
  }
  section.hero-green .heading {
    width: 100%;
    margin-bottom: 30px;
  }
  section.hero-green .bg-image {
    width: 100%;
  }
  section.hero-green .bg-image img {
    max-width: 100%;
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 440px) {
  section.hero-green .heading {
    font-size: 55px;
  }
}
section.hero-home {
  position: relative;
  height: 100vh;
  min-height: 600px;
  z-index: 1;
}

section.hero-home .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 180vw;
  height: 100%;
  margin-right: -100vw;
  display: flex;
  align-items: center;
}

section.hero-home .bg-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: hero_circle 40s linear infinite alternate;
  animation: hero_circle 40s linear infinite alternate;
}

@media screen and (min-width: 580px) {
  section.hero-home .bg-image {
    max-width: 900px;
    margin-right: -480px;
  }
}
@media (min-width: 960px) {
  section.hero-home .bg-image {
    max-width: 70vw;
    margin-right: -30vw;
  }
}
section.hero-home .container {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

section.hero-home .heading {
  color: var(--c-blue);
  width: 760px;
  max-width: 100%;
}

section.hero-home .heading p {
  opacity: 0;
}

section.hero-home .heading b {
  color: var(--c-orange);
  font-weight: 400;
}

section.hero-home .slider {
  background-color: var(--c-white);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: 0;
  left: auto;
  width: 420px;
  max-width: 100%;
  bottom: 50px;
  display: flex;
  align-items: flex-start;
  padding: 33px 35px;
}

section.hero-home .slider .slide {
  padding: 0 35px;
}

section.hero-home .slider .title {
  color: var(--c-blue);
  margin-bottom: 25px;
}

section.hero-home .slider .button {
  color: var(--c-orange);
  border-bottom: 1px solid var(--c-orange);
}

section.hero-home .scroll-btns {
  position: absolute;
  left: 20px;
  top: calc(100vh - 35px);
  display: flex;
  gap: 10px;
}

@media (min-width: 1460px) {
  section.hero-home .scroll-btns {
    left: calc((100vw - 1440px) / 2);
  }
}
section.hero-home .scroll-btns .anchor-up {
  transform: translateY(-18px);
}

section.hero-home .scroll-btns i {
  color: var(--c-orange);
  font-size: 24px;
}

section.hero-home .scroll-btns .text {
  font-family: "Rift";
  letter-spacing: 5%;
}

@media (min-width: 960px) {
  section.hero-home {
    min-height: 800px;
  }
}
@media (max-width: 960px) {
  section.hero-home .scroll-btns {
    display: none;
  }
}
@media (max-width: 768px) {
  section.hero-home .heading {
    position: relative;
    bottom: 35px;
  }
  section.hero-home .slider {
    display: block;
    max-width: 80%;
    bottom: 25px;
    box-shadow: -20px 40px 50px rgba(0, 0, 0, 0.1);
  }
  section.hero-home .slider .slide {
    padding-left: 0;
    padding-right: 15px;
  }
  section.hero-home .slider .slide .title {
    margin-bottom: 10px;
  }
  section.hero-home .swiper-navigation {
    margin-bottom: 20px;
    max-width: 75px;
  }
  section.hero-home .counter {
    min-width: 0;
  }
}
section.hero-product {
  padding-bottom: 50px;
}

section.hero-product div.breadcrumbs {
  margin-top: 23px;
  margin-bottom: 27px;
}

section.hero-product .product-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: -20px 40px 50px rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
  overflow: hidden;
  background: #fff;
  min-height: 445px;
}

section.hero-product .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

section.hero-product .product-image .swiper-slide {
  position: relative;
  height: 445px;
  background: #fff;
}

section.hero-product .product-image .swiper-navigation {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

section.hero-product .product-details {
  margin-top: 25px;
  margin-bottom: 45px;
}

section.hero-product .product-details .title {
  margin-bottom: 20px;
  color: var(--c-blue);
}

section.hero-product .product-details .description {
  color: var(--c-gray);
  margin-bottom: 33px;
}

section.hero-product .product-details .buttons > * {
  width: 100%;
}

section.hero-product .product-details .buttons > *:not(:last-child) {
  margin-bottom: 13px;
}

section.hero-product .characteristics {
  margin-bottom: 40px;
}

section.hero-product .characteristics h6 {
  margin-bottom: 18px;
}

section.hero-product .characteristics .content {
  color: var(--c-gray2);
}

section.hero-product .characteristics ul {
  margin-bottom: 1em;
}

section.hero-product .characteristics ul li {
  position: relative;
  padding-left: 20px;
}

section.hero-product .characteristics ul li:before {
  content: "";
  position: absolute;
  top: calc(0.75em - 2.5px);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

section.hero-product .characteristics .brochure-link {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: var(--c-orange);
  margin-top: 15px;
}

section.hero-product .buttons-alt {
  border-top: 1px solid rgba(87, 82, 97, 0.2);
}

section.hero-product .buttons-alt .btn-item {
  display: flex;
  border-bottom: 1px solid rgba(87, 82, 97, 0.2);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 70px;
}

section.hero-product .buttons-alt .btn-item span {
  color: #606060;
}

section.hero-product .buttons-alt .btn-item i {
  font-size: 14px;
}

@media (min-width: 768px) {
  section.hero-product {
    padding: 60px 0 170px;
  }
  section.hero-product .container {
    display: grid;
    grid-template-areas: "breadcrumbs breadcrumbs" "image details" "image spec";
    gap: 0 45px;
    grid-template-columns: auto 325px;
  }
  section.hero-product .container:before {
    content: "";
    position: absolute;
    left: -235px;
    bottom: -150px;
    width: 515px;
    height: 515px;
    background: url(../imgs/bg-dots.svg) 50%/auto 650px no-repeat;
  }
  section.hero-product div.breadcrumbs {
    grid-area: breadcrumbs;
    margin-top: 0;
    margin-bottom: 34px;
  }
  section.hero-product .product-details {
    grid-area: details;
    margin-bottom: 40px;
  }
  section.hero-product .product-details .title {
    margin-bottom: 30px;
  }
  section.hero-product .product-details .description {
    margin-bottom: 38px;
  }
  section.hero-product .product-image {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    grid-area: image;
    margin: 0;
    border-radius: 40px;
    box-shadow: -40px 100px 80px rgba(0, 0, 0, 0.1);
    max-height: 550px;
  }
  section.hero-product .product-image .swiper-slide {
    height: auto;
  }
  section.hero-product .product-image .swiper-navigation {
    right: 43px;
    bottom: 33px;
  }
  section.hero-product .product-spec {
    grid-area: spec;
  }
  section.hero-product .characteristics {
    margin-bottom: 50px;
  }
}
@media (min-width: 960px) {
  section.hero-product .container {
    gap: 0 95px;
    grid-template-columns: auto 470px;
  }
}
section.hero-simple {
  padding: 53px 0;
}

section.hero-simple div.breadcrumbs {
  position: absolute;
  top: -35px;
  left: 15px;
}

section.hero-simple .title {
  margin-bottom: 12px;
  color: var(--c-blue);
}

section.hero-simple .description {
  color: var(--c-gray2);
  max-width: 690px;
}

section.hero-simple .side-cta {
  display: none;
}

.page-template-template_our-range section.hero-simple div.breadcrumbs {
  display: none;
}

.page-template-template_our-range section.hero-simple .container:before {
  content: "";
  position: absolute;
  top: -150px;
  right: -355px;
  width: 595px;
  height: 540px;
  background: url(../imgs/bg-range.svg) 0 0/contain no-repeat;
  z-index: -1;
}

.page-template-template_our-range section.hero-simple .description {
  line-height: 1.2;
  font-size: 15px;
  color: var(--c-gray);
}

@media (min-width: 768px) {
  section.hero-simple {
    padding: 180px 0;
  }
  body.search section.hero-simple {
    padding: 180px 0 45px;
  }
  section.hero-simple div.breadcrumbs {
    top: -130px;
  }
  section.hero-simple .title {
    margin-bottom: 32px;
  }
  section.hero-simple .container:before {
    content: "";
    position: absolute;
    top: -220px;
    right: -200px;
    width: 514px;
    height: 509px;
    background: url(../imgs/bg-dots.svg) 50%/contain no-repeat;
  }
  section.hero-simple .side-cta {
    position: absolute;
    top: -130px;
    right: 15px;
    max-width: 285px;
    text-align: right;
    display: block;
  }
  section.hero-simple .side-cta .label {
    color: var(--c-gray);
    margin-bottom: 19px;
  }
  section.hero-simple .side-cta .link {
    text-decoration: underline;
    color: var(--c-orange);
  }
  section.hero-simple .side-cta .link:hover {
    text-decoration: none;
  }
  .page-template-template_our-range section.hero-simple .container:before {
    width: 1903px;
    height: 1728px;
    top: -500px;
    right: -1225px;
  }
  .page-template-template_our-range section.hero-simple .description {
    font-size: 20px;
  }
}
section.image-with-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}

section.image-with-content .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.image-with-content .content {
  max-width: 620px;
  padding-left: 80px;
  width: 50%;
}

section.image-with-content .title {
  margin-bottom: 18px;
  color: var(--c-blue);
}

section.image-with-content .title b {
  color: var(--c-orange);
}

section.image-with-content .subtitle {
  font-size: 11px;
  margin-bottom: 40px;
  color: var(--c-gray2);
}

section.image-with-content .description {
  font-size: 16px;
  color: var(--c-gray2);
  line-height: 24px;
  margin-bottom: 30px;
}

section.image-with-content .image {
  width: 50%;
}

section.image-with-content .image img {
  max-width: 100%;
}

@media (max-width: 960px) {
  section.image-with-content {
    padding: 80px 0;
  }
  section.image-with-content .wrapper {
    flex-flow: column !important;
  }
  section.image-with-content .image {
    width: 100%;
  }
  section.image-with-content .content {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
section.images-text-alt {
  position: relative;
  padding-top: 90px;
  padding-bottom: 80px;
  z-index: 2;
}

section.images-text-alt .decor {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../imgs/svg/deco-wave.svg");
  background-repeat: no-repeat;
  background-position: 0 74% !important;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

section.images-text-alt .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

section.images-text-alt .content {
  max-width: 700px;
  padding-right: 60px;
  width: 40%;
}

section.images-text-alt .subtitle {
  color: var(--c-gray2);
  margin-bottom: 15px;
}

section.images-text-alt .title {
  margin-bottom: 30px;
  color: var(--c-blue);
}

section.images-text-alt .title b {
  color: var(--c-orange);
}

section.images-text-alt .images {
  display: flex;
  gap: 20px;
  max-width: 60%;
  margin-top: 110px;
}

section.images-text-alt .images .image img {
  width: 100%;
  position: relative;
  background-color: var(--c-white);
  border-radius: 30px;
  box-shadow: -40px 100px 80px rgba(0, 0, 0, 0.1);
  aspect-ratio: 430/610;
}

section.images-text-alt .images .image.first-image {
  margin-top: 120px;
  width: 55%;
}

section.images-text-alt .images .image.second-image {
  width: 45%;
}

section.images-text-alt .images .image.second-image img {
  aspect-ratio: 320/440;
}

section.images-text-alt .description {
  font-size: 16px;
  color: var(--c-gray2);
  line-height: 24px;
  margin-bottom: 30px;
  max-width: 440px;
}

@media (max-width: 1024px) {
  section.images-text-alt .content {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  section.images-text-alt .wrapper {
    display: grid;
    grid-template-areas: "title title" "content images";
    gap: 0 70px;
  }
  section.images-text-alt .title-block {
    grid-area: title;
  }
  section.images-text-alt .title-block .title {
    max-width: 705px;
  }
  section.images-text-alt .content-block {
    grid-area: content;
    max-width: 440px;
  }
  section.images-text-alt .images {
    position: relative;
    grid-area: images;
    max-width: none;
    margin-top: 0;
  }
  .page-template-template_who-we-are section.images-text-alt .images:before {
    content: "";
    position: absolute;
    top: -285px;
    right: -100px;
    width: 515px;
    height: 515px;
    background: url(../imgs/bg-dots.svg) 50%/auto 650px no-repeat;
  }
  section.images-text-alt .images .image.first-image {
    margin-top: 40px;
  }
  section.images-text-alt .images .image.second-image {
    margin-top: -205px;
  }
}
@media (max-width: 960px) {
  section.images-text-alt {
    padding-top: 50px;
  }
  section.images-text-alt .decor {
    left: auto;
    right: 0;
    background-position: 0 50% !important;
    width: 100%;
    height: 150px;
    background-size: auto 100%;
  }
  section.images-text-alt .wrapper {
    flex-flow: column !important;
  }
  section.images-text-alt .content {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.images-text-alt .images {
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  section.images-text-alt .images .image.first-image {
    margin-top: 60px;
  }
  section.images-text-alt .images .image img {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
section.images-text {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}

section.images-text .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.images-text .content {
  max-width: 550px;
  padding-left: 100px;
  width: 40%;
}

section.images-text .title {
  margin-bottom: 20px;
  color: var(--c-blue);
}

section.images-text .title b {
  color: var(--c-orange);
}

section.images-text .images {
  display: flex;
  gap: 20px;
  width: 60%;
}

section.images-text .images .image {
  width: 45%;
  position: relative;
}

section.images-text .images .second-image {
  width: 55%;
  margin-top: 130px;
}

section.images-text .images img {
  max-width: 100%;
  position: relative;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  background-color: var(--c-white);
  border-radius: 30px;
  box-shadow: -40px 100px 80px rgba(0, 0, 0, 0.1);
}

section.images-text .description {
  font-size: 16px;
  color: var(--c-gray2);
  line-height: 24px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  section.images-text .content {
    width: 50%;
  }
}
@media (max-width: 960px) {
  section.images-text .wrapper {
    flex-flow: column-reverse !important;
  }
  section.images-text .content {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.images-text .images {
    max-width: 100%;
    width: 100%;
  }
}
section.indented-cards {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
}

section.indented-cards .wrapper {
  position: relative;
}

section.indented-cards .content {
  max-width: 380px;
  position: absolute;
  top: 0;
  right: 0;
}

section.indented-cards .section-title {
  margin-bottom: 20px;
  color: var(--c-blue);
}

section.indented-cards .section-title b {
  color: var(--c-orange);
}

section.indented-cards .cards {
  display: flex;
  gap: 50px;
}

section.indented-cards .card {
  flex: 1;
}

section.indented-cards .card:nth-child(2) {
  margin-top: 160px;
}

section.indented-cards .card:nth-child(3) {
  margin-top: 320px;
}

section.indented-cards .image {
  aspect-ratio: 362/427;
  box-shadow: -40px 100px 80px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

section.indented-cards .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.indented-cards .title {
  margin-bottom: 20px;
  color: var(--c-blue);
}

section.indented-cards .description {
  font-size: 16px;
  color: var(--c-gray2);
  line-height: 24px;
}

@media (max-width: 960px) {
  section.indented-cards {
    padding: 90px 0;
  }
  section.indented-cards .content {
    width: 100%;
    margin-bottom: 30px;
  }
  section.indented-cards .images {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  section.indented-cards .content {
    position: static;
    margin-bottom: 50px;
  }
  section.indented-cards .cards {
    flex-wrap: wrap;
    gap: 70px;
  }
  section.indented-cards .card {
    flex: 0 0 100%;
    margin-top: 0 !important;
    transform: none !important;
  }
  section.indented-cards .card .inner {
    width: 80%;
    max-width: 320px;
  }
  section.indented-cards .card:nth-child(2) .inner {
    float: right;
  }
}
section.indented-cards + .simple-text {
  padding-top: 0;
}

section.indented-cards + .simple-text .bg-image img {
  top: 0;
}

section.intro-green {
  position: relative;
  padding-top: 100px;
  padding-bottom: 170px;
}

section.intro-green .wrapper {
  display: flex;
  align-items: center;
  gap: 90px;
}

section.intro-green .image img {
  max-width: 100%;
}

section.intro-green .content {
  width: 700px;
  max-width: 100%;
}

section.intro-green .title {
  margin-bottom: 35px;
  color: var(--c-blue);
}

section.intro-green .title b {
  color: var(--c-orange);
}

section.intro-green .description {
  font-size: 16px;
  color: var(--c-gray2);
  line-height: 24px;
  max-width: 450px;
}

@media (max-width: 960px) {
  section.intro-green {
    padding-bottom: 60px;
  }
  section.intro-green .wrapper {
    gap: 40px;
  }
  section.intro-green .content {
    width: 100%;
  }
  section.intro-green .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  section.intro-green .wrapper {
    flex-flow: column;
    align-items: flex-start;
  }
  section.intro-green .image {
    max-width: 220px;
  }
}
@media (min-width: 1230px) {
  section.intro-green .wrapper {
    transform: translateX(-100px);
  }
}
.hero-green + section.intro-green {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .hero-green + section.intro-green {
    margin-top: -80px;
  }
}
@media (max-width: 640px) {
  .hero-green + section.intro-green {
    margin-top: -40vw;
    position: relative;
    z-index: 2;
  }
}
section.intro-text {
  padding: 70px 0;
  background-color: transparent;
  position: relative;
  z-index: 2;
}

section.intro-text .headings {
  max-width: 800px;
  margin: auto;
}

section.intro-text .title {
  max-width: 920px;
  margin: auto;
  color: var(--c-blue);
  text-align: center;
}

section.intro-text .title b {
  color: var(--c-orange);
  font-weight: 400;
}

@media (min-width: 768px) {
  section.intro-text:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../imgs/deco-dots.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 300px;
    height: 500px;
    max-height: 100%;
    opacity: 0.8;
  }
}
@media (min-width: 960px) {
  section.intro-text {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
section.intro-text + .images-text {
  padding-top: 0;
}

section.options-table {
  padding: 60px 0;
}

section.options-table.additional {
  padding-top: 0;
  margin-top: -20px;
}

section.options-table .head-title {
  margin-bottom: 48px;
  color: var(--c-blue);
}

section.options-table .title {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--c-orange);
}

section.options-table .table-overlay {
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

section.options-table .table-overlay::-webkit-scrollbar {
  display: none;
}

section.options-table table {
  color: var(--c-gray2);
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

section.options-table table b {
  font-weight: 700;
}

section.options-table table h6 {
  color: var(--c-orange);
  font-size: 16px;
  margin: 0;
}

section.options-table table th {
  font-size: 16px;
  font-weight: 400;
  font-family: "Effra";
  letter-spacing: -0.01em;
  line-height: 1.15;
  padding: 15px 0;
  white-space: nowrap;
}

section.options-table table td {
  line-height: 1.57;
}

section.options-table table td,
section.options-table table th {
  padding-left: 20px;
}

section.options-table table td:first-child, section.options-table table th:first-child {
  padding-left: 0;
}

section.options-table table thead th,
section.options-table table thead td {
  border-bottom: 1px solid;
}

section.options-table table tbody tr:nth-child(even) {
  background: rgba(183, 181, 188, 0.1);
}

section.options-table table tbody td {
  vertical-align: top;
  padding-bottom: 25px;
  padding-top: 25px;
  border-bottom: 1px solid rgba(118, 115, 126, 0.2);
}

@media (min-width: 768px) {
  section.options-table {
    padding: 100px 0;
  }
  section.options-table.additional {
    margin-top: -75px;
  }
  section.options-table .head-title {
    margin-bottom: 55px;
  }
  section.options-table .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section.options-table table tbody td {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
section.page-content {
  padding: 90px 0 150px 0;
  position: relative;
  z-index: 1;
}

section.page-content .bg-image img {
  position: absolute;
  top: 20px;
  right: 0;
  width: 60%;
  height: 1340px;
  -o-object-position: 100% 20%;
  object-position: top right;
  -o-object-fit: contain;
  object-fit: contain;
}

section.page-content .heading {
  margin-bottom: 100px;
  color: var(--c-blue);
  max-width: 410px;
}

section.page-content .side-cta {
  padding-right: 100px;
  padding-left: 15px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  margin-bottom: 30px;
}

section.page-content .side-cta .title {
  margin-bottom: 10px;
}

section.page-content .side-cta .button {
  color: var(--c-orange);
  display: inline-flex;
  font-size: 12px;
  letter-spacing: 5%;
  border-bottom: 1px solid var(--c-orange);
  transition: 0.2s;
}

section.page-content .side-cta .button:hover {
  border-bottom-color: transparent;
}

@media (max-width: 960px) {
  section.page-content {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  section.page-content .bg-image img {
    top: 0;
  }
}
section.pillars-green {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 170px;
  background-color: var(--c-l-gray2);
  border-top-right-radius: 260px 180px;
  margin-top: -180px;
}

section.pillars-green .headings {
  max-width: 700px;
  margin-bottom: 75px;
  margin-left: 80px;
}

section.pillars-green .section-title {
  margin-bottom: 30px;
  color: var(--c-blue);
}

section.pillars-green .section-title b {
  color: var(--c-green);
  font-weight: 400;
}

section.pillars-green .descr {
  font-size: 16px;
  color: var(--c-gray2);
  line-height: 24px;
  max-width: 560px;
  margin-bottom: 30px;
}

section.pillars-green .pillars {
  display: flex;
  justify-content: center;
  gap: 50px;
}

section.pillars-green .pillar {
  width: 25%;
  border-radius: 30px;
  background-color: var(--c-white);
  padding: 30px 33px;
  min-height: 195px;
  box-shadow: -40px 100px 80px rgba(0, 0, 0, 0.1);
}

section.pillars-green .pillar .subtitle {
  color: var(--c-gray2);
  margin-bottom: 20px;
  padding-left: 0;
  text-transform: uppercase;
}

section.pillars-green .pillar .subtitle:before {
  content: none;
}

@media (max-width: 768px) {
  section.pillars-green .pillar .subtitle {
    margin-bottom: 10px;
  }
}
section.pillars-green .pillar .title {
  color: var(--c-green);
}

@media (max-width: 768px) {
  section.pillars-green .pillar .title {
    font-size: 20px;
  }
  section.pillars-green .pillar .title br {
    display: none;
  }
}
section.pillars-green .button-wrap {
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  section.pillars-green {
    margin-top: -120px;
    padding-top: 70px;
    padding-bottom: 140px;
    border-top-right-radius: 120px 120px;
  }
  section.pillars-green .wrapper {
    flex-flow: column;
  }
  section.pillars-green .headings {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.pillars-green {
    padding-bottom: 100px;
  }
  section.pillars-green .pillars {
    flex-wrap: wrap;
    gap: 25px;
  }
  section.pillars-green .pillar {
    width: 100%;
    max-width: 450px;
    min-height: 0;
    box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.1);
  }
}
section.process {
  margin: 20px 0;
  padding: 20px 0 50px;
}

section.process .title {
  margin-bottom: 35px;
  color: var(--c-blue);
}

section.process .items {
  display: flex;
  gap: 30px;
  text-align: center;
  margin: 0 -15px;
  padding: 0 15px;
}

section.process .items::-webkit-scrollbar {
  display: none;
}

section.process .items .item {
  color: var(--c-gray2);
  flex: 1;
  min-width: 130px;
}

section.process .items .item .icon {
  position: relative;
  margin-bottom: 14px;
}

section.process .items .item .icon img {
  display: block;
  height: 75px;
  width: auto;
  margin: 0 auto;
}

section.process .items .item .arrow-line {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 50%;
  color: #B7B5BC;
  border-bottom: 1px dashed;
  margin-left: 0;
  transform: translateX(45%);
}

section.process .items .item .arrow-line i {
  position: absolute;
  right: -5px;
  margin-top: -3.5px;
  font-size: 8px;
  transform: rotate(270deg);
}

section.process .items .item .label {
  max-width: 115px;
  margin: 0 auto;
}

section.process .items .item .label span {
  color: var(--c-orange);
}

section.process .items .item .description {
  margin-top: 10px;
}

section.process .items .item:last-child .arrow-line {
  display: none;
}

section.process [data-simplebar=init] {
  margin-right: -15px;
}

section.process .simplebar-track.simplebar-vertical {
  display: none;
}

section.process .simplebar-track.simplebar-horizontal {
  position: relative;
  height: 1px;
  background: rgba(225, 131, 38, 0.3);
  overflow: visible;
  margin-top: 40px;
  margin-right: 15px;
}

section.process .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  position: absolute;
  top: -2px;
  left: 0;
  height: 5px;
  background: var(--c-orange);
  border-radius: 10px;
}

@media (min-width: 768px) {
  section.process .simplebar-track {
    display: none;
  }
}
@media (min-width: 960px) {
  section.process {
    margin: 40px 0 90px;
    padding: 60px 0 60px;
  }
  section.process [data-simplebar=init] {
    margin-right: 0;
  }
  section.process .title {
    margin-bottom: 65px;
    text-align: center;
  }
  section.process .items .item {
    min-width: 235px;
  }
  section.process .items .item .icon {
    margin-bottom: 20px;
  }
  section.process .items .item .label {
    max-width: 210px;
  }
  section.process .items .item .description {
    margin-top: 13px;
  }
}
section.products {
  padding-bottom: 40px;
}

section.products .nav-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

section.products .nav-top.with-sub-categories .searchandfilter {
  display: block;
}

section.products .nav-top .searchandfilter {
  flex: 0 0 100%;
  margin-bottom: 50px;
  display: none;
}

section.products .nav-top .searchandfilter label {
  display: block;
}

section.products .nav-top .searchandfilter ul li {
  padding: 0;
}

section.products .nav-top .searchandfilter .dk-select {
  position: relative;
  font-family: "Effra";
  font-size: 16px;
}

section.products .nav-top .searchandfilter .dk-select.dk-select-open-down .dk-selected:before, section.products .nav-top .searchandfilter .dk-select.dk-select-open-up .dk-selected:before {
  transform: rotate(-180deg);
}

section.products .nav-top .searchandfilter .dk-select.dk-select-open-down .dk-select-options, section.products .nav-top .searchandfilter .dk-select.dk-select-open-up .dk-select-options {
  opacity: 1;
  visibility: visible;
}

section.products .nav-top .searchandfilter .dk-select .dk-selected {
  position: relative;
  display: block;
  background: #E2E2E6;
  height: 48px;
  padding: 10px 27px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 24px;
}

section.products .nav-top .searchandfilter .dk-select .dk-selected:before {
  content: "\e906";
  font-family: "imp-icons";
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -0.5em;
  line-height: 1;
  transform: rotate(0deg);
  background: none;
  width: 1em;
  height: 1em;
  transition: transform 400ms ease-in-out;
}

section.products .nav-top .searchandfilter .dk-select .dk-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #E2E2E6;
  border-radius: 24px;
  margin-top: 5px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  transition: 400ms ease-in-out;
  transition-property: opacity, visibility;
  z-index: 10;
}

section.products .nav-top .searchandfilter .dk-select .dk-select-options .dk-option {
  display: none;
  padding: 8px 27px;
}

section.products .nav-top .searchandfilter .dk-select .dk-select-options .dk-option.dk-option-selected {
  color: var(--c-orange);
}

section.products .nav-top .searchandfilter .dk-select + select {
  display: none;
}

section.products .nav-top .grid-switcher {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 16px;
}

section.products .nav-top .grid-switcher .label {
  display: none;
}

section.products .nav-top .grid-switcher button {
  background: none;
  border: none;
  outline: none;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  opacity: 0.2;
  cursor: pointer;
  transition: opacity 400ms ease-in-out;
}

section.products .nav-top .grid-switcher button.imp-icon-grid-sm {
  display: none;
}

section.products .nav-top .grid-switcher button.current {
  opacity: 1;
}

section.products .nav-top .posts-count {
  font-family: "DM Sans";
  font-size: 16px;
  color: #B1B1B1;
}

section.products .nav-top .posts-count span {
  color: var(--c-blue);
}

section.products .items {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
}

section.products .items.sm {
  grid-template-columns: 1fr;
}

section.products .loadmore-button {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

section.products .loadmore-button .button-gradient {
  justify-content: center;
}

@media (min-width: 768px) {
  section.products .nav-top {
    gap: 30px;
  }
  section.products .nav-top .searchandfilter {
    flex: 0 0 auto;
    margin: 0;
  }
  section.products .nav-top .searchandfilter .dk-select .dk-selected {
    display: none;
  }
  section.products .nav-top .searchandfilter .dk-select .dk-select-options {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    opacity: 1;
    visibility: visible;
    background: none;
    border-radius: none;
    padding: 0;
    margin: 0;
  }
  section.products .nav-top .searchandfilter .dk-select .dk-select-options .dk-option {
    display: none;
    align-items: center;
    justify-content: center;
    background: #E2E2E6;
    color: inherit;
    font-size: inherit;
    height: 48px;
    padding: 10px 25px;
    cursor: pointer;
    min-width: 152px;
    border-radius: 30px;
  }
  section.products .nav-top .searchandfilter .dk-select .dk-select-options .dk-option.dk-option-selected {
    background: var(--c-d-gray);
    color: #fff;
  }
  section.products .nav-top.with-sub-categories .posts-count {
    flex: 0 0 100%;
    order: 2;
    margin-top: 90px;
  }
  section.products .nav-top .grid-switcher .label {
    display: block;
  }
  section.products .nav-top .grid-switcher button.imp-icon-grid-sm {
    display: block;
  }
  section.products .nav-top .grid-switcher button.imp-icon-rows {
    display: none;
  }
  section.products .items {
    gap: 45px;
    grid-template-columns: repeat(3, 1fr);
  }
  section.products .items.sm {
    grid-template-columns: repeat(2, 1fr);
  }
  section.products .loadmore-button {
    margin: 90px 0;
  }
  section.products .loadmore-button.hide {
    display: none;
  }
}
@media (min-width: 960px) {
  section.products .items {
    gap: 90px;
  }
  section.products .items.sm {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.related-products {
  position: relative;
  padding: 65px 0 95px;
  background: var(--c-l-gray);
  border-radius: 0 90px 0 0;
}

section.related-products:last-child:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  height: 380px;
  width: 380px;
  background: var(--c-l-gray);
  z-index: 0;
}

section.related-products .title {
  margin-bottom: 28px;
  color: var(--c-blue);
}

section.related-products .items {
  margin-bottom: 45px;
  display: flex;
  gap: 10px;
  padding: 80px 15px;
  margin: -80px -15px -35px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

section.related-products .items::-webkit-scrollbar {
  display: none;
}

section.related-products article.product-card {
  flex: 0 0 calc(33.333% - 7px);
  min-width: 150px;
  max-width: calc(33.333% - 7px);
}

@media (min-width: 960px) {
  section.related-products {
    padding: 210px 0 95px;
    border-radius: 0 220px 0 0;
  }
  section.related-products .container {
    display: flex;
    align-items: center;
    gap: 55px;
    flex-wrap: wrap;
  }
  section.related-products .title {
    margin-bottom: 0;
  }
  section.related-products .items {
    order: 3;
    flex: 0 0 calc(100% + 210px);
    gap: 90px;
    padding: 160px 105px;
    margin: -160px -105px -80px;
  }
  section.related-products .button-block {
    margin-left: auto;
  }
  section.related-products article.product-card {
    flex: 0 0 calc(33.333% - 60px);
    max-width: calc(33.333% - 60px);
  }
}
section.side-image-carousel {
  margin: 50px 0;
}

section.side-image-carousel .content {
  margin-bottom: 40px;
}

section.side-image-carousel .title {
  margin-bottom: 22px;
  color: var(--c-blue);
}

section.side-image-carousel .description {
  color: var(--c-gray2);
}

section.side-image-carousel .images-carousel {
  overflow: visible;
  min-width: 0;
  margin: 0;
}

section.side-image-carousel .images-carousel .swiper-slide {
  flex: 0 0 275px;
  max-width: 275px;
}

section.side-image-carousel .images-carousel .swiper-slide img {
  display: block;
  aspect-ratio: 275/325;
  border-radius: 20px;
  box-shadow: -20px 40px 50px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

section.side-image-carousel .images-carousel .next {
  display: none;
}

section.side-image-carousel .images-carousel .next.swiper-button-disabled {
  display: none;
}

@media (min-width: 960px) {
  section.side-image-carousel {
    margin: 170px 0;
  }
  section.side-image-carousel .container {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: space-between;
  }
  section.side-image-carousel .title {
    margin-bottom: 30px;
  }
  section.side-image-carousel .content {
    flex: 0 0 485px;
    margin-bottom: 0;
  }
  section.side-image-carousel .images-carousel {
    flex: 1;
    max-width: 585px;
  }
  section.side-image-carousel .images-carousel .swiper-slide {
    flex: 0 0 305px;
  }
  section.side-image-carousel .images-carousel .swiper-slide img {
    aspect-ratio: 305/360;
  }
  section.side-image-carousel .images-carousel .next {
    display: block;
    position: absolute;
    top: 50%;
    right: -0.55em;
    margin-top: -0.5em;
    font-size: 125px;
    color: var(--c-orange);
    cursor: pointer;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 400ms ease-in-out;
  }
  section.side-image-carousel .images-carousel .next:hover {
    color: var(--c-blue);
  }
}
section.side-image-slider {
  margin: 50px 0;
}

section.side-image-slider .content-slider {
  margin-bottom: 40px;
}

section.side-image-slider .content-slider .title {
  margin-bottom: 22px;
  color: var(--c-blue);
}

section.side-image-slider .content-slider .description {
  color: var(--c-gray2);
}

section.side-image-slider .swiper-navigation {
  margin-top: 15px;
}

section.side-image-slider .image-slider {
  margin: 0 -15px;
}

section.side-image-slider .image-slider .swiper {
  box-shadow: -20px 40px 50px rgba(0, 0, 0, 0.1);
}

section.side-image-slider .image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/230;
  -o-object-fit: cover;
  object-fit: cover;
}

section.side-image-slider .image-slider .next {
  display: none;
}

@media (min-width: 960px) {
  section.side-image-slider {
    margin: 170px 0;
  }
  section.side-image-slider .container {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: space-between;
  }
  section.side-image-slider .title {
    margin-bottom: 30px;
  }
  section.side-image-slider .content-slider {
    flex: 0 0 485px;
    margin-bottom: 0;
    min-width: 0;
  }
  section.side-image-slider .swiper-navigation {
    margin-top: 50px;
  }
  section.side-image-slider .image-slider {
    flex: 1;
    max-width: 585px;
    margin: 0;
  }
  section.side-image-slider .image-slider .swiper {
    min-width: 0;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 40px 100px 80px rgba(0, 0, 0, 0.1);
    width: calc(50vw - 615px + 100%);
  }
  section.side-image-slider .image-slider .swiper-slide img {
    height: 435px;
    aspect-ratio: inherit;
  }
  section.side-image-slider .image-slider .next {
    display: block;
    position: absolute;
    top: 50%;
    right: -0.55em;
    margin-top: -0.5em;
    font-size: 125px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 400ms ease-in-out;
  }
  section.side-image-slider .image-slider .next:hover {
    color: var(--c-orange);
  }
}
section.simple-text {
  position: relative;
  padding-top: 100px;
  padding-bottom: 170px;
}

section.simple-text .bg-image img {
  position: absolute;
  top: 100px;
  right: 0;
}

section.simple-text .content {
  width: 550px;
  max-width: 100%;
}

section.simple-text .title {
  margin-bottom: 30px;
  color: var(--c-blue);
}

section.simple-text .title b {
  color: var(--c-orange);
}

section.simple-text .description {
  font-size: 16px;
  color: var(--c-gray2);
  line-height: 24px;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  section.simple-text {
    padding: 70px 0;
  }
  section.simple-text .bg-image {
    position: absolute;
    top: -100px;
    right: 0;
  }
  section.simple-text .bg-image img {
    position: relative;
    top: 0;
  }
  section.simple-text .content {
    width: 100%;
    margin-bottom: 50px;
  }
}
section.small-cta {
  padding: 20px 0;
}

section.small-cta .box {
  border-radius: 20px;
  background: var(--c-blue);
  padding: 27px 30px;
  color: #fff;
  box-shadow: -20px 40px 50px rgba(0, 0, 0, 0.1);
}

section.small-cta .title {
  margin-bottom: 16px;
}

section.small-cta .description {
  color: var(--c-l-gray);
  margin-bottom: 27px;
}

section.small-cta .buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

section.small-cta .buttons > * {
  width: 100%;
  min-width: auto;
}

@media (min-width: 768px) {
  section.small-cta .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  section.small-cta .title {
    max-width: 320px;
    margin-bottom: 0;
  }
  section.small-cta .buttons {
    flex-direction: row;
    gap: 12px;
  }
  section.small-cta .buttons > * {
    width: auto;
    min-width: 235px;
  }
}
@media (min-width: 960px) {
  section.small-cta {
    margin: 50px 0;
  }
  section.small-cta .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1567px;
    height: 476px;
    margin: -238px 0 0 -783.5px;
    background: url(../imgs/decor-bg.jpg) 50%/contain no-repeat;
    z-index: 0;
  }
  section.small-cta .box {
    position: relative;
    padding: 45px 60px;
    box-shadow: -40px 100px 80px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  section.small-cta .description {
    margin-bottom: 28px;
  }
  section.small-cta .buttons {
    gap: 24px;
  }
  section.small-cta .buttons > * {
    min-width: 280px;
  }
}
section.stacked-cards {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  z-index: 2;
}

section.stacked-cards .section-title {
  color: var(--c-blue);
  margin-bottom: 50px;
}

section.stacked-cards .accordion {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  box-shadow: -40px 100px 80px rgba(0, 0, 0, 0.1);
}

@media (min-width: 960px) {
  section.stacked-cards [data-simplebar=init] {
    max-height: 450px;
  }
}
section.stacked-cards ul {
  display: flex;
  flex-wrap: nowrap;
}

section.stacked-cards ul li.item {
  flex: 0 0 100%;
  height: auto;
  padding-bottom: 30px;
}

@media (min-width: 960px) {
  section.stacked-cards ul {
    display: block;
    overflow: hidden;
    max-height: 450px;
  }
  section.stacked-cards ul li.item {
    padding-bottom: 0;
    flex: auto;
  }
}
section.stacked-cards .simplebar-track.simplebar-vertical {
  display: none;
}

section.stacked-cards .simplebar-track.simplebar-horizontal {
  position: absolute;
  left: 25px;
  bottom: 45px;
  width: calc(100% - 50px);
  height: 1px;
  background: rgba(225, 131, 38, 0.3);
  overflow: visible;
  margin-top: 40px;
  margin-right: 15px;
}

section.stacked-cards .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  position: absolute;
  top: -2px;
  left: 0;
  height: 5px;
  background: var(--c-orange);
  border-radius: 10px;
}

section.stacked-cards .accordion li {
  position: relative;
  display: block;
  width: 25%;
  float: left;
  border-left: 1px solid var(--c-l-gray);
  transition: all 0.5s;
  min-height: 450px;
  height: 100%;
  overflow: hidden;
}

section.stacked-cards .accordion li:first-child {
  background: #F5F4F6;
  border-radius: 20px 0px 0px 0px;
}

section.stacked-cards .accordion li:nth-child(2) {
  background: var(--c-white);
  border: 1px solid var(--c-white);
  border-radius: 0px 0px 0px 20px;
}

section.stacked-cards .accordion li:nth-child(3) {
  background: #F5F4F6;
  border-radius: 0px 0px 0px 0px;
}

section.stacked-cards .accordion li:nth-child(4) {
  background: #E6E4E9;
  border-radius: 0px 100px 20px 0px;
}

section.stacked-cards .accordion li:not(.active) .title:hover i {
  opacity: 1;
}

section.stacked-cards .accordion li:not(.active) .title:hover .number {
  transform: translateY(30px);
}

section.stacked-cards .accordion li:not(.active) .title:hover .heading {
  transform: translateY(30px) rotate(90deg);
}

section.stacked-cards .accordion ul li {
  width: 200px;
}

section.stacked-cards .accordion ul li.active {
  width: calc(100% - 600px);
}

section.stacked-cards .accordion ul li.active .heading {
  opacity: 0;
}

section.stacked-cards .accordion ul li.active .content {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease;
}

section.stacked-cards .accordion ul li.active .content img {
  opacity: 1;
  transition: 0.1s all ease;
}

section.stacked-cards .number {
  font-size: 100px;
  letter-spacing: -0.05em;
  color: var(--c-orange);
  font-family: "Rift";
  font-weight: 400;
  max-width: 200px;
  text-align: center;
  line-height: 1;
  padding-bottom: 25px;
  transition: 0.5s all ease;
}

section.stacked-cards .title {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 30px 10px;
}

section.stacked-cards .title i {
  color: var(--c-orange);
  position: absolute;
  left: calc(50% - 5px);
  opacity: 0;
  transition: 0.4s all ease;
}

section.stacked-cards .heading {
  display: flex;
  color: var(--c-blue);
  padding: 20px;
  transform: rotate(90deg);
  margin-top: 130px;
  width: 300px;
  height: 115px;
  opacity: 1;
  transition: 0.5s transform ease;
  flex: 1;
  transform-origin: 50% 0;
  align-items: center;
}

section.stacked-cards .content {
  opacity: 0;
  visibility: hidden;
  padding: 160px 30px 30px 85px;
  max-width: 475px;
  transition: 0.4s all ease;
}

section.stacked-cards .content img {
  position: absolute;
  top: 0;
  right: -25%;
  max-width: 380px;
  opacity: 0;
  transition: 0.7s 0.4s all ease;
}

section.stacked-cards .content-title {
  color: var(--c-blue);
  margin-bottom: 20px;
}

@media (max-width: 1240px) {
  section.stacked-cards .accordion li.item img {
    display: none;
  }
}
@media (max-width: 1024px) {
  section.stacked-cards .accordion {
    overflow: auto;
    max-height: 100%;
  }
  section.stacked-cards .accordion li.item {
    width: 100% !important;
    float: none;
    border-radius: 0 !important;
  }
  section.stacked-cards .accordion li.item img {
    display: block !important;
    right: -10%;
  }
  section.stacked-cards .accordion .heading {
    display: none;
  }
  section.stacked-cards .accordion .content {
    padding-top: 160px;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  section.stacked-cards .content img {
    display: none;
  }
}
@media (max-width: 680px) {
  section.stacked-cards .accordion li.item .content {
    padding-left: 25px !important;
    padding-right: 20%;
  }
  section.stacked-cards .accordion li.item img {
    width: 40%;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
  }
  section.stacked-cards .accordion li.item .number {
    text-align: left;
    padding-left: 20px;
  }
}
section.stats {
  position: relative;
  padding-top: 80px;
  padding-bottom: 280px;
  background-color: var(--c-l-gray2);
}

section.stats .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px 100px;
}

section.stats .content {
  max-width: 380px;
  width: 40%;
}

section.stats .section-title {
  line-height: 0.75;
  margin-bottom: 30px;
  color: var(--c-blue);
}

section.stats .section-title b {
  color: var(--c-orange);
  font-weight: 400;
}

section.stats .section-descr {
  font-size: 16px;
  line-height: 24px;
  color: var(--c-gray2);
}

section.stats .stats-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 10%;
  width: 60%;
}

section.stats .stat {
  width: 40%;
  margin-bottom: 50px;
}

section.stats .stat .title {
  font-size: calc(70px + 70 * (100vw - 768px) / 432);
  font-family: "Rift";
  font-weight: 400;
  line-height: 1;
  color: var(--c-orange);
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  section.stats .stat .title {
    font-size: 140px;
  }
}
@media screen and (max-width: 768px) {
  section.stats .stat .title {
    font-size: 70px;
  }
}
section.stats .stat .descr {
  color: var(--c-gray2);
  margin-bottom: 0;
}

@media (max-width: 960px) {
  section.stats {
    padding-bottom: 80px;
  }
  section.stats .wrapper {
    flex-flow: column;
  }
  section.stats .stats-items {
    width: 100%;
  }
  section.stats .content {
    width: 100%;
  }
  section.stats .stats-items {
    justify-content: flex-start;
  }
}
section.subcontact-content {
  position: relative;
  color: var(--c-white);
  padding-top: 40px;
  padding-bottom: 170px;
}

section.subcontact-content:before {
  content: "";
  position: absolute;
  top: -40%;
  left: -10%;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  width: 1111px;
  height: 1111px;
  max-width: 100%;
}

section.subcontact-content:after {
  content: "";
  position: absolute;
  background-image: url(../imgs/svg/deco-wave.svg);
  background-repeat: no-repeat;
  background-position: 50% 5%;
  width: 150%;
  left: -25%;
  bottom: 0;
  height: 100%;
}

section.subcontact-content .container {
  position: relative;
  z-index: 2;
}

section.subcontact-content .left-col {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

section.subcontact-content .right-col .step {
  font-family: "Rift";
  letter-spacing: 20%;
  font-size: calc(48px + 52 * (100vw - 768px) / 432);
  font-weight: 300;
  margin-bottom: 60px;
}

section.subcontact-content .right-col .step i {
  font-style: normal;
  font-size: 48px;
  margin-right: 3%;
  font-weight: 100;
  color: var(--c-orange);
}

section.subcontact-content .right-col .step span {
  color: var(--c-orange);
}

@media screen and (min-width: 1200px) {
  section.subcontact-content .right-col .step {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  section.subcontact-content .right-col .step {
    font-size: 48px;
  }
}
section.subcontact-content .breadcrumbs {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 45px;
}

section.subcontact-content .breadcrumbs .current-item {
  color: inherit;
}

section.subcontact-content .button {
  margin-top: 50px;
}

section.subcontact-content .heading {
  line-height: 1;
  margin-bottom: 20px;
}

section.subcontact-content .heading b {
  color: var(--c-orange);
  font-weight: 400;
}

section.subcontact-content .back-button {
  color: var(--c-orange);
  border-bottom: 1px solid var(--c-orange);
  display: inline-block;
  transition: 0.3s;
}

section.subcontact-content .back-button:hover {
  border-bottom-color: transparent;
}

section.subcontact-content .contact {
  margin-bottom: 20px;
  font-size: 20px;
}

section.subcontact-content .contact .label {
  color: var(--c-orange);
}

section.subcontact-content .address {
  margin-top: 30px;
}

section.subcontact-content .refered-product {
  display: flex;
  gap: 20px;
  align-items: center;
}

section.subcontact-content .refered-product .featured-image img {
  width: 99px;
  height: 99px;
  border-radius: 20px;
}

section.subcontact-content .refered-product .content {
  max-width: 210px;
}

section.subcontact-content .refered-product .category {
  font-size: 11px;
  font-family: "DM Sans";
  padding: 4px 25px;
  background-color: #3F5676;
  border-radius: 40px;
  text-align: center;
  color: var(--c-white);
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
}

section.subcontact-content .caption {
  margin-top: 30px;
  margin-bottom: 35px;
}

@media (min-width: 960px) {
  section.subcontact-content .breadcrumbs {
    margin-top: 60px;
    margin-bottom: 95px;
  }
  section.subcontact-content .container {
    display: grid;
    grid-template-areas: "heading form" "contact form";
    grid-template-columns: auto 588px;
    justify-content: space-between;
    gap: 0 60px;
  }
  section.subcontact-content .heading-col {
    grid-area: heading;
  }
  section.subcontact-content .left-col {
    grid-area: contact;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  section.subcontact-content .right-col {
    grid-area: form;
  }
}
@media (max-width: 960px) {
  section.subcontact-content {
    padding-bottom: 80px;
  }
  section.subcontact-content .container.bottom {
    flex-flow: column;
  }
  section.subcontact-content .left-col {
    width: 100%;
    margin-bottom: 60px;
  }
  section.subcontact-content .back-button {
    margin-bottom: 40px;
  }
  section.subcontact-content .button {
    margin-top: 40px;
  }
  section.subcontact-content .right-col {
    width: 100%;
  }
  section.subcontact-content .right-col .step {
    margin-bottom: 30px;
  }
  section.subcontact-content .right-col .step i {
    margin-right: 2%;
  }
}
section.timeline {
  position: relative;
  background: var(--c-l-gray);
  padding: 80px 0 165px;
  border-top-right-radius: 120px 120px;
}

section.timeline h2.heading {
  margin-bottom: 28px;
  color: var(--c-blue);
}

section.timeline h2.heading b {
  font-weight: 400;
  color: var(--c-orange);
}

section.timeline .slider-row {
  position: relative;
}

section.timeline .year {
  position: absolute;
  top: 150px;
  right: 0;
  font-family: "Rift";
  font-size: 162.782px;
  color: var(--c-gray);
  opacity: 0.1;
  letter-spacing: -0.05em;
  line-height: 1;
}

section.timeline .image-col {
  margin-bottom: 68px;
  min-width: 0;
}

section.timeline .image-col .swiper {
  margin-left: -15px;
  width: calc(100% + 15px);
  box-shadow: -20px 40px 50px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30.1531px 30.1531px 0px;
}

section.timeline .image-col .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 201px;
  -o-object-fit: cover;
  object-fit: cover;
}

section.timeline .content-col {
  min-width: 0;
}

section.timeline .content-col .swiper .swiper-slide h5 {
  margin-bottom: 18px;
  color: var(--c-blue);
}

section.timeline .content-col .swiper .swiper-slide p {
  color: var(--c-gray2);
}

section.timeline .nav-panel {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 18px;
}

section.timeline .nav-panel .dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  z-index: 1;
  bottom: 0;
}

section.timeline .nav-panel .dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--c-orange);
  opacity: 0.4;
  margin-top: -0.5px;
}

section.timeline .nav-panel .dots .swiper-pagination-bullet {
  position: relative;
  width: 4px;
  height: 4px;
  background: #B7B5BC;
  transition: background 400ms ease-in-out;
  opacity: 1;
  margin: 0;
}

section.timeline .nav-panel .dots .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: -10px 0 0 -10px;
  border: 1px solid var(--c-orange);
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  z-index: -1;
}

section.timeline .nav-panel .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--c-orange);
}

section.timeline .nav-panel .dots .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}

@media (min-width: 768px) {
  section.timeline {
    padding: 155px 0 320px;
  }
  section.timeline h2.heading {
    margin-bottom: 65px;
  }
  section.timeline .year {
    font-size: 320px;
    top: -110px;
    right: 0;
    opacity: 0.05;
  }
  section.timeline .slider-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 45px;
    align-items: flex-end;
  }
  section.timeline .image-col {
    margin: 0;
    flex: 1;
  }
  section.timeline .image-col .swiper {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 40px 40px 0px;
  }
  section.timeline .image-col .swiper .swiper-slide img {
    height: 425px;
  }
  section.timeline .content-col {
    flex: 0 0 350px;
    max-width: 350px;
    padding: 35px 0;
  }
  section.timeline .content-col .swiper-wrapper {
    align-items: flex-end;
  }
  section.timeline .nav-panel {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    gap: 42px;
  }
  section.timeline .nav-panel .dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  section.timeline .nav-panel .dots .swiper-pagination-bullet:before {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
  }
}
@media (min-width: 960px) {
  section.timeline {
    border-top-right-radius: 260px 180px;
  }
  section.timeline .year {
    font-size: 400px;
    top: -160px;
    right: -80px;
  }
  section.timeline .slider-row {
    gap: 55px 45px;
  }
  section.timeline .content-col {
    flex: 0 0 430px;
    max-width: 430px;
    padding: 65px 0;
  }
}
@media screen and (min-width: 1260px) {
  section.timeline .image-col .swiper {
    margin-left: calc(615px - 50vw);
    width: calc(100% + 50vw - 615px);
  }
}
section.video {
  position: relative;
  border-bottom: 4px solid var(--c-orange);
  z-index: 1;
}

section.video .bg {
  background: #FAFBFD;
}

section.video .bg img {
  display: block;
  height: 165px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.4;
}

section.video .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes circles {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes circles {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
section.video .play-button .circles span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 1px solid var(--c-orange);
  border-radius: 50%;
  -webkit-animation: circles 2s ease-in-out infinite;
  animation: circles 2s ease-in-out infinite;
}

section.video .play-button .circles span:nth-child(2) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

section.video .play-button .circles span:nth-child(3) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

section.video .play-button i {
  font-size: 24px;
  color: var(--c-orange);
}

section.video .play-button > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px);
  font-family: "Effra";
  letter-spacing: 0.05em;
  color: var(--c-d-gray);
  text-transform: uppercase;
  font-size: 5px;
  font-weight: 700;
}

@media (min-width: 768px) {
  section.video .bg img {
    height: 630px;
  }
  section.video .play-button i {
    font-size: 72px;
  }
  section.video .play-button > span {
    font-size: 15px;
    transform: translate(-50%, 50px);
  }
  section.video .play-button .circles span {
    width: 445px;
    height: 445px;
    margin: -222.5px 0 0 -222.5px;
  }
}

/* Inspire */

.row-reverse {
	flex-direction: row-reverse;
}

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

.bg-product-grey {
	background: #e5e9ec;
}

.pt-24 {
	padding-top: 90px;
}

section.products h2 {
	font-size: 62px;
	color: var(--c-blue);
    margin-bottom: 50px;
	font-family: effra;
}

section.image-with-content.impulse h1 {
	font-size: 62px;
}

section.small-cta.impulse .container:before {
	display: none;
}

section.image-with-content.impulse .content {
	padding-left: 0 !important;
	padding-right: 50px;
}

.button-gradient.impulse {
	border: 2px solid var(--c-orange);
}

section.intro-green.impulse {
	padding: 50px 0;
}

section.process.impulse {
	margin-bottom: 0;
}

section.intro-green.impulse .content {
	width: 600px;
}

.white-bg-text-section {
	background: white;
	padding: 50px 0;
	text-align: center;
}

.white-bg-text-section .container {
    max-width: 690px;
	margin: auto;
}

.white-bg-text-section h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 55px;
    font-family: "Effra";
}

.white-bg-text-section h2 .blue-text {
	color: var(--c-blue);
	display: block;
}

.white-bg-text-section h2 .orange-text {
	color: var(--c-orange);
}

.hero.impulse {
	height: 540px;	
}

section.stacked-cards .simplebar-track.simplebar-horizontal {
	display: none;
}

section.image-with-content.impulse p {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

section.pillars-green.impulse {
	margin-top: 0;
}

section.impulse.pillars-green .section-title b, section.impulse.pillars-green .pillar .title {
	color: #f68932
}

body.page-template-product-layout-template section.pillars-green.impulse {
	padding-top: 50px !important
}

body.page-template-product-layout-template .simplebar-placeholder {
	display: none;
}

body.page-template-hero-product-template .image-with-content.imp-module.impulse {
	padding-bottom: 0;
}

.insp-p {
	font-size: 20px;
	line-height: 30px;
	color: var(--c-gray2);
}

.max-w-lg {
	max-width: 620px;
	width: 100%;
}

.insp .heading {
	margin-bottom: 30px;
}

.insp-p a {
	color: var(--c-orange);
	text-decoration: underline;
}

.sr-only, .insp #loginform label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.insp #loginform {
	max-width: 620px;
	width: 100%;
	margin-top: 30px;
}

.insp #loginform input:not(#wp-submit) {
	width: 100%;
	height: 48px;
	background: #f4f5f6;
	border: 1px solid #e3e3e3;
	border-radius: 30px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.insp #loginform input#wp-submit {
/* 	background: var(--c-orange);
	color: white;
	border-radius: 30px;
	padding: 15px 50px; */
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}

.flex {
	display: flex;
}

.justify-between {
	justify-content: space-between;
}

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

.small {
	font-size: 14px;
}

@media (min-width: 1230px) {
	section.intro-green.impulse .wrapper {
		transform: none !important
	}
}

@media only screen and (max-width: 1000px) {
	.hero.impulse {
		height: 600px;	
	}
}

@media only screen and (max-width: 767px) {
/* 	section.process .items {
		flex-direction: column;
	} */
/* 	section.process .items .item .arrow-line {
		display: none;
	} */
	
	.hero.impulse {
		height: 100vh;
	}
	
	.section-title, .title {
	    font-size: 38px !important;
		line-height: 48px !important;
	}
	
	h3.title {
		font-size: 18px !important;
		line-height: 24px !important
	}
	section.simple-text.impulse h2 {
		padding-top: 100px;
	}
	section.stacked-cards.impulse .simplebar-placeholder,
	section.process.impulse .simplebar-placeholder {
		display: none;
	}
	section.intro-green.impulse .image {
		max-width: 100%;
	}
	section.image-with-content.impulse .title {
		margin-top: 20px;
	}
	
	::-webkit-scrollbar {
	  display: none;
	}
	section.intro-green.impulse h3.title {
		font-size: 38px !important;
	}
}

.category-container {
	border-bottom: 1px solid black;
	padding: 15px;
	margin: 15px 0;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.category-container.no-border {
	border: none;
	padding: 0;
	margin: 0;
}

.category-container h3 {
    color: var(--c-blue);
	font-size: 24px;
	font-weight: 500;
}

.category-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.products-container {
	
}

.products-container.hidden {
	display: none;
}

.cursor-pointer {
	cursor: pointer;
}

svg.open {
	-webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.products-container .options-table,
.products-container .options-table .container {
	padding-top: 0;
	padding-bottom: 0;
}
.products-container .options-table .container  {
	padding: 0 !important;
}
.products-container .options-table .container .head-title, .products-container .options-table .container .title  {
	display: none;
}

.products-container .product h4 {
	color: var(--c-orange);
	margin: 30px 0 15px;
	font-size: 20px;
	font-weight: 500;
}

.category-container .container::before,
.view-quote-footer .container::before {
	display: none !important;
}


td.quantity {
	display: flex;
}

td.quantity > span {
	border-radius: 20px;
	display: flex;
	margin-left: auto;
	margin-right: 15px;
}

td.quantity > span .minus {
	width: 30px;
	background: #e9e9e9;
	border-radius: 20px 0 0 20px;
	text-align: center;
	color: var(--c-gray2);
	cursor: pointer;
}

td.quantity .value {
	width: 50px;
	text-align: center;
	color: var(--c-gray2);
	background: white;
}

td.quantity > span .plus {
	width: 30px;
	background: #e9e9e9;
	border-radius: 0 20px 20px 0;
	text-align: center;
	color: var(--c-gray2);
	cursor: pointer;
}

.quantity-heading {
	width: 0;
}

td.price {
	color: var(--c-orange);
}

.basket {
	background-color: var(--c-d-gray);
	color: white;
	position: fixed;
	bottom: 0;
	border-top-right-radius: 100px;
	width: 100%;
	padding: 30px 0;
	z-index: 100;
}

.basket .container {
	max-width: 1260px;
	margin: 0 auto;
}

.basket .container::before {
	display: none;
}

.text-grey {
	color: #98979b;
}

.block {
	display: block;
}

.mb-4 {
	margin-bottom: 16px;
}

.flex-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.running-total {
	color: var(--c-orange);
	font-size: 30px;
	font-weight: 500;
}

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

.w-50 {
	width: 200px;
}

.w-32 {
	width: 128px;
}

.buttons {
	margin-top: 30px;
	gap: 15px;
}

.basket-figures {
	justify-content: end;
}

.faded-hr {
	margin-top: 30px;
	opacity: 0.5;
	border-bottom: 0;
}

.basket .button-alt2 {
	color: white;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.hidden {
	display: none;
}

.no-pad-top .container {
	padding-top: 50px !important;
}

.online-ordering-cont {
	margin-bottom: 100px;
}

.view-quote-footer .running-total {
	font-size: 16px;
	color: black;
	font-weight: 400;
}

.view-quote-footer .full-total {
	color: var(--c-orange);
    font-size: 30px;
    font-weight: 500;
}

.view-quote-footer .basket-figures {
	height: 45px;
}

.items-top {
	align-items: start;
}

.view-quote-footer .buttons {
	margin-top: 0;
}

.view-quote-footer.hidden {
	display: none;
}

.orange {
	color: var(--c-orange);
}
/*# sourceMappingURL=style.css.map*/
#animation > svg { transform: none !important; }
.page-template-page-training header.primary .top-bar:before, .page-template-page-training header.primary .top-bar:after {background:rgba(255,255,255,0.2);}
.page-template-page-training header.primary .top-bar {border-color:rgba(255,255,255,0.2);}
@media screen and (max-width:720px){
	#top.page-id-1984 header.primary .search-button {border:0;}
}