@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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: 1em 40px; }

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 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: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: "Font Regular";
  src: url(eb03e0ccc925afeb2b786e29bca3e35d.eot);
  src: url(eb03e0ccc925afeb2b786e29bca3e35d.eot?#iefix) format("embedded-opentype"), url(ca0a1f0ab47b4842aebf72823ee6caed.woff2) format("woff2"), url(5e5ff05e43e46c4233e096f88f580b9a.woff) format("woff"), url(c7480dcacdc4436e6db6e05edf260126.ttf) format("truetype"), url(e9ed2e98f584e98264e738c01b39a355.svg#CFModGrotesk-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Font Light";
  src: url(e77feaa94363d4a547e817692d5b37b7.eot);
  src: url(e77feaa94363d4a547e817692d5b37b7.eot?#iefix) format("embedded-opentype"), url(578c23449826204051b79e92ccdf1eef.woff2) format("woff2"), url(5d85c9db167481ef767c007f66512fd5.woff) format("woff"), url(a224d2cdb637179df20795fa2bbdd950.ttf) format("truetype"), url(5fe921993bc2bc7fca3f891686b43547.svg#CFModGrotesk-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:active,
*:focus {
  outline: none; }

html {
  --gray: #aaaaaa;
  --light-gray: #e7e7e7;
  --white: #ffffff;
  --light-black: #0a0a0a;
  --green:#f4efab;
  --pd-1:13.020833vw;
  --pd-2:10.416666vw;
  --pd-3:9.375vw;
  --tease-height-1:33.59375vw;
  --tease-height-2:21.354166vw;
  --tease-height-3:17.708333vw;
  --tease-height-4:44.791666vw;
  --tease-height-5:44.791666vw;
  font-size: 16px; }
  @media all and (max-width: 1440px) {
    html {
      --tease-height-4:31.25vw; } }
  @media all and (max-width: 1160px) {
    html {
      --tease-height-3:21.1206vw; } }
  @media all and (max-width: 960px) {
    html {
      font-size: 15px;
      --tease-height-1:43.229166vw;
      --tease-height-4:39.0625vw;
      --tease-height-3:25vw;
      --pd-3:100px;
      --pd-2:100px;
      --pd-1:120px; } }
  @media all and (max-width: 660px) {
    html {
      --tease-height-4:88.6363vw;
      --tease-height-1:130vw;
      --tease-height-3:62.8787vw;
      --tease-height-5:62.1212vw; } }

body {
  line-height: 20px;
  color: var(--light-black);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  background-color: #fff; }
  @media all and (max-width: 960px) {
    body {
      line-height: 19px; } }

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

h1,
.h1 {
  font-family: "Font Light";
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 4.166666vw;
  line-height: 1;
  letter-spacing: 0.416666vw;
  /*font-size: var(--pd-3);
    line-height: var(--pd-3);
    letter-spacing: 8px;
    @media all and (max-width: 1440px) {
        font-size: 60px;
        line-height: 60px;
        letter-spacing:6px;
    }
    @media all and (max-width: 1160px) {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 5px;
    }
    */ }
  @media all and (max-width: 960px) {
    h1,
    .h1 {
      font-size: 36px;
      line-height: 36px;
      letter-spacing: 3px; } }
  @media all and (max-width: 660px) {
    h1,
    .h1 {
      font-size: 28px;
      line-height: 28px; } }

h2,
.h2 {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px; }
  @media all and (max-width: 1440px) {
    h2,
    .h2 {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    h2,
    .h2 {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    h2,
    .h2 {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    h2,
    .h2 {
      font-size: 20px;
      line-height: 20px; } }

h3,
.h3 {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media all and (max-width: 960px) {
    h3,
    .h3 {
      font-size: 15px;
      line-height: 19px; } }

h4,
.h4 {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px; }
  @media all and (max-width: 960px) {
    h4,
    .h4 {
      font-size: 15px;
      line-height: 19px; } }

h5, .h5 {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px; }

code {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px; }

#content {
  min-height: 100vh; }

p {
  margin: 0 0 18px; }
  p:last-of-type {
    margin: 0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

ul {
  list-style-type: none; }

a {
  text-decoration: none;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
  color: var(--gray); }
  a:hover {
    color: var(--light-black); }
  a.black {
    color: var(--light-black); }
    a.black:hover {
      color: var(--gray); }

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

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: none; }

b, strong, .strong {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  color: var(--gray); }

.gray {
  color: var(--gray); }

.light {
  font-family: "Font Light";
  font-weight: 300;
  font-style: normal; }

.max-width {
  max-width: 1920px;
  margin: 0 auto; }

label {
  display: none; }

input,
textarea {
  width: 100%;
  border-radius: 0;
  border: 0;
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  background-color: #fff;
  padding: 3px 10px 7px;
  text-transform: none !important;
  letter-spacing: 2px; }
  @media all and (max-width: 1440px) {
    input,
    textarea {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    input,
    textarea {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    input,
    textarea {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    input,
    textarea {
      font-size: 20px;
      line-height: 20px; } }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--light-black);
    text-transform: none !important;
    letter-spacing: 2px; }
    @media all and (max-width: 1440px) {
      input::-webkit-input-placeholder,
      textarea::-webkit-input-placeholder {
        font-size: 27px;
        line-height: 27px; } }
    @media all and (max-width: 1160px) {
      input::-webkit-input-placeholder,
      textarea::-webkit-input-placeholder {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px; } }
    @media all and (max-width: 960px) {
      input::-webkit-input-placeholder,
      textarea::-webkit-input-placeholder {
        font-size: 22px;
        line-height: 22px; } }
    @media all and (max-width: 660px) {
      input::-webkit-input-placeholder,
      textarea::-webkit-input-placeholder {
        font-size: 20px;
        line-height: 20px; } }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--light-black);
    text-transform: none !important;
    letter-spacing: 2px; }
    @media all and (max-width: 1440px) {
      input::-moz-placeholder,
      textarea::-moz-placeholder {
        font-size: 27px;
        line-height: 27px; } }
    @media all and (max-width: 1160px) {
      input::-moz-placeholder,
      textarea::-moz-placeholder {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px; } }
    @media all and (max-width: 960px) {
      input::-moz-placeholder,
      textarea::-moz-placeholder {
        font-size: 22px;
        line-height: 22px; } }
    @media all and (max-width: 660px) {
      input::-moz-placeholder,
      textarea::-moz-placeholder {
        font-size: 20px;
        line-height: 20px; } }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--light-black);
    text-transform: none !important;
    letter-spacing: 2px; }
    @media all and (max-width: 1440px) {
      input:-ms-input-placeholder,
      textarea:-ms-input-placeholder {
        font-size: 27px;
        line-height: 27px; } }
    @media all and (max-width: 1160px) {
      input:-ms-input-placeholder,
      textarea:-ms-input-placeholder {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px; } }
    @media all and (max-width: 960px) {
      input:-ms-input-placeholder,
      textarea:-ms-input-placeholder {
        font-size: 22px;
        line-height: 22px; } }
    @media all and (max-width: 660px) {
      input:-ms-input-placeholder,
      textarea:-ms-input-placeholder {
        font-size: 20px;
        line-height: 20px; } }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--light-black);
    text-transform: none !important;
    letter-spacing: 2px; }
    @media all and (max-width: 1440px) {
      input:-moz-placeholder,
      textarea:-moz-placeholder {
        font-size: 27px;
        line-height: 27px; } }
    @media all and (max-width: 1160px) {
      input:-moz-placeholder,
      textarea:-moz-placeholder {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px; } }
    @media all and (max-width: 960px) {
      input:-moz-placeholder,
      textarea:-moz-placeholder {
        font-size: 22px;
        line-height: 22px; } }
    @media all and (max-width: 660px) {
      input:-moz-placeholder,
      textarea:-moz-placeholder {
        font-size: 20px;
        line-height: 20px; } }

.gfield_validation_message {
  display: none; }

.gfield--type-html {
  position: absolute;
  top: calc(100% + 10px); }
  .gfield--type-html p {
    text-align: center;
    margin: 0 auto;
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: none; }
  .gfield--type-html a {
    color: var(--light-black);
    text-decoration: underline; }
    .gfield--type-html a:hover {
      color: #fff; }

.gform_wrapper > form {
  position: relative; }

.gform_submission_error {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
  padding: 0 8.33333%;
  text-align: center; }
  @media all and (max-width: 960px) {
    .gform_submission_error {
      font-size: 15px;
      line-height: 19px; } }

.gform_footer {
  position: relative; }

.gform_ajax_spinner {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media all and (max-width: 660px) {
    .gform_ajax_spinner {
      left: calc(100% - 80px); } }

.gfield_error input::-webkit-input-placeholder,
.gfield_error textarea::-webkit-input-placeholder {
  color: red !important; }

.gfield_error input::-moz-placeholder,
.gfield_error textarea::-moz-placeholder {
  color: red !important; }

.gfield_error input:-ms-input-placeholder,
.gfield_error textarea:-ms-input-placeholder {
  color: red !important; }

.gfield_error input:-moz-placeholder,
.gfield_error textarea:-moz-placeholder {
  color: red !important; }

.gform_confirmation_message {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px; }
  @media all and (max-width: 1440px) {
    .gform_confirmation_message {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    .gform_confirmation_message {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    .gform_confirmation_message {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    .gform_confirmation_message {
      font-size: 20px;
      line-height: 20px; } }

button {
  margin: 0;
  border: 0;
  outline: none; }

input[type="submit"] {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  background-color: var(--green);
  color: var(--light-black);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  padding: 5px 30px 8px;
  width: 100%;
  text-align: center;
  transition: all 0.35s;
  border-radius: 2px;
  border: 0;
  margin: 0 0 10px;
  margin: 0; }
  @media all and (max-width: 1440px) {
    input[type="submit"] {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    input[type="submit"] {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    input[type="submit"] {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    input[type="submit"] {
      font-size: 20px;
      line-height: 20px; } }
  input[type="submit"]:hover {
    background-color: var(--light-black);
    color: var(--green); }

.ginput_container_select select {
  display: none; }

.ginput_container_select > .select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg) !important;
      -ms-transform: translateY(-50%) rotate(-180deg) !important;
          transform: translateY(-50%) rotate(-180deg) !important; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    height: 32px !important;
    border-radius: 0;
    border: 0 !important;
    background-color: var(--light-gray);
    color: var(--light-black); }
  .select2-container .select2-search {
    display: none !important; }
  .select2-container .select2-selection--single {
    position: relative;
    cursor: pointer; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      padding: 0 10px;
      color: var(--light-black);
      margin: 0 0 3px; }
      @media all and (max-width: 960px) {
        .select2-container .select2-selection--single .select2-selection__rendered {
          font-size: 15px;
          line-height: 19px; } }
    .select2-container .select2-selection--single .select2-selection__arrow {
      position: absolute;
      width: 11px;
      height: 12px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYwOTYgLTEuNDMwNTFlLTA2VjE4LjUxQzEzLjczOTYgMTUuMzYgMTYuODU5NiAxMi43OCAyMC45OTk2IDExLjI4VjE0LjA0QzE3LjAwOTYgMTUuMyAxNC4zNjk2IDE3Ljc2IDExLjYwOTYgMjFIOS4zODk2MUM2LjYyOTYxIDE3Ljc2IDMuOTU5NjEgMTUuMyAtMC4wMDAzOTA1ODkgMTQuMDRWMTEuMjhDNC4wNzk2MSAxMi43OCA3LjIyOTYxIDE1LjM2IDkuMzg5NjEgMTguNTFWLTEuNDMwNTFlLTA2SDExLjYwOTZaIiBmaWxsPSIjMEEwQTBBIi8+Cjwvc3ZnPgo=);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      top: 50% !important;
      -webkit-transform: translateY(-50%) !important;
          -ms-transform: translateY(-50%) !important;
              transform: translateY(-50%) !important;
      right: 10px !important; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none !important; }
    .select2-container .select2-selection--single .select2-selection__placeholder {
      color: #000; }
  @media all and (max-width: 1440px) {
    .select2-container .select2-selection {
      height: 32px; } }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px; }
  @media all and (max-width: 1440px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 4px; } }

.select2-container--open {
  z-index: 2; }
  .select2-container--open .select2-dropdown {
    border-radius: 0;
    border: 0; }
    .select2-container--open .select2-dropdown .select2-results {
      color: var(--light-black);
      border: 0;
      border-top: 0; }
      .select2-container--open .select2-dropdown .select2-results .select2-results__options {
        border: 1px solid var(--light-black);
        margin: 0;
        background-color: var(--light-gray); }
        .select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
          width: 3px;
          background: var(--light-black); }
        .select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
          background: var(--light-black); }
        .select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
          background: #fff; }
      .select2-container--open .select2-dropdown .select2-results .select2-results__option--selected {
        background-color: var(--light-black) !important;
        color: #fff !important;
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.3px; }
        @media all and (max-width: 960px) {
          .select2-container--open .select2-dropdown .select2-results .select2-results__option--selected {
            font-size: 15px;
            line-height: 19px; } }
      .select2-container--open .select2-dropdown .select2-results .select2-results__option--highlighted {
        background-color: var(--light-black) !important;
        color: #fff !important;
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.3px; }
        @media all and (max-width: 960px) {
          .select2-container--open .select2-dropdown .select2-results .select2-results__option--highlighted {
            font-size: 15px;
            line-height: 19px; } }
      .select2-container--open .select2-dropdown .select2-results .select2-results__option {
        padding: 0 10px;
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.3px;
        border-bottom: 1px solid #fff !important;
        background-color: var(--light-gray);
        height: 32px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        cursor: pointer; }
        @media all and (max-width: 960px) {
          .select2-container--open .select2-dropdown .select2-results .select2-results__option {
            font-size: 15px;
            line-height: 19px; } }
        .select2-container--open .select2-dropdown .select2-results .select2-results__option:first-of-type {
          border-top: 1px solid #fff; }

input[type="file"] {
  opacity: 0; }

.gfield--type-fileupload.gfield_error .ginput_container_fileupload:before {
  color: red; }

.ginput_container_fileupload {
  position: relative;
  margin: 0 0 30px;
  background-color: var(--light-gray); }
  .ginput_container_fileupload:hover {
    color: #000; }
  .ginput_container_fileupload span {
    display: none; }
  .ginput_container_fileupload .gform_fileupload_rules {
    display: block;
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: unset;
    position: absolute;
    bottom: -20px;
    left: 0; }
  .ginput_container_fileupload > input {
    padding: 0 !important;
    height: 32px !important;
    background-color: var(--light-gray);
    cursor: pointer; }
  .ginput_container_fileupload:before {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    content: "Upload your CV";
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    @media all and (max-width: 960px) {
      .ginput_container_fileupload:before {
        font-size: 15px;
        line-height: 19px; } }
  .ginput_container_fileupload:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNTE4MTggMTJMNS41MTgxOCAxLjMyOEM0LjQwMjQ3IDMuMDA4IDIuNzY4MTggNC4zODQgMC41OTk2MDkgNS4xODRMMC41OTk2MSAzLjcxMkMyLjY4OTYxIDMuMDQgNC4wNzI0NyAxLjcyOCA1LjUxODE4IDBMNi42ODEwNCAxLjAzNTA4ZS0wN0M4LjEyNjc1IDEuNzI4IDkuNTI1MzIgMy4wNCAxMS41OTk2IDMuNzEyVjUuMTg0QzkuNDYyNDcgNC4zODQgNy44MTI0NyAzLjAwOCA2LjY4MTA0IDEuMzI4TDYuNjgxMDQgMTJINS41MTgxOFoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTAuNTk5NjA5IDEwVjEzSDExLjU5OTZWMTAiIHN0cm9rZT0iIzBBMEEwQSIgc3Ryb2tlLXdpZHRoPSIxLjIiLz4KPC9zdmc+Cg==) no-repeat center;
    background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px; }
  .ginput_container_fileupload .file-name {
    display: block !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 135px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #000;
    text-decoration: underline; }

.ginput_preview {
  display: none; }

[lang="el"] .ginput_container_fileupload:before {
  content: "\395\3C0\3B9\3C3\3CD\3BD\3B1\3C8\3B7   \3B2\3B9\3BF\3B3\3C1\3B1\3C6\3B9\3BA\3BF\3CD"; }

#header {
  position: fixed;
  top: 25px;
  left: 30px;
  right: 30px;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  mix-blend-mode: difference; }
  @media all and (max-width: 960px) {
    #header {
      top: 9px;
      left: 20px;
      right: 20px;
      width: calc(100% - 40px); } }

.header-left {
  position: relative;
  z-index: 101; }
  .header-left > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-left > .flex > div {
      margin: 0 15px 0 0; }
      .header-left > .flex > div:last-of-type {
        margin: 0; }
  .header-left .with-children-item {
    cursor: pointer;
    padding: 5px 0; }
    .header-left .with-children-item.active {
      text-decoration: underline; }
  .header-left .without-children-item {
    padding: 5px 0; }
  @media all and (max-width: 960px) {
    .header-left {
      display: none; } }

.header-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 102; }
  .header-middle a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0; }
    .header-middle a > div:first-of-type {
      width: 13px;
      margin: 0px 15px -3px 0; }
  .header-middle svg {
    display: block;
    width: 100%; }
    .header-middle svg path {
      fill: var(--light-black); }
  @media all and (max-width: 960px) {
    .header-middle {
      min-width: 155px; }
      .header-middle a > div:first-of-type {
        margin: 0 10px -3px 0; } }

.header-right {
  position: relative;
  z-index: 101; }
  .header-right > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-right > .flex > div {
      margin: 0 0 0 15px; }
  @media all and (max-width: 960px) {
    .header-right {
      width: 100%; }
      .header-right > .flex {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .header-right > .flex > div {
          margin: 0; } }

.login-btn {
  cursor: pointer;
  padding: 5px 0; }
  .login-btn .my-account-link {
    display: inline-block;
    margin: 0 15px 0 0; }
  @media all and (max-width: 960px) {
    .login-btn .log-out-link,
    .login-btn .my-account-link {
      display: none; } }

.search-btn {
  cursor: pointer;
  padding: 5px 0; }
  @media all and (max-width: 960px) {
    .search-btn {
      display: none; } }

.menu-btn {
  display: none; }
  .menu-btn > span {
    display: inline-block;
    cursor: pointer;
    padding: 5px 0; }
  .menu-btn .close {
    display: none; }
  @media all and (max-width: 960px) {
    .menu-btn {
      display: block; } }

.lang-btn {
  cursor: pointer;
  padding: 5px 0; }
  @media all and (max-width: 960px) {
    .lang-btn {
      display: none; } }
  .lang-btn svg {
    width: 12px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
  .lang-btn > span {
    display: inline-block;
    line-height: 0; }
    .lang-btn > span:last-of-type {
      margin: 0 0 0 5px;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }

.lang-container {
  position: fixed;
  top: 70px;
  right: 38px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  z-index: 9999; }
  @media all and (max-width: 960px) {
    .lang-container {
      display: none; } }
  .lang-container > div {
    margin: 0 0 15px; }
  .lang-container a {
    display: block;
    background-color: var(--green);
    padding: 5px;
    text-align: center;
    color: var(--light-black); }
    .lang-container a:hover {
      background-color: var(--light-black);
      color: #fff; }

.header__desktop-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  overflow-y: auto; }
  @media all and (max-width: 960px) {
    .header__desktop-menu {
      display: none; } }
  .header__desktop-menu .upper {
    padding: 140px 30px 30px; }
    .header__desktop-menu .upper .inner-menu > .flex > div span {
      display: inline-block;
      width: 0;
      margin: 0 1.25vw 0 -0.25vw; }
    .header__desktop-menu .upper .inner-menu > .flex > div a {
      font-size: 3.645833vw;
      line-height: 1;
      letter-spacing: 0.3645833vw;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      position: relative;
      overflow: hidden;
      display: inline-block;
      color: var(--light-black); }
      .header__desktop-menu .upper .inner-menu > .flex > div a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transition: -webkit-transform 0.35s ease-out;
        transition: -webkit-transform 0.35s ease-out;
        -o-transition: transform 0.35s ease-out;
        transition: transform 0.35s ease-out;
        transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
        -webkit-transform: translateX(-101%);
            -ms-transform: translateX(-101%);
                transform: translateX(-101%);
        z-index: -1; }
      .header__desktop-menu .upper .inner-menu > .flex > div a:hover {
        color: var(--light-black); }
        .header__desktop-menu .upper .inner-menu > .flex > div a:hover:before {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
      @media all and (max-width: 960px) {
        .header__desktop-menu .upper .inner-menu > .flex > div a {
          font-family: "Font Light";
          font-weight: 300;
          font-style: normal;
          text-transform: uppercase;
          font-size: 4.166666vw;
          line-height: 1;
          letter-spacing: 0.416666vw;
          /*font-size: var(--pd-3);
    line-height: var(--pd-3);
    letter-spacing: 8px;
    @media all and (max-width: 1440px) {
        font-size: 60px;
        line-height: 60px;
        letter-spacing:6px;
    }
    @media all and (max-width: 1160px) {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 5px;
    }
    */ } }
  @media all and (max-width: 960px) and (max-width: 960px) {
    .header__desktop-menu .upper .inner-menu > .flex > div a {
      font-size: 36px;
      line-height: 36px;
      letter-spacing: 3px; } }
  @media all and (max-width: 960px) and (max-width: 660px) {
    .header__desktop-menu .upper .inner-menu > .flex > div a {
      font-size: 28px;
      line-height: 28px; } }
  .header__desktop-menu .lower {
    padding: 0 30px 30px; }
    .header__desktop-menu .lower > .flex {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__desktop-menu .lower > .flex > .left {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header__desktop-menu .lower > .flex > .left > div {
          margin: 0 15px 0 0; }
      .header__desktop-menu .lower > .flex > .right {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header__desktop-menu .lower > .flex > .right > div {
          margin: 0 15px 0 0; }
          .header__desktop-menu .lower > .flex > .right > div:last-of-type {
            margin: 0; }
      .header__desktop-menu .lower > .flex a:hover {
        color: #404040; }
  .header__desktop-menu .inner-menu {
    display: none; }

.with-children-item,
.without-children-item a,
.header-middle a,
.login-btn a,
.search-btn,
.lang-btn,
.menu-btn {
  color: var(--light-black);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: opacity 0.35s,color 0.35s;
  -o-transition: opacity 0.35s,color 0.35s;
  transition: opacity 0.35s,color 0.35s; }
  .with-children-item:hover,
  .without-children-item a:hover,
  .header-middle a:hover,
  .login-btn a:hover,
  .search-btn:hover,
  .lang-btn:hover,
  .menu-btn:hover {
    opacity: 0.4; }

.open-lang .lang-btn > span:last-of-type {
  -webkit-transform: rotate(-180deg) translateY(2px);
      -ms-transform: rotate(-180deg) translateY(2px);
          transform: rotate(-180deg) translateY(2px); }

.open-lang .lang-container {
  opacity: 1;
  pointer-events: all; }

.open-menu body {
  overflow: hidden !important; }

.open-menu .header__desktop-menu {
  opacity: 1;
  pointer-events: all; }

.open-menu .search-container {
  background-color: #fff; }

.open-menu .lang-container > div {
  background-color: #fff; }

.open-menu #header {
  mix-blend-mode: normal; }

.open-menu .with-children-item,
.open-menu .without-children-item a,
.open-menu .header-middle a,
.open-menu .login-btn a,
.open-menu .search-btn,
.open-menu .lang-btn {
  -webkit-filter: unset !important;
          filter: unset !important;
  opacity: 1 !important; }
  .open-menu .with-children-item:hover,
  .open-menu .without-children-item a:hover,
  .open-menu .header-middle a:hover,
  .open-menu .login-btn a:hover,
  .open-menu .search-btn:hover,
  .open-menu .lang-btn:hover {
    color: #404040 !important; }

.header__mobile-menu {
  position: fixed;
  z-index: 100;
  background-color: var(--green);
  padding: 50px 20px 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  .header__mobile-menu .search-mobile-menu form {
    position: relative; }
  .header__mobile-menu .search-mobile-menu button {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .header__mobile-menu .search-mobile-menu input {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    background-color: transparent;
    height: 60px;
    border: 0 !important;
    border-radius: 0 !important;
    border-top: 1px solid var(--light-black) !important;
    border-bottom: 1px solid var(--light-black) !important;
    padding: 0 0 0 40px;
    outline: none;
    color: var(--light-black); }
    @media all and (max-width: 960px) {
      .header__mobile-menu .search-mobile-menu input {
        font-size: 15px;
        line-height: 19px; } }
    .header__mobile-menu .search-mobile-menu input::-webkit-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      color: var(--light-black);
      opacity: 0.5; }
      @media all and (max-width: 960px) {
        .header__mobile-menu .search-mobile-menu input::-webkit-input-placeholder {
          font-size: 15px;
          line-height: 19px; } }
    .header__mobile-menu .search-mobile-menu input::-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      color: var(--light-black);
      opacity: 0.5; }
      @media all and (max-width: 960px) {
        .header__mobile-menu .search-mobile-menu input::-moz-placeholder {
          font-size: 15px;
          line-height: 19px; } }
    .header__mobile-menu .search-mobile-menu input:-ms-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      color: var(--light-black);
      opacity: 0.5; }
      @media all and (max-width: 960px) {
        .header__mobile-menu .search-mobile-menu input:-ms-input-placeholder {
          font-size: 15px;
          line-height: 19px; } }
    .header__mobile-menu .search-mobile-menu input:-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      color: var(--light-black);
      opacity: 0.5; }
      @media all and (max-width: 960px) {
        .header__mobile-menu .search-mobile-menu input:-moz-placeholder {
          font-size: 15px;
          line-height: 19px; } }
  .header__mobile-menu .menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 60px);
    position: relative; }
  .header__mobile-menu .upper-menu {
    margin: 0 0 20px; }
  .header__mobile-menu .parent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 17px 0;
    border-bottom: 1px solid var(--light-black); }
    .header__mobile-menu .parent:has(> a) {
      padding: 0; }
      .header__mobile-menu .parent:has(> a) a {
        padding: 17px 0;
        display: block; }
    .header__mobile-menu .parent > a {
      color: var(--light-black); }
  .header__mobile-menu .children-level-1 {
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: -20px;
    z-index: 1;
    overflow-y: auto;
    background-color: var(--green);
    padding: 0 20px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    pointer-events: none; }
    .header__mobile-menu .children-level-1 a {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid var(--light-black);
      color: var(--light-black); }
  .header__mobile-menu .active-submenu .children-level-1 {
    pointer-events: all;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .header__mobile-menu .back-btn {
    position: relative;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--light-black); }
    .header__mobile-menu .back-btn > span {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      line-height: 0; }
      .header__mobile-menu .back-btn > span svg {
        width: 13px;
        height: auto; }
  .header__mobile-menu .lower-menu {
    margin: auto 0 0; }
  .header__mobile-menu .lower-submenu > .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .header__mobile-menu .lower-submenu a {
    display: inline-block;
    color: var(--light-black);
    padding: 3px 0; }

.open-mobile-menu body {
  overflow: hidden; }

.open-mobile-menu .menu-btn .open {
  display: none; }

.open-mobile-menu .menu-btn .close {
  display: block; }

.open-mobile-menu .header__mobile-menu {
  opacity: 1;
  pointer-events: all; }
  .open-mobile-menu .header__mobile-menu:has(.active-submenu) {
    overflow: unset; }

.mobile-lang {
  margin: 0 0 20px; }
  .mobile-lang > .flex > div {
    margin: 0 10px 0 0; }

#footer .footer-newsletter {
  padding: var(--pd-3) 0; }
  #footer .footer-newsletter h2.h1 {
    padding: 0 8.33333%;
    text-align: center;
    margin: 0 0 var(--pd-3); }
    @media all and (max-width: 960px) {
      #footer .footer-newsletter h2.h1 {
        padding: 0 20px; } }
  #footer .footer-newsletter form {
    max-width: 65ch;
    margin: 0 auto; }
    @media all and (max-width: 660px) {
      #footer .footer-newsletter form {
        max-width: 100%;
        width: 100%;
        padding: 0 20px; } }
  #footer .footer-newsletter input,
  #footer .footer-newsletter textarea {
    width: 100%;
    color: var(--light-black);
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    background-color: transparent;
    height: auto;
    padding: 0; }
    @media all and (max-width: 960px) {
      #footer .footer-newsletter input,
      #footer .footer-newsletter textarea {
        font-size: 15px;
        line-height: 19px; } }
    #footer .footer-newsletter input::-webkit-input-placeholder,
    #footer .footer-newsletter textarea::-webkit-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      color: var(--gray); }
      @media all and (max-width: 960px) {
        #footer .footer-newsletter input::-webkit-input-placeholder,
        #footer .footer-newsletter textarea::-webkit-input-placeholder {
          font-size: 15px;
          line-height: 19px; } }
    #footer .footer-newsletter input::-moz-placeholder,
    #footer .footer-newsletter textarea::-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      color: var(--gray); }
      @media all and (max-width: 960px) {
        #footer .footer-newsletter input::-moz-placeholder,
        #footer .footer-newsletter textarea::-moz-placeholder {
          font-size: 15px;
          line-height: 19px; } }
    #footer .footer-newsletter input:-ms-input-placeholder,
    #footer .footer-newsletter textarea:-ms-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      color: var(--gray); }
      @media all and (max-width: 960px) {
        #footer .footer-newsletter input:-ms-input-placeholder,
        #footer .footer-newsletter textarea:-ms-input-placeholder {
          font-size: 15px;
          line-height: 19px; } }
    #footer .footer-newsletter input:-moz-placeholder,
    #footer .footer-newsletter textarea:-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      color: var(--gray); }
      @media all and (max-width: 960px) {
        #footer .footer-newsletter input:-moz-placeholder,
        #footer .footer-newsletter textarea:-moz-placeholder {
          font-size: 15px;
          line-height: 19px; } }
  #footer .footer-newsletter .gfield--type-email {
    margin: 0 0 10px; }
    #footer .footer-newsletter .gfield--type-email input {
      padding: 10px 0;
      border: 0;
      border-bottom: 1px solid var(--light-black);
      border-radius: 0; }
    #footer .footer-newsletter .gfield--type-email.gfield_error input {
      border-bottom-color: red; }
  #footer .footer-newsletter .gfield--type-html {
    position: static; }
    #footer .footer-newsletter .gfield--type-html a:hover {
      color: var(--gray); }
  #footer .footer-newsletter .gform_body {
    margin: 0 0 10px; }
  #footer .footer-newsletter .gform_footer {
    /*@media all and (max-width: 660px) {
            bottom:52px;
            right:20px;
        }*/ }
    #footer .footer-newsletter .gform_footer input[type="submit"] {
      text-transform: uppercase;
      background-color: transparent;
      color: var(--gray); }
      #footer .footer-newsletter .gform_footer input[type="submit"]:hover {
        color: var(--light-black); }
  #footer .footer-newsletter .gform_confirmation_message {
    padding: 0 30px;
    text-align: center;
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media all and (max-width: 960px) {
      #footer .footer-newsletter .gform_confirmation_message {
        font-size: 15px;
        line-height: 19px; } }

.footer-partners {
  margin: 0 0 var(--pd-3); }

.footer-menus {
  padding: 0 30px var(--pd-3); }
  .footer-menus > .flex {
    margin: 0 -10px; }
    .footer-menus > .flex > div {
      padding: 0 10px;
      width: 16.66667%; }
    .footer-menus > .flex .col-1 h3 {
      margin: 0 0 20px; }
    .footer-menus > .flex .col-1 .children-menu {
      margin: 0 0 20px; }
  @media all and (max-width: 1160px) {
    .footer-menus > .flex > div {
      width: 25%; } }
  @media all and (max-width: 960px) {
    .footer-menus {
      padding: 0 20px var(--pd-3); } }
  @media all and (max-width: 660px) {
    .footer-menus > .flex > div {
      width: 50%; } }

.footer__menu-2 {
  margin: 0 0 20px; }

.footer__contact-details {
  margin: 0 0 20px; }

.footer__socials {
  margin: 0 0 20px; }
  .footer__socials h3 {
    margin: 0 0 20px; }

.footer-lower {
  padding: 0 30px 30px; }
  .footer-lower > .flex {
    margin: 0 -10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .footer-lower > .flex > div {
      padding: 0 10px; }
  .footer-lower .col-1 {
    width: 16.6667%; }
  .footer-lower .col-3 {
    margin: 0 0 0 auto; }
  @media all and (max-width: 1160px) {
    .footer-lower .col-1 {
      width: 25%; } }
  @media all and (max-width: 960px) {
    .footer-lower {
      padding: 0 20px 20px; } }
  @media all and (max-width: 660px) {
    .footer-lower .col-1 {
      width: 50%; }
    .footer-lower .col-2 {
      width: 25%; }
    .footer-lower .col-3 {
      width: 25%;
      text-align: right; } }

.ajax-results .relevanssi-live-search-no-results {
  padding: 0 0 30px; }

.ajax-results .tease-product-search {
  width: 20%;
  padding: 0 10px; }
  .ajax-results .tease-product-search.big-tease {
    width: 40%; }
  .ajax-results .tease-product-search img {
    height: 9.895833vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .ajax-results .tease-product-search .thumbnail {
    margin: 0 0 10px; }
  .ajax-results .tease-product-search .lower .title {
    color: var(--light-black);
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
  .ajax-results .tease-product-search a:hover .lower .title {
    color: var(--gray); }

.ajax-results .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 20px;
  margin: 0 -10px 20px;
  border-bottom: 1px solid #fff; }
  .ajax-results .row:nth-of-type(even):has(.big-tease) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

@media all and (max-width: 1160px) {
  .ajax-results .row {
    margin: 0 -5px 20px; }
  .ajax-results .tease-product-search {
    width: 25%;
    padding: 0 5px; }
    .ajax-results .tease-product-search.big-tease {
      width: 25%; }
    .ajax-results .tease-product-search img {
      height: 12.413793vw; } }

.search-suggestions {
  margin: 0 0 20px; }
  .search-suggestions > div:first-of-type {
    margin: 0 0 30px; }

.relevanssi-live-search-results:has(.tease-product-search) {
  display: block !important;
  position: static !important; }

.relevanssi-live-search-results-showing {
  min-height: unset !important;
  max-height: unset !important;
  height: auto !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: initial !important;
  overflow-x: hidden !important;
  position: static !important;
  width: 100% !important; }

.search-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(170, 170, 170, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s 0.35s;
  -o-transition: opacity 0.35s 0.35s;
  transition: opacity 0.35s 0.35s;
  z-index: 9999; }
  .search-container .inner-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 41.66667%;
    background-color: var(--light-gray);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    overflow-y: auto; }
  .search-container .screen-reader-text {
    display: none; }
  .search-container .close-search {
    position: absolute;
    top: 23px;
    right: 13px;
    width: 26px;
    height: 26px;
    z-index: 2; }
    .search-container .close-search svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .search-container .submit-btn {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    background-color: var(--green);
    color: var(--light-black);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    padding: 5px 30px 8px;
    width: 100%;
    text-align: center;
    transition: all 0.35s;
    border-radius: 2px;
    border: 0;
    margin: 0 0 10px;
    background-color: var(--light-black);
    color: #fff;
    margin: auto 0 0;
    pointer-events: none;
    opacity: 0; }
    @media all and (max-width: 1440px) {
      .search-container .submit-btn {
        font-size: 27px;
        line-height: 27px; } }
    @media all and (max-width: 1160px) {
      .search-container .submit-btn {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px; } }
    @media all and (max-width: 960px) {
      .search-container .submit-btn {
        font-size: 22px;
        line-height: 22px; } }
    @media all and (max-width: 660px) {
      .search-container .submit-btn {
        font-size: 20px;
        line-height: 20px; } }
    .search-container .submit-btn:hover {
      background-color: var(--light-black);
      color: var(--green); }
    .search-container .submit-btn:hover {
      background-color: var(--green);
      color: var(--light-black); }
    .search-container .submit-btn.active {
      pointer-events: all;
      cursor: pointer;
      opacity: 1; }
  .search-container form {
    margin: 0 0 20px; }
    .search-container form input {
      width: 100%;
      border-radius: 0;
      border: 0;
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      display: block;
      background-color: #fff;
      padding: 3px 10px 7px;
      text-transform: none !important;
      letter-spacing: 2px;
      padding: 0 0 10px;
      border-bottom: 1px solid #fff;
      background-color: transparent; }
      @media all and (max-width: 1440px) {
        .search-container form input {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .search-container form input {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .search-container form input {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .search-container form input {
          font-size: 20px;
          line-height: 20px; } }
      .search-container form input::-webkit-input-placeholder {
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: var(--light-black);
        text-transform: none !important;
        letter-spacing: 2px; }
        @media all and (max-width: 1440px) {
          .search-container form input::-webkit-input-placeholder {
            font-size: 27px;
            line-height: 27px; } }
        @media all and (max-width: 1160px) {
          .search-container form input::-webkit-input-placeholder {
            font-size: 24px;
            line-height: 24px;
            letter-spacing: 2px; } }
        @media all and (max-width: 960px) {
          .search-container form input::-webkit-input-placeholder {
            font-size: 22px;
            line-height: 22px; } }
        @media all and (max-width: 660px) {
          .search-container form input::-webkit-input-placeholder {
            font-size: 20px;
            line-height: 20px; } }
      .search-container form input::-moz-placeholder {
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: var(--light-black);
        text-transform: none !important;
        letter-spacing: 2px; }
        @media all and (max-width: 1440px) {
          .search-container form input::-moz-placeholder {
            font-size: 27px;
            line-height: 27px; } }
        @media all and (max-width: 1160px) {
          .search-container form input::-moz-placeholder {
            font-size: 24px;
            line-height: 24px;
            letter-spacing: 2px; } }
        @media all and (max-width: 960px) {
          .search-container form input::-moz-placeholder {
            font-size: 22px;
            line-height: 22px; } }
        @media all and (max-width: 660px) {
          .search-container form input::-moz-placeholder {
            font-size: 20px;
            line-height: 20px; } }
      .search-container form input:-ms-input-placeholder {
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: var(--light-black);
        text-transform: none !important;
        letter-spacing: 2px; }
        @media all and (max-width: 1440px) {
          .search-container form input:-ms-input-placeholder {
            font-size: 27px;
            line-height: 27px; } }
        @media all and (max-width: 1160px) {
          .search-container form input:-ms-input-placeholder {
            font-size: 24px;
            line-height: 24px;
            letter-spacing: 2px; } }
        @media all and (max-width: 960px) {
          .search-container form input:-ms-input-placeholder {
            font-size: 22px;
            line-height: 22px; } }
        @media all and (max-width: 660px) {
          .search-container form input:-ms-input-placeholder {
            font-size: 20px;
            line-height: 20px; } }
      .search-container form input:-moz-placeholder {
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: var(--light-black);
        text-transform: none !important;
        letter-spacing: 2px; }
        @media all and (max-width: 1440px) {
          .search-container form input:-moz-placeholder {
            font-size: 27px;
            line-height: 27px; } }
        @media all and (max-width: 1160px) {
          .search-container form input:-moz-placeholder {
            font-size: 24px;
            line-height: 24px;
            letter-spacing: 2px; } }
        @media all and (max-width: 960px) {
          .search-container form input:-moz-placeholder {
            font-size: 22px;
            line-height: 22px; } }
        @media all and (max-width: 660px) {
          .search-container form input:-moz-placeholder {
            font-size: 20px;
            line-height: 20px; } }
      .search-container form input::-webkit-input-placeholder {
        color: var(--gray); }
      .search-container form input::-moz-placeholder {
        color: var(--gray); }
      .search-container form input:-ms-input-placeholder {
        color: var(--gray); }
      .search-container form input:-moz-placeholder {
        color: var(--gray); }
    .search-container form button {
      display: none; }

.open-search body {
  overflow: hidden !important; }

.open-search .search-container {
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 1;
  pointer-events: all; }
  .open-search .search-container .inner-search {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.35s 0.35s;
    transition: -webkit-transform 0.35s 0.35s;
    -o-transition: transform 0.35s 0.35s;
    transition: transform 0.35s 0.35s;
    transition: transform 0.35s 0.35s, -webkit-transform 0.35s 0.35s; }

.rlv-has-spinner {
  border-color: var(--light-black);
  border-right-color: transparent; }

.rlv-has-spinner::after {
  background-color: var(--light-black); }

.page-begin {
  padding-top: var(--pd-1); }

.show-in-view {
  opacity: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s; }
  .show-in-view.animate {
    opacity: 1; }

.pagination {
  padding: 0 30px;
  text-align: center; }
  .pagination > span {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s;
    color: var(--gray); }
    .pagination > span:hover {
      color: var(--light-black); }
  @media all and (max-width: 960px) {
    .pagination {
      padding: 0 20px; } }

.filters-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(170, 170, 170, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s 0.35s;
  -o-transition: opacity 0.35s 0.35s;
  transition: opacity 0.35s 0.35s;
  z-index: 9999; }
  .filters-container .inner-filters {
    position: absolute;
    top: 0;
    right: 0;
    width: 41.66667%;
    background-color: var(--light-gray);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    padding: 20px;
    overflow-y: auto; }
    .filters-container .inner-filters::-webkit-scrollbar {
      width: 5px;
      background: #fff; }
    .filters-container .inner-filters::-webkit-scrollbar-track {
      background: #fff; }
    .filters-container .inner-filters::-webkit-scrollbar-thumb {
      background: var(--light-black); }
    @media all and (max-width: 960px) {
      .filters-container .inner-filters {
        width: 50%; } }
    @media all and (max-width: 660px) {
      .filters-container .inner-filters {
        width: calc(100% - 20px); } }
    .filters-container .inner-filters .close-filters {
      position: absolute;
      top: 23px;
      right: 13px;
      width: 26px;
      height: 26px;
      z-index: 2;
      cursor: pointer; }
      .filters-container .inner-filters .close-filters svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      @media all and (max-width: 1440px) {
        .filters-container .inner-filters .close-filters {
          top: 22px; } }
      @media all and (max-width: 1160px) {
        .filters-container .inner-filters .close-filters {
          top: 20px; } }
      @media all and (max-width: 960px) {
        .filters-container .inner-filters .close-filters {
          top: 18px; } }
      @media all and (max-width: 660px) {
        .filters-container .inner-filters .close-filters {
          top: 17px; } }
    .filters-container .inner-filters .filters-title {
      border-bottom: 1px solid #fff;
      position: absolute;
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      padding: 0 0 10px;
      background-color: var(--light-gray);
      z-index: 1; }
    .filters-container .inner-filters label {
      border: 0 !important;
      border-radius: 2px !important;
      margin-right: 10px !important;
      line-height: 16px !important; }
    .filters-container .inner-filters .wpc-filters-widget-wrapper {
      height: calc(100vh - 40px);
      padding: 50px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media all and (max-width: 1440px) {
        .filters-container .inner-filters .wpc-filters-widget-wrapper {
          padding: 47px 0 0; } }
      @media all and (max-width: 1160px) {
        .filters-container .inner-filters .wpc-filters-widget-wrapper {
          padding: 42px 0 0; } }
      @media all and (max-width: 960px) {
        .filters-container .inner-filters .wpc-filters-widget-wrapper {
          padding: 39px 0 0; } }
      @media all and (max-width: 1160px) {
        .filters-container .inner-filters .wpc-filters-widget-wrapper {
          padding: 37px 0 0; } }
    .filters-container .inner-filters .wpc-label-item:has(label:hover) span.wpc-filter-label-wrapper {
      background-color: var(--light-black) !important;
      color: #fff !important; }
      .filters-container .inner-filters .wpc-label-item:has(label:hover) span.wpc-filter-label-wrapper a {
        color: #fff !important; }
    .filters-container .inner-filters .wpc-filter-label-wrapper {
      padding: 5px 10px !important;
      background-color: var(--gray);
      color: var(--light-black);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      font-family: "Font Regular" !important;
      font-weight: normal !important;
      font-style: normal !important;
      text-transform: uppercase !important;
      font-size: 12px !important;
      line-height: 16px !important;
      letter-spacing: 0.2px !important; }
      .filters-container .inner-filters .wpc-filter-label-wrapper .wpc-term-count {
        opacity: 1; }
      .filters-container .inner-filters .wpc-filter-label-wrapper a {
        -webkit-transition: color 0.35s !important;
        -o-transition: color 0.35s !important;
        transition: color 0.35s !important;
        color: var(--light-black) !important; }
    .filters-container .inner-filters input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
      background-color: var(--light-black) !important;
      color: #fff !important; }
      .filters-container .inner-filters input.wpc-label-input:checked + label span.wpc-filter-label-wrapper a {
        color: #fff !important; }
    .filters-container .inner-filters .wpc-filter-header {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      padding: 0 0 10px;
      cursor: pointer; }
      @media all and (max-width: 1440px) {
        .filters-container .inner-filters .wpc-filter-header {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .filters-container .inner-filters .wpc-filter-header {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .filters-container .inner-filters .wpc-filter-header {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .filters-container .inner-filters .wpc-filter-header {
          font-size: 20px;
          line-height: 20px; } }
      .filters-container .inner-filters .wpc-filter-header .wpc-filter-title {
        margin: 0; }
    .filters-container .inner-filters .wpc-filter-content {
      display: none; }
    .filters-container .inner-filters .wpc-filters-section {
      display: block;
      border-bottom: 1px solid #fff;
      margin: 0 0 10px; }
    .filters-container .inner-filters .wpc-filter-has-selected .wpc-filter-content {
      display: block; }
    .filters-container .inner-filters .wpc-filters-submit-button {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      display: block;
      background-color: var(--green);
      color: var(--light-black);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      cursor: pointer;
      padding: 5px 30px 8px;
      width: 100%;
      text-align: center;
      transition: all 0.35s;
      border-radius: 2px;
      border: 0;
      margin: 0 0 10px;
      background-color: var(--light-black);
      color: #fff; }
      @media all and (max-width: 1440px) {
        .filters-container .inner-filters .wpc-filters-submit-button {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .filters-container .inner-filters .wpc-filters-submit-button {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .filters-container .inner-filters .wpc-filters-submit-button {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .filters-container .inner-filters .wpc-filters-submit-button {
          font-size: 20px;
          line-height: 20px; } }
      .filters-container .inner-filters .wpc-filters-submit-button:hover {
        background-color: var(--light-black);
        color: var(--green); }
      .filters-container .inner-filters .wpc-filters-submit-button:hover {
        background-color: var(--green);
        color: var(--light-black); }
    .filters-container .inner-filters .wpc-filters-reset-button {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      display: block;
      background-color: var(--green);
      color: var(--light-black);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      cursor: pointer;
      padding: 5px 30px 8px;
      width: 100%;
      text-align: center;
      transition: all 0.35s;
      border-radius: 2px;
      border: 0;
      margin: 0 0 10px;
      background-color: var(--gray);
      color: var(--light-black); }
      @media all and (max-width: 1440px) {
        .filters-container .inner-filters .wpc-filters-reset-button {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .filters-container .inner-filters .wpc-filters-reset-button {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .filters-container .inner-filters .wpc-filters-reset-button {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .filters-container .inner-filters .wpc-filters-reset-button {
          font-size: 20px;
          line-height: 20px; } }
      .filters-container .inner-filters .wpc-filters-reset-button:hover {
        background-color: var(--light-black);
        color: var(--green); }
      .filters-container .inner-filters .wpc-filters-reset-button:hover {
        background-color: var(--light-black);
        color: #fff; }
    .filters-container .inner-filters .wpc-filter-layout-submit-button {
      margin: auto 0 0; }
    .filters-container .inner-filters .wpc-filters-radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-height: unset;
      overflow-y: visible;
      padding: 0; }
      .filters-container .inner-filters .wpc-filters-radio .wpc-radio-item input {
        display: none; }
      .filters-container .inner-filters .wpc-filters-radio .wpc-radio-item.wpc-term-selected label {
        background-color: var(--light-black) !important;
        color: #fff !important; }
        .filters-container .inner-filters .wpc-filters-radio .wpc-radio-item.wpc-term-selected label a {
          color: #fff !important; }
      .filters-container .inner-filters .wpc-filters-radio .wpc-radio-item label {
        background-color: var(--gray);
        color: var(--light-black) !important;
        border: 1px solid transparent;
        margin: 0;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 6px 10px !important;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        font-family: "Font Regular" !important;
        font-weight: normal !important;
        font-style: normal !important;
        text-transform: uppercase !important;
        font-size: 12px !important;
        line-height: 16px !important;
        letter-spacing: 0.2px !important; }
        .filters-container .inner-filters .wpc-filters-radio .wpc-radio-item label .wpc-term-count {
          opacity: 1; }
        .filters-container .inner-filters .wpc-filters-radio .wpc-radio-item label a {
          -webkit-transition: color 0.35s !important;
          -o-transition: color 0.35s !important;
          transition: color 0.35s !important;
          color: var(--light-black) !important; }
    .filters-container .inner-filters .wpc-radio-item:has(label:hover) label {
      background-color: var(--light-black) !important;
      color: #fff !important; }
      .filters-container .inner-filters .wpc-radio-item:has(label:hover) label a {
        color: #fff !important; }

.filters-container-2 {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(170, 170, 170, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s 0.35s;
  -o-transition: opacity 0.35s 0.35s;
  transition: opacity 0.35s 0.35s;
  z-index: 9999; }
  .filters-container-2 .inner-filters {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 41.66667%;
    background-color: var(--light-gray);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    padding: 20px;
    overflow-y: auto; }
    @media all and (max-width: 960px) {
      .filters-container-2 .inner-filters {
        width: 50%; } }
    @media all and (max-width: 660px) {
      .filters-container-2 .inner-filters {
        width: calc(100% - 20px); } }
    .filters-container-2 .inner-filters .close-filters {
      position: absolute;
      top: 23px;
      right: 13px;
      width: 26px;
      height: 26px;
      z-index: 2;
      cursor: pointer; }
      .filters-container-2 .inner-filters .close-filters svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      @media all and (max-width: 1440px) {
        .filters-container-2 .inner-filters .close-filters {
          top: 22px; } }
      @media all and (max-width: 1160px) {
        .filters-container-2 .inner-filters .close-filters {
          top: 20px; } }
      @media all and (max-width: 960px) {
        .filters-container-2 .inner-filters .close-filters {
          top: 18px; } }
      @media all and (max-width: 660px) {
        .filters-container-2 .inner-filters .close-filters {
          top: 17px; } }
    .filters-container-2 .inner-filters .filters-title {
      padding: 0 0 10px;
      border-bottom: 1px solid #fff; }
    .filters-container-2 .inner-filters .category-link a {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #fff; }

.open-filters body {
  overflow: hidden !important; }

.open-filters .filters-container,
.open-filters .filters-container-2 {
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 1;
  pointer-events: all; }
  .open-filters .filters-container .inner-filters,
  .open-filters .filters-container-2 .inner-filters {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.35s 0.35s;
    transition: -webkit-transform 0.35s 0.35s;
    -o-transition: transform 0.35s 0.35s;
    transition: transform 0.35s 0.35s;
    transition: transform 0.35s 0.35s, -webkit-transform 0.35s 0.35s; }

.pagination-spacer {
  display: inline-block;
  margin: 0 5px; }

.spacer {
  margin: 0 10px; }
  .spacer.gray {
    color: var(--gray); }
  @media all and (max-width: 960px) {
    .spacer {
      margin: 0 5px; } }

.single-title {
  text-align: center;
  padding: 0 8.33333%;
  margin: 0 0 30px; }
  @media all and (max-width: 660px) {
    .single-title {
      padding: 0 20px; } }

.single-slider {
  margin: 0 0 30px; }

.single-big-text {
  padding: 0 25%;
  text-align: center;
  margin: 0 0 30px; }
  @media all and (max-width: 1440px) {
    .single-big-text {
      padding: 0 16.66667%; } }
  @media all and (max-width: 960px) {
    .single-big-text {
      padding: 0 8.33333%; } }
  @media all and (max-width: 660px) {
    .single-big-text {
      padding: 0 20px; } }

.single-texts {
  padding: 0 25% 0 50%;
  margin: 0 0 30px; }
  @media all and (max-width: 1440px) {
    .single-texts {
      padding: 0 8.33333% 0 50%; } }
  @media all and (max-width: 1160px) {
    .single-texts {
      padding: 0 8.33333% 0 41.66667%; } }
  @media all and (max-width: 960px) {
    .single-texts {
      padding: 0 8.33333% 0 33.33333%; } }
  @media all and (max-width: 660px) {
    .single-texts {
      padding: 0 20px; } }
  .single-texts .single-content h3 {
    margin: 18px 0;
    color: var(--gray); }
  .single-texts .single-content p {
    max-width: 65ch; }

.archive-tools {
  margin: 0 0 20px;
  padding: 0 30px; }
  @media all and (max-width: 960px) {
    .archive-tools {
      padding: 0 20px; } }
  .archive-tools > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .archive-tools > .flex .block-breadcrumbs {
      padding: 0;
      margin: 0; }
    .archive-tools > .flex > .col-2 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .archive-tools > .flex > .col-2 .spacer {
        margin: 0 5px; }
  .archive-tools .filters-btn {
    cursor: pointer;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
    .archive-tools .filters-btn:hover {
      color: var(--gray); }
  @media all and (max-width: 1160px) {
    .archive-tools > .flex > .col-2 {
      top: unset;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: calc(100% + 20px); } }
  @media all and (max-width: 660px) {
    .archive-tools {
      margin: 0 0 62px; }
      .archive-tools > .flex > .col-1 {
        width: 100%;
        margin: 0 0 10px; }
      .archive-tools > .flex > .col-2 {
        bottom: unset;
        top: calc(100% + 20px); } }

.small-btn {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.35s, color 0.35s;
  -o-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  border-radius: 2px;
  display: block;
  text-align: center; }
  .small-btn.black {
    background-color: var(--light-black);
    color: var(--green); }
  .small-btn.white {
    background-color: #fff;
    color: var(--light-black); }
  .small-btn.green {
    background-color: var(--green);
    color: var(--light-black); }
  .small-btn:hover.black {
    background-color: var(--green);
    color: var(--light-black); }
  .small-btn:hover.white {
    background-color: var(--light-black);
    color: #fff; }
  .small-btn:hover.green {
    background-color: var(--light-black);
    color: var(--green); }

.no-results {
  padding: 0 30px; }
  @media all and (max-width: 960px) {
    .no-results {
      padding: 0 20px; } }

.newsletter-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(170, 170, 170, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 50%;
  z-index: 100;
  width: 400px;
  height: 400px;
  display: none; }
  @media all and (max-height: 400px) and (min-width: 961px) {
    .newsletter-popup {
      width: 300px;
      height: 300px; } }
  @media all and (min-width: 661px) and (max-width: 960px) and (max-height: 600px) {
    .newsletter-popup {
      width: 300px;
      height: 300px; } }
  @media all and (max-width: 660px) {
    .newsletter-popup {
      width: 90vw;
      height: 90vw; } }
  .newsletter-popup .popup-close-btn {
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
  .newsletter-popup .popup-texts {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding: 0 20px;
    text-align: center; }
    .newsletter-popup .popup-texts > div.h3 {
      text-transform: none;
      margin: 20px 0; }
    .newsletter-popup .popup-texts .popup-logo svg {
      width: 30px; }
    .newsletter-popup .popup-texts .popup-sub-btn {
      color: #000;
      background-color: #fff;
      background-color: #fff;
      padding: 7px 30px;
      border-radius: 2px;
      display: inline-block;
      cursor: pointer;
      -webkit-transition: background-color 0.35s, color 0.35s;
      -o-transition: background-color 0.35s, color 0.35s;
      transition: background-color 0.35s, color 0.35s;
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px; }
      .newsletter-popup .popup-texts .popup-sub-btn:hover {
        background-color: #000;
        color: #fff; }

.tags > .flex {
  margin: 0 -5px; }
  .tags > .flex > div {
    padding: 0 5px;
    margin: 0 0 10px; }

.tags .tag {
  padding: 7px 10px;
  border-radius: 2px;
  display: block;
  background-color: #fff;
  color: var(--light-black);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .tags .tag:first-of-type {
    margin-left: 0; }
  .tags .tag:hover {
    background-color: var(--light-black);
    color: #fff; }
  .tags .tag.green {
    background-color: var(--green); }
    .tags .tag.green:hover {
      background-color: var(--light-black); }

@media all and (max-width: 960px) {
  .tags .tag {
    padding: 5px 8px; }
    .tags .tag a {
      font-size: 10px;
      line-height: 14px; } }

.block-title-big-text > div {
  position: relative; }

.block-title-big-text h2.h3 {
  position: absolute;
  top: 10px;
  left: 0; }

@media all and (max-width: 1440px) {
  .block-title-big-text h2.h3 {
    top: 8px; } }

@media all and (max-width: 1160px) {
  .block-title-big-text h2.h3 {
    top: 5px; } }

@media all and (max-width: 660px) {
  .block-title-big-text h2.h3 {
    position: static;
    margin: 0 0 10px; }
  .block-title-big-text .big-text {
    text-indent: unset !important; } }

.block-image-text .left {
  width: 50%; }
  .block-image-text .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.block-image-text .right {
  width: 50%; }
  .block-image-text .right > div {
    padding: 20px 30px 20px 20px; }
  .block-image-text .right .block-title-big-text {
    margin: 0 0 20px; }
  .block-image-text .right .text {
    padding: 0 0 0 50%; }
    .block-image-text .right .text p {
      max-width: 65ch;
      margin: 0 0 18px auto; }
      .block-image-text .right .text p:last-of-type {
        margin: 0 0 0 auto; }

@media all and (max-width: 1440px) {
  .block-image-text .right .text {
    padding: 0 0 0 33.33333%; } }

@media all and (max-width: 1160px) {
  .block-image-text .right .text {
    padding: 0 0 0 25%; } }

@media all and (max-width: 960px) {
  .block-image-text .left {
    width: 100%; }
    .block-image-text .left img {
      height: auto; }
  .block-image-text .right {
    width: 100%; }
    .block-image-text .right > div {
      padding: 20px; }
    .block-image-text .right .text {
      padding: 0 0 0 50%; } }

@media all and (max-width: 660px) {
  .block-image-text .right .text {
    padding: 0; } }

.block-slider-with-text-slide {
  background-color: var(--light-gray); }
  .block-slider-with-text-slide .swiper {
    padding: 0 30px var(--pd-2); }
  .block-slider-with-text-slide .swiper-wrapper {
    z-index: 2;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2OSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0LjA1MjUgMEM2Ni43NTY1IDAgNjguNzcyNSAxLjQ4OCA2OC43NzI1IDMuNzI4SDY3LjM2NDVDNjcuMzY0NSAyLjIwOCA2NS45NDA1IDEuMjQ4IDY0LjAzNjUgMS4yNDhDNjEuNjM2NSAxLjI0OCA2MC4xMTY1IDIuOTc2IDYwLjExNjUgNS43OTJDNjAuMTE2NSA4LjY0IDYxLjYzNjUgMTAuMjcyIDY0LjA4NDUgMTAuMjcyQzY2LjIyODUgMTAuMjcyIDY3LjUwODUgOS4wMDggNjcuNTg4NSA2LjhDNjcuNTg4NSA2Ljc2OCA2Ny41ODg1IDYuNzUyIDY3LjU4ODUgNi43Mkg2NC4xNjQ1VjUuNTY4SDY4LjkzMjVWMTEuMzQ0SDY3LjYyMDVWOS4zOTJDNjYuOTQ4NSAxMC43NTIgNjUuNzAwNSAxMS40ODggNjMuOTQwNSAxMS40ODhDNjAuNzcyNSAxMS40ODggNTguNjQ0NSA5LjI2NCA1OC42NDQ1IDUuODI0QzU4LjY0NDUgMi4zMzYgNjAuODM2NSAwIDY0LjA1MjUgMFoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTUzLjUwNzggNy4wMjQ1M0w1MS40NTk4IDEuNTg0NTNMNDkuNDI3OCA3LjAyNDUzSDUzLjUwNzhaTTQ2LjMzOTggMTEuMzQ0NUw1MC42NDM4IDAuMTQ0NTMxSDUyLjMyMzhMNTYuNjU5OCAxMS4zNDQ1SDU1LjEwNzhMNTMuOTM5OCA4LjIyNDUzSDQ4Ljk5NThMNDcuODI3OCAxMS4zNDQ1SDQ2LjMzOThaIiBmaWxsPSIjMEEwQTBBIi8+CjxwYXRoIGQ9Ik00MC4zMTU1IDEuMzQ0NTNIMzYuNDU5NVY1LjM5MjUzSDM5LjgwMzVDNDEuNDM1NSA1LjM5MjUzIDQyLjM0NzUgNC44NjQ1MyA0Mi4zNDc1IDMuMzI4NTNDNDIuMzQ3NSAyLjExMjUzIDQxLjU0NzUgMS4zNDQ1MyA0MC4zMTU1IDEuMzQ0NTNaTTM1LjAxOTUgMTEuMzQ0NVYwLjE0NDUzMUg0MC40MTE1QzQyLjQyNzUgMC4xNDQ1MzEgNDMuODAzNSAxLjIxNjUzIDQzLjgwMzUgMy4yMDA1M0M0My44MDM1IDQuNzg0NTMgNDIuOTU1NSA1LjY2NDUzIDQxLjc3MTUgNS45Njg1M0M0Mi45Mzk1IDYuMTYwNTMgNDMuNjI3NSA2LjkyODUzIDQzLjYyNzUgOC4zMjA1M1Y5LjU2ODUzQzQzLjYyNzUgMTAuMjU2NSA0My42OTE1IDEwLjg2NDUgNDMuOTMxNSAxMS4zNDQ1SDQyLjQ1OTVDNDIuMjk5NSAxMC45OTI1IDQyLjIxOTUgMTAuNDk2NSA0Mi4yMTk1IDkuNzkyNTNWOC40NDg1M0M0Mi4yMTk1IDcuMjQ4NTMgNDEuNjU5NSA2LjYwODUzIDQwLjA3NTUgNi42MDg1M0gzNi40NTk1VjExLjM0NDVIMzUuMDE5NVoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTIzLjY3MDUgMS40MDg1M1YxMC4wODA1SDI2LjEzNDVDMjguOTk4NSAxMC4wODA1IDMwLjA3MDUgOC4zODQ1MyAzMC4wNzA1IDUuNjgwNTNDMzAuMDcwNSAyLjkyODUzIDI4Ljc1ODUgMS40MDg1MyAyNi4xODI1IDEuNDA4NTNIMjMuNjcwNVpNMjIuMjMwNSAwLjE0NDUzMUgyNi4yNjI1QzI5LjY4NjUgMC4xNDQ1MzEgMzEuNTQyNSAyLjE2MDUzIDMxLjU0MjUgNS42MTY1M0MzMS41NDI1IDkuMDcyNTMgMjkuOTEwNSAxMS4zNDQ1IDI2LjMyNjUgMTEuMzQ0NUgyMi4yMzA1VjAuMTQ0NTMxWiIgZmlsbD0iIzBBMEEwQSIvPgo8cGF0aCBkPSJNMCA1Ljg0Mzc1QzAgMi44MDYxOCAyLjQ2MjQzIDAuMzQzNzUgNS41IDAuMzQzNzVWMC4zNDM3NUM4LjUzNzU3IDAuMzQzNzUgMTEgMi44MDYxOCAxMSA1Ljg0Mzc1VjUuODQzNzVDMTEgOC44ODEzMiA4LjUzNzU3IDExLjM0MzggNS41IDExLjM0MzhWMTEuMzQzOEMyLjQ2MjQzIDExLjM0MzggMCA4Ljg4MTMyIDAgNS44NDM3NVY1Ljg0Mzc1WiIgZmlsbD0iI2Y0ZWZhYiIvPgo8L3N2Zz4K), -webkit-grab;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2OSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0LjA1MjUgMEM2Ni43NTY1IDAgNjguNzcyNSAxLjQ4OCA2OC43NzI1IDMuNzI4SDY3LjM2NDVDNjcuMzY0NSAyLjIwOCA2NS45NDA1IDEuMjQ4IDY0LjAzNjUgMS4yNDhDNjEuNjM2NSAxLjI0OCA2MC4xMTY1IDIuOTc2IDYwLjExNjUgNS43OTJDNjAuMTE2NSA4LjY0IDYxLjYzNjUgMTAuMjcyIDY0LjA4NDUgMTAuMjcyQzY2LjIyODUgMTAuMjcyIDY3LjUwODUgOS4wMDggNjcuNTg4NSA2LjhDNjcuNTg4NSA2Ljc2OCA2Ny41ODg1IDYuNzUyIDY3LjU4ODUgNi43Mkg2NC4xNjQ1VjUuNTY4SDY4LjkzMjVWMTEuMzQ0SDY3LjYyMDVWOS4zOTJDNjYuOTQ4NSAxMC43NTIgNjUuNzAwNSAxMS40ODggNjMuOTQwNSAxMS40ODhDNjAuNzcyNSAxMS40ODggNTguNjQ0NSA5LjI2NCA1OC42NDQ1IDUuODI0QzU4LjY0NDUgMi4zMzYgNjAuODM2NSAwIDY0LjA1MjUgMFoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTUzLjUwNzggNy4wMjQ1M0w1MS40NTk4IDEuNTg0NTNMNDkuNDI3OCA3LjAyNDUzSDUzLjUwNzhaTTQ2LjMzOTggMTEuMzQ0NUw1MC42NDM4IDAuMTQ0NTMxSDUyLjMyMzhMNTYuNjU5OCAxMS4zNDQ1SDU1LjEwNzhMNTMuOTM5OCA4LjIyNDUzSDQ4Ljk5NThMNDcuODI3OCAxMS4zNDQ1SDQ2LjMzOThaIiBmaWxsPSIjMEEwQTBBIi8+CjxwYXRoIGQ9Ik00MC4zMTU1IDEuMzQ0NTNIMzYuNDU5NVY1LjM5MjUzSDM5LjgwMzVDNDEuNDM1NSA1LjM5MjUzIDQyLjM0NzUgNC44NjQ1MyA0Mi4zNDc1IDMuMzI4NTNDNDIuMzQ3NSAyLjExMjUzIDQxLjU0NzUgMS4zNDQ1MyA0MC4zMTU1IDEuMzQ0NTNaTTM1LjAxOTUgMTEuMzQ0NVYwLjE0NDUzMUg0MC40MTE1QzQyLjQyNzUgMC4xNDQ1MzEgNDMuODAzNSAxLjIxNjUzIDQzLjgwMzUgMy4yMDA1M0M0My44MDM1IDQuNzg0NTMgNDIuOTU1NSA1LjY2NDUzIDQxLjc3MTUgNS45Njg1M0M0Mi45Mzk1IDYuMTYwNTMgNDMuNjI3NSA2LjkyODUzIDQzLjYyNzUgOC4zMjA1M1Y5LjU2ODUzQzQzLjYyNzUgMTAuMjU2NSA0My42OTE1IDEwLjg2NDUgNDMuOTMxNSAxMS4zNDQ1SDQyLjQ1OTVDNDIuMjk5NSAxMC45OTI1IDQyLjIxOTUgMTAuNDk2NSA0Mi4yMTk1IDkuNzkyNTNWOC40NDg1M0M0Mi4yMTk1IDcuMjQ4NTMgNDEuNjU5NSA2LjYwODUzIDQwLjA3NTUgNi42MDg1M0gzNi40NTk1VjExLjM0NDVIMzUuMDE5NVoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTIzLjY3MDUgMS40MDg1M1YxMC4wODA1SDI2LjEzNDVDMjguOTk4NSAxMC4wODA1IDMwLjA3MDUgOC4zODQ1MyAzMC4wNzA1IDUuNjgwNTNDMzAuMDcwNSAyLjkyODUzIDI4Ljc1ODUgMS40MDg1MyAyNi4xODI1IDEuNDA4NTNIMjMuNjcwNVpNMjIuMjMwNSAwLjE0NDUzMUgyNi4yNjI1QzI5LjY4NjUgMC4xNDQ1MzEgMzEuNTQyNSAyLjE2MDUzIDMxLjU0MjUgNS42MTY1M0MzMS41NDI1IDkuMDcyNTMgMjkuOTEwNSAxMS4zNDQ1IDI2LjMyNjUgMTEuMzQ0NUgyMi4yMzA1VjAuMTQ0NTMxWiIgZmlsbD0iIzBBMEEwQSIvPgo8cGF0aCBkPSJNMCA1Ljg0Mzc1QzAgMi44MDYxOCAyLjQ2MjQzIDAuMzQzNzUgNS41IDAuMzQzNzVWMC4zNDM3NUM4LjUzNzU3IDAuMzQzNzUgMTEgMi44MDYxOCAxMSA1Ljg0Mzc1VjUuODQzNzVDMTEgOC44ODEzMiA4LjUzNzU3IDExLjM0MzggNS41IDExLjM0MzhWMTEuMzQzOEMyLjQ2MjQzIDExLjM0MzggMCA4Ljg4MTMyIDAgNS44NDM3NVY1Ljg0Mzc1WiIgZmlsbD0iI2Y0ZWZhYiIvPgo8L3N2Zz4K), grab; }
  .block-slider-with-text-slide .swiper-slide {
    width: 33.33333vw;
    padding: 0 8.33333% 0 0;
    z-index: 1; }
    .block-slider-with-text-slide .swiper-slide > div {
      width: 100%; }
    .block-slider-with-text-slide .swiper-slide:last-child {
      width: 25vw;
      padding: 0; }
      .block-slider-with-text-slide .swiper-slide:last-child > .tease--solution {
        width: auto; }
  .block-slider-with-text-slide .swiper-slide:first-of-type {
    width: 25vw;
    padding: 0 8.33333% 0 0;
    height: auto; }
  .block-slider-with-text-slide .mobile-text {
    display: none; }
  @media all and (max-width: 1440px) {
    .block-slider-with-text-slide .swiper-slide {
      width: 30vw; }
      .block-slider-with-text-slide .swiper-slide:last-child {
        width: 22.083333vw; }
      .block-slider-with-text-slide .swiper-slide .tease--solution .upper .main-thumb,
      .block-slider-with-text-slide .swiper-slide .tease--solution .upper .second-thumb {
        height: var(--tease-height-4); } }
  @media all and (max-width: 1160px) {
    .block-slider-with-text-slide .swiper-slide:first-of-type {
      padding: 0 30px 0 0; } }
  @media all and (max-width: 960px) {
    .block-slider-with-text-slide .swiper {
      padding: 0 20px var(--pd-2); }
    .block-slider-with-text-slide .swiper-slide:first-of-type {
      padding: 0;
      width: calc(33.33333vw - 40px); }
    .block-slider-with-text-slide .swiper-slide {
      width: calc(33.33333vw - 40px);
      padding: 0; }
      .block-slider-with-text-slide .swiper-slide:last-child {
        width: calc(33.33333vw - 40px); } }
  @media all and (max-width: 660px) {
    .block-slider-with-text-slide .swiper {
      padding: 0 20px 20px; }
    .block-slider-with-text-slide .swiper-slide:first-of-type {
      display: none; }
    .block-slider-with-text-slide .swiper-slide {
      width: 66.66667vw;
      padding: 0; }
      .block-slider-with-text-slide .swiper-slide:last-child {
        width: 66.66667vw; }
    .block-slider-with-text-slide .mobile-text {
      display: block;
      padding: 0 20px var(--pd-2); } }

.block-slider-big-spaces > .swiper {
  padding: 0 30px; }
  .block-slider-big-spaces > .swiper > .swiper-wrapper {
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2OSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0LjA1MjUgMEM2Ni43NTY1IDAgNjguNzcyNSAxLjQ4OCA2OC43NzI1IDMuNzI4SDY3LjM2NDVDNjcuMzY0NSAyLjIwOCA2NS45NDA1IDEuMjQ4IDY0LjAzNjUgMS4yNDhDNjEuNjM2NSAxLjI0OCA2MC4xMTY1IDIuOTc2IDYwLjExNjUgNS43OTJDNjAuMTE2NSA4LjY0IDYxLjYzNjUgMTAuMjcyIDY0LjA4NDUgMTAuMjcyQzY2LjIyODUgMTAuMjcyIDY3LjUwODUgOS4wMDggNjcuNTg4NSA2LjhDNjcuNTg4NSA2Ljc2OCA2Ny41ODg1IDYuNzUyIDY3LjU4ODUgNi43Mkg2NC4xNjQ1VjUuNTY4SDY4LjkzMjVWMTEuMzQ0SDY3LjYyMDVWOS4zOTJDNjYuOTQ4NSAxMC43NTIgNjUuNzAwNSAxMS40ODggNjMuOTQwNSAxMS40ODhDNjAuNzcyNSAxMS40ODggNTguNjQ0NSA5LjI2NCA1OC42NDQ1IDUuODI0QzU4LjY0NDUgMi4zMzYgNjAuODM2NSAwIDY0LjA1MjUgMFoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTUzLjUwNzggNy4wMjQ1M0w1MS40NTk4IDEuNTg0NTNMNDkuNDI3OCA3LjAyNDUzSDUzLjUwNzhaTTQ2LjMzOTggMTEuMzQ0NUw1MC42NDM4IDAuMTQ0NTMxSDUyLjMyMzhMNTYuNjU5OCAxMS4zNDQ1SDU1LjEwNzhMNTMuOTM5OCA4LjIyNDUzSDQ4Ljk5NThMNDcuODI3OCAxMS4zNDQ1SDQ2LjMzOThaIiBmaWxsPSIjMEEwQTBBIi8+CjxwYXRoIGQ9Ik00MC4zMTU1IDEuMzQ0NTNIMzYuNDU5NVY1LjM5MjUzSDM5LjgwMzVDNDEuNDM1NSA1LjM5MjUzIDQyLjM0NzUgNC44NjQ1MyA0Mi4zNDc1IDMuMzI4NTNDNDIuMzQ3NSAyLjExMjUzIDQxLjU0NzUgMS4zNDQ1MyA0MC4zMTU1IDEuMzQ0NTNaTTM1LjAxOTUgMTEuMzQ0NVYwLjE0NDUzMUg0MC40MTE1QzQyLjQyNzUgMC4xNDQ1MzEgNDMuODAzNSAxLjIxNjUzIDQzLjgwMzUgMy4yMDA1M0M0My44MDM1IDQuNzg0NTMgNDIuOTU1NSA1LjY2NDUzIDQxLjc3MTUgNS45Njg1M0M0Mi45Mzk1IDYuMTYwNTMgNDMuNjI3NSA2LjkyODUzIDQzLjYyNzUgOC4zMjA1M1Y5LjU2ODUzQzQzLjYyNzUgMTAuMjU2NSA0My42OTE1IDEwLjg2NDUgNDMuOTMxNSAxMS4zNDQ1SDQyLjQ1OTVDNDIuMjk5NSAxMC45OTI1IDQyLjIxOTUgMTAuNDk2NSA0Mi4yMTk1IDkuNzkyNTNWOC40NDg1M0M0Mi4yMTk1IDcuMjQ4NTMgNDEuNjU5NSA2LjYwODUzIDQwLjA3NTUgNi42MDg1M0gzNi40NTk1VjExLjM0NDVIMzUuMDE5NVoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTIzLjY3MDUgMS40MDg1M1YxMC4wODA1SDI2LjEzNDVDMjguOTk4NSAxMC4wODA1IDMwLjA3MDUgOC4zODQ1MyAzMC4wNzA1IDUuNjgwNTNDMzAuMDcwNSAyLjkyODUzIDI4Ljc1ODUgMS40MDg1MyAyNi4xODI1IDEuNDA4NTNIMjMuNjcwNVpNMjIuMjMwNSAwLjE0NDUzMUgyNi4yNjI1QzI5LjY4NjUgMC4xNDQ1MzEgMzEuNTQyNSAyLjE2MDUzIDMxLjU0MjUgNS42MTY1M0MzMS41NDI1IDkuMDcyNTMgMjkuOTEwNSAxMS4zNDQ1IDI2LjMyNjUgMTEuMzQ0NUgyMi4yMzA1VjAuMTQ0NTMxWiIgZmlsbD0iIzBBMEEwQSIvPgo8cGF0aCBkPSJNMCA1Ljg0Mzc1QzAgMi44MDYxOCAyLjQ2MjQzIDAuMzQzNzUgNS41IDAuMzQzNzVWMC4zNDM3NUM4LjUzNzU3IDAuMzQzNzUgMTEgMi44MDYxOCAxMSA1Ljg0Mzc1VjUuODQzNzVDMTEgOC44ODEzMiA4LjUzNzU3IDExLjM0MzggNS41IDExLjM0MzhWMTEuMzQzOEMyLjQ2MjQzIDExLjM0MzggMCA4Ljg4MTMyIDAgNS44NDM3NVY1Ljg0Mzc1WiIgZmlsbD0iI2Y0ZWZhYiIvPgo8L3N2Zz4K), -webkit-grab;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2OSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0LjA1MjUgMEM2Ni43NTY1IDAgNjguNzcyNSAxLjQ4OCA2OC43NzI1IDMuNzI4SDY3LjM2NDVDNjcuMzY0NSAyLjIwOCA2NS45NDA1IDEuMjQ4IDY0LjAzNjUgMS4yNDhDNjEuNjM2NSAxLjI0OCA2MC4xMTY1IDIuOTc2IDYwLjExNjUgNS43OTJDNjAuMTE2NSA4LjY0IDYxLjYzNjUgMTAuMjcyIDY0LjA4NDUgMTAuMjcyQzY2LjIyODUgMTAuMjcyIDY3LjUwODUgOS4wMDggNjcuNTg4NSA2LjhDNjcuNTg4NSA2Ljc2OCA2Ny41ODg1IDYuNzUyIDY3LjU4ODUgNi43Mkg2NC4xNjQ1VjUuNTY4SDY4LjkzMjVWMTEuMzQ0SDY3LjYyMDVWOS4zOTJDNjYuOTQ4NSAxMC43NTIgNjUuNzAwNSAxMS40ODggNjMuOTQwNSAxMS40ODhDNjAuNzcyNSAxMS40ODggNTguNjQ0NSA5LjI2NCA1OC42NDQ1IDUuODI0QzU4LjY0NDUgMi4zMzYgNjAuODM2NSAwIDY0LjA1MjUgMFoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTUzLjUwNzggNy4wMjQ1M0w1MS40NTk4IDEuNTg0NTNMNDkuNDI3OCA3LjAyNDUzSDUzLjUwNzhaTTQ2LjMzOTggMTEuMzQ0NUw1MC42NDM4IDAuMTQ0NTMxSDUyLjMyMzhMNTYuNjU5OCAxMS4zNDQ1SDU1LjEwNzhMNTMuOTM5OCA4LjIyNDUzSDQ4Ljk5NThMNDcuODI3OCAxMS4zNDQ1SDQ2LjMzOThaIiBmaWxsPSIjMEEwQTBBIi8+CjxwYXRoIGQ9Ik00MC4zMTU1IDEuMzQ0NTNIMzYuNDU5NVY1LjM5MjUzSDM5LjgwMzVDNDEuNDM1NSA1LjM5MjUzIDQyLjM0NzUgNC44NjQ1MyA0Mi4zNDc1IDMuMzI4NTNDNDIuMzQ3NSAyLjExMjUzIDQxLjU0NzUgMS4zNDQ1MyA0MC4zMTU1IDEuMzQ0NTNaTTM1LjAxOTUgMTEuMzQ0NVYwLjE0NDUzMUg0MC40MTE1QzQyLjQyNzUgMC4xNDQ1MzEgNDMuODAzNSAxLjIxNjUzIDQzLjgwMzUgMy4yMDA1M0M0My44MDM1IDQuNzg0NTMgNDIuOTU1NSA1LjY2NDUzIDQxLjc3MTUgNS45Njg1M0M0Mi45Mzk1IDYuMTYwNTMgNDMuNjI3NSA2LjkyODUzIDQzLjYyNzUgOC4zMjA1M1Y5LjU2ODUzQzQzLjYyNzUgMTAuMjU2NSA0My42OTE1IDEwLjg2NDUgNDMuOTMxNSAxMS4zNDQ1SDQyLjQ1OTVDNDIuMjk5NSAxMC45OTI1IDQyLjIxOTUgMTAuNDk2NSA0Mi4yMTk1IDkuNzkyNTNWOC40NDg1M0M0Mi4yMTk1IDcuMjQ4NTMgNDEuNjU5NSA2LjYwODUzIDQwLjA3NTUgNi42MDg1M0gzNi40NTk1VjExLjM0NDVIMzUuMDE5NVoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTIzLjY3MDUgMS40MDg1M1YxMC4wODA1SDI2LjEzNDVDMjguOTk4NSAxMC4wODA1IDMwLjA3MDUgOC4zODQ1MyAzMC4wNzA1IDUuNjgwNTNDMzAuMDcwNSAyLjkyODUzIDI4Ljc1ODUgMS40MDg1MyAyNi4xODI1IDEuNDA4NTNIMjMuNjcwNVpNMjIuMjMwNSAwLjE0NDUzMUgyNi4yNjI1QzI5LjY4NjUgMC4xNDQ1MzEgMzEuNTQyNSAyLjE2MDUzIDMxLjU0MjUgNS42MTY1M0MzMS41NDI1IDkuMDcyNTMgMjkuOTEwNSAxMS4zNDQ1IDI2LjMyNjUgMTEuMzQ0NUgyMi4yMzA1VjAuMTQ0NTMxWiIgZmlsbD0iIzBBMEEwQSIvPgo8cGF0aCBkPSJNMCA1Ljg0Mzc1QzAgMi44MDYxOCAyLjQ2MjQzIDAuMzQzNzUgNS41IDAuMzQzNzVWMC4zNDM3NUM4LjUzNzU3IDAuMzQzNzUgMTEgMi44MDYxOCAxMSA1Ljg0Mzc1VjUuODQzNzVDMTEgOC44ODEzMiA4LjUzNzU3IDExLjM0MzggNS41IDExLjM0MzhWMTEuMzQzOEMyLjQ2MjQzIDExLjM0MzggMCA4Ljg4MTMyIDAgNS44NDM3NVY1Ljg0Mzc1WiIgZmlsbD0iI2Y0ZWZhYiIvPgo8L3N2Zz4K), grab; }
  .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide {
    width: 41.66667vw;
    padding: 0 8.33333% 0 0; }
    .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide > div {
      width: 100%; }
    .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide:last-child {
      width: 33.33333vw;
      padding: 0; }
      .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide:last-child > div {
        width: auto; }

.block-slider-big-spaces .tease--product > a {
  height: var(--tease-height-4); }

.block-slider-big-spaces .tease--product .swiper-slide {
  height: var(--tease-height-4); }

.block-slider-big-spaces .tease--product.only-thumb .upper {
  height: var(--tease-height-4); }

.block-slider-big-spaces:has(.block-link) {
  padding: 0; }

@media all and (max-width: 1440px) {
  .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide {
    width: 30vw; }
    .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide:last-child {
      width: 22.083333vw; } }

@media all and (max-width: 1160px) {
  .block-slider-big-spaces > .swiper {
    padding: 0 20px;
    /*> .swiper-wrapper > .swiper-slide {
                padding: 0;
                &:last-child {
                    width: 30vw;
                }
            }*/ } }

@media all and (max-width: 960px) {
  .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide {
    padding: 0;
    width: calc(33.33333vw - 40px); }
    .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide:last-child {
      width: calc(33.33333vw - 40px); } }

@media all and (max-width: 660px) {
  .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide {
    width: 66.66667vw; }
    .block-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide:last-child {
      width: 66.66667vw; } }

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

.block-title-with-pd > h2 {
  padding: var(--pd-3) 25%;
  text-align: center; }

@media all and (max-width: 960px) {
  .block-title-with-pd > h2 {
    padding: var(--pd-3) 8.33333%; } }

@media all and (max-width: 660px) {
  .block-title-with-pd > h2 {
    padding: var(--pd-3) 20px; } }

.block-generic-slider-big-spaces {
  background-color: var(--light-gray);
  padding: 0 0 var(--pd-2); }
  .block-generic-slider-big-spaces > .swiper {
    padding: 0 30px; }
    .block-generic-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide {
      width: 33.33333vw; }
      .block-generic-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide img,
      .block-generic-slider-big-spaces > .swiper > .swiper-wrapper > .swiper-slide video {
        height: var(--tease-height-4) !important; }
  .block-generic-slider-big-spaces .slide-container {
    position: relative; }
    .block-generic-slider-big-spaces .slide-container.only-thumb > div > a {
      display: block; }
      .block-generic-slider-big-spaces .slide-container.only-thumb > div > a:hover .lower h2 {
        color: var(--gray); }
    .block-generic-slider-big-spaces .slide-container > a {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 50%;
      height: var(--tease-height-4);
      z-index: 2; }
    .block-generic-slider-big-spaces .slide-container > div {
      position: relative; }
    .block-generic-slider-big-spaces .slide-container .upper {
      position: relative;
      margin: 0 0 20px; }
      .block-generic-slider-big-spaces .slide-container .upper img,
      .block-generic-slider-big-spaces .slide-container .upper video {
        height: var(--tease-height-4);
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      .block-generic-slider-big-spaces .slide-container .upper:hover .swiper-button-next > div,
      .block-generic-slider-big-spaces .slide-container .upper:hover .swiper-button-prev > div {
        opacity: 1; }
    .block-generic-slider-big-spaces .slide-container .tease-slider {
      background-color: #eeeeee; }
    .block-generic-slider-big-spaces .slide-container .tease-pagination {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background-color: #fff;
      z-index: 1;
      padding: 5px;
      width: 64px;
      text-align: center;
      border-radius: 2px; }
    .block-generic-slider-big-spaces .slide-container .swiper-button-prev {
      top: 0;
      left: 0;
      bottom: unset;
      right: unset;
      width: 25%;
      height: 100%;
      margin: 0;
      display: block;
      mix-blend-mode: difference;
      cursor: pointer; }
      .block-generic-slider-big-spaces .slide-container .swiper-button-prev > div {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        opacity: 0;
        -webkit-transition: opacity 0.35s;
        -o-transition: opacity 0.35s;
        transition: opacity 0.35s;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
        .block-generic-slider-big-spaces .slide-container .swiper-button-prev > div svg {
          width: 10px; }
      .block-generic-slider-big-spaces .slide-container .swiper-button-prev > svg {
        display: none; }
    .block-generic-slider-big-spaces .slide-container .swiper-button-next {
      top: 0;
      right: 0;
      bottom: unset;
      left: unset;
      width: 25%;
      height: 100%;
      margin: 0;
      display: block;
      mix-blend-mode: difference;
      cursor: pointer; }
      .block-generic-slider-big-spaces .slide-container .swiper-button-next > div {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        opacity: 0;
        -webkit-transition: opacity 0.35s;
        -o-transition: opacity 0.35s;
        transition: opacity 0.35s;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
        .block-generic-slider-big-spaces .slide-container .swiper-button-next > div svg {
          width: 10px; }
      .block-generic-slider-big-spaces .slide-container .swiper-button-next > svg {
        display: none; }
    .block-generic-slider-big-spaces .slide-container .lower > a {
      display: block; }
      .block-generic-slider-big-spaces .slide-container .lower > a > .flex {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .block-generic-slider-big-spaces .slide-container .lower > a:hover {
        color: var(--light-black); }
        .block-generic-slider-big-spaces .slide-container .lower > a:hover .right {
          color: var(--light-black); }
        .block-generic-slider-big-spaces .slide-container .lower > a:hover h2 {
          color: var(--gray); }
    .block-generic-slider-big-spaces .slide-container .lower > .flex {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .block-generic-slider-big-spaces .slide-container .lower h2 {
      color: var(--light-black);
      -webkit-transition: color 0.35s;
      -o-transition: color 0.35s;
      transition: color 0.35s; }
    .block-generic-slider-big-spaces .slide-container .lower .right {
      -webkit-transition: color 0.35s;
      -o-transition: color 0.35s;
      transition: color 0.35s;
      text-align: right; }

.block-gallery .gallery-item {
  cursor: pointer; }

.block-gallery .swiper-wrapper {
  cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2OSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0LjA1MjUgMEM2Ni43NTY1IDAgNjguNzcyNSAxLjQ4OCA2OC43NzI1IDMuNzI4SDY3LjM2NDVDNjcuMzY0NSAyLjIwOCA2NS45NDA1IDEuMjQ4IDY0LjAzNjUgMS4yNDhDNjEuNjM2NSAxLjI0OCA2MC4xMTY1IDIuOTc2IDYwLjExNjUgNS43OTJDNjAuMTE2NSA4LjY0IDYxLjYzNjUgMTAuMjcyIDY0LjA4NDUgMTAuMjcyQzY2LjIyODUgMTAuMjcyIDY3LjUwODUgOS4wMDggNjcuNTg4NSA2LjhDNjcuNTg4NSA2Ljc2OCA2Ny41ODg1IDYuNzUyIDY3LjU4ODUgNi43Mkg2NC4xNjQ1VjUuNTY4SDY4LjkzMjVWMTEuMzQ0SDY3LjYyMDVWOS4zOTJDNjYuOTQ4NSAxMC43NTIgNjUuNzAwNSAxMS40ODggNjMuOTQwNSAxMS40ODhDNjAuNzcyNSAxMS40ODggNTguNjQ0NSA5LjI2NCA1OC42NDQ1IDUuODI0QzU4LjY0NDUgMi4zMzYgNjAuODM2NSAwIDY0LjA1MjUgMFoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTUzLjUwNzggNy4wMjQ1M0w1MS40NTk4IDEuNTg0NTNMNDkuNDI3OCA3LjAyNDUzSDUzLjUwNzhaTTQ2LjMzOTggMTEuMzQ0NUw1MC42NDM4IDAuMTQ0NTMxSDUyLjMyMzhMNTYuNjU5OCAxMS4zNDQ1SDU1LjEwNzhMNTMuOTM5OCA4LjIyNDUzSDQ4Ljk5NThMNDcuODI3OCAxMS4zNDQ1SDQ2LjMzOThaIiBmaWxsPSIjMEEwQTBBIi8+CjxwYXRoIGQ9Ik00MC4zMTU1IDEuMzQ0NTNIMzYuNDU5NVY1LjM5MjUzSDM5LjgwMzVDNDEuNDM1NSA1LjM5MjUzIDQyLjM0NzUgNC44NjQ1MyA0Mi4zNDc1IDMuMzI4NTNDNDIuMzQ3NSAyLjExMjUzIDQxLjU0NzUgMS4zNDQ1MyA0MC4zMTU1IDEuMzQ0NTNaTTM1LjAxOTUgMTEuMzQ0NVYwLjE0NDUzMUg0MC40MTE1QzQyLjQyNzUgMC4xNDQ1MzEgNDMuODAzNSAxLjIxNjUzIDQzLjgwMzUgMy4yMDA1M0M0My44MDM1IDQuNzg0NTMgNDIuOTU1NSA1LjY2NDUzIDQxLjc3MTUgNS45Njg1M0M0Mi45Mzk1IDYuMTYwNTMgNDMuNjI3NSA2LjkyODUzIDQzLjYyNzUgOC4zMjA1M1Y5LjU2ODUzQzQzLjYyNzUgMTAuMjU2NSA0My42OTE1IDEwLjg2NDUgNDMuOTMxNSAxMS4zNDQ1SDQyLjQ1OTVDNDIuMjk5NSAxMC45OTI1IDQyLjIxOTUgMTAuNDk2NSA0Mi4yMTk1IDkuNzkyNTNWOC40NDg1M0M0Mi4yMTk1IDcuMjQ4NTMgNDEuNjU5NSA2LjYwODUzIDQwLjA3NTUgNi42MDg1M0gzNi40NTk1VjExLjM0NDVIMzUuMDE5NVoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTIzLjY3MDUgMS40MDg1M1YxMC4wODA1SDI2LjEzNDVDMjguOTk4NSAxMC4wODA1IDMwLjA3MDUgOC4zODQ1MyAzMC4wNzA1IDUuNjgwNTNDMzAuMDcwNSAyLjkyODUzIDI4Ljc1ODUgMS40MDg1MyAyNi4xODI1IDEuNDA4NTNIMjMuNjcwNVpNMjIuMjMwNSAwLjE0NDUzMUgyNi4yNjI1QzI5LjY4NjUgMC4xNDQ1MzEgMzEuNTQyNSAyLjE2MDUzIDMxLjU0MjUgNS42MTY1M0MzMS41NDI1IDkuMDcyNTMgMjkuOTEwNSAxMS4zNDQ1IDI2LjMyNjUgMTEuMzQ0NUgyMi4yMzA1VjAuMTQ0NTMxWiIgZmlsbD0iIzBBMEEwQSIvPgo8cGF0aCBkPSJNMCA1Ljg0Mzc1QzAgMi44MDYxOCAyLjQ2MjQzIDAuMzQzNzUgNS41IDAuMzQzNzVWMC4zNDM3NUM4LjUzNzU3IDAuMzQzNzUgMTEgMi44MDYxOCAxMSA1Ljg0Mzc1VjUuODQzNzVDMTEgOC44ODEzMiA4LjUzNzU3IDExLjM0MzggNS41IDExLjM0MzhWMTEuMzQzOEMyLjQ2MjQzIDExLjM0MzggMCA4Ljg4MTMyIDAgNS44NDM3NVY1Ljg0Mzc1WiIgZmlsbD0iI2Y0ZWZhYiIvPgo8L3N2Zz4K), -webkit-grab;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2OSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0LjA1MjUgMEM2Ni43NTY1IDAgNjguNzcyNSAxLjQ4OCA2OC43NzI1IDMuNzI4SDY3LjM2NDVDNjcuMzY0NSAyLjIwOCA2NS45NDA1IDEuMjQ4IDY0LjAzNjUgMS4yNDhDNjEuNjM2NSAxLjI0OCA2MC4xMTY1IDIuOTc2IDYwLjExNjUgNS43OTJDNjAuMTE2NSA4LjY0IDYxLjYzNjUgMTAuMjcyIDY0LjA4NDUgMTAuMjcyQzY2LjIyODUgMTAuMjcyIDY3LjUwODUgOS4wMDggNjcuNTg4NSA2LjhDNjcuNTg4NSA2Ljc2OCA2Ny41ODg1IDYuNzUyIDY3LjU4ODUgNi43Mkg2NC4xNjQ1VjUuNTY4SDY4LjkzMjVWMTEuMzQ0SDY3LjYyMDVWOS4zOTJDNjYuOTQ4NSAxMC43NTIgNjUuNzAwNSAxMS40ODggNjMuOTQwNSAxMS40ODhDNjAuNzcyNSAxMS40ODggNTguNjQ0NSA5LjI2NCA1OC42NDQ1IDUuODI0QzU4LjY0NDUgMi4zMzYgNjAuODM2NSAwIDY0LjA1MjUgMFoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTUzLjUwNzggNy4wMjQ1M0w1MS40NTk4IDEuNTg0NTNMNDkuNDI3OCA3LjAyNDUzSDUzLjUwNzhaTTQ2LjMzOTggMTEuMzQ0NUw1MC42NDM4IDAuMTQ0NTMxSDUyLjMyMzhMNTYuNjU5OCAxMS4zNDQ1SDU1LjEwNzhMNTMuOTM5OCA4LjIyNDUzSDQ4Ljk5NThMNDcuODI3OCAxMS4zNDQ1SDQ2LjMzOThaIiBmaWxsPSIjMEEwQTBBIi8+CjxwYXRoIGQ9Ik00MC4zMTU1IDEuMzQ0NTNIMzYuNDU5NVY1LjM5MjUzSDM5LjgwMzVDNDEuNDM1NSA1LjM5MjUzIDQyLjM0NzUgNC44NjQ1MyA0Mi4zNDc1IDMuMzI4NTNDNDIuMzQ3NSAyLjExMjUzIDQxLjU0NzUgMS4zNDQ1MyA0MC4zMTU1IDEuMzQ0NTNaTTM1LjAxOTUgMTEuMzQ0NVYwLjE0NDUzMUg0MC40MTE1QzQyLjQyNzUgMC4xNDQ1MzEgNDMuODAzNSAxLjIxNjUzIDQzLjgwMzUgMy4yMDA1M0M0My44MDM1IDQuNzg0NTMgNDIuOTU1NSA1LjY2NDUzIDQxLjc3MTUgNS45Njg1M0M0Mi45Mzk1IDYuMTYwNTMgNDMuNjI3NSA2LjkyODUzIDQzLjYyNzUgOC4zMjA1M1Y5LjU2ODUzQzQzLjYyNzUgMTAuMjU2NSA0My42OTE1IDEwLjg2NDUgNDMuOTMxNSAxMS4zNDQ1SDQyLjQ1OTVDNDIuMjk5NSAxMC45OTI1IDQyLjIxOTUgMTAuNDk2NSA0Mi4yMTk1IDkuNzkyNTNWOC40NDg1M0M0Mi4yMTk1IDcuMjQ4NTMgNDEuNjU5NSA2LjYwODUzIDQwLjA3NTUgNi42MDg1M0gzNi40NTk1VjExLjM0NDVIMzUuMDE5NVoiIGZpbGw9IiMwQTBBMEEiLz4KPHBhdGggZD0iTTIzLjY3MDUgMS40MDg1M1YxMC4wODA1SDI2LjEzNDVDMjguOTk4NSAxMC4wODA1IDMwLjA3MDUgOC4zODQ1MyAzMC4wNzA1IDUuNjgwNTNDMzAuMDcwNSAyLjkyODUzIDI4Ljc1ODUgMS40MDg1MyAyNi4xODI1IDEuNDA4NTNIMjMuNjcwNVpNMjIuMjMwNSAwLjE0NDUzMUgyNi4yNjI1QzI5LjY4NjUgMC4xNDQ1MzEgMzEuNTQyNSAyLjE2MDUzIDMxLjU0MjUgNS42MTY1M0MzMS41NDI1IDkuMDcyNTMgMjkuOTEwNSAxMS4zNDQ1IDI2LjMyNjUgMTEuMzQ0NUgyMi4yMzA1VjAuMTQ0NTMxWiIgZmlsbD0iIzBBMEEwQSIvPgo8cGF0aCBkPSJNMCA1Ljg0Mzc1QzAgMi44MDYxOCAyLjQ2MjQzIDAuMzQzNzUgNS41IDAuMzQzNzVWMC4zNDM3NUM4LjUzNzU3IDAuMzQzNzUgMTEgMi44MDYxOCAxMSA1Ljg0Mzc1VjUuODQzNzVDMTEgOC44ODEzMiA4LjUzNzU3IDExLjM0MzggNS41IDExLjM0MzhWMTEuMzQzOEMyLjQ2MjQzIDExLjM0MzggMCA4Ljg4MTMyIDAgNS44NDM3NVY1Ljg0Mzc1WiIgZmlsbD0iI2Y0ZWZhYiIvPgo8L3N2Zz4K), grab; }

.block-gallery .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.block-gallery img,
.block-gallery video {
  height: var(--tease-height-1);
  max-width: unset;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

@media all and (max-width: 660px) {
  .block-gallery .swiper-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .block-gallery img, .block-gallery video {
    height: auto;
    width: 65vw;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset; } }

.gallery-popup {
  position: fixed;
  z-index: 99999;
  background-color: rgba(170, 170, 170, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  .gallery-popup .close-popup-btn {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
    cursor: pointer; }
    .gallery-popup .close-popup-btn svg {
      width: 16px;
      height: auto; }
  .gallery-popup .popup-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gallery-popup .popup-slider > .swiper {
      width: 100%; }
  .gallery-popup .swiper-slide {
    text-align: center; }
    .gallery-popup .swiper-slide .gallery-item {
      position: relative;
      height: calc(100vh - 200px); }
      .gallery-popup .swiper-slide .gallery-item:has(.landscape) {
        width: 70%;
        margin: 0 auto;
        overflow: hidden; }
        .gallery-popup .swiper-slide .gallery-item:has(.landscape) img,
        .gallery-popup .swiper-slide .gallery-item:has(.landscape) video {
          height: auto;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .gallery-popup .swiper-slide .gallery-item:has(.vertical) img,
      .gallery-popup .swiper-slide .gallery-item:has(.vertical) video {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: auto;
        max-width: unset; }
      @media all and (max-width: 1440px) {
        .gallery-popup .swiper-slide .gallery-item {
          height: calc(100vh - 120px); } }
      @media all and (max-width: 660px) {
        .gallery-popup .swiper-slide .gallery-item {
          height: calc(100vw - 40px); }
          .gallery-popup .swiper-slide .gallery-item:has(.landscape) {
            width: calc(100% - 40px); } }
  .gallery-popup .swiper-button-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    margin: 0;
    color: var(--light-black);
    z-index: 2;
    cursor: pointer;
    mix-blend-mode: difference; }
    .gallery-popup .swiper-button-prev > span {
      position: absolute;
      z-index: 4;
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s;
      pointer-events: none;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
      .gallery-popup .swiper-button-prev > span.mobile {
        opacity: 0.7; }
      .gallery-popup .swiper-button-prev > span.enabled {
        opacity: 1; }
    .gallery-popup .swiper-button-prev svg {
      display: none; }
    @media all and (max-width: 960px) {
      .gallery-popup .swiper-button-prev {
        display: none; } }
    @media all and (max-width: 660px) {
      .gallery-popup .swiper-button-prev span {
        left: 20px; } }
  .gallery-popup .swiper-button-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin: 0;
    color: var(--light-black);
    z-index: 2;
    cursor: pointer;
    mix-blend-mode: difference; }
    .gallery-popup .swiper-button-next > span {
      position: absolute;
      z-index: 4;
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s;
      pointer-events: none;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
      .gallery-popup .swiper-button-next > span.mobile {
        opacity: 0.7; }
      .gallery-popup .swiper-button-next > span.enabled {
        opacity: 1; }
    .gallery-popup .swiper-button-next svg {
      display: none; }
    @media all and (max-width: 960px) {
      .gallery-popup .swiper-button-next {
        display: none; } }
    @media all and (max-width: 660px) {
      .gallery-popup .swiper-button-next span {
        right: 20px; } }
  @media all and (max-width: 960px) {
    .gallery-popup > div .close-popup-btn {
      top: 10px;
      left: 10px; } }

.open-gallery-popup body {
  overflow: hidden; }

.open-gallery-popup .gallery-popup {
  opacity: 1;
  pointer-events: all; }

.block-gallery-2 {
  padding: 0 8.33333%; }
  .block-gallery-2 .tease-slider .swiper-slide {
    text-align: center;
    height: 45vw;
    display: block; }
  .block-gallery-2 .tease-slider .gallery-item {
    height: 100%;
    background-color: var(--light-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media all and (max-width: 660px) {
    .block-gallery-2 {
      padding: 0; }
      .block-gallery-2 .tease-slider .swiper-slide {
        height: 65vw; } }

.gallery-2-navigation {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2; }
  .gallery-2-navigation > .flex .swiper-button-next {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
    width: 27px;
    height: 27px;
    color: var(--light-black);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 2px;
    cursor: pointer; }
    .gallery-2-navigation > .flex .swiper-button-next > div {
      opacity: 1;
      -webkit-filter: none;
              filter: none;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .gallery-2-navigation > .flex .swiper-button-next:hover {
      background-color: var(--light-black);
      color: #fff; }
    .gallery-2-navigation > .flex .swiper-button-next svg {
      display: none; }
  .gallery-2-navigation > .flex .swiper-button-prev {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 10px 0 0;
    width: 27px;
    height: 27px;
    color: var(--light-black);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 2px;
    cursor: pointer; }
    .gallery-2-navigation > .flex .swiper-button-prev > div {
      opacity: 1;
      -webkit-filter: none;
              filter: none;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .gallery-2-navigation > .flex .swiper-button-prev:hover {
      background-color: var(--light-black);
      color: #fff; }
    .gallery-2-navigation > .flex .swiper-button-prev svg {
      display: none; }

.gallery-2-pagination {
  background-color: #fff;
  color: var(--light-black);
  z-index: 1;
  padding: 0 27px;
  height: 27px;
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px; }

.block-share {
  margin: 0 0 30px; }
  .block-share > .flex > div {
    margin: 0 5px 0 0; }

.block-prev-breadcrumbs-next {
  padding: 0 16.66667%;
  margin: 0 0 30px; }
  @media all and (max-width: 960px) {
    .block-prev-breadcrumbs-next {
      padding: 0 20px; } }
  .block-prev-breadcrumbs-next > .flex {
    margin: 0 -10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .block-prev-breadcrumbs-next .col-1 {
    width: 16.66667%;
    padding: 0 10px; }
  .block-prev-breadcrumbs-next .col-2 {
    width: 58.33333%;
    padding: 0 10px;
    text-align: center; }
    .block-prev-breadcrumbs-next .col-2 .block-breadcrumbs {
      margin: 0;
      padding: 0; }
  .block-prev-breadcrumbs-next .col-3 {
    width: 16.66667%;
    padding: 0 10px; }
  @media all and (max-width: 960px) {
    .block-prev-breadcrumbs-next .col-1 {
      width: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px;
      text-transform: none; }
    .block-prev-breadcrumbs-next .col-2 {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 0 20px;
      text-align: left; }
    .block-prev-breadcrumbs-next .col-3 {
      width: 50%;
      text-align: right;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px;
      text-transform: none; } }

.block-breadcrumbs {
  margin: 0 0 20px;
  padding: 0 30px; }
  @media all and (max-width: 960px) {
    .block-breadcrumbs {
      padding: 0 20px;
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px;
      text-transform: none; } }

.block-first-title h1 {
  padding: 0 30px 80px;
  text-align: center; }

@media all and (max-width: 960px) {
  .block-first-title h1 {
    padding: 0 20px 80px; } }

.block-image-big-text-text {
  /*a {
        text-decoration:underline;
    }*/ }
  .block-image-big-text-text img,
  .block-image-big-text-text video {
    width: 100%; }
  .block-image-big-text-text video {
    height: auto; }
  .block-image-big-text-text .media-element {
    margin: 0 0 15px; }
  .block-image-big-text-text .block-title-big-text {
    margin: 0 0 20px; }
  .block-image-big-text-text .text {
    padding: 0 0 0 50%; }
    .block-image-big-text-text .text p {
      max-width: 65ch; }
  @media all and (max-width: 1160px) {
    .block-image-big-text-text .text {
      padding: 0 0 0 25%; } }
  @media all and (max-width: 960px) {
    .block-image-big-text-text .text {
      padding: 0 0 0 20px; } }
  @media all and (max-width: 960px) {
    .block-image-big-text-text .text {
      padding: 0 20px; } }

.block-slider-big-text-text .text {
  padding: 0 0 0 50%; }
  .block-slider-big-text-text .text p {
    max-width: 65ch; }

.block-slider-big-text-text .block-title-big-text {
  margin: 0 0 15px; }

@media all and (max-width: 1160px) {
  .block-slider-big-text-text .text {
    padding: 0 0 0 25%; } }

@media all and (max-width: 960px) {
  .block-slider-big-text-text .text {
    padding: 0; } }

.custom-marquee {
  background-color: var(--green);
  padding: 6px 0;
  overflow: hidden; }
  .custom-marquee .custom-marquee-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 10px; }
  .custom-marquee .custom-marquee-item {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .custom-marquee .custom-marquee-item span {
      color: #000;
      display: inline-block;
      margin: 0 0 0 5px; }

/*.home {
    &.ready {
        .header-left,
        .header-middle,
        .header-right {
            opacity: 1;
            pointer-events: all;
            transition: opacity 0.35s 0.35s;
        }
    }

    .header-left,
    .header-middle,
    .header-right {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.35s;
    }
}*/
.home-intro {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--light-gray); }
  .home-intro .left,
  .home-intro .right {
    width: 50%;
    height: calc(100vh + 1px); }
  .home-intro img,
  .home-intro video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .home-intro .header-logo-big {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    mix-blend-mode: difference; }
    .home-intro .header-logo-big svg {
      height: 55vh;
      width: auto;
      max-width: unset; }
  @media all and (max-width: 1160px) {
    .home-intro .header-logo-big svg {
      height: 40vh; } }
  @media all and (max-width: 660px) {
    .home-intro .left, .home-intro .right {
      width: 100%;
      height: calc(50vh + 1px); }
    .home-intro .header-logo-big svg {
      height: 25vh; } }

.home-pin {
  position: relative;
  z-index: 1; }

.home-about h1 {
  padding: var(--pd-3) 25%;
  text-align: center; }

.home-about .left {
  width: 58.33333%; }
  .home-about .left .block-title-big-text {
    padding: 0 0 0 30px; }

.home-about .right {
  width: 25%;
  margin: 16.66667vw 0 0 auto; }
  .home-about .right .block-image-big-text-text .block-title-big-text {
    padding: 0 20px 0 0; }
  .home-about .right .block-image-big-text-text .text {
    padding: 0 20px 0 0; }

@media all and (max-width: 1160px) {
  .home-about .right {
    width: 33.33333%; } }

@media all and (max-width: 960px) {
  .home-about h1 {
    padding: var(--pd-3) 16.66667%; }
  .home-about .left .block-title-big-text {
    padding: 0 0 0 20px; }
  .home-about .right {
    width: 41.66667%; }
    .home-about .right > div {
      padding: 0 0 0 20px; } }

@media all and (max-width: 660px) {
  .home-about h1 {
    padding: var(--pd-1) 20px; }
  .home-about .left {
    width: 100%;
    margin: 0 0 var(--pd-3); }
    .home-about .left .block-title-big-text {
      padding: 0 20px; }
  .home-about .right {
    width: 100%;
    margin: 0; }
    .home-about .right > div {
      padding: 0; }
    .home-about .right .block-image-big-text-text .block-title-big-text {
      padding: 0 20px; }
    .home-about .right .block-image-big-text-text .text {
      padding: 0 20px; } }

.home-new-products:has(.home-big-new-product) .product-new-products {
  padding: 0 0 var(--pd-3); }

.home-big-new-product {
  padding: 0 16.66667%;
  /* @media all and (max-width: 1440px) {
        .tease--product {
            .swiper-slide {
                height:44.7916vw;
            }
        }
    }*/ }
  .home-big-new-product .tease--product .swiper-slide {
    height: var(--tease-height-5); }
  .home-big-new-product .tease--product.only-thumb .upper {
    height: var(--tease-height-5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
  .home-big-new-product .tease--product .tags .new-tag {
    display: none; }
  .home-big-new-product .tease--product > a {
    height: var(--tease-height-5); }
  @media all and (max-width: 660px) {
    .home-big-new-product {
      padding: 0 20px; } }

.home-categories > .flex .col-1 {
  width: 41.66667%; }
  .home-categories > .flex .col-1 > div {
    background-color: #eeeeee;
    height: 100vh;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden; }
  .home-categories > .flex .col-1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
    opacity: 0;
    z-index: 0; }
  .home-categories > .flex .col-1 img.active {
    opacity: 1;
    z-index: 1; }
  .home-categories > .flex .col-1 img.vertical {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .home-categories > .flex .col-1 img.horizontal {
    width: 100%;
    height: auto; }

.home-categories > .flex .col-2 {
  width: 25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .home-categories > .flex .col-2 > div {
    padding: 0 20px; }
  .home-categories > .flex .col-2 a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 5px; }
    .home-categories > .flex .col-2 a.active {
      color: var(--light-black); }

.home-categories > .flex .col-3 {
  width: 33.33333%;
  margin: auto 0 20vw; }
  .home-categories > .flex .col-3 > div {
    padding: 0 25% 0 0; }
  .home-categories > .flex .col-3 p {
    max-width: 65ch; }

@media all and (max-width: 1440px) {
  .home-categories .col-3 > div {
    padding: 0 16.66667% 0 0; } }

@media all and (max-width: 1160px) {
  .home-categories > .flex .col-1 {
    width: 33.33333%; }
  .home-categories > .flex .col-2 {
    width: 33.33333%; }
  .home-categories > .flex .col-3 > div {
    padding: 0 30px 0 0; } }

@media all and (max-width: 960px) {
  .home-categories > .flex .col-1 {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 20px; }
    .home-categories > .flex .col-1 > div {
      background-color: transparent;
      height: auto;
      min-height: unset;
      padding: 0 50% 0 0; }
    .home-categories > .flex .col-1 img {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .home-categories > .flex .col-1 img.active {
      opacity: 1;
      z-index: 1; }
    .home-categories > .flex .col-1 img.vertical {
      height: auto;
      width: 100%;
      -o-object-fit: unset;
         object-fit: unset; }
    .home-categories > .flex .col-1 img.horizontal {
      width: 100%;
      height: auto; }
  .home-categories > .flex .col-2 {
    width: 100%;
    margin: 0 0 20px; }
  .home-categories > .flex .col-3 {
    width: 100%;
    margin: 0; }
    .home-categories > .flex .col-3 > div {
      padding: 0 20px; } }

@media all and (max-width: 660px) {
  .home-categories > .flex .col-1 {
    padding: 0; }
    .home-categories > .flex .col-1 > div {
      padding: 0 25% 0 20px; } }

.home-solutions .block-slider-with-text-slide {
  background-color: transparent; }

.home-brands.brands-container-2 {
  background-color: transparent;
  color: var(--light-black);
  padding-top: 0;
  padding-bottom: 0; }
  .home-brands.brands-container-2 .tease--brand a h2 {
    color: var(--light-black); }
  .home-brands.brands-container-2 .tease--brand a:hover h2 {
    color: var(--gray); }
  .home-brands.brands-container-2 .brands-container {
    padding: 0 0 80px; }
  .home-brands.brands-container-2 .block-link {
    padding: 0; }
  @media all and (max-width: 960px) {
    .home-brands.brands-container-2 {
      padding-left: 16.66667%;
      padding-right: 16.66667%; } }
  @media all and (max-width: 660px) {
    .home-brands.brands-container-2 {
      padding-left: 20px;
      padding-right: 20px; } }

.home-news-container {
  padding: 0 8.33333% var(--pd-3); }
  .home-news-container > .flex {
    margin: 0 -10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .home-news-container > .flex .tease--post {
      width: 41.66667%;
      padding: 0 10px; }
      .home-news-container > .flex .tease--post img {
        height: var(--tease-height-4); }
      .home-news-container > .flex .tease--post > div > a {
        color: var(--light-black); }
        .home-news-container > .flex .tease--post > div > a:hover {
          color: var(--gray); }
      .home-news-container > .flex .tease--post .lower {
        height: auto; }
  @media all and (max-width: 1440px) {
    .home-news-container > .flex .tease--post {
      width: 33.3333%; }
      .home-news-container > .flex .tease--post img {
        height: 34.7222vw; } }
  @media all and (max-width: 960px) {
    .home-news-container {
      padding: 0 33.33333% var(--pd-3); }
      .home-news-container > .flex {
        margin: 0; }
        .home-news-container > .flex .tease--post {
          width: 100%;
          padding: 0;
          margin: 0 0 80px; }
          .home-news-container > .flex .tease--post:last-of-type {
            margin: 0; }
          .home-news-container > .flex .tease--post img {
            height: auto;
            -o-object-fit: unset;
               object-fit: unset;
            -o-object-position: center;
               object-position: center; } }
  @media all and (max-width: 660px) {
    .home-news-container {
      padding: 0 70px var(--pd-3); } }

.page-products .grid-a .tease--product-big {
  margin: 0 0 var(--pd-3); }

.page-products .grid-a .tease--product {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 var(--pd-3); }

.page-products .grid-a .tease--product.is-horizontal {
  width: 50%; }

@media all and (max-width: 960px) {
  .page-products .grid-a .tease--product {
    width: 33.33333%; }
  .page-products .grid-a .tease--product.is-horizontal {
    width: 33.33333%; } }

@media all and (max-width: 660px) {
  .page-products .grid-a .tease--product {
    margin: 0 0 40px;
    width: 100%; }
  .page-products .grid-a .tease--product.is-horizontal {
    margin: 0 0 40px;
    width: 100%; } }

.page-products .grid-b .tease--product {
  width: 16.66667%;
  padding: 0 10px;
  margin: 0 0 80px; }
  @media all and (max-width: 960px) {
    .page-products .grid-b .tease--product {
      width: 20%; } }
  @media all and (max-width: 660px) {
    .page-products .grid-b .tease--product {
      width: 50%;
      margin: 0 0 40px; } }
  .page-products .grid-b .tease--product > a {
    display: block;
    height: 100%;
    width: calc(100% - 80px);
    left: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 4; }
    .page-products .grid-b .tease--product > a:hover ~ div:before {
      opacity: 0.8; }
    .page-products .grid-b .tease--product > a:hover ~ div .lower,
    .page-products .grid-b .tease--product > a:hover ~ div .tags {
      opacity: 1;
      pointer-events: all; }
    @media all and (max-width: 1160px) {
      .page-products .grid-b .tease--product > a {
        width: calc(100% - 20px);
        right: 10px; } }
    @media all and (max-width: 960px) {
      .page-products .grid-b .tease--product > a:before {
        display: none; } }
  .page-products .grid-b .tease--product > div {
    width: calc(100% - 60px);
    position: relative; }
    .page-products .grid-b .tease--product > div:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--green);
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    @media all and (max-width: 1160px) {
      .page-products .grid-b .tease--product > div {
        width: 100%; } }
    @media all and (max-width: 960px) {
      .page-products .grid-b .tease--product > div:before {
        display: none; } }
  .page-products .grid-b .tease--product.is-horizontal .normal-thumb {
    display: block; }
  .page-products .grid-b .tease--product.is-horizontal .horizontal-thumb {
    display: none; }
  .page-products .grid-b .tease--product .tease-pagination {
    display: none; }
  .page-products .grid-b .tease--product .upper {
    margin: 0; }
    @media all and (max-width: 960px) {
      .page-products .grid-b .tease--product .upper {
        margin: 0 0 10px; }
        .page-products .grid-b .tease--product .upper .swiper {
          pointer-events: none; }
        .page-products .grid-b .tease--product .upper .swiper-button-next,
        .page-products .grid-b .tease--product .upper .swiper-button-prev {
          display: none; } }
  .page-products .grid-b .tease--product .swiper-slide {
    height: var(--tease-height-3); }
    .page-products .grid-b .tease--product .swiper-slide:first-child img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .page-products .grid-b .tease--product .swiper-slide:first-child video {
      display: none; }
  .page-products .grid-b .tease--product .lower {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: calc(100% - 40px); }
    @media all and (max-width: 1440px) {
      .page-products .grid-b .tease--product .lower {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px); } }
    @media all and (max-width: 960px) {
      .page-products .grid-b .tease--product .lower {
        position: static;
        opacity: 1;
        width: 100%; }
        .page-products .grid-b .tease--product .lower h2,
        .page-products .grid-b .tease--product .lower h3 {
          font-family: "Font Regular";
          font-weight: normal;
          font-style: normal;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 16px;
          letter-spacing: 0.2px; } }
    .page-products .grid-b .tease--product .lower h3 {
      color: #fff; }
    .page-products .grid-b .tease--product .lower .right {
      display: none; }
  .page-products .grid-b .tease--product .tags {
    top: unset;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 20px);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s; }
    @media all and (max-width: 1440px) {
      .page-products .grid-b .tease--product .tags {
        bottom: 10px;
        left: 10px; } }
    .page-products .grid-b .tease--product .tags > .flex {
      display: block;
      margin: 0; }
      .page-products .grid-b .tease--product .tags > .flex > div {
        padding: 0;
        margin: 0 0 5px; }
        .page-products .grid-b .tease--product .tags > .flex > div > a {
          background-color: transparent;
          padding: 0;
          position: relative;
          padding: 0 0 0 7px; }
          .page-products .grid-b .tease--product .tags > .flex > div > a:before {
            content: "\2022";
            position: absolute;
            top: 8px;
            left: 0;
            line-height: 0;
            color: #fff; }
  .page-products .grid-b .tease--product.only-thumb > div:before {
    display: none; }
  .page-products .grid-b .tease--product.only-thumb:has(a:hover) .tags {
    opacity: 1; }
  .page-products .grid-b .tease--product.only-thumb > div > a {
    position: relative; }
    .page-products .grid-b .tease--product.only-thumb > div > a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--green);
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .page-products .grid-b .tease--product.only-thumb > div > a:hover .lower h2 {
      color: var(--light-black); }
    .page-products .grid-b .tease--product.only-thumb > div > a:hover:before {
      opacity: 0.8; }
    .page-products .grid-b .tease--product.only-thumb > div > a:hover .lower {
      opacity: 1; }
    @media all and (max-width: 960px) {
      .page-products .grid-b .tease--product.only-thumb > div > a:before {
        display: none; } }
  .page-products .grid-b .tease--product.only-thumb .upper {
    height: var(--tease-height-3); }
    .page-products .grid-b .tease--product.only-thumb .upper img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

.page-products .grid-b .tease--product-big {
  width: 16.66667%;
  padding: 0 10px; }
  .page-products .grid-b .tease--product-big > .flex {
    display: none; }
  .page-products .grid-b .tease--product-big .tease--product {
    display: block;
    width: 100%;
    padding: 0; }
  @media all and (max-width: 960px) {
    .page-products .grid-b .tease--product-big {
      width: 20%; } }

.page-products .products-container {
  padding: 0 20px; }
  .page-products .products-container > .flex {
    margin: 0 -10px; }

.tease--product {
  position: relative; }
  .tease--product.only-thumb img.landscape {
    width: 100%;
    height: auto; }
  .tease--product.only-thumb img.vertical {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .tease--product.only-thumb video.vertical {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .tease--product.only-thumb video.landscape {
    width: 100%;
    height: auto; }
  .tease--product.only-thumb .upper {
    height: var(--tease-height-1); }
  .tease--product.only-thumb.is-horizontal img.normal-thumb {
    display: none; }
  .tease--product.only-thumb.is-horizontal img.horizontal-thumb {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .tease--product.only-thumb.is-horizontal img.landscape {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .tease--product.only-thumb.is-horizontal img.vertical {
    height: 100%;
    width: auto;
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: none;
       object-position: none; }
  .tease--product.only-thumb.is-horizontal video.vertical {
    height: 100%;
    width: auto;
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: none;
       object-position: none; }
  .tease--product.only-thumb.is-horizontal video.landscape {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  @media all and (max-width: 960px) {
    .tease--product.only-thumb.is-horizontal img.horizontal-thumb {
      display: none; }
    .tease--product.only-thumb.is-horizontal img.normal-thumb {
      display: block; } }
  @media all and (max-width: 960px) {
    .tease--product.only-thumb.is-horizontal img.landscape {
      width: 100%;
      height: auto; }
    .tease--product.only-thumb.is-horizontal img.vertical {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .tease--product.only-thumb.is-horizontal video.vertical {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .tease--product.only-thumb.is-horizontal video.landscape {
      width: 100%;
      height: auto; } }
  .tease--product.only-thumb > div > a {
    display: block; }
    .tease--product.only-thumb > div > a:hover .lower h2 {
      color: var(--gray); }
  .tease--product > a {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 66.66667%;
    height: var(--tease-height-1);
    z-index: 2; }
  .tease--product > div {
    position: relative; }
  .tease--product .tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: calc(100% - 20px);
    /*@media all and (max-width: 1160px) {
            display:none;
        }*/ }
  .tease--product:has(> a:hover) .lower .right {
    color: var(--light-black); }
  .tease--product .upper {
    position: relative;
    margin: 0 0 20px; }
    .tease--product .upper:hover .swiper-button-next > div,
    .tease--product .upper:hover .swiper-button-prev > div {
      opacity: 1; }
    @media all and (max-width: 960px) {
      .tease--product .upper .swiper-button-next > div,
      .tease--product .upper .swiper-button-prev > div {
        opacity: 1; } }
  .tease--product .lower > a {
    display: block; }
    .tease--product .lower > a > .flex {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .tease--product .lower > a:hover h2 {
      color: var(--gray); }
    .tease--product .lower > a:hover .right {
      color: var(--light-black); }
  .tease--product .lower > .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .tease--product .lower h2 {
    color: var(--light-black);
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
  .tease--product .lower .right {
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s;
    text-align: right; }
  @media all and (max-width: 1160px) {
    .tease--product .lower .left {
      width: 100%; }
    .tease--product .lower .right {
      display: none; } }

.tease-slider .swiper-slide {
  height: var(--tease-height-1);
  background-color: var(--green); }

.tease-slider img.landscape {
  width: 100%;
  height: auto; }

.tease-slider img.vertical {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.tease-slider video.vertical {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.tease-slider video.landscape {
  width: 100%;
  height: auto; }

.tease-slider .tease-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  z-index: 1;
  padding: 5px;
  width: 64px;
  text-align: center; }

.tease-slider .swiper-button-prev {
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  width: 16.66667%;
  height: 100%;
  margin: 0;
  display: block;
  mix-blend-mode: difference;
  cursor: pointer;
  z-index: 1; }
  .tease-slider .swiper-button-prev > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
    .tease-slider .swiper-button-prev > div svg {
      width: 10px; }
  .tease-slider .swiper-button-prev > svg {
    display: none; }

.tease-slider .swiper-button-next {
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  width: 16.66667%;
  height: 100%;
  margin: 0;
  display: block;
  mix-blend-mode: difference;
  cursor: pointer;
  z-index: 1; }
  .tease-slider .swiper-button-next > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
    .tease-slider .swiper-button-next > div svg {
      width: 10px; }
  .tease-slider .swiper-button-next > svg {
    display: none; }

.tease-slider.horizontal-slider img.normal-thumb {
  display: none; }

.tease-slider.horizontal-slider img.horizontal-thumb {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.tease-slider.horizontal-slider img.landscape {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.tease-slider.horizontal-slider img.vertical {
  height: 100%;
  width: auto;
  -o-object-fit: unset;
     object-fit: unset;
  -o-object-position: unset;
     object-position: unset; }

.tease-slider.horizontal-slider video.vertical {
  height: 100%;
  width: auto;
  -o-object-fit: unset;
     object-fit: unset;
  -o-object-position: unset;
     object-position: unset; }

.tease-slider.horizontal-slider video.landscape {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

@media all and (max-width: 960px) {
  .tease-slider.horizontal-slider img.horizontal-thumb {
    display: none; }
  .tease-slider.horizontal-slider img.normal-thumb {
    display: block; } }

.tease--product-big {
  width: 100%; }
  .tease--product-big .tease--product {
    display: none; }
  .tease--product-big .left {
    width: 50%;
    padding: 0 10px; }
    .tease--product-big .left > div {
      padding: 0 33.33333%; }
    .tease--product-big .left .inner-product-details {
      position: relative; }
      .tease--product-big .left .inner-product-details .upper {
        background-color: #eeeeee; }
      .tease--product-big .left .inner-product-details > a {
        color: var(--light-black); }
        .tease--product-big .left .inner-product-details > a:hover h2 {
          color: var(--gray); }
      .tease--product-big .left .inner-product-details .tags {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2; }
      .tease--product-big .left .inner-product-details h2 {
        -webkit-transition: color 0.35s;
        -o-transition: color 0.35s;
        transition: color 0.35s; }
      .tease--product-big .left .inner-product-details .upper {
        margin: 0 0 20px;
        /*height:21.354166vw;
                position:relative;
                img {
                    max-width:unset;
                    max-height:75%;
                    width:auto;
                    position:absolute;
                    top:50%;
                    left:50%;
                    transform: translate(-50%,-50%);
                    mix-blend-mode: multiply;
                }*/ }
        .tease--product-big .left .inner-product-details .upper img {
          height: var(--tease-height-2);
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
  .tease--product-big .right {
    width: 50%;
    padding: 0 10px; }
    .tease--product-big .right a {
      display: block;
      background-color: #eeeeee; }
    .tease--product-big .right img,
    .tease--product-big .right video {
      width: 100%; }
  @media all and (max-width: 660px) {
    .tease--product-big > .flex {
      display: none; }
    .tease--product-big .tease--product {
      display: block; } }

.categories-container {
  padding: 0 30px;
  margin: 0 0 60px; }
  @media all and (max-width: 960px) {
    .categories-container {
      padding: 0 20px; } }
  .categories-container .active {
    color: var(--light-black); }
  .categories-container .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .categories-container .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media all and (max-width: 1160px) {
    .categories-container {
      margin: 0 0 100px; }
      .categories-container .swiper-wrapper {
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset; } }
  @media all and (max-width: 660px) {
    .categories-container {
      margin: 0 0 40px; } }

.grid-tool {
  cursor: pointer;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
  color: var(--gray);
  padding: 5px; }
  .grid-tool:hover {
    color: var(--light-black); }
  .grid-tool.active {
    color: var(--light-black); }

.product-intro {
  position: relative; }
  .product-intro .left {
    width: 50%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media all and (max-width: 660px) {
      .product-intro .left {
        width: 100%;
        min-height: unset;
        display: block; } }
  .product-intro .tags .tag {
    background-color: var(--light-gray); }
    .product-intro .tags .tag.green {
      background-color: var(--green); }
      .product-intro .tags .tag.green:hover {
        background-color: var(--light-black); }
    .product-intro .tags .tag:hover {
      background-color: var(--light-black); }
  .product-intro .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow-y: auto; }
    .product-intro .right::-webkit-scrollbar {
      width: 5px;
      background: var(--light-black); }
    .product-intro .right::-webkit-scrollbar-track {
      background: var(--light-black); }
    .product-intro .right::-webkit-scrollbar-thumb {
      background: #fff; }
    .product-intro .right .gallery-item {
      cursor: pointer; }
    @media all and (min-width: 661px) {
      .product-intro .right img,
      .product-intro .right video {
        width: 100%; }
      .product-intro .right video {
        height: auto; } }
    @media all and (max-width: 660px) {
      .product-intro .right {
        position: static;
        width: 100%;
        height: auto;
        overflow-y: unset; }
        .product-intro .right video {
          height: 100%; } }
  .product-intro .block-breadcrumbs {
    padding: 7.8125vw 30px 0 30px;
    margin: 0 0 20px; }
    @media all and (max-width: 960px) {
      .product-intro .block-breadcrumbs {
        padding: var(--pd-1) 20px 0 20px; } }
    @media all and (max-width: 660px) {
      .product-intro .block-breadcrumbs {
        padding: var(--pd-1) 20px 0; } }
  .product-intro h1 {
    padding: 0 25% 0 30px;
    margin: 0 0 20px; }
    @media all and (max-width: 960px) {
      .product-intro h1 {
        padding: 0 20px; } }
  .product-intro .add-list-btn {
    margin: auto 0 0; }
    .product-intro .add-list-btn > div {
      background-color: var(--gray);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      cursor: pointer;
      padding: 13px 30px 17px 30px;
      margin: auto 0 0; }
      .product-intro .add-list-btn > div:hover {
        background-color: var(--light-black);
        color: #fff; }
    @media all and (max-width: 960px) {
      .product-intro .add-list-btn > div {
        padding: 15px 20px 15px 20px; } }

.type-product:not(:has(.product-solutions)) .product-about + div {
  background-color: var(--light-gray);
  padding-bottom: var(--pd-2); }

.to-login-register {
  margin: auto 0 0; }
  .to-login-register > h3 {
    padding: 0 30px 20px; }
  .to-login-register > a {
    display: block;
    background-color: var(--gray);
    color: var(--light-black);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    padding: 13px 30px 17px 30px; }
    .to-login-register > a:hover {
      background-color: var(--light-black);
      color: #fff; }
  @media all and (max-width: 960px) {
    .to-login-register > h3 {
      padding: 0 20px 20px; }
    .to-login-register > a {
      padding: 13px 20px 17px 20px; } }

.product-general-info {
  padding: 0 50% 0 30px;
  margin: 0 0 100px; }
  .product-general-info .tags {
    margin: 0 0 20px; }
  .product-general-info .product-brand {
    margin: 0 0 20px; }
  .product-general-info .product-info-item {
    margin: 0 0 20px; }
    .product-general-info .product-info-item ul li {
      position: relative;
      padding: 0 0 0 15px; }
      .product-general-info .product-info-item ul li:before {
        content: "\2022";
        position: absolute;
        top: 0px;
        left: 0;
        color: var(--gray); }
    .product-general-info .product-info-item > div {
      max-width: 65ch; }
  .product-general-info .tab {
    border-bottom: 1px solid var(--gray);
    cursor: pointer; }
    .product-general-info .tab.is-active .arrow {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .product-general-info .tab .tab__title {
      padding: 10px 0; }
      .product-general-info .tab .tab__title > .flex {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .product-general-info .tab .tab__title .arrow {
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center; }
      .product-general-info .tab .tab__title svg {
        display: block;
        width: 13px; }
        .product-general-info .tab .tab__title svg path {
          fill: var(--gray); }
    .product-general-info .tab .tab__content {
      display: none;
      padding: 0 0 10px; }
  .product-general-info .product-files {
    margin: 30px 0 0; }
    .product-general-info .product-files > .flex {
      margin: 0 -5px; }
      .product-general-info .product-files > .flex > div {
        padding: 0 5px;
        margin: 0 0 10px; }
        .product-general-info .product-files > .flex > div a {
          display: inline-block;
          border: 1px solid var(--light-black);
          padding: 4px 15px 5px 15px;
          -webkit-transition: all 0.35s;
          -o-transition: all 0.35s;
          transition: all 0.35s;
          border-radius: 2px; }
          .product-general-info .product-files > .flex > div a:hover {
            background-color: var(--light-black);
            color: #fff; }
  .product-general-info .product-pdf {
    margin: 30px 0 0; }
    .product-general-info .product-pdf a {
      display: inline-block;
      border: 1px solid var(--light-black);
      padding: 4px 15px 5px 15px;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      border-radius: 2px; }
      .product-general-info .product-pdf a:hover {
        background-color: var(--light-black);
        color: #fff; }
  @media all and (max-width: 1440px) {
    .product-general-info {
      padding: 0 33.33333% 0 30px; } }
  @media all and (max-width: 1160px) {
    .product-general-info {
      padding: 0 30px 30px; } }
  @media all and (max-width: 960px) {
    .product-general-info {
      padding: 0 20px;
      margin: 0 0 40px; } }

.product-new-products .tease--product .tags .new-tag {
  display: none; }

.gallery-dots {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  width: 26px;
  z-index: 2;
  height: 0;
  overflow: visible; }
  @media all and (max-width: 960px) {
    .gallery-dots {
      right: 8px; } }
  @media all and (max-width: 660px) {
    .gallery-dots {
      display: none; } }
  .gallery-dots > div {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative; }
    .gallery-dots > div:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #fff;
      border-radius: 50%;
      -webkit-transition: background-color 0.35s;
      -o-transition: background-color 0.35s;
      transition: background-color 0.35s; }
    .gallery-dots > div.active:before {
      background-color: var(--light-black); }

.tease--solution > a {
  color: var(--gray); }
  .tease--solution > a:hover {
    color: var(--light-black); }

.tease--solution:has(.second-thumb) a:hover .second-thumb {
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s; }

.tease--solution .upper {
  margin: 0 0 15px;
  position: relative;
  overflow: hidden; }
  .tease--solution .upper img.horizontal {
    width: 100%;
    height: auto; }
  .tease--solution .upper img.vertical {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .tease--solution .upper .main-thumb {
    height: var(--tease-height-1);
    background-color: #eeeeee;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .tease--solution .upper .second-thumb {
    opacity: 0;
    height: var(--tease-height-1);
    background-color: #eeeeee;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s; }

.solution-categories {
  background-color: var(--light-gray);
  padding: 0 0 80px; }
  .solution-categories .block-slider-big-spaces > .swiper {
    margin: 0 0 80px; }
  .solution-categories .tease-product-category .swiper-slide {
    background-color: var(--green); }

.solution-clients .clients {
  padding: 0 8.33333%;
  text-align: center; }

@media all and (max-width: 660px) {
  .solution-clients .clients {
    padding: 0 20px; } }

.solution-projects .projects-container .tease--project {
  margin: 0; }

@media all and (max-width: 960px) {
  .solution-projects .projects-container .tease--project {
    margin: 0 0 80px; }
    .solution-projects .projects-container .tease--project:nth-of-type(3), .solution-projects .projects-container .tease--project:nth-of-type(4) {
      margin: 0; } }

@media all and (max-width: 660px) {
  .solution-projects .projects-container .tease--project {
    margin: 0 0 40px; }
    .solution-projects .projects-container .tease--project:nth-of-type(3) {
      margin: 0 0 40px; } }

.solutions-container {
  padding: 0 20px; }
  .solutions-container > .flex {
    margin: 0 -10px; }
    .solutions-container > .flex .tease--solution {
      width: 25%;
      padding: 0 10px;
      margin: 0 0 80px; }
  @media all and (max-width: 960px) {
    .solutions-container > .flex .tease--solution {
      width: 33.33333%; } }
  @media all and (max-width: 660px) {
    .solutions-container > .flex .tease--solution {
      width: 100%; } }

.brand-intro {
  /*@media all and (max-width: 660px) {
        .left {
            >div {
                padding: 60px 20px;
            }
        }
    }*/ }
  .brand-intro > .flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .brand-intro > .flex > div {
      width: 50%; }
  .brand-intro .left > div {
    padding: 0 50% 30px 30px; }
  .brand-intro .block-breadcrumbs {
    margin: 0 0 30px;
    padding: 0; }
  .brand-intro h1 {
    margin: 0 0 20px; }
  .brand-intro h2 {
    color: var(--gray);
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media all and (max-width: 960px) {
      .brand-intro h2 {
        font-size: 15px;
        line-height: 19px; } }
  .brand-intro .tags {
    margin: 0 0 20px; }
    .brand-intro .tags .tag {
      background-color: var(--light-gray); }
      .brand-intro .tags .tag:hover {
        background-color: var(--light-black); }
  .brand-intro .brand-information p {
    max-width: 65ch; }
  .brand-intro .brand-is-exclusive {
    border: 1px solid var(--light-black);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 2px;
    margin: 20px 0 0; }
  .brand-intro img {
    width: 100%; }
  @media all and (max-width: 1440px) {
    .brand-intro .left > div {
      padding: 0 33.33333% 30px 30px; } }
  @media all and (max-width: 1160px) {
    .brand-intro .left > div {
      padding: 0 30px 30px 30px; } }
  @media all and (max-width: 960px) {
    .brand-intro > .flex {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .brand-intro > .flex > div {
        width: 100%; }
    .brand-intro .left > div {
      padding: var(--pd-1) 20px 20px; } }

.brand-categories {
  background-color: var(--light-gray);
  padding: 0 0 var(--pd-3); }
  .brand-categories .tease-product-category .swiper-slide {
    background-color: var(--green); }

.brand-products > h2 {
  padding: var(--pd-3) 25%;
  text-align: center; }

.brand-products .brand-products-container {
  padding: 0 20px; }
  .brand-products .brand-products-container > .flex {
    margin: 0 -10px; }

.brand-products .tease--product-big {
  margin: 0 0 var(--pd-3); }

.brand-products .tease--product {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 var(--pd-3); }
  .brand-products .tease--product:nth-last-child(1), .brand-products .tease--product:nth-last-child(2) {
    margin: 0 0 80px; }

.brand-products .tease--product:nth-child(7),
.brand-products .tease--product:nth-child(8),
.brand-products .tease--product:nth-child(11),
.brand-products .tease--product:nth-child(12),
.brand-products .tease--product:nth-child(14),
.brand-products .tease--product:nth-child(15) {
  width: 50%; }

.brand-products .block-link {
  padding-bottom: 0; }

@media all and (max-width: 960px) {
  .brand-products .tease--product {
    width: 33.33333%; }
  .brand-products .tease--product:nth-child(7),
  .brand-products .tease--product:nth-child(8),
  .brand-products .tease--product:nth-child(11),
  .brand-products .tease--product:nth-child(12),
  .brand-products .tease--product:nth-child(14),
  .brand-products .tease--product:nth-child(15) {
    width: 33.33333%; } }

.page-brands {
  background-color: var(--light-black);
  color: #646464; }
  .page-brands .block-first-title h1 {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media all and (max-width: 960px) {
      .page-brands .block-first-title h1 {
        font-size: 15px;
        line-height: 19px; } }
  .page-brands .category-tools > .flex > .tool-container .category-tool {
    color: #646464; }
    .page-brands .category-tools > .flex > .tool-container .category-tool:hover, .page-brands .category-tools > .flex > .tool-container .category-tool.active {
      color: #fff; }

.brands-first-title {
  padding: 0 30px 80px; }
  .brands-first-title > div {
    position: relative; }
  .brands-first-title .col-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .brands-first-title .col-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto; }
  .brands-first-title .brands-cats {
    position: relative; }
  .brands-first-title .cats-btn {
    cursor: pointer;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
    .brands-first-title .cats-btn:hover {
      color: var(--green); }
  .brands-first-title .cats-container {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background-color: var(--green);
    padding: 5px 0 10px;
    display: none; }
    .brands-first-title .cats-container.show {
      display: block; }
  .brands-first-title .brand-cat {
    padding: 5px 10px 0px;
    cursor: pointer;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
    .brands-first-title .brand-cat:hover {
      color: var(--gray); }

.groups-container {
  padding: 0 0 var(--pd-2); }
  .groups-container .group {
    margin: 0 0 80px;
    padding: 0 33.33333%;
    text-align: center; }
  .groups-container .letter {
    color: #fff;
    margin: 0 0 80px; }
  .groups-container .group:last-of-type {
    margin: 0; }
  @media all and (max-width: 1160px) {
    .groups-container .group {
      margin: 0 0 40px; }
    .groups-container .letter {
      margin: 0 0 40px; } }
  @media all and (max-width: 960px) {
    .groups-container .group {
      padding: 0 25%; } }
  @media all and (max-width: 660px) {
    .groups-container .group {
      padding: 0 20px; } }

.tease--brand {
  margin: 0 auto 5px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .tease--brand > a {
    display: block; }
    .tease--brand > a:hover h2 {
      color: #fff; }
    .tease--brand > a:hover .brand-thumbnail {
      opacity: 1; }
  .tease--brand .brand-thumbnail {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25vw;
    left: calc(100% + 5vw);
    z-index: 1;
    pointer-events: none; }
  .tease--brand h2 {
    color: #646464;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
  @media all and (max-width: 960px) {
    .tease--brand {
      margin: 0 0 10px;
      width: 100%; }
      .tease--brand > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto; }
      .tease--brand h2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: calc((100% - 25%) - 10px);
        text-align: left; }
      .tease--brand .brand-thumbnail {
        pointer-events: all;
        width: auto;
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        opacity: 1;
        margin: 0 10px 0 0;
        width: 25%; }
        .tease--brand .brand-thumbnail img {
          -webkit-transform: none !important;
              -ms-transform: none !important;
                  transform: none !important;
          width: 100%;
          height: 8vw;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; } }
  @media all and (max-width: 960px) {
    .tease--brand .brand-thumbnail img {
      height: 15vw; } }

.brands-container-2 {
  background-color: var(--light-black);
  color: #646464;
  text-align: center;
  padding: var(--pd-2) 33.33333%; }
  .brands-container-2 > h2 {
    padding: 0 0 80px; }
  @media all and (max-width: 1160px) {
    .brands-container-2 > h2 {
      padding: 0 0 40px; } }
  @media all and (max-width: 960px) {
    .brands-container-2 {
      padding: var(--pd-2) 8.33333%; } }
  @media all and (max-width: 660px) {
    .brands-container-2 {
      padding: var(--pd-2) 20px; } }

.project-products {
  background-color: var(--light-gray); }

.related-projects > h2 {
  padding: var(--pd-3) 25%;
  text-align: center; }

.related-projects .swiper {
  padding: 0 20px; }

.related-projects .related-projects-link {
  padding: 0 30px;
  text-align: center; }

@media all and (max-width: 960px) {
  .related-projects > h2 {
    padding: var(--pd-3) 16.66667%; }
  .related-projects .tease--project img {
    height: 28.9583vw; } }

@media all and (max-width: 660px) {
  .related-projects > h2 {
    padding: var(--pd-3) 20px; }
  .related-projects .tease--project img {
    height: 55vw; } }

.page-projects .max-width {
  max-width: 1920px;
  margin: 0 auto; }

.page-projects h1 {
  text-align: center;
  padding: 0 30px;
  margin: 0 0 30px; }

.page-projects .block-title-big-text {
  padding: 0 30px;
  margin: 0 0 60px; }

@media all and (max-width: 960px) {
  .page-projects {
    margin: 0 0 40px; }
    .page-projects .block-title-big-text {
      padding: 0 20px; } }

.projects-container {
  padding: 0 20px; }
  .projects-container > .flex {
    margin: 0 -10px; }
  .projects-container .tease--project {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 80px; }
  @media all and (max-width: 960px) {
    .projects-container .tease--project {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .projects-container > .flex {
      margin: 0; }
    .projects-container .tease--project {
      width: 100%;
      padding: 0;
      margin: 0 0 40px; }
      .projects-container .tease--project:last-of-type {
        margin: 0; } }

.project-products .block-link {
  padding: 80px 0; }

.tease--project {
  margin: 0 0 80px; }
  .tease--project > div {
    position: relative; }
    .tease--project > div > a:hover h2 {
      color: var(--light-black); }
  .tease--project .tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: calc(100% - 20px); }
  .tease--project .project-thumb {
    margin: 0 0 20px; }
  .tease--project h2 {
    color: var(--gray);
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
  .tease--project h3 {
    text-transform: unset;
    color: var(--light-black); }
  .tease--project img {
    height: 16.66667vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  @media all and (max-width: 960px) {
    .tease--project img {
      height: 32.29166vw; } }
  @media all and (max-width: 660px) {
    .tease--project img {
      height: 65vw; } }

@media all and (max-width: 960px) {
  .page-posts .archive-tools {
    margin: 0 0 20px; } }

.posts-container {
  padding: 0 20px; }
  .posts-container > .flex {
    margin: 0 -10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .posts-container .tease--post {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 80px; }
  .posts-container .tease--post:nth-child(24n + 2) img,
  .posts-container .tease--post:nth-child(24n + 7) img,
  .posts-container .tease--post:nth-child(24n + 8) img,
  .posts-container .tease--post:nth-child(24n + 9) img,
  .posts-container .tease--post:nth-child(24n + 13) img,
  .posts-container .tease--post:nth-child(24n + 14) img,
  .posts-container .tease--post:nth-child(24n + 15) img,
  .posts-container .tease--post:nth-child(24n + 16) img,
  .posts-container .tease--post:nth-child(24n + 21) img,
  .posts-container .tease--post:nth-child(24n + 24) img {
    height: 16.66667vw; }
  @media all and (max-width: 960px) {
    .posts-container .tease--post {
      width: 33.33333%; }
    .posts-container .tease--post:nth-child(24n + 2) img,
    .posts-container .tease--post:nth-child(24n + 7) img,
    .posts-container .tease--post:nth-child(24n + 8) img,
    .posts-container .tease--post:nth-child(24n + 9) img,
    .posts-container .tease--post:nth-child(24n + 13) img,
    .posts-container .tease--post:nth-child(24n + 14) img,
    .posts-container .tease--post:nth-child(24n + 15) img,
    .posts-container .tease--post:nth-child(24n + 16) img,
    .posts-container .tease--post:nth-child(24n + 21) img,
    .posts-container .tease--post:nth-child(24n + 24) img {
      height: 21.3541vw; } }
  @media all and (max-width: 660px) {
    .posts-container > .flex {
      margin: 0;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .posts-container .tease--post {
      width: 100%;
      padding: 0;
      margin: 0 0 40px; }
    .posts-container .tease--post:nth-child(24n + 2) img,
    .posts-container .tease--post:nth-child(24n + 7) img,
    .posts-container .tease--post:nth-child(24n + 8) img,
    .posts-container .tease--post:nth-child(24n + 9) img,
    .posts-container .tease--post:nth-child(24n + 13) img,
    .posts-container .tease--post:nth-child(24n + 14) img,
    .posts-container .tease--post:nth-child(24n + 15) img,
    .posts-container .tease--post:nth-child(24n + 16) img,
    .posts-container .tease--post:nth-child(24n + 21) img,
    .posts-container .tease--post:nth-child(24n + 24) img {
      height: auto; } }

.tease--post > div {
  position: relative; }
  .tease--post > div > a {
    display: block; }
    .tease--post > div > a:hover h2 {
      color: var(--gray); }

.tease--post .tags {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: calc(100% - 20px); }

.tease--post .post-thumb {
  margin: 0 0 20px; }

.tease--post .post-date {
  color: var(--gray); }

.tease--post h2 {
  color: var(--light-black);
  text-transform: unset;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }

.tease--post img {
  height: var(--tease-height-1);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.tease--post .lower {
  height: 90px; }

@media all and (max-width: 660px) {
  .tease--post img {
    height: auto; }
  .tease--post .lower {
    height: auto; } }

.post-texts {
  padding: 0 30px;
  margin: 0 0 30px; }
  .post-texts > .flex {
    margin: 0 -10px; }
  .post-texts .left {
    width: 50%;
    padding: 0 10px; }
    .post-texts .left > div {
      padding: 0 0 0 50%; }
    .post-texts .left .swiper:hover .swiper-button-next > div,
    .post-texts .left .swiper:hover .swiper-button-prev > div {
      opacity: 1; }
  .post-texts .right {
    width: 50%;
    padding: 0 10px; }
  .post-texts .only-date {
    margin: 0 0 20px; }
  .post-texts .block-title-big-text {
    margin: 0 0 20px; }
  .post-texts .post-cats {
    margin: 0 0 20px; }
  .post-texts .post-content {
    padding: 0 50% 0 0; }
    .post-texts .post-content p {
      max-width: 65ch; }
    .post-texts .post-content h2 {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media all and (max-width: 960px) {
        .post-texts .post-content h2 {
          font-size: 15px;
          line-height: 19px; } }
    .post-texts .post-content h2,
    .post-texts .post-content h3 {
      margin: 20px 0;
      color: var(--gray); }
  .post-texts .tags .tag {
    background-color: var(--green); }
    .post-texts .tags .tag:hover {
      background-color: var(--light-black); }
  @media all and (max-width: 1440px) {
    .post-texts .post-content {
      padding: 0 33.33333% 0 0; } }
  @media all and (max-width: 1160px) {
    .post-texts .post-content {
      padding: 0 25% 0 0; }
    .post-texts .left > div {
      padding: 0 0 0 41.66667%; }
      .post-texts .left > div .tease-slider .swiper-slide {
        height: 37.931034vw; } }
  @media all and (max-width: 960px) {
    .post-texts {
      padding: 0 20px; }
      .post-texts .post-content {
        padding: 0; }
      .post-texts .left > div {
        padding: 0 0 0 33.33333%; }
        .post-texts .left > div .tease-slider .swiper-slide {
          height: 43.75vw; } }
  @media all and (max-width: 660px) {
    .post-texts > .flex {
      margin: 0; }
    .post-texts .left {
      width: 100%;
      padding: 0;
      margin: 0 0 20px; }
      .post-texts .left > div {
        padding: 0; }
        .post-texts .left > div .tease-slider img.normal-thumb {
          display: none; }
        .post-texts .left > div .tease-slider img.horizontal-thumb {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
        .post-texts .left > div .tease-slider img.landscape {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
        .post-texts .left > div .tease-slider img.vertical {
          height: 100%;
          width: auto;
          -o-object-fit: unset;
             object-fit: unset;
          -o-object-position: unset;
             object-position: unset; }
        .post-texts .left > div .tease-slider video.vertical {
          height: 100%;
          width: auto;
          -o-object-fit: unset;
             object-fit: unset;
          -o-object-position: unset;
             object-position: unset; }
        .post-texts .left > div .tease-slider video.landscape {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; } }
    @media all and (max-width: 660px) and (max-width: 960px) {
      .post-texts .left > div .tease-slider img.horizontal-thumb {
        display: none; }
      .post-texts .left > div .tease-slider img.normal-thumb {
        display: block; } }
  @media all and (max-width: 660px) {
        .post-texts .left > div .tease-slider .swiper-slide {
          height: 50vw; }
    .post-texts .right {
      width: 100%;
      padding: 0; } }

.post-big-text-2 {
  padding: 0 30px;
  text-align: center; }
  @media all and (max-width: 660px) {
    .post-big-text-2 {
      padding: 0 20px; } }

.related-posts .swiper {
  padding: 0 20px;
  margin: 0 0 80px; }

.related-posts .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.related-posts .swiper-slide:nth-child(1) .tease--post img,
.related-posts .swiper-slide:nth-child(4) .tease--post img {
  height: 16.66667vw; }

.related-posts .swiper-slide:nth-child(2) .tease--post img,
.related-posts .swiper-slide:nth-child(3) .tease--post img {
  height: var(--tease-height-1); }

.related-posts .block-title-link {
  padding: 0 20px; }

@media all and (max-width: 660px) {
  .related-posts .swiper-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .related-posts .swiper-slide:nth-child(1) .tease--post img,
  .related-posts .swiper-slide:nth-child(4) .tease--post img {
    height: 55vw; }
  .related-posts .swiper-slide:nth-child(2) .tease--post img,
  .related-posts .swiper-slide:nth-child(3) .tease--post img {
    height: 55vw; } }

.tease--client {
  margin: 0 0 5px; }
  .tease--client a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block; }
  .tease--client > div > h2 {
    color: var(--gray); }

.page-clients h1 {
  text-align: center;
  padding: 0 30px;
  margin: 0 0 30px; }

.page-clients .block-title-big-text {
  padding: 0 30px;
  margin: 0 0 var(--pd-3); }

.page-clients .by-category {
  display: none; }

.page-clients .groups-container {
  padding: 0; }
  .page-clients .groups-container .letter {
    color: var(--light-black); }

@media all and (max-width: 960px) {
  .page-clients .block-title-big-text {
    padding: 0 20px;
    margin: 0 0 40px; } }

.clients-tools {
  padding: 0 30px;
  margin: 0 0 80px; }
  .clients-tools > .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .clients-tools .client-tool {
    color: var(--gray);
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s;
    cursor: pointer; }
    .clients-tools .client-tool:hover, .clients-tools .client-tool.active {
      color: var(--light-black); }
  @media all and (max-width: 960px) {
    .clients-tools {
      padding: 0 20px;
      margin: 0 0 40px; } }

.clients-countries {
  margin: 0 0 80px; }
  @media all and (max-width: 960px) {
    .clients-countries {
      margin: 0 0 40px; } }

/*.letter-tools {
    padding:0 30px;
    margin:0 0 80px;
    >.flex {
        align-items: center;
        justify-content: center;
        margin:0 -10px;
        >div {
            padding:0 10px;
            .letter-tool {
                width:26px;
                height:26px;
                cursor:pointer;
                transition:all 0.35s;
                color:var(--gray);
                display:flex;
                align-items:center;
                justify-content: center;
                &:hover,
                &.active {
                    color:var(--light-black);
                }
            }
        }
    }
}*/
.letter-tools {
  padding: 0 30px;
  margin: 0 0 80px; }
  .letter-tools .letter-tool {
    width: 26px;
    height: 26px;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: var(--gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .letter-tools .letter-tool:hover, .letter-tools .letter-tool.active {
      color: var(--light-black); }
  .letter-tools .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .letter-tools .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media all and (max-width: 1160px) {
    .letter-tools .swiper-wrapper {
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; } }
  @media all and (max-width: 960px) {
    .letter-tools {
      padding: 0 20px;
      margin: 0 0 40px; } }

.category-tools {
  padding: 0 30px;
  margin: 0 0 80px; }
  .category-tools > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px; }
    .category-tools > .flex > .tool-container {
      padding: 0 10px; }
      .category-tools > .flex > .tool-container .category-tool {
        width: auto;
        height: 26px;
        cursor: pointer;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        color: var(--gray);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .category-tools > .flex > .tool-container .category-tool:hover, .category-tools > .flex > .tool-container .category-tool.active {
          color: var(--light-black); }
  @media all and (max-width: 960px) {
    .category-tools {
      padding: 0 20px; } }

/*.category-tools {
    padding:0 30px;
    margin:0 0 80px;
    text-align:center;
    >.flex {
        align-items: center;
        justify-content: center;
        margin:0 -10px;
        >.tool-container {
            padding:0 10px;
            .category-tool {
                width:auto;
                height:26px;
                cursor:pointer;
                transition:all 0.35s;
                color:var(--gray);
                display:flex;
                align-items:center;
                justify-content: center;
                &:hover,
                &.active {
                    color:var(--light-black);
                }
            }
        }
    }

    .category-filter {
        position:relative;
        width:fit-content;
        margin:0 auto;

        &.active {
            .categories-container {
                opacity:1;
                pointer-events: all;
            }

            .category-filter-btn .right {
                transform:rotate(-180deg);
            }
        }

        .category-filter-btn {
            cursor:pointer;
            >.flex {
                align-items:center;
            }

            .left {
                margin:0 10px 0 0;
            }

            .right {
                transform-origin:center;
                line-height: 0;
                svg {
                    width:12px;
                    line-height:0;
                }
            }
        }

        .categories-container {
            position:absolute;
            max-height:300px;
            overflow-y:auto;
            top:calc(100% + 10px);
            left:50%;
            transform:translateX(-50%);
            width:20vw;
            padding:10px;
            background-color: var(--light-gray);
            opacity:0;
            pointer-events: none;
            &::-webkit-scrollbar {
			    width: 3px;
            }

            &::-webkit-scrollbar-track {
                background: var(--gray);
            }

            &::-webkit-scrollbar-thumb {
                background: var(--light-black);
            }

            &::-webkit-scrollbar-thumb:hover {
                background: #fff;
            }

            .category-tool {
                padding:5px 0;
                cursor:pointer;
                transition:color 0.35s;
                &.active,
                &:hover {
                    color:#5C5C5C;
                }
            }
        }
    }
}*/
.page-contact {
  background-color: var(--gray); }

.contact-info {
  padding: 0 25%;
  margin: 0 0 var(--pd-1);
  text-align: center;
  color: var(--light-black); }
  .contact-info a {
    color: #fff; }
    .contact-info a:hover {
      color: var(--light-black); }
  @media all and (max-width: 960px) {
    .contact-info {
      padding: 0 16.66667%; } }
  @media all and (max-width: 660px) {
    .contact-info {
      padding: 0 20px;
      margin: 0 0 var(--pd-3); } }

.contact-form {
  text-align: center;
  padding: 0 25% var(--pd-1); }
  .contact-form > h2 {
    margin: 0 0 10px; }
  .contact-form .gfield {
    margin: 0 0 10px; }
  .contact-form textarea {
    max-height: 165px;
    min-height: 165px; }
  .contact-form:has(.gform_confirmation_message) > h2 {
    display: none; }
  .contact-form input[type="submit"] {
    text-transform: uppercase; }
  @media all and (max-width: 960px) {
    .contact-form {
      padding: 0 16.66667% var(--pd-1); } }
  @media all and (max-width: 660px) {
    .contact-form {
      padding: 0 20px var(--pd-1); } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important; }

.careers-texts {
  padding: 0 20px; }
  .careers-texts > .flex {
    margin: 0 -10px; }
  .careers-texts .left {
    width: 50%;
    padding: 0 10px; }
    .careers-texts .left img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .careers-texts .right {
    width: 50%; }
    .careers-texts .right > .block-title-big-text {
      padding: 0 10px;
      margin: 0 0 80px; }
    .careers-texts .right > .flex .col-1 {
      width: 50%;
      padding: 0 10px; }
    .careers-texts .right > .flex .col-2 {
      width: 50%;
      padding: 0 10px; }
  .careers-texts .gfield {
    margin: 0 0 10px; }
  .careers-texts .gform-body input,
  .careers-texts .gform-body textarea {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    background-color: var(--light-gray);
    padding: 4px 10px 8px;
    text-transform: unset; }
    @media all and (max-width: 960px) {
      .careers-texts .gform-body input,
      .careers-texts .gform-body textarea {
        font-size: 15px;
        line-height: 19px; } }
    .careers-texts .gform-body input::-webkit-input-placeholder,
    .careers-texts .gform-body textarea::-webkit-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      text-transform: unset;
      color: var(--light-black); }
      @media all and (max-width: 960px) {
        .careers-texts .gform-body input::-webkit-input-placeholder,
        .careers-texts .gform-body textarea::-webkit-input-placeholder {
          font-size: 15px;
          line-height: 19px; } }
    .careers-texts .gform-body input::-moz-placeholder,
    .careers-texts .gform-body textarea::-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      text-transform: unset;
      color: var(--light-black); }
      @media all and (max-width: 960px) {
        .careers-texts .gform-body input::-moz-placeholder,
        .careers-texts .gform-body textarea::-moz-placeholder {
          font-size: 15px;
          line-height: 19px; } }
    .careers-texts .gform-body input:-ms-input-placeholder,
    .careers-texts .gform-body textarea:-ms-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      text-transform: unset;
      color: var(--light-black); }
      @media all and (max-width: 960px) {
        .careers-texts .gform-body input:-ms-input-placeholder,
        .careers-texts .gform-body textarea:-ms-input-placeholder {
          font-size: 15px;
          line-height: 19px; } }
    .careers-texts .gform-body input:-moz-placeholder,
    .careers-texts .gform-body textarea:-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      text-transform: unset;
      color: var(--light-black); }
      @media all and (max-width: 960px) {
        .careers-texts .gform-body input:-moz-placeholder,
        .careers-texts .gform-body textarea:-moz-placeholder {
          font-size: 15px;
          line-height: 19px; } }
  .careers-texts input[type="submit"] {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding: 5px 10px 6px;
    text-transform: uppercase !important; }
    @media all and (max-width: 960px) {
      .careers-texts input[type="submit"] {
        font-size: 15px;
        line-height: 19px; } }
  .careers-texts .gform_submission_error {
    padding: 0;
    text-align: left; }
  .careers-texts .gform_ajax_spinner {
    left: unset;
    right: calc(100% + 10px); }
  .careers-texts .gform_confirmation_message {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px; }
    @media all and (max-width: 960px) {
      .careers-texts .gform_confirmation_message {
        font-size: 15px;
        line-height: 19px; } }
  .careers-texts .gfield--type-html a:hover {
    color: var(--gray); }
  @media all and (max-width: 1440px) {
    .careers-texts .right > .flex .col-1 {
      width: 33.33333%; }
      .careers-texts .right > .flex .col-1 a {
        display: block; }
    .careers-texts .right > .flex .col-2 {
      width: 66.66667%; } }
  @media all and (max-width: 1160px) {
    .careers-texts .right .block-title-big-text {
      margin: 0 0 40px; }
    .careers-texts .right > .flex .col-1 {
      width: 100%;
      margin: 0 0 20px; }
    .careers-texts .right > .flex .col-2 {
      width: 100%; } }
  @media all and (max-width: 960px) {
    .careers-texts {
      padding: 0; }
      .careers-texts > .flex {
        margin: 0; }
      .careers-texts .left {
        width: 100%;
        padding: 0;
        margin: 0 0 20px; }
        .careers-texts .left img {
          height: auto; }
      .careers-texts .right {
        width: 100%;
        padding: 0 0 40px; }
        .careers-texts .right > .block-title-big-text {
          padding: 0 20px; }
        .careers-texts .right > .flex > .col-1 {
          padding: 0 16.66667%; }
        .careers-texts .right > .flex > .col-2 {
          padding: 0 16.66667%; } }
  @media all and (max-width: 660px) {
    .careers-texts .right > .flex > .col-1 {
      padding: 0 20px; }
    .careers-texts .right > .flex > .col-2 {
      padding: 0 20px; } }

.page-terms {
  background-color: var(--green);
  padding-bottom: var(--pd-2); }
  .page-terms h1 {
    padding-bottom: 80px; }
  .page-terms .spacer, .page-terms strong, .page-terms .strong, .page-terms b, .page-terms .b {
    color: #fff; }

.terms-privacy-link {
  padding: 0 30px;
  margin: 0 0 80px; }
  .terms-privacy-link > .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .terms-privacy-link a {
    text-decoration: underline;
    color: var(--light-black); }
    .terms-privacy-link a:hover {
      color: #fff; }

.terms-big-text {
  padding: 0 30px;
  margin: 0 0 80px; }
  .terms-big-text > div {
    position: relative; }
    .terms-big-text > div:before {
      content: '\2022';
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #fff;
      position: absolute;
      top: -1px;
      left: 0; }
      @media all and (max-width: 1440px) {
        .terms-big-text > div:before {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .terms-big-text > div:before {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .terms-big-text > div:before {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .terms-big-text > div:before {
          font-size: 20px;
          line-height: 20px; } }
  .terms-big-text p {
    text-indent: 8.33333vw; }
  @media all and (min-width: 1921px) {
    .terms-big-text p {
      text-indent: 120px; } }
  @media all and (max-width: 960px) {
    .terms-big-text {
      padding: 0 20px; } }
  @media all and (max-width: 660px) {
    .terms-big-text p {
      text-indent: 20px; } }

.terms-texts .term-text {
  padding: 0 30px 0 50%;
  margin: 0 0 20px; }
  .terms-texts .term-text > .flex {
    margin: 0 -10px; }
    .terms-texts .term-text > .flex > div {
      padding: 0 10px;
      width: 50%; }
  .terms-texts .term-text .left h2 {
    width: calc(100% - 40px); }
  .terms-texts .term-text .right h2 {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media all and (max-width: 960px) {
      .terms-texts .term-text .right h2 {
        font-size: 15px;
        line-height: 19px; } }
  .terms-texts .term-text .right h2, .terms-texts .term-text .right h3 {
    margin: 30px 0; }
  .terms-texts .term-text .right h2:first-child,
  .terms-texts .term-text .right h3:first-child {
    margin-top: 0; }
  .terms-texts .term-text .right p {
    max-width: 600px; }
  .terms-texts .term-text .right a {
    color: var(--light-black);
    text-decoration: underline; }
    .terms-texts .term-text .right a:hover {
      color: #fff; }

@media all and (max-width: 1440px) {
  .terms-texts .term-text {
    padding: 0 30px 0 33.33333%; } }

@media all and (max-width: 960px) {
  .terms-texts .term-text {
    padding: 0 20px; }
    .terms-texts .term-text > .flex {
      margin: 0; }
      .terms-texts .term-text > .flex > div {
        width: 100%;
        padding: 0; }
    .terms-texts .term-text .left {
      margin: 0 0 40px; }
    .terms-texts .term-text .right > div {
      padding: 0 0 0 32px; } }

.page-heritage {
  background-color: var(--light-black);
  color: #fff; }
  .page-heritage h1,
  .page-heritage .small-title {
    color: var(--green); }

.heritage-intro-texts .text-container:nth-child(1) .block-image-big-text-text {
  padding: 0 33.33333% 0 0; }

.heritage-intro-texts .text-container:nth-child(1) .block-title-big-text {
  padding: 0 0 0 30px; }

.heritage-intro-texts .text-container:nth-child(2) .block-image-big-text-text {
  padding: 0 0 0 calc(9 / 12 * 100%);
  margin: -4.166666vw 0 0; }

.heritage-intro-texts .text-container:nth-child(2) .block-title-big-text {
  padding: 0 30px 0 0; }

.heritage-intro-texts .text-container:nth-child(3) .block-image-big-text-text {
  padding: 0 calc(7 / 12 * 100%) 0 0;
  margin: 0 0 var(--pd-2); }

.heritage-intro-texts .text-container:nth-child(3) .block-title-big-text {
  padding: 0 0 0 30px; }

.heritage-intro-texts .text-container:nth-child(4) .block-image-big-text-text {
  padding: 0 16.66667%;
  margin: 0 0 var(--pd-1); }

.heritage-intro-texts .text-container:nth-child(5) .block-image-big-text-text {
  padding: 0 20px;
  margin: 0 0 var(--pd-1); }

@media all and (max-width: 1440px) {
  .heritage-intro-texts .text-container:nth-child(1) .block-image-big-text-text {
    padding: 0 41.66667% 0 0; }
  .heritage-intro-texts .text-container:nth-child(2) .block-image-big-text-text {
    padding: 0 0 0 calc(8 / 12 * 100%); } }

@media all and (max-width: 1160px) {
  .heritage-intro-texts .text-container:nth-child(1) .block-image-big-text-text {
    margin: 0 0 40px; }
  .heritage-intro-texts .text-container:nth-child(2) .block-image-big-text-text {
    padding: 0 0 0 50%;
    margin: 0 0 40px; }
  .heritage-intro-texts .text-container:nth-child(3) .block-image-big-text-text {
    padding: 0 50% 0 0; } }

@media all and (max-width: 960px) {
  .heritage-intro-texts .text-container:nth-child(1) {
    margin: 0 0 80px; }
    .heritage-intro-texts .text-container:nth-child(1) .block-image-big-text-text {
      padding: 0 33.33333% 0 0; }
    .heritage-intro-texts .text-container:nth-child(1) .block-title-big-text {
      padding: 0 0 0 20px; }
  .heritage-intro-texts .text-container:nth-child(2) {
    margin: 0 0 80px; }
    .heritage-intro-texts .text-container:nth-child(2) .block-image-big-text-text {
      padding: 0 0 0 33.33333%; }
    .heritage-intro-texts .text-container:nth-child(2) .block-title-big-text {
      padding: 0 20px 0 0; }
  .heritage-intro-texts .text-container:nth-child(3) {
    margin: 0 0 80px; }
    .heritage-intro-texts .text-container:nth-child(3) .block-image-big-text-text {
      padding: 0 33.33333% 0 0; }
    .heritage-intro-texts .text-container:nth-child(3) .block-title-big-text {
      padding: 0 0 0 20px; } }

@media all and (max-width: 660px) {
  .heritage-intro-texts .text-container:nth-child(1) .block-image-big-text-text {
    padding: 0 20px 0 0; }
  .heritage-intro-texts .text-container:nth-child(2) .block-image-big-text-text {
    padding: 0 0 0 20px; }
  .heritage-intro-texts .text-container:nth-child(3) .block-image-big-text-text {
    padding: 0 20px 0 0; }
  .heritage-intro-texts .text-container:nth-child(4) .block-image-big-text-text {
    padding: 0 20px; } }

.heritage-history-texts {
  position: relative;
  padding: 0 0 var(--pd-2); }
  .heritage-history-texts .text-container {
    padding: 0 25%;
    margin: 0 0 var(--pd-3); }
    .heritage-history-texts .text-container:last-of-type {
      margin: 0; }
  .heritage-history-texts .block-gallery-2 {
    padding: 0;
    margin: 0 0 15px; }
    .heritage-history-texts .block-gallery-2 .swiper-slide {
      height: 33.33333vw; }
  .heritage-history-texts .history-years {
    position: absolute;
    top: 0;
    right: 30px;
    width: 16.66667%; }
  .heritage-history-texts .year {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin: 0 0 10px;
    text-align: right; }
    .heritage-history-texts .year.active {
      font-family: "Font Light";
      font-weight: 300;
      font-style: normal;
      text-transform: uppercase;
      font-size: 3.5vw;
      line-height: 1;
      letter-spacing: 0.416666vw;
      color: var(--green); }
  @media all and (max-width: 960px) {
    .heritage-history-texts .history-years {
      right: 20px; }
    .heritage-history-texts .text-container {
      padding: 0 20%; }
    .heritage-history-texts .block-gallery-2 .swiper-slide {
      height: 40vw; }
    .heritage-history-texts .year.active {
      font-family: "Font Light";
      font-weight: 300;
      font-style: normal;
      text-transform: uppercase;
      font-size: 4.166666vw;
      line-height: 1;
      letter-spacing: 0.416666vw;
      /*font-size: var(--pd-3);
    line-height: var(--pd-3);
    letter-spacing: 8px;
    @media all and (max-width: 1440px) {
        font-size: 60px;
        line-height: 60px;
        letter-spacing:6px;
    }
    @media all and (max-width: 1160px) {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 5px;
    }
    */ } }
  @media all and (max-width: 960px) and (max-width: 960px) {
    .heritage-history-texts .year.active {
      font-size: 36px;
      line-height: 36px;
      letter-spacing: 3px; } }
  @media all and (max-width: 960px) and (max-width: 660px) {
    .heritage-history-texts .year.active {
      font-size: 28px;
      line-height: 28px; } }
  @media all and (max-width: 660px) {
    .heritage-history-texts .text-container {
      padding: 0 93px 0 20px;
      margin: 0 0 40px; }
    .heritage-history-texts .history-years {
      width: auto; }
    .heritage-history-texts .year {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1px; } }
  @media all and (max-width: 660px) and (max-width: 960px) {
    .heritage-history-texts .year {
      font-size: 15px;
      line-height: 19px; } }
  @media all and (max-width: 660px) {
    .heritage-history-texts .year.active {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1px; } }
  @media all and (max-width: 660px) and (max-width: 960px) {
    .heritage-history-texts .year.active {
      font-size: 15px;
      line-height: 19px; } }
  @media all and (max-width: 660px) {
    .heritage-history-texts .block-gallery-2 .swiper-slide {
      height: 50vw; } }

.heritage-hospitality .max-width {
  max-width: 1920px;
  margin: 0 auto; }

.heritage-hospitality h2.h1 {
  text-align: center;
  padding: 0 30px;
  margin: 0 0 30px;
  color: var(--green); }

.heritage-hospitality .block-title-big-text {
  padding: 0 30px;
  margin: 0 0 60px; }

@media all and (max-width: 960px) {
  .heritage-hospitality .block-title-big-text {
    padding: 0 20px; } }

.hotels-container {
  padding: 0 20px var(--pd-3); }
  .hotels-container > .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px; }
  .hotels-container .hotel {
    width: 20%;
    padding: 0 10px;
    margin: 0 0 40px; }
    .hotels-container .hotel .hotel-thumb {
      margin: 0 0 10px; }
    .hotels-container .hotel img {
      aspect-ratio: 23/16;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  @media all and (max-width: 1160px) {
    .hotels-container .hotel {
      width: 25%; } }
  @media all and (max-width: 960px) {
    .hotels-container .hotel {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .hotels-container > .flex {
      margin: 0; }
    .hotels-container .hotel {
      width: 100%;
      padding: 0; }
      .hotels-container .hotel:last-of-type {
        margin: 0; } }

.tease--generic {
  margin: 0 0 80px; }
  .tease--generic > div {
    position: relative; }
    .tease--generic > div > a:hover h2 {
      color: var(--light-black); }
  .tease--generic .tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: calc(100% - 20px); }
  .tease--generic .generic-thumb {
    margin: 0 0 20px; }
  .tease--generic h2 {
    color: var(--gray);
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }
  .tease--generic div.h3 {
    color: var(--light-black); }
  .tease--generic img {
    height: 16.66667vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.tags-container {
  padding: 0 20px; }
  .tags-container > .flex {
    margin: 0 -10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .tags-container .tease {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 80px; }
  .tags-container .lower {
    height: 60px; }
  @media all and (max-width: 960px) {
    .tags-container .tease {
      width: 33.33333%; } }
  @media all and (max-width: 660px) {
    .tags-container .tease {
      width: 100%; } }

.tml-action body {
  font-size: 16px;
  line-height: 20px;
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  background-color: var(--gray); }
  @media all and (max-width: 960px) {
    .tml-action body {
      font-size: 15px;
      line-height: 19px; } }

.tml-action #content {
  max-width: 1920px;
  margin: 0 auto; }

.tml-action #footer {
  background-color: #fff; }

.tml-action .type-page {
  padding: var(--pd-1) 25%;
  text-align: center; }
  .tml-action .type-page input[type="text"],
  .tml-action .type-page input[type="password"],
  .tml-action .type-page input[type="email"] {
    width: 100%;
    border-radius: 0;
    border: 0;
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    background-color: #fff;
    padding: 3px 10px 7px;
    text-transform: none !important;
    letter-spacing: 2px;
    color: var(--light-black);
    min-height: unset;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media all and (max-width: 1440px) {
      .tml-action .type-page input[type="text"],
      .tml-action .type-page input[type="password"],
      .tml-action .type-page input[type="email"] {
        font-size: 27px;
        line-height: 27px; } }
    @media all and (max-width: 1160px) {
      .tml-action .type-page input[type="text"],
      .tml-action .type-page input[type="password"],
      .tml-action .type-page input[type="email"] {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px; } }
    @media all and (max-width: 960px) {
      .tml-action .type-page input[type="text"],
      .tml-action .type-page input[type="password"],
      .tml-action .type-page input[type="email"] {
        font-size: 22px;
        line-height: 22px; } }
    @media all and (max-width: 660px) {
      .tml-action .type-page input[type="text"],
      .tml-action .type-page input[type="password"],
      .tml-action .type-page input[type="email"] {
        font-size: 20px;
        line-height: 20px; } }
    .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
    .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
    .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--light-black);
      text-transform: none !important;
      letter-spacing: 2px; }
      @media all and (max-width: 1440px) {
        .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
          font-size: 20px;
          line-height: 20px; } }
    .tml-action .type-page input[type="text"]::-moz-placeholder,
    .tml-action .type-page input[type="password"]::-moz-placeholder,
    .tml-action .type-page input[type="email"]::-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--light-black);
      text-transform: none !important;
      letter-spacing: 2px; }
      @media all and (max-width: 1440px) {
        .tml-action .type-page input[type="text"]::-moz-placeholder,
        .tml-action .type-page input[type="password"]::-moz-placeholder,
        .tml-action .type-page input[type="email"]::-moz-placeholder {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .tml-action .type-page input[type="text"]::-moz-placeholder,
        .tml-action .type-page input[type="password"]::-moz-placeholder,
        .tml-action .type-page input[type="email"]::-moz-placeholder {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .tml-action .type-page input[type="text"]::-moz-placeholder,
        .tml-action .type-page input[type="password"]::-moz-placeholder,
        .tml-action .type-page input[type="email"]::-moz-placeholder {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .tml-action .type-page input[type="text"]::-moz-placeholder,
        .tml-action .type-page input[type="password"]::-moz-placeholder,
        .tml-action .type-page input[type="email"]::-moz-placeholder {
          font-size: 20px;
          line-height: 20px; } }
    .tml-action .type-page input[type="text"]:-ms-input-placeholder,
    .tml-action .type-page input[type="password"]:-ms-input-placeholder,
    .tml-action .type-page input[type="email"]:-ms-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--light-black);
      text-transform: none !important;
      letter-spacing: 2px; }
      @media all and (max-width: 1440px) {
        .tml-action .type-page input[type="text"]:-ms-input-placeholder,
        .tml-action .type-page input[type="password"]:-ms-input-placeholder,
        .tml-action .type-page input[type="email"]:-ms-input-placeholder {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .tml-action .type-page input[type="text"]:-ms-input-placeholder,
        .tml-action .type-page input[type="password"]:-ms-input-placeholder,
        .tml-action .type-page input[type="email"]:-ms-input-placeholder {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .tml-action .type-page input[type="text"]:-ms-input-placeholder,
        .tml-action .type-page input[type="password"]:-ms-input-placeholder,
        .tml-action .type-page input[type="email"]:-ms-input-placeholder {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .tml-action .type-page input[type="text"]:-ms-input-placeholder,
        .tml-action .type-page input[type="password"]:-ms-input-placeholder,
        .tml-action .type-page input[type="email"]:-ms-input-placeholder {
          font-size: 20px;
          line-height: 20px; } }
    .tml-action .type-page input[type="text"]:-moz-placeholder,
    .tml-action .type-page input[type="password"]:-moz-placeholder,
    .tml-action .type-page input[type="email"]:-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--light-black);
      text-transform: none !important;
      letter-spacing: 2px; }
      @media all and (max-width: 1440px) {
        .tml-action .type-page input[type="text"]:-moz-placeholder,
        .tml-action .type-page input[type="password"]:-moz-placeholder,
        .tml-action .type-page input[type="email"]:-moz-placeholder {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .tml-action .type-page input[type="text"]:-moz-placeholder,
        .tml-action .type-page input[type="password"]:-moz-placeholder,
        .tml-action .type-page input[type="email"]:-moz-placeholder {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .tml-action .type-page input[type="text"]:-moz-placeholder,
        .tml-action .type-page input[type="password"]:-moz-placeholder,
        .tml-action .type-page input[type="email"]:-moz-placeholder {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .tml-action .type-page input[type="text"]:-moz-placeholder,
        .tml-action .type-page input[type="password"]:-moz-placeholder,
        .tml-action .type-page input[type="email"]:-moz-placeholder {
          font-size: 20px;
          line-height: 20px; } }
    .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
    .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
    .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--gray);
      text-transform: none !important;
      letter-spacing: 2px; }
      @media all and (max-width: 1440px) {
        .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .tml-action .type-page input[type="text"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="password"]::-webkit-input-placeholder,
        .tml-action .type-page input[type="email"]::-webkit-input-placeholder {
          font-size: 20px;
          line-height: 20px; } }
    .tml-action .type-page input[type="text"]::-moz-placeholder,
    .tml-action .type-page input[type="password"]::-moz-placeholder,
    .tml-action .type-page input[type="email"]::-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--gray);
      text-transform: none !important;
      letter-spacing: 2px; }
      @media all and (max-width: 1440px) {
        .tml-action .type-page input[type="text"]::-moz-placeholder,
        .tml-action .type-page input[type="password"]::-moz-placeholder,
        .tml-action .type-page input[type="email"]::-moz-placeholder {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .tml-action .type-page input[type="text"]::-moz-placeholder,
        .tml-action .type-page input[type="password"]::-moz-placeholder,
        .tml-action .type-page input[type="email"]::-moz-placeholder {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .tml-action .type-page input[type="text"]::-moz-placeholder,
        .tml-action .type-page input[type="password"]::-moz-placeholder,
        .tml-action .type-page input[type="email"]::-moz-placeholder {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .tml-action .type-page input[type="text"]::-moz-placeholder,
        .tml-action .type-page input[type="password"]::-moz-placeholder,
        .tml-action .type-page input[type="email"]::-moz-placeholder {
          font-size: 20px;
          line-height: 20px; } }
    .tml-action .type-page input[type="text"]:-ms-input-placeholder,
    .tml-action .type-page input[type="password"]:-ms-input-placeholder,
    .tml-action .type-page input[type="email"]:-ms-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--gray);
      text-transform: none !important;
      letter-spacing: 2px; }
      @media all and (max-width: 1440px) {
        .tml-action .type-page input[type="text"]:-ms-input-placeholder,
        .tml-action .type-page input[type="password"]:-ms-input-placeholder,
        .tml-action .type-page input[type="email"]:-ms-input-placeholder {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .tml-action .type-page input[type="text"]:-ms-input-placeholder,
        .tml-action .type-page input[type="password"]:-ms-input-placeholder,
        .tml-action .type-page input[type="email"]:-ms-input-placeholder {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .tml-action .type-page input[type="text"]:-ms-input-placeholder,
        .tml-action .type-page input[type="password"]:-ms-input-placeholder,
        .tml-action .type-page input[type="email"]:-ms-input-placeholder {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .tml-action .type-page input[type="text"]:-ms-input-placeholder,
        .tml-action .type-page input[type="password"]:-ms-input-placeholder,
        .tml-action .type-page input[type="email"]:-ms-input-placeholder {
          font-size: 20px;
          line-height: 20px; } }
    .tml-action .type-page input[type="text"]:-moz-placeholder,
    .tml-action .type-page input[type="password"]:-moz-placeholder,
    .tml-action .type-page input[type="email"]:-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--light-black);
      text-transform: none !important;
      letter-spacing: 2px; }
      @media all and (max-width: 1440px) {
        .tml-action .type-page input[type="text"]:-moz-placeholder,
        .tml-action .type-page input[type="password"]:-moz-placeholder,
        .tml-action .type-page input[type="email"]:-moz-placeholder {
          font-size: 27px;
          line-height: 27px; } }
      @media all and (max-width: 1160px) {
        .tml-action .type-page input[type="text"]:-moz-placeholder,
        .tml-action .type-page input[type="password"]:-moz-placeholder,
        .tml-action .type-page input[type="email"]:-moz-placeholder {
          font-size: 24px;
          line-height: 24px;
          letter-spacing: 2px; } }
      @media all and (max-width: 960px) {
        .tml-action .type-page input[type="text"]:-moz-placeholder,
        .tml-action .type-page input[type="password"]:-moz-placeholder,
        .tml-action .type-page input[type="email"]:-moz-placeholder {
          font-size: 22px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .tml-action .type-page input[type="text"]:-moz-placeholder,
        .tml-action .type-page input[type="password"]:-moz-placeholder,
        .tml-action .type-page input[type="email"]:-moz-placeholder {
          font-size: 20px;
          line-height: 20px; } }
  .tml-action .type-page .privacy-text a {
    text-decoration: underline;
    color: var(--light-black); }
    .tml-action .type-page .privacy-text a:hover {
      color: #fff; }
  @media all and (max-width: 960px) {
    .tml-action .type-page {
      padding: var(--pd-1) 16.66667%; } }
  @media all and (max-width: 660px) {
    .tml-action .type-page {
      padding: var(--pd-1) 20px; } }

.tml-action h1 {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff; }
  @media all and (max-width: 1440px) {
    .tml-action h1 {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    .tml-action h1 {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    .tml-action h1 {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    .tml-action h1 {
      font-size: 20px;
      line-height: 20px; } }

.tml-action .tml .tml-field-wrap {
  margin: 0 0 10px; }

.tml-action .privacy-text a {
  color: var(--light-black);
  text-decoration: underline; }
  .tml-action .privacy-text a:hover {
    color: #fff; }

.tml-action .tml .tml-message {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 10px;
  padding: 0; }
  .tml-action .tml .tml-message a {
    color: var(--light-black);
    text-decoration: underline; }
    .tml-action .tml .tml-message a:hover {
      color: #fff; }

.form-intro-text {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px; }
  @media all and (max-width: 1440px) {
    .form-intro-text {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    .form-intro-text {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    .form-intro-text {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    .form-intro-text {
      font-size: 20px;
      line-height: 20px; } }

#pass-strength-result {
  border: 0 !important;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%; }
  #pass-strength-result.strong {
    background-color: var(--green); }

.tml-field-wrap:has(input[type="checkbox"]) input,
.tml-field-wrap:has(input[type="radio"]) input {
  display: none; }

.tml-field-wrap:has(input[type="checkbox"]) label,
.tml-field-wrap:has(input[type="radio"]) label {
  padding: 0 0 0 27px;
  position: relative;
  cursor: pointer;
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: initial; }
  @media all and (max-width: 960px) {
    .tml-field-wrap:has(input[type="checkbox"]) label,
    .tml-field-wrap:has(input[type="radio"]) label {
      font-size: 15px;
      line-height: 19px; } }
  @media all and (max-width: 660px) {
    .tml-field-wrap:has(input[type="checkbox"]) label,
    .tml-field-wrap:has(input[type="radio"]) label {
      padding: 0 0 0 20px; } }
  .tml-field-wrap:has(input[type="checkbox"]) label:before,
  .tml-field-wrap:has(input[type="radio"]) label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
    transition: background-color 0.35s; }
    @media all and (max-width: 660px) {
      .tml-field-wrap:has(input[type="checkbox"]) label:before,
      .tml-field-wrap:has(input[type="radio"]) label:before {
        top: 3px; } }
  .tml-field-wrap:has(input[type="checkbox"]) label:after,
  .tml-field-wrap:has(input[type="radio"]) label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 7px;
    height: 7px;
    background-color: var(--light-black);
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    display: block; }
  @media all and (max-width: 660px) {
    .tml-field-wrap:has(input[type="checkbox"]) label:after,
    .tml-field-wrap:has(input[type="radio"]) label:after {
      top: 6px; } }

.tml-field-wrap:has(input[type="checkbox"]):has(input:checked) label:after,
.tml-field-wrap:has(input[type="radio"]):has(input:checked) label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.tml-submit-wrap button {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  background-color: var(--green);
  color: var(--light-black);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  padding: 5px 30px 8px;
  width: 100%;
  text-align: center;
  transition: all 0.35s;
  border-radius: 2px;
  border: 0;
  margin: 0 0 10px; }
  @media all and (max-width: 1440px) {
    .tml-submit-wrap button {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    .tml-submit-wrap button {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    .tml-submit-wrap button {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    .tml-submit-wrap button {
      font-size: 20px;
      line-height: 20px; } }
  .tml-submit-wrap button:hover {
    background-color: var(--light-black);
    color: var(--green); }

.tml-label {
  margin: 0 0 10px !important;
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: left; }
  @media all and (max-width: 1440px) {
    .tml-label {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    .tml-label {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    .tml-label {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    .tml-label {
      font-size: 20px;
      line-height: 20px; } }

.tml-alerts {
  margin: 20px 0; }

.tml-errors .tml-error {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  color: red !important;
  text-transform: uppercase !important;
  margin: 0 !important; }
  .tml-errors .tml-error strong {
    color: red !important; }
  .tml-errors .tml-error a {
    color: #fff; }

.tml-rememberme-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left; }

.tml-lostpassword-link {
  position: absolute;
  bottom: 106px;
  right: 0; }
  .tml-lostpassword-link a {
    color: var(--light-black); }
    .tml-lostpassword-link a:hover {
      color: #fff; }
  @media all and (max-width: 1440px) {
    .tml-lostpassword-link {
      bottom: 100px; } }
  @media all and (max-width: 1160px) {
    .tml-lostpassword-link {
      bottom: 94px; } }
  @media all and (max-width: 960px) {
    .tml-lostpassword-link {
      bottom: 90px; } }
  @media all and (max-width: 660px) {
    .tml-lostpassword-link {
      bottom: 86px; } }

.tml-login {
  position: relative; }

.tml-links {
  margin: 0 0 30px; }
  .tml-links a {
    text-decoration: none !important; }
  .tml-links li:not(.tml-lostpassword-link) a {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    background-color: var(--green);
    color: var(--light-black);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    padding: 5px 30px 8px;
    width: 100%;
    text-align: center;
    transition: all 0.35s;
    border-radius: 2px;
    border: 0;
    margin: 0 0 10px; }
    @media all and (max-width: 1440px) {
      .tml-links li:not(.tml-lostpassword-link) a {
        font-size: 27px;
        line-height: 27px; } }
    @media all and (max-width: 1160px) {
      .tml-links li:not(.tml-lostpassword-link) a {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px; } }
    @media all and (max-width: 960px) {
      .tml-links li:not(.tml-lostpassword-link) a {
        font-size: 22px;
        line-height: 22px; } }
    @media all and (max-width: 660px) {
      .tml-links li:not(.tml-lostpassword-link) a {
        font-size: 20px;
        line-height: 20px; } }
    .tml-links li:not(.tml-lostpassword-link) a:hover {
      background-color: var(--light-black);
      color: var(--green); }

.login-form .tml-links li.tml-register-link a {
  background-color: var(--light-black);
  color: var(--green); }
  .login-form .tml-links li.tml-register-link a:hover {
    background-color: var(--green);
    color: var(--light-black); }

.register-form .tml-lostpassword-link {
  display: none; }

.register-form .tml-links li.tml-login-link a {
  background-color: var(--light-black);
  color: var(--green); }
  .register-form .tml-links li.tml-login-link a:hover {
    background-color: var(--green);
    color: var(--light-black); }

.why-subscribe {
  margin: 80px 0 0; }
  .why-subscribe h2 {
    margin: 0 0 20px; }
  .why-subscribe img {
    width: 100%; }

.tml .tml-description {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 0; }

#content:has(.page-account) {
  background-color: var(--gray); }

.page-account {
  padding-bottom: var(--pd-3); }
  .page-account h1 {
    text-transform: uppercase;
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    padding-bottom: 40px; }
    @media all and (max-width: 1440px) {
      .page-account h1 {
        font-size: 27px;
        line-height: 27px; } }
    @media all and (max-width: 1160px) {
      .page-account h1 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px; } }
    @media all and (max-width: 960px) {
      .page-account h1 {
        font-size: 22px;
        line-height: 22px; } }
    @media all and (max-width: 660px) {
      .page-account h1 {
        font-size: 20px;
        line-height: 20px; } }

.certifications {
  padding: 0 25%; }
  .certifications .certification a {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #fff;
    color: var(--light-black);
    position: relative; }
    .certifications .certification a:hover {
      color: #fff; }
      .certifications .certification a:hover svg path {
        fill: #fff; }
    .certifications .certification a span {
      position: absolute;
      top: 6px;
      right: 0;
      display: block;
      line-height: 0; }
      .certifications .certification a span svg {
        line-height: 0; }
        .certifications .certification a span svg path {
          -webkit-transition: fill 0.35s;
          -o-transition: fill 0.35s;
          transition: fill 0.35s; }
  @media all and (max-width: 960px) {
    .certifications {
      padding: 0 16.66667%; }
      .certifications .certification a span {
        top: 4px; } }
  @media all and (max-width: 660px) {
    .certifications {
      padding: 0 20px; }
      .certifications .certification a h2 {
        padding: 0 30px 0 0; }
      .certifications .certification a span {
        top: 5px; }
        .certifications .certification a span svg {
          width: 17px; } }

.contacts {
  padding: 0 16.66667%; }
  .contacts > .flex {
    margin: 0 -10px; }
  .contacts .person {
    width: 25%;
    padding: 0 10px;
    text-align: center;
    margin: 0 0 20px; }
    .contacts .person .image {
      margin: 0 0 10px; }
      .contacts .person .image > div {
        padding-top: 100%;
        position: relative; }
        .contacts .person .image > div img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
    .contacts .person .name-role {
      margin: 0 0 10px; }
      .contacts .person .name-role h3 {
        text-transform: none;
        color: #fff; }
    .contacts .person .person-links a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto 10px; }
  @media all and (max-width: 1160px) {
    .contacts {
      padding: 0 8.33333%; } }
  @media all and (max-width: 960px) {
    .contacts > .flex {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .contacts .person {
      width: 33.33333%; } }
  @media all and (max-width: 660px) {
    .contacts > .flex {
      margin: 0; }
    .contacts .person {
      width: 100%;
      margin: 0 0 20px;
      padding: 0; } }

.account-message {
  padding: 0 30px;
  text-align: center; }

.no-subscriber {
  padding: 0 25%;
  text-align: center; }
  .no-subscriber > div {
    margin: 0 0 20px; }
  .no-subscriber a {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    background-color: var(--green);
    color: var(--light-black);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    padding: 5px 30px 8px;
    width: 100%;
    text-align: center;
    transition: all 0.35s;
    border-radius: 2px;
    border: 0;
    margin: 0 0 10px; }
    @media all and (max-width: 1440px) {
      .no-subscriber a {
        font-size: 27px;
        line-height: 27px; } }
    @media all and (max-width: 1160px) {
      .no-subscriber a {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px; } }
    @media all and (max-width: 960px) {
      .no-subscriber a {
        font-size: 22px;
        line-height: 22px; } }
    @media all and (max-width: 660px) {
      .no-subscriber a {
        font-size: 20px;
        line-height: 20px; } }
    .no-subscriber a:hover {
      background-color: var(--light-black);
      color: var(--green); }
  @media all and (max-width: 1160px) {
    .no-subscriber {
      padding: 0 16.66667%; } }

.login-form-texts {
  text-align: left;
  margin: 80px 0 0; }
  @media all and (max-width: 960px) {
    .login-form-texts {
      margin: 40px 0 0; } }

.login-texts-title {
  text-align: center;
  margin: 0 0 20px; }

.login-texts-image {
  margin: 0 0 20px; }
  .login-texts-image img {
    width: 100%; }

.login-texts-big-text {
  margin: 0 0 20px; }
  .login-texts-big-text .small-title {
    color: #fff; }

.login-texts-text > div {
  padding: 0 0 0 50%; }

@media all and (max-width: 1440px) {
  .login-texts-text > div {
    padding: 0 0 0 41.66667%; } }

@media all and (max-width: 1160px) {
  .login-texts-text > div {
    padding: 0 0 0 25%; } }

@media all and (max-width: 660px) {
  .login-texts-text > div {
    padding: 0; } }

.user-lists {
  padding: 0 25%; }
  @media all and (max-width: 960px) {
    .user-lists {
      padding: 0 8.33333%; } }
  @media all and (max-width: 660px) {
    .user-lists {
      padding: 0 20px; } }

.account-menu {
  padding: 0 20px;
  margin: 0 0 40px;
  /*a {
        display: block;
        @include h5;
        padding: 5px 20px;
        background-color: #fff;
        color: var(--light-black);
        border-radius: 2px;
        transition: all 0.35s;
        &:hover {
            background-color: var(--light-black);
            color: #fff;
        }
    }*/ }
  .account-menu > .flex {
    margin: 0 -5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .account-menu > .flex > div {
      padding: 5px; }
      .account-menu > .flex > div > div {
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.2px;
        padding: 6px 10px;
        position: relative;
        cursor: pointer;
        -webkit-transition: background-color 0.35s, color 0.35s;
        -o-transition: background-color 0.35s, color 0.35s;
        transition: background-color 0.35s, color 0.35s;
        border-radius: 2px;
        display: block;
        text-align: center;
        background-color: var(--light-black);
        color: #fff; }
        .account-menu > .flex > div > div.black {
          background-color: var(--light-black);
          color: var(--green); }
        .account-menu > .flex > div > div.white {
          background-color: #fff;
          color: var(--light-black); }
        .account-menu > .flex > div > div.green {
          background-color: var(--green);
          color: var(--light-black); }
        .account-menu > .flex > div > div:hover.black {
          background-color: var(--green);
          color: var(--light-black); }
        .account-menu > .flex > div > div:hover.white {
          background-color: var(--light-black);
          color: #fff; }
        .account-menu > .flex > div > div:hover.green {
          background-color: var(--light-black);
          color: var(--green); }
  .account-menu .current_page_item a {
    background-color: var(--light-black);
    color: #fff; }

.tease--list {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #fff; }
  .tease--list > a {
    display: block;
    color: var(--light-black); }
    .tease--list > a:hover {
      color: #fff; }
      .tease--list > a:hover .arrow svg {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
  .tease--list .tease-list-date {
    color: #fff;
    margin: 0 0 5px; }
  .tease--list .tease-list-info > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .tease--list .tease-list-info .col-1 {
    width: calc(100% - 200px); }
  .tease--list .tease-list-info .col-2 {
    margin: 0 0 0 auto;
    padding: 0 60px 0 0; }
  .tease--list .tease-list-info .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .tease--list .tease-list-info .arrow svg {
      width: 23px;
      height: auto;
      -webkit-transition: -webkit-transform 0.35s;
      transition: -webkit-transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      transition: transform 0.35s, -webkit-transform 0.35s; }
  @media all and (max-width: 660px) {
    .tease--list .tease-list-info .col-1 {
      width: 100%;
      margin: 0 0 5px;
      padding: 0 35px 0 0; }
    .tease--list .tease-list-info .col-2 {
      width: 100%;
      margin: 0;
      padding: 0; } }

.list-date {
  text-align: center;
  color: #fff;
  margin: 0 0 40px; }

.list-info {
  padding: 0 25%;
  margin: 0 0 20px; }
  .list-info > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff; }
  @media all and (max-width: 1160px) {
    .list-info {
      padding: 0 16.66667%; } }
  @media all and (max-width: 960px) {
    .list-info > .flex {
      padding: 0 0 10px; } }
  @media all and (max-width: 660px) {
    .list-info {
      padding: 0 20px; }
      .list-info .col-1 {
        width: 100%;
        margin: 0 0 5px; } }

.list-products {
  padding: 0 25%;
  margin: 0 0 20px; }
  .list-products > div {
    border-bottom: 1px solid #fff; }
    .list-products > div > .flex {
      margin: 0 -10px; }
  @media all and (max-width: 1160px) {
    .list-products {
      padding: 0 16.66667%; } }
  @media all and (max-width: 660px) {
    .list-products {
      padding: 0 20px; } }

.tease-product-list {
  width: 16.66667%;
  padding: 0 10px;
  margin: 0 0 20px; }
  .tease-product-list > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tease-product-list:has(.thumbnail > a:hover) .lower > a {
    color: #fff; }
  .tease-product-list .thumbnail {
    margin: 0 0 10px;
    position: relative; }
    .tease-product-list .thumbnail .remove-from-list-btn {
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer; }
      .tease-product-list .thumbnail .remove-from-list-btn:hover .bin-box {
        fill: var(--green); }
      .tease-product-list .thumbnail .remove-from-list-btn:hover .bin-path {
        fill: var(--light-black); }
      .tease-product-list .thumbnail .remove-from-list-btn svg path {
        -webkit-transition: fill 0.35s;
        -o-transition: fill 0.35s;
        transition: fill 0.35s; }
    .tease-product-list .thumbnail > a {
      height: 9.895833vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media all and (min-width: 1921px) {
        .tease-product-list .thumbnail > a {
          height: 190px; } }
      .tease-product-list .thumbnail > a img.vertical {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      .tease-product-list .thumbnail > a img.landscape {
        width: 100%;
        height: auto; }
  .tease-product-list .lower {
    margin: 0 0 10px; }
    .tease-product-list .lower h2 {
      color: var(--light-black); }
    .tease-product-list .lower > a:hover h2 {
      color: #fff; }
    .tease-product-list .lower .product-brand h3 {
      color: #fff; }
    .tease-product-list .lower .product-brand > a:hover h3 {
      color: var(--light-black); }
  .tease-product-list .tease-list-btns {
    margin: auto 0 0; }
    .tease-product-list .tease-list-btns.active .quantity-container {
      display: block; }
    .tease-product-list .tease-list-btns.active .pseudo-add-offer {
      display: none; }
  .tease-product-list .quantity-container {
    display: none; }
    .tease-product-list .quantity-container > .flex {
      margin: 0 -2px; }
      .tease-product-list .quantity-container > .flex > div {
        padding: 0 2px; }
    .tease-product-list .quantity-container .col-2 {
      height: auto;
      width: calc(100% - 62px); }
      .tease-product-list .quantity-container .col-2 input {
        height: 100%;
        width: 100%;
        display: block;
        background-color: #fff;
        border-radius: 2px;
        text-align: center;
        padding: 0; }
    .tease-product-list .quantity-container .col-4 {
      width: 100%;
      margin: 4px 0 0; }
  @media all and (max-width: 1440px) {
    .tease-product-list {
      width: 25%; }
      .tease-product-list .thumbnail > a {
        height: 15.2777vw; } }
  @media all and (max-width: 1160px) {
    .tease-product-list .thumbnail > a {
      height: 20.6896vw; } }
  @media all and (max-width: 960px) {
    .tease-product-list {
      width: 33.33333%; }
      .tease-product-list .thumbnail > a {
        height: 27.6041vw; } }
  @media all and (max-width: 660px) {
    .tease-product-list {
      width: 50%; }
      .tease-product-list .thumbnail > a {
        height: 60vw; } }

.remove-btn {
  cursor: pointer; }
  .remove-btn .bin-box {
    -webkit-transition: fill 0.35s;
    -o-transition: fill 0.35s;
    transition: fill 0.35s; }
  .remove-btn .bin-path {
    -webkit-transition: fill 0.35s;
    -o-transition: fill 0.35s;
    transition: fill 0.35s; }
  .remove-btn:hover .bin-box {
    fill: var(--green); }
  .remove-btn:hover .bin-path {
    fill: var(--light-black); }

.big-text-btn {
  position: fixed;
  top: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: var(--green);
  transform-origin: center;
  white-space: nowrap;
  -webkit-transition: opacity 0.35s,color 0.35s;
  -o-transition: opacity 0.35s,color 0.35s;
  transition: opacity 0.35s,color 0.35s;
  cursor: pointer; }
  .big-text-btn:hover {
    color: #fff; }
  .big-text-btn.hide {
    opacity: 0;
    pointer-events: none; }
  .big-text-btn a {
    color: var(--green); }
    .big-text-btn a:hover {
      color: #fff; }

.left-rotated-btn {
  left: 30px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr; }
  @media all and (max-width: 960px) {
    .left-rotated-btn {
      display: none; } }

.right-rotated-btn {
  right: 30px;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl; }
  @media all and (max-width: 960px) {
    .right-rotated-btn {
      display: none; } }

.mobile-btns {
  display: none;
  text-align: center;
  margin: var(--pd-3) 0 0; }
  .mobile-btns > div {
    margin: 0 0 20px;
    color: var(--green);
    -webkit-transition: opacity 0.35s,color 0.35s;
    -o-transition: opacity 0.35s,color 0.35s;
    transition: opacity 0.35s,color 0.35s; }
    .mobile-btns > div:last-of-type {
      margin: 0; }
  .mobile-btns a {
    color: var(--green); }
    .mobile-btns a:hover {
      color: #fff; }
  @media all and (max-width: 960px) {
    .mobile-btns {
      display: block; } }

.list-plus-btn,
.list-minus-btn {
  width: 27px;
  height: 27px; }

.list-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  /*@media all and (max-height:500px) {
        .list-container {
            height:33.33333vh;
        }
    }*/ }
  .list-popup .list-container {
    background-color: rgba(170, 170, 170, 0.6);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 33.33333%;
    min-height: 240px;
    padding: 20px 20px 0;
    overflow-y: auto;
    border-radius: 2px; }
    .list-popup .list-container > h3 {
      margin: 0 0 30px;
      color: #fff; }
  .list-popup .close-popup {
    position: absolute;
    top: 19px;
    right: 20px;
    z-index: 2;
    width: 26px;
    height: 26px;
    cursor: pointer; }
    .list-popup .close-popup:hover svg path {
      fill: #fff; }
    .list-popup .close-popup svg {
      width: 9px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .list-popup .close-popup svg path {
        -webkit-transition: fill 0.35s;
        -o-transition: fill 0.35s;
        transition: fill 0.35s; }
  .list-popup .create-list-title {
    display: none;
    width: calc(100% - 36px); }
  .list-popup .select-list-title {
    width: calc(100% - 36px); }
  .list-popup .list-container.selected-list .add-to-list {
    display: block; }
  .list-popup .list-container.to-create .create-list-title {
    display: block; }
  .list-popup .list-container.to-create .select-list-title {
    display: none; }
  .list-popup .list-container.to-create .lists {
    display: none; }
  .list-popup .list-container.to-create .user-create-list {
    display: block; }
  .list-popup .list-container.to-create .create-list-btn {
    display: none; }
  .list-popup .list-container.to-create .cancel-create {
    display: block; }
  .list-popup .list-container.to-create .add-to-list {
    display: none; }
  .list-popup .list-container.user-typed-name .add-to-list {
    display: block; }
  .list-popup .user-create-list {
    display: none;
    margin: 0 0 30px; }
  .list-popup .lists {
    height: 150px;
    overflow-y: auto;
    background-color: #fff;
    padding: 8px 10px 8px;
    margin: 0 0 30px;
    border-radius: 2px; }
    .list-popup .lists::-webkit-scrollbar {
      width: 3px;
      background: var(--gray); }
    .list-popup .lists::-webkit-scrollbar-track {
      background: var(--gray); }
    .list-popup .lists::-webkit-scrollbar-thumb {
      background: var(--light-black); }
  .list-popup .list-item {
    cursor: pointer;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .list-popup .list-item:hover {
      color: var(--gray); }
    .list-popup .list-item.active {
      color: var(--gray); }
  .list-popup .popup-btns > .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .list-popup .popup-btns .col-1 > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .list-popup .popup-btns .col-2 > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto; }
  @media all and (max-width: 660px) {
    .list-popup .popup-btns .col-1 {
      width: 100%; }
    .list-popup .popup-btns .col-2 {
      width: 100%; } }
  .list-popup:has(.message > div) .message {
    margin: 10px 0 0; }
  .list-popup .message {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    min-height: 40px; }
    .list-popup .message.show {
      opacity: 1; }
    .list-popup .message > div {
      margin: 0 0 20px; }
  .list-popup .cancel-create {
    display: none; }
  .list-popup .create-list-btn {
    border: 1px solid var(--light-black);
    padding: 4px 10px 5px;
    cursor: pointer;
    -webkit-transition: color 0.35s,background-color 0.35s;
    -o-transition: color 0.35s,background-color 0.35s;
    transition: color 0.35s,background-color 0.35s; }
    .list-popup .create-list-btn:hover {
      background-color: var(--light-black);
      color: #fff; }
  .list-popup .add-to-list {
    background-color: #fff;
    color: var(--light-black);
    padding: 4px 10px 5px;
    cursor: pointer;
    -webkit-transition: color 0.35s,background-color 0.35s;
    -o-transition: color 0.35s,background-color 0.35s;
    transition: color 0.35s,background-color 0.35s;
    display: none;
    position: relative; }
    .list-popup .add-to-list:hover {
      background-color: var(--light-black);
      color: #fff; }
    .list-popup .add-to-list .send-spinner {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: calc(100% + 10px);
      display: none;
      width: 27px;
      height: 27px; }
      .list-popup .add-to-list .send-spinner svg {
        width: 100%;
        height: auto; }
      @media all and (max-width: 660px) {
        .list-popup .add-to-list .send-spinner {
          right: unset;
          left: calc(100% + 10px); } }
  .list-popup .cancel-create {
    border: 1px solid var(--light-black);
    padding: 4px 10px 5px;
    cursor: pointer;
    -webkit-transition: color 0.35s,background-color 0.35s;
    -o-transition: color 0.35s,background-color 0.35s;
    transition: color 0.35s,background-color 0.35s; }
    .list-popup .cancel-create:hover {
      background-color: var(--light-black);
      color: #fff; }
  @media all and (max-width: 1440px) {
    .list-popup .list-container {
      width: 41.66667%; } }
  @media all and (max-width: 1160px) {
    .list-popup .list-container {
      width: 50%; } }
  @media all and (max-width: 960px) {
    .list-popup .list-container {
      width: 66.66667%; } }
  @media all and (max-width: 660px) {
    .list-popup .list-container {
      width: calc(100% - 40px); } }

.show-product-popup body {
  overflow: hidden; }

.show-product-popup .list-popup {
  display: block; }

.offer-request-container {
  position: fixed;
  top: 50%;
  right: 75px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 2px;
  color: var(--light-black);
  overflow-y: auto;
  max-height: 330px;
  z-index: 9999;
  width: 20%;
  max-width: 400px;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  .offer-request-container::-webkit-scrollbar {
    width: 3px;
    background: var(--gray); }
  .offer-request-container::-webkit-scrollbar-track {
    background: var(--gray); }
  .offer-request-container::-webkit-scrollbar-thumb {
    background: var(--light-black); }
  .offer-request-container.offer-sent .minimize-btn {
    display: none; }
  .offer-request-container.offer-sent .offer-request-inner {
    padding: 10px 20px; }
    .offer-request-container.offer-sent .offer-request-inner .offer-request-items,
    .offer-request-container.offer-sent .offer-request-inner .offer-request-comments,
    .offer-request-container.offer-sent .offer-request-inner .send-offer {
      display: none; }
  .offer-request-container .minimize-btn {
    position: absolute;
    top: 0;
    right: 20px;
    width: 26px;
    height: 26px;
    -webkit-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
    transition: background-color 0.35s;
    cursor: pointer; }
    .offer-request-container .minimize-btn > div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 12px;
      height: 2px;
      background-color: var(--light-black); }
    .offer-request-container .minimize-btn:hover {
      background-color: var(--gray); }
  .offer-request-container.hide {
    opacity: 0;
    pointer-events: none; }
  .offer-request-container > .offer-request-inner {
    padding: 56px 20px 10px; }
  .offer-request-container .message {
    margin: 10px 0; }
  .offer-request-container .offer-request-item {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--gray); }
    .offer-request-container .offer-request-item:last-of-type {
      border-bottom: 0;
      padding: 0; }
    .offer-request-container .offer-request-item > .flex {
      margin: 0 -2px 10px; }
    .offer-request-container .offer-request-item .col-1 {
      padding: 0 2px; }
      .offer-request-container .offer-request-item .col-1 .product-brand {
        color: var(--gray); }
    .offer-request-container .offer-request-item .col-2 {
      margin: 0 0 0 auto; }
      .offer-request-container .offer-request-item .col-2 > .flex > div {
        padding: 0 2px; }
      .offer-request-container .offer-request-item .col-2 .list-plus-btn,
      .offer-request-container .offer-request-item .col-2 .list-minus-btn {
        background-color: var(--gray); }
        .offer-request-container .offer-request-item .col-2 .list-plus-btn:hover,
        .offer-request-container .offer-request-item .col-2 .list-minus-btn:hover {
          background-color: var(--green); }
  .offer-request-container .item-comments input {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    border: 1px solid var(--gray);
    padding: 5px 10px; }
    .offer-request-container .item-comments input::-webkit-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px;
      color: var(--light-black);
      text-transform: none !important; }
    .offer-request-container .item-comments input::-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px;
      color: var(--light-black);
      text-transform: none !important; }
    .offer-request-container .item-comments input:-ms-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px;
      color: var(--light-black);
      text-transform: none !important; }
    .offer-request-container .item-comments input:-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px;
      color: var(--light-black);
      text-transform: none !important; }
  .offer-request-container .send-offer {
    height: 27px;
    background-color: var(--light-black);
    -webkit-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
    transition: background-color 0.35s;
    border-radius: 2px;
    width: 100%;
    position: relative;
    cursor: pointer; }
    .offer-request-container .send-offer:hover {
      background-color: var(--green); }
      .offer-request-container .send-offer:hover span {
        color: var(--light-black); }
    .offer-request-container .send-offer span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, calc(-50% - 1px));
          -ms-transform: translate(-50%, calc(-50% - 1px));
              transform: translate(-50%, calc(-50% - 1px));
      color: #fff;
      -webkit-transition: color 0.35s;
      -o-transition: color 0.35s;
      transition: color 0.35s; }
    .offer-request-container .send-offer .send-spinner {
      display: none;
      text-align: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px; }
      .offer-request-container .send-offer .send-spinner svg {
        -webkit-filter: invert(1);
                filter: invert(1);
        width: 27px;
        height: auto; }
  .offer-request-container .offer_comments {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    border: 1px solid var(--gray); }
    .offer-request-container .offer_comments::-webkit-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px; }
    .offer-request-container .offer_comments::-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px; }
    .offer-request-container .offer_comments:-ms-input-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px; }
    .offer-request-container .offer_comments:-moz-placeholder {
      font-family: "Font Regular";
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px; }
  @media all and (max-width: 1440px) {
    .offer-request-container {
      width: 33.33333%; } }
  @media all and (max-width: 960px) {
    .offer-request-container {
      width: 41.66667%;
      right: 20px; } }
  @media all and (max-width: 660px) {
    .offer-request-container {
      width: calc(100% - 40px);
      right: unset;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.minimized-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: opacity 0.35s,background-color 0.35s,color 0.35s;
  -o-transition: opacity 0.35s,background-color 0.35s,color 0.35s;
  transition: opacity 0.35s,background-color 0.35s,color 0.35s;
  z-index: 3; }
  .minimized-btn:hover {
    background-color: var(--light-black);
    color: #fff; }
  .minimized-btn.show {
    opacity: 1;
    pointer-events: all; }
  @media all and (max-width: 960px) {
    .minimized-btn {
      right: 20px;
      bottom: 60px; } }

.offer_comments {
  border: 1px solid #fff;
  max-height: 150px;
  min-height: 150px;
  padding: 10px;
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px; }
  @media all and (max-width: 960px) {
    .offer_comments {
      font-size: 15px;
      line-height: 19px; } }
  .offer_comments::-webkit-input-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: var(--light-black); }
    @media all and (max-width: 960px) {
      .offer_comments::-webkit-input-placeholder {
        font-size: 15px;
        line-height: 19px; } }
  .offer_comments::-moz-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: var(--light-black); }
    @media all and (max-width: 960px) {
      .offer_comments::-moz-placeholder {
        font-size: 15px;
        line-height: 19px; } }
  .offer_comments:-ms-input-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: var(--light-black); }
    @media all and (max-width: 960px) {
      .offer_comments:-ms-input-placeholder {
        font-size: 15px;
        line-height: 19px; } }
  .offer_comments:-moz-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: var(--light-black); }
    @media all and (max-width: 960px) {
      .offer_comments:-moz-placeholder {
        font-size: 15px;
        line-height: 19px; } }

.list-message-popup {
  position: fixed;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  padding: 4px 30px 7px;
  background-color: var(--green);
  border-radius: 2px;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 0; }
  .list-message-popup.active {
    opacity: 1; }

.list-no-products {
  display: none;
  text-align: center;
  padding: 0 25%; }
  .list-no-products.active {
    display: block; }

.type-list.empty .list-info {
  display: none; }

.type-list.empty .list-no-products {
  display: block; }

.type-list .list-products > div {
  padding: 0;
  border: 0; }

.tml-action-profile .type-page {
  padding: var(--pd-1) 33.33333%; }

.tml-action-profile h1 {
  padding-bottom: 40px; }

.tml-action-profile .account-menu {
  padding: 0; }
  .tml-action-profile .account-menu > .flex > div > div {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    cursor: initial;
    color: #fff; }
    .tml-action-profile .account-menu > .flex > div > div:hover {
      color: #fff;
      background-color: var(--light-black); }

.tml-action-profile .tml-profile .tml-field-wrap h3 {
  margin: 30px 0; }

.tml-action-profile .tml-profile .tml-field-wrap input,
.tml-action-profile .tml-profile .tml-field-wrap textarea {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
  background-color: var(--light-gray);
  padding: 4px 10px 8px;
  text-transform: unset; }
  @media all and (max-width: 960px) {
    .tml-action-profile .tml-profile .tml-field-wrap input,
    .tml-action-profile .tml-profile .tml-field-wrap textarea {
      font-size: 15px;
      line-height: 19px; } }
  .tml-action-profile .tml-profile .tml-field-wrap input::-webkit-input-placeholder,
  .tml-action-profile .tml-profile .tml-field-wrap textarea::-webkit-input-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: unset;
    color: var(--light-black); }
    @media all and (max-width: 960px) {
      .tml-action-profile .tml-profile .tml-field-wrap input::-webkit-input-placeholder,
      .tml-action-profile .tml-profile .tml-field-wrap textarea::-webkit-input-placeholder {
        font-size: 15px;
        line-height: 19px; } }
  .tml-action-profile .tml-profile .tml-field-wrap input::-moz-placeholder,
  .tml-action-profile .tml-profile .tml-field-wrap textarea::-moz-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: unset;
    color: var(--light-black); }
    @media all and (max-width: 960px) {
      .tml-action-profile .tml-profile .tml-field-wrap input::-moz-placeholder,
      .tml-action-profile .tml-profile .tml-field-wrap textarea::-moz-placeholder {
        font-size: 15px;
        line-height: 19px; } }
  .tml-action-profile .tml-profile .tml-field-wrap input:-ms-input-placeholder,
  .tml-action-profile .tml-profile .tml-field-wrap textarea:-ms-input-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: unset;
    color: var(--light-black); }
    @media all and (max-width: 960px) {
      .tml-action-profile .tml-profile .tml-field-wrap input:-ms-input-placeholder,
      .tml-action-profile .tml-profile .tml-field-wrap textarea:-ms-input-placeholder {
        font-size: 15px;
        line-height: 19px; } }
  .tml-action-profile .tml-profile .tml-field-wrap input:-moz-placeholder,
  .tml-action-profile .tml-profile .tml-field-wrap textarea:-moz-placeholder {
    font-family: "Font Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: unset;
    color: var(--light-black); }
    @media all and (max-width: 960px) {
      .tml-action-profile .tml-profile .tml-field-wrap input:-moz-placeholder,
      .tml-action-profile .tml-profile .tml-field-wrap textarea:-moz-placeholder {
        font-size: 15px;
        line-height: 19px; } }

.tml-action-profile .tml-profile .tml-label {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left; }
  @media all and (max-width: 960px) {
    .tml-action-profile .tml-profile .tml-label {
      font-size: 15px;
      line-height: 19px; } }

@media all and (max-width: 1160px) {
  .tml-action-profile .type-page {
    padding: var(--pd-1) 25%; } }

@media all and (max-width: 660px) {
  .tml-action-profile .type-page {
    padding: var(--pd-1) 20px; } }

.tml-action-dashboard h1 {
  margin: 0 0 10px; }

.tml-dashboard-avatar {
  display: none; }

.tml-dashboard-greeting {
  display: none; }

.tml-dashboard-links li a {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  background-color: var(--green);
  color: var(--light-black);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  padding: 5px 30px 8px;
  width: 100%;
  text-align: center;
  transition: all 0.35s;
  border-radius: 2px;
  border: 0;
  margin: 0 0 10px;
  background-color: var(--light-black);
  color: #fff; }
  @media all and (max-width: 1440px) {
    .tml-dashboard-links li a {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    .tml-dashboard-links li a {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    .tml-dashboard-links li a {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    .tml-dashboard-links li a {
      font-size: 20px;
      line-height: 20px; } }
  .tml-dashboard-links li a:hover {
    background-color: var(--light-black);
    color: var(--green); }
  .tml-dashboard-links li a:hover {
    background-color: var(--green);
    color: var(--light-black); }

.tml-dashboard-links li:last-of-type a {
  font-family: "Font Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  background-color: var(--green);
  color: var(--light-black);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  padding: 5px 30px 8px;
  width: 100%;
  text-align: center;
  transition: all 0.35s;
  border-radius: 2px;
  border: 0;
  margin: 0 0 10px;
  background-color: var(--green);
  color: var(--light-black); }
  @media all and (max-width: 1440px) {
    .tml-dashboard-links li:last-of-type a {
      font-size: 27px;
      line-height: 27px; } }
  @media all and (max-width: 1160px) {
    .tml-dashboard-links li:last-of-type a {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 2px; } }
  @media all and (max-width: 960px) {
    .tml-dashboard-links li:last-of-type a {
      font-size: 22px;
      line-height: 22px; } }
  @media all and (max-width: 660px) {
    .tml-dashboard-links li:last-of-type a {
      font-size: 20px;
      line-height: 20px; } }
  .tml-dashboard-links li:last-of-type a:hover {
    background-color: var(--light-black);
    color: var(--green); }
  .tml-dashboard-links li:last-of-type a:hover {
    background-color: var(--light-black);
    color: #fff; }

.type-offer .submit-message {
  margin: 10px 0 0; }

.type-offer .submit-user-comment {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed; }
  .type-offer .submit-user-comment.active {
    cursor: pointer;
    opacity: 1;
    pointer-events: all; }

.type-offer .tease-product-list .lower {
  margin: 0; }

.user-comments {
  padding: 0 25%; }
  .user-comments > div {
    padding: 0 0 20px;
    border-bottom: 1px solid #fff; }
    .user-comments > div > h2 {
      margin: 0 0 20px; }
    .user-comments > div > div {
      max-width: 600px; }
  @media all and (max-width: 1160px) {
    .user-comments {
      padding: 0 16.66667%; } }
  @media all and (max-width: 660px) {
    .user-comments {
      padding: 0 20px; } }

.admin-comments {
  padding: 0 25%;
  margin: 0 0 20px; }
  .admin-comments > div {
    padding: 0 0 20px;
    border-bottom: 1px solid #fff; }
    .admin-comments > div > h2 {
      margin: 0 0 20px; }
    .admin-comments > div > div {
      max-width: 600px; }
  @media all and (max-width: 1160px) {
    .admin-comments {
      padding: 0 16.66667%; } }
  @media all and (max-width: 660px) {
    .admin-comments {
      padding: 0 20px; } }

.offer-files {
  padding: 0 25%;
  margin: 0 0 20px; }
  .offer-files .offer-file {
    margin: 0 0 10px; }
  .offer-files > div {
    padding: 0 0 20px;
    border-bottom: 1px solid #fff; }
    .offer-files > div > div.h2 {
      margin: 0 0 20px; }
  .offer-files a {
    color: #fff;
    text-transform: none; }
    .offer-files a:hover {
      color: var(--light-black); }
  @media all and (max-width: 1160px) {
    .offer-files {
      padding: 0 16.66667%; } }
  @media all and (max-width: 960px) {
    .offer-files {
      padding: 0 16.66667%; } }
  @media all and (max-width: 660px) {
    .offer-files {
      padding: 0 20px; } }

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  width: 66.66667%;
  max-width: 1270px;
  left: 50%;
  right: unset;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  border: 0;
  background-color: rgba(170, 170, 170, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 5px;
  text-align: left; }
  @media all and (max-width: 1440px) {
    body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
      width: 75%; } }
  @media all and (max-width: 1160px) {
    body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
      width: 83.33333%; } }
  @media all and (max-width: 960px) {
    body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
      width: calc(100% - 40px); } }
  body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
    padding: 20px;
    width: 100%; }
    @media all and (max-width: 660px) {
      body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
        padding: 10px; } }
    body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0; }
      body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000; }
        @media all and (max-width: 960px) {
          body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
            font-size: 15px;
            line-height: 19px; } }
        @media all and (max-width: 1440px) {
          body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
            font-size: 14px;
            line-height: 20px; } }
        @media all and (max-width: 660px) {
          body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
            font-size: 12px;
            line-height: 16px; } }
      body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
        color: #000;
        background-color: #fff;
        padding: 7px 10px;
        border-radius: 2px;
        display: block;
        min-width: 200px;
        font-family: "Font Regular";
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.2px; }
        body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
          background-color: #000;
          color: #fff; }
      @media all and (max-width: 960px) {
        body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
            width: 100%;
            margin: 0 0 10px; }
          body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
            padding: 0; } }
