@charset "UTF-8";
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
@font-face {
  font-family: "Author";
  src: url("../fonts/Author-Light.otf") format("opentype");
  font-weight: 300; /* Adjust the numeric value for light weight */
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("../fonts/Author-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("../fonts/Author-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("../fonts/Author-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Author";
  src: url("../fonts/Author-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  font: normal 400 1.6rem/1 "Poppins", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 1rem;
  background: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

.align-center img {
  margin: 0 auto;
}

.hidden {
  display: none;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.wrap-5-6,
.wrap-square,
.wrap-16-9,
.wrap-4-3,
.wrap-13-7,
.wrap-8-5,
.wrap-landing {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-5-6 img, .wrap-5-6 video,
.wrap-square img,
.wrap-square video,
.wrap-16-9 img,
.wrap-16-9 video,
.wrap-4-3 img,
.wrap-4-3 video,
.wrap-13-7 img,
.wrap-13-7 video,
.wrap-8-5 img,
.wrap-8-5 video,
.wrap-landing img,
.wrap-landing video {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-5-6 {
  padding: 0 0 120% 0;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-13-7 {
  padding: 0 0 53.85% 0;
}

.wrap-8-5 {
  padding: 0 0 62.5% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 66.67% 0;
}

.wrap-landing {
  padding: 0 0 33.25% 0;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::-moz-selection {
  background: #9a1300;
  color: #FFF;
}

::selection {
  background: #9a1300;
  color: #FFF;
}

::-moz-selection {
  background: #9a1300;
  color: #FFF;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

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

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

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

/* ## Animations
--------------------------------------------- */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.animated-view {
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.animated-view.fade-to-left {
  transform: translateX(20rem);
  opacity: 0;
}
.animated-view.fade-to-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-right {
  transform: translateX(-20rem);
  opacity: 0;
}
.animated-view.fade-to-right.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-top {
  transform: translateY(20rem);
  opacity: 0;
}
.animated-view.fade-to-top.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-to-bottom {
  transform: translateY(-20rem);
  opacity: 0;
}
.animated-view.fade-to-bottom.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-in {
  opacity: 0;
}
.animated-view.fade-in.in-view {
  opacity: 1;
}
.animated-view.zoom-in {
  transform: scale(0);
  transform-origin: center center;
}
.animated-view.zoom-in.in-view {
  transform: scale(1);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* ## Wrap
--------------------------------------------- */
#main {
  padding: 0;
  position: relative;
  margin-top: 16rem;
}
@media only screen and (max-width: 1023px) {
  #main {
    margin-top: 14.6rem;
  }
}

.wrap {
  max-width: 160rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap__content-wrap {
  max-width: 144rem;
}
.wrap__full-width {
  padding: 0 !important;
  max-width: 100%;
}
.wrap__menu-wrap {
  max-width: 120rem;
}
.wrap__inner-wrap {
  max-width: 112.4rem;
}
.wrap__text-wrap {
  max-width: 96rem;
}
@media only screen and (max-width: 750px) {
  .wrap {
    padding: 0 1.3rem;
  }
}

/* ## Lay-out styling
--------------------------------------------- */
.content-row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .content-row {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .spacing-row {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .spacing-row {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3.2rem;
}

.big-gap {
  gap: 6.4rem;
}

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

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .col-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  padding: 0.5rem 0 0 0;
}

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.text-link {
  color: #000;
}

p,
label,
address,
td,
th {
  font: 300 1.4rem/3rem "Poppins", sans-serif;
  color: #000;
  margin: 0 0 3.2rem 0;
}

li {
  font: 400 1.3rem/3rem "Poppins", sans-serif;
  color: #000;
  margin: 0 0 3.2rem 0;
}

.top-title {
  font: 600 1.6rem/3rem "Poppins", sans-serif;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 1023px) {
  .top-title {
    font: 600 1.6rem/3rem "Poppins", sans-serif;
  }
}

.smaller,
small {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.with-icon {
  padding-left: 2.5rem;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

hr {
  margin: 0 0 3.2rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: #000;
  display: block;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
}
ul li:before,
ol li:before {
  display: block;
  height: 0.8rem;
  width: 1.1rem;
  background-image: url("../img/custom-icons/airdome-check.svg");
  border-radius: 50%;
  position: absolute;
  top: 1.1rem;
  left: 0;
  content: "";
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

ol li {
  counter-increment: step-counter;
  padding-left: 2.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border-radius: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 3rem 0;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 1rem;
}

th {
  font-weight: 700;
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}
.white-text svg {
  fill: #FFF;
}

#CybotCookiebotDialog .CybotCookiebotDialogNavItems {
  flex-direction: row;
  flex-wrap: wrap;
}
#CybotCookiebotDialog .CybotCookiebotDialogNavItem:before,
#CybotCookiebotDialog .CookieCard:before {
  display: none !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton label {
  margin: 0;
  display: inline;
  transform: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogPoweredbyCybot {
  display: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogPoweredByText {
  display: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton:checked + label:after,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton:checked + span:after,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton:checked + td:after {
  display: none;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton + label:before,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton + span:before,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton + td:before {
  top: unset;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  position: relative;
  left: -0.5rem;
  font: 600 12rem/10rem "Author", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    left: -0.3rem;
    font: 600 8rem/7rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h1, .h1 {
    left: -0.1rem;
    font: 600 5rem/4rem "Author", sans-serif;
  }
}

h2, .h2 {
  position: relative;
  left: -0.5rem;
  font: 600 12rem/10rem "Author", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    left: -0.3rem;
    font: 600 8rem/7rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h2, .h2 {
    left: -0.1rem;
    font: 600 5rem/4rem "Author", sans-serif;
  }
}

h3, .h3 {
  position: relative;
  left: -0.5rem;
  font: 600 3rem/2rem "Author", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    left: -0.3rem;
    font: 600 3rem/2rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h3, .h3 {
    left: -0.1rem;
    font: 600 3rem/2rem "Author", sans-serif;
  }
}

h4, .h4 {
  font: 600 3rem/2rem "Author", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h4, .h4 {
    font: 600 3rem/2rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h4, .h4 {
    font: 600 3rem/2rem "Author", sans-serif;
  }
}

h5, .h5 {
  font: 600 3rem/2rem "Author", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h5, .h5 {
    font: 600 3rem/2rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h5, .h5 {
    font: 600 3rem/2rem "Author", sans-serif;
  }
}

h6, .h6 {
  font: 600 3rem/2rem "Author", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h6, .h6 {
    font: 600 3rem/2rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h6, .h6 {
    font: 600 3rem/2rem "Author", sans-serif;
  }
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}
.card > :last-child {
  margin-bottom: 0;
}

.with-border-radius {
  border-radius: 3rem;
}

.with-shadow {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

/* ## Forms styling
--------------------------------------------- */
label, legend {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  position: relative;
  line-height: 1.25;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  font: 400 1.6rem/1.25 "Poppins", sans-serif;
  color: #000;
  margin: 0;
  border: 1px solid #000;
  border-radius: 3rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.2);
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0 0 0 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  padding: 0;
  background: #FFF;
  border: 1px solid #000;
  inset: 0 0 0 0;
}
input[type=checkbox] + label:after, input[type=checkbox] + span:after, input[type=checkbox] + td:after,
input[type=radio] + label:after,
input[type=radio] + span:after,
input[type=radio] + td:after {
  display: block;
  position: absolute;
  background: #000;
  height: 1rem;
  width: 1rem;
  background: #000;
  inset: 0 0 0 0;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.3rem 0 0 0.3rem;
  content: "";
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.3rem 0 0 0.3rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

textarea {
  height: 13rem;
  padding: 2rem;
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 14rem;
  height: 4.1rem;
  background: #FFF;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 4.1rem;
  width: 4.1rem;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 8.2rem);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 8rem;
}

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

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0 0 2.8rem 0;
  position: relative;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem 0;
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 750px) {
  .gform_wrapper .gfield--width-half {
    width: 100%;
  }
}
.gform_wrapper .gfield--type-hidden {
  display: none;
}
.gform_wrapper .gfield .gfield_label {
  color: rgba(0, 0, 0, 0.5);
  font: 400 1.5rem/1.5rem "Poppins", sans-serif;
  position: absolute;
  top: 1.5rem;
  left: 0;
  z-index: 1;
  pointer-events: none;
  margin-bottom: 0;
  transition: all 0.3s ease-out 0s;
}
.gform_wrapper .gfield:focus-within .gfield_label, .gform_wrapper .gfield.dd-field-filled .gfield_label {
  font: 400 1.3rem/1.5rem "Poppins", sans-serif;
  transform: none;
  top: -1rem;
}
.gform_wrapper .gfield input {
  height: 4.6rem;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield textarea, .gform_wrapper .gfield select {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 0;
}
.gform_wrapper .gfield textarea {
  margin-top: 1rem;
  height: 4.6rem;
  transition: none;
}
.gform_wrapper .gfield select {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.gform_wrapper .gfield .gfield_required {
  display: none;
}
.gform_wrapper .gfield--type-textarea {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--type-textarea label {
    position: relative !important;
  }
}
.gform_wrapper .gfield--type-fileupload {
  padding: 1.3rem 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gform_wrapper .gfield--type-fileupload .gform_fileupload_rules {
  display: none;
}
.gform_wrapper .gfield--type-fileupload .gform-field-label {
  font: 400 1.5rem/1.5rem "Poppins", sans-serif !important;
  top: 2.8rem !important;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--type-fileupload .gform-field-label {
    position: static !important;
  }
}
.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload {
    justify-content: start;
    padding-top: 1rem;
  }
}
.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .button {
  padding: 0.9rem 2.5rem;
  margin-left: 1rem;
  border: 1px solid #000;
  color: #000;
  background-color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .button {
    margin-left: 0;
  }
}
.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_instructions {
  display: none;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list {
  margin-top: 1rem;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list .ginput_preview {
  padding: 0.5rem 1rem;
  border-top: none;
  margin: 0.5rem 0;
  padding-left: 0;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_filesize {
  display: none;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_progress {
  display: none;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_filename {
  font: 400 1.3rem/1.5rem "Poppins", sans-serif !important;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  padding-left: 0.5rem;
  display: inline;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file .dashicons-trash {
  cursor: pointer;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file .dashicons-trash:before {
  color: #000;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file .dashicons-trash:hover:before {
  color: red;
}
.gform_wrapper .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file .screen-reader-text {
  display: none;
}
.gform_wrapper .gchoice {
  position: relative;
}
.gform_wrapper .gform_footer {
  display: flex;
  justify-content: center;
  margin: 2.4rem 0 0 0;
}
.gform_wrapper .button {
  background-color: #000;
  color: #FFF;
  font: 600 1.4rem/2.2rem "Poppins", sans-serif;
  border: 1px solid #000;
  border-radius: 10rem;
  padding: 1.8rem 2.5rem;
}
.gform_wrapper .button:hover {
  color: #000;
  background-color: #FFF;
}

.gf_name_has_2 {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gf_name_has_2 {
    grid-template-columns: 1fr;
  }
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: #FF3055;
}

.instruction,
.gfield_validation_message {
  font-style: italic;
  font-size: 1.4rem;
  display: flex;
  margin: 1rem 0 0 0;
}

.gfield_validation_message {
  color: #FF3055;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: #FF3055;
  font-size: 1.2rem;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default .select2-selection--single {
  height: 4.1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Poppins", sans-serif !important;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

ul.select2-results__options li {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Poppins", sans-serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000;
  color: #FFF;
}

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

body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  font-weight: 400;
  margin-bottom: 0;
}
body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  padding-bottom: 1.2rem;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #FFF;
  height: auto;
}
body .dgwt-wcas-sf-wrapp button:before {
  display: none;
}

/* ## Colors
--------------------------------------------- */
.bg-black {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.bg-white {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.bg-red {
  background: #FF3055;
}

.red-color {
  color: #FF3055 !important;
}

.bg-green {
  background: #4CCBC3;
}

.green-color {
  color: #4CCBC3 !important;
}

.bg-yellow {
  background: #FC0;
}

.yellow-color {
  color: #FC0 !important;
}

body.site-lang-de .gtranslate_wrapper {
  display: none;
}

.dd-hs-v2 {
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 100;
  background-color: #FFF;
  height: 6rem;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1023px) {
  .dd-hs-v2 {
    height: 4.9rem;
  }
}
.dd-hs-v2:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  background-color: #000;
  opacity: 0.1;
  height: 1px;
  left: 2rem;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .dd-hs-v2:after {
    width: 100%;
    left: 0;
  }
}
.dd-hs-v2 .dd-hs-v2-usps {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
  grid-gap: 0 1rem;
}
@media only screen and (max-width: 1023px) {
  .dd-hs-v2 .dd-hs-v2-usps {
    position: absolute;
    display: flex;
    width: auto;
    white-space: nowrap;
    align-items: center;
    grid-gap: 0 8rem;
    flex-wrap: initial;
  }
  .dd-hs-v2 .dd-hs-v2-usps li:last-child {
    padding-right: 8rem;
  }
}
.dd-hs-v2 .dd-hs-v2-usps-clone {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .dd-hs-v2 .dd-hs-v2-usps-clone {
    display: flex;
  }
}
.dd-hs-v2 ul li {
  text-transform: uppercase;
}

.flex-padding-top-0 {
  padding-top: 0;
}
.flex-padding-top-2 {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-2 {
    padding-top: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-2 {
    padding-top: 1rem;
  }
}
.flex-padding-top-5 {
  padding-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-5 {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-5 {
    padding-top: 3rem;
  }
}
.flex-padding-top-10 {
  padding-top: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-10 {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-10 {
    padding-top: 4rem;
  }
}
.flex-padding-top-15 {
  padding-top: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-top-15 {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-top-15 {
    padding-top: 6rem;
  }
}
.flex-padding-bottom-0 {
  padding-bottom: 0;
}
.flex-padding-bottom-2 {
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-2 {
    padding-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-2 {
    padding-bottom: 1rem;
  }
}
.flex-padding-bottom-5 {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-5 {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-5 {
    padding-bottom: 3rem;
  }
}
.flex-padding-bottom-10 {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-10 {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-10 {
    padding-bottom: 4rem;
  }
}
.flex-padding-bottom-15 {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-padding-bottom-15 {
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-padding-bottom-15 {
    padding-bottom: 6rem;
  }
}

.flex-margin-top-0 {
  margin-top: 0;
}
.flex-margin-top-2 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-2 {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-2 {
    margin-top: 1rem;
  }
}
.flex-margin-top-5 {
  margin-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-5 {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-5 {
    margin-top: 3rem;
  }
}
.flex-margin-top-10 {
  margin-top: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-10 {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-10 {
    margin-top: 4rem;
  }
}
.flex-margin-top-15 {
  margin-top: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-top-15 {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-top-15 {
    margin-top: 6rem;
  }
}
.flex-margin-bottom-0 {
  margin-bottom: 0;
}
.flex-margin-bottom-2 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-2 {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-2 {
    margin-bottom: 1rem;
  }
}
.flex-margin-bottom-5 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-5 {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-5 {
    margin-bottom: 3rem;
  }
}
.flex-margin-bottom-10 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-10 {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-10 {
    margin-bottom: 4rem;
  }
}
.flex-margin-bottom-15 {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-margin-bottom-15 {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-margin-bottom-15 {
    margin-bottom: 6rem;
  }
}

.flex-bg-color-white {
  background-color: #FFF;
}
.flex-bg-color-main-color {
  background-color: #000;
}
.flex-bg-color-main-color .title, .flex-bg-color-main-color .content, .flex-bg-color-main-color .buttons {
  color: #FFF !important;
}
.flex-bg-color-main-color .content p, .flex-bg-color-main-color .buttons p {
  color: #FFF;
}
.flex-bg-color-main-color .content a:after, .flex-bg-color-main-color .buttons a:after {
  background: #FFF;
}

.product-title {
  text-transform: uppercase;
}
.product-title a {
  text-decoration: none;
}
.product-title .product-number, .product-title .product-letter {
  display: inline-block;
}
.product-title .product-number {
  font: 600 8rem/8rem "Author", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .product-title .product-number {
    font: 600 7rem/7rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .product-title .product-number {
    font: 600 5rem/6rem "Author", sans-serif;
  }
}
.product-title .product-letter {
  position: relative;
  bottom: 2.5rem;
  left: 0.5rem;
  font: 600 3rem/3rem "Author", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .product-title .product-letter {
    font: 600 2.5rem/2.5rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .product-title .product-letter {
    bottom: 1.5rem;
    font: 600 2rem/2rem "Author", sans-serif;
  }
}

.global-company-contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 2.5rem 0;
}
@media only screen and (max-width: 750px) {
  .global-company-contact-details {
    grid-gap: 1.8rem 0;
  }
}
.global-company-contact-details li {
  font: 400 1.4rem/2.2rem "Poppins", sans-serif;
  padding: 0 1.3rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 640px) {
  .global-company-contact-details li {
    border: none;
  }
}
.global-company-contact-details li a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.global-company-contact-details li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.5rem;
  left: 0;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.global-company-contact-details li a:hover:after {
  width: 0%;
}
.global-company-contact-details li:last-child {
  border: none;
}
.global-company-contact-details li:before {
  background-image: none;
}
.global-company-contact-details.text-color-black li {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.global-company-contact-details.text-color-black li a:after {
  background-color: #000;
}
.global-company-contact-details.text-color-white li {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.2);
}
.global-company-contact-details.text-color-white li a:after {
  background-color: #FFF;
}

.big-title-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.big-title-container .big-title {
  text-align: center;
  margin-bottom: 12rem;
  font: 600 26rem/26rem "Author", sans-serif;
}
.big-title-container .big-title svg {
  fill: #000;
  position: absolute;
  width: 4.4rem;
  height: 4.4rem;
  top: 4.7rem;
  right: -5.9rem;
}
@media only screen and (max-width: 1280px) {
  .big-title-container .big-title {
    font: 600 17rem/17rem "Author", sans-serif;
  }
  .big-title-container .big-title svg {
    width: 3.2rem;
    height: 3.2rem;
    top: 3rem;
    right: -4.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .big-title-container .big-title {
    font: 600 14rem/14rem "Author", sans-serif;
    margin-bottom: 8rem;
  }
  .big-title-container .big-title svg {
    width: 2.4rem;
    height: 2.4rem;
    top: 2.4rem;
    right: -3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .big-title-container .big-title {
    font: 600 11rem/9rem "Author", sans-serif;
  }
  .big-title-container .big-title svg {
    width: 1.8rem;
    height: 1.8rem;
    top: 1.2rem;
    right: -2.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .big-title-container .big-title {
    font: 600 8rem/5rem "Author", sans-serif;
    margin-bottom: 5rem;
  }
  .big-title-container .big-title svg {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.1rem;
    right: -2rem;
  }
}
@media only screen and (max-width: 375px) {
  .big-title-container .big-title {
    font: 600 6rem/4rem "Author", sans-serif;
  }
}

.products-images-swiper {
  padding-bottom: 4rem;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .products-images-swiper {
    padding-bottom: 2.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .products-images-swiper {
    padding-bottom: 1.7rem;
  }
}
.products-images-swiper .products-images-pagination {
  min-height: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products-images-swiper .products-images-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
}
.products-images-swiper .products-images-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.fancybox-hidden {
  display: none;
}

.fancybox__container .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
  width: 90%;
}
@media only screen and (max-width: 640px) {
  .fancybox__container .fancybox__content {
    width: 95%;
  }
}
.fancybox__container .fancybox__content .responsive-video-wrapper {
  margin: 0;
}

.custom-video-fancybox {
  width: 90%;
}
@media only screen and (max-width: 640px) {
  .custom-video-fancybox {
    width: 95%;
  }
}
.custom-video-fancybox .responsive-video-wrapper {
  margin: 0;
}

.image-container-has-play-button .play-button {
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.image-container-has-play-button .play-button.play-color-white {
  background-color: #FFF;
  color: #000;
}
.image-container-has-play-button .play-button.play-color-black {
  background-color: #000;
  color: #FFF;
}
.image-container-has-play-button .play-button:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media only screen and (max-width: 640px) {
  .image-container-has-play-button .play-button {
    width: 8rem;
    height: 8rem;
    font: 400 1.4rem/2.2rem "Poppins", sans-serif;
  }
}

.global-address-details .title {
  color: #FFF;
  font: 500 1.6rem/2rem "Poppins", sans-serif;
  margin-bottom: 1.7rem;
}
.global-address-details .details p.single-detail {
  font: 400 1.4rem/3.6rem "Poppins", sans-serif;
  color: #FFF;
  margin-bottom: 0;
}
.global-address-details .phone_email {
  display: none;
}

/* ## Buttons
--------------------------------------------- */
.buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.buttons p {
  align-self: center;
  margin-bottom: 0;
}

.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: 600 1.4rem/1.25 "Poppins", sans-serif;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}
.button .icon,
input[type=submit] .icon,
button[type=submit] .icon {
  padding-right: 1rem;
  position: relative;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
.button .icon svg,
input[type=submit] .icon svg,
button[type=submit] .icon svg {
  fill: #FFF;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.button:hover .icon,
input[type=submit]:hover .icon,
button[type=submit]:hover .icon {
  left: 5px;
}
.button.default,
input[type=submit].default,
button[type=submit].default {
  background-color: transparent;
  padding: 2rem 2.5rem;
  border: 1px solid #FFF;
  border-radius: 3rem;
  color: #FFF;
}
@media only screen and (max-width: 640px) {
  .button.default,
  input[type=submit].default,
  button[type=submit].default {
    padding: 1.5rem 2.5rem;
  }
}
.button.underline,
input[type=submit].underline,
button[type=submit].underline {
  background-color: transparent;
  border: none;
  padding: 0.7rem 0;
  width: auto !important;
}
.button.underline.text-white,
input[type=submit].underline.text-white,
button[type=submit].underline.text-white {
  color: #FFF !important;
}
.button.underline.text-white:after,
input[type=submit].underline.text-white:after,
button[type=submit].underline.text-white:after {
  background-color: #FFF;
}
.button.underline.text-black,
input[type=submit].underline.text-black,
button[type=submit].underline.text-black {
  color: #000 !important;
}
.button.underline.text-black:after,
input[type=submit].underline.text-black:after,
button[type=submit].underline.text-black:after {
  background-color: #000;
}
.button.underline:after,
input[type=submit].underline:after,
button[type=submit].underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.button.underline:hover:after,
input[type=submit].underline:hover:after,
button[type=submit].underline:hover:after {
  width: 0%;
}
.button.black,
input[type=submit].black,
button[type=submit].black {
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
}
.button.white,
input[type=submit].white,
button[type=submit].white {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #000;
}
.button.white .icon svg,
input[type=submit].white .icon svg,
button[type=submit].white .icon svg {
  fill: #000;
}
.button.default.transparent:hover,
input[type=submit].default.transparent:hover,
button[type=submit].default.transparent:hover {
  background-color: #FFF;
  color: #000;
}
.button.default.transparent:hover .icon svg,
input[type=submit].default.transparent:hover .icon svg,
button[type=submit].default.transparent:hover .icon svg {
  fill: #000;
}
.button.default.black:hover,
input[type=submit].default.black:hover,
button[type=submit].default.black:hover {
  border-color: #FFF;
  background-color: #FFF;
  color: #000;
}
.button.default.black:hover .icon svg,
input[type=submit].default.black:hover .icon svg,
button[type=submit].default.black:hover .icon svg {
  fill: #000;
}
.button.default.white:hover,
input[type=submit].default.white:hover,
button[type=submit].default.white:hover {
  border-color: #000;
  background-color: #000;
  color: #FFF;
}
.button.default.white:hover .icon svg,
input[type=submit].default.white:hover .icon svg,
button[type=submit].default.white:hover .icon svg {
  fill: #FFF;
}
.button.text-white,
input[type=submit].text-white,
button[type=submit].text-white {
  color: #FFF;
}
.button.text-white:hover,
input[type=submit].text-white:hover,
button[type=submit].text-white:hover {
  color: #000;
}
.button.text-black,
input[type=submit].text-black,
button[type=submit].text-black {
  color: #000;
}
.button.text-black:hover,
input[type=submit].text-black:hover,
button[type=submit].text-black:hover {
  color: #FFF;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.button-wrap p {
  margin-bottom: 0;
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 3rem 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  align-items: center;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-icons li {
  padding-left: 0;
  margin-right: 0.6rem;
}
.sm-icons li svg {
  margin-right: 1.8rem;
  fill: #FFF;
  width: auto;
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
}
.sm-icons li svg:hover {
  transform: scale(1.1);
}
.sm-icons li:before {
  display: none;
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin: 0 0.5rem 0.5rem 0;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  height: 4.2rem;
  width: 4.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li.youtube a {
  background: #E9654B;
}
.sm-share-buttons li.instagram a {
  background: #d6249f !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.sm-share-buttons li.facebook a {
  background: #537BBD;
}
.sm-share-buttons li.twitter a {
  background: #71CAEE;
}
.sm-share-buttons li.linkedin a {
  background: #2085C7;
}
.sm-share-buttons li.pinterest a {
  background: #EB5755;
}
.sm-share-buttons li:hover a {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}
.sm-share-buttons svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
body.mob-nav-active .main-header .nav-bar {
  background-color: #000;
}
body.mob-nav-active .main-header .nav-bar .site-logo img {
  filter: brightness(0) saturate(100%) invert(100%);
}
body.mob-nav-active .main-header .nav-bar .mobile-nav-toggle button {
  color: #FFF;
}
body.mob-nav-active .main-header .nav-bar .mobile-nav-toggle button .strokes span {
  background-color: #FFF;
}
body.mob-nav-active .main-header .nav-bar .mobile-nav-toggle .text.menu-open {
  opacity: 0;
}
body.mob-nav-active .main-header .nav-bar .mobile-nav-toggle .text.menu-closed {
  opacity: 1;
}
body.mob-nav-active .main-header .nav-bar .header-content-right .header-content-right-container .header-url {
  color: #FFF;
}
body.mob-nav-active .main-header .nav-bar .header-content-right .header-content-right-container .header-url .icon {
  fill: #FFF;
}
body.mob-nav-active .main-header .nav-bar .header-content-right .header-content-right-container .button {
  border-color: #FFF;
}
body.mob-nav-active .main-header .nav-bar .header-content-right .header-content-right-container .header-mobile-icon {
  background-color: #FFF;
}
body.mob-nav-active .main-header .nav-bar .header-content-right .header-content-right-container .header-mobile-icon svg {
  fill: #000;
}
body.mob-nav-active .main-header .dd-hs-v2 {
  background-color: #000;
  pointer-events: none;
}

.main-header {
  position: fixed;
  inset: 0 0 unset 0;
  z-index: 551;
  width: 100%;
  top: 0;
}

.site-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.site-logo img {
  height: 5.1rem;
  width: 10rem;
  max-width: 20rem;
  transition: filter 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 640px) {
  .site-logo img {
    width: 8rem;
    height: 4.1rem;
  }
}

.header-content-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  flex: 1;
  height: 100%;
  position: relative;
}
.header-content-right p {
  margin-bottom: 0;
}
.header-content-right p .button:hover {
  border-color: #000 !important;
}
.header-content-right .header-content-right-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 4rem;
}
.header-content-right .header-content-right-container .header-mobile-icon {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  background-color: #000;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.header-content-right .header-content-right-container .header-mobile-icon:hover {
  transform: scale(1.1);
}
.header-content-right .header-content-right-container .header-mobile-icon svg {
  fill: #FFF;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.header-content-right .header-content-right-container .header-url {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 1.3rem;
  text-decoration: none;
  font: 400 1.4rem/2rem "Poppins", sans-serif;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.header-content-right .header-content-right-container .header-url:hover {
  text-decoration: underline;
}
.header-content-right .header-content-right-container .header-url .icon {
  fill: #000;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.header-content-right .header-content-right-container .header-url.phone .icon {
  width: 1.4rem;
  height: 1.4rem;
}
@media only screen and (max-width: 1440px) {
  .header-content-right .header-content-right-container .header-url.phone {
    display: none;
  }
}
.header-content-right .header-content-right-container .header-url.email .icon {
  width: 1.6rem;
  height: 1.6rem;
}

/* Bottom-bar
--------------------------------------------- */
.bottom-bar {
  position: relative;
  top: 0;
  z-index: 549;
  background-color: #FFF;
  height: 6rem;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1023px) {
  .bottom-bar {
    height: 4.9rem;
  }
}
.bottom-bar .wrap {
  height: inherit;
}
.bottom-bar .wrap:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  background-color: #000;
  opacity: 0.1;
  height: 1px;
  left: 2rem;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .bottom-bar .wrap:after {
    width: 100%;
    left: 0;
  }
}
.bottom-bar .wrap ul.global-usps {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
  grid-gap: 0 1rem;
}
@media only screen and (max-width: 1023px) {
  .bottom-bar .wrap ul.global-usps {
    position: absolute;
    display: flex;
    width: auto;
    white-space: nowrap;
    align-items: center;
    grid-gap: 0 8rem;
    flex-wrap: initial;
  }
  .bottom-bar .wrap ul.global-usps li:last-child {
    padding-right: 8rem;
  }
}
.bottom-bar .wrap ul.global-usps-clone {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .bottom-bar .wrap ul.global-usps-clone {
    display: flex;
  }
}

body.last-direction-scrolled-down .main-header .dd-hs-v2 {
  top: -6rem;
}
@media only screen and (max-width: 1023px) {
  body.last-direction-scrolled-down .main-header .dd-hs-v2 {
    top: -4.9rem;
  }
}

.dd-hs-v2.bg-black {
  background-color: #000;
}
.dd-hs-v2.bg-black ul li {
  color: #FFF;
}
.dd-hs-v2.bg-black ul li:before {
  filter: invert(1);
}

/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
  z-index: 551;
  background: #FFF;
  height: 10rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1023px) {
  .nav-bar {
    height: 9.7rem;
  }
}
.nav-bar .wrap {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.nav-bar .wrap:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  background-color: #000;
  opacity: 0.1;
  height: 1px;
  left: 2rem;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .nav-bar .wrap:after {
    width: 100%;
    left: 0;
  }
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-bar .menu {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.nav-bar .menu .menu-item {
  position: relative;
  margin-right: 2.4rem;
}
.nav-bar .menu .menu-item:last-child {
  margin-right: 0;
}
.nav-bar .menu .menu-item a {
  display: block;
  font: 400 1.6rem/1 "Poppins", sans-serif;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: none;
}
.nav-bar .menu .menu-item.current-menu-item > a, .nav-bar .menu .menu-item.current-menu-ancestor > a, .nav-bar .menu .menu-item.current_page_item > a, .nav-bar .menu .menu-item.current_page_ancestor > a {
  color: #000;
}
.nav-bar .menu .menu-item.current-menu-item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current-menu-ancestor > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_ancestor > a .nav-bar__toggle-icon {
  fill: #000;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  border-top: 0.4rem solid #000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 0;
}
.nav-bar .menu .menu-item:hover > a {
  color: #000;
}
.nav-bar .menu .menu-item:hover > a .nav-bar__toggle-icon {
  transform: rotate(180deg);
  fill: #000;
}
.nav-bar .menu .menu-item:hover .sub-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap {
    display: none;
  }
}
.nav-bar.bg-black {
  background: #000;
}
.nav-bar.bg-black .mobile-nav-toggle__button {
  color: #FFF;
}
.nav-bar.bg-black .mobile-nav-toggle__button .strokes span {
  background-color: #FFF;
}
.nav-bar.bg-black .site-logo img {
  filter: invert(1);
}
.nav-bar.bg-black .header-content-right .header-content-right-container a:not(.button) {
  color: #FFF;
}
.nav-bar.bg-black .header-content-right .header-content-right-container a:not(.button) .icon {
  fill: #FFF;
}

.menu-item {
  padding-left: 0;
}
.menu-item:before {
  display: none;
}

.header .wrap {
  max-width: 100%;
}
.header .header-inner.black-overlay figure:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
.header .header-inner .content-left {
  /*
  .top-title {
      font: $weight-regular 1.8rem/2.2rem $textfont;
      margin-bottom: 0;
      @include max-width-1023 {
          font: $weight-regular 1.6rem/1.9rem $textfont;
      }
  }
  p {
      font: $weight-regular 2rem/3.6rem $textfont;
      margin-bottom: 1rem;
      @include max-width-1023 {
          font: $weight-regular 1.6rem/3.2rem $textfont;
      }
  }
  .buttons {
      grid-gap: 1rem;
      p {
          margin-bottom: 0;
      }
  }
  */
}

.header.main--header {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .header.main--header .wrap {
    padding: 0;
  }
}
.header.main--header .wrap .bg-image {
  border-radius: 0.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .header.main--header .wrap .bg-image {
    padding: 0;
    height: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header.main--header .wrap .header-inner {
    height: 60rem;
  }
}
.header.main--header .wrap .header-inner .content-middle {
  width: calc(100% - 4rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  padding: 0 8rem;
}
@media only screen and (max-width: 1023px) {
  .header.main--header .wrap .header-inner .content-middle {
    width: 100%;
    left: 0;
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 375px) {
  .header.main--header .wrap .header-inner .content-middle {
    padding: 0 2rem;
  }
}
.header.main--header .wrap .header-inner .content-middle .top-title {
  font: 500 2rem/2rem "Author", sans-serif;
  margin-bottom: 0;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 1023px) {
  .header.main--header .wrap .header-inner .content-middle .top-title {
    font: 500 1.4rem/2rem "Author", sans-serif;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.header.main--header .wrap .header-inner .content-middle .title {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .header.main--header .wrap .header-inner .content-middle .title {
    text-align: center;
  }
}
.header.main--header .wrap .header-inner .content-middle .content p {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .header.main--header .wrap .header-inner .content-middle .content p {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.header.main--header .wrap .header-inner .content-middle .buttons {
  grid-gap: 2rem 4rem;
}
.header.main--header .wrap .header-inner .content-middle .buttons p {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .header.main--header .wrap .header-inner .content-middle .buttons p {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .header.main--header .wrap .header-inner .content-middle .buttons {
    justify-content: center;
  }
}
.header.main--header.is-landing .content-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 885px) {
  .header.main--header.is-landing .content-middle {
    gap: 1.5rem;
  }
}
.header.main--header.is-landing .content-middle .brand img {
  height: 8.2rem;
  width: auto;
}
@media only screen and (max-width: 885px) {
  .header.main--header.is-landing .content-middle .brand img {
    height: 6rem;
  }
}
.header.main--header.is-landing .content-middle .brand-x {
  position: relative;
}
@media only screen and (max-width: 885px) {
  .header.main--header.is-landing .content-middle .brand-x {
    width: 100%;
    max-height: 5rem;
  }
}
.header.main--header.is-landing .content-middle .title {
  margin-bottom: 0;
  font-size: 10rem;
  line-height: 1;
  color: #FFF;
}
@media only screen and (max-width: 885px) {
  .header.main--header.is-landing .content-middle .title {
    font-size: 7rem;
  }
}
.header.main--header.is-landing .header-inner.black-overlay figure:after {
  display: none;
}
.header.main--header.is-landing .header-inner.black-overlay figure.bg-image:after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
.header.main--header.is-landing .sticker {
  background: #FFF;
  position: absolute;
  bottom: -5rem;
  right: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 0.6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  transform: rotate(12deg);
  z-index: 1;
}
@media only screen and (max-width: 885px) {
  .header.main--header.is-landing .sticker {
    bottom: -2rem;
    width: 12rem;
    height: 12rem;
    right: 8%;
  }
}
.header.main--header.is-landing .sticker span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.header.main--header.is-landing .sticker .middle {
  font-weight: bold;
  font-size: 5rem;
}
@media only screen and (max-width: 885px) {
  .header.main--header.is-landing .sticker .middle {
    font-size: 3.2rem;
  }
}
.header.main--header.is-landing.bg-white .sticker {
  background: #000;
  border: 1px solid #000;
}
.header.main--header.is-landing.bg-white .sticker span {
  color: #FFF;
}

.header.support--header {
  position: relative;
  padding: 9rem 0;
}
@media only screen and (max-width: 1023px) {
  .header.support--header {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .header.support--header {
    padding: 3.7rem 0;
  }
}
.header.support--header .wrap .header-inner .title {
  color: #000;
  text-align: center;
  margin-bottom: 2.8rem;
  font: 600 26rem/26rem "Author", sans-serif;
}
@media only screen and (max-width: 1280px) {
  .header.support--header .wrap .header-inner .title {
    font: 600 17rem/17rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 1023px) {
  .header.support--header .wrap .header-inner .title {
    font: 600 14rem/14rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 750px) {
  .header.support--header .wrap .header-inner .title {
    font: 600 11rem/9rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .header.support--header .wrap .header-inner .title {
    font: 600 8rem/5rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 375px) {
  .header.support--header .wrap .header-inner .title {
    font: 600 6rem/4rem "Author", sans-serif;
  }
}
.header.support--header .wrap .header-inner .content {
  width: 68rem;
  max-width: 100%;
  margin: 0 auto;
}
.header.support--header .wrap .header-inner .content p {
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .header.support--header .wrap .header-inner .content p {
    text-align: center;
    margin-bottom: 2rem;
  }
}

.header.quotation--header {
  position: relative;
  padding: 9rem 0;
}
@media only screen and (max-width: 1023px) {
  .header.quotation--header {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .header.quotation--header {
    padding: 3.7rem 0;
  }
}
.header.quotation--header .wrap .header-inner .title {
  color: #000;
  text-align: center;
  margin-bottom: 2.8rem;
  font: 600 26rem/26rem "Author", sans-serif;
}
@media only screen and (max-width: 1280px) {
  .header.quotation--header .wrap .header-inner .title {
    font: 600 17rem/17rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 1023px) {
  .header.quotation--header .wrap .header-inner .title {
    font: 600 14rem/14rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 750px) {
  .header.quotation--header .wrap .header-inner .title {
    font: 600 11rem/9rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .header.quotation--header .wrap .header-inner .title {
    font: 600 8rem/5rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 375px) {
  .header.quotation--header .wrap .header-inner .title {
    font: 600 6rem/4rem "Author", sans-serif;
  }
}
.header.quotation--header .wrap .header-inner .content {
  width: 68rem;
  max-width: 100%;
  margin: 0 auto;
}
.header.quotation--header .wrap .header-inner .content p {
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .header.quotation--header .wrap .header-inner .content p {
    text-align: center;
    margin-bottom: 2rem;
  }
}

/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Section
--------------------------------------------- */
.section__header {
  margin-bottom: 4.6rem;
}
.section__header--center {
  text-align: center;
}
.section__header--right {
  text-align: right;
}
.section__title {
  padding-bottom: 0;
}
.section__content > :last-child:not(a):not(.responsive-video-wrapper) {
  padding-bottom: 0;
}
.section__footer {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
}

/* Content-two-columns
--------------------------------------------- */
.content-two-columns--reverse .section__media {
  order: -1;
}

/* Media
--------------------------------------------- */
/* Text-text
--------------------------------------------- */
/* Text
--------------------------------------------- */
.flex-impression-block .title {
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .flex-impression-block .title {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-impression-block .title {
    margin-bottom: 3.6rem;
  }
}
.flex-impression-block .blocks-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .flex-impression-block .blocks-content {
    grid-gap: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-impression-block .blocks-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.flex-impression-block .blocks-content .blocks-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-impression-block .blocks-content .blocks-side .image-container {
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .flex-impression-block .blocks-content .blocks-side .image-container {
    padding-bottom: calc(100% + 2.6rem);
    flex: 0 0 calc(100% + 2.6rem);
    max-width: calc(100% + 2.6rem);
    border-radius: 0;
  }
}
.flex-impression-block .blocks-content .blocks-side .text-content {
  padding: 11rem 0;
  width: 44rem;
  max-width: 100%;
}
@media only screen and (max-width: 1280px) {
  .flex-impression-block .blocks-content .blocks-side .text-content {
    padding: 7rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .flex-impression-block .blocks-content .blocks-side .text-content {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .flex-impression-block .blocks-content .blocks-side .text-content {
    width: 100%;
    padding: 3rem 0;
  }
}
.flex-impression-block .blocks-content .blocks-side .text-content .content p:last-child {
  margin-bottom: 1rem;
}
.flex-impression-block .blocks-content .blocks-side:nth-child(2) .image-container {
  order: 1;
}
@media only screen and (max-width: 640px) {
  .flex-impression-block .blocks-content .blocks-side:nth-child(2) .image-container {
    order: 0;
  }
}
.flex-impression-block.bg-color-white {
  background-color: #FFF;
}
.flex-impression-block.bg-color-white .title {
  color: #000;
}
.flex-impression-block.bg-color-white .blocks-content .top-title {
  color: #000;
}
.flex-impression-block.bg-color-white .blocks-content .content p, .flex-impression-block.bg-color-white .blocks-content .content a, .flex-impression-block.bg-color-white .blocks-content .content li {
  color: #000;
}
.flex-impression-block.bg-color-white .blocks-content .content ul {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 2rem;
}
.flex-impression-block.bg-color-white .blocks-content .content svg {
  fill: #000;
}
.flex-impression-block.bg-color-black {
  background-color: #000;
}
.flex-impression-block.bg-color-black .title {
  color: #FFF;
}
.flex-impression-block.bg-color-black .blocks-content .top-title {
  color: #FFF;
}
.flex-impression-block.bg-color-black .blocks-content .content p, .flex-impression-block.bg-color-black .blocks-content .content a, .flex-impression-block.bg-color-black .blocks-content .content li {
  color: #FFF;
}
.flex-impression-block.bg-color-black .blocks-content .content ul {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 2rem;
}
.flex-impression-block.bg-color-black .blocks-content .content svg {
  fill: #FFF;
}
.flex-impression-block.bg-color-black .blocks-content .content li:before {
  background-image: url("../img/custom-icons/airdome-check-white.svg");
}

.flex-how-it-works-block .title {
  font: 600 3rem/2rem "Author", sans-serif;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 750px) {
  .flex-how-it-works-block .title {
    margin-bottom: 3.7rem;
  }
}
.flex-how-it-works-block .blocks-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .flex-how-it-works-block .blocks-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.flex-how-it-works-block .blocks-content .blocks-side {
  padding: 10rem 5.4rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1280px) {
  .flex-how-it-works-block .blocks-content .blocks-side {
    padding: 6rem 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .flex-how-it-works-block .blocks-content .blocks-side {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-how-it-works-block .blocks-content .blocks-side {
    padding: 3rem 3rem 4rem 3rem;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.flex-how-it-works-block .blocks-content .blocks-side:first-child {
  border: none;
}
.flex-how-it-works-block .blocks-content .blocks-side .text-content {
  display: flex;
  flex-direction: column;
}
.flex-how-it-works-block .blocks-content .blocks-side .text-content .top-title {
  font-size: 1.5rem;
}
.flex-how-it-works-block .blocks-content .blocks-side .text-content .content {
  width: 34rem;
  max-width: 100%;
}
.flex-how-it-works-block .blocks-content .blocks-side .text-content .content p {
  margin-bottom: 2.7rem;
}
@media only screen and (max-width: 750px) {
  .flex-how-it-works-block .blocks-content .blocks-side .text-content .content p {
    margin-bottom: 1.7rem;
  }
}
.flex-how-it-works-block .blocks-content .blocks-side .text-content svg {
  align-self: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .flex-how-it-works-block .blocks-content .blocks-side .text-content svg {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-how-it-works-block .blocks-content .blocks-side .text-content svg {
    align-self: start;
    max-width: 5rem;
    max-height: 5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  .flex-create-your-3d-design .content-container {
    padding: 5rem 0;
    height: auto;
  }
}
.flex-create-your-3d-design .content-container .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.flex-create-your-3d-design .content-container .bg-image.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  .flex-create-your-3d-design .content-container .bg-image {
    height: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .flex-create-your-3d-design .content-container .bg-image {
    height: 50%;
    top: 50%;
  }
  .flex-create-your-3d-design .content-container .bg-image img {
    -o-object-position: right;
       object-position: right;
  }
}
.flex-create-your-3d-design .content-container .absolute-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
  position: absolute;
  height: 100%;
  width: 144rem;
  max-width: 100%;
  transform: translateX(-50%);
  left: 50%;
}
@media only screen and (max-width: 1023px) {
  .flex-create-your-3d-design .content-container .absolute-wrap {
    position: relative;
  }
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container {
    top: 0;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container {
    grid-gap: 25rem;
  }
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .content-left {
  width: 47rem;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .content-left {
    width: 100%;
    top: 0;
    transform: none;
  }
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .content-left .title {
  color: #FFF;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .content-left .content {
  max-width: 47rem;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .content-left .content p {
  color: #FFF;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content {
  position: absolute;
  width: calc(100% - 47rem);
  left: 47rem;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content {
    position: relative;
    width: 100%;
    left: 0;
  }
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 4rem;
}
@media only screen and (max-width: 1023px) {
  .flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container {
    justify-content: left;
    padding-right: 0;
  }
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  max-width: 44rem;
  grid-gap: 2.7rem 1rem;
  position: relative;
  top: 5.7rem;
}
@media only screen and (max-width: 1280px) {
  .flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row {
    top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row {
    justify-content: center;
    grid-gap: 1.5rem 1rem;
  }
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .color-controls {
  padding: 0 0.8rem;
  height: 6rem;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.3rem;
  flex: 0 0 15.6rem;
  max-width: 15.6rem;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .color-controls.active {
  display: flex;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .color-controls .single-color {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  cursor: pointer;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .color-controls .single-color:before {
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -50%;
  left: -50%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out 0s;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .color-controls .single-color.active:before {
  opacity: 1;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .type-controls {
  max-width: 27.4rem;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .type-controls select {
  width: auto;
  font: 500 1.4rem/3rem "Poppins", sans-serif;
  background: #FFF url("../img/custom-icons/chevron-down-white.svg") right 2rem center no-repeat;
  padding: 0 2.4rem;
  padding-right: 5.8rem;
  background-color: transparent;
  border: none;
  color: #FFF;
  height: 100%;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .type-controls select * {
  color: #000;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .ar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .ar-button a {
  display: flex;
  grid-gap: 1.1rem;
  font: 300 1.4rem/3rem "Poppins", sans-serif;
  color: #FFF;
  text-decoration: none;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .ar-button a:hover {
  text-decoration: underline;
}
.flex-create-your-3d-design .content-container .absolute-wrap .text-content .content-container .controls-content .controls-container .controls-row .ar-button a svg {
  fill: #FFF;
  transition: all 0.3s ease-out 0s;
}

.flex-product-slider {
  overflow: hidden;
}
.flex-product-slider .wrap:before {
  content: "";
  width: 100%;
  height: calc(100% + 6px);
  top: -2px;
  left: -100%;
  position: absolute;
  background-color: #FFF;
  z-index: 2;
  pointer-events: none;
}
.flex-product-slider .featured-products-swiper {
  max-width: 56rem;
}
.flex-product-slider .featured-products-swiper .swiper-wrapper {
  box-sizing: border-box;
}
.flex-product-slider .featured-products-swiper .swiper-wrapper .single-featured-product {
  height: auto;
}
.flex-product-slider .featured-products-pagination {
  display: flex;
  flex-wrap: wrap;
  width: 20rem;
  margin: 0 auto;
  margin-top: 6rem;
  height: 6px;
  position: relative;
  cursor: pointer;
}
.flex-product-slider .featured-products-pagination:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .flex-product-slider .featured-products-pagination {
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-product-slider .featured-products-pagination {
    margin-top: 3rem;
  }
}
.flex-product-slider .featured-products-pagination .swiper-scrollbar-drag {
  background: #000;
  border-radius: 0;
  height: 2px;
}

.flex-recent-projects {
  background-color: #000;
  padding: 20rem 0;
}
@media only screen and (max-width: 1280px) {
  .flex-recent-projects {
    padding: 15rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .flex-recent-projects {
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .flex-recent-projects {
    padding: 5rem 0;
  }
}
.flex-recent-projects .top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .top-content {
    margin-bottom: 4rem;
  }
}
.flex-recent-projects .top-content .title {
  flex: 0 0 50%;
  max-width: 50%;
  color: #FFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .top-content .title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.4rem;
  }
}
.flex-recent-projects .top-content .content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 14rem;
}
@media only screen and (max-width: 1280px) {
  .flex-recent-projects .top-content .content {
    padding-left: 10rem;
  }
}
@media only screen and (max-width: 1023px) {
  .flex-recent-projects .top-content .content {
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .top-content .content {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.flex-recent-projects .top-content .content p {
  width: 44rem;
  max-width: 100%;
  color: #FFF;
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .top-content .content p {
    margin-bottom: 1.4rem;
  }
}
.flex-recent-projects .top-content .content p:last-child {
  margin-bottom: 0;
}
.flex-recent-projects .bottom-content ul.projects-container {
  position: relative;
  margin-bottom: 0;
}
.flex-recent-projects .bottom-content ul.projects-container li {
  position: static;
  padding-left: 0;
  cursor: pointer;
}
.flex-recent-projects .bottom-content ul.projects-container li:before {
  content: none;
}
.flex-recent-projects .bottom-content ul.projects-container li .content-container {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  width: 44rem;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 2rem;
}
@media only screen and (max-width: 1023px) {
  .flex-recent-projects .bottom-content ul.projects-container li .content-container {
    width: 38rem;
    margin-bottom: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li .content-container {
    width: 100%;
    padding-left: 1rem;
  }
}
.flex-recent-projects .bottom-content ul.projects-container li .content-container p {
  color: #FFF;
  margin-bottom: 0;
}
.flex-recent-projects .bottom-content ul.projects-container li .content-container .year {
  font: 300 1.6rem/2.6rem "Poppins", sans-serif;
}
.flex-recent-projects .bottom-content ul.projects-container li .content-container .title-container {
  padding-left: 4rem;
}
.flex-recent-projects .bottom-content ul.projects-container li .content-container .title-container .project-title {
  font: 500 1.6rem/2.6rem "Poppins", sans-serif;
  margin-bottom: 0.6rem;
}
.flex-recent-projects .bottom-content ul.projects-container li .content-container .title-container .sub-title {
  font: 300 1.4rem/2rem "Poppins", sans-serif;
  opacity: 0.5;
}
@media only screen and (min-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li .content-container .icon-arrow-right {
    fill: #FFF;
    display: block;
    margin-left: auto;
    opacity: 0;
    position: relative;
    left: -2.5rem;
    transition: all 0.3s ease-out 0s;
  }
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li .content-container .icon-chevron-up {
    fill: #FFF;
    display: block;
    margin-left: auto;
    position: relative;
    left: -2.5rem;
    transform: rotate(90deg);
    transition: all 0.3s ease-out 0s;
  }
}
.flex-recent-projects .bottom-content ul.projects-container li .content-container .icon-arrow-right {
  display: block;
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li .content-container .icon-arrow-right {
    display: none;
  }
}
.flex-recent-projects .bottom-content ul.projects-container li .content-container .icon-chevron-up {
  display: none;
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li .content-container .icon-chevron-up {
    display: block;
  }
}
.flex-recent-projects .bottom-content ul.projects-container li .project-content {
  cursor: default;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li .project-content {
    position: absolute;
    width: calc(100% - 38rem);
    left: 38rem;
    height: 100%;
    padding-left: 4rem;
    top: 0;
    opacity: 0;
    visibility: hidden;
    display: block !important;
  }
}
@media only screen and (min-width: 1023px) {
  .flex-recent-projects .bottom-content ul.projects-container li .project-content {
    width: calc(100% - 44rem);
    left: 44rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li .project-content {
    padding-left: 0;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    transition: none;
    padding-bottom: 3rem;
    display: none;
  }
}
.flex-recent-projects .bottom-content ul.projects-container li .project-content .image-container {
  position: relative;
  width: 80rem;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li .project-content .image-container {
    padding-bottom: 62.5%;
  }
}
.flex-recent-projects .bottom-content ul.projects-container li .project-content .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.flex-recent-projects .bottom-content ul.projects-container li.active .icon-arrow-right {
  left: -0.5rem;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li.active .icon-arrow-right {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li.active .icon-chevron-up {
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 750px) {
  .flex-recent-projects .bottom-content ul.projects-container li.active .project-content {
    visibility: visible;
    opacity: 1;
  }
}
.flex-recent-projects.white-version {
  background-color: #FFF;
}
.flex-recent-projects.white-version .top-content .title {
  color: #000;
}
.flex-recent-projects.white-version .top-content .content p {
  color: #000;
}
.flex-recent-projects.white-version .bottom-content ul.projects-container .content-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.flex-recent-projects.white-version .bottom-content ul.projects-container .content-container p {
  color: #000;
}
.flex-recent-projects.white-version .bottom-content ul.projects-container .content-container .icon-chevron-up, .flex-recent-projects.white-version .bottom-content ul.projects-container .content-container .icon-arrow-right {
  fill: #000;
}
.flex-recent-projects.white-version .bottom-content ul.projects-container .content-container .icon-chevron-up polyline, .flex-recent-projects.white-version .bottom-content ul.projects-container .content-container .icon-arrow-right polyline {
  fill: none;
}

.flex-testimonials-slider {
  overflow: hidden;
}
.flex-testimonials-slider .title {
  margin-bottom: 13rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .flex-testimonials-slider .title {
    margin-bottom: 9rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-testimonials-slider .title {
    margin-bottom: 5rem;
  }
}
.flex-testimonials-slider .testimonials-container .testimonials-swiper .swiper-slide {
  width: 51.9rem;
  height: auto;
  align-self: stretch;
}
.flex-testimonials-slider .testimonials-container .testimonials-pagination {
  display: flex;
  flex-wrap: wrap;
  width: 20rem;
  margin: 0 auto;
  margin-top: 6rem;
  height: 6px;
  position: relative;
  cursor: pointer;
}
.flex-testimonials-slider .testimonials-container .testimonials-pagination:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .flex-testimonials-slider .testimonials-container .testimonials-pagination {
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-testimonials-slider .testimonials-container .testimonials-pagination {
    margin-top: 3rem;
  }
}
.flex-testimonials-slider .testimonials-container .testimonials-pagination .swiper-scrollbar-drag {
  background: #000;
  border-radius: 0;
  height: 2px;
}

.flex-images-slider {
  position: relative;
  overflow: hidden;
}
.flex-images-slider .wrap {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media only screen and (max-width: 1023px) {
  .flex-images-slider .wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-images-slider .wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.flex-images-slider .wrap:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 4rem);
  left: 2rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .flex-images-slider .wrap:before {
    left: 1.3rem;
    width: calc(100% - 2.6rem);
  }
}
.flex-images-slider .wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 4rem);
  left: 2rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .flex-images-slider .wrap:after {
    left: 1.3rem;
    width: calc(100% - 2.6rem);
  }
}
.flex-images-slider .top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  grid-gap: 2rem 5rem;
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 1023px) {
  .flex-images-slider .top-content {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-images-slider .top-content {
    margin-bottom: 4rem;
  }
}
.flex-images-slider .top-content .content-left .title {
  margin-bottom: 0;
}
.flex-images-slider .top-content .content-right {
  width: 56rem;
  max-width: 100%;
}
@media only screen and (max-width: 1280px) {
  .flex-images-slider .top-content .content-right {
    width: 44rem;
  }
}
.flex-images-slider .top-content .content-right .content {
  width: 44rem;
  max-width: 100%;
}
.flex-images-slider .top-content .content-right .content p {
  margin-bottom: 2.7rem;
}
@media only screen and (max-width: 1023px) {
  .flex-images-slider .top-content .content-right .content p {
    margin-bottom: 1.5rem;
  }
}
.flex-images-slider .top-content .content-right .content:last-child p, .flex-images-slider .top-content .content-right .buttons:last-child p {
  margin-bottom: 0;
}
.flex-images-slider .images-container .images-slider-swiper .swiper-wrapper {
  align-items: end;
}
.flex-images-slider .images-container .images-slider-swiper .swiper-wrapper .swiper-slide {
  border-radius: 0.4rem;
  overflow: hidden;
}
.flex-images-slider .images-container .images-slider-swiper .swiper-wrapper .swiper-slide:nth-child(even) {
  width: 44rem;
}
@media only screen and (max-width: 1023px) {
  .flex-images-slider .images-container .images-slider-swiper .swiper-wrapper .swiper-slide:nth-child(even) {
    width: 36rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-images-slider .images-container .images-slider-swiper .swiper-wrapper .swiper-slide:nth-child(even) {
    width: 22.8rem;
  }
}
.flex-images-slider .images-container .images-slider-swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
  width: 32rem;
}
@media only screen and (max-width: 1023px) {
  .flex-images-slider .images-container .images-slider-swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
    width: 26rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-images-slider .images-container .images-slider-swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
    width: 17rem;
  }
}
.flex-images-slider .images-container .images-slider-swiper .swiper-wrapper .swiper-slide a:hover img {
  transform: scale(1.2);
}
.flex-images-slider .images-container .images-slider-pagination {
  display: flex;
  flex-wrap: wrap;
  width: 20rem;
  margin: 0 auto;
  margin-top: 6rem;
  height: 6px;
  position: relative;
  cursor: pointer;
}
.flex-images-slider .images-container .images-slider-pagination:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .flex-images-slider .images-container .images-slider-pagination {
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-images-slider .images-container .images-slider-pagination {
    margin-top: 3rem;
  }
}
.flex-images-slider .images-container .images-slider-pagination .swiper-scrollbar-drag {
  background: #000;
  border-radius: 0;
  height: 2px;
}

.flex-brand-slider {
  position: relative;
  overflow: hidden;
}
.flex-brand-slider .title {
  font: 400 1.4rem/1.4rem "Poppins", sans-serif;
  text-align: center;
  text-transform: none;
  margin-bottom: 2.7rem;
}
.flex-brand-slider .brand-container {
  width: 84rem;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.flex-brand-slider .brand-container .brand-slider-swiper .swiper-wrapper {
  align-items: center;
}
.flex-brand-slider .brand-container .brand-slider-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  border-radius: 0.4rem;
  overflow: hidden;
}

.flex-faq-block .title {
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .flex-faq-block .title {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-faq-block .title {
    margin-bottom: 4rem;
  }
}
.flex-faq-block ul.faq-container {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 1023px) {
  .flex-faq-block ul.faq-container {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-faq-block ul.faq-container {
    margin-bottom: 3rem;
  }
}
.flex-faq-block ul.faq-container li.single-faq {
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.flex-faq-block ul.faq-container li.single-faq:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.flex-faq-block ul.faq-container li.single-faq:before {
  content: none;
}
.flex-faq-block ul.faq-container li.single-faq .question {
  position: relative;
  margin-bottom: 0;
  font: 500 1.4rem/2rem "Poppins", sans-serif;
  padding: 3rem 0;
  padding-right: 8rem;
}
@media only screen and (max-width: 640px) {
  .flex-faq-block ul.faq-container li.single-faq .question {
    padding: 2rem 0;
    padding-right: 6rem;
  }
}
.flex-faq-block ul.faq-container li.single-faq .question svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .flex-faq-block ul.faq-container li.single-faq .question svg {
    right: 3rem;
  }
}
.flex-faq-block ul.faq-container li.single-faq .question svg.minus {
  opacity: 0;
}
.flex-faq-block ul.faq-container li.single-faq .question svg.plus {
  opacity: 1;
}
.flex-faq-block ul.faq-container li.single-faq .answer {
  display: none;
  padding-right: 6rem;
}
.flex-faq-block ul.faq-container li.single-faq.active .question svg.plus {
  opacity: 0;
}
.flex-faq-block ul.faq-container li.single-faq.active .question svg.minus {
  opacity: 1;
}
.flex-faq-block .content {
  font: 400 1.2rem/1.4rem "Poppins", sans-serif;
}
@media only screen and (max-width: 640px) {
  .flex-faq-block .content {
    text-align: center;
  }
}
.flex-faq-block .content p {
  margin-bottom: 1rem;
  font: inherit;
  display: inline-block;
  padding: 0 1.5rem;
}
.flex-faq-block .content p strong {
  padding-right: 1.5rem;
}
.flex-faq-block .content p:first-child {
  padding: 0;
}
.flex-faq-block.bg-color-white {
  background-color: #FFF;
}
.flex-faq-block.bg-color-white .title {
  color: #000;
}
.flex-faq-block.bg-color-white .faq-container .single-faq {
  border-color: rgba(0, 0, 0, 0.1);
}
.flex-faq-block.bg-color-white .faq-container .single-faq p {
  color: #000;
}
.flex-faq-block.bg-color-white .faq-container .single-faq svg {
  fill: #000;
}
.flex-faq-block.bg-color-black {
  background-color: #000;
}
.flex-faq-block.bg-color-black .title {
  color: #FFF;
}
.flex-faq-block.bg-color-black .faq-container .single-faq {
  border-color: rgba(255, 255, 255, 0.1);
}
.flex-faq-block.bg-color-black .faq-container .single-faq p {
  color: #FFF;
}
.flex-faq-block.bg-color-black .faq-container .single-faq svg {
  fill: #FFF;
}
.flex-faq-block.bg-color-black .content {
  color: #FFF;
}
.flex-faq-block.bg-color-black .content p, .flex-faq-block.bg-color-black .content strong, .flex-faq-block.bg-color-black .content ul, .flex-faq-block.bg-color-black .content a {
  color: #FFF;
}

.flex-form .content {
  text-align: center;
  margin-bottom: 10rem;
}
.flex-form .content h1, .flex-form .content h2, .flex-form .content h3, .flex-form .content h4, .flex-form .content h5, .flex-form .content h6 {
  font: 600 5rem/5rem "Author", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .flex-form .content {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-form .content {
    font: 600 4rem/4rem "Author", sans-serif;
    margin-bottom: 3.6rem;
  }
}

.flex-sustainability-block {
  position: relative;
  background-color: #000;
}
.flex-sustainability-block .wrap .title {
  text-align: center;
  color: #FFF;
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 1023px) {
  .flex-sustainability-block .wrap .title {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-sustainability-block .wrap .title {
    margin-bottom: 3.6rem;
  }
}
.flex-sustainability-block .wrap .sustainability-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  grid-gap: 6rem 0;
}
@media only screen and (max-width: 750px) {
  .flex-sustainability-block .wrap .sustainability-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .flex-sustainability-block .wrap .sustainability-block {
    grid-gap: 3rem 0;
  }
}
.flex-sustainability-block .wrap .sustainability-block .content-left {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
.flex-sustainability-block .wrap .sustainability-block .content-left .images-left {
  flex: 0 0 30%;
  max-width: 30%;
  display: grid;
  grid-gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .flex-sustainability-block .wrap .sustainability-block .content-left .images-left {
    grid-gap: 2rem;
  }
}
.flex-sustainability-block .wrap .sustainability-block .content-left .images-left .image-1 {
  width: 40%;
  padding-bottom: 40%;
  margin-left: auto;
}
.flex-sustainability-block .wrap .sustainability-block .content-left .images-right {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 4rem;
}
@media only screen and (max-width: 1023px) {
  .flex-sustainability-block .wrap .sustainability-block .content-left .images-right {
    padding-left: 2rem;
  }
}
.flex-sustainability-block .wrap .sustainability-block .content-left figure {
  border-radius: 0.4rem;
  overflow: hidden;
}
.flex-sustainability-block .wrap .sustainability-block .content-right {
  width: 60rem;
  max-width: 100%;
  padding-left: 16rem;
}
@media only screen and (max-width: 750px) {
  .flex-sustainability-block .wrap .sustainability-block .content-right {
    width: 100%;
  }
}
.flex-sustainability-block .wrap .sustainability-block .content-right .content p:last-child {
  margin-bottom: 0;
}
.flex-sustainability-block .wrap .sustainability-block .content-right p, .flex-sustainability-block .wrap .sustainability-block .content-right a {
  color: #FFF;
}
@media only screen and (max-width: 1440px) {
  .flex-sustainability-block .wrap .sustainability-block .content-right {
    padding-left: 12rem;
  }
}
@media only screen and (max-width: 1280px) {
  .flex-sustainability-block .wrap .sustainability-block .content-right {
    padding-left: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .flex-sustainability-block .wrap .sustainability-block .content-right {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .flex-sustainability-block .wrap .sustainability-block .content-right {
    padding-left: 0;
  }
}
.flex-sustainability-block .wrap > .buttons {
  justify-content: center;
  margin-top: 8rem;
}
@media only screen and (max-width: 1023px) {
  .flex-sustainability-block .wrap > .buttons {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .flex-sustainability-block .wrap > .buttons {
    margin-top: 3.6rem;
  }
}

.flex-seo-block-two-images {
  background-color: #000;
  padding: 15rem 0;
}
@media only screen and (max-width: 1023px) {
  .flex-seo-block-two-images {
    padding: 7rem 0;
  }
}
@media only screen and (max-width: 750px) {
  .flex-seo-block-two-images {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .flex-seo-block-two-images {
    padding: 1.5rem 0;
  }
}
.flex-seo-block-two-images .blocks-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1.5rem 4rem;
}
@media only screen and (max-width: 640px) {
  .flex-seo-block-two-images .blocks-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.flex-seo-block-two-images .blocks-container .single-block figure {
  border-radius: 0.4rem;
  overflow: hidden;
}
.flex-seo-block-two-images .blocks-container .single-block .single-block-bottom {
  width: 44rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  .flex-seo-block-two-images .blocks-container .single-block .single-block-bottom {
    margin-top: 1.7rem;
  }
}
.flex-seo-block-two-images .blocks-container .single-block .single-block-bottom .title {
  color: #FFF;
  font: 600 3rem/4rem "Author", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .flex-seo-block-two-images .blocks-container .single-block .single-block-bottom .title {
    font: 600 2.4rem/4rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .flex-seo-block-two-images .blocks-container .single-block .single-block-bottom .title {
    margin-bottom: 1rem;
  }
}
.flex-seo-block-two-images .blocks-container .single-block .single-block-bottom .content p {
  color: #FFF;
  font: 500 2rem/3.6rem "Poppins", sans-serif;
}
.flex-seo-block-two-images .blocks-container .single-block .single-block-bottom .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .flex-seo-block-two-images .blocks-container .single-block .single-block-bottom .content p {
    font: 500 1.6rem/3rem "Poppins", sans-serif;
  }
}

.flex-simple-text-block .simple-text-block-container.center-the-text h1, .flex-simple-text-block .simple-text-block-container.center-the-text h2, .flex-simple-text-block .simple-text-block-container.center-the-text h3, .flex-simple-text-block .simple-text-block-container.center-the-text h4, .flex-simple-text-block .simple-text-block-container.center-the-text h5, .flex-simple-text-block .simple-text-block-container.center-the-text h6, .flex-simple-text-block .simple-text-block-container.center-the-text p, .flex-simple-text-block .simple-text-block-container.center-the-text li, .flex-simple-text-block .simple-text-block-container.center-the-text strong, .flex-simple-text-block .simple-text-block-container.center-the-text span {
  text-align: center;
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
.main-footer .footer-top {
  padding: 17.6rem 0 9.7rem 0;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-top {
    padding: 9rem 0 8rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .main-footer .footer-top {
    padding: 4.8rem 0 4.1rem 0;
  }
}
.main-footer .footer-top .title {
  text-align: center;
  color: #FFF;
  font: 600 9rem/9rem "Author", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-top .title {
    font: 600 6rem/6rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .main-footer .footer-top .title {
    font: 600 4rem/4rem "Author", sans-serif;
  }
}
.main-footer .footer-top .title .whatsapp-footer {
  position: relative;
  top: -1.5rem;
  fill: #FFF;
}
@media only screen and (max-width: 1023px) {
  .main-footer .footer-top .title .whatsapp-footer {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .main-footer .footer-top .title .whatsapp-footer {
    width: 1.6rem;
    height: 1.6rem;
    top: -0.8rem;
  }
}
.main-footer .footer-top .buttons {
  justify-content: center;
}

/* Footer-nav
--------------------------------------------- */
.footer-nav {
  position: relative;
  background-color: #000;
  padding: 9rem 0;
}
@media only screen and (max-width: 1023px) {
  .footer-nav {
    padding: 4.5rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer-nav {
    padding: 3rem 0;
  }
}
.footer-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 4rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 140rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .footer-nav:before {
    width: calc(100% - 2.6rem);
    left: 1.3rem;
    transform: none;
  }
}
.footer-nav .wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .footer-nav .wrap {
    grid-gap: 5rem 0;
  }
}
.footer-nav .wrap .single-footer-nav-block {
  padding-left: 2rem;
}
.footer-nav .wrap .single-footer-nav-block:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 640px) {
  .footer-nav .wrap .single-footer-nav-block {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-nav__content-left {
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-nav__content-left .content-container {
  max-width: 44rem;
}
.footer-nav__content-left .content-container .title {
  color: #FFF;
}
.footer-nav__content-left .content-container .content p {
  margin-bottom: 2.3rem;
  color: #FFF;
}
@media only screen and (max-width: 640px) {
  .footer-nav__content-left .content-container .content p {
    margin-bottom: 1.2rem;
  }
}
.footer-nav__content-left .content-container .sm-icons {
  margin-top: 3rem;
}
.footer-nav__first-block, .footer-nav__second-block {
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-nav__first-block ul.menu li.menu-item a, .footer-nav__second-block ul.menu li.menu-item a {
  font: 400 1.4rem/3.6rem "Poppins", sans-serif;
  color: #FFF;
  text-decoration: none;
}
.footer-nav__first-block ul.menu li.menu-item a:hover, .footer-nav__second-block ul.menu li.menu-item a:hover {
  text-decoration: underline;
}
.footer-nav__title, .footer-nav .title {
  font: 600 1.6rem/1.6rem "Poppins", sans-serif;
  color: #FFF;
  margin-bottom: 1.9rem;
}
.footer-nav ul {
  padding-bottom: 0;
}
.footer-nav ul li {
  padding-left: 0;
}
.footer-nav ul li:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .footer-nav__content-left {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .footer-nav__first-block, .footer-nav__second-block {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright {
  position: relative;
  background-color: #000;
  padding: 3.5rem 0;
}
.footer-copyright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 4rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 140rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .footer-copyright:before {
    width: calc(100% - 2.6rem);
    left: 1.3rem;
    transform: none;
  }
}
.footer-copyright .wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .footer-copyright .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1rem 0;
  }
}
.footer-copyright__copy a, .footer-copyright__menu-wrap a, .footer-copyright__creator a {
  font: 400 1.3rem/2.6rem "Poppins", sans-serif;
  color: #FFF;
}
.footer-copyright__copy {
  font: 400 1.3rem/2.6rem "Poppins", sans-serif;
  color: #FFF;
  margin-bottom: 0;
}
.footer-copyright__menu-wrap ul.menu {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1rem 4.5rem;
}
@media only screen and (max-width: 750px) {
  .footer-copyright__menu-wrap ul.menu {
    display: block;
  }
}
.footer-copyright__menu-wrap ul.menu li {
  font: 400 1.3rem/2.6rem "Poppins", sans-serif;
}
.footer-copyright__menu-wrap ul.menu li a {
  font: 400 1.3rem/2.6rem "Poppins", sans-serif;
  color: #FFF;
  text-decoration: none;
}
.footer-copyright__menu-wrap ul.menu li a:hover {
  text-decoration: underline;
}
.footer-copyright__creator {
  font: 400 1.3rem/2.6rem "Poppins", sans-serif;
  color: #FFF;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  grid-gap: 1rem 0.5rem;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .footer-copyright__creator {
    grid-gap: 0 0.5rem;
    justify-content: start;
    text-align: left;
  }
}
.footer-copyright__creator a {
  text-decoration: none;
}
.footer-copyright__creator a:hover {
  text-decoration: underline;
}
.footer-copyright .sm-icons {
  margin-bottom: 0;
  justify-content: end;
}
@media only screen and (max-width: 750px) {
  .footer-copyright .sm-icons {
    justify-content: start;
  }
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
.mobile-navigation {
  position: fixed;
  height: calc(100% - 10rem);
  top: -100%;
  z-index: 550;
  visibility: hidden;
  background: #000;
  transform-origin: center left;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1023px) {
  .mobile-navigation {
    height: calc(100% - 9.7rem);
  }
}
.mobile-navigation .menu-bg-image {
  height: 100%;
  width: 72%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .mobile-navigation .menu-bg-image {
    width: 100%;
  }
}
.mobile-navigation .menu-bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.mobile-navigation .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.mobile-navigation .wrap .mobile-navigation__menu-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mobile-navigation .wrap .mobile-navigation__menu-wrap ul.menu li.menu-item a {
  font: 600 5rem/8rem "Author", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
}
.mobile-navigation .wrap .mobile-navigation__menu-wrap ul.menu li.menu-item a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .mobile-navigation .wrap .mobile-navigation__menu-wrap ul.menu li.menu-item a {
    font: 600 3rem/6rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 1023px) {
  .mobile-navigation .wrap .mobile-navigation__menu-wrap, .mobile-navigation .wrap .global-address-details, .mobile-navigation .wrap .sm-icons {
    padding-left: 2rem;
  }
}
.mobile-navigation .wrap .global-address-details {
  margin-bottom: 4.7rem;
}
.mobile-navigation .wrap .global-address-details .title, .mobile-navigation .wrap .global-address-details .details {
  display: none;
}
.mobile-navigation .wrap .global-address-details .phone_email {
  display: block;
}
.mobile-navigation .wrap .global-address-details .phone_email .email_phone a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 1.3rem;
  color: #FFF;
  text-decoration: none;
  font: 400 1.4rem/3.6rem "Poppins", sans-serif;
}
.mobile-navigation .wrap .global-address-details .phone_email .email_phone a:hover {
  text-decoration: underline;
}
.mobile-navigation .wrap .global-address-details .phone_email .email_phone a .icon {
  width: 1.6rem;
  height: 1.6rem;
  fill: #FFF;
}

.mob-nav-active .mobile-navigation {
  top: 10rem;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  .mob-nav-active .mobile-navigation {
    top: 9.7rem;
  }
}

.mobile-nav-toggle {
  position: relative;
  display: flex;
  justify-content: start;
  flex: 1;
}
.mobile-nav-toggle__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  border-radius: 3rem;
  position: relative;
  color: #000;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-nav-toggle__button .strokes {
  height: 1.5rem;
  width: 2.4rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 1.4rem;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.3rem;
  width: 100%;
  margin: 0;
  border-radius: 0.5rem;
  padding: 0;
  background-color: #000;
  transition: background-color 0.5s cubic-bezier(0.86, 0, 0.07, 1), transform 0.5s ease-in-out;
}
.mobile-nav-toggle__button .strokes span:last-child {
  margin-top: auto;
}
.mobile-nav-toggle__button .menu-text {
  position: relative;
  height: 2rem;
}
.mobile-nav-toggle__button .menu-text .text {
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle__button .menu-text .text {
    display: none;
  }
}
.mobile-nav-toggle__button .menu-text .text.menu-open {
  opacity: 1;
}
.mobile-nav-toggle__button .menu-text .text.menu-closed {
  opacity: 0;
}

.mob-nav-active {
  overflow: hidden;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:first-child {
  transform: rotate(45deg);
  top: 0.6rem;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(2) {
  transform: rotate(-45deg);
  top: initial;
  bottom: 0.6rem;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

/* Entities SCSS files
---------------------------------------------------------------------------------------------------- */
article.product-summary {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  padding: 3rem 5rem 5rem 5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  article.product-summary {
    padding: 5rem 3.5rem 2.5rem 3.5rem;
  }
}
@media only screen and (max-width: 640px) {
  article.product-summary {
    padding: 2.1rem 2.7rem 5rem 2.7rem;
  }
}
article.product-summary .product-title {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  article.product-summary .product-title {
    margin-bottom: 0;
  }
}
article.product-summary p.size {
  margin-bottom: 1rem;
}
article.product-summary .short-description p {
  margin-bottom: 0.8rem;
}
article.product-summary .price-container {
  margin-bottom: 2.9rem;
}
@media only screen and (max-width: 640px) {
  article.product-summary .price-container {
    margin-bottom: 1.9rem;
  }
}
article.product-summary .price-container .price-span {
  font-size: 1.4rem;
  line-height: 3rem;
}
article.product-summary .price-container .price-label {
  font-weight: 300;
}
article.product-summary .price-container .price {
  font-weight: 500;
}
article.product-summary .buttons {
  margin-top: auto;
  position: relative;
  left: -0.9rem;
}
@media only screen and (max-width: 1023px) {
  article.product-summary .buttons {
    left: 0;
    gap: 2rem 1rem;
  }
  article.product-summary .buttons p:nth-child(1) {
    flex: 0 0 calc(100% - 6rem);
  }
  article.product-summary .buttons p:nth-child(2) {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
article.product-summary .buttons .button.black.default:hover {
  border-color: #000 !important;
}
article.product-summary .buttons .ar-button {
  height: 5rem;
  width: 5rem;
  margin-left: auto;
}
article.product-summary .buttons .ar-button svg {
  height: 100%;
  width: 100%;
  padding: 1rem;
  border: 1px solid #000;
  border-radius: 100%;
  transform: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
article.product-summary .buttons .ar-button:hover svg {
  transform: rotate(180deg);
}

.single-product-content {
  padding-top: 3rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 1023px) {
  .single-product-content {
    padding-bottom: 9rem;
  }
}
@media only screen and (max-width: 640px) {
  .single-product-content {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-product-content .product-wrap {
    padding: 0;
  }
}
.single-product-content .product-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 4rem 0;
  margin-bottom: 15.5rem;
}
@media only screen and (max-width: 1023px) {
  .single-product-content .product-header {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .single-product-content .product-header {
    margin-bottom: 5rem;
  }
}
.single-product-content .product-header__side {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1023px) {
  .single-product-content .product-header__side {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-product-content .product-header__left {
  padding: 0 8rem 0 4rem;
}
@media only screen and (max-width: 1023px) {
  .single-product-content .product-header__left {
    padding: 0;
  }
  .single-product-content .product-header__left .products-images-swiper {
    width: 64rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.single-product-content .product-header__left .product-images-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem 2rem;
  padding-top: 2rem;
}
.single-product-content .product-header__left .product-images-bottom .products-images-pagination {
  width: auto;
}
.single-product-content .product-header__left .product-images-bottom .ar-button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 1rem;
  text-decoration: none;
}
.single-product-content .product-header__left .product-images-bottom .ar-button a svg {
  height: 5rem;
  width: 5rem;
  padding: 1rem;
  border: 1px solid #000;
  border-radius: 100%;
  transform: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.single-product-content .product-header__left .product-images-bottom .ar-button a:hover svg {
  transform: rotate(180deg);
}
.single-product-content .product-header__right {
  background-color: #F4F4F4;
  padding: 6rem 12rem;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 1440px) {
  .single-product-content .product-header__right {
    padding: 4rem 8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .single-product-content .product-header__right {
    padding: 3rem 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-product-content .product-header__right {
    padding: 5.4rem 1.2rem;
    border-radius: 0;
  }
}
.single-product-content .product-header__right .product-title {
  line-height: 1rem;
}
@media only screen and (max-width: 640px) {
  .single-product-content .product-header__right .product-title {
    margin-bottom: 0;
  }
}
.single-product-content .product-header__right .product-property {
  margin-bottom: 1rem;
}
.single-product-content .product-header__right .short-description p {
  margin-bottom: 1.8rem;
}
.single-product-content .product-header__right .product-collapsibles .product-container-properties .label {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 5rem;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.single-product-content .product-header__right .product-collapsibles .product-container-properties .label .icon-collapse {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s ease-out 0s;
}
.single-product-content .product-header__right .product-collapsibles .product-container-properties .product-grid-properties {
  display: grid;
  grid-template-columns: auto repeat(1, 1fr);
  grid-gap: 0 3rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single-product-content .product-header__right .product-collapsibles .product-container-properties .product-grid-properties p {
  margin-bottom: 0;
  font-weight: 400;
}
.single-product-content .product-header__right .product-collapsibles .product-container-properties.active .label .icon-collapse {
  transform: translateY(-50%) rotate(135deg);
}
.single-product-content .product-header__right .product-header-right-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 4rem;
  grid-gap: 1rem 2rem;
}
.single-product-content .product-header__right .product-header-right-bottom p {
  margin-bottom: 0;
}
.single-product-content .product-header__right .product-header-right-bottom .price strong {
  font-weight: 500;
}
.single-product-content .product-header__right .product-header-right-bottom .button:hover {
  border: 1px solid #000;
}
.single-product-content .product-content {
  width: 75.7rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.single-product-content .product-content h1, .single-product-content .product-content h2, .single-product-content .product-content h3, .single-product-content .product-content h4, .single-product-content .product-content h5, .single-product-content .product-content h6 {
  font: 600 4rem/4rem "Author", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .single-product-content .product-content h1, .single-product-content .product-content h2, .single-product-content .product-content h3, .single-product-content .product-content h4, .single-product-content .product-content h5, .single-product-content .product-content h6 {
    font: 600 3rem/4rem "Author", sans-serif;
  }
}
.single-product-content .product-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .single-product-content .product-content {
    text-align: left;
  }
}

#archive-content #product-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  #archive-content #product-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#archive-content #product-container .separator {
  position: absolute;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  #archive-content #product-container .separator {
    display: none;
  }
}
#archive-content #product-container .separator-vertical {
  width: 1px;
  height: calc(100% - 10rem);
}
#archive-content #product-container .separator-vertical-1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#archive-content #product-container .separator-horizontal {
  height: 1px;
  width: calc(100% - 10rem);
}
#archive-content #product-container .separator-horizontal-1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#archive-content #product-container .product-summary {
  position: relative;
  padding: 6rem 8rem 12rem 8rem;
  border: none;
}
@media only screen and (max-width: 1280px) {
  #archive-content #product-container .product-summary {
    padding: 4rem 6rem 8rem 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  #archive-content #product-container .product-summary {
    padding: 3rem 4rem 6rem 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #archive-content #product-container .product-summary {
    padding: 2rem 3rem 5rem 3rem;
  }
  #archive-content #product-container .product-summary:after {
    content: "";
    height: 1px;
    width: calc(100% - 6rem);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #archive-content #product-container .product-summary:last-child {
    display: none;
  }
}

.testimonial-summary {
  height: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.testimonial-summary__inner {
  position: relative;
  height: 100%;
  background-color: #F4F4F4;
  padding: 4rem 8rem 10rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1023px) {
  .testimonial-summary__inner {
    padding: 4rem 5rem 7rem 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .testimonial-summary__inner {
    padding: 3.7rem 3rem 4rem 2rem;
  }
}
.testimonial-summary__inner .content p {
  font: 300 2rem/3.6rem "Poppins", sans-serif;
  color: #000;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1023px) {
  .testimonial-summary__inner .content p {
    font: 300 1.8rem/3.3rem "Poppins", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .testimonial-summary__inner .content p {
    font: 300 1.6rem/3rem "Poppins", sans-serif;
  }
}
.testimonial-summary__bottom p {
  margin-bottom: 0;
  text-align: left;
  color: #000;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.testimonial-summary__bottom .author {
  font: 500 1.4rem/2.2rem "Poppins", sans-serif;
}
.testimonial-summary__bottom .sub-title {
  font: 300 1.4rem/2.2rem "Poppins", sans-serif;
}

.testimonials-swiper .swiper-slide-active .testimonial-summary__inner {
  background-color: #000;
}
.testimonials-swiper .swiper-slide-active .testimonial-summary__inner .content p {
  color: #FFF;
}
.testimonials-swiper .swiper-slide-active .testimonial-summary__bottom p {
  color: #FFF;
}

.quotation-content-container .quotation-form {
  position: relative;
  padding-bottom: 14rem;
}
@media only screen and (max-width: 1023px) {
  .quotation-content-container .quotation-form {
    padding-bottom: 11rem;
  }
}
@media only screen and (max-width: 640px) {
  .quotation-content-container .quotation-form {
    padding-bottom: 7.5rem;
  }
}
.quotation-content-container .quotation-form .disclaimer P {
  text-align: center;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
}
.quotation-content-container .quotation-form:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 140rem;
  max-width: calc(100% - 4rem);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.page-content-container {
  padding: 4rem 0;
}
.page-content-container .page-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.page-content-container .page-content-wrap .content-page-toc {
  position: sticky;
  top: 27rem;
  flex: 0 0 32.1rem;
  max-width: 32.1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  height: 100%;
  padding: 0 3rem;
}
@media only screen and (max-width: 750px) {
  .page-content-container .page-content-wrap .content-page-toc {
    position: relative;
    top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-content-container .page-content-wrap .content-page-toc li {
  padding-left: 0;
  font: 300 1.4rem/6rem "Poppins", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.page-content-container .page-content-wrap .content-page-toc li:last-child {
  border-bottom: 0;
}
.page-content-container .page-content-wrap .content-page-toc li:before {
  content: none;
}
.page-content-container .page-content-wrap .content-page-toc li a {
  text-decoration: none;
}
.page-content-container .page-content-wrap .content-page-toc li a:hover {
  text-decoration: underline;
}
.page-content-container .page-content-wrap .content-page-toc li:before {
  content: "";
  height: 3rem;
  width: 2px;
  border-radius: 1rem;
  background-color: #000;
  left: -3.2rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-content-container .page-content-wrap .content-page-toc li.active:before {
  opacity: 1;
}
.page-content-container .page-content-wrap .content-page-flex-container {
  flex: 0 0 calc(100% - 32.1rem);
  max-width: calc(100% - 32.1rem);
  padding-left: 16rem;
}
@media only screen and (max-width: 1440px) {
  .page-content-container .page-content-wrap .content-page-flex-container {
    padding-left: 12rem;
  }
}
@media only screen and (max-width: 1280px) {
  .page-content-container .page-content-wrap .content-page-flex-container {
    padding-left: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .page-content-container .page-content-wrap .content-page-flex-container {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .page-content-container .page-content-wrap .content-page-flex-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.page-content-container .page-content-wrap .content-page-flex-container section {
  width: 68rem;
  max-width: 100%;
  margin-bottom: 3rem;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-page-start h1.title {
  margin-bottom: 0;
  font: 600 8rem/12rem "Author", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .page-content-container .page-content-wrap .content-page-flex-container .content-page-start h1.title {
    font: 600 6rem/8rem "Author", sans-serif;
  }
}
@media only screen and (max-width: 750px) {
  .page-content-container .page-content-wrap .content-page-flex-container .content-page-start h1.title {
    margin-bottom: 0.5rem;
    text-align: center;
    font: 600 4rem/5rem "Author", sans-serif;
  }
}
.page-content-container .page-content-wrap .content-page-flex-container .content-page-start .content p {
  font: 300 1.6rem/3.2rem "Poppins", sans-serif;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-media figure {
  border-radius: 0.4rem;
  overflow: hidden;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-text .content-page-title {
  margin-bottom: 1.2rem;
  font: 600 1.5rem/1.5rem "Poppins", sans-serif;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-text .content p, .page-content-container .page-content-wrap .content-page-flex-container .content-text .content li {
  font: 300 1.4rem/3rem "Poppins", sans-serif;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-text .content ul {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.page-content-container .page-content-wrap .content-page-flex-container .content-text .content ul li {
  padding-left: 3.2rem;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-text .content ul li:before {
  content: "•";
  background-image: none;
  top: 0;
  left: 1.8rem;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-image-image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem 4rem;
}
@media only screen and (max-width: 750px) {
  .page-content-container .page-content-wrap .content-page-flex-container .content-image-image {
    grid-gap: 2rem;
  }
}
.page-content-container .page-content-wrap .content-page-flex-container .content-image-image figure {
  border-radius: 0.4rem;
  overflow: hidden;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-quote {
  padding-left: 2rem;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 5rem;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-quote .quote {
  font: 300 3rem/4.4rem "Poppins", sans-serif;
}
@media only screen and (max-width: 1280px) {
  .page-content-container .page-content-wrap .content-page-flex-container .content-quote .quote {
    font: 300 2.4rem/3.8rem "Poppins", sans-serif;
  }
}
@media only screen and (max-width: 750px) {
  .page-content-container .page-content-wrap .content-page-flex-container .content-quote .quote {
    font: 300 1.8rem/3.2rem "Poppins", sans-serif;
  }
}
.page-content-container .page-content-wrap .content-page-flex-container .content-quote .quote-bottom p {
  margin-bottom: 0;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-quote .quote-bottom .author {
  font: 600 1.5rem/1.5rem "Poppins", sans-serif;
}
.page-content-container .page-content-wrap .content-page-flex-container .content-quote .quote-bottom .title {
  font: 300 1.4rem/3rem "Poppins", sans-serif;
}
body.page-template-page-landing .flex-simple-text-block .wrap__inner-wrap {
  max-width: 80rem;
}
body.page-template-page-landing .flex-images-slider.flex-bg-color-main-color h2, body.page-template-page-landing .flex-images-slider.flex-bg-color-main-color h3, body.page-template-page-landing .flex-images-slider.flex-bg-color-main-color h4, body.page-template-page-landing .flex-images-slider.flex-bg-color-main-color p {
  color: white;
}
body.page-template-page-landing .flex-images-slider .top-content {
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.page-template-page-landing .flex-images-slider .top-content .content-right {
  width: 100%;
}
body.page-template-page-landing .flex-images-slider .top-content .content {
  width: 100%;
}
body.page-template-page-landing .flex-ar-video .sticker {
  position: absolute;
  top: -30rem;
  left: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 0.6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  border: 2px solid #FFF;
  transform: rotate(12deg);
  z-index: 1;
}
body.page-template-page-landing .flex-ar-video .sticker.bg-white {
  border: 2px solid #000;
}
@media only screen and (max-width: 885px) {
  body.page-template-page-landing .flex-ar-video .sticker {
    width: 14rem;
    height: 14rem;
    top: auto;
    bottom: 17rem;
  }
}
body.page-template-page-landing .flex-ar-video .sticker span {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 885px) {
  body.page-template-page-landing .flex-ar-video .sticker span {
    font-size: 1.4rem;
  }
}
body.page-template-page-landing .flex-ar-video .ar-button a {
  display: flex;
  align-items: center;
  gap: 2rem;
}
body.page-template-page-landing .flex-ar-video .play-button-container {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: 18rem;
  width: 40rem;
  height: 12rem;
  padding: 1rem;
  align-items: center;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 885px) {
  body.page-template-page-landing .flex-ar-video .play-button-container {
    margin-left: 2rem;
  }
}
body.page-template-page-landing .flex-ar-video .play-button-container img {
  max-width: 10rem;
  height: 8rem;
  position: relative;
}
body.page-template-page-landing .flex-ar-video .play-button-container .play-button {
  border-radius: 0.4rem;
  background: #1D1D1D;
  padding: 0.8rem 4rem 0.8rem 0.8rem;
  color: white;
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  align-items: center;
  gap: 3rem;
  text-decoration: none;
}
body.page-template-page-landing .flex-ar-video .play-button-container .show-video span {
  display: block;
}
body.page-template-page-landing .flex-ar-video .play-button-container .show-video p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: white;
}
body.page-template-page-landing .product-intro {
  text-align: center;
}
body.page-template-page-landing .product-intro img {
  display: inline-block;
}

/* # Woocommerce SCSS files
---------------------------------------------------------------------------------------------------- */
/* General
--------------------------------------------- */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .review, .woocommerce-thankyou-order-details, .woocommerce-column, .woocommerce-MyAccount-navigation {
  margin: 0 0 2.4rem 0;
  border-radius: 3rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-left: 0.4rem solid #000;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.form-row {
  width: 100%;
  margin: 0 0 1.6rem 0;
  position: relative;
}
.form-row-last, .form-row-first {
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 640px) {
  .form-row-last, .form-row-first {
    width: 100%;
  }
}

.woocommerce-column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Archive
--------------------------------------------- */
.woocommerce-result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2.4rem 0;
}

.woocommerce-result-count {
  margin: 0;
  padding: 0;
}

ul.products {
  display: grid;
  gap: 3.2rem;
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-2 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
ul.products li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.products li:before {
  display: none;
}

.product .onsale {
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #FFF;
  font: 700 1.2rem/1 "Poppins", sans-serif;
  padding: 1rem;
}

/* Single
--------------------------------------------- */
#woocommerce-content div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 8rem;
  justify-content: space-between;
}
#woocommerce-content div.product .summary {
  width: calc(50% - 4rem);
}

#single-product-gallery {
  width: calc(50% - 4rem);
}

/* Cart
--------------------------------------------- */
.cart-button .amount {
  position: absolute;
  top: -0.5rem;
  right: 0rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #FFF;
  font: 400 1.2rem/1 "Author", sans-serif;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
  opacity: 0;
}
.cart-button.loaded .amount {
  transform: scale(1);
  opacity: 1;
}

body.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: calc(100% - 40rem);
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 32rem;
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form,
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}

.shop_table {
  border-collapse: separate;
}
.shop_table thead .product-remove .screen-reader-text,
.shop_table thead .product-thumbnail .screen-reader-text {
  display: none;
}
.shop_table td, .shop_table th {
  padding: 0.8rem 1.6rem;
}
.shop_table thead th {
  background: rgba(0, 0, 0, 0.05);
}
.shop_table tbody td, .shop_table tbody th {
  vertical-align: top;
}
.shop_table tbody tr:nth-child(even) td, .shop_table tbody tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.shop_table .cart_item td, .shop_table .cart_item th {
  vertical-align: middle;
}
.shop_table .cart_item .variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
.shop_table .cart_item .variation dt, .shop_table .cart_item .variation dd, .shop_table .cart_item .variation dd p {
  font-size: 1.2rem;
  line-height: 2;
}
.shop_table .cart_item .variation dt {
  font-weight: 700;
}
.shop_table .cart_item .product-remove {
  text-align: center;
}
.shop_table .cart_item .product-remove a {
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  line-height: 1;
}
.shop_table .cart_item .product-thumbnail {
  width: 12rem;
}
.shop_table .cart_item .product-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 12rem;
  position: relative;
}
.shop_table .cart_item .product-thumbnail a img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  max-width: auto;
}
.shop_table .cart_item .product-name a {
  text-decoration: none;
}
.shop_table .cart_item .product-name a:hover {
  text-decoration: underline;
}
.shop_table .cart_item .product-quantity .quantity {
  display: flex;
}
.shop_table .cart_item .product-quantity .quantity label {
  display: none;
}
.shop_table .actions {
  padding: 1.6rem;
}
.shop_table .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0.8rem 0;
}
.shop_table .actions .coupon label {
  margin: 0;
}
.shop_table .actions .coupon #coupon_code {
  width: 20rem;
  margin-left: auto;
  margin-right: 0.8rem;
}
.shop_table .actions .coupon button {
  background: #000;
  color: #FFF;
}
.shop_table .actions button[name=update_cart] {
  display: block;
  margin-left: auto;
  background: #000;
  color: #FFF;
}
.shop_table .product-subtotal {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .shop_table.shop_table_responsive .input-number-wrap {
    margin-left: auto;
  }
  .shop_table.shop_table_responsive thead, .shop_table.shop_table_responsive th {
    display: none;
  }
  .shop_table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
    margin: 0;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail {
    text-align: center;
    width: 100%;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail a {
    margin: 0 auto;
  }
  .shop_table.shop_table_responsive tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .shop_table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  .shop_table .actions {
    padding-top: 3.2rem;
  }
  .shop_table .actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}

.cart_totals .shop_table tr td:last-child,
.cart_totals .shop_table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
  text-align: right;
}
.cart_totals .shop_table tr td:last-child .select2,
.cart_totals .shop_table tr th:last-child .select2,
.woocommerce-checkout-review-order-table tr td:last-child .select2,
.woocommerce-checkout-review-order-table tr th:last-child .select2 {
  text-align: left;
}

ul#shipping_method li {
  text-align: right;
}
ul#shipping_method li label {
  text-align: right;
  margin-left: auto;
}
ul#shipping_method li label .amount {
  margin-left: auto;
}
ul#shipping_method li:before {
  display: none;
}
ul#shipping_method li label {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  ul#shipping_method li label {
    flex-direction: column;
  }
}

/* Checkout
--------------------------------------------- */
.woocommerce-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  margin: -2.4rem 0 2.4rem 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border-left: 0.4rem solid #000;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-checkout h3 {
  margin-bottom: 2.4rem;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 0 2.4rem 0;
}
.woocommerce-billing-fields__field-wrapper h3,
.woocommerce-shipping-fields__field-wrapper h3 {
  width: 100%;
}

.woocommerce-shipping-fields {
  margin-bottom: 4rem;
}

ul.woocommerce-error {
  padding: 2.4rem;
  background: #ffe7e7;
  border-radius: 0 3rem 0 0;
  border-color: #FF3055;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.woocommerce-error li {
  color: #FF3055;
}
ul.woocommerce-error li:before {
  background: #FF3055;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout form.woocommerce-checkout {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

#customer_details {
  width: calc(100% - 56rem);
}
@media only screen and (max-width: 1023px) {
  #customer_details {
    width: 100%;
  }
}

#checkout-order-wrap {
  width: 48rem;
}
#checkout-order-wrap .payment-icons {
  margin-top: -2.4rem;
}
@media only screen and (max-width: 1023px) {
  #checkout-order-wrap {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

button[name=woocommerce_checkout_place_order] {
  width: 100%;
  margin: 2.4rem 0 1.6rem 0 !important;
}

#payment ul li {
  padding-left: 0;
}
#payment ul li:before {
  display: none;
}

.payment_box p {
  font-size: 1.2rem;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: flex;
}
.woocommerce-terms-and-conditions-wrapper a {
  position: relative;
  z-index: 3;
}

/* Thank you
--------------------------------------------- */
.woocommerce-thankyou-order-details {
  flex-direction: column;
  align-items: flex-start;
}

ul.wc-item-meta {
  flex-direction: column;
  gap: 0;
  margin: 0;
}
ul.wc-item-meta li {
  display: flex;
  margin: 0;
  padding: 0;
  font: 400 1.2rem/2 "Poppins", sans-serif;
  gap: 0 0.4rem;
}
ul.wc-item-meta li:before {
  display: none;
}
ul.wc-item-meta li p {
  font: 400 1.2rem/2 "Poppins", sans-serif;
  margin: 0;
}

/* Account
--------------------------------------------- */
.woocommerce-MyAccount-navigation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  font: 400 1.8rem/1.25 "Author", sans-serif;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  background-image: none;
  background-position: center left 0;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-image: url("../img/custom-icons/chevron-right.svg");
}

body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 8rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 26rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 34rem);
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-account .woocommerce {
    flex-direction: column;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-MyAccount-content fieldset legend {
  font-weight: 700;
  margin: 0 0 1.6rem 0;
}
.woocommerce-MyAccount-content__field-wrapper,
.woocommerce-MyAccount-content .edit-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-MyAccount-content .clear {
  width: 100%;
}

.col2-set {
  width: 100%;
}

#customer_login h2 {
  display: none;
}
#customer_login h3 {
  margin-bottom: 2.4rem;
}

/*# sourceMappingURL=style.css.map*/