/*
Theme Name: Durasein
Author: Anonymous
Author URI:
Version: 1
Description: Durasein theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: durasein
Tags: one-column, two-columns
Theme URI:
*/
@font-face {
  font-family: "Moderat";
  src: url("fonts/Moderat-Light.woff2") format("woff2"), url("fonts/Moderat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Moderat Mono";
  src: url("fonts/Moderat-Mono-Regular.woff2") format("woff2"), url("fonts/Moderat-Mono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Moderat";
  src: url("fonts/Moderat-Regular.woff2") format("woff2"), url("fonts/Moderat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Moderat Mono";
  src: url("fonts/Moderat-Mono-Regular.woff2") format("woff2"), url("fonts/Moderat-Mono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Moderat";
  src: url("fonts/Moderat-Bold.woff2") format("woff2"), url("fonts/Moderat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Moderat";
  src: url("fonts/Moderat-Bold.woff2") format("woff2"), url("fonts/Moderat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Moderat";
  src: url("fonts/Moderat-Light.woff2") format("woff2"), url("fonts/Moderat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Moderat";
  src: url("fonts/Moderat-Regular.woff2") format("woff2"), url("fonts/Moderat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.listreset, .header-navigation, .menu, .menu .drop-holder ul, .social-links, .footer-navigation, .team-post-block .team-emails, .constent-links, .download-links, .sink-info-col .sizes, .sink-colors, .sink-downloads, .woocommerce-MyAccount-navigation ul, .colors-info-2 .middle-text ul, .showroom-modal-inner .showroom-links, .product-category-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.fancybox-is-open .d-lab-project-popup, .d-lab-project-popup .holder {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn, .durasein-form-style input[type="submit"] {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 300 18px/1.25 "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font-size: 20px; } }

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

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.25em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.25em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 2.4em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 2.4em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  color: #ffb900;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.25em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.25em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.25em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.25em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation-single {
  margin-bottom: 1.25em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.25em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.25em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.25em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.25em; }

.mejs-container {
  margin-bottom: 1.25em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

h1, .h1,
h2, .h2,
h3, .h3, .page-template-template-thank-you .main .container p,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 300;
  color: inherit;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding-top: 1.5rem; }
  @media (min-width: 768px) {
    h1, .h1,
    h2, .h2,
    h3, .h3, .page-template-template-thank-you .main .container p,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      margin: 0 0 1.5rem; } }

h1, .h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 120px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.2px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 70px;
      letter-spacing: -2.16px; } }

h3, .h3, .page-template-template-thank-you .main .container p {
  font-size: 1.9rem;
  line-height: 1; }
  @media (min-width: 768px) {
    h3, .h3, .page-template-template-thank-you .main .container p {
      font-size: 50px; } }

h4, .h4 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  line-height: 1; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 26px; } }

h5, .h5 {
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 0.7rem;
  font-size: 18px; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 20px; } }

h6, .h6 {
  font-size: 26px;
  margin-bottom: 1.5rem;
  line-height: 1; }

p, ul, ol, dl, address, pre, table, blockquote, fieldset {
  margin: 0 0 1.5rem; }

a {
  color: #000; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h4, h3 + h5, h3 + h6, h4 + h5, h4 + h6, h5 + h6 {
  padding-top: 0; }

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000; }
  .header .container {
    display: flex;
    align-items: start;
    padding-top: 15px; }
    @media (max-width: 900px) {
      .header .container {
        padding-left: 18px;
        padding-right: 18px; } }
  .header .h-left {
    width: 20%;
    flex-grow: 1; }
  .header .h-center {
    width: 10%;
    flex-grow: 1; }
  .header .h-right {
    flex-grow: 1; }
  @media (min-width: 971px) {
    .header .h-left {
      width: 30.333%; }
    .header .h-center {
      width: 25%; }
    .header .h-right {
      width: 41.666%; } }
  @media (min-width: 1200px) {
    .header .h-left {
      width: 33.333%; } }
  .header .h-center,
  .header .h-left,
  .header .h-right {
    z-index: 10;
    position: relative; }
  .header .h-center {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -2px; }
    @media (min-width: 900px) {
      .header .h-center {
        justify-content: center; } }
  .header .h-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 700;
    padding-top: 14px; }
    @media (max-width: 767px) {
      .header .h-right {
        padding-top: 8px;
        flex-direction: row-reverse;
        justify-content: flex-start; } }
  .header a {
    text-decoration: none;
    transition: .3s; }
  .header .desktop-header-cart .w-cart-quantity:before {
    content: "("; }
  .header .desktop-header-cart .w-cart-quantity:after {
    content: ")"; }
  .header.header-color-dark .header-logo .logo-icon,
  .header.header-color-dark .header-logo .logo {
    filter: brightness(0) invert(1); }
  .header.header-color-dark .toggle-btn .text-open, .header.header-color-dark .toggle-btn .text-close {
    color: #fff; }
  .header.header-color-dark .header-logo a {
    padding-right: 73px; }
    @media (min-width: 600px) {
      .header.header-color-dark .header-logo a {
        padding-right: 80px; } }
    @media (min-width: 768px) {
      .header.header-color-dark .header-logo a {
        padding-right: 185px; } }
  @media (max-width: 767px) {
    .header.header-color-dark .menu-container {
      background-color: #fff; } }
  .header.header-color-dark .mobile-header-cart .w-cart-quantity {
    filter: brightness(0) invert(1); }
  .header.header-color-dark .order-samples-desc {
    color: #000; }
    .header.header-color-dark .order-samples-desc:after {
      filter: brightness(0) invert(0); }
  .header.header-color-dark a {
    color: #fff; }
  .header.header-color-dark .header-select-country img:first-child {
    opacity: 0;
    visibility: hidden; }
  .header.header-color-dark .header-select-country img:last-child {
    opacity: 1;
    visibility: visible; }
  .header.header-color-dark .burger div, .header.header-color-dark .mobile-burger div {
    background-color: #fff; }
    .header.header-color-dark .burger div:before, .header.header-color-dark .burger div:after, .header.header-color-dark .mobile-burger div:before, .header.header-color-dark .mobile-burger div:after {
      background-color: #fff; }
  .header.header-color-dark .menu {
    background-image: url(img/menu-w.svg); }
    .header.header-color-dark .menu:before {
      background-color: #000; }
    .header.header-color-dark .menu:after {
      background-color: #fff; }

.order-samples-desc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  color: #fff;
  transition: .3s;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  width: 240px;
  text-align: right;
  top: 68px;
  right: 120px; }
  @media (max-width: 767px) {
    .order-samples-desc {
      display: none; } }
  .order-samples-desc:after {
    position: absolute;
    top: -30px;
    right: -60px;
    display: block;
    width: 35px;
    height: 35px;
    content: "";
    transform: scaleY(-1);
    background-image: url(img/menu-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain; }

.header-logo img {
  cursor: pointer; }

.header-logo a {
  display: block;
  position: relative;
  padding-right: 88px;
  width: 158px; }
  @media (min-width: 600px) {
    .header-logo a {
      padding-right: 100px;
      width: 188px; } }
  @media (min-width: 768px) {
    .header-logo a {
      padding-right: 200px;
      width: 308px; } }

.header-logo .logo {
  position: absolute;
  width: 84px;
  height: 16px;
  top: 16px;
  left: 108px;
  transition: .3s; }
  @media (max-width: 767px) {
    .header-logo .logo {
      display: none; } }

.header-logo .logo-icon {
  width: 70px;
  position: fixed;
  transition: 0s; }
  @media (min-width: 600px) {
    .header-logo .logo-icon {
      width: 88px; } }
  @media (min-width: 768px) {
    .header-logo .logo-icon {
      width: 108px; } }
  @media (min-width: 768px) {
    .header-logo .logo-icon:hover {
      opacity: 0.8; } }

.header-logo .dlab-logo {
  filter: brightness(0) invert(1);
  width: 70px; }
  @media (min-width: 600px) {
    .header-logo .dlab-logo {
      width: 88px; } }
  @media (min-width: 768px) {
    .header-logo .dlab-logo {
      width: 100px;
      transform: translateY(12px); } }

.toggle-btn {
  cursor: pointer;
  height: 50px;
  width: 100px;
  position: relative;
  font-size: 18px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .toggle-btn {
      display: none; } }
  .toggle-btn .text-open,
  .toggle-btn .text-close {
    position: absolute;
    top: 16px;
    left: 44px;
    transition: .3s; }
  .toggle-btn .text-close {
    display: none; }

.burger {
  width: 27px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px; }

.burger div,
.mobile-burger div {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000;
  top: 50%;
  margin-top: -1px;
  transition: .3s; }
  .burger div:before, .burger div:after,
  .mobile-burger div:before,
  .mobile-burger div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: .3s; }
  .burger div:before,
  .mobile-burger div:before {
    transform: translateY(8px); }
  .burger div:after,
  .mobile-burger div:after {
    transform: translateY(-8px); }

.mobile-burger {
  position: relative;
  width: 27px;
  height: 22px;
  cursor: pointer; }
  @media (min-width: 600px) {
    .mobile-burger {
      margin-right: 22px; } }
  @media (min-width: 768px) {
    .mobile-burger {
      display: none; } }

.desktop-header-cart {
  position: relative; }
  @media (max-width: 767px) {
    .desktop-header-cart {
      display: none; } }

@media (min-width: 768px) {
  .mobile-header-cart {
    display: none; } }

.mobile-header-cart .w-cart-quantity {
  height: 26px;
  width: 25px;
  display: block;
  background: url(img/cart.png) center/contain no-repeat;
  text-align: center;
  padding-top: 8px;
  font-size: 12px; }

.header-navigation {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .header-navigation {
      display: none; } }
  .header-navigation li {
    margin-right: 23px; }

.header-select-country {
  width: 25px;
  height: 25px;
  margin-top: 1px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative; }
  @media (min-width: 600px) {
    .header-select-country {
      margin-left: 23px;
      margin-right: 25px; } }
  @media (min-width: 768px) {
    .header-select-country {
      width: 19px;
      height: 20px;
      margin-right: 28px; } }
  .header-select-country img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 1px;
    left: 0;
    transition: .3s; }
    .header-select-country img:last-child {
      opacity: 0;
      visibility: hidden; }

.menu-container {
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s; }
  @media (max-width: 767px) {
    .menu-container {
      width: 100%;
      clip-path: polygon(0% 0%, 100% 0%, 98% 80%, 100% 98%, 0% 100%);
      height: 99%;
      left: 0;
      background-color: #000;
      overflow-y: auto;
      padding: 140px 18px 30px !important; } }
  @media (min-width: 768px) {
    .menu-container {
      padding-top: 0 !important;
      left: 50%;
      transform: translateX(-50%); } }

@media (max-width: 767px) {
  .menu-wrap {
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column; } }

.menu-helper-2 {
  display: none; }
  @media (min-width: 768px) {
    .menu-helper-2 {
      display: block;
      position: absolute;
      width: 110vw;
      height: 500px;
      top: 100%;
      margin-top: 20px;
      left: 50%;
      margin-left: -55vw; } }

.menu-helper {
  display: none; }
  @media (min-width: 768px) {
    .menu-helper {
      display: block;
      content: "";
      position: fixed;
      width: 110vw;
      height: 100vh;
      top: 0;
      left: 50%;
      margin-left: -55vw; } }

.mobile-sub-menu {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .mobile-sub-menu {
      display: none; } }
  .mobile-sub-menu .header-navigation {
    display: block; }
  .mobile-sub-menu .desktop-header-cart {
    display: block; }
  .mobile-sub-menu a {
    font-size: 24px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .mobile-sub-menu a {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 7px; } }
  .mobile-sub-menu .header-navigation li:last-child a {
    border-bottom: 1px solid #fff; }

@media (min-width: 768px) {
  .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 720px;
    background-repeat: no-repeat;
    bottom: 0;
    min-height: 100vh;
    padding: 6rem 0rem;
    padding-top: 180px;
    background-image: url(img/menu.svg);
    z-index: 2;
    background-position: 10px 0px;
    background-size: 96%; } }

@media (min-width: 900px) {
  .menu {
    background-position: 37px -6px; } }

@media (min-width: 934px) {
  .menu {
    padding: 6rem;
    padding-top: 180px; } }

@media (min-width: 768px) {
  .menu:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 74px;
    height: 75px;
    left: 20px;
    top: 24px; } }

@media (min-width: 900px) {
  .menu:after {
    left: 49px;
    top: 18px; } }

@media (min-width: 970px) {
  .menu:after {
    top: 26px; } }

@media (min-width: 1300px) {
  .menu:after {
    display: none !important; } }

@media (min-width: 768px) {
  .menu:before {
    position: absolute;
    background-color: #fff;
    width: 45px;
    height: 52px;
    left: 29px;
    top: 38px;
    z-index: 3;
    border-radius: 0 26px 26px 0;
    border-radius: 0 49% 49% 0; } }

@media (min-width: 900px) {
  .menu:before {
    left: 59px; } }

@media (min-width: 1300px) {
  .menu:before {
    display: none !important; } }

.menu li {
  line-height: 1.3; }
  @media (min-width: 768px) {
    .menu li {
      line-height: 1.1; } }

.menu > li {
  position: relative; }
  @media (min-width: 768px) {
    .menu > li {
      position: static; } }
  @media (min-width: 768px) {
    .menu > li.menu-item-home {
      display: none; } }
  .menu > li > a {
    font-size: 35px; }
    @media (min-width: 768px) {
      .menu > li > a {
        padding-left: 9rem;
        padding-right: 2em;
        font-size: 25px; } }
    @media (min-width: 934px) {
      .menu > li > a {
        font-size: 29px;
        padding-left: 10rem; } }
    @media (min-width: 1100px) {
      .menu > li > a {
        font-size: 34px; } }
    @media (min-width: 1200px) {
      .menu > li > a {
        font-size: 45px; } }

@media (max-width: 767px) {
  .menu .drop-holder {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: calc(100vw - 40px); } }

@media (min-width: 768px) {
  .menu .drop-holder {
    position: absolute;
    top: 180px;
    left: 40%;
    padding-left: 2%;
    min-height: calc(100% - 200px);
    opacity: 0;
    visibility: hidden;
    display: block; } }

@media (min-width: 934px) {
  .menu .drop-holder {
    left: 45%;
    padding-left: 2%; } }

.menu .drop-holder li {
  position: relative;
  overflow: hidden; }

.menu .drop-holder a {
  font-size: 35px; }
  @media (min-width: 768px) {
    .menu .drop-holder a {
      padding: 0;
      font-size: 25px;
      padding-left: 1.4rem;
      position: relative;
      top: -3px; } }
  @media (min-width: 934px) {
    .menu .drop-holder a {
      font-size: 29px; } }
  @media (min-width: 1100px) {
    .menu .drop-holder a {
      font-size: 34px; } }
  @media (min-width: 1200px) {
    .menu .drop-holder a {
      font-size: 45px; } }

@media (max-width: 767px) {
  .menu .back-link {
    display: block; } }

.back-link {
  display: none;
  padding: 8px 0;
  font-size: 0 !important; }
  .back-link:after {
    content: "";
    display: block;
    width: 26px;
    height: 30px;
    background: url(img/arrow-left.svg) center/100% no-repeat; }

@media (max-width: 767px) {
  .menu > li {
    display: block; } }

@media (max-width: 767px) {
  .menu.active-touch-menu > li {
    display: none; }
    .menu.active-touch-menu > li.active-li {
      display: block !important; }
      .menu.active-touch-menu > li.active-li > a {
        display: none; }
      .menu.active-touch-menu > li.active-li .drop-holder {
        display: block !important;
        position: relative !important; } }

@media (min-width: 768px) {
  .menu.active-touch-menu > li:not(.active-li):hover .drop-holder {
    display: none; } }

.menu.active-touch-menu > li {
  opacity: 0.6; }
  .menu.active-touch-menu > li.active-li {
    opacity: 1;
    z-index: 15 !important; }
    .menu.active-touch-menu > li.active-li .drop-holder {
      opacity: 1;
      visibility: visible; }
      @media (min-width: 768px) {
        .menu.active-touch-menu > li.active-li .drop-holder {
          z-index: 30; } }
      @media (max-width: 767px) {
        .menu.active-touch-menu > li.active-li .drop-holder {
          display: block;
          position: relative !important; } }

@media (min-width: 768px) {
  .no-touch .menu > li:hover {
    z-index: 10; }
    .no-touch .menu > li:hover .drop-holder {
      opacity: 1;
      visibility: visible; } }

@media (min-width: 768px) {
  .show-menu .header-logo {
    opacity: 1 !important; }
    .show-menu .header-logo .logo {
      filter: brightness(0) invert(1); }
  .show-menu .logo-icon {
    opacity: 0 !important; } }

@media (max-width: 767px) {
  .show-menu body {
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%; }
  .show-menu .header-select-country,
  .show-menu .mobile-header-cart {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .show-menu .header-logo {
    opacity: 1; }
    .show-menu .header-logo img:first-child {
      filter: brightness(0) invert(1); }
    .show-menu .header-logo img:last-child {
      opacity: 0;
      visibility: hidden; } }

@media (max-width: 767px) and (max-height: 600px) {
  .show-menu .header-logo:after {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    height: calc(100% + 50px);
    width: 290px;
    background-color: black;
    pointer-events: none;
    transition: .3s; }
  .show-menu .header-logo a {
    position: relative;
    z-index: 2; } }

.show-menu .admin-bar .header {
  top: 32px; }

@media (max-width: 767px) {
  .show-menu .header.header-color-dark .header-logo img:first-child {
    filter: brightness(0) invert(0); } }

.show-menu .header.header-color-dark .header-logo .logo {
  filter: brightness(0) invert(0); }

.show-menu .header.header-color-dark a,
.show-menu .header.header-color-dark .toggle-btn .text-close {
  color: #000; }

.show-menu .header.header-color-dark .burger div:before, .show-menu .header.header-color-dark .burger div:after, .show-menu .header.header-color-dark .mobile-burger div:before, .show-menu .header.header-color-dark .mobile-burger div:after {
  background-color: #000; }

.show-menu .header.header-color-dark .header-select-country img:last-child {
  opacity: 0;
  visibility: hidden; }

.show-menu .header.header-color-dark .header-select-country img:first-child {
  opacity: 1;
  visibility: visible; }

.show-menu .toggle-btn .text-open {
  display: none; }

.show-menu .toggle-btn .text-close {
  display: block;
  color: #fff; }

.show-menu .header {
  position: fixed; }
  .show-menu .header a {
    color: #fff; }

.show-menu .header-logo {
  opacity: 0; }

.show-menu .header-select-country img:first-child {
  opacity: 0;
  visibility: hidden; }

.show-menu .header-select-country img:last-child {
  opacity: 1;
  visibility: visible; }

.show-menu .order-samples-desc,
.show-menu .menu-container {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }

.show-menu .mobile-burger > div,
.show-menu .burger > div {
  background-color: transparent; }
  .show-menu .mobile-burger > div:after,
  .show-menu .burger > div:after {
    transform: rotate(45deg);
    background-color: #fff; }
  .show-menu .mobile-burger > div:before,
  .show-menu .burger > div:before {
    transform: rotate(-45deg);
    background-color: #fff; }

.show-menu .mobile-burger > div:before, .show-menu .mobile-burger > div:after {
  height: 5px; }

.show-menu .header-select-country {
  opacity: 0;
  pointer-events: none; }

.show-menu .admin-bar .menu:before {
  top: 71px; }
  @media (min-width: 768px) {
    .show-menu .admin-bar .menu:before {
      content: ""; } }

@media (min-width: 768px) {
  .show-menu .menu:before {
    content: ""; } }

.regions-popup-holder {
  color: #fff; }
  @media (min-width: 768px) {
    .regions-popup-holder {
      position: relative; } }
  .regions-popup-holder h2 {
    font-family: "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: -0.1px;
    padding-top: 85px;
    margin-bottom: 52px;
    clear: both; }
    @media (min-width: 768px) {
      .regions-popup-holder h2 {
        max-width: 287px;
        padding-top: 28px;
        margin-bottom: 22px;
        font-size: 20px;
        line-height: 22px; } }
  .regions-popup-holder .regions-holder {
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.43px;
    margin-bottom: 0;
    font-size: 25px; }
    @media (max-width: 767px) {
      .regions-popup-holder .regions-holder {
        line-height: 1.5; } }
    @media (min-width: 768px) {
      .regions-popup-holder .regions-holder {
        font-size: 18px;
        max-width: 287px; } }
    .regions-popup-holder .regions-holder h4 {
      font-family: "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #fff;
      font-size: 25px;
      font-weight: 300;
      letter-spacing: -0.22px;
      padding: 0; }
      @media (min-width: 768px) {
        .regions-popup-holder .regions-holder h4 {
          font-size: 18px;
          line-height: 22px; } }
    .regions-popup-holder .regions-holder a {
      color: #b3b3b3; }
    .regions-popup-holder .regions-holder .region-item {
      width: 50%;
      margin-bottom: 29px; }
      @media (min-width: 768px) {
        .regions-popup-holder .regions-holder .region-item {
          margin-bottom: 22px; } }
      .regions-popup-holder .regions-holder .region-item:last-child {
        width: 80%; }
      .regions-popup-holder .regions-holder .region-item:nth-last-child(2) {
        width: 80%; }
      .regions-popup-holder .regions-holder .region-item.active {
        font-weight: 700; }
        .regions-popup-holder .regions-holder .region-item.active h4 {
          font-weight: 700; }
  .regions-popup-holder .regions-wrap {
    background: url("./img/regions-img-mob.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: -15px;
    right: -18px;
    width: 100vw;
    min-height: 835px;
    padding: 21px 30px 21px 34px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .regions-popup-holder .regions-wrap {
        background: url("./img/regions-img.svg") no-repeat;
        padding: 28px 90px 65px 45px;
        background-size: auto 106%;
        min-height: auto;
        left: -238px;
        width: 100vw;
        top: -29px; } }
    @media (min-width: 1024px) {
      .regions-popup-holder .regions-wrap {
        padding: 28px 40px 65px 65px;
        left: -225px; } }
  .regions-popup-holder .header-select-country {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .regions-popup-holder .header-select-country {
        position: relative;
        z-index: 1; } }
    .regions-popup-holder .header-select-country span {
      position: absolute;
      left: 100%;
      top: 0;
      line-height: 20px;
      padding: 0 4px; }
      @media (max-width: 767px) {
        .regions-popup-holder .header-select-country span {
          display: none; } }

.regions-popup-close {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  position: relative; }
  @media (max-width: 767px) {
    .regions-popup-close {
      float: right; } }
  .regions-popup-close:before, .regions-popup-close:after {
    width: 27px;
    height: 3px;
    background-color: #fff;
    content: "";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 9px;
    left: -2px; }
  .regions-popup-close:before {
    transform: rotate(45deg); }
  .regions-popup-close:after {
    transform: rotate(-45deg); }

.regions-active .regions-popup-holder .regions-wrap {
  opacity: 1;
  visibility: visible; }

.regions-active .regions-popup-holder .header-select-country {
  color: #fff;
  font-weight: bold; }
  .regions-active .regions-popup-holder .header-select-country img {
    opacity: 0; }
    .regions-active .regions-popup-holder .header-select-country img:last-child {
      opacity: 1;
      visibility: visible; }

@media (max-width: 767px) {
  .regions-active .header:not(.header-color-dark) .header-logo img {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%); } }

@media (max-width: 767px) {
  .regions-active .header-logo {
    z-index: 11; } }

@media (max-width: 767px) {
  .regions-active .header-cart {
    opacity: 0;
    visibility: hidden; } }

@media (max-width: 767px) {
  .regions-active.page-template-template-custom-colors .header-logo a {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%); } }

html.active-white .header-logo .logo-icon {
  filter: brightness(0) invert(1); }

html.active-black .header-logo .logo-icon {
  filter: brightness(0) invert(0) !important; }

@media (max-width: 767px) {
  html.active-black.show-menu .header-logo .logo-icon {
    filter: brightness(0) invert(1) !important; } }

@media (min-width: 768px) and (max-width: 1100px) {
  html[data-current-region-slug="fr"] .header .h-right {
    font-size: 16px; } }

@media (min-width: 768px) {
  html[data-current-region-slug="nl"] .menu > li > a,
  html[data-current-region-slug="be"] .menu > li > a,
  html[data-current-region-slug="ara"] .menu > li > a,
  html[data-current-region-slug="rus"] .menu > li > a {
    max-width: 80%;
    padding-left: 9.5rem;
    padding-right: 2em;
    font-size: 25px; } }

@media (min-width: 934px) {
  html[data-current-region-slug="nl"] .menu > li > a,
  html[data-current-region-slug="be"] .menu > li > a,
  html[data-current-region-slug="ara"] .menu > li > a,
  html[data-current-region-slug="rus"] .menu > li > a {
    font-size: 29px;
    padding-left: 10rem; } }

@media (min-width: 991px) {
  html[data-current-region-slug="nl"] .menu > li > a,
  html[data-current-region-slug="be"] .menu > li > a,
  html[data-current-region-slug="ara"] .menu > li > a,
  html[data-current-region-slug="rus"] .menu > li > a {
    max-width: 60%; } }

@media (min-width: 1100px) {
  html[data-current-region-slug="nl"] .menu > li > a,
  html[data-current-region-slug="be"] .menu > li > a,
  html[data-current-region-slug="ara"] .menu > li > a,
  html[data-current-region-slug="rus"] .menu > li > a {
    font-size: 34px; } }

@media (min-width: 1200px) {
  html[data-current-region-slug="nl"] .menu > li > a,
  html[data-current-region-slug="be"] .menu > li > a,
  html[data-current-region-slug="ara"] .menu > li > a,
  html[data-current-region-slug="rus"] .menu > li > a {
    font-size: 39px; } }

@media (min-width: 934px) {
  html[data-current-region-slug="nl"] .menu .drop-holder a,
  html[data-current-region-slug="be"] .menu .drop-holder a,
  html[data-current-region-slug="ara"] .menu .drop-holder a,
  html[data-current-region-slug="rus"] .menu .drop-holder a {
    font-size: 25px; } }

@media (min-width: 1100px) {
  html[data-current-region-slug="nl"] .menu .drop-holder a,
  html[data-current-region-slug="be"] .menu .drop-holder a,
  html[data-current-region-slug="ara"] .menu .drop-holder a,
  html[data-current-region-slug="rus"] .menu .drop-holder a {
    font-size: 30px; } }

@media (min-width: 1200px) {
  html[data-current-region-slug="nl"] .menu .drop-holder a,
  html[data-current-region-slug="be"] .menu .drop-holder a,
  html[data-current-region-slug="ara"] .menu .drop-holder a,
  html[data-current-region-slug="rus"] .menu .drop-holder a {
    font-size: 39px; } }

@media (min-width: 768px) {
  html[data-current-region-slug="nl"] .menu > li > a {
    padding-left: 9rem;
    padding-right: 2em;
    font-size: 23px; } }

@media (min-width: 934px) {
  html[data-current-region-slug="nl"] .menu > li > a {
    font-size: 27px;
    padding-left: 7.6rem; } }

@media (min-width: 1100px) {
  html[data-current-region-slug="nl"] .menu > li > a {
    font-size: 32px; } }

@media (min-width: 1200px) {
  html[data-current-region-slug="nl"] .menu > li > a {
    font-size: 39px; } }

@media (min-width: 1200px) {
  html[data-current-region-slug="nl"] .menu .drop-holder a {
    font-size: 39px; } }

@media (min-width: 768px) and (max-width: 933px) {
  html[data-current-region-slug="nl"] .menu .drop-holder {
    left: 45%; } }

@media (min-width: 934px) and (max-width: 1100px) {
  html[data-current-region-slug="nl"] .menu .drop-holder {
    left: 50%; } }

@media (min-width: 1101px) and (max-width: 1300px) {
  html[data-current-region-slug="nl"] .header .h-right {
    font-size: 16px; } }

@media (min-width: 768px) and (max-width: 1100px) {
  html[data-current-region-slug="nl"] .header .h-right {
    font-size: 14px; } }

@media (min-width: 768px) {
  html[data-current-region-slug="nl"] .header-navigation li {
    margin-right: 15px; } }

@media (min-width: 768px) and (max-width: 1100px) {
  html[data-current-region-slug="nl"] .header .h-right {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 1100px) {
  html[data-current-region-slug="rus"] .header .h-right {
    font-size: 16px; } }

.container.footer-bottom {
  padding-bottom: 14px;
  padding-top: 60px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .container.footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .container.footer-bottom {
      align-items: flex-end;
      padding-bottom: 18px; } }
  @media (min-width: 768px) {
    .container.footer-bottom .right,
    .container.footer-bottom .left {
      display: flex;
      align-items: center; } }
  .container.footer-bottom .left {
    margin-bottom: 10px; }
  .container.footer-bottom .right {
    padding-right: 130px; }
    @media (min-width: 768px) {
      .container.footer-bottom .right {
        padding-right: 150px; } }

.footer-mob-alt-logo {
  display: none;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .footer-mob-alt-logo {
      margin-bottom: 16px; } }

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 30px;
  position: relative; }
  .social-links li {
    padding-right: 0.5rem; }

.fa-bitcoin:before {
  display: none; }

.fa-bitcoin:after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84'%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill:%23000000;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EWhiteCircle%3C/title%3E%3Cpath class='cls-2' d='M727.31,651.6a42,42,0,1,0,12.31,29.7A42,42,0,0,0,727.31,651.6Zm-55.14,41.08-5.85-7a.53.53,0,0,1,.07-.74l18.08-15a.52.52,0,0,1,.74.07l5.84,7a.52.52,0,0,1-.06.74l-18.08,15A.53.53,0,0,1,672.17,692.68Zm19.66.06a.53.53,0,0,1-.74-.07l-5.84-7a.52.52,0,0,1,.07-.74l18.07-15a.51.51,0,0,1,.74.07l5.85,7a.53.53,0,0,1-.07.74Zm18.93,0a.53.53,0,0,1-.74-.07l-5.85-7a.53.53,0,0,1,.07-.74l18.08-15a.52.52,0,0,1,.74.07l5.84,7a.52.52,0,0,1-.06.74Z' transform='translate(-655.61 -639.3)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(0); }

.social-links .fa-buffer:before {
  content: none; }

.fa-buffer:after {
  content: '';
  position: relative;
  top: 3px;
  left: -3px;
  display: inline-block;
  width: 35px;
  height: 35px;
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg enable-background='new 0 0 415.2 409.6' viewBox='0 0 415.2 409.6' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpattern id='a' height='350' overflow='visible' patternUnits='userSpaceOnUse' viewBox='0 -350 350 350' width='350' x='-84.8' y='500'%3e%3cpath d='m0-350h350v350h-350z' fill='none'/%3e%3cpath d='m334.6-290.9c10.1 18.8 15.4 38 15.4 86.5v58.8c0 48.5-5.4 67.7-15.4 86.5s-24.8 33.6-43.7 43.7-38 15.4-86.5 15.4h-58.8c-48.5 0-67.7-5.4-86.5-15.4-18.8-10.1-33.6-24.9-43.7-43.7s-15.4-38-15.4-86.5v-58.8c0-48.5 5.4-67.7 15.4-86.5s24.8-33.6 43.7-43.7c18.8-10.1 38-15.4 86.5-15.4h58.8c48.5 0 67.7 5.4 86.5 15.4 18.8 10.1 33.6 24.9 43.7 43.7zm-10.8 90.9c0-41.2-4.6-57.5-13.1-73.5-8.6-16-21.1-28.6-37.1-37.1-16-8.6-32.3-13.1-73.5-13.1h-50c-41.2 0-57.5 4.6-73.5 13.1-16 8.6-28.6 21.1-37.1 37.1s-13.3 32.3-13.3 73.5v50c0 41.2 4.6 57.5 13.1 73.5 8.6 16 21.1 28.6 37.1 37.1 16 8.6 32.3 13.1 73.5 13.1h50c41.2 0 57.5-4.6 73.5-13.1 16-8.6 28.6-21.1 37.1-37.1 8.6-16 13.1-32.3 13.1-73.5v-50z' fill='%23fff'/%3e%3cpath d='m249.1-200.7.3 104.5h-44.5v-18.8c-10.6 13.4-27.7 20.8-49.8 20.8-33.9 0-54.5-20.8-54.5-50 0-30.1 21.5-47.9 60.4-48.2h43.6v-3c0-17-11.2-26.8-33-26.8-14.1 0-30.6 4.8-47.1 14l-14.1-31.6c23.6-11.9 43.9-18.5 71.6-18.5 42.3.2 66.8 21.6 67.1 57.6zm-44.5 35.5h-35.6c-17.4 0-25.9 5.4-25.9 18.2 0 12.2 9.4 20.2 24.7 20.2 19.1 0 34.2-10.4 36.8-24.1z' fill='%23fff'/%3e%3c/pattern%3e%3cpattern id='b' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cpattern id='c' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cg fill='%23fff' stroke-miterlimit='10'%3e%3cpath d='m323.5 47.7c-18.8-10.1-38-15.4-86.5-15.4h-58.8c-48.5 0-67.7 5.4-86.5 15.4s-33.6 24.8-43.7 43.6-15.4 38-15.4 86.5v58.8c0 48.5 5.4 67.7 15.4 86.5s24.8 33.6 43.7 43.7c18.8 10.1 38 15.4 86.5 15.4h58.8c48.5 0 67.7-5.4 86.5-15.4s33.6-24.8 43.7-43.7 15.4-38 15.4-86.5v-58.8c0-48.5-5.4-67.7-15.4-86.5s-24.9-33.6-43.7-43.6zm32.9 184.6c0 41.2-4.6 57.5-13.1 73.5-8.6 16-21.1 28.6-37.1 37.1-16 8.6-32.3 13.1-73.5 13.1h-50c-41.2 0-57.5-4.6-73.5-13.1-16-8.6-28.6-21.1-37.1-37.1-8.6-16-13.1-32.3-13.1-73.5v-50c0-41.2 4.6-57.5 13.1-73.5s21.1-28.6 37.1-37.1c16-8.6 32.3-13.1 73.5-13.1h50c41.2 0 57.5 4.6 73.5 13.1 16 8.6 28.6 21.1 37.1 37.1 8.6 16 13.1 32.3 13.1 73.5z' stroke='url(%23b)'/%3e%3cpath d='m214.5 124.1c-27.7 0-48 6.6-71.6 18.5l14.1 31.6c16.5-9.2 33-14 47.1-14 21.8 0 33 9.8 33 26.8v3h-43.6c-38.9.3-60.4 18.2-60.4 48.2 0 29.2 20.6 50 54.5 50 22.1 0 39.2-7.4 49.8-20.8v18.8h44.6l-.3-104.5c-.3-36.1-24.8-57.6-67.2-57.6zm22.7 107.2c-2.7 13.7-17.7 24.1-36.8 24.1-15.3 0-24.7-8-24.7-20.2 0-12.8 8.5-18.2 25.9-18.2h35.6z' stroke='url(%23c)'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0); }

.footer-logo {
  display: flex;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .footer-logo {
      margin-bottom: 13px; } }
  .footer-logo img {
    height: 29px;
    width: 150px;
    min-width: 150px; }
  .footer-logo a {
    display: flex; }

@media (min-width: 600px) {
  html[data-current-region-slug="nl"] .btn-support {
    right: 0; } }

.btn-support {
  position: absolute;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 22px 9px 19px;
  bottom: -1px;
  text-decoration: none;
  right: 26px;
  clip-path: polygon(0% 0%, 95% 15%, 100% 100%, 0% 100%); }
  @media (min-width: 600px) {
    .btn-support {
      right: 48px; } }
  @media (min-width: 768px) {
    .btn-support {
      bottom: 0; } }

.footer-copyright {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  opacity: 0.45;
  margin-right: 1.8rem;
  margin-bottom: 10px;
  padding-top: 2px; }

.footer-navigation {
  margin-bottom: 2px; }
  @media (min-width: 768px) {
    .footer-navigation {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px; } }
  .footer-navigation li {
    margin-right: 1.8rem; }
  .footer-navigation a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    opacity: 0.45;
    transition: .2s; }
    .footer-navigation a:hover {
      opacity: 1; }

@media (min-width: 768px) {
  #footer.footer-with-bg .footer-inner-wrap {
    min-height: 349px; } }

@media (min-width: 1024px) {
  #footer.footer-with-bg .footer-inner-wrap {
    min-height: 384px; } }

.footer-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  overflow: hidden; }

.footer-bottom-wrap {
  width: 100%;
  position: relative;
  z-index: 10; }

.container.footer-text {
  padding-top: 50px;
  padding-bottom: 15px;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .container.footer-text {
      padding-top: 197px;
      padding-bottom: 58px; } }
  .container.footer-text a {
    text-decoration: none;
    position: relative;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .container.footer-text a {
        text-decoration: underline; } }
    .container.footer-text a strong {
      font-weight: 300; }
    @media (min-width: 768px) {
      .container.footer-text a:after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 4px;
        background: #000;
        bottom: -2px; } }

.search.search-results .footer-bottom-wrap,
.woocommerce-cart.woocommerce-page .footer-bottom-wrap,
.woocommerce-lost-password .footer-bottom-wrap,
.woocommerce-account .footer-bottom-wrap,
.footer-bottom-color-dark-gray {
  background-color: #212121; }

.archive.tax-product_cat.woocommerce.woocommerce-page .footer-inner-wrap,
.footer-bottom-color-black {
  background-color: #000; }

.page-template-template-patterns .footer .social-links a,
.page-template-template-patternine .footer .social-links a,
.page-template-template-homebody .footer .social-links a,
.search.search-results .footer .social-links a,
.product-template-default.single.single-product .footer .social-links a,
.post-type-archive-product.woocommerce-shop .footer .social-links a,
.archive.tax-product_cat.woocommerce.woocommerce-page .footer .social-links a,
.woocommerce-checkout.woocommerce-page .footer .social-links a,
.woocommerce-cart.woocommerce-page .footer .social-links a,
.page-template-template-downloads .social-links a,
.page-template-template-custom-colors .social-links a,
.woocommerce-lost-password .social-links a,
.woocommerce-account .social-links a,
.page-template-template-thank-you .social-links a,
.single.single-post.single-format-standard .social-links a,
.footer-bottom-color-dark-gray .social-links a,
.footer-bottom-color-black .social-links a {
  color: #fff;
  opacity: 0.91; }
  .page-template-template-patterns .footer .social-links a:hover,
  .page-template-template-patternine .footer .social-links a:hover,
  .page-template-template-homebody .footer .social-links a:hover,
  .search.search-results .footer .social-links a:hover,
  .product-template-default.single.single-product .footer .social-links a:hover,
  .post-type-archive-product.woocommerce-shop .footer .social-links a:hover,
  .archive.tax-product_cat.woocommerce.woocommerce-page .footer .social-links a:hover,
  .woocommerce-checkout.woocommerce-page .footer .social-links a:hover,
  .woocommerce-cart.woocommerce-page .footer .social-links a:hover,
  .page-template-template-downloads .social-links a:hover,
  .page-template-template-custom-colors .social-links a:hover,
  .woocommerce-lost-password .social-links a:hover,
  .woocommerce-account .social-links a:hover,
  .page-template-template-thank-you .social-links a:hover,
  .single.single-post.single-format-standard .social-links a:hover,
  .footer-bottom-color-dark-gray .social-links a:hover,
  .footer-bottom-color-black .social-links a:hover {
    opacity: 1; }

.page-template-template-patterns .footer .btn-support,
.page-template-template-patternine .footer .btn-support,
.page-template-template-homebody .footer .btn-support,
.search.search-results .footer .btn-support,
.product-template-default.single.single-product .footer .btn-support,
.post-type-archive-product.woocommerce-shop .footer .btn-support,
.archive.tax-product_cat.woocommerce.woocommerce-page .footer .btn-support,
.woocommerce-checkout.woocommerce-page .footer .btn-support,
.woocommerce-cart.woocommerce-page .footer .btn-support,
.page-template-template-downloads .btn-support,
.page-template-template-custom-colors .btn-support,
.woocommerce-lost-password .btn-support,
.woocommerce-account .btn-support,
.page-template-template-thank-you .btn-support,
.single.single-post.single-format-standard .btn-support,
.footer-bottom-color-dark-gray .btn-support,
.footer-bottom-color-black .btn-support {
  color: #000;
  background-color: #fff; }

.page-template-template-patterns .footer .fa-bitcoin:after,
.page-template-template-patterns .footer .fa-buffer:after,
.page-template-template-patterns .footer .footer-logo img,
.page-template-template-patternine .footer .fa-bitcoin:after,
.page-template-template-patternine .footer .fa-buffer:after,
.page-template-template-patternine .footer .footer-logo img,
.page-template-template-homebody .footer .fa-bitcoin:after,
.page-template-template-homebody .footer .fa-buffer:after,
.page-template-template-homebody .footer .footer-logo img,
.search.search-results .footer .fa-bitcoin:after,
.search.search-results .footer .fa-buffer:after,
.search.search-results .footer .footer-logo img,
.product-template-default.single.single-product .footer .fa-bitcoin:after,
.product-template-default.single.single-product .footer .fa-buffer:after,
.product-template-default.single.single-product .footer .footer-logo img,
.post-type-archive-product.woocommerce-shop .footer .fa-bitcoin:after,
.post-type-archive-product.woocommerce-shop .footer .fa-buffer:after,
.post-type-archive-product.woocommerce-shop .footer .footer-logo img,
.archive.tax-product_cat.woocommerce.woocommerce-page .footer .fa-bitcoin:after,
.archive.tax-product_cat.woocommerce.woocommerce-page .footer .fa-buffer:after,
.archive.tax-product_cat.woocommerce.woocommerce-page .footer .footer-logo img,
.woocommerce-checkout.woocommerce-page .footer .fa-bitcoin:after,
.woocommerce-checkout.woocommerce-page .footer .fa-buffer:after,
.woocommerce-checkout.woocommerce-page .footer .footer-logo img,
.woocommerce-cart.woocommerce-page .footer .fa-bitcoin:after,
.woocommerce-cart.woocommerce-page .footer .fa-buffer:after,
.woocommerce-cart.woocommerce-page .footer .footer-logo img,
.page-template-template-downloads .fa-bitcoin:after,
.page-template-template-downloads .fa-buffer:after,
.page-template-template-downloads .footer-logo img,
.page-template-template-custom-colors .fa-bitcoin:after,
.page-template-template-custom-colors .fa-buffer:after,
.page-template-template-custom-colors .footer-logo img,
.woocommerce-lost-password .fa-bitcoin:after,
.woocommerce-lost-password .fa-buffer:after,
.woocommerce-lost-password .footer-logo img,
.woocommerce-account .fa-bitcoin:after,
.woocommerce-account .fa-buffer:after,
.woocommerce-account .footer-logo img,
.page-template-template-thank-you .fa-bitcoin:after,
.page-template-template-thank-you .fa-buffer:after,
.page-template-template-thank-you .footer-logo img,
.single.single-post.single-format-standard .fa-bitcoin:after,
.single.single-post.single-format-standard .fa-buffer:after,
.single.single-post.single-format-standard .footer-logo img,
.footer-bottom-color-dark-gray .fa-bitcoin:after,
.footer-bottom-color-dark-gray .fa-buffer:after,
.footer-bottom-color-dark-gray .footer-logo img,
.footer-bottom-color-black .fa-bitcoin:after,
.footer-bottom-color-black .fa-buffer:after,
.footer-bottom-color-black .footer-logo img {
  filter: brightness(0) invert(1); }

.page-template-template-patterns .footer .footer-copyright,
.page-template-template-patterns .footer .footer-navigation a,
.page-template-template-patternine .footer .footer-copyright,
.page-template-template-patternine .footer .footer-navigation a,
.page-template-template-homebody .footer .footer-copyright,
.page-template-template-homebody .footer .footer-navigation a,
.search.search-results .footer .footer-copyright,
.search.search-results .footer .footer-navigation a,
.product-template-default.single.single-product .footer .footer-copyright,
.product-template-default.single.single-product .footer .footer-navigation a,
.post-type-archive-product.woocommerce-shop .footer .footer-copyright,
.post-type-archive-product.woocommerce-shop .footer .footer-navigation a,
.archive.tax-product_cat.woocommerce.woocommerce-page .footer .footer-copyright,
.archive.tax-product_cat.woocommerce.woocommerce-page .footer .footer-navigation a,
.woocommerce-checkout.woocommerce-page .footer .footer-copyright,
.woocommerce-checkout.woocommerce-page .footer .footer-navigation a,
.woocommerce-cart.woocommerce-page .footer .footer-copyright,
.woocommerce-cart.woocommerce-page .footer .footer-navigation a,
.page-template-template-downloads .footer-copyright,
.page-template-template-downloads .footer-navigation a,
.page-template-template-custom-colors .footer-copyright,
.page-template-template-custom-colors .footer-navigation a,
.woocommerce-lost-password .footer-copyright,
.woocommerce-lost-password .footer-navigation a,
.woocommerce-account .footer-copyright,
.woocommerce-account .footer-navigation a,
.page-template-template-thank-you .footer-copyright,
.page-template-template-thank-you .footer-navigation a,
.single.single-post.single-format-standard .footer-copyright,
.single.single-post.single-format-standard .footer-navigation a,
.footer-bottom-color-dark-gray .footer-copyright,
.footer-bottom-color-dark-gray .footer-navigation a,
.footer-bottom-color-black .footer-copyright,
.footer-bottom-color-black .footer-navigation a {
  color: #e8e8e8; }

.page-template-template-patterns .footer .footer-navigation a:hover,
.page-template-template-patternine .footer .footer-navigation a:hover,
.page-template-template-homebody .footer .footer-navigation a:hover,
.search.search-results .footer .footer-navigation a:hover,
.product-template-default.single.single-product .footer .footer-navigation a:hover,
.post-type-archive-product.woocommerce-shop .footer .footer-navigation a:hover,
.archive.tax-product_cat.woocommerce.woocommerce-page .footer .footer-navigation a:hover,
.woocommerce-checkout.woocommerce-page .footer .footer-navigation a:hover,
.woocommerce-cart.woocommerce-page .footer .footer-navigation a:hover,
.page-template-template-downloads .footer-navigation a:hover,
.page-template-template-custom-colors .footer-navigation a:hover,
.woocommerce-lost-password .footer-navigation a:hover,
.woocommerce-account .footer-navigation a:hover,
.page-template-template-thank-you .footer-navigation a:hover,
.single.single-post.single-format-standard .footer-navigation a:hover,
.footer-bottom-color-dark-gray .footer-navigation a:hover,
.footer-bottom-color-black .footer-navigation a:hover {
  color: #fff; }

.page-template-template-homebody .footer,
.page-template-template-downloads .footer,
.page-template-template-custom-colors .footer,
.footer.footer-color-dark-gray,
.footer.footer-color-black {
  color: #fff; }
  .page-template-template-homebody .footer .container.footer-text a,
  .page-template-template-downloads .footer .container.footer-text a,
  .page-template-template-custom-colors .footer .container.footer-text a,
  .footer.footer-color-dark-gray .container.footer-text a,
  .footer.footer-color-black .container.footer-text a {
    color: #fff; }
  .page-template-template-homebody .footer .container.footer-text a:after,
  .page-template-template-downloads .footer .container.footer-text a:after,
  .page-template-template-custom-colors .footer .container.footer-text a:after,
  .footer.footer-color-dark-gray .container.footer-text a:after,
  .footer.footer-color-black .container.footer-text a:after {
    background-color: #fff; }

.footer.footer-color-black {
  background-color: #000; }

.footer.footer-color-dark-gray {
  background-color: #212121; }

.footer-bg-block.footer-bg-right,
.footer-bg-block.footer-bg-left,
.footer-bg-block.footer-bg-center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain; }
  @media (max-width: 767px) {
    .footer-bg-block.footer-bg-right,
    .footer-bg-block.footer-bg-left,
    .footer-bg-block.footer-bg-center {
      display: none; } }

.footer-bg-block.footer-bg-right {
  background-position: bottom right; }

.footer-bg-block.footer-bg-left {
  background-position: bottom left; }

@media (max-width: 767px) {
  #footer.transparent-footer .footer-bottom-wrap {
    background: transparent; } }

#wrapper {
  max-width: 100%;
  position: relative; }

#main {
  padding-top: 155px; }
  @media (min-width: 768px) {
    #main {
      padding-top: 230px; } }

.main ul li,
.main ol li {
  margin-bottom: 12px; }

.page-holder {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .page-holder {
      min-height: 100vh;
      display: flex;
      justify-content: space-between;
      flex-direction: column; } }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.container {
  max-width: 1279px;
  width: 100%;
  margin: 0 auto;
  padding: 0 18px; }
  @media (min-width: 600px) {
    .container {
      padding: 0 48px; } }

.row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding: 0 15px; }

.col-1 {
  width: 8.333333%; }

.col-2 {
  width: 16.666666%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.333333%; }

.col-5 {
  width: 41.666666%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.333333%; }

.col-8 {
  width: 66.666666%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.333333%; }

.col-11 {
  width: 91.666666%; }

.col-12 {
  width: 100%; }

a.post-edit-link {
  display: inline-block;
  margin-top: 1.5rem; }

.post-edit-wrap {
  margin-bottom: 0;
  padding-bottom: 1.5rem; }

.fancybox-bg {
  background-color: rgba(51, 51, 51, 0.9); }

.lc-popup {
  clip-path: polygon(8% 0, 88% 0%, 100% 32%, 88% 95%, 5% 100%, 0 16%);
  max-width: 89%;
  padding: 68px 40px 78px;
  padding-right: 13%; }
  @media (min-width: 768px) {
    .lc-popup {
      clip-path: polygon(6% 0, 87% 0%, 100% 45%, 87% 95%, 4% 100%, 0 23%);
      max-width: 695px;
      padding: 68px 73px 80px;
      padding-right: 148px; } }
  .lc-popup h3 {
    color: #000;
    font-family: "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    letter-spacing: -0.6px;
    font-weight: 700;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .lc-popup h3 {
        font-size: 25px;
        letter-spacing: -0.75px;
        margin: 0; } }
    .lc-popup h3 + h3 {
      font-weight: 400;
      padding: 0; }
  .lc-popup button.fancybox-close-small {
    top: 18px;
    right: 61px; }
    @media (min-width: 768px) {
      .lc-popup button.fancybox-close-small {
        right: 108px; } }
    .lc-popup button.fancybox-close-small svg {
      opacity: 0; }
    .lc-popup button.fancybox-close-small:before, .lc-popup button.fancybox-close-small:after {
      background: #000;
      display: block;
      top: 50%;
      margin-top: -1px;
      left: 9px;
      content: '';
      width: 22px;
      height: 3px;
      position: absolute; }
      @media (min-width: 768px) {
        .lc-popup button.fancybox-close-small:before, .lc-popup button.fancybox-close-small:after {
          width: 26px; } }
    .lc-popup button.fancybox-close-small:before {
      transform: rotate(45deg); }
    .lc-popup button.fancybox-close-small:after {
      transform: rotate(-45deg); }
  .lc-popup .lc-popup-form {
    padding-top: 17px; }
    @media (min-width: 768px) {
      .lc-popup .lc-popup-form {
        padding-top: 22px; } }
    .lc-popup .lc-popup-form input[type='text'],
    .lc-popup .lc-popup-form input[type='tel'],
    .lc-popup .lc-popup-form input[type='email'],
    .lc-popup .lc-popup-form input[type='search'],
    .lc-popup .lc-popup-form input[type='password'],
    .lc-popup .lc-popup-form textarea, .lc-popup .lc-popup-form select {
      width: 100%;
      border: 1px solid transparent;
      border-bottom-color: #000;
      outline: none;
      color: #000;
      font-family: "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: -0.06px;
      padding: 0 0 6px; }
      @media (min-width: 768px) {
        .lc-popup .lc-popup-form input[type='text'],
        .lc-popup .lc-popup-form input[type='tel'],
        .lc-popup .lc-popup-form input[type='email'],
        .lc-popup .lc-popup-form input[type='search'],
        .lc-popup .lc-popup-form input[type='password'],
        .lc-popup .lc-popup-form textarea, .lc-popup .lc-popup-form select {
          font-size: 18px;
          letter-spacing: -0.07px; } }
    .lc-popup .lc-popup-form select {
      background-image: url("./img/bakc-select-arrow.svg");
      background-repeat: no-repeat;
      background-position: right center;
      appearance: none; }
      @media (max-width: 767px) {
        .lc-popup .lc-popup-form select {
          width: 62%; } }
    .lc-popup .lc-popup-form input[type="submit"] {
      color: #fff;
      font-family: "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      background-color: #000;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.24px;
      padding: 9px 38px;
      border: 0;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 768px) {
        .lc-popup .lc-popup-form input[type="submit"] {
          font-size: 18px;
          letter-spacing: -0.27px;
          padding: 10px 44px; } }
    @media (min-width: 768px) {
      .lc-popup .lc-popup-form .two-columns {
        display: flex;
        align-items: flex-end;
        justify-content: space-between; } }
    @media (min-width: 768px) {
      .lc-popup .lc-popup-form .two-columns .form-col {
        width: 48%; } }
    .lc-popup .lc-popup-form .form-row {
      position: relative; }
    .lc-popup .lc-popup-form .form-col {
      margin-bottom: 14px; }
      @media (min-width: 768px) {
        .lc-popup .lc-popup-form .form-col {
          margin-bottom: 17px; } }
    .lc-popup .lc-popup-form .field-label {
      color: #000;
      font-family: "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 300;
      font-size: 16px;
      display: block;
      letter-spacing: -0.06px; }
      @media (min-width: 768px) {
        .lc-popup .lc-popup-form .field-label {
          font-size: 18px;
          letter-spacing: -0.07px; } }
    .lc-popup .lc-popup-form .form-col-submit {
      position: relative;
      padding-top: 8px; }
      @media (min-width: 768px) {
        .lc-popup .lc-popup-form .form-col-submit {
          padding-top: 0;
          text-align: right; } }
    .lc-popup .lc-popup-form .wpcf7-spinner {
      position: absolute;
      top: 100%; }
    .lc-popup .lc-popup-form .wpcf7-response-output {
      margin: 1em 0 0em;
      color: #f5ba41;
      font-family: "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.24px; }
      @media (min-width: 768px) {
        .lc-popup .lc-popup-form .wpcf7-response-output {
          font-size: 18px;
          letter-spacing: -0.27px;
          margin: 0; } }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

.btn, .durasein-form-style input[type="submit"] {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  background-color: #000;
  padding: 12px 18px;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .btn, .durasein-form-style input[type="submit"] {
      font-size: 18px; } }
  .btn.cta-mortarr, .durasein-form-style input.cta-mortarr[type="submit"] {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    padding: 10px 14px; }
    .btn.cta-mortarr:before, .durasein-form-style input.cta-mortarr[type="submit"]:before {
      content: "";
      width: 43px;
      height: 17px;
      display: inline-block;
      background: url(img/mortarr.png) center/contain no-repeat;
      position: relative;
      top: 2px;
      margin-right: 10px; }
  .btn.cta-mbank, .durasein-form-style input.cta-mbank[type="submit"] {
    background-color: #ffd33b;
    color: #000;
    padding: 12px 15px 12px 47px;
    position: relative; }
    .btn.cta-mbank:before, .durasein-form-style input.cta-mbank[type="submit"]:before {
      content: "";
      width: 37px;
      height: 37px;
      position: absolute;
      left: 5px;
      top: 50%;
      transform: translateY(-50%);
      background: url(img/material-bank.svg) center/contain no-repeat; }
  .btn.cta-white, .durasein-form-style input.cta-white[type="submit"] {
    background-color: #fff;
    color: #000; }
  .btn.cta-bordered, .durasein-form-style input.cta-bordered[type="submit"] {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    padding: 10px 14px 9px; }
  .btn.cta-bimsmith, .durasein-form-style input.cta-bimsmith[type="submit"] {
    display: flex;
    align-items: center; }
    .btn.cta-bimsmith.cta-bimsmith-white, .durasein-form-style input.cta-bimsmith.cta-bimsmith-white[type="submit"] {
      background-color: #fff;
      color: #000;
      border: 2px solid #000;
      padding: 9px 14px; }
    .btn.cta-bimsmith:before, .durasein-form-style input.cta-bimsmith[type="submit"]:before {
      width: 22px;
      height: 26px;
      content: "";
      background: url("./img/bimsmith.svg");
      display: inline-block;
      margin-right: 9px; }

.btn-anchor {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 27px;
  position: relative;
  text-align: center; }
  .btn-anchor:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    width: 23px;
    height: 23px;
    background: url(img/caret-down.svg) center/contain no-repeat; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-track {
  display: flex !important; }

.slick-slide {
  height: inherit !important; }

.slick-track {
  margin-left: 0;
  margin-right: 0; }

.page-template-template-contact {
  background-color: #ecebe4; }
  .page-template-template-contact .footer-bg-block.footer-bg-right,
  .page-template-template-contact .footer-bg-block.footer-bg-left,
  .page-template-template-contact .footer-bg-block.footer-bg-center {
    background-size: 75%; }
    @media (max-width: 991px) and (min-width: 768px) {
      .page-template-template-contact .footer-bg-block.footer-bg-right,
      .page-template-template-contact .footer-bg-block.footer-bg-left,
      .page-template-template-contact .footer-bg-block.footer-bg-center {
        background-size: 88%; } }
    @media screen and (max-width: 1699px) and (min-width: 1500px) {
      .page-template-template-contact .footer-bg-block.footer-bg-right,
      .page-template-template-contact .footer-bg-block.footer-bg-left,
      .page-template-template-contact .footer-bg-block.footer-bg-center {
        background-size: 67%; } }
    @media screen and (max-width: 1499px) and (min-width: 1360px) {
      .page-template-template-contact .footer-bg-block.footer-bg-right,
      .page-template-template-contact .footer-bg-block.footer-bg-left,
      .page-template-template-contact .footer-bg-block.footer-bg-center {
        background-size: 80%; } }
    @media screen and (max-width: 1359px) and (min-width: 1201px) {
      .page-template-template-contact .footer-bg-block.footer-bg-right,
      .page-template-template-contact .footer-bg-block.footer-bg-left,
      .page-template-template-contact .footer-bg-block.footer-bg-center {
        background-size: 82%; } }
  @media (max-width: 767px) {
    .page-template-template-contact .new-content-target {
      margin-bottom: 0; } }
  @media (max-width: 1199px) {
    .page-template-template-contact .new-content-target {
      margin-top: 0; } }

.contacts-holder {
  max-width: 1070px; }
  .contacts-holder .team-post-block {
    width: 50%; }
    @media (min-width: 600px) {
      .contacts-holder .team-post-block {
        width: 50%; } }
    .contacts-holder .team-post-block .team-address {
      margin-bottom: 6px; }
  @media (max-width: 767px) {
    .contacts-holder .col-7,
    .contacts-holder .col-5 {
      width: 100%; } }
  @media (min-width: 768px) {
    .contacts-holder .col-7 {
      padding-left: 0; } }

@media (max-width: 767px) {
  .contact-filter {
    margin-bottom: 50px;
    margin-top: 20px; } }

.contact-filter .filter-radio {
  font-size: 40px;
  line-height: 1.1; }
  @media (min-width: 1024px) {
    .contact-filter .filter-radio {
      font-size: 50px;
      line-height: 1.2; } }
  .contact-filter .filter-radio input {
    display: none; }
    .contact-filter .filter-radio input:checked + .filter-radio-text {
      opacity: 1;
      border-bottom-color: #000; }
  .contact-filter .filter-radio .filter-radio-text {
    opacity: 0.2;
    transition: .2s;
    border-bottom: 2px solid transparent;
    line-height: 1;
    display: inline-block; }
  .contact-filter .filter-radio label {
    display: block;
    cursor: pointer; }
    .contact-filter .filter-radio label:hover .filter-radio-text {
      opacity: 1; }

.page-template-template-support {
  background-color: #ecebe4; }
  .page-template-template-support .menu:before {
    background-color: #ecebe4; }
  .page-template-template-support .footer-bg-block.footer-bg-right,
  .page-template-template-support .footer-bg-block.footer-bg-left,
  .page-template-template-support .footer-bg-block.footer-bg-center {
    background-size: 75%; }
    @media (max-width: 991px) and (min-width: 768px) {
      .page-template-template-support .footer-bg-block.footer-bg-right,
      .page-template-template-support .footer-bg-block.footer-bg-left,
      .page-template-template-support .footer-bg-block.footer-bg-center {
        background-size: 88%; } }
    @media screen and (max-width: 1699px) and (min-width: 1500px) {
      .page-template-template-support .footer-bg-block.footer-bg-right,
      .page-template-template-support .footer-bg-block.footer-bg-left,
      .page-template-template-support .footer-bg-block.footer-bg-center {
        background-size: 67%; } }
    @media screen and (max-width: 1499px) and (min-width: 1360px) {
      .page-template-template-support .footer-bg-block.footer-bg-right,
      .page-template-template-support .footer-bg-block.footer-bg-left,
      .page-template-template-support .footer-bg-block.footer-bg-center {
        background-size: 80%; } }
    @media screen and (max-width: 1359px) and (min-width: 1201px) {
      .page-template-template-support .footer-bg-block.footer-bg-right,
      .page-template-template-support .footer-bg-block.footer-bg-left,
      .page-template-template-support .footer-bg-block.footer-bg-center {
        background-size: 82%; } }
  @media (max-width: 767px) {
    .page-template-template-support .new-content-target {
      margin-bottom: 0; } }
  @media (max-width: 1199px) {
    .page-template-template-support .new-content-target {
      margin-top: 0; } }

@media (max-width: 767px) {
  .support-holder .col-3,
  .support-holder .col-9 {
    width: 100%; } }

@media (min-width: 768px) {
  .support-holder .col-3 {
    padding-right: 0; } }

.grid-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px; }

.team-info-holder {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .team-info-holder a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }
    .team-info-holder a:hover {
      color: #fff; }

.team-info-holder-top {
  min-height: 66px; }
  @media (min-width: 768px) {
    .team-info-holder-top {
      min-height: 73px; } }
  @media (min-width: 768px) {
    .team-info-holder-top {
      min-height: 61px; } }
  @media (min-width: 1024px) {
    .team-info-holder-top {
      min-height: 73px; } }
  .team-info-holder-top .team-title + .team-role {
    padding-top: 0; }
  .team-info-holder-top .team-role {
    padding-top: 16px; }

.team-post-block {
  width: 50%;
  padding: 5px 3px; }
  @media (min-width: 600px) {
    .team-post-block {
      width: 50%;
      padding: 10px; } }
  @media (min-width: 1024px) {
    .team-post-block {
      width: 33.333333%; } }
  .team-post-block .block {
    background-color: #000;
    clip-path: polygon(0% 3%, 22% 0%, 100% 3%, 100% 100%, 0% 100%);
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 12px;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    overflow-x: auto;
    min-height: 254px; }
    @media (min-width: 600px) {
      .team-post-block .block {
        padding: 20px;
        font-size: 18px;
        min-height: 278px; } }
    @media (min-width: 768px) {
      .team-post-block .block {
        font-size: 13px;
        min-height: 248px; } }
    @media (min-width: 1024px) {
      .team-post-block .block {
        font-size: 18px;
        min-height: 278px; } }
  .team-post-block .top {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .team-post-block .team-thumb {
    width: 50px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    height: 50px; }
    .team-post-block .team-thumb img {
      width: 100%; }
  .team-post-block .team-country-flag {
    width: 30px; }
    .team-post-block .team-country-flag img {
      max-height: 24px;
      width: 30px; }
  .team-post-block .team-role,
  .team-post-block .team-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff; }
    @media (min-width: 600px) {
      .team-post-block .team-role,
      .team-post-block .team-title {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .team-post-block .team-role,
      .team-post-block .team-title {
        font-size: 13px; } }
    @media (min-width: 1024px) {
      .team-post-block .team-role,
      .team-post-block .team-title {
        font-size: 18px; } }
  .team-post-block .team-title {
    padding-top: 16px; }
  .team-post-block .team-address,
  .team-post-block .team-phone,
  .team-post-block .team-role {
    margin-bottom: 14px; }
  .team-post-block .team-address a {
    color: rgba(255, 255, 255, 0.5); }
    .team-post-block .team-address a:hover {
      color: rgba(255, 255, 255, 0.6); }
  .team-post-block .team-email-link,
  .team-post-block .team-contact-link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline; }
    .team-post-block .team-email-link:hover,
    .team-post-block .team-contact-link:hover {
      color: rgba(255, 255, 255, 0.6); }
  .team-post-block .team-email-link {
    text-decoration: none;
    padding-right: 10px; }
  .team-post-block .team-emails {
    margin-bottom: 6px; }
  .team-post-block .team-contact-link {
    font-size: 15px; }
    @media (min-width: 600px) {
      .team-post-block .team-contact-link {
        font-size: 18px; } }

.g-content p {
  line-height: 1.33; }
  @media (min-width: 768px) {
    .g-content p {
      line-height: 29px; } }

.g-content h2 {
  margin-left: -6px; }
  @media (max-width: 767px) {
    .g-content h2 {
      font-size: 40px;
      line-height: 0.98;
      margin-top: -20px;
      margin-bottom: 18px;
      margin-left: -3px;
      letter-spacing: -1px; } }

.posts-row {
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .posts-row {
      margin-top: 0; } }

.filter-reset {
  display: none; }

.filter-title {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-size: 13px;
  line-height: 38px;
  font-weight: bold;
  position: relative;
  padding-right: 15px; }
  .filter-title:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url(img/caret-down.svg) center/100% no-repeat; }

.ajax-post-loader input:disabled + span {
  opacity: 0.5;
  cursor: default;
  font-weight: 300 !important; }

.ajax-post-loader option[disabled] {
  opacity: 0.5;
  color: #a7a7a7; }

.filter-checkbox {
  font-size: 16px;
  font-weight: 300; }
  .filter-checkbox input {
    display: none; }
    .filter-checkbox input + span {
      cursor: pointer; }
    .filter-checkbox input:checked + span {
      font-weight: 600; }
  .filter-checkbox label {
    display: block;
    border-bottom: 1px solid #000; }
  .filter-checkbox span {
    display: block; }

.filter-checkbox-text {
  padding: 9px 0; }

.filter-types {
  margin-bottom: 30px; }

.filter-region {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #000;
  font-weight: bold; }
  .filter-region .filter-region-title {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 38px;
    pointer-events: none; }
  .filter-region select {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    padding-left: 60px;
    padding-right: 10px;
    line-height: 38px;
    height: auto;
    background: #ECEBE4;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: ellipsis;
    cursor: pointer; }
    .filter-region select:focus {
      outline: none; }
    .filter-region select option {
      padding-right: 20px;
      text-indent: 5px; }
  .filter-region select::-ms-expand {
    display: none; }

.apply-modal-btn {
  display: none; }

.custom-reset {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 10px 20px 0; }
  .custom-reset:after, .custom-reset:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #000;
    transform: rotate(45deg); }
  .custom-reset:before {
    transform: rotate(-45deg); }

.support-filter {
  width: 100%; }
  @media (min-width: 768px) {
    .support-filter {
      margin-top: -132px;
      max-width: 210px; } }

@media (max-width: 767px) {
  .modal-filter-block {
    margin-bottom: 40px; } }

@media (max-width: 599px) {
  .modal-filter-block {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 5000000;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding: 18px 26px 120px; }
    .modal-filter-block .apply-modal-btn {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15);
      padding: 14px; }
      .modal-filter-block .apply-modal-btn .btn, .modal-filter-block .apply-modal-btn .durasein-form-style input[type="submit"], .durasein-form-style .modal-filter-block .apply-modal-btn input[type="submit"] {
        width: 100%; } }

.mobile-filter-title {
  position: relative; }
  .mobile-filter-title h5 {
    font-size: 25px;
    padding-right: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 400; }
  @media (min-width: 600px) {
    .mobile-filter-title {
      display: none; } }
  .mobile-filter-title .close-filters-btn {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -8px;
    top: -3px;
    cursor: pointer; }
    .mobile-filter-title .close-filters-btn:after, .mobile-filter-title .close-filters-btn:before {
      content: '';
      position: absolute;
      width: 29px;
      height: 4px;
      background-color: #000;
      left: 50%;
      margin-left: -14px;
      top: 50%;
      margin-top: -2px;
      transform: rotate(45deg); }
    .mobile-filter-title .close-filters-btn:after {
      transform: rotate(-45deg); }

@media (max-width: 599px) {
  .show-mob-filters body {
    overflow: hidden;
    position: relative; } }

@media (max-width: 599px) {
  .show-mob-filters .modal-filter-block {
    opacity: 1;
    visibility: visible;
    overflow-y: auto; }
    .show-mob-filters .modal-filter-block .apply-modal-btn {
      position: fixed;
      background-color: #fff; } }

@media (max-width: 599px) {
  .show-mob-filters #header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; } }

.toggle-modal-filters-wrap {
  text-align: right;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .toggle-modal-filters-wrap {
      display: none; } }

.toggle-modal-filters {
  display: inline-block;
  font-weight: bold;
  cursor: pointer; }

.disabled-filters {
  opacity: 0.6; }
  @media (min-width: 600px) {
    .disabled-filters {
      position: relative; } }
  .disabled-filters:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default; }
    @media (max-width: 599px) {
      .disabled-filters:after {
        height: calc(100% - 140px);
        position: fixed;
        top: 70px; } }

.preloader {
  height: 360px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .preloader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 45px;
    width: 45px;
    margin-top: -80px; }
    .preloader > div:after, .preloader > div:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      border: 2px solid; }
    .preloader > div:before {
      opacity: 0.2; }
    .preloader > div:after {
      border-color: transparent;
      border-top-color: inherit;
      animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6); }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (min-width: 1930px) {
  .custom-expanding {
    max-width: 84vw; }
    .custom-expanding .col-3 {
      width: 304px; }
    .custom-expanding .col-9 {
      width: calc(100% - 304px); }
    .custom-expanding .team-post-block {
      width: 300px; }
    .custom-expanding.contacts-holder .col-5 {
      width: 420px; }
    .custom-expanding.contacts-holder .col-7 {
      width: calc(100% - 420px); } }

html[data-current-region-slug="rus"] .filter-title {
  font-size: 12px; }

html[data-current-region-slug="rus"] .filter-region {
  font-size: 12px; }

html[data-current-region-slug="rus"] .filter-region select {
  font-size: 12px;
  padding-left: 90px; }

html.show-mob-filters .filter-region select {
  background: #fff; }

.single-events {
  background-color: #ECEBE6; }
  .single-events .menu:before {
    background-color: #ECEBE6; }
  .single-events .title {
    padding-top: 0;
    margin-bottom: 70px; }
    @media (max-width: 1023px) {
      .single-events .title {
        font-size: 50px;
        margin-bottom: 40px; } }
  .single-events .g-content h3 {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .single-events .g-content h3 {
        margin-bottom: 70px; } }
  .single-events .footer-inner-wrap {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .single-events .footer-inner-wrap {
        margin-top: 160px; } }
  .single-events .thumbnail {
    margin-bottom: 10px; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -28px 40px; }
  .gallery .gallery-item {
    padding: 30px 28px;
    width: 100%; }
    @media (min-width: 600px) {
      .gallery .gallery-item {
        width: 50%;
        padding: 28px; } }
    @media (min-width: 1024px) {
      .gallery .gallery-item {
        width: 33.33333%; } }
    .gallery .gallery-item:nth-child(even) img {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 69% 96%, 0% 100%); }
    .gallery .gallery-item:nth-child(odd) img {
      clip-path: polygon(0% 0%, 31% 4%, 100% 0%, 100% 100%, 0% 100%); }

.page-template-template-events {
  background-color: #ECEBE6; }
  .page-template-template-events .menu:before {
    background-color: #ECEBE6; }
  .page-template-template-events #wrapper {
    background-repeat: no-repeat;
    background-position: 100% 2.5%;
    background-size: 75px; }
    @media (max-width: 599px) {
      .page-template-template-events #wrapper {
        background: none !important; } }
    @media (min-width: 600px) {
      .page-template-template-events #wrapper {
        background-position: 100% 4.5%; } }
    @media (min-width: 768px) {
      .page-template-template-events #wrapper {
        background-position: 100% 7%;
        background-size: 30%; } }
  @media (min-width: 768px) {
    .page-template-template-events .page-title,
    .page-template-template-events .text-width-60 {
      width: 60%; } }
  .page-template-template-events .page-title h1 {
    font-size: 130px; }
    @media (max-width: 767px) {
      .page-template-template-events .page-title h1 {
        font-size: 40px;
        line-height: 42px; } }
  .page-template-template-events .footer-inner-wrap {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .page-template-template-events .footer-inner-wrap {
        margin-top: 80px; } }

.events-block {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 40px; }

.img-bg {
  padding-bottom: 66.6%; }

.event-block {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .event-block {
      width: 50%; } }
  .event-block .event-image {
    clip-path: polygon(0% 0%, 31% 4%, 100% 0%, 100% 100%, 0% 100%);
    margin-bottom: 14px; }
  .event-block .event-title {
    padding-top: 0; }
    .event-block .event-title a {
      text-decoration: none; }

.g-content .text-banner,
.text-banner {
  margin-top: 50px;
  margin-bottom: 80px; }
  .g-content .text-banner a,
  .text-banner a {
    position: relative;
    text-decoration: none; }
    .g-content .text-banner a:after,
    .text-banner a:after {
      position: absolute;
      right: 0;
      bottom: -9px;
      width: 100%;
      height: 4px;
      content: '';
      background: #000; }
    .g-content .text-banner a strong,
    .text-banner a strong {
      font-weight: 300; }
  .g-content .text-banner h2,
  .text-banner h2 {
    font-size: 30px;
    letter-spacing: -0.6px; }
    @media (max-width: 767px) {
      .g-content .text-banner h2,
      .text-banner h2 {
        line-height: 38px; } }
    @media (min-width: 768px) {
      .g-content .text-banner h2,
      .text-banner h2 {
        font-size: 65px;
        letter-spacing: -2.16px; } }
    @media (min-width: 768px) {
      .g-content .text-banner h2,
      .text-banner h2 {
        font-size: 70px; } }

.page-template-template-infopage {
  background-color: #ecebe4; }
  .page-template-template-infopage .footer-inner-wrap {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .page-template-template-infopage .footer-inner-wrap {
        padding-top: 160px; } }
  .page-template-template-infopage .footer-bg-block.footer-bg-right, .page-template-template-infopage .footer-bg-block.footer-bg-left, .page-template-template-infopage .footer-bg-block.footer-bg-center {
    display: block; }
  .page-template-template-infopage .footer-bg-block.footer-bg-left {
    z-index: 2; }
  @media (max-width: 479px) {
    .page-template-template-infopage .footer-bg-block.footer-bg-right {
      background-position: -20px 90px;
      background-size: 90%; } }

.info-page-content-holder {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 250px 999px; }
  @media (min-width: 1200px) {
    .info-page-content-holder {
      padding-top: 60px;
      background-position: 0 60px; } }
  @media (min-width: 1024px) {
    .info-page-content-holder {
      background-size: 330px 999px; } }
  @media (min-width: 1200px) {
    .info-page-content-holder {
      background-size: auto 1000px; } }
  @media (max-width: 767px) {
    .info-page-content-holder {
      background: transparent !important; } }
  .info-page-content-holder .page-title {
    font-size: 50px; }
  @media (max-width: 767px) {
    .info-page-content-holder .col-4,
    .info-page-content-holder .col-8 {
      width: 100%; } }
  .info-page-content-holder .g-content {
    color: #333; }

.page-template-template-select-country .page-title {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-template-template-select-country .page-title {
      margin-bottom: 80px; } }

@media (max-width: 599px) {
  .page-template-template-select-country #main {
    padding-top: 140px; } }

@media (max-width: 767px) {
  .page-template-template-select-country .footer-bg-left {
    display: block;
    height: 320px;
    top: auto;
    bottom: -80px;
    left: -40px; } }

.regions-holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 720px;
  margin-bottom: 70px; }
  .regions-holder .region-item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .regions-holder .region-item {
        width: 33.33333%;
        margin-bottom: 70px; } }
  .regions-holder h4 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: bold;
    padding: 0.5em 0;
    margin-bottom: 0; }
  .regions-holder a {
    text-decoration: none; }

body.blog {
  background-color: #000;
  color: #fff; }
  body.blog a {
    color: #fff; }
  body.blog .container.footer-text {
    padding-top: 10px; }
    @media (min-width: 768px) {
      body.blog .container.footer-text {
        padding-top: 60px; } }
    @media (max-width: 767px) {
      body.blog .container.footer-text h2 {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.6px; } }
    body.blog .container.footer-text a:after {
      background-color: #fff; }

.blog-content-holder {
  display: flex;
  flex-wrap: wrap; }
  .blog-content-holder .blog-content {
    width: 100%;
    position: relative;
    z-index: 4; }
    @media (min-width: 768px) {
      .blog-content-holder .blog-content {
        width: 40%; } }
  .blog-content-holder .blog-thumb {
    width: 100%; }
    @media (min-width: 768px) {
      .blog-content-holder .blog-thumb {
        width: 60%;
        display: flex;
        align-items: flex-end; } }

.blog-text {
  line-height: 29px; }

h1.blog-title {
  font-weight: bold;
  padding-top: 1.5rem; }
  @media (max-width: 767px) {
    h1.blog-title {
      font-size: 80px;
      line-height: 80px; } }
  @media (min-width: 768px) {
    h1.blog-title {
      font-size: 200px;
      letter-spacing: -11.7px; } }

.blog-thumb {
  text-align: right; }
  @media (min-width: 768px) {
    .blog-thumb img {
      width: 90%; } }

.new-content-target {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 40px; }
  .new-content-target .post-block {
    width: 100%;
    padding: 10px;
    margin-bottom: 18px; }
    @media (min-width: 600px) {
      .new-content-target .post-block {
        width: 50%; } }
    .new-content-target .post-block .post-subtitle {
      font-size: 12px;
      text-transform: uppercase;
      line-height: 1.92;
      padding-top: 1px; }
    .new-content-target .post-block .post-title {
      padding-top: 0; }
    .new-content-target .post-block a {
      text-decoration: none; }
    .new-content-target .post-block .post-thumb img {
      filter: grayscale(100%); }
    .new-content-target .post-block:nth-child(even) .post-thumb img {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 69% 96%, 0% 100%); }
    .new-content-target .post-block:nth-child(odd) .post-thumb img {
      clip-path: polygon(0% 0%, 31% 4%, 100% 0%, 100% 100%, 0% 100%); }

.single.single-post.single-format-standard {
  background-color: #000;
  color: #fff; }
  @media (min-width: 768px) {
    .single.single-post.single-format-standard #main {
      padding-top: 200px; } }
  .single.single-post.single-format-standard .main a {
    color: #fff; }
  .single.single-post.single-format-standard #wrapper {
    position: static; }
  .single.single-post.single-format-standard .single-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 0 520px !important;
    background-size: cover; }
    @media (max-width: 767px) {
      .single.single-post.single-format-standard .single-bg {
        display: none; } }
  @media (max-width: 767px) {
    .single.single-post.single-format-standard .post-next {
      display: none; } }
  .single.single-post.single-format-standard .post-text-content-section {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .single.single-post.single-format-standard .post-text-content-section {
        padding-left: 115px;
        margin-bottom: 80px; } }
    .single.single-post.single-format-standard .post-text-content-section.post-disclaimer-section {
      color: #808080;
      font-size: 16px;
      line-height: 1.375; }
      .single.single-post.single-format-standard .post-text-content-section.post-disclaimer-section p {
        line-height: inherit; }
    .single.single-post.single-format-standard .post-text-content-section.align-center {
      padding-left: 0;
      max-width: 942px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1024px) {
        .single.single-post.single-format-standard .post-text-content-section.align-center {
          padding-right: 55px; } }
      .single.single-post.single-format-standard .post-text-content-section.align-center .text {
        padding-left: 0; }
    .single.single-post.single-format-standard .post-text-content-section .title {
      margin-bottom: 40px;
      margin-top: 0; }
      @media (min-width: 1024px) {
        .single.single-post.single-format-standard .post-text-content-section .title {
          margin-bottom: 70px; } }
    @media (min-width: 1024px) {
      .single.single-post.single-format-standard .post-text-content-section .text {
        padding-left: 105px; } }
    .single.single-post.single-format-standard .post-text-content-section .text img {
      padding-top: 31px;
      padding-bottom: 31px; }
      @media (min-width: 1024px) {
        .single.single-post.single-format-standard .post-text-content-section .text img {
          padding-top: 66px;
          padding-bottom: 66px; } }
  .single.single-post.single-format-standard .wp-block-image {
    margin: 0 0 40px; }
    @media (min-width: 1394px) {
      .single.single-post.single-format-standard .wp-block-image {
        padding-left: 115px;
        margin-bottom: 74px; } }
    .single.single-post.single-format-standard .wp-block-image.size-full img {
      width: 100%; }
  .single.single-post.single-format-standard.show-alert-bar .header {
    top: 0; }

@media (min-width: 1200px) {
  .post-intro .col-7 {
    padding-right: 120px; } }

.post-intro p {
  line-height: 29px; }

@media (max-width: 767px) {
  .post-intro .col-7,
  .post-intro .col-5 {
    width: 100%; } }

.post-intro .post-location {
  font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 20px 0; }
  @media (min-width: 1024px) {
    .post-intro .post-location {
      margin: 30px 0; } }
  .post-intro .post-location + .post-intro-holder {
    padding-top: 0; }

.post-intro-images {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 30px; }
  @media (min-width: 1024px) {
    .post-intro-images {
      margin: 80px -10px 60px; } }
  .post-intro-images .col {
    padding: 10px;
    width: 100%; }
    @media (min-width: 1024px) {
      .post-intro-images .col {
        width: 50%; } }
    @media (min-width: 1024px) {
      .post-intro-images .col.width-100 {
        width: 100%; } }
    .post-intro-images .col.width-100.height-horizontal .post-intor-img .bg {
      padding-bottom: 59%; }
    .post-intro-images .col.height-vertical .post-intor-img .bg {
      padding-bottom: 129.3%; }
    .post-intro-images .col img {
      width: 100%; }
    .post-intro-images .col:nth-child(even) .bg,
    .post-intro-images .col:nth-child(even) img {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 96%, 0% 100%); }
    .post-intro-images .col:nth-child(odd) .bg,
    .post-intro-images .col:nth-child(odd) img {
      clip-path: polygon(0% 0%, 70% 4%, 100% 0%, 100% 100%, 0% 100%); }

@media (min-width: 768px) {
  .questions-answers {
    margin-bottom: 80px; } }

@media (min-width: 1024px) {
  .questions-answers {
    padding-left: 16.66666%;
    margin-bottom: 180px; } }

.questions-answers .qa-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -10px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .questions-answers .qa-item {
      padding-top: 80px;
      padding-bottom: 130px; } }
  @media (min-width: 768px) {
    .questions-answers .qa-item:before {
      content: "";
      position: absolute;
      width: calc(100% + 100rem);
      left: 10px;
      top: 0;
      height: 4px;
      background: #fff;
      transform: rotate(-2deg); } }
  .questions-answers .qa-item .col {
    width: 100%;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .questions-answers .qa-item .col {
        width: 50%; } }

.questions-answers .qa-head {
  display: none;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .questions-answers .qa-head {
      display: flex; } }
  .questions-answers .qa-head .col {
    width: 100%;
    padding: 0 10px; }
    .questions-answers .qa-head .col.qa-head-questions {
      padding-left: 0; }
    @media (min-width: 768px) {
      .questions-answers .qa-head .col {
        width: 50%; } }

.questions-answers strong {
  font-size: 18px; }

.questions-answers .mob-sub-title {
  font-size: 16px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .questions-answers .mob-sub-title {
      display: none; } }

.post-next {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 4; }
  @media (min-width: 1024px) {
    .post-next {
      margin-bottom: 120px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .post-next h2 {
      font-size: 60px; } }
  .post-next a {
    color: #e8e8e8 !important;
    text-decoration: none;
    position: relative;
    white-space: nowrap; }
    .post-next a:hover {
      color: #fff !important; }
    .post-next a:after {
      position: absolute;
      right: 0;
      bottom: 6px;
      width: 100%;
      height: 4px;
      content: "";
      background: #fff; }

.qa-item-answer .mob-sub-title p {
  margin: 0; }

.post-intor-img .bg {
  padding-bottom: 66.6666%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }

.post-intro-holder {
  display: flex;
  padding-top: 8px; }
  .post-intro-holder .col-image {
    width: 100px;
    min-width: 100px;
    padding-right: 15px; }
    @media (min-width: 600px) {
      .post-intro-holder .col-image {
        width: 132px;
        min-width: 132px;
        padding-right: 27px; } }
    .post-intro-holder .col-image img {
      width: 100%; }
    .post-intro-holder .col-image + .col-text {
      width: calc(100% - 115px); }
      @media (min-width: 600px) {
        .post-intro-holder .col-image + .col-text {
          width: calc(100% - 132px); } }
  .post-intro-holder .col-text {
    width: 100%; }

.single-post {
  overflow-x: hidden; }
  .single-post .post-title {
    word-wrap: break-word; }
  @media (min-width: 768px) {
    .single-post h2.post-title {
      font-size: 60px; } }
  @media (min-width: 1024px) {
    .single-post h2.post-title {
      font-size: 70px; } }
  .single-post h1.post-title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.2px; }
    @media (min-width: 768px) {
      .single-post h1.post-title {
        font-size: 60px;
        letter-spacing: -2.16px; } }
    @media (min-width: 1024px) {
      .single-post h1.post-title {
        font-size: 70px; } }
  .single-post .post-form-holder {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    line-height: 29px; }
    .single-post .post-form-holder .col-content {
      width: 25%; }
      @media (max-width: 767px) {
        .single-post .post-form-holder .col-content {
          margin-bottom: 4px; } }
      @media (min-width: 768px) {
        .single-post .post-form-holder .col-content {
          padding-right: 0; } }
    .single-post .post-form-holder .col-content,
    .single-post .post-form-holder .col-form {
      padding: 0 15px; }
      @media (max-width: 767px) {
        .single-post .post-form-holder .col-content,
        .single-post .post-form-holder .col-form {
          width: 100%; } }
    .single-post .post-form-holder .col-form {
      width: 75%; }
    .single-post .post-form-holder .form-text {
      border-bottom: 1px solid #fff;
      padding-bottom: 12px;
      margin-bottom: 22px; }
    .single-post .post-form-holder select,
    .single-post .post-form-holder textarea,
    .single-post .post-form-holder input {
      width: 100%;
      height: 51px;
      background: transparent;
      border: 1px solid transparent;
      border-bottom-color: #fff;
      padding: 0 13px;
      color: #bbb; }
      @media (min-width: 768px) {
        .single-post .post-form-holder select,
        .single-post .post-form-holder textarea,
        .single-post .post-form-holder input {
          height: 57px; } }
      .single-post .post-form-holder select:focus,
      .single-post .post-form-holder textarea:focus,
      .single-post .post-form-holder input:focus {
        outline: none;
        border-bottom-color: #fff; }
      .single-post .post-form-holder select[aria-invalid="true"],
      .single-post .post-form-holder textarea[aria-invalid="true"],
      .single-post .post-form-holder input[aria-invalid="true"] {
        border: 1px solid red; }
        .single-post .post-form-holder select[aria-invalid="true"]:focus,
        .single-post .post-form-holder textarea[aria-invalid="true"]:focus,
        .single-post .post-form-holder input[aria-invalid="true"]:focus {
          border-left-color: transparent;
          border-right-color: transparent;
          border-top-color: transparent; }
    .single-post .post-form-holder select::-ms-expand {
      display: none; }
    .single-post .post-form-holder select {
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: "";
      padding-right: 40px;
      background: url("./img/caret-down-white.svg") top 15px right 15px/15px no-repeat; }
    .single-post .post-form-holder input[type="submit"] {
      width: auto;
      background-color: #fff;
      font-size: 18px;
      font-weight: bold;
      height: auto;
      border: none;
      padding: 11px 20px;
      text-align: center;
      min-width: 123px;
      float: right;
      transition: .3s; }
      .single-post .post-form-holder input[type="submit"]:hover {
        background-color: #e8e8e8; }
    .single-post .post-form-holder textarea {
      height: 144px;
      padding: 13px; }
      @media (min-width: 768px) {
        .single-post .post-form-holder textarea {
          height: 160px; } }
    .single-post .post-form-holder .col-1, .single-post .post-form-holder .col-2, .single-post .post-form-holder .col-3, .single-post .post-form-holder .col-4, .single-post .post-form-holder .col-5, .single-post .post-form-holder .col-6, .single-post .post-form-holder .col-7, .single-post .post-form-holder .col-8, .single-post .post-form-holder .col-9, .single-post .post-form-holder .col-10, .single-post .post-form-holder .col-11, .single-post .post-form-holder .col-12 {
      padding: 0 9px;
      margin-bottom: 20px; }
      @media (max-width: 599px) {
        .single-post .post-form-holder .col-1, .single-post .post-form-holder .col-2, .single-post .post-form-holder .col-3, .single-post .post-form-holder .col-4, .single-post .post-form-holder .col-5, .single-post .post-form-holder .col-6, .single-post .post-form-holder .col-7, .single-post .post-form-holder .col-8, .single-post .post-form-holder .col-9, .single-post .post-form-holder .col-10, .single-post .post-form-holder .col-11, .single-post .post-form-holder .col-12 {
          width: 100%; } }
      .single-post .post-form-holder .col-1 span, .single-post .post-form-holder .col-2 span, .single-post .post-form-holder .col-3 span, .single-post .post-form-holder .col-4 span, .single-post .post-form-holder .col-5 span, .single-post .post-form-holder .col-6 span, .single-post .post-form-holder .col-7 span, .single-post .post-form-holder .col-8 span, .single-post .post-form-holder .col-9 span, .single-post .post-form-holder .col-10 span, .single-post .post-form-holder .col-11 span, .single-post .post-form-holder .col-12 span {
        margin: 0; }
      .single-post .post-form-holder .col-1 .label, .single-post .post-form-holder .col-2 .label, .single-post .post-form-holder .col-3 .label, .single-post .post-form-holder .col-4 .label, .single-post .post-form-holder .col-5 .label, .single-post .post-form-holder .col-6 .label, .single-post .post-form-holder .col-7 .label, .single-post .post-form-holder .col-8 .label, .single-post .post-form-holder .col-9 .label, .single-post .post-form-holder .col-10 .label, .single-post .post-form-holder .col-11 .label, .single-post .post-form-holder .col-12 .label {
        margin-bottom: 5px;
        display: inline-block; }
    .single-post .post-form-holder .wpcf7-form-control.wpcf7-checkbox {
      padding-top: 6px;
      display: inline-block; }
      .single-post .post-form-holder .wpcf7-form-control.wpcf7-checkbox input {
        display: none; }
        .single-post .post-form-holder .wpcf7-form-control.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
          opacity: 1; }
      .single-post .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
        position: relative;
        display: inline-block;
        padding-left: 38px;
        cursor: pointer; }
        .single-post .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:after, .single-post .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
          content: "";
          position: absolute;
          width: 30px;
          height: 30px;
          left: 0;
          top: 0; }
        .single-post .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:after {
          background-color: #ecebe4; }
        .single-post .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
          background: url("./img/check.svg") center/66% no-repeat;
          z-index: 2;
          opacity: 0; }
    .single-post .post-form-holder form div.wpcf7-response-output {
      margin-left: 0;
      margin-right: 0; }

@media (max-width: 767px) {
  .page-template-template-light-haze .footer-bg-block.footer-bg-right {
    display: block;
    width: 375px;
    height: 213px;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0; } }

@media (max-width: 767px) {
  .page-template-template-light-haze .container.footer-text {
    padding-bottom: 45px; } }

.g-content .page-intro:first-child {
  margin-top: -70px; }
  @media (max-width: 767px) {
    .g-content .page-intro:first-child {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .g-content .page-intro:first-child .col {
      padding-top: 0;
      margin-top: 0; } }
  @media (min-width: 768px) {
    .g-content .page-intro:first-child.image-position-right .bg-image-wrap {
      top: -160px; } }
  @media (min-width: 1200px) {
    .g-content .page-intro:first-child.image-position-right .bg-image-wrap {
      top: -160px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .g-content .page-intro:first-child.image-position-right .bg-image-wrap {
      height: calc(100% + 140px); }
      .g-content .page-intro:first-child.image-position-right .bg-image-wrap .bg {
        transform: none !important;
        padding-bottom: 0 !important;
        top: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: top center !important;
        background-size: cover !important; } }

.page-intro {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .page-intro {
      margin-bottom: 50px; } }
  .page-intro.section6224, .page-intro.section6225 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 1200px) {
      .page-intro.section6224, .page-intro.section6225 {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .page-intro.section6224.image-position-left .bg-image-wrap, .page-intro.section6225.image-position-left .bg-image-wrap {
      top: 25px; }
      @media (min-width: 1200px) {
        .page-intro.section6224.image-position-left .bg-image-wrap, .page-intro.section6225.image-position-left .bg-image-wrap {
          top: 50px; } }
    .page-intro.section6224.image-position-right .bg-image-wrap, .page-intro.section6225.image-position-right .bg-image-wrap {
      top: 25px; }
      @media (min-width: 1200px) {
        .page-intro.section6224.image-position-right .bg-image-wrap, .page-intro.section6225.image-position-right .bg-image-wrap {
          top: 50px; } }
    @media (max-width: 767px) {
      .page-intro.section6224 .bg-image-wrap .bg, .page-intro.section6225 .bg-image-wrap .bg {
        padding-bottom: 100%; } }
    @media (min-width: 1400px) {
      .page-intro.section6224 .col, .page-intro.section6225 .col {
        padding-bottom: 165px; } }
    @media (max-width: 767px) {
      .page-intro.section6224 .col, .page-intro.section6225 .col {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .page-intro.section6224 .col h2, .page-intro.section6225 .col h2 {
        margin-top: 0; } }
    .page-intro.section6224:first-child, .page-intro.section6225:first-child {
      padding-top: 0; }
      .page-intro.section6224:first-child .col, .page-intro.section6225:first-child .col {
        padding-bottom: 0; }
  @media (max-width: 1199px) {
    .page-intro .title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .page-intro .title {
      font-size: 40px !important;
      letter-spacing: -1.54px; } }
  .page-intro .col {
    padding-top: 10vw;
    padding-bottom: 17vw;
    position: relative;
    z-index: 10; }
    @media (max-width: 767px) {
      .page-intro .col {
        padding-bottom: 30px !important;
        margin-top: 73px;
        padding-top: 0; } }
    @media (min-width: 1200px) {
      .page-intro .col {
        padding-top: 115px; } }
    @media (min-width: 1400px) {
      .page-intro .col {
        padding-bottom: 315px; } }
  @media (min-width: 768px) {
    .page-intro .bg-image-wrap {
      position: absolute;
      top: 0;
      height: 100%; } }
  .page-intro .bg-image-wrap .bg {
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .page-intro .bg-image-wrap .bg {
        padding-bottom: 120%;
        position: relative; } }
    @media (min-width: 768px) {
      .page-intro .bg-image-wrap .bg {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        padding-bottom: 120%; } }
    @media (max-width: 1199px) and (min-width: 768px) {
      .page-intro .bg-image-wrap .bg {
        top: 50%;
        transform: translateY(-50%); } }
  .page-intro.image-position-right .col {
    width: 100%; }
    @media (min-width: 768px) {
      .page-intro.image-position-right .col {
        width: 50%; } }
    @media (min-width: 1200px) {
      .page-intro.image-position-right .col {
        padding-left: 8.3333%; } }
  @media (min-width: 768px) {
    .page-intro.image-position-right .bg-image-wrap {
      width: 48vw;
      right: 0; } }
  @media (min-width: 1400px) {
    .page-intro.image-position-right .bg-image-wrap {
      width: 700px; } }
  .page-intro.image-position-right .bg-image-wrap .bg {
    background-position: top right; }
    @media (max-width: 767px) {
      .page-intro.image-position-right .bg-image-wrap .bg {
        right: -48px; } }
    @media (max-width: 599px) {
      .page-intro.image-position-right .bg-image-wrap .bg {
        right: -18px; } }
  .page-intro.image-position-left .col {
    width: 100%;
    padding-bottom: 13vw; }
    @media (min-width: 768px) {
      .page-intro.image-position-left .col {
        padding-left: 50%; } }
    @media (min-width: 1200px) {
      .page-intro.image-position-left .col {
        padding-left: 58.3333%;
        padding-bottom: 18vw; } }
    @media (min-width: 1400px) {
      .page-intro.image-position-left .col {
        padding-bottom: 240px; } }
  @media (min-width: 768px) {
    .page-intro.image-position-left .bg-image-wrap {
      width: 48vw;
      top: 0;
      left: 0; } }
  @media (min-width: 1200px) {
    .page-intro.image-position-left .bg-image-wrap {
      width: 580px; } }
  @media (max-width: 767px) {
    .page-intro.image-position-left .bg-image-wrap .bg {
      left: -48px; } }
  @media (max-width: 599px) {
    .page-intro.image-position-left .bg-image-wrap .bg {
      left: -18px; } }
  .page-intro.section30.image-position-right {
    margin-top: -155px !important;
    padding-top: 170px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .page-intro.section30.image-position-right {
        padding-bottom: 30px; } }
    @media (min-width: 768px) {
      .page-intro.section30.image-position-right {
        padding-top: 130px;
        margin-top: -230px !important; } }
    .page-intro.section30.image-position-right .bg-image-wrap {
      top: 0 !important; }
    .page-intro.section30.image-position-right .col {
      padding-bottom: 100px; }
      @media (min-width: 1800px) {
        .page-intro.section30.image-position-right .col {
          width: 58%; } }
  @media (max-width: 767px) {
    .page-intro.section41 {
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .page-intro.section41 .bg-image-wrap {
      top: -40px; } }
  @media (min-width: 1200px) {
    .page-intro.section41 .col {
      padding-bottom: 200px; } }
  @media (max-width: 767px) {
    .page-intro.section41 .col {
      padding-bottom: 0 !important; } }
  @media (max-width: 767px) {
    .page-intro.image-position-left.section42 {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .page-intro.image-position-left.section42 .bg-image-wrap {
      width: 50vw;
      top: 0; } }
  @media (min-width: 1600px) {
    .page-intro.image-position-left.section42 .bg-image-wrap {
      width: 860px;
      top: -100px; } }
  @media (max-width: 767px) {
    .page-intro.image-position-left.section42 .col {
      margin-top: 40px; } }
  @media (min-width: 1200px) {
    .page-intro.image-position-left.section42 .title {
      max-width: 350px; } }
  @media (max-width: 767px) {
    .page-intro.section43 {
      margin-bottom: -60px; } }
  @media (min-width: 1200px) {
    .page-intro.section43 .bg-image-wrap {
      top: -100px; } }
  @media (min-width: 1200px) {
    .page-intro.section43 .col {
      padding-bottom: 100px; } }
  @media (max-width: 1199px) {
    .page-intro.section43 .col {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .page-intro.section43 .col {
      margin-top: -10px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .page-intro.section50 {
      margin-bottom: -100px; } }
  @media (max-width: 767px) {
    .page-intro.section50 {
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .page-intro.section50 .col {
      padding-top: 40px;
      padding-bottom: 50px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .page-intro.section51.image-position-left {
      margin-bottom: -100px; } }
  @media (max-width: 767px) {
    .page-intro.section51.image-position-left {
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .page-intro.section51.image-position-left .bg-image-wrap {
      width: 46vw; } }
  @media (min-width: 1200px) {
    .page-intro.section51.image-position-left .bg-image-wrap {
      width: 52vw; } }
  @media (min-width: 1300px) {
    .page-intro.section51.image-position-left .bg-image-wrap {
      width: 720px; } }
  @media (min-width: 1200px) {
    .page-intro.section51.image-position-left .col {
      padding-bottom: 110px; } }
  @media (max-width: 767px) {
    .page-intro.section51.image-position-left .col {
      margin-top: 0; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .page-intro.section52 {
      margin-bottom: -50px; } }
  @media (min-width: 1200px) {
    .page-intro.section52 .bg-image-wrap {
      top: -40px; } }
  @media (min-width: 1200px) {
    .page-intro.section52 .col {
      padding-bottom: 210px; } }
  @media (max-width: 767px) {
    .page-intro.section52 .col {
      margin-top: 0;
      padding-bottom: 0 !important; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .page-intro.section53.image-position-left {
      margin-bottom: -50px; } }
  @media (max-width: 767px) {
    .page-intro.section53.image-position-left {
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .page-intro.section53.image-position-left .bg-image-wrap {
      width: 670px;
      top: 50px; } }
  @media (min-width: 1200px) {
    .page-intro.section53.image-position-left .col {
      padding-bottom: 110px; } }
  @media (min-width: 1200px) {
    .page-intro.section60 .col {
      padding-top: 70px;
      padding-bottom: 250px; } }
  @media (min-width: 1200px) {
    .page-intro.section61.image-position-left .col {
      padding-bottom: 160px; } }
  @media (min-width: 1200px) {
    .page-intro.section62 .bg {
      padding-bottom: 133%; } }
  @media (min-width: 1200px) {
    .page-intro.section62 .col {
      padding-bottom: 200px; } }
  @media (min-width: 1200px) {
    .page-intro.intro-updates-section .col {
      padding-left: 0;
      width: 55%;
      padding-bottom: 70px;
      padding-top: 60px; } }
  @media (min-width: 1700px) {
    .page-intro.intro-updates-section .col {
      width: 66%; } }
  @media (min-width: 1800px) {
    .page-intro.intro-updates-section .col {
      width: 70%; } }
  .page-intro.section70.image-position-right .col {
    padding-bottom: 15px; }
    @media (min-width: 1200px) {
      .page-intro.section70.image-position-right .col {
        padding-top: 40px; } }
    @media (min-width: 1800px) {
      .page-intro.section70.image-position-right .col {
        width: 58%;
        padding-top: 40px; } }
    @media (min-width: 1800px) {
      .page-intro.section70.image-position-right .col .text {
        padding-right: 80px; } }
  @media (min-width: 1800px) {
    .page-intro.section70.image-position-right .bg-image-wrap {
      overflow: hidden;
      height: calc(100% + 210px);
      width: 850px; }
      .page-intro.section70.image-position-right .bg-image-wrap .bg {
        padding-bottom: 0;
        height: 200%;
        width: 100%; } }
  @media (min-width: 768px) {
    .page-intro.section73.image-position-left {
      background-color: #ecebe4;
      position: relative;
      overflow: hidden;
      margin-bottom: -288px; }
      .page-intro.section73.image-position-left .col {
        padding-bottom: 330px;
        padding-top: 90px; }
      .page-intro.section73.image-position-left:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 287px;
        width: 160%;
        background-color: #fff;
        pointer-events: none;
        transform: rotate(-6.8deg);
        transform-origin: top right; }
      .page-intro.section73.image-position-left .bg-image-wrap {
        width: 50%; }
        .page-intro.section73.image-position-left .bg-image-wrap .bg {
          background-position: right bottom;
          background-size: 100%;
          padding-bottom: 0;
          height: 100%; }
      .page-intro.section73.image-position-left .title {
        font-size: 50px;
        letter-spacing: normal; } }
  @media (max-width: 1199px) {
    .page-intro.section73.image-position-left .col {
      padding-top: 40px;
      padding-left: calc(50% + 40px);
      padding-bottom: 300px; } }
  @media (max-width: 1599px) {
    .page-intro.section73.image-position-left {
      margin-bottom: -240px; }
      .page-intro.section73.image-position-left + .contact-section {
        top: calc((100vw * -0.0288 + 46.1538px) * -1); }
      .page-intro.section73.image-position-left .bg-image-wrap {
        height: calc(100% - 90px); }
      .page-intro.section73.image-position-left .bg {
        background-size: 750px !important;
        background-position: right -90px bottom !important; } }
  @media (max-width: 767px) {
    .page-intro.section73.image-position-left {
      margin-bottom: 0 !important; }
      .page-intro.section73.image-position-left + .contact-section {
        top: 0 !important; } }
  @media (min-width: 1600px) {
    .page-intro.section73.image-position-left .text,
    .page-intro.section73.image-position-left .title {
      margin-right: -130px; } }
  @media (max-width: 767px) {
    .page-intro.section73.image-position-left {
      background-color: #ecebe4;
      position: relative;
      overflow: hidden; }
      .page-intro.section73.image-position-left .container {
        display: flex;
        flex-direction: column; }
        .page-intro.section73.image-position-left .container .bg-image-wrap {
          height: 380px;
          overflow: hidden;
          margin-left: -40px;
          margin-right: -40px; }
        .page-intro.section73.image-position-left .container .bg {
          background-size: 500px !important;
          background-position: left 40px bottom -100px !important;
          padding-bottom: 0;
          height: 100%; }
      .page-intro.section73.image-position-left .col {
        order: 10;
        padding: 50px 0 100px !important;
        margin-top: 0; }
      .page-intro.section73.image-position-left:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100px;
        width: 160%;
        background-color: #fff;
        pointer-events: none;
        transform: rotate(-6.8deg);
        transform-origin: top right; } }
  @media (max-width: 767px) {
    .page-intro.section80 {
      margin-bottom: 30px; } }
  .page-intro.section80 .col {
    padding-bottom: 110px; }
    @media (min-width: 1200px) {
      .page-intro.section80 .col {
        padding-top: 50px; } }
    @media (min-width: 1500px) {
      .page-intro.section80 .col .title {
        margin-right: -94px; } }
  @media (min-width: 1580px) {
    .page-intro.section83 .title {
      margin-right: -50px; } }
  @media (min-width: 1600px) {
    .page-intro.section83 .bg-image-wrap {
      width: 740px; } }
  .page-intro.section83 .col {
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .page-intro.section83 .col {
        padding-bottom: 0 !important; } }
    @media (min-width: 1024px) {
      .page-intro.section83 .col {
        padding-bottom: 10vw; } }
    @media (min-width: 1500px) {
      .page-intro.section83 .col {
        padding-bottom: 420px; } }
  @media (max-width: 767px) {
    .page-intro.section90 {
      margin-bottom: 20px; } }
  @media (min-width: 1700px) {
    .page-intro.section90 .bg-image-wrap {
      width: 800px; } }
  @media (min-width: 1200px) {
    .page-intro.section90 .col {
      padding-top: 50px; } }
  @media (min-width: 1600px) {
    .page-intro.section90 .col {
      width: 56%; } }
  @media (max-width: 1699px) {
    .page-intro.section90 .col {
      padding-bottom: 160px; } }
  @media (max-width: 1399px) {
    .page-intro.section90 .col {
      padding-bottom: calc(8vw - 20px); } }
  @media (max-width: 1199px) {
    .page-intro.section90 .col {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .page-intro.section100 {
      margin-bottom: 30px; } }
  .page-intro.section100 .col {
    padding-bottom: 70px; }
  @media (min-width: 1200px) {
    .page-intro.section110 .col {
      padding-bottom: 200px; } }
  @media (min-width: 1500px) {
    .page-intro.section110 {
      margin-bottom: 40px; }
      .page-intro.section110 .col {
        padding-bottom: 200px; }
      .page-intro.section110 .bg-image-wrap {
        width: 700px; }
        .page-intro.section110 .bg-image-wrap .bg {
          width: 100%;
          padding-bottom: 160%; } }
  @media (min-width: 1560px) {
    .page-intro.section112 .col {
      padding-top: 350px; }
    .page-intro.section112 .bg-image-wrap {
      width: 800px; } }
  @media (min-width: 1860px) {
    .page-intro.section112 .bg-image-wrap {
      width: 900px;
      top: -50px; } }
  @media (max-width: 767px) {
    .page-intro.section112 .col {
      padding-bottom: 0 !important;
      margin-bottom: -10px; } }
  @media (min-width: 1560px) {
    .page-intro.section113 .col {
      padding-top: 200px; }
    .page-intro.section113 .bg-image-wrap {
      width: 800px;
      top: -200px; } }
  @media (min-width: 1860px) {
    .page-intro.section113 .bg-image-wrap {
      width: 900px;
      top: -250px; } }
  @media (max-width: 767px) {
    .page-intro.section140 {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .page-intro.section140 .col {
      padding-bottom: 100px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .page-intro.section140 .col {
      padding-bottom: 12vw; } }
  @media (min-width: 1400px) {
    .page-intro.section140 .bg-image-wrap {
      width: 802px; } }
  @media (min-width: 1400px) {
    .page-intro.section140 .bg {
      background-position: right -100px top !important; } }
  @media (min-width: 1600px) {
    .page-intro.section140 .bg {
      background-position: right top !important; } }
  @media (min-width: 1400px) {
    .page-intro.section140 .title,
    .page-intro.section140 .text {
      max-width: 440px; } }
  .page-intro.section141 {
    z-index: 10; }
    @media (max-width: 767px) {
      .page-intro.section141 {
        margin-bottom: 0; } }
    @media (min-width: 1400px) {
      .page-intro.section141 .bg-image-wrap {
        top: -70px;
        width: 630px;
        height: 780px; } }
    @media (max-width: 767px) {
      .page-intro.section141 .col {
        margin-top: 40px; } }
    @media (min-width: 1400px) {
      .page-intro.section141 .col {
        padding-bottom: 140px; } }
  @media (max-width: 767px) {
    .page-intro.section142 {
      margin-bottom: 0; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .page-intro.section142 {
      padding-top: 200px;
      position: relative;
      overflow: hidden;
      padding-bottom: 10px; } }
  @media (min-width: 1200px) {
    .page-intro.section142 {
      padding-bottom: 200px;
      position: relative;
      overflow: hidden;
      padding-top: 300px; } }
  @media (min-width: 1400px) {
    .page-intro.section142 {
      padding-top: 440px; } }
  .page-intro.section142 .container:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: 1px;
    right: 0;
    z-index: 12;
    transform: translateY(100%);
    border: 10vw solid transparent;
    border-top: 24px solid #fff;
    border-right: 0 solid #ccc;
    pointer-events: none; }
    @media (min-width: 768px) {
      .page-intro.section142 .container:after {
        border: 23vw solid transparent;
        border-top: 8vw solid #fff;
        border-right: 0; } }
  .page-intro.section142:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: 1px;
    left: 0;
    z-index: 10;
    border: 92vw solid transparent;
    border-top: 74px solid #fff;
    border-left: 0;
    transform: translateY(100%);
    pointer-events: none; }
    @media (min-width: 768px) {
      .page-intro.section142:after {
        border: 77vw solid transparent;
        border-top: 12.5vw solid #fff;
        border-left: 0; } }
  .page-intro.section142:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 1px;
    right: 0;
    z-index: 10;
    border: 100vw solid transparent;
    border-bottom: 12.5vw solid #fff;
    border-left: 0;
    transform: translateY(-100%);
    pointer-events: none; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .page-intro.section142 .bg-image-wrap {
      top: auto;
      bottom: -1px;
      height: calc(100% + 300px); }
      .page-intro.section142 .bg-image-wrap .bg {
        padding-bottom: 0;
        right: 0;
        top: 0;
        transform: none;
        bottom: 0;
        background-position: right bottom; } }
  @media (min-width: 1200px) {
    .page-intro.section142 .bg-image-wrap {
      top: auto;
      bottom: -1px;
      height: calc(100% + 400px); }
      .page-intro.section142 .bg-image-wrap .bg {
        padding-bottom: 0;
        right: 0;
        bottom: 0;
        background-position: right bottom; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .page-intro.section142 .col {
      top: -30px; } }
  @media (max-width: 767px) {
    .page-intro.section142 .col {
      padding-top: 120px;
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .page-intro.section142 .col {
      padding-bottom: 100px;
      width: 55%;
      padding-top: 0;
      top: 0; } }
  @media (min-width: 1400px) {
    .page-intro.section142 .col {
      top: -60px; } }
  @media (min-width: 1200px) {
    .page-intro.section142 .title,
    .page-intro.section142 .text {
      width: 360px;
      max-width: 100%; } }
  .page-intro.section143 {
    z-index: 10; }
    @media (max-width: 767px) {
      .page-intro.section143 {
        margin-bottom: 30px; } }
    @media (max-width: 599px) {
      .page-intro.section143 .bg {
        margin-right: -40px;
        padding-bottom: 138%; } }
    @media (min-width: 1400px) {
      .page-intro.section143 {
        margin-top: 110px; } }
    @media (min-width: 1400px) {
      .page-intro.section143 .bg-image-wrap {
        top: -170px;
        width: 660px;
        height: 780px; } }
    @media (max-width: 767px) {
      .page-intro.section143 .col {
        margin-top: 40px; } }
    @media (max-width: 1199px) and (min-width: 768px) {
      .page-intro.section143 .col {
        padding-top: 200px;
        padding-bottom: 60px; } }
    @media (min-width: 1400px) {
      .page-intro.section143 .col {
        padding-bottom: 240px; } }
    @media (min-width: 1400px) {
      .page-intro.section143 .text,
      .page-intro.section143 .title {
        max-width: 430px; } }
  @media (min-width: 768px) {
    .page-intro.section150 .col {
      padding-bottom: 100px;
      padding-top: 50px; } }
  @media (min-width: 1700px) {
    .page-intro.section150 .col {
      padding-top: 50px;
      padding-bottom: 260px; } }
  @media (min-width: 1700px) {
    .page-intro.section150 .col {
      padding-top: 100px; } }
  @media (min-width: 1500px) {
    .page-intro.section150 .bg-image-wrap {
      width: 760px; } }
  @media (min-width: 1700px) {
    .page-intro.section150 .bg-image-wrap {
      width: 900px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .page-intro.section155 {
      margin-top: -100px;
      margin-bottom: -100px; } }
  @media (max-width: 767px) {
    .page-intro.section155 {
      margin-bottom: -80px; } }
  @media (min-width: 1650px) {
    .page-intro.section155 {
      margin-top: 180px; } }
  @media (min-width: 1400px) {
    .page-intro.section155 .bg-image-wrap {
      top: -6vw;
      width: 50vw; } }
  @media (min-width: 1650px) {
    .page-intro.section155 .bg-image-wrap {
      width: 50vw;
      top: -10vw; } }
  @media (max-width: 767px) {
    .page-intro.section155 .col {
      margin-top: 30px; } }
  @media (min-width: 768px) {
    .page-intro.section180 .col {
      padding-bottom: 12vw;
      padding-top: 40px; } }
  @media (min-width: 1024px) {
    .page-intro.section180 .col {
      padding-bottom: 180px;
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .page-intro.section180 .col {
      padding-top: 40px;
      padding-bottom: 150px; } }
  @media (min-width: 1800px) {
    .page-intro.section180 .col {
      padding-bottom: 100px; } }
  @media (min-width: 768px) {
    .page-intro.section181.image-position-left .col {
      padding-bottom: 18vw; } }
  @media (min-width: 1200px) {
    .page-intro.section181.image-position-left .col {
      padding-bottom: 100px; } }
  @media (min-width: 768px) {
    .page-intro.section181.image-position-left .bg-image-wrap {
      top: -50px; } }
  @media (min-width: 1200px) {
    .page-intro.section181.image-position-left .bg-image-wrap {
      top: -100px; } }
  @media (min-width: 1200px) {
    .page-intro.section183 .bg-image-wrap {
      top: -130px; } }
  .page-intro.section184.image-position-left {
    margin-top: 130px; }
    @media (min-width: 768px) {
      .page-intro.section184.image-position-left {
        margin-top: 30px; } }
    @media (min-width: 1200px) {
      .page-intro.section184.image-position-left {
        margin-top: 340px; } }
    @media (min-width: 1300px) {
      .page-intro.section184.image-position-left .col {
        padding-top: 50px; } }
    @media (min-width: 1200px) {
      .page-intro.section184.image-position-left .bg-image-wrap {
        width: 55vw;
        max-width: 780px;
        top: -150px; } }
    @media (min-width: 1400px) {
      .page-intro.section184.image-position-left .bg-image-wrap {
        top: -200px; } }
    @media (min-width: 1600px) {
      .page-intro.section184.image-position-left .bg-image-wrap {
        top: -150px;
        max-width: 780px;
        width: 50vw; } }
    @media (max-width: 767px) {
      .page-intro.section184.image-position-left .bg-image-wrap .bg {
        padding-bottom: 114%; } }
  .page-intro.section185.image-position-right {
    margin-bottom: 100px;
    margin-top: 100px; }
    @media (min-width: 1200px) {
      .page-intro.section185.image-position-right {
        margin-bottom: 170px; } }
    .page-intro.section185.image-position-right .col {
      padding-bottom: 10px; }
      @media (min-width: 1300px) {
        .page-intro.section185.image-position-right .col {
          padding-top: 120px; } }
      @media (min-width: 1400px) {
        .page-intro.section185.image-position-right .col {
          padding-top: 190px; } }
    @media (min-width: 1200px) {
      .page-intro.section185.image-position-right .bg-image-wrap {
        width: 50vw;
        max-width: 860px;
        top: -40px; } }
    @media (min-width: 1300px) {
      .page-intro.section185.image-position-right .bg-image-wrap {
        top: -100px; } }
    @media (min-width: 1600px) {
      .page-intro.section185.image-position-right .bg-image-wrap {
        top: -200px; } }
    @media (max-width: 767px) {
      .page-intro.section185.image-position-right .bg-image-wrap .bg {
        padding-bottom: 105%; } }
    .page-intro.section185.image-position-right .related-products-list-wrap {
      margin-top: 20px; }
  .page-intro.section190 {
    margin-top: 20px !important; }
    @media (max-width: 767px) {
      .page-intro.section190 {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .page-intro.section190 {
        margin-top: 0 !important; } }
    .page-intro.section190 .col {
      padding-top: 0; }
    @media (min-width: 1600px) {
      .page-intro.section190 .bg-image-wrap {
        top: -20px; } }
    @media (max-width: 1199px) and (min-width: 768px) {
      .page-intro.section190 .bg-image-wrap {
        width: 45vw; } }
  @media (min-width: 1200px) {
    .page-intro.section200.image-position-right .bg-image-wrap {
      width: 50vw;
      max-width: 960px; } }
  @media (min-width: 1600px) {
    .page-intro.section200.image-position-right .col {
      padding-bottom: 500px; } }
  @media (min-width: 1200px) {
    .page-intro.section201.image-position-left .bg-image-wrap {
      width: 50vw;
      max-width: 960px;
      top: 0; } }
  @media (min-width: 1400px) {
    .page-intro.section201.image-position-left .bg-image-wrap {
      top: -100px; } }
  @media (min-width: 1600px) {
    .page-intro.section201.image-position-left .bg-image-wrap {
      top: -200px; } }
  .page-intro.section202.image-position-right {
    z-index: 10; }
    @media (min-width: 1200px) {
      .page-intro.section202.image-position-right {
        margin-top: 160px; } }
    @media (min-width: 1700px) {
      .page-intro.section202.image-position-right {
        margin-top: 400px;
        margin-bottom: 140px; } }
    @media (min-width: 1200px) {
      .page-intro.section202.image-position-right .bg-image-wrap {
        width: 50vw;
        max-width: 960px;
        top: -40px; } }
    @media (min-width: 1300px) {
      .page-intro.section202.image-position-right .bg-image-wrap {
        top: -100px; } }
    @media (min-width: 1600px) {
      .page-intro.section202.image-position-right .bg-image-wrap {
        top: -200px; } }
  @media (min-width: 1300px) {
    .page-intro.section210.image-position-right .col {
      padding-top: 50px; } }
  @media (min-width: 1300px) {
    .page-intro.section211.image-position-left .col {
      padding-top: 50px; } }
  @media (min-width: 1200px) {
    .page-intro.section211.image-position-left .bg-image-wrap {
      width: 55vw;
      max-width: 900px;
      top: -150px; } }
  @media (min-width: 1400px) {
    .page-intro.section211.image-position-left .bg-image-wrap {
      top: -200px; } }
  @media (min-width: 1600px) {
    .page-intro.section211.image-position-left .bg-image-wrap {
      top: -200px;
      max-width: 860px;
      width: 50vw; } }
  .page-intro.section212.image-position-right .col {
    padding-bottom: 10px; }
    @media (min-width: 1300px) {
      .page-intro.section212.image-position-right .col {
        padding-top: 120px; } }
    @media (min-width: 1400px) {
      .page-intro.section212.image-position-right .col {
        padding-top: 190px; } }
  @media (min-width: 1200px) {
    .page-intro.section212.image-position-right .bg-image-wrap {
      width: 50vw;
      max-width: 860px;
      top: -40px; } }
  @media (min-width: 1300px) {
    .page-intro.section212.image-position-right .bg-image-wrap {
      top: -100px; } }
  @media (min-width: 1600px) {
    .page-intro.section212.image-position-right .bg-image-wrap {
      top: -200px; } }
  .page-intro.section212.image-position-right .related-products-list-wrap {
    margin-top: 20px; }
  .page-intro .related-products-list {
    display: flex;
    flex-wrap: wrap; }
    .page-intro .related-products-list .block-product {
      width: 50%; }
  @media (min-width: 600px) and (max-width: 767px) {
    .page-intro.section851.image-position-right:first-child .container {
      padding: 0 27px; } }
  @media (max-width: 599px) {
    .page-intro.section851.image-position-right:first-child .container {
      padding: 0 24px; } }
  @media (min-width: 1300px) {
    .page-intro.section851.image-position-right:first-child .container {
      height: 851px; } }
  @media (min-width: 768px) {
    .page-intro.section851.image-position-right:first-child .container {
      min-height: 640px; } }
  @media (max-width: 1599px) {
    .page-intro.section851.image-position-right:first-child .col {
      width: calc(50% - 40px); } }
  @media (max-width: 1499px) {
    .page-intro.section851.image-position-right:first-child .col {
      width: calc(50% - 10vw); } }
  @media (max-width: 1398px) {
    .page-intro.section851.image-position-right:first-child .col {
      width: calc(50% - 12vw); } }
  @media (max-width: 1299px) {
    .page-intro.section851.image-position-right:first-child .col {
      width: calc(50% - 20px); } }
  @media (max-width: 767px) {
    .page-intro.section851.image-position-right:first-child .col {
      width: 100%;
      padding-bottom: 88px !important; } }
  @media (min-width: 768px) {
    .page-intro.section851.image-position-right:first-child .col {
      padding-bottom: 100px; } }
  .page-intro.section851.image-position-right:first-child div.bg-image-wrap {
    height: 1011px;
    width: 806px; }
    @media (max-width: 1299px) {
      .page-intro.section851.image-position-right:first-child div.bg-image-wrap {
        width: 50%;
        height: 800px; } }
    .page-intro.section851.image-position-right:first-child div.bg-image-wrap .bg {
      padding-bottom: 0;
      height: 100%; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .page-intro.section851.image-position-right:first-child div.bg-image-wrap .bg {
          background-position: top left !important; } }
    @media (max-width: 767px) {
      .page-intro.section851.image-position-right:first-child div.bg-image-wrap {
        width: calc(100vw - 68px);
        position: relative;
        left: calc(50% + 68px);
        margin-left: -50vw;
        height: auto; }
        .page-intro.section851.image-position-right:first-child div.bg-image-wrap .bg {
          padding-bottom: 126%;
          width: 100%;
          right: 0; } }
  .page-intro.section852.image-position-left {
    margin-top: -50px; }
    @media (max-width: 767px) {
      .page-intro.section852.image-position-left {
        margin-bottom: 100px; } }
    .page-intro.section852.image-position-left .container {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .page-intro.section852.image-position-left .container {
          display: block; } }
      @media (min-width: 1300px) {
        .page-intro.section852.image-position-left .container {
          height: 1012px; } }
      @media (min-width: 600px) and (max-width: 767px) {
        .page-intro.section852.image-position-left .container {
          padding: 0 27px; } }
      @media (max-width: 599px) {
        .page-intro.section852.image-position-left .container {
          padding: 0 24px; } }
    .page-intro.section852.image-position-left div.bg-image-wrap {
      width: 817px;
      height: 1012px; }
      @media (max-width: 1299px) {
        .page-intro.section852.image-position-left div.bg-image-wrap {
          width: 50%;
          height: auto;
          top: 45%; }
          .page-intro.section852.image-position-left div.bg-image-wrap .bg {
            top: 50%;
            transform: translateY(-50%);
            padding-bottom: 0;
            height: 755px;
            background-size: cover; } }
      @media (max-width: 767px) {
        .page-intro.section852.image-position-left div.bg-image-wrap {
          width: calc(100vw - 68px);
          position: relative;
          left: 50%;
          margin-left: -50vw;
          height: auto; }
          .page-intro.section852.image-position-left div.bg-image-wrap .bg {
            padding-bottom: 126%;
            width: 100%;
            right: 0;
            padding-bottom: 131%;
            height: auto;
            top: 0;
            left: 0;
            transform: none; } }
    .page-intro.section852.image-position-left div.col {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 50%; }
      @media (max-width: 1899px) {
        .page-intro.section852.image-position-left div.col {
          padding-left: calc(120% - 43vw); } }
      @media (max-width: 1298px) {
        .page-intro.section852.image-position-left div.col {
          width: 50%;
          padding-left: 70px;
          padding-bottom: 200px;
          padding-top: 200px;
          margin-left: 50%; } }
      @media (max-width: 767px) {
        .page-intro.section852.image-position-left div.col {
          height: auto;
          width: 100% !important;
          padding-top: 90px !important;
          margin-top: 0 !important;
          margin-left: 0 !important;
          padding-left: 0 !important;
          padding-bottom: 88px !important; }
          .page-intro.section852.image-position-left div.col .title {
            margin-top: 0; } }
  .page-intro.section854.image-position-right {
    margin-bottom: 10px; }
    @media (max-width: 1300px) {
      .page-intro.section854.image-position-right {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .page-intro.section854.image-position-right {
        margin-bottom: 80px; } }
    @media (min-width: 600px) and (max-width: 767px) {
      .page-intro.section854.image-position-right .container {
        padding: 0 27px; } }
    @media (max-width: 599px) {
      .page-intro.section854.image-position-right .container {
        padding: 0 24px; } }
    @media (min-width: 1300px) {
      .page-intro.section854.image-position-right .container {
        height: 1006px; } }
    @media (min-width: 768px) {
      .page-intro.section854.image-position-right .container {
        min-height: 740px;
        display: flex;
        align-items: center; } }
    @media (max-width: 1599px) {
      .page-intro.section854.image-position-right .col {
        width: calc(50% - 40px); } }
    @media (max-width: 1499px) {
      .page-intro.section854.image-position-right .col {
        width: calc(50% - 10vw); } }
    @media (max-width: 1398px) {
      .page-intro.section854.image-position-right .col {
        width: calc(50% - 12vw); } }
    @media (max-width: 1299px) {
      .page-intro.section854.image-position-right .col {
        width: calc(50% - 20px);
        padding-top: 200px;
        padding-bottom: 200px; } }
    @media (max-width: 767px) {
      .page-intro.section854.image-position-right .col {
        width: 100%;
        padding-bottom: 88px !important;
        padding-top: 0;
        margin-top: 100px; }
        .page-intro.section854.image-position-right .col .title {
          margin-top: 0; } }
    @media (min-width: 768px) {
      .page-intro.section854.image-position-right .col {
        padding-right: 15px;
        padding-top: 100px;
        padding-bottom: 100px; } }
    .page-intro.section854.image-position-right div.bg-image-wrap {
      height: 1000px;
      width: 806px; }
      .page-intro.section854.image-position-right div.bg-image-wrap .bg {
        padding-bottom: 0;
        height: 100%; }
      @media (max-width: 1299px) {
        .page-intro.section854.image-position-right div.bg-image-wrap {
          width: 50%;
          height: 100%; }
          .page-intro.section854.image-position-right div.bg-image-wrap .bg {
            background-size: cover; } }
      @media (max-width: 767px) {
        .page-intro.section854.image-position-right div.bg-image-wrap {
          width: calc(100vw - 68px);
          position: relative;
          left: calc(50% + 68px);
          margin-left: -50vw;
          height: auto; }
          .page-intro.section854.image-position-right div.bg-image-wrap .bg {
            padding-bottom: 126%;
            width: 100%;
            right: 0; } }
  @media (min-width: 768px) {
    .page-intro.section861.image-position-right:first-child {
      margin-bottom: 40px; } }
  @media (min-width: 600px) and (max-width: 767px) {
    .page-intro.section861.image-position-right:first-child .container {
      padding: 0 27px; } }
  @media (max-width: 599px) {
    .page-intro.section861.image-position-right:first-child .container {
      padding: 0 24px; } }
  @media (min-width: 1300px) {
    .page-intro.section861.image-position-right:first-child .container {
      height: 651px; } }
  @media (min-width: 768px) {
    .page-intro.section861.image-position-right:first-child .container {
      min-height: 640px; } }
  @media (max-width: 1599px) {
    .page-intro.section861.image-position-right:first-child .col {
      width: calc(50% - 40px); } }
  @media (max-width: 1499px) {
    .page-intro.section861.image-position-right:first-child .col {
      width: calc(50% - 10vw); } }
  @media (max-width: 1398px) {
    .page-intro.section861.image-position-right:first-child .col {
      width: calc(50% - 12vw); } }
  @media (max-width: 1299px) {
    .page-intro.section861.image-position-right:first-child .col {
      width: calc(50% - 20px); } }
  @media (max-width: 767px) {
    .page-intro.section861.image-position-right:first-child .col {
      width: 100%;
      padding-bottom: 88px !important; } }
  @media (min-width: 768px) {
    .page-intro.section861.image-position-right:first-child .col {
      padding-bottom: 100px;
      padding-right: 20px; } }
  .page-intro.section861.image-position-right:first-child div.bg-image-wrap {
    height: 811px;
    width: 806px; }
    @media (max-width: 1299px) {
      .page-intro.section861.image-position-right:first-child div.bg-image-wrap {
        width: 50%;
        height: 800px; } }
    .page-intro.section861.image-position-right:first-child div.bg-image-wrap .bg {
      padding-bottom: 0;
      height: 100%; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .page-intro.section861.image-position-right:first-child div.bg-image-wrap .bg {
          background-position: top left !important; } }
    @media (max-width: 767px) {
      .page-intro.section861.image-position-right:first-child div.bg-image-wrap {
        width: calc(100vw - 68px);
        position: relative;
        left: calc(50% + 68px);
        margin-left: -50vw;
        height: auto; }
        .page-intro.section861.image-position-right:first-child div.bg-image-wrap .bg {
          padding-bottom: 100%;
          width: 100%;
          right: 0; } }
  .page-intro.section862.image-position-left {
    margin-top: -50px;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .page-intro.section862.image-position-left {
        margin-bottom: 100px; } }
    @media (min-width: 768px) {
      .page-intro.section862.image-position-left {
        margin-top: 40px; } }
    .page-intro.section862.image-position-left .container {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .page-intro.section862.image-position-left .container {
          display: block; } }
      @media (min-width: 1300px) {
        .page-intro.section862.image-position-left .container {
          height: 820px; } }
      @media (min-width: 600px) and (max-width: 767px) {
        .page-intro.section862.image-position-left .container {
          padding: 0 27px; } }
      @media (max-width: 599px) {
        .page-intro.section862.image-position-left .container {
          padding: 0 24px; } }
    .page-intro.section862.image-position-left div.bg-image-wrap {
      width: 817px;
      height: 820px; }
      .page-intro.section862.image-position-left div.bg-image-wrap .bg {
        padding-bottom: 0;
        height: 100%; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .page-intro.section862.image-position-left div.bg-image-wrap .bg {
            background-position: top right !important; } }
      @media (max-width: 1299px) {
        .page-intro.section862.image-position-left div.bg-image-wrap {
          width: 50%;
          height: auto;
          top: 50%; }
          .page-intro.section862.image-position-left div.bg-image-wrap .bg {
            top: 50%;
            transform: translateY(-50%);
            padding-bottom: 0;
            height: 755px;
            background-size: cover; } }
      @media (max-width: 767px) {
        .page-intro.section862.image-position-left div.bg-image-wrap {
          width: calc(100vw - 68px);
          position: relative;
          left: 50%;
          margin-left: -50vw;
          height: auto; }
          .page-intro.section862.image-position-left div.bg-image-wrap .bg {
            padding-bottom: 126%;
            width: 100%;
            right: 0;
            padding-bottom: 111%;
            height: auto;
            top: 0;
            left: 0;
            transform: none;
            background-size: contain; } }
    .page-intro.section862.image-position-left div.col {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 50%; }
      @media (max-width: 1899px) {
        .page-intro.section862.image-position-left div.col {
          padding-left: calc(120% - 43vw); } }
      @media (max-width: 1298px) {
        .page-intro.section862.image-position-left div.col {
          width: 50%;
          padding-left: 70px;
          padding-bottom: 200px;
          padding-top: 200px;
          margin-left: 50%; } }
      @media (max-width: 767px) {
        .page-intro.section862.image-position-left div.col {
          height: auto;
          width: 100% !important;
          padding-top: 100px !important;
          margin-top: 0 !important;
          margin-left: 0 !important;
          padding-left: 0 !important;
          padding-bottom: 88px !important; }
          .page-intro.section862.image-position-left div.col .title {
            margin-top: 0; } }
  .page-intro.section864.image-position-right {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .page-intro.section864.image-position-right {
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .page-intro.section864.image-position-right {
        margin-top: 80px;
        margin-bottom: -100px; } }
    @media (min-width: 1300px) {
      .page-intro.section864.image-position-right {
        margin-bottom: -6vw; } }
    @media (min-width: 1500px) {
      .page-intro.section864.image-position-right {
        margin-bottom: -2vw; } }
    @media (min-width: 1920px) {
      .page-intro.section864.image-position-right {
        margin-bottom: 70px; } }
    @media (min-width: 600px) and (max-width: 767px) {
      .page-intro.section864.image-position-right .container {
        padding: 0 27px; } }
    @media (max-width: 599px) {
      .page-intro.section864.image-position-right .container {
        padding: 0 24px; } }
    @media (min-width: 1300px) {
      .page-intro.section864.image-position-right .container {
        height: 814px; } }
    @media (min-width: 768px) {
      .page-intro.section864.image-position-right .container {
        min-height: 640px;
        display: flex;
        align-items: center; } }
    .page-intro.section864.image-position-right .col {
      padding-top: 120px;
      padding-bottom: 120px; }
      @media (max-width: 1599px) {
        .page-intro.section864.image-position-right .col {
          width: calc(50% - 40px); } }
      @media (max-width: 1499px) {
        .page-intro.section864.image-position-right .col {
          width: calc(50% - 10vw); } }
      @media (max-width: 1398px) {
        .page-intro.section864.image-position-right .col {
          width: calc(50% - 12vw); } }
      @media (max-width: 1299px) {
        .page-intro.section864.image-position-right .col {
          width: calc(50% - 20px);
          padding-top: 200px;
          padding-bottom: 200px; } }
      @media (max-width: 767px) {
        .page-intro.section864.image-position-right .col {
          width: 100%;
          padding-bottom: 88px !important;
          padding-top: 0;
          margin-top: 100px; }
          .page-intro.section864.image-position-right .col .title {
            margin-top: 0; } }
      @media (min-width: 768px) {
        .page-intro.section864.image-position-right .col {
          padding-bottom: 100px;
          padding-right: 20px; } }
    .page-intro.section864.image-position-right div.bg-image-wrap {
      height: 814px;
      width: 806px; }
      .page-intro.section864.image-position-right div.bg-image-wrap .bg {
        padding-bottom: 0;
        height: 100%; }
      @media (max-width: 1299px) {
        .page-intro.section864.image-position-right div.bg-image-wrap {
          width: 50%;
          height: 100%; }
          .page-intro.section864.image-position-right div.bg-image-wrap .bg {
            background-size: cover;
            background-position: top left; } }
      @media (max-width: 767px) {
        .page-intro.section864.image-position-right div.bg-image-wrap {
          width: calc(100vw - 68px);
          position: relative;
          left: calc(50% + 68px);
          margin-left: -50vw;
          height: auto; }
          .page-intro.section864.image-position-right div.bg-image-wrap .bg {
            padding-bottom: 126%;
            width: 100%;
            right: 0; } }
  .page-intro.section90321.image-position-left {
    margin-top: 110px; }
    .page-intro.section90321.image-position-left div.bg-image-wrap {
      height: 811px;
      width: 806px; }
      @media (min-width: 1300px) {
        .page-intro.section90321.image-position-left div.bg-image-wrap {
          top: -40px; } }
      @media (max-width: 1299px) {
        .page-intro.section90321.image-position-left div.bg-image-wrap {
          width: 48%;
          height: 800px; } }
      .page-intro.section90321.image-position-left div.bg-image-wrap .bg {
        padding-bottom: 0;
        height: 100%; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .page-intro.section90321.image-position-left div.bg-image-wrap .bg {
            background-position: top left !important; } }
      @media (max-width: 767px) {
        .page-intro.section90321.image-position-left div.bg-image-wrap {
          width: calc(100vw - 0px);
          position: relative;
          left: -2px !important;
          margin-left: 0;
          height: auto; }
          .page-intro.section90321.image-position-left div.bg-image-wrap .bg {
            padding-bottom: 100%;
            width: 100%;
            right: auto !important; } }
  @media (min-width: 1400px) {
    .page-intro.section90322.image-position-right {
      margin-top: 100px; } }
  @media (min-width: 1400px) {
    .page-intro.section90322.image-position-right div.bg-image-wrap {
      width: 710px;
      top: -80px; } }

.constent-links {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .constent-links {
      margin-top: 45px; } }
  .constent-links > li {
    margin: 0 12px 12px 0 !important; }
    .constent-links > li.btn-full-width {
      width: 100%; }
      .constent-links > li.btn-full-width > .btn, .durasein-form-style .constent-links > li.btn-full-width > input[type="submit"] {
        width: 100%; }
    .constent-links > li:last-child {
      margin-right: 0 !important; }

.random-products-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0; }
  .random-products-list .block-product {
    width: 50%;
    max-width: 250px; }

.page-template-template-where-to-buy {
  background-color: #ecebe4; }
  @media (max-width: 767px) {
    .page-template-template-where-to-buy .new-content-target {
      margin-bottom: 0; } }
  @media (max-width: 1199px) {
    .page-template-template-where-to-buy .new-content-target {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .page-template-template-where-to-buy .locations-holder .col-3,
    .page-template-template-where-to-buy .locations-holder .col-9,
    .page-template-template-where-to-buy .posts-row .col-3,
    .page-template-template-where-to-buy .posts-row .col-9 {
      width: 100%; } }

.page-template-template-adhesives .adhesives-content {
  width: 100%;
  margin-bottom: 47px; }
  @media (min-width: 768px) {
    .page-template-template-adhesives .adhesives-content {
      width: 66.66%;
      padding-right: 115px; } }
  @media (min-width: 1024px) {
    .page-template-template-adhesives .adhesives-content {
      margin-bottom: 95px; } }

@media (min-width: 768px) {
  .page-template-template-adhesives .page-intro.image-position-left .bg-image-wrap {
    width: 48vw; } }

@media (min-width: 1200px) {
  .page-template-template-adhesives .page-intro.image-position-left .bg-image-wrap {
    width: 519px; } }

@media (min-width: 1400px) {
  .page-template-template-adhesives .page-intro.image-position-left .col {
    padding-left: 38.8%;
    padding-top: 70px;
    padding-bottom: 120px; } }

@media (min-width: 1200px) {
  .page-template-template-adhesives .page-intro.image-position-right .col {
    padding-left: 0; } }

.page-template-template-adhesives .page-intro .col h2.title {
  font-size: 50px;
  line-height: 54px;
  letter-spacing: -0.04em;
  margin-bottom: 36px; }
  @media (max-width: 767px) {
    .page-template-template-adhesives .page-intro .col h2.title {
      font-size: 50px !important; } }
  @media (min-width: 768px) {
    .page-template-template-adhesives .page-intro .col h2.title {
      line-height: 70px;
      font-size: 58px;
      margin-bottom: 50px; } }

.page-template-template-adhesives .page-intro .text {
  margin-bottom: 26px; }
  .page-template-template-adhesives .page-intro .text p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 22px; }
    .page-template-template-adhesives .page-intro .text p:last-child {
      margin-bottom: 0; }

.page-template-template-adhesives .g-content.row h2 {
  font-size: 50px;
  line-height: 54px;
  letter-spacing: -0.04em;
  margin-bottom: 36px; }
  @media (min-width: 768px) {
    .page-template-template-adhesives .g-content.row h2 {
      line-height: 70px;
      font-size: 58px;
      margin-bottom: 50px; } }
  @media (max-width: 1299px) {
    .page-template-template-adhesives .g-content.row h2 br {
      display: none; } }

@media (max-width: 767px) {
  .page-template-template-adhesives .g-content.row .col-8 {
    width: 100%; } }

@media (min-width: 768px) {
  .page-template-template-adhesives .g-content.row .col-8 {
    padding-right: 118px; } }

.page-template-template-adhesives .footer .footer-bottom-wrap {
  background: #344031; }

.page-template-template-adhesives .side-bg .bg:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  content: "";
  background-image: url("./img/decor-1.png");
  position: absolute;
  bottom: 0; }
  @media (min-width: 768px) {
    .page-template-template-adhesives .side-bg .bg:before {
      width: 17vw;
      height: 45vw;
      left: 12vw; } }
  @media (min-width: 1200px) {
    .page-template-template-adhesives .side-bg .bg:before {
      width: 201px;
      height: 527px;
      left: 121px;
      bottom: -5px; } }

.side-bg {
  display: none; }
  @media (min-width: 768px) {
    .side-bg {
      position: absolute;
      width: 60vw;
      top: 0;
      right: 0;
      pointer-events: none;
      z-index: -1;
      max-width: 680px;
      display: block; } }
  @media (min-width: 1200px) {
    .side-bg {
      width: 700px;
      max-width: 700px; } }
  .side-bg .bg {
    padding-bottom: 115.5%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right; }
    @media (max-width: 767px) {
      .side-bg .bg {
        position: relative;
        left: 48px;
        margin-top: 20px;
        background-size: 121%;
        padding-bottom: 140%; } }
    @media (max-width: 599px) {
      .side-bg .bg {
        left: 18px; } }
    @media (min-width: 768px) {
      .side-bg .bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%; } }

.page-template-template-support-contact-form {
  background-color: #ecebe4; }
  .page-template-template-support-contact-form .menu:before {
    background-color: #ecebe4; }
  .page-template-template-support-contact-form .footer {
    background-color: #000; }
  .page-template-template-support-contact-form .footer-inner-wrap {
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 767px) {
      .page-template-template-support-contact-form .footer-inner-wrap {
        height: 80px;
        position: relative;
        overflow: hidden; } }

.template-support-contact-form {
  background-color: #000;
  color: #fff;
  padding-top: 70px; }
  @media (min-width: 768px) {
    .template-support-contact-form .col-3 {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .template-support-contact-form .col-3,
    .template-support-contact-form .col-9 {
      width: 100%; } }
  @media (max-width: 767px) {
    .template-support-contact-form .g-content {
      margin-bottom: 4px; } }

.black-shape {
  transform: rotateY(180deg);
  height: 50px;
  margin-top: -20px; }
  @media (min-width: 768px) {
    .black-shape {
      height: 100px; } }

.form-fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px; }

.support-contact-form {
  line-height: 29px; }
  .support-contact-form .form-text {
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 22px; }
  .support-contact-form select,
  .support-contact-form textarea,
  .support-contact-form input {
    width: 100%;
    height: 51px;
    background: transparent;
    border: 1px solid transparent;
    border-bottom-color: #fff;
    padding: 0 13px;
    color: #bbb; }
    @media (min-width: 768px) {
      .support-contact-form select,
      .support-contact-form textarea,
      .support-contact-form input {
        height: 57px; } }
    .support-contact-form select:focus,
    .support-contact-form textarea:focus,
    .support-contact-form input:focus {
      outline: none;
      border-bottom-color: #fff; }
    .support-contact-form select[aria-invalid="true"],
    .support-contact-form textarea[aria-invalid="true"],
    .support-contact-form input[aria-invalid="true"] {
      border: 1px solid red; }
      .support-contact-form select[aria-invalid="true"]:focus,
      .support-contact-form textarea[aria-invalid="true"]:focus,
      .support-contact-form input[aria-invalid="true"]:focus {
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent; }
  .support-contact-form select::-ms-expand {
    display: none; }
  .support-contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 40px;
    background: url(img/caret-down-white.svg) top 15px right 15px/15px no-repeat; }
  .support-contact-form input[type="submit"] {
    width: auto;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    border: none;
    padding: 11px 20px;
    text-align: center;
    min-width: 123px;
    float: right;
    transition: .3s; }
    .support-contact-form input[type="submit"]:hover {
      background-color: #e8e8e8; }
  .support-contact-form textarea {
    height: 144px;
    padding: 13px; }
    @media (min-width: 768px) {
      .support-contact-form textarea {
        height: 160px; } }
  .support-contact-form .col-1, .support-contact-form .col-2, .support-contact-form .col-3, .support-contact-form .col-4, .support-contact-form .col-5, .support-contact-form .col-6, .support-contact-form .col-7, .support-contact-form .col-8, .support-contact-form .col-9, .support-contact-form .col-10, .support-contact-form .col-11, .support-contact-form .col-12 {
    padding: 0 9px;
    margin-bottom: 20px; }
    @media (max-width: 599px) {
      .support-contact-form .col-1, .support-contact-form .col-2, .support-contact-form .col-3, .support-contact-form .col-4, .support-contact-form .col-5, .support-contact-form .col-6, .support-contact-form .col-7, .support-contact-form .col-8, .support-contact-form .col-9, .support-contact-form .col-10, .support-contact-form .col-11, .support-contact-form .col-12 {
        width: 100%; } }
    .support-contact-form .col-1 span, .support-contact-form .col-2 span, .support-contact-form .col-3 span, .support-contact-form .col-4 span, .support-contact-form .col-5 span, .support-contact-form .col-6 span, .support-contact-form .col-7 span, .support-contact-form .col-8 span, .support-contact-form .col-9 span, .support-contact-form .col-10 span, .support-contact-form .col-11 span, .support-contact-form .col-12 span {
      margin: 0; }
    .support-contact-form .col-1 .label, .support-contact-form .col-2 .label, .support-contact-form .col-3 .label, .support-contact-form .col-4 .label, .support-contact-form .col-5 .label, .support-contact-form .col-6 .label, .support-contact-form .col-7 .label, .support-contact-form .col-8 .label, .support-contact-form .col-9 .label, .support-contact-form .col-10 .label, .support-contact-form .col-11 .label, .support-contact-form .col-12 .label {
      margin-bottom: 5px;
      display: inline-block; }
  .support-contact-form .wpcf7-form-control.wpcf7-checkbox {
    padding-top: 6px;
    display: inline-block; }
    .support-contact-form .wpcf7-form-control.wpcf7-checkbox input {
      display: none; }
      .support-contact-form .wpcf7-form-control.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
        opacity: 1; }
    .support-contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
      position: relative;
      display: inline-block;
      padding-left: 38px;
      cursor: pointer; }
      .support-contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:after, .support-contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0; }
      .support-contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:after {
        background-color: #ECEBE4; }
      .support-contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
        background: url(img/check.svg) center/66% no-repeat;
        z-index: 2;
        opacity: 0; }
  .support-contact-form form div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0; }

body .wpcf7-not-valid-tip {
  font-weight: 300; }

.faqs-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }
  .faqs-wrap:after {
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: -300px;
    left: 0;
    width: 100%;
    height: calc(100% - 248px);
    background: url(img/faqs-bg-bottom.svg) no-repeat;
    background-position: bottom -10px right -80px;
    background-size: 780px 321px; }
    @media (min-width: 460px) {
      .faqs-wrap:after {
        background-position: bottom right; } }
    @media (min-width: 768px) {
      .faqs-wrap:after {
        bottom: -5vw;
        background-size: contain;
        background-position: bottom; } }
    @media (min-width: 1630px) {
      .faqs-wrap:after {
        bottom: -200px; } }
  @media (max-width: 767px) {
    .faqs-wrap:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1000px;
      bottom: -1000px;
      left: 0;
      background-color: #212121; } }
  .faqs-wrap .shape {
    height: 248px;
    background: url(img/faqs-bg-top.svg) no-repeat;
    background-size: cover; }
    .faqs-wrap .shape:after {
      content: "";
      position: absolute;
      background-color: #000;
      width: 100%;
      height: 100%;
      top: 248px;
      left: 0;
      pointer-events: none; }
  .faqs-wrap .title {
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .faqs-wrap .title {
        font-size: 40px;
        font-weight: 300;
        line-height: 42px;
        margin-bottom: 45px; } }

.faqs {
  color: #fff;
  position: relative;
  z-index: 10;
  margin-top: -185px; }
  @media (min-width: 460px) {
    .faqs {
      margin-top: -170px; } }
  @media (min-width: 768px) {
    .faqs {
      margin-top: -140px; } }
  @media (min-width: 1024px) {
    .faqs {
      margin-top: -100px; } }
  .faqs a {
    color: #fff; }

.faqs-block {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .faqs-block {
      padding-bottom: 64px;
      margin-bottom: 84px; } }
  .faqs-block .question {
    line-height: 29px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .faqs-block .question {
        font-weight: bold;
        margin-bottom: 0.8rem; } }
  .faqs-block:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #fff; }
  @media (max-width: 767px) {
    .faqs-block .col-3,
    .faqs-block .col-9 {
      width: 100%; } }

.faqs-content {
  padding-bottom: 00px; }
  @media (min-width: 768px) {
    .faqs-content {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .faqs-content h3,
    .faqs-content h2 {
      font-size: 40px;
      line-height: 42px; } }
  @media (max-width: 479px) {
    .faqs-content h3,
    .faqs-content h2 {
      font-size: 1.9rem;
      line-height: 1;
      margin-bottom: 40px; } }
  .faqs-content h3 a,
  .faqs-content h2 a {
    transition: 0.2s;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    position: relative; }
    .faqs-content h3 a:after,
    .faqs-content h2 a:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff;
      left: 0;
      bottom: -2px; }
      @media (min-width: 768px) {
        .faqs-content h3 a:after,
        .faqs-content h2 a:after {
          height: 3px; } }
      @media (min-width: 1024px) {
        .faqs-content h3 a:after,
        .faqs-content h2 a:after {
          height: 4px; } }
    .faqs-content h3 a:hover,
    .faqs-content h2 a:hover {
      color: rgba(255, 255, 255, 0.7); }

.features {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 1023px) {
    .features {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .features.section101 .feature-block {
      width: 50%;
      padding: 0 8px; }
      .features.section101 .feature-block .image {
        height: 110px; }
        .features.section101 .feature-block .image img {
          max-height: 100%; } }
  @media (max-width: 767px) {
    .features.section101 .features-holder > .title {
      padding-left: 0;
      margin-left: -2px; } }
  .features.section6227 {
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 1200px) {
      .features.section6227 {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 1023px) {
      .features.section6227 {
        margin-bottom: 0; } }
    .features.section6227 .features-list {
      margin: 0 -16px; }
    @media (max-width: 767px) {
      .features.section6227 .feature-block:last-child {
        margin-bottom: 0; } }

.features-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

@media (min-width: 1200px) {
  .features-holder {
    padding-left: 8.3333%; } }

.features-holder > .title {
  margin-bottom: 60px; }
  @media (max-width: 599px) {
    .features-holder > .title {
      padding: 0 3px; } }
  @media (max-width: 767px) {
    .features-holder > .title {
      font-size: 40px;
      line-height: 42px; } }

.feature-block {
  width: 100%;
  padding: 0 16px 0 16px;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .feature-block {
      padding: 0 10px; } }
  @media (min-width: 768px) {
    .feature-block {
      width: 33.33333%;
      margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .feature-block {
      margin-bottom: 80px; } }
  @media (min-width: 768px) {
    .feature-block:nth-child(6n + 4) {
      margin-left: 100px;
      width: calc(33.33333% - 34px); } }
  @media (min-width: 768px) {
    .feature-block:nth-child(6n + 6), .feature-block:nth-child(6n + 5) {
      width: calc(33.33333% - 34px); } }
  .feature-block .image {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .feature-block .image {
        height: 110px; } }
    .feature-block .image img {
      max-height: 100%;
      width: auto; }
  .feature-block .title {
    font-weight: 400;
    margin-bottom: 2px;
    padding-top: 0;
    font-size: 20px; }
    @media (min-width: 768px) {
      .feature-block .title {
        margin-bottom: 13px; } }
  .feature-block .text {
    font-size: 20px; }
    @media (min-width: 768px) {
      .feature-block .text {
        opacity: 0.5; } }

@media (min-width: 768px) {
  .features.section153 .features-holder > .title {
    font-size: 70px; } }

@media (max-width: 767px) {
  .features.section153 .image img {
    max-height: 110px; } }

@media (min-width: 768px) {
  .features.section153 .image {
    height: 110px; } }

@media (max-width: 1199px) {
  .page-template-template-industries-served .footer-bg-block.footer-bg-left {
    height: calc(100% - 120px);
    top: auto;
    bottom: 0; } }

@media (max-width: 767px) {
  .page-template-template-industries-served .footer-bg-block.footer-bg-left {
    display: block;
    height: 220px !important;
    background-size: 60%;
    background-position: top left;
    left: -50px;
    width: 600px; } }

@media (max-width: 767px) {
  .page-template-template-industries-served .container.footer-text {
    padding-top: 10px; } }

.info-blocks-section {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 1200px) {
  .info-blocks-holder {
    padding-left: 8.3333%; } }

.info-blocks-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (min-width: 768px) {
    .info-blocks-list {
      padding-right: 100px; } }
  @media (min-width: 1024px) {
    .info-blocks-list {
      padding-right: 203px; } }
  .info-blocks-list .info-block {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 38px;
    position: relative; }
    @media (min-width: 600px) {
      .info-blocks-list .info-block {
        padding: 0 10px;
        margin-bottom: 30px; } }
    @media (min-width: 600px) {
      .info-blocks-list .info-block {
        width: 33.33333%;
        margin-bottom: 35px; } }
    @media (min-width: 768px) {
      .info-blocks-list .info-block:nth-child(6n + 6), .info-blocks-list .info-block:nth-child(6n + 5), .info-blocks-list .info-block:nth-child(6n + 4) {
        left: 100px; } }
    .info-blocks-list .info-block img {
      width: 100%; }
    .info-blocks-list .info-block a {
      text-decoration: none; }
  .info-blocks-list .title {
    padding-top: 13px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 2px; }
    @media (min-width: 600px) {
      .info-blocks-list .title {
        padding-top: 20px; } }
  .info-blocks-list .text {
    font-size: 20px;
    opacity: 0.5;
    line-height: 1.2;
    letter-spacing: -0.34px; }

.page-template-template-sinks .main,
.page-template-template-shapes .main {
  color: #fff; }
  .page-template-template-sinks .main a,
  .page-template-template-shapes .main a {
    color: #fff; }

@media (min-width: 1200px) {
  .page-template-template-sinks .shapes-cta-blocks-list .img img,
  .page-template-template-shapes .shapes-cta-blocks-list .img img {
    width: 321px;
    height: 364px;
    object-fit: contain;
    object-position: left; } }

.page-template-template-sinks .footer-bottom-wrap,
.page-template-template-shapes .footer-bottom-wrap {
  background-color: #fff; }
  @media (min-width: 768px) {
    .page-template-template-sinks .footer-bottom-wrap .btn-support,
    .page-template-template-shapes .footer-bottom-wrap .btn-support {
      background: #94b5be; } }
  @media (min-width: 768px) {
    .page-template-template-sinks .footer-bottom-wrap .social-links a,
    .page-template-template-shapes .footer-bottom-wrap .social-links a {
      color: #94b5be; } }

.page-template-template-sinks a.btn,
.page-template-template-shapes a.btn {
  background-color: #fff;
  color: #94b5be; }
  .page-template-template-sinks a.btn.cta-download-black,
  .page-template-template-shapes a.btn.cta-download-black {
    background-color: #000;
    color: #fff; }

@media (min-width: 768px) {
  .page-template-template-sinks .fa-bitcoin:after,
  .page-template-template-sinks .footer-logo img,
  .page-template-template-shapes .fa-bitcoin:after,
  .page-template-template-shapes .footer-logo img {
    filter: invert(79%) sepia(5%) saturate(1240%) hue-rotate(146deg) brightness(89%) contrast(88%); } }

@media (max-width: 767px) {
  .page-template-template-sinks .fa-bitcoin:after,
  .page-template-template-sinks .footer-logo img,
  .page-template-template-shapes .fa-bitcoin:after,
  .page-template-template-shapes .footer-logo img {
    filter: brightness(0) invert(0); } }

.page-template-template-sinks .fa-buffer:after,
.page-template-template-shapes .fa-buffer:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg enable-background='new 0 0 415.2 409.6' viewBox='0 0 415.2 409.6' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpattern id='a' height='350' overflow='visible' patternUnits='userSpaceOnUse' viewBox='0 -350 350 350' width='350' x='-84.8' y='500'%3e%3cpath d='m0-350h350v350h-350z' fill='none'/%3e%3cpath d='m334.6-290.9c10.1 18.8 15.4 38 15.4 86.5v58.8c0 48.5-5.4 67.7-15.4 86.5s-24.8 33.6-43.7 43.7-38 15.4-86.5 15.4h-58.8c-48.5 0-67.7-5.4-86.5-15.4-18.8-10.1-33.6-24.9-43.7-43.7s-15.4-38-15.4-86.5v-58.8c0-48.5 5.4-67.7 15.4-86.5s24.8-33.6 43.7-43.7c18.8-10.1 38-15.4 86.5-15.4h58.8c48.5 0 67.7 5.4 86.5 15.4 18.8 10.1 33.6 24.9 43.7 43.7zm-10.8 90.9c0-41.2-4.6-57.5-13.1-73.5-8.6-16-21.1-28.6-37.1-37.1-16-8.6-32.3-13.1-73.5-13.1h-50c-41.2 0-57.5 4.6-73.5 13.1-16 8.6-28.6 21.1-37.1 37.1s-13.3 32.3-13.3 73.5v50c0 41.2 4.6 57.5 13.1 73.5 8.6 16 21.1 28.6 37.1 37.1 16 8.6 32.3 13.1 73.5 13.1h50c41.2 0 57.5-4.6 73.5-13.1 16-8.6 28.6-21.1 37.1-37.1 8.6-16 13.1-32.3 13.1-73.5v-50z' fill='%2394b5be'/%3e%3cpath d='m249.1-200.7.3 104.5h-44.5v-18.8c-10.6 13.4-27.7 20.8-49.8 20.8-33.9 0-54.5-20.8-54.5-50 0-30.1 21.5-47.9 60.4-48.2h43.6v-3c0-17-11.2-26.8-33-26.8-14.1 0-30.6 4.8-47.1 14l-14.1-31.6c23.6-11.9 43.9-18.5 71.6-18.5 42.3.2 66.8 21.6 67.1 57.6zm-44.5 35.5h-35.6c-17.4 0-25.9 5.4-25.9 18.2 0 12.2 9.4 20.2 24.7 20.2 19.1 0 34.2-10.4 36.8-24.1z' fill='%2394b5be'/%3e%3c/pattern%3e%3cpattern id='b' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cpattern id='c' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cg fill='%2394b5be' stroke-miterlimit='10'%3e%3cpath d='m323.5 47.7c-18.8-10.1-38-15.4-86.5-15.4h-58.8c-48.5 0-67.7 5.4-86.5 15.4s-33.6 24.8-43.7 43.6-15.4 38-15.4 86.5v58.8c0 48.5 5.4 67.7 15.4 86.5s24.8 33.6 43.7 43.7c18.8 10.1 38 15.4 86.5 15.4h58.8c48.5 0 67.7-5.4 86.5-15.4s33.6-24.8 43.7-43.7 15.4-38 15.4-86.5v-58.8c0-48.5-5.4-67.7-15.4-86.5s-24.9-33.6-43.7-43.6zm32.9 184.6c0 41.2-4.6 57.5-13.1 73.5-8.6 16-21.1 28.6-37.1 37.1-16 8.6-32.3 13.1-73.5 13.1h-50c-41.2 0-57.5-4.6-73.5-13.1-16-8.6-28.6-21.1-37.1-37.1-8.6-16-13.1-32.3-13.1-73.5v-50c0-41.2 4.6-57.5 13.1-73.5s21.1-28.6 37.1-37.1c16-8.6 32.3-13.1 73.5-13.1h50c41.2 0 57.5 4.6 73.5 13.1 16 8.6 28.6 21.1 37.1 37.1 8.6 16 13.1 32.3 13.1 73.5z' stroke='url(%23b)'/%3e%3cpath d='m214.5 124.1c-27.7 0-48 6.6-71.6 18.5l14.1 31.6c16.5-9.2 33-14 47.1-14 21.8 0 33 9.8 33 26.8v3h-43.6c-38.9.3-60.4 18.2-60.4 48.2 0 29.2 20.6 50 54.5 50 22.1 0 39.2-7.4 49.8-20.8v18.8h44.6l-.3-104.5c-.3-36.1-24.8-57.6-67.2-57.6zm22.7 107.2c-2.7 13.7-17.7 24.1-36.8 24.1-15.3 0-24.7-8-24.7-20.2 0-12.8 8.5-18.2 25.9-18.2h35.6z' stroke='url(%23c)'/%3e%3c/g%3e%3c/svg%3e");
  filter: none;
  -webkit-filter: none; }
  @media (max-width: 767px) {
    .page-template-template-sinks .fa-buffer:after,
    .page-template-template-shapes .fa-buffer:after {
      filter: brightness(0) invert(0); } }

.page-template-template-sinks .apply-modal-btn a.btn,
.page-template-template-shapes .apply-modal-btn a.btn {
  background-color: #000;
  color: #fff; }

.page-template-template-sinks .header a,
.page-template-template-shapes .header a {
  color: #fff; }

.page-template-template-sinks .header .mobile-header-cart .w-cart-quantity,
.page-template-template-sinks .header .header-logo a img,
.page-template-template-shapes .header .mobile-header-cart .w-cart-quantity,
.page-template-template-shapes .header .header-logo a img {
  filter: brightness(0) invert(1); }

.page-template-template-sinks .header .menu:before,
.page-template-template-shapes .header .menu:before {
  background-color: #94b5be; }

.page-template-template-sinks .header .mobile-burger > div,
.page-template-template-shapes .header .mobile-burger > div {
  background-color: #fff; }
  .page-template-template-sinks .header .mobile-burger > div:before, .page-template-template-sinks .header .mobile-burger > div:after,
  .page-template-template-shapes .header .mobile-burger > div:before,
  .page-template-template-shapes .header .mobile-burger > div:after {
    background-color: #fff; }

.page-template-template-sinks .header .toggle-btn .text-open,
.page-template-template-sinks .header .toggle-btn .text-close,
.page-template-template-shapes .header .toggle-btn .text-open,
.page-template-template-shapes .header .toggle-btn .text-close {
  color: #fff; }

.page-template-template-sinks .header .toggle-btn .burger div,
.page-template-template-shapes .header .toggle-btn .burger div {
  background-color: #fff; }
  .page-template-template-sinks .header .toggle-btn .burger div:before, .page-template-template-sinks .header .toggle-btn .burger div:after,
  .page-template-template-shapes .header .toggle-btn .burger div:before,
  .page-template-template-shapes .header .toggle-btn .burger div:after {
    background-color: #fff; }

.page-template-template-sinks .header .header-select-country img:first-of-type,
.page-template-template-shapes .header .header-select-country img:first-of-type {
  display: none; }

.page-template-template-sinks .header .header-select-country img:last-child,
.page-template-template-shapes .header .header-select-country img:last-child {
  opacity: 1;
  visibility: visible; }

@media (min-width: 600px) {
  .page-template-template-sinks .filter-title,
  .page-template-template-shapes .filter-title {
    border-bottom-color: #fff; }
    .page-template-template-sinks .filter-title:after,
    .page-template-template-shapes .filter-title:after {
      filter: brightness(0) invert(1); } }

@media (min-width: 600px) {
  .page-template-template-sinks .custom-reset,
  .page-template-template-shapes .custom-reset {
    border-bottom-color: #fff; }
    .page-template-template-sinks .custom-reset:before, .page-template-template-sinks .custom-reset:after,
    .page-template-template-shapes .custom-reset:before,
    .page-template-template-shapes .custom-reset:after {
      background-color: #fff;
      height: 2px; } }

.page-template-template-sinks .filter-checkbox,
.page-template-template-shapes .filter-checkbox {
  font-size: 18px; }
  @media (min-width: 600px) {
    .page-template-template-sinks .filter-checkbox label,
    .page-template-template-shapes .filter-checkbox label {
      border-bottom: none; }
      .page-template-template-sinks .filter-checkbox label > span,
      .page-template-template-shapes .filter-checkbox label > span {
        border-bottom: 1px solid #fff; } }

.page-template-template-sinks .top-row,
.page-template-template-shapes .top-row {
  margin-bottom: 80px; }

.page-template-template-sinks .title-row h2,
.page-template-template-shapes .title-row h2 {
  font-size: 31px;
  letter-spacing: 0em; }
  @media (min-width: 768px) {
    .page-template-template-sinks .title-row h2,
    .page-template-template-shapes .title-row h2 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .page-template-template-sinks .title-row h2,
    .page-template-template-shapes .title-row h2 {
      margin-bottom: 24px; } }

@media (max-width: 767px) {
  .page-template-template-sinks .col-7,
  .page-template-template-sinks .col-9,
  .page-template-template-sinks .col-3,
  .page-template-template-shapes .col-7,
  .page-template-template-shapes .col-9,
  .page-template-template-shapes .col-3 {
    width: 100%; } }

@media (min-width: 768px) {
  .page-template-template-sinks .sinks-filter,
  .page-template-template-shapes .sinks-filter {
    padding-top: 27px;
    margin-bottom: 50px; } }

@media (max-width: 599px) {
  .page-template-template-sinks .sinks-filter,
  .page-template-template-shapes .sinks-filter {
    color: #000; } }

.sinks-list .grid-list {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -14px; }
  @media (min-width: 600px) {
    .sinks-list .grid-list {
      margin-top: -24px; } }
  @media (min-width: 768px) {
    .sinks-list .grid-list {
      margin-top: 10px; } }

.sinks-list .sink-post-block {
  width: 100%;
  padding: 13px 30px; }
  @media (min-width: 600px) {
    .sinks-list .sink-post-block {
      width: 50%;
      padding: 30px; } }
  @media (min-width: 900px) {
    .sinks-list .sink-post-block {
      width: 33.333333%; } }
  @media (min-width: 1200px) {
    .sinks-list .sink-post-block {
      width: 25%; } }
  .sinks-list .sink-post-block .block {
    border: 1px solid #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3px 10px 10px 10px;
    cursor: default; }
  .sinks-list .sink-post-block a {
    text-decoration: none; }
  .sinks-list .sink-post-block .sink-overflow-title {
    margin-bottom: -20px;
    display: block; }
  .sinks-list .sink-post-block .sink-image {
    padding: 30px 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 600px) {
      .sinks-list .sink-post-block .sink-image .img {
        padding-bottom: 100%;
        position: relative; } }
    @media (min-width: 600px) {
      .sinks-list .sink-post-block .sink-image .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto; } }
  .sinks-list .sink-post-block img {
    cursor: pointer; }
  .sinks-list .sink-post-block .sink-title {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    cursor: pointer;
    transition: .3s; }
  .sinks-list .sink-post-block .sink-sku {
    font-family: 'Moderat Mono';
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: .3s; }

@media (min-width: 768px) {
  .show-menu .page-template-template-sinks .header .toggle-btn .burger div,
  .show-menu .page-template-template-shapes .header .toggle-btn .burger div {
    background-color: transparent; } }

.show-menu .page-template-template-sinks .header .mobile-burger div,
.show-menu .page-template-template-shapes .header .mobile-burger div {
  background-color: transparent; }

@media (min-width: 768px) {
  .sinks-filter {
    max-width: 230px; } }

.shapes-content .g-content .title {
  font-size: 70px;
  margin-bottom: 20px;
  letter-spacing: -3.8px;
  margin-left: -8px; }
  @media (min-width: 768px) {
    .shapes-content .g-content .title {
      font-size: 100px;
      letter-spacing: -0.02em;
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .shapes-content .g-content .title {
      font-size: 120px;
      margin-bottom: 58px; } }

.bg-video-wrap {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none; }

.shapes-holder {
  position: relative;
  z-index: 10; }

.download-links {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .download-links {
      margin-top: 45px; } }
  .download-links > li {
    margin: 0 20px 20px 0 !important; }

.shapes-cta-blocks {
  color: #000;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }

.shapes-cta-top {
  width: 100%; }
  .shapes-cta-top svg {
    display: block;
    width: 100%; }

@media (max-width: 767px) {
  .shapes-cta-top {
    display: none; } }

.shapes-cta-bottom {
  background-color: #fff;
  position: relative; }
  @media (max-width: 767px) {
    .shapes-cta-bottom {
      margin-top: 100px; }
      .shapes-cta-bottom:before {
        position: absolute;
        top: -89px;
        left: 0;
        width: 100%;
        height: 190px;
        content: '';
        border-radius: 50% 50% 0 0;
        background-color: #fff;
        pointer-events: none;
        z-index: -1; } }

.shapes-cta-blocks-list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .shapes-cta-blocks-list {
      padding-left: 6%; } }
  .shapes-cta-blocks-list .shapes-cta-block {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .shapes-cta-blocks-list .shapes-cta-block {
        width: 33.3333%;
        padding: 0 10px; } }
    @media (min-width: 1200px) {
      .shapes-cta-blocks-list .shapes-cta-block {
        width: 36%; } }
    @media (min-width: 1200px) {
      .shapes-cta-blocks-list .shapes-cta-block:nth-child(3) {
        width: 27%; } }
    @media (min-width: 768px) {
      .shapes-cta-blocks-list .shapes-cta-block:nth-child(1) .img {
        max-width: 290px; } }
    @media (min-width: 768px) {
      .shapes-cta-blocks-list .shapes-cta-block:nth-child(2) .img {
        max-width: 330px; } }
  .shapes-cta-blocks-list .img {
    width: 100%;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .shapes-cta-blocks-list .img img {
        width: 100%; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .shapes-cta-blocks-list .img img {
        width: 100%;
        height: 230px;
        object-fit: contain;
        object-position: left; } }
  .shapes-cta-blocks-list .title {
    margin-bottom: 0;
    margin-left: -6px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .shapes-cta-blocks-list .title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .shapes-cta-blocks-list .title {
        padding-left: 20px;
        margin-bottom: 15px;
        letter-spacing: -2px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .shapes-cta-blocks-list .text {
      min-height: 58px; } }
  @media (max-width: 767px) {
    .shapes-cta-blocks-list .text {
      padding-left: 20px; } }

@media (min-width: 768px) {
  html[data-current-region-slug="rus"] .shapes-cta-blocks-list .title {
    font-size: 46px;
    margin-bottom: 5px; } }

@media (max-width: 767px) {
  .page-template-template-showroom .new-content-target {
    margin-top: 0;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .page-template-template-showroom .footer-bg-block.footer-bg-left {
    display: block;
    height: 220px;
    top: auto;
    bottom: 0;
    background-size: 400px;
    background-position: top left -120px; } }

@media (min-width: 600px) {
  .page-template-template-showroom .ajax-posts-filter {
    position: relative; } }

@media (min-width: 600px) {
  .page-template-template-showroom .filter-checkbox {
    font-size: 14px; } }

@media (max-width: 767px) {
  .showroom-posts-container .col-3,
  .showroom-posts-container .col-9 {
    width: 100%; } }

.showroom-posts-container .grid-list .showroom-content-block {
  width: 50%;
  padding: 10px; }
  @media (min-width: 900px) {
    .showroom-posts-container .grid-list .showroom-content-block {
      width: 33.33333%; } }
  .showroom-posts-container .grid-list .showroom-content-block img {
    width: 100%; }
  .showroom-posts-container .grid-list .showroom-content-block:nth-child(even) img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 69% 96%, 0% 100%); }
  .showroom-posts-container .grid-list .showroom-content-block:nth-child(odd) img {
    clip-path: polygon(0% 0%, 31% 4%, 100% 0%, 100% 100%, 0% 100%); }

.showroom-posts-container .grid-list .block {
  display: flex; }

.load-more {
  display: block;
  height: 0;
  position: relative;
  top: -25px;
  font-size: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10; }
  @media (min-width: 768px) {
    .load-more {
      top: -45px; } }
  .load-more .preloader {
    height: 60px; }
    .load-more .preloader > div {
      margin-top: 0; }

.loading-content + .posts-more {
  opacity: 0;
  visibility: hidden; }

.showroom-row {
  position: relative; }
  @media (min-width: 1200px) {
    .showroom-row {
      margin-top: 50px;
      padding-left: 8.3333%; } }

.filter-spaces {
  margin-bottom: 30px; }

.filter-sort {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .filter-sort {
      position: absolute;
      left: calc(100vw - 270px);
      top: 6px; } }
  @media (min-width: 1024px) {
    .filter-sort {
      left: 372%; } }
  .filter-sort select::-ms-expand {
    display: none; }
  .filter-sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: none;
    text-transform: uppercase;
    padding: 5px 0;
    text-align: right;
    cursor: pointer; }
    .filter-sort select:focus {
      outline: none; }

.page-template-template-downloads {
  background-color: #ecebe4; }
  .page-template-template-downloads .menu:before {
    background-color: #ecebe4; }
  .page-template-template-downloads .footer-bg-block.footer-bg-center {
    display: none; }
  @media (max-width: 767px) {
    .page-template-template-downloads .footer-text {
      padding-bottom: 0;
      padding-top: 70px; }
      .page-template-template-downloads .footer-text h2 {
        margin-bottom: 0; } }
  .page-template-template-downloads .footer-inner-wrap {
    background-color: #6a756a;
    overflow: hidden; }
    .page-template-template-downloads .footer-inner-wrap:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border: 78vw solid transparent;
      border-top: 40px solid #ecebe4;
      border-right: 0 solid #ecebe4;
      pointer-events: none; }
      @media (min-width: 768px) {
        .page-template-template-downloads .footer-inner-wrap:after {
          border-top: 180px solid #ecebe4; } }
    .page-template-template-downloads .footer-inner-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 78vw;
      border: 22vw solid transparent;
      border-top: 40px solid #ecebe4;
      border-left: 0 solid #ecebe4;
      pointer-events: none;
      margin-left: -1px; }
      @media (min-width: 768px) {
        .page-template-template-downloads .footer-inner-wrap:before {
          border-top: 180px solid #ecebe4; } }
  .page-template-template-downloads .document-search-holder {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

.downloads-page-content-holder {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 1100px; }
  @media (max-width: 991px) {
    .downloads-page-content-holder {
      background: transparent !important; } }
  @media (max-width: 991px) {
    .downloads-page-content-holder > .container .col-9,
    .downloads-page-content-holder > .container .col-3 {
      width: 100%; } }
  .downloads-page-content-holder .not-found-text {
    padding: 0 10px; }
  @media (min-width: 992px) {
    .downloads-page-content-holder .g-content {
      padding-right: 60px; } }
  .downloads-page-content-holder .g-content > h2 {
    font-size: 40px;
    letter-spacing: -1.54px; }
    @media (min-width: 992px) {
      .downloads-page-content-holder .g-content > h2 {
        font-size: 60px;
        letter-spacing: -2.16px; } }
    @media (min-width: 1200px) {
      .downloads-page-content-holder .g-content > h2 {
        font-size: 70px; } }
  .downloads-page-content-holder .ajax-search-form {
    position: relative; }
    .downloads-page-content-holder .ajax-search-form input {
      height: 58px;
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #000;
      font-size: 20px;
      padding: 0 115px 0 0;
      width: 100%; }
      .downloads-page-content-holder .ajax-search-form input:focus {
        outline: none; }
      .downloads-page-content-holder .ajax-search-form input::placeholder {
        color: #000;
        opacity: .99; }
    .downloads-page-content-holder .ajax-search-form button {
      position: absolute;
      background-color: transparent;
      border: none;
      font-size: 0;
      top: 3px;
      right: -5px; }
      .downloads-page-content-holder .ajax-search-form button[type="submit"] {
        height: 58px;
        width: 58px;
        background: url(img/search.svg) center/20px no-repeat; }
      .downloads-page-content-holder .ajax-search-form button.reset-downloads {
        height: 30px;
        width: 30px;
        top: 16px;
        right: 2px;
        display: none; }
        .downloads-page-content-holder .ajax-search-form button.reset-downloads:after, .downloads-page-content-holder .ajax-search-form button.reset-downloads:before {
          content: '';
          position: absolute;
          width: 19px;
          height: 2px;
          background-color: #333;
          top: 50%;
          margin-top: -1px;
          left: 50%;
          margin-left: -10px; }
        .downloads-page-content-holder .ajax-search-form button.reset-downloads:after {
          transform: rotate(45deg); }
        .downloads-page-content-holder .ajax-search-form button.reset-downloads:before {
          transform: rotate(-45deg); }
    .downloads-page-content-holder .ajax-search-form.loading-data:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .downloads-page-content-holder .ajax-search-form.loading-data button[type="submit"] {
      background: transparent; }
      .downloads-page-content-holder .ajax-search-form.loading-data button[type="submit"]:before, .downloads-page-content-holder .ajax-search-form.loading-data button[type="submit"]:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid; }
      .downloads-page-content-holder .ajax-search-form.loading-data button[type="submit"]:before {
        opacity: 0.2; }
      .downloads-page-content-holder .ajax-search-form.loading-data button[type="submit"]:after {
        border-color: transparent;
        border-top-color: inherit;
        animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6); }
    .downloads-page-content-holder .ajax-search-form.loaded-data button[type="submit"] {
      display: none; }
    .downloads-page-content-holder .ajax-search-form.loaded-data button.reset-downloads {
      display: block; }
  .downloads-page-content-holder .ajax-post-search {
    position: relative; }
    @media (min-width: 992px) {
      .downloads-page-content-holder .ajax-post-search {
        padding-right: 194px; } }
    .downloads-page-content-holder .ajax-post-search .counter {
      position: absolute;
      top: -82px;
      right: 34px; }
    .downloads-page-content-holder .ajax-post-search .new-content-target {
      margin-top: 20px;
      margin-bottom: 60px; }
    .downloads-page-content-holder .ajax-post-search .document {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        .downloads-page-content-holder .ajax-post-search .document {
          width: 33.33333%; } }

.document .block {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
  padding-bottom: 141%; }

.document .document-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .document .document-thumb img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%; }

.document .document-title {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  word-break: break-word; }
  @media (min-width: 480px) {
    .document .document-title {
      padding: 16px; } }
  @media (min-width: 550px) {
    .document .document-title {
      font-size: 26px;
      line-height: 28px;
      padding: 20px; } }

.child-pages-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .child-pages-holder .child-page-block {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .child-pages-holder .child-page-block {
        width: 50%;
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .child-pages-holder .child-page-block:nth-child(even) .block {
        padding-right: 70px; } }
    @media (min-width: 768px) {
      .child-pages-holder .child-page-block:nth-child(odd) .block {
        padding-right: 20px; } }
  .child-pages-holder h3 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0; }
  .child-pages-holder .content {
    line-height: 20px;
    font-size: 15px; }

.downloads-accordion {
  position: relative;
  width: 100%;
  margin-top: 40px !important;
  display: block !important; }
  .downloads-accordion .da-item {
    border-bottom: 1px solid #000;
    margin-bottom: 40px; }
    .downloads-accordion .da-item.active .da-head {
      padding: 8px 30px 8px 0; }
      .downloads-accordion .da-item.active .da-head:after {
        transform: none; }
  .downloads-accordion .da-head {
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
    padding: 12px 30px 12px 0;
    position: relative;
    transition: .3s; }
    @media (min-width: 768px) {
      .downloads-accordion .da-head {
        font-size: 20px; } }
    .downloads-accordion .da-head:after, .downloads-accordion .da-head:before {
      content: '';
      position: absolute;
      width: 9px;
      height: 1px;
      right: 0;
      top: 50%;
      margin-top: -1px;
      background-color: #000;
      transition: .3s; }
    .downloads-accordion .da-head:after {
      transform: rotate(90deg); }
  .downloads-accordion .document-inline {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    align-items: center;
    padding: 8px 0; }
    .downloads-accordion .document-inline:last-child {
      border: none; }
    .downloads-accordion .document-inline a {
      text-decoration: none; }
  .downloads-accordion .d-links {
    font-size: 0;
    display: flex; }
    .downloads-accordion .d-links a {
      display: flex;
      width: 22px;
      height: 24px;
      margin-left: 10px; }
    .downloads-accordion .d-links .document-open {
      background: url(img/open-ic.svg) center/contain no-repeat; }
    .downloads-accordion .d-links .document-download {
      background: url(img/download-ic.svg) center/contain no-repeat; }
  .downloads-accordion .document-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .downloads-accordion .document-title {
        font-size: 20px; } }

.page-template-template-document {
  background-color: #ecebe4; }
  .page-template-template-document .footer-bg-block.footer-bg-left {
    background-position: 0 90px; }

.document-page-content-holder {
  position: relative;
  margin-top: -10px; }
  @media (max-width: 767px) {
    .document-page-content-holder .col-5,
    .document-page-content-holder .col-7 {
      width: 100%; } }
  @media (min-width: 768px) {
    .document-page-content-holder .col-7 {
      padding-left: 5px; } }
  .document-page-content-holder .document-bg {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 99%;
    pointer-events: none;
    max-height: 1100px; }
    @media (max-width: 767px) {
      .document-page-content-holder .document-bg {
        display: none; } }
    @media (max-width: 1299px) {
      .document-page-content-holder .document-bg {
        width: 37%;
        background-size: contain; } }

.downloads-list {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px -5px 10px; }
  @media (min-width: 768px) {
    .downloads-list {
      margin: 60px -10px 10px; } }
  .downloads-list .document {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px; }
    @media (min-width: 570px) {
      .downloads-list .document {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .downloads-list .document {
        width: 50%;
        padding: 0 10px; } }
  @media (min-width: 1200px) {
    .downloads-list .document-title {
      font-size: 30px;
      line-height: 30px;
      padding: 18px; } }

.single-sink .main {
  color: #fff; }
  .single-sink .main a {
    color: #fff; }

@media (min-width: 1200px) {
  .single-sink .shapes-cta-blocks-list .img img {
    width: 321px;
    height: 364px;
    object-fit: contain;
    object-position: left; } }

.single-sink .header .header-select-country img:first-of-type {
  display: none; }

.single-sink .sink-description {
  margin-bottom: 30px; }
  .single-sink .sink-description p {
    line-height: 29px; }

.single-sink .modal-filter-block {
  margin-bottom: 0; }

.single-sink .preloader {
  height: 100vh;
  min-height: 340px; }
  .single-sink .preloader > div {
    transform: translateX(-50%);
    top: 100px;
    margin-top: 0; }

@media (max-width: 767px) {
  .single-sink .mobile-filter-title h5 {
    color: #000; } }

.single-sink .footer-bottom-wrap {
  background-color: #fff; }
  @media (min-width: 768px) {
    .single-sink .footer-bottom-wrap .btn-support {
      background: #94b5be; } }
  @media (min-width: 768px) {
    .single-sink .footer-bottom-wrap .social-links a {
      color: #94b5be; } }

.single-sink .sinks-list .grid-list {
  margin-top: -20px; }

.single-sink a.btn {
  background-color: #fff;
  color: #94b5be; }

@media (min-width: 768px) {
  .single-sink .fa-bitcoin:after,
  .single-sink .footer-logo img {
    filter: invert(79%) sepia(5%) saturate(1240%) hue-rotate(146deg) brightness(89%) contrast(88%); } }

@media (max-width: 767px) {
  .single-sink .fa-bitcoin:after,
  .single-sink .footer-logo img {
    filter: brightness(0) invert(0); } }

.single-sink .fa-buffer:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg enable-background='new 0 0 415.2 409.6' viewBox='0 0 415.2 409.6' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpattern id='a' height='350' overflow='visible' patternUnits='userSpaceOnUse' viewBox='0 -350 350 350' width='350' x='-84.8' y='500'%3e%3cpath d='m0-350h350v350h-350z' fill='none'/%3e%3cpath d='m334.6-290.9c10.1 18.8 15.4 38 15.4 86.5v58.8c0 48.5-5.4 67.7-15.4 86.5s-24.8 33.6-43.7 43.7-38 15.4-86.5 15.4h-58.8c-48.5 0-67.7-5.4-86.5-15.4-18.8-10.1-33.6-24.9-43.7-43.7s-15.4-38-15.4-86.5v-58.8c0-48.5 5.4-67.7 15.4-86.5s24.8-33.6 43.7-43.7c18.8-10.1 38-15.4 86.5-15.4h58.8c48.5 0 67.7 5.4 86.5 15.4 18.8 10.1 33.6 24.9 43.7 43.7zm-10.8 90.9c0-41.2-4.6-57.5-13.1-73.5-8.6-16-21.1-28.6-37.1-37.1-16-8.6-32.3-13.1-73.5-13.1h-50c-41.2 0-57.5 4.6-73.5 13.1-16 8.6-28.6 21.1-37.1 37.1s-13.3 32.3-13.3 73.5v50c0 41.2 4.6 57.5 13.1 73.5 8.6 16 21.1 28.6 37.1 37.1 16 8.6 32.3 13.1 73.5 13.1h50c41.2 0 57.5-4.6 73.5-13.1 16-8.6 28.6-21.1 37.1-37.1 8.6-16 13.1-32.3 13.1-73.5v-50z' fill='%2394b5be'/%3e%3cpath d='m249.1-200.7.3 104.5h-44.5v-18.8c-10.6 13.4-27.7 20.8-49.8 20.8-33.9 0-54.5-20.8-54.5-50 0-30.1 21.5-47.9 60.4-48.2h43.6v-3c0-17-11.2-26.8-33-26.8-14.1 0-30.6 4.8-47.1 14l-14.1-31.6c23.6-11.9 43.9-18.5 71.6-18.5 42.3.2 66.8 21.6 67.1 57.6zm-44.5 35.5h-35.6c-17.4 0-25.9 5.4-25.9 18.2 0 12.2 9.4 20.2 24.7 20.2 19.1 0 34.2-10.4 36.8-24.1z' fill='%2394b5be'/%3e%3c/pattern%3e%3cpattern id='b' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cpattern id='c' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cg fill='%2394b5be' stroke-miterlimit='10'%3e%3cpath d='m323.5 47.7c-18.8-10.1-38-15.4-86.5-15.4h-58.8c-48.5 0-67.7 5.4-86.5 15.4s-33.6 24.8-43.7 43.6-15.4 38-15.4 86.5v58.8c0 48.5 5.4 67.7 15.4 86.5s24.8 33.6 43.7 43.7c18.8 10.1 38 15.4 86.5 15.4h58.8c48.5 0 67.7-5.4 86.5-15.4s33.6-24.8 43.7-43.7 15.4-38 15.4-86.5v-58.8c0-48.5-5.4-67.7-15.4-86.5s-24.9-33.6-43.7-43.6zm32.9 184.6c0 41.2-4.6 57.5-13.1 73.5-8.6 16-21.1 28.6-37.1 37.1-16 8.6-32.3 13.1-73.5 13.1h-50c-41.2 0-57.5-4.6-73.5-13.1-16-8.6-28.6-21.1-37.1-37.1-8.6-16-13.1-32.3-13.1-73.5v-50c0-41.2 4.6-57.5 13.1-73.5s21.1-28.6 37.1-37.1c16-8.6 32.3-13.1 73.5-13.1h50c41.2 0 57.5 4.6 73.5 13.1 16 8.6 28.6 21.1 37.1 37.1 8.6 16 13.1 32.3 13.1 73.5z' stroke='url(%23b)'/%3e%3cpath d='m214.5 124.1c-27.7 0-48 6.6-71.6 18.5l14.1 31.6c16.5-9.2 33-14 47.1-14 21.8 0 33 9.8 33 26.8v3h-43.6c-38.9.3-60.4 18.2-60.4 48.2 0 29.2 20.6 50 54.5 50 22.1 0 39.2-7.4 49.8-20.8v18.8h44.6l-.3-104.5c-.3-36.1-24.8-57.6-67.2-57.6zm22.7 107.2c-2.7 13.7-17.7 24.1-36.8 24.1-15.3 0-24.7-8-24.7-20.2 0-12.8 8.5-18.2 25.9-18.2h35.6z' stroke='url(%23c)'/%3e%3c/g%3e%3c/svg%3e");
  filter: none;
  -webkit-filter: none; }
  @media (max-width: 767px) {
    .single-sink .fa-buffer:after {
      filter: brightness(0) invert(0); } }

.single-sink .btn.btn-dxf-download, .single-sink .durasein-form-style input.btn-dxf-download[type="submit"], .durasein-form-style .single-sink input.btn-dxf-download[type="submit"] {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 10px 18px; }

.single-sink .btn-download-collection {
  margin-bottom: 20px;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .single-sink .btn-download-collection {
      display: none; } }

.single-sink .header a {
  color: #fff; }

.single-sink .header .mobile-header-cart .w-cart-quantity,
.single-sink .header .header-logo a img {
  filter: brightness(0) invert(1); }

.single-sink .header .menu:before {
  background-color: #94b5be; }

.single-sink .header .mobile-burger > div {
  background-color: #fff; }
  .single-sink .header .mobile-burger > div:before, .single-sink .header .mobile-burger > div:after {
    background-color: #fff; }

.single-sink .header .toggle-btn .text-open,
.single-sink .header .toggle-btn .text-close {
  color: #fff; }

.single-sink .header .toggle-btn .burger div {
  background-color: #fff; }
  .single-sink .header .toggle-btn .burger div:before, .single-sink .header .toggle-btn .burger div:after {
    background-color: #fff; }

.single-sink .header .header-select-country img:first-child {
  display: none; }

.single-sink .header .header-select-country img:last-child {
  opacity: 1;
  visibility: visible; }

.single-sink .shapes-holder {
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .single-sink .shapes-holder {
      margin-top: 40px; } }

@media (max-width: 767px) {
  .single-sink .toggle-modal-filters-wrap {
    width: 100%; } }

@media (max-width: 599px) {
  .single-sink .toggle-modal-filters-wrap {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .other-shapes-title {
    font-size: 40px; } }

@media (min-width: 768px) {
  .show-menu .single-sink .header .toggle-btn .burger div {
    background-color: transparent; } }

.show-menu .single-sink .header .mobile-burger div {
  background-color: transparent; }

.sink-post-container {
  position: relative;
  z-index: 10; }
  @media (max-width: 479px) {
    .sink-post-container {
      margin-top: -20px; } }

@media (max-width: 599px) {
  .single-sink-filters-section.no-filter .other-shapes-title {
    margin-bottom: 27px; } }

.sink-mob-title {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .sink-mob-title {
      display: none; } }
  .sink-mob-title .sink-sku {
    font-weight: 300;
    display: inline-block;
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

@media (max-width: 767px) {
  .sink-descr-desktop {
    display: none; } }

.sink-descr-mob {
  margin-bottom: 40px !important;
  margin-top: -15px; }
  @media (min-width: 768px) {
    .sink-descr-mob {
      display: none; } }

@media (min-width: 768px) {
  .sink-info-col {
    padding-right: 30px; } }

@media (min-width: 1024px) {
  .sink-info-col {
    padding-right: 40px; } }

@media (min-width: 1200px) {
  .sink-info-col {
    padding-right: 80px; } }

@media (max-width: 767px) {
  .sink-info-col {
    width: 100%;
    order: 5; } }

.sink-info-col .title {
  font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 34px;
  margin-bottom: 40px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .sink-info-col .title {
      display: none; } }
  .sink-info-col .title .sink-title {
    font-weight: bold;
    font-family: "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .sink-info-col .title .sink-sku {
    font-weight: 300; }

.sink-info-col .sizes {
  font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .sink-info-col .sizes {
      margin-top: 5px; } }
  @media (min-width: 768px) {
    .sink-info-col .sizes {
      font-size: 16px; } }
  .sink-info-col .sizes li {
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .sink-info-col .sizes li {
        margin-bottom: 8px; } }

.sink-colors {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 27px; }
  @media (min-width: 768px) {
    .sink-colors {
      margin-bottom: 37px; } }
  .sink-colors li {
    cursor: pointer;
    margin: 0 22px 15px 0; }
    @media (min-width: 768px) {
      .sink-colors li {
        margin: 0 32px 15px 0; } }
  .sink-colors span {
    display: inline-block; }
  .sink-colors .label {
    display: block;
    margin-top: -4px; }
    @media (min-width: 768px) {
      .sink-colors .label {
        display: none; } }
    @media (max-width: 767px) {
      .sink-colors .label {
        margin-top: 2px;
        font-size: 18px; } }

.active .sink-color {
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15);
  border-color: rgba(51, 51, 51, 0.6); }

.sink-color {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 2px solid transparent; }

.sink-downloads {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .sink-downloads li {
    margin: 0 12px 12px 0 !important; }
    .sink-downloads li:last-child {
      margin-right: 0 !important; }
  @media (max-width: 767px) {
    .sink-downloads .btn, .sink-downloads .durasein-form-style input[type="submit"], .durasein-form-style .sink-downloads input[type="submit"] {
      min-width: 240px;
      font-size: 18px; } }

@media (max-width: 767px) {
  .sink-tabs-content {
    width: 100%;
    margin-bottom: 25px; } }

.sink-tabs-content img {
  width: 100%; }

.sink-tabs-content .related-product-info {
  text-align: right;
  font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 21px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .sink-tabs-content .related-product-info {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .sink-tabs-content .related-product-info {
      display: none; } }

.sink-main-image {
  margin-bottom: 10px; }
  @media (min-width: 480px) {
    .sink-main-image {
      margin-bottom: 20px; } }

.sink-additional-images {
  display: flex;
  flex-wrap: wrap; }

.sink-additional-image {
  width: 50%;
  padding: 8px; }
  @media (min-width: 480px) {
    .sink-additional-image {
      padding: 20px; } }

.sink-filter-desktop-title {
  margin-bottom: 20px;
  margin-right: 10px;
  letter-spacing: .5px; }
  @media (max-width: 599px) {
    .sink-filter-desktop-title {
      display: none; } }

.single-sink-filters-block {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 600px) {
    .single-sink-filters-block .ajax-posts-filter {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .single-sink-filters-block .ajax-posts-filter .filter-reset {
        display: none !important; }
      .single-sink-filters-block .ajax-posts-filter .filter-types {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px; }
      .single-sink-filters-block .ajax-posts-filter input:checked + .filter-checkbox-text {
        background-color: #fff;
        color: #94b5be; }
      .single-sink-filters-block .ajax-posts-filter .filter-checkbox-text {
        font-size: 18px;
        border: 2px solid #fff;
        font-weight: bold;
        padding: 10px 20px; }
      .single-sink-filters-block .ajax-posts-filter .filter-checkbox {
        margin: 5px; }
        .single-sink-filters-block .ajax-posts-filter .filter-checkbox:last-child {
          margin-right: 0; }
        .single-sink-filters-block .ajax-posts-filter .filter-checkbox label {
          border: none; } }
  @media (max-width: 599px) {
    .single-sink-filters-block .ajax-posts-filter {
      color: #000; }
      .single-sink-filters-block .ajax-posts-filter .apply-modal-btn .btn, .single-sink-filters-block .ajax-posts-filter .apply-modal-btn .durasein-form-style input[type="submit"], .durasein-form-style .single-sink-filters-block .ajax-posts-filter .apply-modal-btn input[type="submit"] {
        color: #fff;
        background-color: #000; } }

@media (min-width: 768px) {
  .page-template-template-showers #main {
    padding-top: 190px; } }

@media (min-width: 1024px) {
  .page-template-template-showers #main {
    padding-top: 230px; } }

.page-template-template-showers .footer-bottom-wrap {
  background-color: #fff; }
  @media (min-width: 768px) {
    .page-template-template-showers .footer-bottom-wrap .btn-support {
      background: #94b5be; } }
  @media (min-width: 768px) {
    .page-template-template-showers .footer-bottom-wrap .social-links a {
      color: #94b5be; } }

@media (min-width: 768px) {
  .page-template-template-showers .fa-bitcoin:after,
  .page-template-template-showers .footer-logo img {
    filter: invert(79%) sepia(5%) saturate(1240%) hue-rotate(146deg) brightness(89%) contrast(88%); } }

@media (max-width: 767px) {
  .page-template-template-showers .fa-bitcoin:after,
  .page-template-template-showers .footer-logo img {
    filter: brightness(0) invert(0); } }

.page-template-template-showers .fa-buffer:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg enable-background='new 0 0 415.2 409.6' viewBox='0 0 415.2 409.6' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpattern id='a' height='350' overflow='visible' patternUnits='userSpaceOnUse' viewBox='0 -350 350 350' width='350' x='-84.8' y='500'%3e%3cpath d='m0-350h350v350h-350z' fill='none'/%3e%3cpath d='m334.6-290.9c10.1 18.8 15.4 38 15.4 86.5v58.8c0 48.5-5.4 67.7-15.4 86.5s-24.8 33.6-43.7 43.7-38 15.4-86.5 15.4h-58.8c-48.5 0-67.7-5.4-86.5-15.4-18.8-10.1-33.6-24.9-43.7-43.7s-15.4-38-15.4-86.5v-58.8c0-48.5 5.4-67.7 15.4-86.5s24.8-33.6 43.7-43.7c18.8-10.1 38-15.4 86.5-15.4h58.8c48.5 0 67.7 5.4 86.5 15.4 18.8 10.1 33.6 24.9 43.7 43.7zm-10.8 90.9c0-41.2-4.6-57.5-13.1-73.5-8.6-16-21.1-28.6-37.1-37.1-16-8.6-32.3-13.1-73.5-13.1h-50c-41.2 0-57.5 4.6-73.5 13.1-16 8.6-28.6 21.1-37.1 37.1s-13.3 32.3-13.3 73.5v50c0 41.2 4.6 57.5 13.1 73.5 8.6 16 21.1 28.6 37.1 37.1 16 8.6 32.3 13.1 73.5 13.1h50c41.2 0 57.5-4.6 73.5-13.1 16-8.6 28.6-21.1 37.1-37.1 8.6-16 13.1-32.3 13.1-73.5v-50z' fill='%2394b5be'/%3e%3cpath d='m249.1-200.7.3 104.5h-44.5v-18.8c-10.6 13.4-27.7 20.8-49.8 20.8-33.9 0-54.5-20.8-54.5-50 0-30.1 21.5-47.9 60.4-48.2h43.6v-3c0-17-11.2-26.8-33-26.8-14.1 0-30.6 4.8-47.1 14l-14.1-31.6c23.6-11.9 43.9-18.5 71.6-18.5 42.3.2 66.8 21.6 67.1 57.6zm-44.5 35.5h-35.6c-17.4 0-25.9 5.4-25.9 18.2 0 12.2 9.4 20.2 24.7 20.2 19.1 0 34.2-10.4 36.8-24.1z' fill='%2394b5be'/%3e%3c/pattern%3e%3cpattern id='b' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cpattern id='c' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cg fill='%2394b5be' stroke-miterlimit='10'%3e%3cpath d='m323.5 47.7c-18.8-10.1-38-15.4-86.5-15.4h-58.8c-48.5 0-67.7 5.4-86.5 15.4s-33.6 24.8-43.7 43.6-15.4 38-15.4 86.5v58.8c0 48.5 5.4 67.7 15.4 86.5s24.8 33.6 43.7 43.7c18.8 10.1 38 15.4 86.5 15.4h58.8c48.5 0 67.7-5.4 86.5-15.4s33.6-24.8 43.7-43.7 15.4-38 15.4-86.5v-58.8c0-48.5-5.4-67.7-15.4-86.5s-24.9-33.6-43.7-43.6zm32.9 184.6c0 41.2-4.6 57.5-13.1 73.5-8.6 16-21.1 28.6-37.1 37.1-16 8.6-32.3 13.1-73.5 13.1h-50c-41.2 0-57.5-4.6-73.5-13.1-16-8.6-28.6-21.1-37.1-37.1-8.6-16-13.1-32.3-13.1-73.5v-50c0-41.2 4.6-57.5 13.1-73.5s21.1-28.6 37.1-37.1c16-8.6 32.3-13.1 73.5-13.1h50c41.2 0 57.5 4.6 73.5 13.1 16 8.6 28.6 21.1 37.1 37.1 8.6 16 13.1 32.3 13.1 73.5z' stroke='url(%23b)'/%3e%3cpath d='m214.5 124.1c-27.7 0-48 6.6-71.6 18.5l14.1 31.6c16.5-9.2 33-14 47.1-14 21.8 0 33 9.8 33 26.8v3h-43.6c-38.9.3-60.4 18.2-60.4 48.2 0 29.2 20.6 50 54.5 50 22.1 0 39.2-7.4 49.8-20.8v18.8h44.6l-.3-104.5c-.3-36.1-24.8-57.6-67.2-57.6zm22.7 107.2c-2.7 13.7-17.7 24.1-36.8 24.1-15.3 0-24.7-8-24.7-20.2 0-12.8 8.5-18.2 25.9-18.2h35.6z' stroke='url(%23c)'/%3e%3c/g%3e%3c/svg%3e");
  filter: none;
  -webkit-filter: none; }
  @media (max-width: 767px) {
    .page-template-template-showers .fa-buffer:after {
      filter: brightness(0) invert(0); } }

.page-template-template-showers .header a {
  color: #fff; }

.page-template-template-showers .header .mobile-header-cart .w-cart-quantity,
.page-template-template-showers .header .header-logo a img {
  filter: brightness(0) invert(1); }

.page-template-template-showers .header .menu:before {
  background-color: #94b5be; }

.page-template-template-showers .header .mobile-burger > div {
  background-color: #fff; }
  .page-template-template-showers .header .mobile-burger > div:before, .page-template-template-showers .header .mobile-burger > div:after {
    background-color: #fff; }

.page-template-template-showers .header .toggle-btn .text-open,
.page-template-template-showers .header .toggle-btn .text-close {
  color: #fff; }

.page-template-template-showers .header .toggle-btn .burger div {
  background-color: #fff; }
  .page-template-template-showers .header .toggle-btn .burger div:before, .page-template-template-showers .header .toggle-btn .burger div:after {
    background-color: #fff; }

.page-template-template-showers .header .header-select-country img:first-of-type {
  display: none; }

.page-template-template-showers .header .header-select-country img:last-child {
  opacity: 1;
  visibility: visible; }

@media (max-width: 767px) {
  .page-template-template-showers .constent-links {
    margin-top: 0; } }

@media (min-width: 768px) {
  .show-menu .page-template-template-showers .header .toggle-btn .burger div {
    background-color: transparent; } }

.show-menu .page-template-template-showers .header .mobile-burger div {
  background-color: transparent; }

.showers-main-content {
  position: relative;
  z-index: 10; }

.showers-top-content {
  color: #fff; }
  .showers-top-content a {
    color: #fff; }
  .showers-top-content a.btn {
    background-color: #fff;
    color: #94b5be; }
  @media (max-width: 767px) {
    .showers-top-content .constent-links .btn, .showers-top-content .constent-links .durasein-form-style input[type="submit"], .durasein-form-style .showers-top-content .constent-links input[type="submit"] {
      font-size: 18px;
      width: 100%; } }

@media (max-width: 767px) {
  .showers-top-content-container .col-7,
  .showers-top-content-container .col-5 {
    width: 100%; } }

@media (min-width: 768px) {
  .showers-top-content-container .col-7 {
    padding-left: 0; } }

.showers-top-content-container .subtext {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .showers-top-content-container .subtext {
      margin-top: 145px; } }
  @media (max-width: 767px) {
    .showers-top-content-container .subtext {
      padding-top: 0; } }

.showers-top-content-container .title {
  letter-spacing: -0.02em; }
  @media (max-width: 991px) and (min-width: 768px) {
    .showers-top-content-container .title {
      font-size: 70px; } }

.showers-top-content-container .text {
  line-height: 1.33; }
  @media (min-width: 768px) {
    .showers-top-content-container .text {
      line-height: 29px; } }

.showers-bottom-content-wrap {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .showers-bottom-content-wrap {
      margin-top: -16vw; } }
  @media (min-width: 1700px) {
    .showers-bottom-content-wrap {
      margin-top: -350px; } }
  .showers-bottom-content-wrap .shapes-cta-top {
    display: block; }

.showers-bottom-content {
  background-color: #fff; }

.cta-info-blocks {
  padding-top: 100px;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .cta-info-blocks .shapes-cta-bottom {
      margin-top: 0; }
      .cta-info-blocks .shapes-cta-bottom h2 {
        font-size: 40px; }
      .cta-info-blocks .shapes-cta-bottom .shapes-cta-block {
        margin-bottom: 60px; }
        .cta-info-blocks .shapes-cta-bottom .shapes-cta-block:last-child {
          margin-bottom: 20px; } }
  .cta-info-blocks .shapes-cta-blocks-list .shapes-cta-block .img {
    max-width: 100% !important; }
  @media (min-width: 768px) {
    .cta-info-blocks .shapes-cta-blocks-list .shapes-cta-block .img img {
      max-width: 100%;
      width: 321px;
      height: 364px;
      object-fit: contain;
      object-position: left;
      vertical-align: top; } }

.product-added-to-cart-message {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .product-added-to-cart-message {
      width: 100%;
      margin-bottom: 0; } }

.single_add_to_cart_button.button.added:after {
  display: none; }

.single-product a.wc-forward {
  display: none; }

.block-product {
  padding: 10px;
  width: 250px; }
  .block-product .block {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    height: 100%;
    position: relative;
    transition: all 0.3s, border-color 0s;
    overflow: hidden;
    display: grid; }
    .block-product .block:hover {
      box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15); }
      .block-product .block:hover .add_to_cart_button {
        opacity: 0.15; }
        .block-product .block:hover .add_to_cart_button:hover {
          opacity: 0.24; }
  .block-product .product-badge-new {
    color: #ffb700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 700;
    margin-bottom: -1px;
    pointer-events: none;
    z-index: 1;
    position: relative; }
    .block-product .product-badge-new:last-child {
      margin-bottom: -10px; }
  .block-product .product-sku {
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
    color: #000;
    opacity: 0.6;
    padding: 5px 10px;
    font-weight: 400;
    position: relative;
    z-index: 2; }
  .block-product .product-image-shape {
    width: 94%;
    margin: 10px auto 14px;
    text-align: center;
    position: relative;
    z-index: 2; }
    .block-product .product-image-shape a {
      display: inline-block; }
    .block-product .product-image-shape svg {
      height: 150px;
      margin: 10px 0;
      max-width: 100%; }
  .block-product .product-title {
    margin: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    z-index: 2; }
    .block-product .product-title a {
      text-decoration: none; }
  .block-product .add-product-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .block-product .add-product-wrap a {
      display: none; }
  .block-product .add-product-loader {
    position: absolute;
    pointer-events: none;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    visibility: hidden; }
    .block-product .add-product-loader:after, .block-product .add-product-loader:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      border: 2px solid; }
    .block-product .add-product-loader:after {
      border-color: transparent;
      border-top-color: inherit;
      animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6); }
    .block-product .add-product-loader:before {
      opacity: 0.2; }
  .block-product .add_to_cart_button {
    font-size: 0 !important;
    position: absolute !important;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: block !important;
    background: transparent url(img/heart.svg) center/24px no-repeat !important;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10; }
    .block-product .add_to_cart_button.loading {
      background: transparent !important; }
      .block-product .add_to_cart_button.loading ~ .add-product-loader {
        visibility: visible; }
  .block-product .remove-product.add_to_cart_button {
    display: none !important;
    z-index: 10; }
  .block-product.product-added .add_to_cart_button.ajax_add_to_cart {
    display: none !important; }
  .block-product.product-added .remove-product.add_to_cart_button {
    display: block !important; }
  .block-product.product-added .block:hover {
    border-color: #000; }
    .block-product.product-added .block:hover .add-product-overlay {
      background-color: #000; }
    .block-product.product-added .block:hover .product-sku {
      color: #fff;
      opacity: 1; }
    .block-product.product-added .block:hover .product-image-shape {
      opacity: 0;
      visibility: hidden; }
    .block-product.product-added .block:hover .add_to_cart_button {
      background: transparent url(img/heart-w.svg) center/24px no-repeat !important;
      opacity: 1; }
    .block-product.product-added .block:hover .product-title a {
      color: #fff; }
    .block-product.product-added .block:hover .added_to_cart {
      opacity: 1;
      visibility: visible; }
    .block-product.product-added .block:hover .add-product-loader {
      color: #fff; }
  .block-product.product-added .add-product-wrap {
    z-index: 3; }
  .block-product.product-added .add-product-overlay {
    opacity: 1;
    visibility: visible; }
  .block-product .added_to_cart {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 5px 10px;
    margin-top: 24px;
    display: inline-block !important;
    opacity: 0;
    visibility: hidden; }

.add-product-overlay {
  position: absolute;
  width: 1000px;
  height: 1000px;
  top: -100px;
  right: -100px;
  background-color: #fcfcfc;
  pointer-events: none;
  visibility: hidden; }

.related-products-carousel-section {
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .related-products-carousel-section {
      margin-bottom: 150px; } }
  @media (min-width: 1200px) {
    .related-products-carousel-section {
      margin-bottom: 200px; } }
  .related-products-carousel-section .title {
    margin-bottom: 8px; }
    @media (min-width: 900px) {
      .related-products-carousel-section .title {
        padding-right: 100px; } }
  .related-products-carousel-section .text {
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
    color: #999;
    margin-top: 5px; }

.related-products-list-wrap {
  margin: 0 -10px; }
  .related-products-list-wrap .slick-arrow {
    position: absolute;
    top: -36px;
    right: 8px;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    padding: 0; }
    @media (max-width: 899px) {
      .related-products-list-wrap .slick-arrow {
        display: none !important; } }
    .related-products-list-wrap .slick-arrow.slick-prev {
      background: url(img/shevron-left.svg) center/16px no-repeat;
      right: 50px; }
    .related-products-list-wrap .slick-arrow.slick-next {
      background: url(img/shevron-right.svg) center/16px no-repeat; }

.related-products {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }
  .related-products.section6226 {
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 1200px) {
      .related-products.section6226 {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .related-products .constent-links {
    margin-top: 0; }
  @media (min-width: 1200px) {
    .related-products .related-products-content {
      padding-left: 8.3333%; } }
  .related-products .title {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .related-products .title {
        font-size: 40px;
        letter-spacing: -1.54px; } }
  .related-products .related-products-list-wrap {
    margin-bottom: 20px; }
  .related-products .related-products-list {
    display: flex;
    flex-wrap: wrap; }
  .related-products .block-product {
    width: 50%; }
    @media (min-width: 640px) {
      .related-products .block-product {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .related-products .block-product {
        width: 25%; } }
    @media (min-width: 1100px) {
      .related-products .block-product {
        width: 20%; } }

@media (min-width: 1200px) {
  .page-template-template-woods .footer-bg-block.footer-bg-right {
    background-position: bottom right 10vw; } }

@media (max-width: 1199px) {
  .page-template-template-woods .footer-bg-block.footer-bg-right {
    top: auto;
    bottom: 0;
    height: 400px; } }

@media (max-width: 767px) {
  .page-template-template-about .footer-bg-block.footer-bg-left {
    display: block;
    height: 220px !important;
    background-size: 60%;
    background-position: top left;
    left: -50px;
    width: 600px;
    top: auto;
    bottom: 0; } }

.cta-info-blocks.info-cards {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .cta-info-blocks.info-cards {
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .cta-info-blocks.info-cards {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    .cta-info-blocks.info-cards .shapes-cta-blocks-list {
      padding-left: 6.66666%; } }
  .cta-info-blocks.info-cards .shapes-cta-blocks-list .title {
    margin-bottom: 15px; }
  .cta-info-blocks.info-cards .text {
    min-height: 44px;
    max-width: 210px;
    width: 100%; }
  @media (min-width: 768px) {
    .cta-info-blocks.info-cards .shapes-cta-blocks-list .shapes-cta-block .img img {
      width: 300px;
      height: 334px;
      object-fit: contain;
      object-position: top left; } }
  @media (max-width: 1200px) and (min-width: 768px) {
    .cta-info-blocks.info-cards .shapes-cta-blocks-list .shapes-cta-block .img img {
      width: 100%;
      height: 230px;
      object-fit: contain;
      object-position: left; } }

html[data-current-region-slug="fr"] .shapes-cta-blocks-list .title {
  word-break: unset; }
  @media (min-width: 768px) {
    html[data-current-region-slug="fr"] .shapes-cta-blocks-list .title {
      font-size: 44px; } }
  @media (min-width: 1024px) {
    html[data-current-region-slug="fr"] .shapes-cta-blocks-list .title {
      font-size: 50px; } }

html[data-current-region-slug="nl"] .shapes-cta-blocks-list .title {
  word-break: unset; }
  @media (min-width: 1024px) {
    html[data-current-region-slug="nl"] .shapes-cta-blocks-list .title {
      font-size: 67px; } }

.team-info-list-section {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 1023px) {
    .team-info-list-section .col-2 {
      display: none; } }
  @media (max-width: 1023px) {
    .team-info-list-section .col-10 {
      width: 100%; } }

.team-info-list-section-top {
  height: 50px;
  color: #fff;
  background-color: #ecebe4;
  transform: rotate(180deg); }

.team-info-list-section-bottom {
  background-color: #ecebe4;
  padding-top: 35px;
  padding-bottom: 35px; }
  .team-info-list-section-bottom .team-info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .team-info-list-section-bottom .team-info-block {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 40px; }
    @media (min-width: 600px) {
      .team-info-list-section-bottom .team-info-block {
        width: 33.33333%; } }
    .team-info-list-section-bottom .team-info-block .image img {
      width: 100%;
      display: block; }
    .team-info-list-section-bottom .team-info-block .title {
      font-weight: 400;
      margin-bottom: 22px; }
      .team-info-list-section-bottom .team-info-block .title span {
        display: block; }
    .team-info-list-section-bottom .team-info-block .text {
      line-height: 27px;
      letter-spacing: -0.34px;
      opacity: 0.5; }

.contact-section {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }
  .contact-section .form-ic-2,
  .contact-section .form-ic-1 {
    display: none; }

.contact-section-holder {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .contact-section-holder .title {
      font-size: 40px;
      letter-spacing: normal; } }
  .contact-section-holder .col {
    width: 100%;
    padding: 50px 18px 40px;
    display: flex;
    align-items: center; }
    @media (min-width: 600px) {
      .contact-section-holder .col {
        padding: 50px 48px 40px; } }
    @media (min-width: 768px) {
      .contact-section-holder .col {
        width: 50%;
        padding: 200px 8.3333% 150px 8.3333%; } }
    @media (min-width: 1600px) {
      .contact-section-holder .col {
        padding: 200px 8.3333% 100px 8.3333%; } }
    .contact-section-holder .col .block {
      width: 100%; }
  .contact-section-holder .img-wrap {
    width: calc(100% - 30px);
    left: 30px;
    position: relative; }
    @media (min-width: 600px) {
      .contact-section-holder .img-wrap {
        left: 48px;
        width: calc(100% - 48px); } }
    @media (max-width: 767px) {
      .contact-section-holder .img-wrap {
        height: 140vw;
        margin-bottom: -30px;
        order: 4 !important; }
        .contact-section-holder .img-wrap .bg-image {
          background-position: top center !important; } }
    @media (min-width: 768px) {
      .contact-section-holder .img-wrap {
        width: 50%;
        left: 0; } }
    @media (min-width: 1600px) {
      .contact-section-holder .img-wrap {
        min-height: 1132px; } }
    @media (max-width: 1599px) {
      .contact-section-holder .img-wrap {
        transform: skewY(-6.8deg);
        overflow: hidden; }
        .contact-section-holder .img-wrap .bg-image {
          margin-top: -50px;
          transform: skewY(6.8deg);
          background-size: cover;
          background-position: top -30px center; } }
  .contact-section-holder .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right; }

.durasein-form-style .form-fields {
  display: flex;
  flex-wrap: wrap; }

.durasein-form-style input:not([type="submit"]), .durasein-form-style select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  height: 40px;
  padding: 0 14px;
  background: unset;
  margin-bottom: 20px; }
  .durasein-form-style input:not([type="submit"]):focus, .durasein-form-style select:focus {
    outline: none; }

.durasein-form-style select::-ms-expand {
  display: none; }

.durasein-form-style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  padding: 0 34px 0 14px;
  background: url(img/caret-down.svg) top 9px right 10px/15px no-repeat; }

.durasein-form-style .wpcf7-not-valid-tip {
  margin-top: -20px;
  display: block;
  margin-bottom: 20px; }

.durasein-form-style .label {
  display: inline-block;
  margin-bottom: 6px; }

.durasein-form-style input[type="submit"] {
  border: none; }

.durasein-form-style .col-6,
.durasein-form-style .col-12 {
  padding: 0 8px; }
  @media (max-width: 599px) {
    .durasein-form-style .col-6,
    .durasein-form-style .col-12 {
      width: 100%; } }
  @media (max-width: 1350px) and (min-width: 768px) {
    .durasein-form-style .col-6,
    .durasein-form-style .col-12 {
      width: 100%; } }

.contact-section.section74 {
  background-color: #323132;
  margin-bottom: -135px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff; }
  @media (max-width: 767px) {
    .contact-section.section74 {
      margin-bottom: -65px; } }
  @media (min-width: 1400px) {
    .contact-section.section74 {
      margin-bottom: -195px; } }
  .contact-section.section74:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    border: 100vw solid transparent;
    border-left: 0px solid transparent;
    border-top: 30px solid #fff;
    pointer-events: none; }
    @media (min-width: 768px) {
      .contact-section.section74:after {
        border-top: 70px solid #fff; } }
    @media (min-width: 1024px) {
      .contact-section.section74:after {
        border-top: 100px solid #fff; } }
    @media (min-width: 1400px) {
      .contact-section.section74:after {
        border-top: 150px solid #fff; } }
  .contact-section.section74:before {
    content: '';
    position: absolute;
    bottom: 0;
    border: 100vw solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 30px solid #000;
    right: 0;
    z-index: 30;
    pointer-events: none; }
    @media (min-width: 768px) {
      .contact-section.section74:before {
        border-bottom: 70px solid #000; } }
    @media (min-width: 1024px) {
      .contact-section.section74:before {
        border-bottom: 100px solid #000; } }
    @media (min-width: 1400px) {
      .contact-section.section74:before {
        border-bottom: 150px solid #000; } }
  .contact-section.section74 .block {
    position: relative;
    z-index: 10; }
  .contact-section.section74 .contact-section-holder > .col {
    position: relative;
    background-color: #323132;
    color: #fff;
    padding: 150px 48px 55px; }
    @media (min-width: 768px) {
      .contact-section.section74 .contact-section-holder > .col {
        width: 50%;
        padding: 160px 12% 180px 8.3333%;
        order: 5; } }
    @media (min-width: 1400px) {
      .contact-section.section74 .contact-section-holder > .col {
        padding: 230px 12% 210px 8.3333%; } }
  .contact-section.section74 .durasein-form-style input:not([type="submit"]),
  .contact-section.section74 .durasein-form-style select {
    border-bottom: 1px solid #fff; }
  .contact-section.section74 .durasein-form-style select {
    background: #323132 url(img/caret-down-white.svg) top 9px right 10px/15px no-repeat; }
  .contact-section.section74 .durasein-form-style input[type="submit"] {
    background-color: #fff;
    color: #000; }
  .contact-section.section74 .title {
    color: #aaf75a;
    font-size: 100px;
    font-weight: 700;
    word-break: unset; }
    @media (min-width: 1200px) {
      .contact-section.section74 .title {
        font-size: 155px; } }
  .contact-section.section74 .img-wrap {
    transform: none !important; }
    @media (max-width: 767px) {
      .contact-section.section74 .img-wrap {
        width: 100% !important;
        left: 0;
        overflow: hidden;
        margin-bottom: 0 !important;
        clip-path: polygon(0 30px, 100% 0%, 100% 100%, 0% 100%); } }
  .contact-section.section74 .img-wrap .bg-image {
    background-position: top center !important;
    background-size: cover !important;
    margin-top: 0 !important;
    transform: none !important; }
    @media (min-width: 1400px) {
      .contact-section.section74 .img-wrap .bg-image {
        background-position: top center !important; } }
  .contact-section.section74 .form-ic-2 {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(./img/template-d-fab-title-decor02.svg);
    width: 103px;
    height: 80px;
    bottom: 100px;
    left: 100%;
    margin-left: -73px; }
    @media (max-width: 1023px) {
      .contact-section.section74 .form-ic-2 {
        transform: none !important; } }
    @media (min-width: 1024px) {
      .contact-section.section74 .form-ic-2 {
        margin-left: -140px;
        width: 203px;
        height: 250px;
        bottom: 440px; } }
    @media (min-width: 1400px) {
      .contact-section.section74 .form-ic-2 {
        margin-left: -180px; } }
  .contact-section.section74 .form-ic-1 {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(./img/template-d-fab-title-decor01.svg);
    width: 103px;
    height: 150px;
    top: 50px;
    left: -20px; }
    @media (max-width: 1023px) {
      .contact-section.section74 .form-ic-1 {
        transform: none !important; } }
    @media (min-width: 1024px) {
      .contact-section.section74 .form-ic-1 {
        top: -100px;
        width: 203px;
        height: 250px;
        left: 0; } }
    @media (min-width: 1400px) {
      .contact-section.section74 .form-ic-1 {
        top: 0; } }

@media (max-width: 767px) {
  .page-template-template-about .footer.footer-color-black {
    padding-top: 54px; } }

.page-template-template-about .post-edit-wrap {
  display: none !important; }

@media (max-width: 1199px) {
  .page-template-template-veined .footer-bg-block.footer-bg-right {
    top: auto;
    bottom: 0;
    height: 400px; } }

@media (max-width: 767px) {
  .page-template-template-veined .footer-bg-block.footer-bg-right {
    display: block;
    width: 375px;
    height: 213px;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0; } }

.maintenance-info {
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .maintenance-info {
      margin-bottom: 80px; } }
  .maintenance-info .image {
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .maintenance-info .title {
      font-size: 40px;
      letter-spacing: -2.16px; } }
  .maintenance-info .text {
    padding-bottom: 5px; }
  .maintenance-info .phone,
  .maintenance-info .email {
    margin-bottom: 4px; }
    .maintenance-info .phone a,
    .maintenance-info .email a {
      text-decoration: none; }
      .maintenance-info .phone a:hover,
      .maintenance-info .email a:hover {
        text-decoration: underline; }

.not-found-content {
  text-align: center;
  margin-bottom: 40px; }
  .not-found-content .title {
    margin-bottom: 2rem; }
    @media (min-width: 1200px) {
      .not-found-content .title {
        letter-spacing: -0.02em; } }

body.error404 {
  background-color: #ecebe4; }
  body.error404 .menu:before {
    background-color: #ecebe4; }

.page-template-template-thank-you {
  background-color: #344031; }
  .page-template-template-thank-you .header.header-color-dark .menu:before {
    background-color: #344031; }
  .page-template-template-thank-you .main .container {
    text-align: center;
    color: #fff;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5vh;
    padding-bottom: 23vh; }
    .page-template-template-thank-you .main .container p {
      padding-top: 0; }
    .page-template-template-thank-you .main .container .post-edit-wrap {
      text-align: left; }
      .page-template-template-thank-you .main .container .post-edit-wrap a {
        color: #fff;
        font-size: 23px; }

.woocommerce-account .woocommerce > h2 {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .woocommerce-account #main {
    padding-top: 180px; } }

.woocommerce form.edit-account,
.woocommerce form.checkout_coupon,
.woocommerce form.lost_reset_password,
.woocommerce form.login,
.woocommerce form.register {
  padding: 14px 20px 10px;
  border: none;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .woocommerce form.edit-account,
    .woocommerce form.checkout_coupon,
    .woocommerce form.lost_reset_password,
    .woocommerce form.login,
    .woocommerce form.register {
      padding: 50px 50px 30px; } }
  .woocommerce form.edit-account input[type="email"],
  .woocommerce form.edit-account input[type="text"],
  .woocommerce form.edit-account input[type="password"],
  .woocommerce form.checkout_coupon input[type="email"],
  .woocommerce form.checkout_coupon input[type="text"],
  .woocommerce form.checkout_coupon input[type="password"],
  .woocommerce form.lost_reset_password input[type="email"],
  .woocommerce form.lost_reset_password input[type="text"],
  .woocommerce form.lost_reset_password input[type="password"],
  .woocommerce form.login input[type="email"],
  .woocommerce form.login input[type="text"],
  .woocommerce form.login input[type="password"],
  .woocommerce form.register input[type="email"],
  .woocommerce form.register input[type="text"],
  .woocommerce form.register input[type="password"] {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    border-width: 0;
    height: 56px;
    border-radius: 0;
    background: #ECEBE4;
    border-color: #dddddd;
    color: #333333;
    padding: 0 15px;
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.08); }
    .woocommerce form.edit-account input[type="email"]:focus,
    .woocommerce form.edit-account input[type="text"]:focus,
    .woocommerce form.edit-account input[type="password"]:focus,
    .woocommerce form.checkout_coupon input[type="email"]:focus,
    .woocommerce form.checkout_coupon input[type="text"]:focus,
    .woocommerce form.checkout_coupon input[type="password"]:focus,
    .woocommerce form.lost_reset_password input[type="email"]:focus,
    .woocommerce form.lost_reset_password input[type="text"]:focus,
    .woocommerce form.lost_reset_password input[type="password"]:focus,
    .woocommerce form.login input[type="email"]:focus,
    .woocommerce form.login input[type="text"]:focus,
    .woocommerce form.login input[type="password"]:focus,
    .woocommerce form.register input[type="email"]:focus,
    .woocommerce form.register input[type="text"]:focus,
    .woocommerce form.register input[type="password"]:focus {
      box-shadow: none; }
  .woocommerce form.edit-account input[type="checkbox"],
  .woocommerce form.checkout_coupon input[type="checkbox"],
  .woocommerce form.lost_reset_password input[type="checkbox"],
  .woocommerce form.login input[type="checkbox"],
  .woocommerce form.register input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 10px; }
  .woocommerce form.edit-account .form-row,
  .woocommerce form.checkout_coupon .form-row,
  .woocommerce form.lost_reset_password .form-row,
  .woocommerce form.login .form-row,
  .woocommerce form.register .form-row {
    float: left; }
    .woocommerce form.edit-account .form-row.form-row-wide,
    .woocommerce form.checkout_coupon .form-row.form-row-wide,
    .woocommerce form.lost_reset_password .form-row.form-row-wide,
    .woocommerce form.login .form-row.form-row-wide,
    .woocommerce form.register .form-row.form-row-wide {
      width: 100%;
      clear: both; }
    .woocommerce form.edit-account .form-row.form-row-last,
    .woocommerce form.checkout_coupon .form-row.form-row-last,
    .woocommerce form.lost_reset_password .form-row.form-row-last,
    .woocommerce form.login .form-row.form-row-last,
    .woocommerce form.register .form-row.form-row-last {
      float: right; }
      @media (max-width: 767px) {
        .woocommerce form.edit-account .form-row.form-row-last,
        .woocommerce form.checkout_coupon .form-row.form-row-last,
        .woocommerce form.lost_reset_password .form-row.form-row-last,
        .woocommerce form.login .form-row.form-row-last,
        .woocommerce form.register .form-row.form-row-last {
          width: 100%; } }
    @media (max-width: 767px) {
      .woocommerce form.edit-account .form-row.form-row-first,
      .woocommerce form.checkout_coupon .form-row.form-row-first,
      .woocommerce form.lost_reset_password .form-row.form-row-first,
      .woocommerce form.login .form-row.form-row-first,
      .woocommerce form.register .form-row.form-row-first {
        width: 100%; } }
  .woocommerce form.edit-account button[type="submit"],
  .woocommerce form.edit-account input[type="submit"],
  .woocommerce form.checkout_coupon button[type="submit"],
  .woocommerce form.checkout_coupon input[type="submit"],
  .woocommerce form.lost_reset_password button[type="submit"],
  .woocommerce form.lost_reset_password input[type="submit"],
  .woocommerce form.login button[type="submit"],
  .woocommerce form.login input[type="submit"],
  .woocommerce form.register button[type="submit"],
  .woocommerce form.register input[type="submit"] {
    border: none;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    margin-top: 10px; }
  .woocommerce form.edit-account .woocommerce-form-login__rememberme,
  .woocommerce form.checkout_coupon .woocommerce-form-login__rememberme,
  .woocommerce form.lost_reset_password .woocommerce-form-login__rememberme,
  .woocommerce form.login .woocommerce-form-login__rememberme,
  .woocommerce form.register .woocommerce-form-login__rememberme {
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .woocommerce form.edit-account .woocommerce-form-login__submit,
  .woocommerce form.checkout_coupon .woocommerce-form-login__submit,
  .woocommerce form.lost_reset_password .woocommerce-form-login__submit,
  .woocommerce form.login .woocommerce-form-login__submit,
  .woocommerce form.register .woocommerce-form-login__submit {
    clear: both; }
  .woocommerce form.edit-account .woocommerce-LostPassword.lost_password,
  .woocommerce form.checkout_coupon .woocommerce-LostPassword.lost_password,
  .woocommerce form.lost_reset_password .woocommerce-LostPassword.lost_password,
  .woocommerce form.login .woocommerce-LostPassword.lost_password,
  .woocommerce form.register .woocommerce-LostPassword.lost_password {
    float: right;
    padding-top: 10px;
    padding-left: 10px; }
    .woocommerce form.edit-account .woocommerce-LostPassword.lost_password a,
    .woocommerce form.checkout_coupon .woocommerce-LostPassword.lost_password a,
    .woocommerce form.lost_reset_password .woocommerce-LostPassword.lost_password a,
    .woocommerce form.login .woocommerce-LostPassword.lost_password a,
    .woocommerce form.register .woocommerce-LostPassword.lost_password a {
      text-decoration: none; }

.woocommerce form.edit-account {
  padding: 0 !important;
  box-shadow: none;
  margin-top: 0; }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 17px; }

.woocommerce-MyAccount-navigation ul a {
  text-decoration: none; }

.woocommerce-MyAccount-navigation ul .is-active a {
  font-weight: bold; }

.woocommerce-Addresses .title h3 {
  float: none !important;
  margin-bottom: 10px; }

.woocommerce-Addresses .edit {
  float: none !important;
  margin-bottom: 10px;
  display: inline-block; }

.page-template-template-custom-colors .footer {
  background-color: #2a2c29; }

@media (min-width: 768px) {
  .page-template-template-custom-colors .menu::before {
    width: 50px;
    height: 57px;
    top: 34px !important; } }

@media (min-width: 768px) {
  .page-template-template-custom-colors.logged-in .menu::before {
    top: 65px !important; } }

.page-template-template-custom-colors .footer-bg-center.footer-bg-block {
  background-size: cover;
  background-position: top 10px center; }
  @media (max-width: 767px) {
    .page-template-template-custom-colors .footer-bg-center.footer-bg-block {
      display: block;
      background-size: cover;
      background-position: top left 55%;
      bottom: 0;
      top: auto;
      height: 160px; } }

@media (min-width: 768px) {
  .page-template-template-custom-colors .footer-text {
    padding-bottom: 15px; } }

.page-template-template-custom-colors .footer-bottom {
  position: relative;
  overflow: visible; }
  .page-template-template-custom-colors .footer-bottom:after {
    content: '';
    width: 260px;
    height: 260px;
    position: absolute;
    bottom: -70px;
    left: 50px;
    pointer-events: none;
    background: url(img/jellyfish.png) center/contain no-repeat;
    z-index: -1; }
    @media (max-width: 767px) {
      .page-template-template-custom-colors .footer-bottom:after {
        display: none; } }

.page-template-template-custom-colors .header-logo .logo-icon {
  width: 70px; }
  @media (min-width: 768px) {
    .page-template-template-custom-colors .header-logo .logo-icon {
      width: 116px; } }

.colors-info-1 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 257px; }
  @media (min-width: 768px) {
    .colors-info-1 {
      padding-top: 34px;
      padding-bottom: 200px; } }
  .colors-info-1:before {
    content: '';
    background: inherit;
    width: 101vw;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-3.5deg);
    transform-origin: 0 0; }
  .colors-info-1 img {
    position: absolute; }
  @media (max-width: 1099px) {
    .colors-info-1 .title {
      font-size: 50px; } }
  @media (max-width: 479px) {
    .colors-info-1 .title {
      font-size: 30px !important;
      line-height: 38px;
      letter-spacing: normal;
      padding-top: 35px;
      margin-bottom: 25px; } }
  .colors-info-1 .img-top-left {
    width: 220px;
    transform: scaleX(-1) rotate(-43deg);
    bottom: 80px;
    left: 50%;
    margin-left: 20px; }
    @media (min-width: 768px) {
      .colors-info-1 .img-top-left {
        top: -5px;
        left: 0;
        transform: none;
        margin-left: 0; } }
    @media (min-width: 1200px) {
      .colors-info-1 .img-top-left {
        width: 300px; } }
    @media (min-width: 1366px) {
      .colors-info-1 .img-top-left {
        top: -8px;
        width: 403px; } }
  .colors-info-1 .img-top-right {
    width: 154px;
    top: -122px;
    right: 49px; }
    @media (max-width: 767px) {
      .colors-info-1 .img-top-right {
        display: none; } }
  .colors-info-1 .img-bottom-left {
    width: 266px; }
    @media (max-width: 767px) {
      .colors-info-1 .img-bottom-left {
        right: 50%;
        margin-right: -65px;
        bottom: -40px;
        transform: scaleX(-1) rotate(-43deg); } }
    @media (min-width: 768px) {
      .colors-info-1 .img-bottom-left {
        width: 300px;
        bottom: -5px;
        left: 0; } }
    @media (min-width: 1200px) {
      .colors-info-1 .img-bottom-left {
        width: 450px; } }
    @media (min-width: 1366px) {
      .colors-info-1 .img-bottom-left {
        width: 628px; } }
  .colors-info-1 .img-bottom-right {
    width: 200px;
    right: -120px;
    bottom: -43px; }
    @media (max-width: 767px) {
      .colors-info-1 .img-bottom-right {
        display: none; } }
    @media (min-width: 1366px) {
      .colors-info-1 .img-bottom-right {
        width: 300px; } }
  @media (min-width: 768px) {
    .colors-info-1 .colors-info-1-holder p {
      line-height: 1.2; } }

.colors-info-1-holder {
  position: relative;
  z-index: 5; }
  @media (min-width: 768px) {
    .colors-info-1-holder {
      padding-left: 35%; } }
  @media (min-width: 1366px) {
    .colors-info-1-holder {
      padding-left: 51.1%; } }
  @media (min-width: 768px) {
    .colors-info-1-holder h2, .colors-info-1-holder .h2 {
      font-size: 55px;
      line-height: 1.13;
      padding-top: 9px;
      margin-bottom: 0.5em; } }
  @media (min-width: 1366px) {
    .colors-info-1-holder .subtext {
      padding-right: 10%; } }
  .colors-info-1-holder .sub-title {
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: bold; }
  .colors-info-1-holder .subtext {
    color: #686868;
    line-height: 1; }

.colors-info-2 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .colors-info-2 {
      padding-top: 134px;
      padding-bottom: 70px;
      margin-bottom: -1px; } }
  .colors-info-2:after {
    content: '';
    display: block;
    clear: both; }
  @media (min-width: 768px) {
    .colors-info-2 .container {
      max-width: 1157px; } }
  .colors-info-2 .bg-block {
    display: none;
    position: absolute;
    bottom: 100%;
    border: 100vw solid transparent;
    border-right: 100vw solid #27201e;
    border-bottom: 44px solid #27201e;
    height: 45px;
    pointer-events: none;
    margin-bottom: -1px; }
    @media (min-width: 1366px) {
      .colors-info-2 .bg-block {
        border-bottom-width: 155px; } }
  @media (max-width: 767px) {
    .colors-info-2 .top-text {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .colors-info-2 .top-text {
      float: left;
      width: 63%;
      padding: 0 10px; } }
  .colors-info-2 .top-text .sub-title {
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #a79895;
    font-size: 18px; }
  .colors-info-2 .top-text .title {
    font-size: 100px;
    letter-spacing: 1.5px;
    font-weight: 300;
    word-break: normal;
    margin-bottom: 0.42em; }
    @media (max-width: 767px) {
      .colors-info-2 .top-text .title {
        font-size: 40px;
        letter-spacing: normal;
        line-height: 42px; } }
    @media (min-width: 768px) {
      .colors-info-2 .top-text .title {
        padding-top: 0; } }
    @media (min-width: 1366px) {
      .colors-info-2 .top-text .title {
        font-size: 117px;
        letter-spacing: 1.5px; } }
  .colors-info-2 .middle-text {
    padding: 0 10px;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .colors-info-2 .middle-text {
        margin-bottom: 40px;
        clear: left; } }
    .colors-info-2 .middle-text h3 {
      margin: 40px 0 6px;
      padding: 0;
      font-size: 18px;
      letter-spacing: normal;
      font-weight: bold; }
      @media (min-width: 768px) {
        .colors-info-2 .middle-text h3 {
          font-size: 20px;
          letter-spacing: -0.06px;
          color: #e9dcd9;
          margin: 0 0 5px; } }
    .colors-info-2 .middle-text ul {
      font-size: 18px; }
      @media (min-width: 768px) {
        .colors-info-2 .middle-text ul {
          color: #e9dcd9;
          font-size: 20px;
          font-weight: 300; } }
      .colors-info-2 .middle-text ul li {
        margin-bottom: 6px; }
        @media (min-width: 768px) {
          .colors-info-2 .middle-text ul li {
            margin-bottom: 2px; } }
  .colors-info-2 .bottom-text {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 20px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .colors-info-2 .bottom-text {
        clear: both;
        padding: 40px 0 0;
        top: 0;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 30px; }
        .colors-info-2 .bottom-text p {
          line-height: 24px; } }
    @media (min-width: 1024px) {
      .colors-info-2 .bottom-text {
        color: #e9dcd9;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -0.9px;
        clear: left;
        padding-top: 8px;
        width: 52%; } }
    @media (min-width: 1024px) {
      .colors-info-2 .bottom-text p {
        line-height: 1.19; } }
  @media (min-width: 768px) {
    .colors-info-2 .img-1-wrap {
      float: right;
      width: 57%;
      padding: 0 10px;
      margin-right: -20%;
      margin-top: -7%; } }
  .colors-info-2 .img-2-wrap {
    width: 56%;
    float: left;
    margin-left: 7%; }
    @media (max-width: 767px) {
      .colors-info-2 .img-2-wrap img {
        width: 110%;
        max-width: 110%; } }
    @media (min-width: 768px) {
      .colors-info-2 .img-2-wrap {
        padding: 0 10px; } }
  .colors-info-2 .img-3-wrap {
    float: right;
    width: 50%; }
    @media (max-width: 767px) {
      .colors-info-2 .img-3-wrap {
        margin-top: 160px; } }
    @media (min-width: 768px) {
      .colors-info-2 .img-3-wrap {
        padding: 0 10px;
        float: right;
        width: 44%;
        margin-top: -24%;
        margin-right: -4%; } }
  .colors-info-2 .img-4-wrap {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .colors-info-2 .img-4-wrap {
        margin-top: 80px; }
        .colors-info-2 .img-4-wrap img {
          width: 105%;
          max-width: 105%; } }
    @media (min-width: 768px) {
      .colors-info-2 .img-4-wrap {
        padding: 0 10px;
        float: left;
        width: 52%;
        margin-left: 10%;
        margin-top: -3%; } }
  @media (max-width: 1023px) {
    .colors-info-2 .desktop-text {
      display: none; } }
  .colors-info-2 .mob-text {
    clear: both; }
    @media (min-width: 1024px) {
      .colors-info-2 .mob-text {
        display: none; } }
  .colors-info-2.section32 .bg-block {
    display: block; }
  @media (max-width: 1023px) and (min-width: 767px) {
    .colors-info-2.section32 .img-3-wrap {
      position: relative;
      top: calc(16vw); } }
  @media (min-width: 1366px) {
    .colors-info-2.section33 .top-text .title {
      font-size: 130px; } }
  @media (max-width: 767px) {
    .colors-info-2.section34 {
      padding-bottom: 10px; } }
  @media (min-width: 768px) {
    .colors-info-2.section34 {
      padding-top: 152px; } }
  .colors-info-2.section34 .bg-block {
    display: block;
    border-right: 100vw solid #2a2c29;
    border-bottom: 44px solid #2a2c29; }
    @media (min-width: 768px) {
      .colors-info-2.section34 .bg-block {
        border-bottom-width: 118px; } }
  @media (min-width: 1366px) {
    .colors-info-2.section34 .top-text .title {
      font-size: 130px;
      line-height: 118px;
      margin-bottom: 0.34em; } }
  @media (min-width: 768px) {
    .colors-info-2.section34 .middle-text {
      margin-bottom: 120px; } }
  @media (max-width: 767px) {
    .colors-info-2.section34 .middle-text h3 {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .colors-info-2.section34 .img-1-wrap {
      margin-right: -15%;
      margin-top: -29%;
      width: 60%; } }
  @media (min-width: 768px) {
    .colors-info-2.section34 .img-2-wrap {
      margin-left: 3%;
      margin-top: -18%;
      width: 57%;
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .colors-info-2.section34 .img-3-wrap {
      margin-top: 29%;
      width: 49%;
      margin-right: -9%;
      left: -2%;
      position: relative; } }
  @media (max-width: 1023px) and (min-width: 767px) {
    .colors-info-2.section34 .img-3-wrap {
      top: 10px;
      position: relative; } }
  @media (max-width: 767px) {
    .colors-info-2.section34 .img-3-wrap {
      margin-top: 270px; } }
  @media (max-width: 479px) {
    .colors-info-2.section34 .img-3-wrap {
      margin-top: 200px !important; } }
  @media (min-width: 1024px) {
    .colors-info-2.section34 .img-4-wrap {
      margin-top: 0;
      max-width: 503px;
      margin-left: 30%; } }
  @media (min-width: 768px) {
    .colors-info-2.section34 .bottom-text {
      line-height: 1.24; } }

.experiments {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 600px) {
    .experiments {
      padding-bottom: 80px; } }
  @media (min-width: 768px) {
    .experiments {
      padding-top: 52px;
      padding-bottom: 148px; } }
  @media (min-width: 768px) {
    .experiments:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      background-color: inherit;
      height: 100px;
      left: 18%;
      transform: rotate(-2.5deg);
      transform-origin: 0 0;
      width: 100vw; } }
  @media (min-width: 768px) {
    .experiments:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 82%;
      background-color: inherit;
      height: 100px;
      width: 100vw;
      transform: rotate(12.5deg);
      transform-origin: right 0; } }
  .experiments a {
    color: #fff; }
  .experiments .container {
    position: relative;
    max-width: 100%; }
    @media (min-width: 600px) {
      .experiments .container {
        padding: 0 40px; } }
  .experiments .title {
    position: relative;
    z-index: 10;
    max-width: 1044px; }
    @media (min-width: 600px) {
      .experiments .title {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .experiments .title {
        padding-right: 76px;
        font-size: 40px;
        letter-spacing: normal; } }
    @media (min-width: 768px) {
      .experiments .title {
        font-size: 50px;
        font-weight: 300;
        letter-spacing: -1.5px;
        margin: 0 auto 57px; } }
  @media (min-width: 1366px) {
    .experiments .experiments-image {
      width: 481px;
      top: -320px;
      right: 62px; } }
  .experiments .block-product-experiment h3 {
    font-weight: 400; }
  @media (min-width: 1366px) {
    .experiments .block-product-experiment svg {
      height: 340px; } }
  .experiments .block-product-experiment .col {
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase; }
    @media (min-width: 1366px) {
      .experiments .block-product-experiment .col {
        font-size: 20px; } }
  @media (min-width: 1366px) {
    .experiments .block-product-experiment .product-title {
      font-size: 20px; } }
  @media (min-width: 1366px) {
    .experiments .block-product-experiment .product-image-shape {
      width: 60%;
      margin-left: -10%; } }

.experiments-image {
  position: absolute;
  width: 481px;
  top: -265px;
  right: -140px;
  pointer-events: none; }
  @media (max-width: 767px) {
    .experiments-image {
      display: none; } }

.related-products-carousel-wrap {
  position: relative;
  z-index: 10;
  margin-left: -14px;
  margin-right: -14px; }
  @media (min-width: 540px) {
    .related-products-carousel-wrap {
      margin-left: -30px;
      margin-right: -30px; } }
  .related-products-carousel-wrap a {
    text-decoration: none; }
  .related-products-carousel-wrap .slick-arrow {
    font-size: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    bottom: 100%;
    width: 26px;
    height: 32px;
    padding: 0;
    right: 30px;
    z-index: 20; }
    @media (min-width: 600px) {
      .related-products-carousel-wrap .slick-arrow {
        bottom: -26px;
        right: 15px; } }
    .related-products-carousel-wrap .slick-arrow.slick-prev {
      background: url(img/shevron-left-w.svg) center/65% no-repeat;
      right: 66px; }
      @media (min-width: 600px) {
        .related-products-carousel-wrap .slick-arrow.slick-prev {
          right: 60px; } }
    .related-products-carousel-wrap .slick-arrow.slick-next {
      background: url(img/shevron-right-w.svg) center/65% no-repeat; }
  .related-products-carousel-wrap .related-pr-carousel__counter {
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    position: absolute;
    bottom: -25px;
    right: 106px; }
    @media (max-width: 899px) {
      .related-products-carousel-wrap .related-pr-carousel__counter {
        display: none; } }
    .related-products-carousel-wrap .related-pr-carousel__counter span {
      color: #808080; }

.block-product-experiment .block {
  width: 100%;
  padding: 14px;
  align-items: flex-end; }
  @media (min-width: 540px) {
    .block-product-experiment .block {
      display: flex;
      padding: 30px; } }

.block-product-experiment .col {
  font-size: 16px;
  font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 540px) {
    .block-product-experiment .col {
      width: 50%; } }

@media (max-width: 539px) {
  .block-product-experiment .text-col {
    text-transform: uppercase; } }

.block-product-experiment .text-col > * {
  margin-bottom: 6px; }

.block-product-experiment .product-image-shape {
  order: 5; }

@media (min-width: 540px) {
  .block-product-experiment .experiment-title {
    text-decoration: underline; } }

.block-product-experiment .product-title {
  padding: 0;
  margin: 0 0 6px;
  font-size: 16px;
  font-family: "Moderat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.block-product-experiment svg {
  width: 100%;
  height: 150px;
  margin: 10px auto; }

.hide-bar {
  overflow: hidden; }

.show-showroom-modal .showroom-arrow,
.show-showroom-modal .showroom-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.show-showroom-modal .showroom-popup {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto; }

.showroom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 90000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.showroom-popup {
  position: fixed;
  left: 10px;
  top: 10px;
  bottom: 60px;
  right: 10px;
  z-index: 90010;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  @media (min-width: 600px) {
    .showroom-popup {
      left: 52px;
      top: 20px;
      bottom: 20px;
      right: 52px; } }
  @media (min-width: 1200px) {
    .showroom-popup {
      left: 92px;
      right: 92px; } }
  .showroom-popup.show-loader .preloader {
    opacity: 1;
    visibility: visible; }
  .showroom-popup.show-loader .modal-ajax-content {
    max-height: calc(100vh - 40px);
    position: relative;
    visibility: hidden; }
  .showroom-popup.show-loader .showroom-modal-content-wrap {
    overflow: hidden; }
  .showroom-popup .preloader {
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out; }
    .showroom-popup .preloader > div {
      margin-top: 0;
      width: 84px;
      height: 84px; }
      .showroom-popup .preloader > div:after {
        border-color: transparent;
        border-top-color: #000; }
      .showroom-popup .preloader > div:before {
        border-color: #000; }
  .showroom-popup .ajax-placeholder {
    width: 100vw;
    max-width: 100%;
    height: calc(100vh - 40px); }

.showroom-modal-content-wrap {
  background-color: #fff;
  position: relative;
  overflow-y: auto;
  max-height: 100%;
  z-index: 10; }

.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.close-showroom-modal {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 64px;
  height: 45px;
  cursor: pointer;
  background-color: #fff;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 88% 93%); }
  @media (min-width: 600px) {
    .close-showroom-modal {
      width: 98px;
      height: 67px; } }
  .close-showroom-modal:after, .close-showroom-modal:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #000;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -16px; }
  .close-showroom-modal:after {
    transform: rotate(45deg); }
  .close-showroom-modal:before {
    transform: rotate(-45deg); }

.showroom-arrow {
  position: fixed;
  width: 55px;
  height: 40px;
  bottom: 10px;
  z-index: 90010;
  cursor: pointer;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  @media (min-width: 600px) {
    .showroom-arrow {
      bottom: 36px; } }

.showroom-next {
  background: url(img/arrow-right.svg) center/contain no-repeat;
  right: 30px; }
  @media (min-width: 600px) {
    .showroom-next {
      right: 0; } }
  @media (min-width: 1200px) {
    .showroom-next {
      right: 20px; } }
  .showroom-next:hover {
    background-position: left 70% center !important; }

.showroom-prev {
  background: url(img/arrow-left.svg) center/contain no-repeat;
  left: 30px; }
  @media (min-width: 600px) {
    .showroom-prev {
      left: 0; } }
  @media (min-width: 1200px) {
    .showroom-prev {
      left: 20px; } }
  .showroom-prev:hover {
    background-position: left 30% center !important; }

.showroom-modal-inner {
  width: 100vw;
  max-width: 100%;
  display: flex; }
  .showroom-modal-inner .showroom-image {
    font-size: 0;
    width: 100%; }
    @media (max-width: 969px) {
      .showroom-modal-inner .showroom-image {
        height: 40vw;
        position: relative;
        overflow: hidden; } }
    @media (min-width: 970px) {
      .showroom-modal-inner .showroom-image {
        width: 62%;
        min-height: 635px; } }
    @media (min-width: 1200px) {
      .showroom-modal-inner .showroom-image {
        width: fit-content; } }
    .showroom-modal-inner .showroom-image img {
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: left; }
  .showroom-modal-inner .showroom-content {
    width: 100%;
    padding: 20px 25px 25px; }
    @media (min-width: 970px) {
      .showroom-modal-inner .showroom-content {
        width: 38%; } }
    @media (min-width: 1200px) {
      .showroom-modal-inner .showroom-content {
        width: 470px; } }
  .showroom-modal-inner .product-sku {
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    margin-bottom: 30px; }
  .showroom-modal-inner .product-image {
    margin-bottom: 25px; }
    .showroom-modal-inner .product-image svg {
      height: 40vw;
      width: 100%; }
      @media (min-width: 970px) {
        .showroom-modal-inner .product-image svg {
          height: 30vw; } }
      @media (min-width: 1200px) {
        .showroom-modal-inner .product-image svg {
          height: 440px; } }
  .showroom-modal-inner .product-name {
    padding: 0;
    font-size: 34px;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .showroom-modal-inner .product-name {
        font-size: 40px;
        margin-bottom: 1.5rem; } }
    .showroom-modal-inner .product-name a {
      text-decoration: none; }
  .showroom-modal-inner .showroom-text {
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.5;
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-top: 13px; }
    .showroom-modal-inner .showroom-text p {
      line-height: 1.4; }
  .showroom-modal-inner .showroom-links {
    display: flex;
    flex-wrap: wrap; }
    .showroom-modal-inner .showroom-links li {
      margin: 0 8px 8px 0; }
    .showroom-modal-inner .showroom-links:last-child {
      margin-right: 0; }
  .showroom-modal-inner .showroom-custom-link {
    margin-bottom: 25px; }
  .showroom-modal-inner .btn, .showroom-modal-inner .durasein-form-style input[type="submit"], .durasein-form-style .showroom-modal-inner input[type="submit"] {
    font-size: 13px;
    font-weight: bold;
    padding: 11px 15px;
    position: relative; }
    .showroom-modal-inner .btn.btn-full-width, .showroom-modal-inner .durasein-form-style input.btn-full-width[type="submit"], .durasein-form-style .showroom-modal-inner input.btn-full-width[type="submit"] {
      width: 100%; }
    .showroom-modal-inner .btn.cta-mbank, .showroom-modal-inner .durasein-form-style input.cta-mbank[type="submit"], .durasein-form-style .showroom-modal-inner input.cta-mbank[type="submit"] {
      padding: 11px 15px 11px 47px; }

.showroom-content .product-badge-new {
  color: #ffb700;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  pointer-events: none; }

@media (min-width: 768px) {
  .page-template-template-home .g-content .page-banner:first-child {
    margin-top: -230px; } }

.page-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden; }
  @media (max-width: 767px) {
    .page-banner {
      display: flex;
      flex-direction: column-reverse; } }
  .page-banner .bg-image {
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .page-banner .bg-image {
        margin-top: -5px;
        min-height: 350px; } }
  @media (min-width: 768px) {
    .page-banner .container {
      margin-top: -15vw; } }
  @media (min-width: 1700px) {
    .page-banner .container {
      margin-top: -255px; } }
  .page-banner .title {
    line-height: 0.9;
    letter-spacing: -0.02em;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .page-banner .title {
        font-size: 40px;
        margin-bottom: 1.7rem; }
        .page-banner .title br {
          display: none; } }
    @media (max-width: 1200px) and (min-width: 992px) {
      .page-banner .title {
        font-size: 100px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .page-banner .title {
        font-size: 70px; } }
    .page-banner .title i {
      font-style: normal; }
      @media (min-width: 768px) {
        .page-banner .title i {
          margin-left: 100px; } }
  @media (min-width: 768px) {
    .page-banner .text {
      margin-left: 100px;
      width: 535px;
      max-width: 60%; } }

@media (max-width: 767px) {
  .cta-blocks-holder > .title {
    font-size: 40px;
    line-height: 37px;
    letter-spacing: -1.54px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .cta-blocks-holder > .title {
    font-size: 50px;
    letter-spacing: -2.16px; } }

.cta-blocks {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .cta-blocks {
      padding-left: 8.4444%; } }
  .cta-blocks .cta-blocks-list {
    display: flex;
    flex-wrap: wrap; }
  .cta-blocks .cta-block {
    width: 100%;
    color: rgba(0, 0, 0, 0.47);
    padding-right: 20px; }
    @media (min-width: 768px) {
      .cta-blocks .cta-block {
        width: 50%; } }
    @media (min-width: 1024px) {
      .cta-blocks .cta-block {
        padding-right: 90px; } }
    @media (max-width: 767px) {
      .cta-blocks .cta-block {
        margin-bottom: 31px; } }
    .cta-blocks .cta-block .title {
      font-weight: bold;
      color: #000;
      font-size: 18px;
      margin-bottom: 0;
      line-height: 29px; }
      @media (min-width: 768px) {
        .cta-blocks .cta-block .title {
          font-size: 20px; } }
  @media (max-width: 767px) {
    .cta-blocks .constent-links {
      margin-top: 10px; } }

.latest-posts {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden; }
  .latest-posts .title {
    font-size: 45px;
    line-height: 0.56;
    letter-spacing: -1.54px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .latest-posts .title {
        font-size: 130px;
        letter-spacing: -11.7px; } }
    @media (min-width: 1024px) {
      .latest-posts .title {
        font-size: 165px; } }
    @media (min-width: 1200px) {
      .latest-posts .title {
        font-size: 200px; } }
    @media (max-width: 767px) {
      .latest-posts .title {
        margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .latest-posts .col-6 {
      width: 100%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .latest-posts .post-title {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    .latest-posts .text {
      padding-right: 90px; } }
  .latest-posts .latest-post-top {
    height: 100px;
    position: relative;
    top: 1px; }
    @media (min-width: 768px) {
      .latest-posts .latest-post-top {
        transform: rotateY(180deg); } }
    .latest-posts .latest-post-top svg {
      display: block; }
  .latest-posts .latest-post-bottom {
    background-color: #000;
    color: #fff;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
    padding-bottom: 1px; }
    @media (min-width: 768px) {
      .latest-posts .latest-post-bottom {
        padding-top: 80px; } }
    .latest-posts .latest-post-bottom a {
      color: #fff; }
  .latest-posts .new-content-target {
    margin-top: 10px;
    position: relative; }
    @media (max-width: 767px) {
      .latest-posts .new-content-target {
        margin-bottom: 0; } }
    .latest-posts .new-content-target:before {
      position: absolute;
      z-index: 1;
      top: -16px;
      right: -16px;
      display: block;
      width: 70px;
      height: 70px;
      content: '';
      background: url(img/eyeball-updated.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 768px) {
        .latest-posts .new-content-target:before {
          width: 100px;
          height: 100px; } }
      @media (min-width: 1024px) {
        .latest-posts .new-content-target:before {
          width: 150px;
          height: 149px;
          top: -40px;
          right: -40px; } }

.subscribe-section {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  padding-bottom: 10px;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .subscribe-section {
      padding-top: 210px; } }
  @media (min-width: 1024px) {
    .subscribe-section {
      padding-bottom: 80px; } }
  .subscribe-section a {
    color: #fff; }
  @media (max-width: 767px) {
    .subscribe-section .col-6 {
      width: 100%; } }
  .subscribe-section .container {
    position: relative;
    z-index: 10; }
  .subscribe-section .subscribe-form {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .subscribe-section .subscribe-form {
        padding-top: 50px; } }
    @media (min-width: 1200px) {
      .subscribe-section .subscribe-form {
        padding-top: 200px; } }
  .subscribe-section .mc4wp-response {
    font-size: 16px;
    color: #fff; }
  @media (max-width: 767px) {
    .subscribe-section .title {
      line-height: 36px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .subscribe-section .title {
      font-size: 40px; } }
  .subscribe-section form {
    position: relative; }
    @media (min-width: 768px) {
      .subscribe-section form:after {
        position: absolute;
        top: 10px;
        left: -50px;
        display: block;
        width: 25px;
        height: 25px;
        content: '';
        background: url(img/footer-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain; } }
    @media (min-width: 1200px) {
      .subscribe-section form:after {
        left: 0;
        top: -120px; } }
  .subscribe-section input[type="email"] {
    height: 70px;
    font-size: 30px;
    padding: 0;
    border: none;
    border-bottom: 4px solid #333;
    color: #333;
    background: transparent;
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .subscribe-section input[type="email"] {
        font-size: 50px; } }
    .subscribe-section input[type="email"]:focus {
      outline: none; }
  .subscribe-section input[type="submit"] {
    border: none;
    background: #fff;
    min-width: 123px;
    height: 44px;
    font-size: 18px;
    font-weight: bold;
    color: #000; }

.subscribe-image {
  position: absolute;
  pointer-events: none;
  width: 200px;
  top: -10%;
  left: 34%; }
  @media (min-width: 768px) {
    .subscribe-image {
      width: 250px;
      top: -20%;
      left: 30%; } }

.subscribe-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  @media (max-width: 767px) {
    .subscribe-bg {
      background-color: #212121; }
      .subscribe-bg:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border: 100vw solid transparent;
        border-top: 100px solid #000;
        border-left: 0 solid #000; } }
  @media (min-width: 768px) {
    .subscribe-bg {
      background-image: url(img/cloud.svg);
      background-position: top left;
      background-repeat: no-repeat;
      background-size: cover; } }

@media (max-width: 1399px) {
  .page-template-template-movement .footer-bg-right.footer-bg-block {
    height: 400px;
    top: auto;
    bottom: 0; } }

.custom-colors-info {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }

.custom-colors-info-top {
  position: relative;
  height: 100px; }
  .custom-colors-info-top:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border: 100px solid transparent;
    border-right: 100vw solid #000;
    border-bottom: 0; }
    @media (max-width: 767px) {
      .custom-colors-info-top:after {
        transform: scaleX(-1);
        right: auto;
        left: 0; } }
  .custom-colors-info-top .custom-colors-info-icon {
    position: absolute;
    right: 145px;
    top: -30px;
    z-index: 10; }
    @media (max-width: 767px) {
      .custom-colors-info-top .custom-colors-info-icon {
        width: 110px;
        top: -20px; } }
    @media (min-width: 768px) {
      .custom-colors-info-top .custom-colors-info-icon {
        display: block; } }

.custom-colors-info-bottom {
  background-color: #000;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .custom-colors-info-bottom {
      padding-top: 70px;
      padding-bottom: 80px; } }
  .custom-colors-info-bottom a {
    color: #fff; }
  .custom-colors-info-bottom .section-title {
    margin-bottom: 50px; }
    @media (max-width: 1023px) {
      .custom-colors-info-bottom .section-title {
        font-size: 54px; } }
    @media (max-width: 767px) {
      .custom-colors-info-bottom .section-title {
        margin-bottom: 35px;
        font-size: 40px !important;
        letter-spacing: -1.54px; } }
  @media (max-width: 767px) {
    .custom-colors-info-bottom .col-6 {
      width: 100%; } }
  .custom-colors-info-bottom .image {
    margin-top: 20px; }
  @media (min-width: 1024px) {
    .custom-colors-info-bottom .container {
      max-width: 1090px; } }
  .custom-colors-info-bottom .title {
    margin-bottom: 0;
    line-height: 29px;
    font-weight: 400;
    font-size: 18px; }
    @media (min-width: 768px) {
      .custom-colors-info-bottom .title {
        font-size: 20px; } }
  .custom-colors-info-bottom .text {
    font-weight: 200; }
  .custom-colors-info-bottom .text,
  .custom-colors-info-bottom .subtext {
    line-height: 29px;
    color: #999; }
    .custom-colors-info-bottom .text p:last-child,
    .custom-colors-info-bottom .subtext p:last-child {
      margin-bottom: 4px; }
  .custom-colors-info-bottom .subtext {
    font-size: 12px; }
  @media (min-width: 768px) {
    .custom-colors-info-bottom .text-block {
      max-width: 360px;
      padding-top: 20px; } }
  .custom-colors-info-bottom .constent-links {
    margin-top: 25px; }

.full-width-section-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }

.two-col-section-full-width {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .sqr-dark-two-columns.section203 {
    margin-bottom: -100px; } }

.sqr-dark-two-columns:before {
  pointer-events: none; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.sqr-blocks-section {
  margin-bottom: 30px; }

.sqr-blocks-section h2 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 1; }
  @media (max-width: 1199px) {
    .sqr-blocks-section h2 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .sqr-blocks-section h2 {
      font-size: 40px; } }

@media (min-width: 768px) {
  .sqr-blocks-section h2 {
    font-size: 50px;
    margin-bottom: 30px;
    letter-spacing: -2.16px; } }

@media (min-width: 1200px) {
  .sqr-blocks-section h2 {
    font-size: 70px; } }

@media (min-width: 480px) {
  .sqr-blocks-section .blocks-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px; } }

@media (min-width: 768px) {
  .sqr-blocks-section .blocks-list {
    margin: 0 -10px; } }

.sqr-blocks-section .block-item {
  width: 100%;
  max-width: 82%;
  min-width: 285px;
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
  color: inherit; }

@media (min-width: 480px) {
  .sqr-blocks-section .block-item {
    padding: 0 5px;
    width: 45%;
    min-width: auto; } }

@media (min-width: 768px) {
  .sqr-blocks-section .block-item {
    padding: 0 10px;
    width: 33%;
    max-width: 305px; } }

@media (min-width: 1200px) {
  .sqr-blocks-section .block-item {
    margin-bottom: 40px; } }

@media (min-width: 480px) {
  .sqr-blocks-section .block-item:nth-child(4n+3) {
    margin-left: auto;
    margin-right: 0; } }

@media (min-width: 768px) {
  .sqr-blocks-section .block-item:nth-child(4n+3) {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  .sqr-blocks-section .block-item:nth-child(6n+4) {
    margin-left: auto;
    margin-right: 0; } }

.sqr-blocks-section .block-item .img-holder {
  font-size: 0;
  margin-bottom: 12px;
  position: relative; }

.sqr-blocks-section .block-item .img-holder img {
  width: 100%;
  vertical-align: top; }

.sqr-blocks-section .block-item h3 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  margin: 0 0 2px; }

.sqr-blocks-section .block-item .text-block {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8); }

@media (min-width: 768px) {
  .sqr-blocks-section .block-item .text-block {
    font-size: 20px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.5); } }

@media (min-width: 1200px) {
  .sqr-features-section {
    margin-bottom: 45px; } }

.sqr-features-section h2 {
  color: #000;
  font-size: 40px;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 48px; }

@media (min-width: 768px) {
  .sqr-features-section h2 {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 35px; } }

@media (min-width: 1200px) {
  .sqr-features-section h2 {
    font-size: 70px; } }

@media (min-width: 480px) {
  .sqr-features-section .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px; } }

@media (min-width: 768px) {
  .sqr-features-section .features-list {
    margin: 0 -10px; } }

.sqr-features-section .feature-item {
  width: 100%;
  max-width: 87%;
  min-width: 285px;
  margin-bottom: 50px; }

@media (min-width: 480px) {
  .sqr-features-section .feature-item {
    padding: 0 5px;
    width: 45%;
    min-width: auto; } }

@media (min-width: 768px) {
  .sqr-features-section .feature-item {
    padding: 0 10px;
    width: 33%;
    max-width: 305px; } }

@media (min-width: 1200px) {
  .sqr-features-section .feature-item {
    margin-bottom: 55px; } }

@media (min-width: 480px) {
  .sqr-features-section .feature-item:nth-child(4n+3) {
    margin-left: auto;
    margin-right: 0; } }

@media (min-width: 768px) {
  .sqr-features-section .feature-item:nth-child(4n+3) {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  .sqr-features-section .feature-item:nth-child(6n+4) {
    margin-left: auto;
    margin-right: 0; } }

.sqr-features-section .feature-item .img-holder {
  font-size: 0;
  margin-bottom: 14px;
  position: relative;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (min-width: 1200px) {
  .sqr-features-section .feature-item .img-holder {
    margin-bottom: 24px;
    height: 114px; } }

.sqr-features-section .feature-item .img-holder img {
  height: 100%;
  margin-left: -10px;
  -o-object-fit: contain;
  object-fit: contain; }

.sqr-features-section .feature-item h3 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  margin: 0 0 2px; }

.sqr-features-section .feature-item .text-block {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8); }

@media (min-width: 768px) {
  .sqr-features-section .feature-item .text-block {
    font-size: 20px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.5); } }

.sqr-two-column-section {
  margin-bottom: 50px;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
  z-index: 1; }

@media (min-width: 1200px) {
  .sqr-two-column-section {
    margin-bottom: 70px; } }

.sqr-two-column-section:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .sqr-two-column-section .landing-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 768px) {
  .sqr-two-column-section.img-left .landing-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.sqr-two-column-section.img-left.is-bg .decor-top {
  height: 115px; }

.sqr-two-column-section.img-left.is-bg .decor-top:before {
  right: calc(85% - 1px);
  height: 115px;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg); }

@media (max-width: 767px) {
  .sqr-two-column-section.img-left.is-bg .decor-top:before {
    display: none; } }

.sqr-two-column-section.img-left.is-bg .decor-top:after {
  left: -2px;
  height: 40px;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  top: 0;
  bottom: auto; }

@media (min-width: 768px) {
  .sqr-two-column-section.img-left.is-bg .decor-top:after {
    left: 15%;
    height: 115px;
    top: auto;
    bottom: 0; } }

.sqr-two-column-section.img-left.is-bg .decor-bottom {
  height: 76px; }

.sqr-two-column-section.img-left.is-bg .decor-bottom:before {
  right: -1px;
  height: 76px;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg); }

@media (min-width: 768px) {
  .sqr-two-column-section.img-left.is-bg .decor-bottom:before {
    right: calc(50.5% - 1px); } }

@media (min-width: 1441px) {
  .sqr-two-column-section.img-left.is-bg .decor-bottom:before {
    right: calc(53% - 1px); } }

.sqr-two-column-section.img-left.is-bg .decor-bottom:after {
  left: 100%;
  height: 76px;
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg); }

@media (min-width: 768px) {
  .sqr-two-column-section.img-left.is-bg .decor-bottom:after {
    left: 49.5%; } }

@media (min-width: 1441px) {
  .sqr-two-column-section.img-left.is-bg .decor-bottom:after {
    left: 47%; } }

.sqr-two-column-section.img-left.is-bg .text-holder {
  margin-bottom: 15px;
  padding-top: 107px; }

@media (min-width: 768px) {
  .sqr-two-column-section.img-left.is-bg .text-holder {
    margin-bottom: 0;
    padding: 115px 0 130px 20px; } }

@media (min-width: 1200px) {
  .sqr-two-column-section.img-left.is-bg .text-holder {
    padding: 115px 0 130px 75px; } }

.sqr-two-column-section.img-left.is-bg .img-holder .img-block {
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

@media (min-width: 768px) {
  .sqr-two-column-section.img-left.is-bg .img-holder .img-block {
    -webkit-transform: skewX(4deg);
    transform: skewX(4deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    overflow: hidden; } }

.sqr-two-column-section.img-left.is-bg .img-holder img {
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@media (min-width: 768px) {
  .sqr-two-column-section.img-left.is-bg .img-holder img {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; } }

.sqr-two-column-section.img-left .text-holder {
  margin-bottom: 70px; }

@media (min-width: 768px) {
  .sqr-two-column-section.img-left .text-holder {
    padding: 0 0 0 20px;
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .sqr-two-column-section.img-left .text-holder {
    padding: 0 0 0 75px; } }

.sqr-two-column-section.img-left .img-holder .img-block {
  margin: 0 25px 0 -15px; }

@media (min-width: 1130px) {
  .sqr-two-column-section.img-left .img-holder .img-block {
    margin: 0 0 0 calc(550px - 50vw); } }

@media (min-width: 1920px) {
  .sqr-two-column-section.img-left .img-holder .img-block {
    margin: 0 0 0 -405px; } }

.sqr-two-column-section.is-bg {
  position: relative;
  margin-bottom: -1px;
  box-sizing: border-box; }

.sqr-two-column-section.is-bg .decor-top {
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30; }

.sqr-two-column-section.is-bg .decor-top:before {
  background: #fff;
  content: '';
  position: absolute;
  bottom: -60px;
  left: -2px;
  right: calc(48% - 1px);
  height: 500px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewY(-70deg);
  transform: skewY(-70deg); }

@media (min-width: 768px) {
  .sqr-two-column-section.is-bg .decor-top:before {
    bottom: 0;
    right: calc(48% - 1px);
    height: 50px;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@media (min-width: 1441px) {
  .sqr-two-column-section.is-bg .decor-top:before {
    right: calc(50% - 1px); } }

.sqr-two-column-section.is-bg .decor-top:after {
  background: #fff;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg); }

@media (min-width: 768px) {
  .sqr-two-column-section.is-bg .decor-top:after {
    left: 52%;
    right: 0;
    height: 50px; } }

@media (min-width: 1441px) {
  .sqr-two-column-section.is-bg .decor-top:after {
    left: 50%; } }

.sqr-two-column-section.is-bg .decor-bottom {
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30; }

@media (min-width: 768px) {
  .sqr-two-column-section.is-bg .decor-bottom {
    height: 160px; } }

.sqr-two-column-section.is-bg .decor-bottom:before {
  background: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% - 1px);
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@media (min-width: 768px) {
  .sqr-two-column-section.is-bg .decor-bottom:before {
    height: 160px; } }

@media (min-width: 1441px) {
  .sqr-two-column-section.is-bg .decor-bottom:before {
    right: calc(52% - 1px); } }

.sqr-two-column-section.is-bg .decor-bottom:after {
  background: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  height: 80px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg); }

@media (min-width: 768px) {
  .sqr-two-column-section.is-bg .decor-bottom:after {
    height: 160px;
    left: 50%;
    -webkit-transform: skewY(9deg);
    transform: skewY(9deg); } }

@media (min-width: 1441px) {
  .sqr-two-column-section.is-bg .decor-bottom:after {
    left: 48%; } }

.sqr-two-column-section.is-bg .img-holder {
  position: relative;
  z-index: 10; }

@media (min-width: 768px) {
  .sqr-two-column-section.is-bg .img-holder {
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (max-width: 767px) {
  .sqr-two-column-section.is-bg .img-holder .img-block {
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    overflow: hidden; } }

.sqr-two-column-section.is-bg .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

@media (max-width: 767px) {
  .sqr-two-column-section.is-bg .img-holder img {
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

.sqr-two-column-section.is-bg .img-holder .decor-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 65px;
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 10; }

.sqr-two-column-section.is-bg .img-holder .decor-image:before {
  content: '';
  background: currentColor;
  position: absolute;
  bottom: 44%;
  right: 0;
  width: 65px;
  top: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: skewX(3deg);
  transform: skewX(3deg); }

.sqr-two-column-section.is-bg .img-holder .decor-image:after {
  content: '';
  background: currentColor;
  position: absolute;
  top: calc(56% - 1px);
  right: 0;
  width: 66px;
  bottom: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skewX(-11deg);
  transform: skewX(-11deg); }

@media (min-width: 1441px) {
  .sqr-two-column-section.is-bg .img-holder .decor-image:after {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg); } }

.sqr-two-column-section.is-bg .text-holder {
  position: relative;
  z-index: 20;
  margin-bottom: 10px;
  padding-top: 118px; }

@media (min-width: 768px) {
  .sqr-two-column-section.is-bg .text-holder {
    padding: 100px 20px 190px 0; } }

@media (min-width: 1200px) {
  .sqr-two-column-section.is-bg .text-holder {
    padding: 87px 75px 190px 0; } }

@media (min-width: 1440px) {
  .sqr-two-column-section.is-bg .text-holder {
    padding: 87px 125px 190px 0; } }

.sqr-two-column-section.is-bg .bg-block {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: -9999px;
  left: -9999px; }

.sqr-two-column-section .text-holder {
  display: block;
  width: 100%;
  margin-bottom: 100px; }

@media (min-width: 768px) {
  .sqr-two-column-section .text-holder {
    padding: 0 20px 0 0;
    max-width: 50%;
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .sqr-two-column-section .text-holder {
    padding: 0 75px 0 0; } }

.sqr-two-column-section .img-holder {
  display: block;
  width: 100%;
  font-size: 0; }

@media (min-width: 768px) {
  .sqr-two-column-section .img-holder {
    max-width: 50%; } }

.sqr-two-column-section .img-holder .img-block {
  margin: 0 -15px 0 0; }

@media (min-width: 768px) {
  .sqr-two-column-section .img-holder .img-block {
    height: 100%; } }

@media (min-width: 1130px) {
  .sqr-two-column-section .img-holder .img-block {
    margin: 0 calc(550px - 50vw) 0 0; } }

@media (min-width: 1920px) {
  .sqr-two-column-section .img-holder .img-block {
    margin: 0 -405px 0 0; } }

.sqr-two-column-section .img-holder img {
  width: 100%; }

.sqr-two-column-section h2 {
  color: #000;
  font-size: 40px !important;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0 !important; }
  @media (max-width: 767px) {
    .sqr-two-column-section h2 {
      letter-spacing: -2.16px; } }

@media (min-width: 767px) {
  .sqr-two-column-section h2 {
    font-size: 50px !important; } }

@media (min-width: 1200px) {
  .sqr-two-column-section h2 {
    font-size: 70px !important;
    line-height: 68px;
    margin-bottom: 34px; } }

.sqr-two-column-section .text-block {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 26px;
  font-weight: 300; }

@media (min-width: 1200px) {
  .sqr-two-column-section .text-block {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px; } }

.sqr-hero-section {
  margin-bottom: 55px; }

@media (min-width: 768px) {
  .sqr-hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 1200px) {
  .sqr-hero-section {
    margin-bottom: 40px; } }

.sqr-hero-section .text-holder {
  display: block;
  width: 100%;
  padding: 150px 0 0;
  margin-bottom: 50px; }

@media (min-width: 768px) {
  .sqr-hero-section .text-holder {
    padding: 150px 20px 0 0;
    max-width: 50%; } }

@media (min-width: 1200px) {
  .sqr-hero-section .text-holder {
    padding: 255px 75px 100px 0;
    margin-bottom: 0; } }

@media (min-width: 1600px) {
  .sqr-hero-section .text-holder {
    padding: 255px 75px 200px 0;
    margin-bottom: 50px; } }

.sqr-hero-section .img-holder {
  display: block;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-left: 55px; }

@media (min-width: 768px) {
  .sqr-hero-section .img-holder {
    max-width: 50%;
    padding-left: 0; } }

.sqr-hero-section .img-holder .img-block {
  height: 100%;
  margin: 0 -15px 0 0; }

@media (min-width: 1130px) {
  .sqr-hero-section .img-holder .img-block {
    margin: 0 calc(550px - 50vw) 0 0; } }

@media (min-width: 1920px) {
  .sqr-hero-section .img-holder .img-block {
    margin: 0 -405px 0 0; } }

.sqr-hero-section .img-holder img {
  width: 100%;
  vertical-align: top; }

.sqr-hero-section h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  color: #000; }

@media (min-width: 1200px) {
  .sqr-hero-section h1 {
    font-size: 70px;
    margin-bottom: 30px; } }

.sqr-hero-section .text-block {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 26px;
  font-weight: 400; }

@media (min-width: 1200px) {
  .sqr-hero-section .text-block {
    font-size: 20px;
    margin-bottom: 40px; } }

.sqr-dark-two-columns {
  background-color: #000;
  color: #fff;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  padding: 228px 0 193px;
  margin-bottom: 100px;
  margin-top: 107px; }

@media (min-width: 768px) {
  .sqr-dark-two-columns {
    padding: 238px 0 124px;
    margin-top: 0; } }

.sqr-dark-two-columns:before, .sqr-dark-two-columns:after {
  background: #fff;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.sqr-dark-two-columns:before {
  -webkit-transform: translateY(-100%) skewY(6.5deg);
  transform: translateY(-100%) skewY(6.5deg);
  height: 250px;
  left: 0;
  top: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@media (min-width: 1600px) {
  .sqr-dark-two-columns:before {
    -webkit-transform: translateY(-100%) skewY(3deg);
    transform: translateY(-100%) skewY(3deg);
    height: 400px; } }

.sqr-dark-two-columns:after {
  -webkit-transform: translateY(100%) skewY(-7.5deg);
  transform: translateY(100%) skewY(-7.5deg);
  height: 200px;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@media (min-width: 1600px) {
  .sqr-dark-two-columns:after {
    -webkit-transform: translateY(100%) skewY(-2.5deg);
    transform: translateY(100%) skewY(-2.5deg);
    height: 400px; } }

.sqr-dark-two-columns .sqr-btn {
  background: #fff;
  border-color: #fff;
  color: #000; }

.sqr-dark-two-columns .sqr-btn:hover {
  color: #000 !important;
  background: #fff; }

.sqr-dark-two-columns .decor-img {
  position: absolute;
  z-index: 1; }

.sqr-dark-two-columns .decor-img.top {
  top: -77px;
  right: 25px;
  width: 208px; }

@media (min-width: 768px) {
  .sqr-dark-two-columns .decor-img.top {
    top: -80px;
    left: 70px;
    right: auto; } }

@media (min-width: 1024px) {
  .sqr-dark-two-columns .decor-img.top {
    width: 304px; } }

.sqr-dark-two-columns .decor-img.bottom {
  bottom: -93px;
  right: -7px;
  width: 295px; }

@media (min-width: 768px) {
  .sqr-dark-two-columns .decor-img.bottom {
    bottom: -3px;
    right: -56px; } }

@media (min-width: 1024px) {
  .sqr-dark-two-columns .decor-img.bottom {
    width: 434px; } }

.sqr-dark-two-columns .logo-holder {
  text-align: center;
  margin-bottom: 70px; }

@media (min-width: 768px) {
  .sqr-dark-two-columns .logo-holder {
    margin-bottom: 90px; } }

.sqr-dark-two-columns .logo-holder img {
  max-width: 213px; }

@media (min-width: 768px) {
  .sqr-dark-two-columns .logo-holder img {
    max-width: 280px; } }

@media (min-width: 1024px) {
  .sqr-dark-two-columns .logo-holder img {
    max-width: 428px; } }

.sqr-dark-two-columns .sqr-two-column-section {
  margin-bottom: 60px; }

@media (min-width: 768px) {
  .sqr-dark-two-columns .sqr-two-column-section {
    margin-bottom: 0; } }

.sqr-dark-two-columns .sqr-two-column-section.img-left .img-holder {
  margin-right: auto; }

@media (min-width: 768px) {
  .sqr-dark-two-columns .sqr-two-column-section.img-left .img-holder {
    max-width: 44%; } }

.sqr-dark-two-columns .sqr-two-column-section.img-right .img-holder {
  margin-left: auto; }

@media (min-width: 768px) {
  .sqr-dark-two-columns .sqr-two-column-section.img-right .img-holder {
    max-width: 66%; } }

@media (min-width: 768px) {
  .sqr-dark-two-columns .sqr-two-column-section.img-right .text-holder {
    max-width: 44%; } }

.sqr-dark-two-columns .sqr-two-column-section h2 {
  color: inherit;
  font-weight: 300;
  margin-bottom: 26px; }

@media (max-width: 767px) {
  .sqr-dark-two-columns .sqr-two-column-section h2 {
    line-height: 42px;
    margin-bottom: 18px;
    letter-spacing: -1.54px; } }

.sqr-dark-two-columns .sqr-two-column-section p {
  margin-bottom: 16px; }

.sqr-dark-two-columns .sqr-two-column-section a:not(.sqr-btn) {
  color: inherit;
  text-decoration: none; }

.sqr-dark-two-columns .sqr-two-column-section a:not(.sqr-btn):hover {
  color: inherit;
  text-decoration: underline; }

@media (max-width: 767px) {
  .sqr-dark-two-columns .sqr-two-column-section .text-holder {
    padding: 0 24px 0 11px;
    margin-bottom: 60px; } }

@media (min-width: 1200px) {
  .sqr-dark-two-columns .sqr-two-column-section .text-holder {
    padding: 0 0 83px; } }

.sqr-dark-two-columns .sqr-two-column-section .text-block {
  color: inherit; }

@media (min-width: 1200px) {
  .sqr-dark-two-columns .sqr-two-column-section .text-block {
    max-width: 72%; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

.landing-container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1130px; }

.sqr-btn {
  background: #000;
  color: #fff;
  font-family: 'Moderat Bold', sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 11px 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.14px;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

@media (min-width: 768px) {
  .sqr-btn {
    padding: 12px 15px; } }

.sqr-btn:hover {
  background: #000;
  color: #fff !important; }

@media (min-width: 768px) {
  .page-template-template-landing .l-subheader-cell.at_center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-landing .ush_text_3 {
    margin-right: 0.5rem !important; } }

@media (max-width: 767px) {
  .page-template-template-landing .l-header .at_middle {
    padding-left: 8px !important; } }

.page-template-template-landing .l-footer .w-socials.color_text .w-socials-item-link {
  color: #000000; }

@media (max-width: 767px) {
  .l-subheader-cell .w-image-h:after {
    display: none; } }

/*# sourceMappingURL=new-style.css.map */
.page-template-template-healthcare .footer-bg-left.footer-bg-block {
  max-height: 562px;
  top: auto;
  bottom: 0; }

@media (min-width: 768px) {
  .page-template-template-healthcare .container.footer-text {
    padding-top: 170px; } }

@media (min-width: 768px) {
  .page-template-template-healthcare .container.footer-text .wpb_wrapper {
    margin-bottom: 40px; } }

.page-template-template-healthcare .footer-copyright,
.page-template-template-healthcare .footer-navigation a {
  color: #000;
  opacity: 1; }

.woocommerce-cart.woocommerce-page #main {
  padding-bottom: 70px; }

.woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart {
  display: block;
  border: none; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart thead {
    display: none; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tbody {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr {
    display: block;
    width: calc(50% - 10px);
    position: relative;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media (min-width: 700px) {
      .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr {
        width: calc(33.3333% - 10px); } }
    @media (min-width: 860px) {
      .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr {
        width: calc(25% - 10px); } }
    @media (min-width: 1100px) {
      .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr {
        width: calc(20% - 10px); } }
    .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr:last-child {
      display: none; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart td {
    display: block;
    border: none; }
    .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart td.actions {
      display: none; }
    .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart td.product-remove {
      position: absolute;
      padding: 0;
      top: 0;
      right: 5px;
      z-index: 10;
      background: #fff !important; }
      .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart td.product-remove a {
        height: auto;
        width: auto;
        padding: 4px;
        color: #000 !important;
        opacity: 0.5; }
        .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart td.product-remove a:hover {
          opacity: 1;
          background: transparent; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-thumbnail {
    text-align: center;
    display: block !important;
    background: #fff !important; }
    .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-thumbnail svg {
      height: 150px;
      width: 100%; }
    .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-thumbnail:before {
      display: none; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .drs-cart-data-sku {
    display: inline-block;
    margin-right: 20px; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart a {
    text-decoration: none; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-name {
    background: #fff !important; }
    @media (max-width: 767px) {
      .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-name {
        text-align: center !important; } }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-name:before {
    display: none !important; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-price,
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-quantity,
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-subtotal {
    display: none; }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .drs-cart-data {
    font-size: 12px;
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    opacity: .5;
    margin-bottom: 0;
    padding-right: 30px;
    text-align: left;
    min-height: 60px; }

.woocommerce-cart.woocommerce-page .cart_totals {
  width: auto !important; }
  .woocommerce-cart.woocommerce-page .cart_totals h2,
  .woocommerce-cart.woocommerce-page .cart_totals table {
    display: none; }
  .woocommerce-cart.woocommerce-page .cart_totals .wc-proceed-to-checkout {
    text-align: right;
    background: #ECEBE4;
    padding: 30px;
    display: inline-block; }
  .woocommerce-cart.woocommerce-page .cart_totals a.checkout-button.button.alt.wc-forward {
    background-color: #000;
    font-size: 20px;
    padding: 10px 20px 13px;
    height: auto;
    display: inline-block;
    margin-bottom: 0; }

.cart-empty.woocommerce-info {
  padding-left: 30px;
  border-top: none;
  background: rgba(0, 0, 0, 0.15);
  font-weight: 400; }
  .cart-empty.woocommerce-info:before {
    display: none; }

.woocommerce-checkout.woocommerce-page {
  background: #ecebe4; }
  .woocommerce-checkout.woocommerce-page .menu:before {
    background-color: #ecebe4; }
  .woocommerce-checkout.woocommerce-page .footer {
    background: #344031; }
  .woocommerce-checkout.woocommerce-page #main {
    padding-top: 100px; }
    @media (max-width: 479px) {
      .woocommerce-checkout.woocommerce-page #main {
        padding-top: 50px; } }
  @media (max-width: 767px) {
    .woocommerce-checkout.woocommerce-page .saved-samples-title {
      padding-top: 20px; } }
  .woocommerce-checkout.woocommerce-page #order_review {
    padding-bottom: 1px; }
  .woocommerce-checkout.woocommerce-page .woocommerce form .form-row-first, .woocommerce-checkout.woocommerce-page .woocommerce form .form-row-last, .woocommerce-checkout.woocommerce-page .woocommerce-page form .form-row-first, .woocommerce-checkout.woocommerce-page .woocommerce-page form .form-row-last {
    width: 48%; }
    @media (max-width: 830px) {
      .woocommerce-checkout.woocommerce-page .woocommerce form .form-row-first, .woocommerce-checkout.woocommerce-page .woocommerce form .form-row-last, .woocommerce-checkout.woocommerce-page .woocommerce-page form .form-row-first, .woocommerce-checkout.woocommerce-page .woocommerce-page form .form-row-last {
        width: 100%; } }
  .woocommerce-checkout.woocommerce-page .select2-container--default .select2-selection--single {
    background: transparent;
    color: #ddd;
    border: none;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    height: 40px;
    padding-left: 0;
    margin-top: 20px; }
    .woocommerce-checkout.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #ddd;
      padding-left: 0; }
    .woocommerce-checkout.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 26px; }
      .woocommerce-checkout.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent; }
  .woocommerce-checkout.woocommerce-page .select2-dropdown {
    background: #ecebe4;
    color: #333333;
    border-radius: 0;
    border: none; }
  .woocommerce-checkout.woocommerce-page .select2-search--dropdown input[type="text"] {
    font-size: 1rem;
    line-height: 2;
    padding: 0px 0.5rem;
    margin: 0.8rem;
    width: calc(100% - 1.6rem);
    min-height: 42px;
    border: 1px solid #ddd !important;
    background: none !important;
    box-shadow: none !important;
    color: inherit !important; }
    .woocommerce-checkout.woocommerce-page .select2-search--dropdown input[type="text"]:focus {
      outline: none; }
  .woocommerce-checkout.woocommerce-page .select2-results__option {
    line-height: 1.4;
    padding: 0.5rem 18px;
    margin: 0px;
    outline: none !important; }
  .woocommerce-checkout.woocommerce-page .select2-results__option--highlighted {
    background: #000;
    color: #fff; }
  .woocommerce-checkout.woocommerce-page .select2-selection__clear, .woocommerce-checkout.woocommerce-page .select2-selection__choice__remove {
    display: inline-block;
    vertical-align: top;
    padding: 0px 0.5em;
    margin-left: -0.5em;
    cursor: pointer;
    position: static;
    float: none; }
  .woocommerce-checkout.woocommerce-page .woocommerce-message {
    border: none;
    background: transparent;
    padding: 20px 0 2px 30px;
    color: #FFD33B; }
    .woocommerce-checkout.woocommerce-page .woocommerce-message:before {
      color: #FFD33B;
      left: 0; }
  .woocommerce-checkout.woocommerce-page .woocommerce-cart-form__cart-item.cart_item .remove.loading {
    position: relative; }
    .woocommerce-checkout.woocommerce-page .woocommerce-cart-form__cart-item.cart_item .remove.loading:after {
      display: none; }
    .woocommerce-checkout.woocommerce-page .woocommerce-cart-form__cart-item.cart_item .remove.loading .add-product-loader {
      position: absolute;
      pointer-events: none;
      top: 3px;
      right: -6px;
      width: 40px;
      height: 40px; }
      .woocommerce-checkout.woocommerce-page .woocommerce-cart-form__cart-item.cart_item .remove.loading .add-product-loader:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 2px solid;
        opacity: 0.2; }
      .woocommerce-checkout.woocommerce-page .woocommerce-cart-form__cart-item.cart_item .remove.loading .add-product-loader:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 2px solid;
        border-color: transparent;
        border-top-color: inherit;
        animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6); }
  .woocommerce-checkout.woocommerce-page .woocommerce-input-wrapper input[type="radio"] {
    display: none; }
    .woocommerce-checkout.woocommerce-page .woocommerce-input-wrapper input[type="radio"] + label {
      padding-left: 19px;
      display: inline-block;
      position: relative;
      margin-right: 40px !important;
      cursor: pointer; }
      .woocommerce-checkout.woocommerce-page .woocommerce-input-wrapper input[type="radio"] + label:after, .woocommerce-checkout.woocommerce-page .woocommerce-input-wrapper input[type="radio"] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 15px;
        height: 15px;
        border: 1px solid #fff;
        border-radius: 50%; }
      .woocommerce-checkout.woocommerce-page .woocommerce-input-wrapper input[type="radio"] + label:before {
        display: none;
        background-color: #fff; }
    .woocommerce-checkout.woocommerce-page .woocommerce-input-wrapper input[type="radio"]:checked + label:before {
      display: block; }
  .woocommerce-checkout.woocommerce-page .custom-country-label {
    display: block;
    font-weight: 700; }
    .woocommerce-checkout.woocommerce-page .custom-country-label > span {
      display: inline-block;
      border-bottom: 1px solid #fff;
      line-height: 1;
      padding-bottom: 2px;
      cursor: pointer; }
      .woocommerce-checkout.woocommerce-page .custom-country-label > span:hover {
        border-bottom: transparent; }

.woocommerce-notices-wrapper {
  display: none; }

#saved-templates {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #344031;
  margin-top: 140px; }
  #saved-templates:before {
    content: '';
    position: absolute;
    bottom: 100%;
    height: 70px;
    width: calc(100% + 2px);
    left: -1px;
    background: #344031 url(img/checkout.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  #saved-templates a {
    color: #fff; }
  #saved-templates #payment {
    background: #344031; }
  #saved-templates .wp-block-group__inner-container {
    max-width: 1279px;
    width: 100%;
    margin: 0 auto;
    padding: 0 18px; }
    @media (min-width: 600px) {
      #saved-templates .wp-block-group__inner-container {
        padding: 0 48px; } }
  #saved-templates .shop_table.shop_table_responsive.cart {
    display: block;
    border: none;
    padding-top: 30px; }
    #saved-templates .shop_table.shop_table_responsive.cart thead {
      display: none; }
    #saved-templates .shop_table.shop_table_responsive.cart tbody {
      display: flex;
      flex-wrap: wrap;
      margin-right: -20px; }
    #saved-templates .shop_table.shop_table_responsive.cart tr {
      display: block;
      width: calc(50% - 20px);
      position: relative;
      border: 1px solid #ccc;
      margin-right: 20px;
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        #saved-templates .shop_table.shop_table_responsive.cart tr {
          width: calc(33.3333% - 20px); } }
      @media (min-width: 860px) {
        #saved-templates .shop_table.shop_table_responsive.cart tr {
          width: calc(25% - 20px); } }
      @media (min-width: 1100px) {
        #saved-templates .shop_table.shop_table_responsive.cart tr {
          width: calc(20% - 20px); } }
      #saved-templates .shop_table.shop_table_responsive.cart tr:last-child {
        display: none; }
    #saved-templates .shop_table.shop_table_responsive.cart td {
      display: block;
      border: none; }
      #saved-templates .shop_table.shop_table_responsive.cart td.actions {
        display: none; }
      #saved-templates .shop_table.shop_table_responsive.cart td.product-remove {
        position: absolute;
        padding: 0;
        top: 0;
        right: 5px;
        z-index: 10;
        background: #fff !important; }
        #saved-templates .shop_table.shop_table_responsive.cart td.product-remove a {
          height: auto;
          width: auto;
          padding: 4px;
          color: #000 !important;
          opacity: 0.5; }
          #saved-templates .shop_table.shop_table_responsive.cart td.product-remove a:hover {
            opacity: 1;
            background: transparent; }
    #saved-templates .shop_table.shop_table_responsive.cart .product-thumbnail {
      text-align: center;
      display: block !important;
      background: #fff !important; }
      #saved-templates .shop_table.shop_table_responsive.cart .product-thumbnail svg {
        height: 190px;
        width: 100%; }
      #saved-templates .shop_table.shop_table_responsive.cart .product-thumbnail:before {
        display: none; }
    #saved-templates .shop_table.shop_table_responsive.cart .drs-cart-data-sku {
      display: inline-block;
      margin-right: 20px; }
    #saved-templates .shop_table.shop_table_responsive.cart a {
      text-decoration: none;
      color: #000; }
    #saved-templates .shop_table.shop_table_responsive.cart .product-name {
      background: #fff !important; }
      @media (max-width: 767px) {
        #saved-templates .shop_table.shop_table_responsive.cart .product-name {
          text-align: left !important; } }
    #saved-templates .shop_table.shop_table_responsive.cart .product-name:before {
      display: none !important; }
    #saved-templates .shop_table.shop_table_responsive.cart .product-price,
    #saved-templates .shop_table.shop_table_responsive.cart .product-subtotal {
      display: none; }
    #saved-templates .shop_table.shop_table_responsive.cart .drs-cart-data {
      font-size: 12px;
      font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      opacity: .5;
      margin-bottom: 0;
      padding-right: 30px;
      text-align: left;
      min-height: 60px; }
  #saved-templates form.checkout.woocommerce-checkout {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    padding-top: 100px;
    padding-bottom: 10px; }
    #saved-templates form.checkout.woocommerce-checkout:before {
      width: 120vw;
      height: 2px;
      margin-top: 2rem;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -60vw;
      content: "";
      background-image: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 0%);
      background-repeat: repeat-x;
      background-position: center bottom;
      background-size: 16px 2px; }
    #saved-templates form.checkout.woocommerce-checkout .drs-checkout-details {
      font-size: 30px;
      font-style: normal;
      line-height: 1.2;
      width: 277px;
      letter-spacing: -0.5px;
      align-self: flex-start; }
      @media (max-width: 830px) {
        #saved-templates form.checkout.woocommerce-checkout .drs-checkout-details {
          width: 100%; } }
    #saved-templates form.checkout.woocommerce-checkout #customer_details {
      margin-top: -168px;
      width: 60%; }
      @media (max-width: 830px) {
        #saved-templates form.checkout.woocommerce-checkout #customer_details {
          width: 100%;
          margin-top: 15px; } }
      #saved-templates form.checkout.woocommerce-checkout #customer_details .form-row {
        margin-bottom: 1.8rem;
        padding: 0; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details abbr {
        color: #fff; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid textarea,
      #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid input[type="tel"],
      #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid input[type="email"],
      #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid input[type="text"] {
        border-bottom: 3px solid #e6af22; }
        #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid textarea::placeholder,
        #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid input[type="tel"]::placeholder,
        #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid input[type="email"]::placeholder,
        #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid input[type="text"]::placeholder {
          color: #e6af22;
          opacity: .99; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid abbr,
      #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid label {
        color: #e6af22; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #e6af22; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid .select2-container--default .select2-selection--single {
        border-bottom: 3px solid #e6af22; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details .woocommerce-invalid .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #e6af22 transparent transparent transparent; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details textarea,
      #saved-templates form.checkout.woocommerce-checkout #customer_details input[type="tel"],
      #saved-templates form.checkout.woocommerce-checkout #customer_details input[type="email"],
      #saved-templates form.checkout.woocommerce-checkout #customer_details input[type="text"] {
        font-size: 18px;
        line-height: unset !important;
        height: 30px;
        padding-left: 0;
        color: #ddd;
        background: transparent;
        box-shadow: none !important;
        padding-right: 0;
        min-height: 56px;
        font-weight: 400;
        letter-spacing: 0em;
        border-width: 0px;
        border-radius: 0rem;
        width: 100%;
        border: 0px solid transparent;
        border-bottom: solid 3px #ffffff;
        background: none;
        transition: all 0.2s ease 0s; }
        #saved-templates form.checkout.woocommerce-checkout #customer_details textarea::placeholder,
        #saved-templates form.checkout.woocommerce-checkout #customer_details input[type="tel"]::placeholder,
        #saved-templates form.checkout.woocommerce-checkout #customer_details input[type="email"]::placeholder,
        #saved-templates form.checkout.woocommerce-checkout #customer_details input[type="text"]::placeholder {
          color: #ddd;
          opacity: .99; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details #subscribed {
        display: none; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details textarea {
        height: 100px; }
      #saved-templates form.checkout.woocommerce-checkout #customer_details #subscribed_field .checkbox span {
        line-height: 29px;
        display: block; }
    #saved-templates form.checkout.woocommerce-checkout .form-row.place-order {
      padding-right: 0; }
    #saved-templates form.checkout.woocommerce-checkout #place_order {
      background-color: #000;
      border-radius: 0;
      padding: 13px 17px 17px;
      margin-bottom: 0;
      line-height: 1; }
    #saved-templates form.checkout.woocommerce-checkout #order_review_heading {
      display: none; }
    #saved-templates form.checkout.woocommerce-checkout .woocommerce-billing-fields > h3 {
      display: none; }
    #saved-templates form.checkout.woocommerce-checkout .col-1,
    #saved-templates form.checkout.woocommerce-checkout .col-2 {
      width: 100%;
      float: none;
      clear: both;
      padding: 0; }

.checkout-info-row h1 {
  font-size: 110px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 1.7rem; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .checkout-info-row h1 {
      font-size: 99px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .checkout-info-row h1 {
      font-size: 70px; } }
  @media (max-width: 767px) {
    .checkout-info-row h1 {
      font-size: 40px;
      line-height: 42px;
      margin-bottom: 1.3rem; } }

.checkout-info-row .links {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .checkout-info-row .links {
      flex-wrap: wrap; } }
  .checkout-info-row .links .btn, .checkout-info-row .links .durasein-form-style input[type="submit"], .durasein-form-style .checkout-info-row .links input[type="submit"] {
    margin: 0 30px 10px 0; }

@media (max-width: 1030px) {
  .checkout-info-row .col-1 {
    display: none; } }

@media (max-width: 767px) {
  .checkout-info-row .col-7 {
    width: 100%; } }

@media (max-width: 1030px) {
  .checkout-info-row .col-4 {
    width: 41.666666%; } }

@media (max-width: 767px) {
  .checkout-info-row .col-4 {
    width: 100% !important;
    order: 5; }
    .checkout-info-row .col-4 .mbank-info {
      margin-top: 30px; } }

.mbank-info {
  font-size: 15px;
  line-height: 20px;
  margin-top: 53px; }
  .mbank-info .mbank-logo {
    width: 59px;
    margin-bottom: 6px; }
    .mbank-info .mbank-logo svg {
      max-width: 100%; }
  .mbank-info .mbank-link {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    margin-top: 9px;
    margin-left: 114px; }
    @media (max-width: 850px) {
      .mbank-info .mbank-link {
        margin-left: 30px; } }
    .mbank-info .mbank-link a {
      display: inline-block;
      position: relative;
      line-height: 29px; }
      .mbank-info .mbank-link a:after {
        position: absolute;
        top: 4px;
        left: -30px;
        display: block;
        width: 25px;
        height: 25px;
        content: '';
        background: url(img/side-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain; }

td.product-quantity {
  background-color: #fff !important;
  padding-top: 0 !important; }

.change-amount {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%; }
  .change-amount .btns {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%; }
    @media (max-width: 768px) {
      .change-amount .btns {
        right: 60%; } }
  .change-amount .plus {
    position: absolute;
    height: 50%;
    width: 20px;
    right: 0;
    top: 0;
    cursor: pointer; }
    .change-amount .plus:after {
      content: '';
      position: absolute;
      border: 8px solid transparent;
      border-bottom: 8px solid #000;
      bottom: 4px; }
    .change-amount .plus:hover:after {
      border-bottom-color: #000; }
  .change-amount .minus {
    position: absolute;
    height: 50%;
    width: 20px;
    right: 0;
    bottom: 0;
    cursor: pointer; }
    .change-amount .minus:after {
      content: '';
      position: absolute;
      border: 8px solid transparent;
      border-top: 8px solid #000;
      top: 4px; }
    .change-amount .minus:hover:after {
      border-top-color: #000; }
  .change-amount input[type="number"] {
    width: 50%;
    color: #000;
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
    font-weight: 400;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 0; }
  .change-amount input::-webkit-outer-spin-button,
  .change-amount input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }
  .change-amount .save {
    width: calc(50% - 8px);
    background-color: #000;
    text-align: center;
    padding: 8px 5px 12px;
    line-height: 1;
    font-size: 18px;
    cursor: pointer;
    position: relative; }
    @media (max-width: 359px) {
      .change-amount .save {
        font-size: 14px; } }
    .change-amount .save.loading {
      color: #000;
      cursor: default; }
      .change-amount .save.loading:after {
        content: '';
        position: absolute;
        width: 32px;
        height: 32px;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -16px;
        border-radius: 50%;
        border: 2px solid #fff;
        opacity: 0.4; }
      .change-amount .save.loading:before {
        content: '';
        position: absolute;
        width: 32px;
        height: 32px;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -16px;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #fff;
        animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6); }

.change-amount input:focus, .change-amount input:focus-visible {
  border: 0; }

.woocommerce-notices-wrapper.active {
  display: block; }

.removed-product-message {
  font-weight: 700; }
  .removed-product-message a {
    text-decoration: none; }

.woocommerce table.shop_table td.product-name {
  text-align: left !important; }

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  content: none; }

.g-content p.saved-samples-table-title {
  margin-bottom: 5px; }

#saved-templates a.wc-backward {
  display: inline-block;
  margin-bottom: 30px;
  background: #000; }

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > * {
  display: none !important; }

html[data-current-region-slug="nl"] .change-amount .save {
  font-size: 16px;
  padding: 8px 5px 11px; }

.mc4wp-checkbox-woocommerce input[type="checkbox"] {
  margin-right: 10px;
  display: inline-block; }

.product-cat-content {
  position: relative;
  z-index: 10; }
  .product-cat-content .product-category-title {
    letter-spacing: -0.02em; }
    @media (max-width: 1199px) {
      .product-cat-content .product-category-title {
        font-size: 70px; } }
    @media (max-width: 767px) {
      .product-cat-content .product-category-title {
        font-size: 60px !important; } }
  .product-cat-content .product-list.load-more-holder {
    position: relative;
    z-index: 20; }
  .product-cat-content .product-category-description {
    max-width: 680px;
    width: 100%; }
  .product-cat-content .product-category-description p {
    line-height: 29px; }
  .product-cat-content .not-found-text.not-found-products {
    position: relative;
    z-index: 20;
    font-size: 26px;
    padding: 10vh 0 40px;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(238, 235, 230, 0.5); }
  .product-cat-content .block-product {
    width: 50%; }
    @media (min-width: 500px) {
      .product-cat-content .block-product {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .product-cat-content .block-product {
        width: 25%; } }
    @media (min-width: 960px) {
      .product-cat-content .block-product {
        width: 20%; } }
    @media (min-width: 1200px) {
      .product-cat-content .block-product {
        width: 16.6666%; } }
  .product-cat-content .product-list {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .product-cat-content .product-list {
        margin-top: 80px; } }
  .product-cat-content .block-product .product-image-shape {
    padding-left: 8px;
    padding-right: 8px; }
  @media (max-width: 599px) {
    .product-cat-content .block-product {
      padding: 4px; } }
  @media (max-width: 767px) {
    .product-cat-content .ajax-post-loader .col-4 {
      display: none; } }
  @media (max-width: 767px) {
    .product-cat-content .ajax-post-loader .col-8 {
      width: 100%; } }

.product-category-bottom-content {
  background-color: #000;
  color: #fff;
  padding-bottom: 10px;
  margin-top: 100px;
  position: relative; }
  @media (min-width: 768px) {
    .product-category-bottom-content {
      margin-top: 200px; } }
  .product-category-bottom-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    border: 100vw solid transparent;
    border-bottom: 60px solid #000;
    border-left: 0; }
    @media (min-width: 768px) {
      .product-category-bottom-content:after {
        border: 100vw solid transparent;
        border-bottom: 150px solid #000;
        border-left: 0; } }
  .product-category-bottom-content a {
    color: #fff; }

.product-category-cta-blocks.cta-info-blocks {
  padding-top: 8px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .product-category-cta-blocks.cta-info-blocks .shapes-cta-blocks-list .img img {
      width: 100%;
      height: 230px;
      object-fit: contain;
      object-position: left; } }

.product-category-cta-bottom.shapes-cta-bottom {
  background-color: #000; }
  .product-category-cta-bottom.shapes-cta-bottom:before {
    display: none !important; }

.product-category-list {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 1px; }
  @media (min-width: 768px) {
    .product-category-list {
      padding-bottom: 60px;
      padding-top: 65px; } }
  .product-category-list a {
    text-decoration: none;
    font-weight: 300;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -1px;
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    transition: .3s; }
    @media (min-width: 768px) {
      .product-category-list a {
        font-size: 120px;
        letter-spacing: -3.7px;
        line-height: 113.4px; } }
    .product-category-list a:hover {
      color: #fff; }

.product-cat-content-row {
  position: relative;
  z-index: 10; }
  @media (max-width: 1199px) {
    .product-cat-content-row .col-4 {
      width: 20%; } }

.single-product #main {
  padding-top: 125px; }

@media (max-width: 767px) {
  .single-product .product-info {
    width: 100%;
    order: 4;
    margin-top: 40px;
    margin-bottom: 70px; }
    .single-product .product-info .product-sku,
    .single-product .product-info h1.product-title {
      display: none; } }

@media (min-width: 768px) {
  .single-product .product-info {
    padding-left: 35px;
    margin-top: 60px; } }

@media (min-width: 1024px) {
  .single-product .product-info {
    padding-left: 115px;
    margin-top: 110px; } }

.single-product .product-sku {
  font-size: 12px;
  line-height: 27px;
  font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  opacity: 0.5; }

.single-product .product-badge-new {
  color: #ffb700;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px; }

.single-product h1.product-title {
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -2px;
  padding: 0;
  margin: 0 0 25px 0;
  position: relative; }
  @media (min-width: 1024px) {
    .single-product h1.product-title {
      font-size: 70px; } }
  .single-product h1.product-title i {
    position: absolute;
    left: -40px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 22px;
    color: rgba(0, 0, 0, 0.1); }

.single-product .product-description {
  line-height: 29px;
  margin: 0 0 19px 0; }

.single-product .quantity {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 2px 0 0; }
  .single-product .quantity input[type="number"] {
    width: 67px;
    height: 46px;
    padding: 0 20px 0 17px;
    border: 2px solid #000;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    text-align: left; }
  .single-product .quantity input::-webkit-outer-spin-button,
  .single-product .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .single-product .quantity .up, .single-product .quantity .down {
    position: absolute;
    background: transparent;
    border: 0;
    outline: none;
    background-color: transparent;
    padding: 0;
    width: 20px;
    height: 22px;
    right: 0; }
    .single-product .quantity .up i, .single-product .quantity .down i {
      display: none; }
    .single-product .quantity .up:after, .single-product .quantity .down:after {
      content: '';
      position: absolute;
      border: 6px solid transparent;
      border-bottom: 7px solid #000;
      right: 5px;
      top: 1px; }
  .single-product .quantity .up {
    top: 0; }
  .single-product .quantity .down {
    bottom: 0; }
    .single-product .quantity .down:after {
      border: 6px solid transparent;
      border-top: 7px solid #000;
      top: auto;
      bottom: 1px; }

.single-product .product-image {
  position: relative; }
  @media (max-width: 767px) {
    .single-product .product-image {
      width: 100%; } }
  @media (min-width: 768px) {
    .single-product .product-image {
      padding-left: 25px; } }
  @media (min-width: 1024px) {
    .single-product .product-image {
      padding-left: 125px; } }
  .single-product .product-image svg {
    height: auto;
    width: 90%; }
    @media (max-width: 767px) {
      .single-product .product-image svg {
        display: block;
        margin: 0px auto; } }
    @media (min-width: 768px) {
      .single-product .product-image svg {
        height: 370px;
        width: 100%; } }
    @media (min-width: 1024px) {
      .single-product .product-image svg {
        width: 450px;
        max-width: 100%;
        height: auto; } }

.single-product .product-full-image {
  position: absolute;
  top: 49%;
  left: 10px;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .single-product .product-full-image {
      left: 110px; } }

@media (max-width: 767px) {
  .single-product .product-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap; } }

.single-product .product-quantity .fas.fa-heart {
  color: rgba(0, 0, 0, 0.1);
  margin-right: 12px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .single-product .product-quantity .fas.fa-heart {
      display: none; } }

.single-product .product-bottom-link {
  margin-top: 10px; }

.product-info-mobile {
  padding: 0 15px;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .product-info-mobile {
      display: none; } }
  .product-info-mobile h1.product-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.05;
    margin-bottom: 20px;
    letter-spacing: -1px; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  padding: 0 18px;
  line-height: 46px; }

.info-row {
  margin: 35px 0 90px 0;
  letter-spacing: 3.5px;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  opacity: 0.5; }
  @media (max-width: 767px) {
    .info-row {
      display: none; } }
  @media (min-width: 1024px) {
    .info-row {
      margin: 35px 0 140px 0; } }
  .info-row h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #333; }
  .info-row .info-size {
    padding-left: 0; }
  .info-row .info-sheet-size {
    padding-left: 5px; }
  .info-row ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .info-row ul li {
      margin: 0; }
  .info-row .product-color-description {
    text-transform: uppercase;
    max-width: 260px;
    width: 100%;
    margin: 0;
    opacity: 0.8;
    line-height: 1.4;
    letter-spacing: 1.5px; }

.same-category-products {
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .same-category-products {
      margin-bottom: 130px; } }
  .same-category-products h2 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 0.5rem; }
  .same-category-products .block-product {
    width: 180px; }

.product-template-default.single.single-product .footer {
  background-color: #ecebe4; }

.product-template-default.single.single-product .footer-text {
  color: #fff; }
  @media (max-width: 767px) {
    .product-template-default.single.single-product .footer-text {
      padding-top: 100px;
      padding-bottom: 10px; } }
  .product-template-default.single.single-product .footer-text a {
    color: #fff; }
    .product-template-default.single.single-product .footer-text a:after {
      background-color: #fff; }

.product-template-default.single.single-product .footer-bottom:after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  left: 50px;
  top: -64px;
  background: url(img/jellyfish.png) center/contain no-repeat;
  z-index: -1; }
  @media (max-width: 767px) {
    .product-template-default.single.single-product .footer-bottom:after {
      display: none; } }

.product-template-default.single.single-product .footer-bg-block.footer-bg-center {
  background-size: cover;
  background-position: top center; }
  @media (max-width: 767px) {
    .product-template-default.single.single-product .footer-bg-block.footer-bg-center {
      display: block; } }

.single-top-row {
  align-items: flex-start; }

.product-image svg,
.product-image-shape svg,
.product-thumbnail svg {
  overflow: visible; }

.product-single-btns {
  display: flex;
  flex-wrap: wrap; }
  .product-single-btns .cart {
    margin-bottom: 7px;
    margin-right: 7px; }

.drs-zoomer-popup-wrap.active {
  display: block; }

.drs-zoomer-popup-wrap {
  line-height: 0;
  position: fixed;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  display: none;
  overflow: hidden;
  width: 90%;
  max-width: 1183px;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25); }
  .drs-zoomer-popup-wrap .drs-zoomer-popup-content {
    overflow: scroll;
    max-height: 90vh;
    background-color: #fff; }
  .drs-zoomer-popup-wrap .drs-zoomer-popup-controls {
    position: absolute;
    bottom: 17px;
    left: 0;
    overflow: hidden;
    -webkit-clip-path: polygon(0% 100%, 0% 10%, 90% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 10%, 90% 0%, 100% 100%); }
  .drs-zoomer-popup-wrap input[name='drs-zoomer-popup-controls'] {
    line-height: 5rem;
    min-width: 300px;
    max-width: 300px;
    height: 100px;
    border: none;
    border-radius: 0;
    outline: none;
    background: #fff;
    -webkit-appearance: none; }
  .drs-zoomer-popup-wrap input[type=range] {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 10px 70px 10px 60px;
    -webkit-appearance: none; }
  .drs-zoomer-popup-wrap input[type=range]:focus {
    outline: none; }
  .drs-zoomer-popup-wrap input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    /*animate: 0.2s;*/
    background: rgba(0, 0, 0, 0.2); }
  .drs-zoomer-popup-wrap input[type=range]::-webkit-slider-thumb {
    width: 3px;
    height: 16px;
    margin-top: -6px;
    cursor: pointer;
    background: #000;
    -webkit-appearance: none; }
  .drs-zoomer-popup-wrap input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, 0.2); }
  .drs-zoomer-popup-wrap input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    /*animate: 0.2s;*/
    background: rgba(0, 0, 0, 0.2); }
  .drs-zoomer-popup-wrap input[type=range]::-moz-range-thumb {
    width: 3px;
    height: 16px;
    cursor: pointer;
    background: #000; }
  .drs-zoomer-popup-wrap input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    /*animate: 0.2s;*/
    color: transparent;
    border-width: 16px 0;
    border-color: transparent;
    background: transparent; }
  .drs-zoomer-popup-wrap input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.2); }
  .drs-zoomer-popup-wrap input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.2); }
  .drs-zoomer-popup-wrap input[type=range]::-ms-thumb {
    width: 3px;
    height: 16px;
    cursor: pointer;
    background: #000; }
  .drs-zoomer-popup-wrap input[type=range]:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.2); }
  .drs-zoomer-popup-wrap input[type=range]:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.2); }
  .drs-zoomer-popup-wrap .drs-zoomer-popup-close {
    font-size: 180%;
    line-height: 85px;
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 85px;
    text-align: center;
    background: #fff;
    -webkit-clip-path: polygon(9% 96%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(9% 96%, 0% 0%, 100% 0%, 100% 100%);
    cursor: pointer; }
    .drs-zoomer-popup-wrap .drs-zoomer-popup-close:after, .drs-zoomer-popup-wrap .drs-zoomer-popup-close:before {
      content: '';
      position: absolute;
      width: 28px;
      height: 3px;
      background-color: #000;
      top: 50%;
      margin-top: -1px;
      left: 50%;
      margin-left: -14px; }
    .drs-zoomer-popup-wrap .drs-zoomer-popup-close:before {
      transform: rotate(45deg); }
    .drs-zoomer-popup-wrap .drs-zoomer-popup-close:after {
      transform: rotate(-45deg); }
    .drs-zoomer-popup-wrap .drs-zoomer-popup-close .fas.fa-times {
      display: none; }

.drs-zoom-btn {
  font-size: 0;
  border: none;
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 2;
  top: 50%;
  background: #fff;
  transform: translateY(-50%); }
  .drs-zoom-btn:after, .drs-zoom-btn:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #000;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -7px; }
  .drs-zoom-btn:after {
    transform: rotate(90deg); }

.drs-zoomer-popup-controls-minus {
  left: 10px; }
  .drs-zoomer-popup-controls-minus:after {
    display: none; }

.drs-zoomer-popup-controls-plus {
  right: 30px; }

.drs-zoomer-popup-content-img {
  position: relative;
  overflow: hidden; }

@media (min-height: 600px) {
  .drs-zoomer-popup-wrap .drs-zoomer-popup-content {
    max-height: 470px; } }

.product-full-image {
  z-index: 10; }

.single-products {
  background: #ecebe4; }

.post-type-archive-product.woocommerce-shop {
  background-color: #ecebe4; }
  .post-type-archive-product.woocommerce-shop #wrapper {
    position: relative;
    z-index: 100; }
  .post-type-archive-product.woocommerce-shop .menu:before {
    background-color: #ecebe4; }
  .post-type-archive-product.woocommerce-shop .show-posts-top-bg {
    display: none; }
  .post-type-archive-product.woocommerce-shop .footer-bottom:after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    left: 50px;
    top: -64px;
    background: url(img/jellyfish.png) center/contain no-repeat;
    z-index: -1; }
    @media (max-width: 767px) {
      .post-type-archive-product.woocommerce-shop .footer-bottom:after {
        display: none; } }
  .post-type-archive-product.woocommerce-shop .footer-text {
    color: #fff; }
    @media (max-width: 767px) {
      .post-type-archive-product.woocommerce-shop .footer-text {
        padding-top: 100px;
        padding-bottom: 10px; } }
    .post-type-archive-product.woocommerce-shop .footer-text a {
      color: #fff; }
      .post-type-archive-product.woocommerce-shop .footer-text a:after {
        background-color: #fff; }
  .post-type-archive-product.woocommerce-shop .footer-bg-block.footer-bg-center {
    background-size: cover;
    background-position: top center; }
    @media (max-width: 767px) {
      .post-type-archive-product.woocommerce-shop .footer-bg-block.footer-bg-center {
        display: block; } }

.not-found-text.not-found-products {
  padding: 10px 10px 0;
  text-align: center;
  width: 100%; }

.shop-product-list.product-list .new-content-target {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .shop-product-list.product-list .new-content-target {
      margin-top: 0; } }
  @media (max-width: 1099px) {
    .shop-product-list.product-list .new-content-target {
      margin-left: -5px;
      margin-right: -5px; } }
  .shop-product-list.product-list .new-content-target .block-product {
    width: 50%;
    padding: 5px; }
    @media (min-width: 600px) {
      .shop-product-list.product-list .new-content-target .block-product {
        width: 33.33333%; } }
    @media (min-width: 850px) {
      .shop-product-list.product-list .new-content-target .block-product {
        width: 25%; } }
    @media (min-width: 1100px) {
      .shop-product-list.product-list .new-content-target .block-product {
        width: 20%;
        padding: 10px; } }

.shwop-posts-head {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .shwop-posts-head {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .shwop-posts-head .mbank-info {
      margin-top: 20px; } }
  @media (min-width: 1100px) {
    .shwop-posts-head .col-5 {
      padding-left: 115px; } }
  @media (max-width: 767px) {
    .shwop-posts-head .col-5 {
      order: 5; } }
  @media (min-width: 1100px) {
    .shwop-posts-head .col-7 {
      padding-right: 115px; } }
  @media (max-width: 767px) {
    .shwop-posts-head .col-5,
    .shwop-posts-head .col-7 {
      width: 100%; } }
  .shwop-posts-head .shop-title {
    letter-spacing: -0.02em; }
    @media (max-width: 1099px) and (min-width: 768px) {
      .shwop-posts-head .shop-title {
        font-size: 70px; } }

.product-filter .custom-reset {
  padding-top: 16px;
  padding-bottom: 16px; }

@media (max-width: 599px) {
  .product-filter .shop-form-filter {
    display: flex;
    flex-direction: column; }
  .product-filter .full-width-filters {
    order: 5; }
  .product-filter .filter-reset {
    order: 6; }
  .product-filter .product-search-wrap {
    margin-bottom: 20px; } }

.filter-colors .filter-checkbox-text {
  padding-right: 30px;
  position: relative; }

.filter-colors .color-value {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px; }
  .filter-colors .color-value.color-value-bordered {
    border: 1px solid #000; }

.full-width-filters {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }
  .full-width-filters .make-select {
    padding: 0 8px;
    width: 100%; }
    @media (min-width: 600px) {
      .full-width-filters .make-select {
        width: 50%; } }
    @media (min-width: 768px) {
      .full-width-filters .make-select {
        width: 20%; } }
  @media (min-width: 768px) {
    .full-width-filters.has-price-filter .make-select {
      width: 33.33%; } }
  @media (min-width: 1025px) {
    .full-width-filters.has-price-filter .make-select {
      width: 16.66%; } }

.make-select {
  margin-bottom: 15px;
  position: relative; }
  @media (min-width: 600px) {
    .make-select.filter-colors .filter-checkbox-text {
      padding-right: 32px !important; }
    .make-select .filter-list {
      display: block !important;
      position: absolute;
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      top: 39px;
      margin-top: -1px;
      left: 8px;
      min-width: calc(100% - 16px);
      z-index: 10;
      border-top: 1px solid #333;
      border-left: 1px solid #333;
      border-right: 1px solid #333;
      opacity: 0;
      visibility: hidden;
      transition: .2s; }
      .make-select .filter-list .filter-checkbox-text {
        padding-left: 8px;
        padding-right: 8px;
        transition: .2s; }
        .make-select .filter-list .filter-checkbox-text:hover {
          background-color: #eee; }
      .make-select .filter-list .color-value {
        right: 7px; }
    .make-select .filter-title {
      cursor: pointer; }
    .make-select.active .filter-title:after {
      transform: rotate(180deg); }
    .make-select.active .filter-list {
      opacity: 1;
      visibility: visible; } }

.product-search-wrap {
  padding-top: 6px; }
  .product-search-wrap input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    background: transparent;
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 0;
    font-size: 14px; }
    .product-search-wrap input:focus {
      outline: none; }
    .product-search-wrap input::placeholder {
      color: #000;
      opacity: 0.99; }

.show-posts-top-bg {
  background: #ecebe4;
  height: 50px;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 40px; }
  .show-posts-top-bg svg {
    transform: rotate(-180deg) scaleX(-1);
    width: 100%; }
  .show-posts-top-bg path {
    fill: #fff; }

.show-applied .applied-filters {
  display: flex; }

.applied-filters {
  display: none;
  flex-wrap: wrap;
  margin-right: -5px;
  flex-direction: column; }
  @media (max-width: 599px) {
    .applied-filters {
      display: none !important; } }
  .applied-filters .filter-checkbox-text {
    padding: 2px 4px 2px 15px;
    font-size: 13px;
    font-weight: bold;
    border: 0;
    color: #000;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    transition: .2s;
    position: relative;
    display: inline-block; }
    .applied-filters .filter-checkbox-text:hover {
      color: #000;
      border-color: #000; }
      .applied-filters .filter-checkbox-text:hover:after, .applied-filters .filter-checkbox-text:hover:before {
        background-color: #000; }
    .applied-filters .filter-checkbox-text:after, .applied-filters .filter-checkbox-text:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #000;
      left: 0px;
      top: 50%;
      transform: rotate(45deg);
      transition: .2s; }
    .applied-filters .filter-checkbox-text:before {
      transform: rotate(-45deg); }
  .applied-filters .color-value {
    width: 14px;
    height: 14px;
    right: 6px;
    top: 50%;
    margin-top: -6px; }

.filter-colors .applied-filters .filter-checkbox-text {
  width: 87px; }

.search.search-results .container.footer-text,
.search.search-results .footer-bg-block {
  display: none; }

.search.search-results #footer.footer-with-bg .footer-inner-wrap {
  min-height: 10px; }

.search-posts {
  display: flex;
  flex-wrap: wrap; }

.search-post {
  width: 100%;
  margin-bottom: 35px; }
  @media (min-width: 600px) {
    .search-post {
      width: 50%;
      padding-right: 20px;
      margin-bottom: 40px; } }
  .search-post h3.title {
    font-size: 1.2rem;
    padding-top: 0;
    margin-top: 10px; }
    .search-post h3.title a {
      text-decoration: none; }
  .search-post .col-image {
    text-align: center; }
    .search-post .col-image img, .search-post .col-image svg {
      display: inline-block; }

.pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0 70px; }

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem; }

.pagination > :not(.custom) .page-numbers.prev, .pagination > :not(.custom) .page-numbers.next, .pagination .page-numbers.prev span, .pagination .page-numbers.next span {
  font-size: 0; }

.pagination > :not(.custom) .page-numbers {
  font-size: 25px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
  transition: none;
  font-weight: 400; }

.pagination .page-numbers {
  flex-shrink: 0;
  text-align: center;
  position: relative;
  margin: 0.2rem;
  text-decoration: none; }
  .pagination .page-numbers:hover {
    background-color: #ecebe4; }

.pagination > :not(.custom) .page-numbers.current {
  background: #000;
  color: #fff !important; }

.pagination .page-numbers.dots {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit !important; }

.pagination .page-numbers.prev:after {
  content: '';
  position: absolute;
  background: url(img/shevron-left.svg) center/contain no-repeat;
  width: 21px;
  height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pagination .page-numbers.next:after {
  content: '';
  position: absolute;
  background: url(img/shevron-right.svg) center/contain no-repeat;
  width: 21px;
  height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.page-template-template-workplace .footer-bg-block.footer-bg-center {
  background-size: 1600px; }

body.region-popup-show {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

body.blog .region-popup a {
  color: #000; }

.region-popup-overlay {
  display: none;
  background: #333;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  .region-popup-overlay.active {
    display: block; }

.region-popup {
  display: none;
  width: 695px;
  min-height: 435px;
  max-width: 90vw;
  position: relative;
  background-image: url(img/region-popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 30px 122px 50px 63px;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.52px;
  line-height: normal;
  cursor: default !important; }
  @media (max-width: 768px) {
    .region-popup {
      width: 436px;
      min-height: 443px;
      background-image: url(img/region-popup-mobile.svg);
      padding: 28px 60px 40px 58px; } }
  @media (max-width: 480px) {
    .region-popup {
      padding: 20px 40px 30px 45px; } }
  .region-popup h3 {
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 58px 0 23px 0;
    margin: 0; }
    @media (max-width: 768px) {
      .region-popup h3 {
        font-size: 21px;
        padding: 30px 0 35px 0;
        line-height: 1.05; } }
    @media (max-width: 480px) {
      .region-popup h3 {
        font-size: 20px;
        padding: 25px 0 25px 0; } }
    .region-popup h3 br {
      display: none; }
      @media (max-width: 768px) {
        .region-popup h3 br {
          display: block; } }
  .region-popup a:focus {
    outline: none; }
  .region-popup .fancybox-close-small {
    display: none; }
  .region-popup.big-region-popup {
    background: transparent !important;
    padding: 30px 100px 50px 63px; }
    @media (max-width: 768px) {
      .region-popup.big-region-popup {
        padding: 29px 45px 42px 40px; } }
    .region-popup.big-region-popup:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      clip-path: polygon(42px 0, calc(100% - 91px) 0, 100% 45%, calc(100% - 90px) calc(100% - 24px), 30px 100%, 0 23%); }
      @media (max-width: 768px) {
        .region-popup.big-region-popup:after {
          clip-path: polygon(32px 0, calc(100% - 41px) 0, 100% 45%, calc(100% - 43px) calc(100% - 22px), 20px 100%, 0 23%); } }
    .region-popup.big-region-popup .region-popup-list {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(3, calc(33.3333% - 12px));
      column-gap: 18px; }
      @media (max-width: 768px) {
        .region-popup.big-region-popup .region-popup-list {
          grid-template-columns: repeat(2, calc(50% - 12px));
          column-gap: 24px; } }
    .region-popup.big-region-popup .region-popup-list .region-item {
      width: 100%; }

.region-popup-holder {
  position: relative;
  z-index: 5; }

.region-popup-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(img/region-popup-close.svg);
  background-size: 50px;
  background-position: center center;
  cursor: pointer; }
  @media (max-width: 768px) {
    .region-popup-close {
      right: 14px; } }

.region-popup-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 300;
  width: 432px;
  max-width: 100%; }
  @media (max-width: 768px) {
    .region-popup-list {
      font-size: 16px;
      width: 420px; } }
  @media (max-width: 480px) {
    .region-popup-list {
      font-size: 15px; } }
  .region-popup-list .region-item {
    margin: 0 0 22px 0;
    width: 50%; }
    @media (max-width: 768px) {
      .region-popup-list .region-item {
        margin: 0 0 15px 0; } }
    @media (max-width: 480px) {
      .region-popup-list .region-item {
        font-size: 14px; } }
    .region-popup-list .region-item a {
      text-decoration: none; }
      .region-popup-list .region-item a.active .region-title {
        font-weight: 700; }

.page-template-template-homebody {
  background-color: #010a19;
  color: #fff; }
  .page-template-template-homebody .post-edit-link {
    color: #fff; }
  .page-template-template-homebody .header.header-color-dark .menu:before {
    background-color: #010a19; }
  .page-template-template-homebody .container.footer-text {
    padding-top: 20px; }
    @media (min-width: 768px) {
      .page-template-template-homebody .container.footer-text {
        padding-top: 50px; } }
    .page-template-template-homebody .container.footer-text h2 {
      padding-top: 0; }
  @media (min-width: 768px) {
    .page-template-template-homebody #main {
      padding-top: 200px; } }
  .page-template-template-homebody .header .header-logo a img {
    filter: brightness(0) invert(1); }

@media (max-width: 767px) {
  .homebody-flex-content .container {
    padding: 0 26px; } }

@media (max-width: 767px) {
  .homebody-flex-content .homebody-intro .title {
    padding-left: 0;
    margin-left: -4px; } }

@media (max-width: 767px) {
  .homebody-flex-content .homebody-carousel-section .title,
  .homebody-flex-content .homebody-image-section-2 .title {
    margin-left: -2px; } }

.homebody-flex-content .btn, .homebody-flex-content .durasein-form-style input[type="submit"], .durasein-form-style .homebody-flex-content input[type="submit"] {
  background-color: #fff;
  color: #010a19; }

@media (min-width: 768px) {
  .show-menu .page-template-template-homebody .header .toggle-btn .burger div {
    background-color: transparent; } }

.show-menu .page-template-template-homebody .header .mobile-burger div {
  background-color: transparent; }

@media (min-width: 900px) {
  .homebody-intro .container {
    display: flex; } }

@media (min-width: 1450px) {
  .homebody-intro .container {
    padding-right: 0;
    padding-left: 40px; } }

.homebody-intro .title {
  word-break: unset;
  letter-spacing: -2px;
  line-height: 1.1;
  font-size: 60px;
  padding-left: 3px; }
  @media (min-width: 768px) {
    .homebody-intro .title {
      padding-left: 3px; } }
  @media (min-width: 1450px) {
    .homebody-intro .title {
      padding-left: 7px; } }
  @media (max-width: 899px) {
    .homebody-intro .title br {
      display: none; } }
  @media (min-width: 900px) {
    .homebody-intro .title {
      font-size: 80px;
      letter-spacing: -4px; } }
  @media (min-width: 1450px) {
    .homebody-intro .title {
      font-size: 120px;
      letter-spacing: -5px; } }
  @media (min-width: 900px) {
    .homebody-intro .title span {
      display: inline-block;
      padding-left: 48px; } }
  @media (min-width: 1450px) {
    .homebody-intro .title span {
      padding-left: 76px; } }

.homebody-intro .text-col {
  line-height: 1.4; }
  @media (min-width: 900px) {
    .homebody-intro .text-col {
      padding-left: 45px;
      padding-top: 140px; } }
  @media (min-width: 1450px) {
    .homebody-intro .text-col {
      padding-left: 65px;
      padding-top: 223px; } }
  .homebody-intro .text-col p {
    margin: 0 0 1.8rem; }

@media (min-width: 1100px) {
  .no-touch .homebody-image-banner {
    background-attachment: fixed; } }

.homebody-image-banner {
  margin-top: 10px;
  margin-bottom: 40px;
  height: 65vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 539px) {
    .homebody-image-banner {
      min-height: 280px; } }
  @media (min-width: 540px) {
    .homebody-image-banner {
      height: 530px; } }
  @media (min-width: 1200px) {
    .homebody-image-banner {
      height: 830px; } }
  .homebody-image-banner:after, .homebody-image-banner:before {
    content: '';
    position: absolute;
    background-color: #010a19;
    height: 30px;
    width: 101%; }
    @media (min-width: 600px) {
      .homebody-image-banner:after, .homebody-image-banner:before {
        height: 60px; } }
    @media (min-width: 1200px) {
      .homebody-image-banner:after, .homebody-image-banner:before {
        height: 80px; } }
    @media (min-width: 1450px) {
      .homebody-image-banner:after, .homebody-image-banner:before {
        height: 100px; } }
  .homebody-image-banner:after {
    top: 0;
    left: 0;
    transform-origin: left bottom;
    transform: rotate(-3deg); }
  .homebody-image-banner:before {
    bottom: 0;
    right: 0;
    transform-origin: right top;
    transform: rotate(-3deg); }

.homebody-video-section {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% calc(100% - 54px), 0 99%, 0 54px);
  height: 70vh;
  min-height: 460px;
  max-height: 790px; }
  @media (min-width: 1100px) {
    .homebody-video-section {
      margin-bottom: 125px;
      margin-top: 10px; } }
  @media (min-width: 1200px) {
    .homebody-video-section {
      height: 790px; } }
  @media (max-width: 992px) {
    .homebody-video-section {
      clip-path: polygon(100% 0, 100% calc(100% - 20px), 0 99%, 0 20px); } }
  @media (max-width: 992px) {
    .homebody-video-section.video-type-section, .homebody-video-section.image-type-section {
      height: auto !important;
      min-height: 10px !important;
      max-height: 100vh !important; } }
  @media (min-width: 993px) {
    .homebody-video-section .homebody-mob-image {
      display: none; } }
  .homebody-video-section .parallax-section {
    position: absolute;
    overflow: hidden;
    top: -250px;
    bottom: -250px;
    right: 0;
    left: 0; }
    @media (max-width: 992px) {
      .homebody-video-section .parallax-section {
        transform: none !important;
        display: none !important;
        top: 0;
        bottom: 0; }
        .homebody-video-section .parallax-section.video-parallax-section {
          display: block !important;
          position: static; } }
  @media (max-width: 992px) {
    .homebody-video-section video {
      display: block;
      width: 100%; } }
  @media (min-width: 993px) {
    .homebody-video-section video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%); } }
  .homebody-video-section .homebody-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.homebody-image-section-1 > .container {
  position: relative;
  z-index: 10; }

.homebody-image-section-1 .content-holder {
  width: 100%; }
  @media (max-width: 767px) {
    .homebody-image-section-1 .content-holder {
      margin-bottom: 10px; }
      .homebody-image-section-1 .content-holder .constent-links {
        margin-bottom: -70px; } }
  @media (min-width: 768px) {
    .homebody-image-section-1 .content-holder {
      max-width: 48vw; } }
  @media (min-width: 1100px) {
    .homebody-image-section-1 .content-holder {
      max-width: 492px;
      margin-bottom: 90px; } }
  @media (min-width: 768px) {
    .homebody-image-section-1 .content-holder {
      padding-left: 10px; } }

.homebody-image-section-1 .title {
  text-align: center; }
  @media (min-width: 1100px) {
    .homebody-image-section-1 .title {
      padding-right: 70px; } }

.homebody-image-section-1 .text {
  line-height: 1.4; }

.homebody-image-section-1 .images {
  text-align: right;
  position: relative; }

.homebody-image-section-1 .his1-image-top {
  max-width: 40vw;
  margin-bottom: -40px; }
  @media (min-width: 768px) {
    .homebody-image-section-1 .his1-image-top {
      position: absolute;
      bottom: 100%;
      margin-bottom: -50px;
      right: 0;
      max-width: 40vw; } }
  @media (min-width: 1100px) {
    .homebody-image-section-1 .his1-image-top {
      max-width: 530px; } }

.homebody-image-section-1 .his1-image-bottom {
  position: relative;
  z-index: 10;
  width: calc(100% - 27px); }
  @media (min-width: 768px) {
    .homebody-image-section-1 .his1-image-bottom {
      width: calc(100% - 58px); } }
  @media (min-width: 1280px) {
    .homebody-image-section-1 .his1-image-bottom {
      width: calc(100% - (100vw - 1180px)/2); } }

.homebody-image-section-2 {
  margin-bottom: 45px;
  margin-top: 40px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 899px) {
    .homebody-image-section-2 {
      margin-bottom: 4px; } }
  @media (min-width: 768px) {
    .homebody-image-section-2 > .container {
      padding-left: 59px;
      padding-right: 59px; } }
  @media (max-width: 899px) {
    .homebody-image-section-2 .his2-image {
      clip-path: polygon(74% 0, 100% 32%, 100% 100%, 0 100%, 0 0); } }
  .homebody-image-section-2 .content-holder {
    position: relative;
    z-index: 10;
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .homebody-image-section-2 .content-holder {
        padding-left: 190px;
        margin-bottom: 70px; } }
  .homebody-image-section-2 .his12-image-description {
    text-align: right;
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .homebody-image-section-2 .his12-image-description {
        margin-bottom: -270px; } }
  .homebody-image-section-2 .his2-image-holder {
    position: relative; }
    @media (max-width: 899px) {
      .homebody-image-section-2 .his2-image-holder {
        display: flex;
        flex-direction: column-reverse; }
        .homebody-image-section-2 .his2-image-holder .text {
          margin-top: 60px; }
        .homebody-image-section-2 .his2-image-holder img {
          width: 100%; } }
    @media (min-width: 900px) {
      .homebody-image-section-2 .his2-image-holder:after {
        content: '';
        position: absolute;
        height: 76%;
        width: 2px;
        background-color: #00ff00;
        top: -7px;
        right: 230px;
        z-index: 8;
        transform-origin: top right;
        transform: rotate(28deg); } }
    @media (min-width: 900px) {
      .homebody-image-section-2 .his2-image-holder:before {
        content: '';
        position: absolute;
        height: 2px;
        width: 48px;
        background-color: #00ff00;
        top: -8px;
        right: 230px;
        margin-right: -47px;
        z-index: 8; } }
  .homebody-image-section-2 .text {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    z-index: 5;
    position: relative; }
    @media (max-width: 899px) {
      .homebody-image-section-2 .text:after {
        content: '';
        position: absolute;
        background-color: #00ff00;
        width: 2px;
        left: 0;
        bottom: 100%;
        margin-bottom: 18px;
        margin-left: 1px;
        height: 54vw;
        transform-origin: bottom left;
        transform: rotate(47deg); }
      .homebody-image-section-2 .text:before {
        content: '';
        position: absolute;
        background-color: #00ff00;
        width: 28px;
        left: 0;
        bottom: 100%;
        margin-bottom: 17px;
        margin-left: 2px;
        height: 2px;
        transform-origin: bottom left; } }
    @media (min-width: 900px) {
      .homebody-image-section-2 .text {
        width: 220px;
        padding-right: 20px;
        padding-bottom: 190px;
        position: relative; }
        .homebody-image-section-2 .text:after {
          content: '';
          position: absolute;
          width: 800px;
          right: 0;
          bottom: 0;
          height: 100%;
          background-color: #010a19;
          transform-origin: bottom right;
          transform: rotate(36deg);
          z-index: -1; } }

@media (min-width: 768px) {
  .homebody-image-section-3 > .container {
    padding-left: 59px;
    padding-right: 59px; } }

.homebody-image-section-3 .top {
  position: relative; }

.homebody-image-section-3 .his3-image-top-holder {
  width: 100%;
  display: flex; }
  @media (max-width: 899px) {
    .homebody-image-section-3 .his3-image-top-holder {
      flex-wrap: wrap;
      flex-direction: column-reverse; } }
  @media (min-width: 1450px) {
    .homebody-image-section-3 .his3-image-top-holder {
      padding-left: 120px; } }
  .homebody-image-section-3 .his3-image-top-holder img {
    clip-path: polygon(100% 0, 100% 100%, 24.5% 100%, 18% 90%, 2.4% 83.4%, 0 64%, 0 0); }
    @media (max-width: 1299px) {
      .homebody-image-section-3 .his3-image-top-holder img {
        width: calc(100% - 260px); } }
    @media (min-width: 1300px) {
      .homebody-image-section-3 .his3-image-top-holder img {
        width: 100%;
        max-width: 825px; } }
    @media (max-width: 899px) {
      .homebody-image-section-3 .his3-image-top-holder img {
        width: 100%;
        order: 5; } }

.homebody-image-section-3 .his13-image-top-description {
  line-height: 1.4;
  position: relative; }
  @media (min-width: 900px) {
    .homebody-image-section-3 .his13-image-top-description {
      width: 260px;
      min-width: 260px;
      padding-left: 45px;
      padding-top: 30px; } }
  @media (max-width: 899px) {
    .homebody-image-section-3 .his13-image-top-description {
      margin-bottom: 20px;
      text-align: right;
      width: 100%;
      margin-top: 60px; } }
  @media (min-width: 1300px) {
    .homebody-image-section-3 .his13-image-top-description {
      width: 200px;
      min-width: 200px;
      padding-top: 30px; } }
  @media (min-width: 900px) {
    .homebody-image-section-3 .his13-image-top-description:before {
      content: '';
      position: absolute;
      height: 2px;
      width: 48px;
      background-color: #00ff00;
      top: 21px;
      left: 33px;
      z-index: 8; } }
  @media (max-width: 899px) {
    .homebody-image-section-3 .his13-image-top-description:before {
      content: '';
      position: absolute;
      height: 2px;
      width: 28px;
      bottom: 100%;
      margin-bottom: 15px;
      right: 2px;
      background-color: #00ff00; } }
  .homebody-image-section-3 .his13-image-top-description:after {
    content: '';
    position: absolute;
    height: 33vw;
    width: 2px;
    background-color: #00ff00;
    z-index: 8;
    transform-origin: top right;
    transform: rotate(29deg); }
    @media (max-width: 899px) {
      .homebody-image-section-3 .his13-image-top-description:after {
        bottom: 100%;
        margin-bottom: 16px;
        right: 2px;
        transform-origin: bottom right;
        transform: rotate(-27deg);
        height: 45vw; } }
    @media (min-width: 900px) {
      .homebody-image-section-3 .his13-image-top-description:after {
        height: 60%;
        transform: rotate(41deg);
        top: 23px;
        left: 32px; } }

@media (max-width: 899px) {
  .homebody-image-section-3 .title-col {
    text-align: center;
    margin-top: 40px; } }

@media (min-width: 900px) {
  .homebody-image-section-3 .title-col {
    position: absolute;
    width: 260px;
    bottom: -20px;
    right: -37px; } }

@media (min-width: 1300px) {
  .homebody-image-section-3 .title-col {
    right: 60px;
    bottom: 43px; } }

@media (min-width: 1450px) {
  .homebody-image-section-3 .title-col {
    right: -65px; } }

.homebody-image-section-3 .title-col .title {
  word-break: unset; }
  @media (max-width: 899px) {
    .homebody-image-section-3 .title-col .title {
      display: inline-block; } }
  @media (max-width: 1299px) {
    .homebody-image-section-3 .title-col .title {
      line-height: .9; } }
  .homebody-image-section-3 .title-col .title span {
    display: inline-block;
    padding-left: 31px; }

.homebody-image-section-3 .bottom {
  margin-top: 69px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
  position: relative; }
  @media (max-width: 899px) {
    .homebody-image-section-3 .bottom {
      flex-wrap: wrap;
      margin-top: 20px; } }
  .homebody-image-section-3 .bottom img {
    order: 5;
    clip-path: polygon(81% 0, 93.3% 11%, 100% 46%, 100% 100%, 0 100%, 0 0); }
    @media (min-width: 900px) {
      .homebody-image-section-3 .bottom img {
        max-width: calc(100% - 267px);
        margin-left: 267px; } }
    @media (max-width: 899px) {
      .homebody-image-section-3 .bottom img {
        width: 100%; } }
  @media (min-width: 900px) {
    .homebody-image-section-3 .bottom:after {
      content: '';
      position: absolute;
      background-color: #00ff00;
      z-index: 8;
      transform-origin: top left;
      height: 2px;
      width: 320px;
      bottom: 57.6%;
      left: 260px;
      margin-left: -60px;
      transform: rotate(30deg); } }
  @media (min-width: 900px) and (max-width: 1150px) {
    .homebody-image-section-3 .bottom:after {
      bottom: 59%;
      transform: rotate(23deg);
      width: 34%; } }
  @media (min-width: 900px) {
    .homebody-image-section-3 .bottom:before {
      content: '';
      position: absolute;
      background-color: #00ff00;
      z-index: 8;
      transform-origin: top right;
      height: 2px;
      width: 48px;
      bottom: 57.6%;
      left: 260px;
      margin-left: -108px; } }
  @media (min-width: 900px) and (max-width: 1150px) {
    .homebody-image-section-3 .bottom:before {
      bottom: 59%; } }

.homebody-image-section-3 .his13-image-bottom-description {
  padding-bottom: 24px;
  line-height: 1.4;
  position: relative; }
  @media (max-width: 899px) {
    .homebody-image-section-3 .his13-image-bottom-description {
      width: 100%;
      padding-bottom: 50px; }
      .homebody-image-section-3 .his13-image-bottom-description:after {
        content: '';
        position: absolute;
        background-color: #00ff00;
        z-index: 8;
        transform-origin: top right;
        left: 1px;
        height: 36vw;
        width: 2px;
        top: 100%;
        margin-top: -30px;
        transform: rotate(-20deg); }
      .homebody-image-section-3 .his13-image-bottom-description:before {
        content: '';
        position: absolute;
        background-color: #00ff00;
        z-index: 8;
        height: 2px;
        width: 28px;
        left: 1px;
        top: 100%;
        margin-top: -31px; } }
  @media (min-width: 900px) {
    .homebody-image-section-3 .his13-image-bottom-description {
      width: 267px;
      min-width: 267px;
      position: absolute;
      left: 0;
      bottom: 53%;
      margin-bottom: 16px;
      transform: translateY(100%);
      padding-right: 60px;
      padding-bottom: 0; } }

.homebody-text-columns {
  margin-bottom: 40px;
  margin-top: 30px; }
  @media (min-width: 900px) {
    .homebody-text-columns {
      margin-top: 85px; } }
  @media (min-width: 768px) {
    .homebody-text-columns > .container {
      padding-left: 59px;
      padding-right: 59px; } }
  .homebody-text-columns .homebody-text-columns-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .homebody-text-columns .text-item {
    width: 100%;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .homebody-text-columns .text-item {
        width: calc(50% - 10px); } }
    @media (min-width: 900px) {
      .homebody-text-columns .text-item {
        width: calc(50% - 40px); } }

.homebody-carousel-section {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .homebody-carousel-section {
      margin-bottom: 100px; } }
  @media (min-width: 768px) {
    .homebody-carousel-section > .container {
      padding-left: 59px;
      padding-right: 59px; } }
  .homebody-carousel-section .homebody-carousel-wrap {
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 1200px) {
      .homebody-carousel-section .homebody-carousel-wrap {
        margin-left: -34px;
        margin-right: -34px; } }
  .homebody-carousel-section .title {
    margin-bottom: 40px; }
    @media (min-width: 900px) {
      .homebody-carousel-section .title {
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .homebody-carousel-section .title {
        position: relative;
        left: -7px; } }
  .homebody-carousel-section .slide {
    padding: 0 10px; }
    @media (min-width: 1200px) {
      .homebody-carousel-section .slide {
        padding: 0 34px; } }
  .homebody-carousel-section .bg {
    padding-bottom: 66%;
    cursor: pointer; }
  .homebody-carousel-section .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    background: transparent;
    height: 40px;
    width: 40px;
    bottom: -48px;
    cursor: pointer;
    text-align: center;
    z-index: 30;
    cursor: pointer;
    overflow: hidden;
    transition: .2s; }
    @media (min-width: 1200px) {
      .homebody-carousel-section .slick-arrow {
        bottom: -61px; } }
    .homebody-carousel-section .slick-arrow:hover {
      opacity: 0.8; }
    .homebody-carousel-section .slick-arrow:after {
      font-size: 50px;
      font-family: 'Moderat';
      font-weight: 300;
      color: #fff;
      line-height: 25px; }
      @media (min-width: 1200px) {
        .homebody-carousel-section .slick-arrow:after {
          font-size: 70px; } }
  .homebody-carousel-section .slick-prev {
    left: 0px; }
    @media (min-width: 1200px) {
      .homebody-carousel-section .slick-prev {
        left: 27px; } }
    .homebody-carousel-section .slick-prev:after {
      content: '<'; }
  .homebody-carousel-section .slick-next {
    right: 1px; }
    @media (min-width: 1200px) {
      .homebody-carousel-section .slick-next {
        right: 38px; } }
    .homebody-carousel-section .slick-next:after {
      content: '>'; }

.page-template-template-patterns {
  background: #000;
  color: #fff; }
  @media (min-width: 768px) {
    .page-template-template-patterns .patterns-page-title a {
      text-decoration: none !important;
      position: relative; }
      .page-template-template-patterns .patterns-page-title a:after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 4px;
        background: #fff;
        bottom: 0; } }
  .page-template-template-patterns a {
    color: #fff; }
  .page-template-template-patterns .region-popup a {
    color: #000; }
  .page-template-template-patterns .header .header-logo a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .page-template-template-patterns #main {
    padding-top: 351px; }
    @media (min-width: 768px) {
      .page-template-template-patterns #main {
        padding-top: 240px; } }
    .page-template-template-patterns #main .container {
      position: relative; }
      .page-template-template-patterns #main .container:after {
        content: '';
        width: 942px;
        height: 1120px;
        background-image: url("./img/template-patterns-decor.svg");
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        left: -244px;
        top: -1170px;
        z-index: -1; }
        @media (min-width: 480px) {
          .page-template-template-patterns #main .container:after {
            left: -95px; } }
        @media (min-width: 768px) {
          .page-template-template-patterns #main .container:after {
            width: 1055px;
            height: 1248px;
            top: -906px;
            left: -245px; } }
  .page-template-template-patterns .container.footer-text {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .page-template-template-patterns .container.footer-text {
        padding-top: 110px;
        padding-bottom: 0; } }
    .page-template-template-patterns .container.footer-text a {
      text-decoration: underline;
      padding-bottom: 3px; }
      .page-template-template-patterns .container.footer-text a:hover {
        text-decoration: none; }
  .page-template-template-patterns .patterns-page-title {
    font-size: 47px;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .page-template-template-patterns .patterns-page-title {
        padding: 0 0 0 18px;
        font-size: 80px;
        margin-bottom: 45px; } }
  .page-template-template-patterns .patterns-page-content {
    font-weight: 300;
    margin-bottom: 76px; }
    @media (min-width: 768px) {
      .page-template-template-patterns .patterns-page-content {
        padding-left: 370px;
        margin-bottom: 120px; } }
  .page-template-template-patterns .patterns-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px; }
  .page-template-template-patterns .pattern-block {
    width: 100%;
    max-width: 50%;
    margin-bottom: 26px;
    padding: 0 7px; }
    @media (min-width: 768px) {
      .page-template-template-patterns .pattern-block {
        max-width: 33.33%;
        margin-bottom: 22px;
        padding: 0 9px; } }
    @media (min-width: 1024px) {
      .page-template-template-patterns .pattern-block {
        max-width: 25%; } }
    @media (min-width: 1200px) {
      .page-template-template-patterns .pattern-block {
        max-width: 20%; } }
    .page-template-template-patterns .pattern-block a {
      display: block;
      background: #1e1c1c;
      height: 100%;
      width: 100%;
      padding: 5px 12px 11px;
      text-decoration: none; }
  .page-template-template-patterns .pattern-title {
    text-transform: uppercase;
    font-family: "Moderat Mono","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px; }
  .page-template-template-patterns .pattern-image {
    width: 94%;
    margin: 10px auto 14px;
    text-align: center;
    position: relative;
    z-index: 2;
    display: block; }
    .page-template-template-patterns .pattern-image svg {
      height: 150px;
      margin: 10px 0;
      max-width: 100%; }
  .page-template-template-patterns .pattern-categories {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding-bottom: 4px;
    padding-top: 3px;
    display: block; }
  @media (min-width: 768px) {
    .page-template-template-patterns .footer-text a {
      text-decoration: none !important; }
      .page-template-template-patterns .footer-text a:after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 4px;
        background: #fff;
        bottom: -2px; } }

.page-template-template-patternine {
  background: #000;
  color: #fff; }
  @media (min-width: 768px) {
    .page-template-template-patternine .patternine-flex-content > section h2.title a {
      text-decoration: none !important;
      position: relative; }
      .page-template-template-patternine .patternine-flex-content > section h2.title a:after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 4px;
        background: #fff;
        bottom: 0; } }
  @media (min-width: 768px) {
    .page-template-template-patternine .patternine-page-title a {
      text-decoration: none !important;
      position: relative; }
      .page-template-template-patternine .patternine-page-title a:after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 4px;
        background: #fff;
        bottom: 0; } }
  .page-template-template-patternine a {
    color: #fff; }
  .page-template-template-patternine .region-popup a {
    color: #000; }
  .page-template-template-patternine .main .container {
    max-width: 1351px;
    padding: 0 40px; }
  .page-template-template-patternine .header .header-logo a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .page-template-template-patternine #main {
    padding-top: 209px; }
    @media (min-width: 768px) {
      .page-template-template-patternine #main {
        padding-top: 150px; } }
  .page-template-template-patternine .container.footer-text {
    padding-top: 187px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .page-template-template-patternine .container.footer-text {
        padding-top: 209px;
        padding-bottom: 0; } }
    .page-template-template-patternine .container.footer-text a {
      text-decoration: underline;
      padding-bottom: 3px; }
      .page-template-template-patternine .container.footer-text a:hover {
        text-decoration: none; }
  @media (min-width: 1100px) {
    .page-template-template-patternine .homebody-video-section {
      margin-bottom: 163px; } }
  @media (min-width: 768px) {
    .page-template-template-patternine .footer-text a {
      text-decoration: none !important; }
      .page-template-template-patternine .footer-text a:after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 4px;
        background: #fff;
        bottom: -2px; } }

.pt-hero-section .container {
  margin-bottom: 75px;
  position: relative; }
  @media (min-width: 768px) {
    .pt-hero-section .container {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 82px; } }
  .pt-hero-section .container:after {
    content: '';
    width: 609px;
    height: 721px;
    background-image: url("./img/template-patternine-decor.svg");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: -75px;
    top: -455px;
    z-index: -1; }
    @media (min-width: 768px) {
      .pt-hero-section .container:after {
        width: 1055px;
        height: 1248px;
        top: -932px;
        left: 245px; } }

.pt-hero-section .patternine-page-logo {
  font-size: 0;
  text-align: center;
  margin-bottom: 214px;
  width: 100%; }
  @media (min-width: 768px) {
    .pt-hero-section .patternine-page-logo {
      margin-bottom: 150px; } }

.pt-hero-section .patternine-col-title {
  width: 100%; }
  @media (min-width: 768px) {
    .pt-hero-section .patternine-col-title {
      max-width: 50%;
      padding: 0 15px 0 0; } }
  @media (min-width: 1200px) {
    .pt-hero-section .patternine-col-title {
      padding: 0 90px 0 0; } }

.pt-hero-section .patternine-col-text {
  width: 100%;
  font-weight: 300; }
  @media (min-width: 768px) {
    .pt-hero-section .patternine-col-text {
      max-width: 50%;
      padding: 0 0 0 15px; } }
  @media (min-width: 1200px) {
    .pt-hero-section .patternine-col-text {
      padding: 0 0 0 50px; } }

.pt-hero-section .patternine-page-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: 19px; }
  @media (min-width: 768px) {
    .pt-hero-section .patternine-page-title {
      font-size: 50px; } }
  @media (min-width: 1200px) {
    .pt-hero-section .patternine-page-title {
      font-size: 70px; } }

.pt-hero-section .homebody-video-section {
  margin-bottom: 63px; }
  @media (min-width: 768px) {
    .pt-hero-section .homebody-video-section {
      margin-bottom: 134px; } }

.pt-image-section-1 {
  margin-bottom: 63px; }
  @media (min-width: 768px) {
    .pt-image-section-1 {
      margin-bottom: 134px; } }
  .pt-image-section-1 .container {
    position: relative; }
    .pt-image-section-1 .container:after {
      content: '';
      width: 1388px;
      height: 611px;
      background-image: url("./img/pt-image-section-1-decor.svg");
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      left: -300px;
      top: -174px;
      z-index: -1; }
      @media (min-width: 768px) {
        .pt-image-section-1 .container:after {
          left: -231px;
          top: -234px;
          width: 1791px;
          height: 992px; } }
  .pt-image-section-1 .pt-content-holder {
    margin-bottom: 79px; }
    @media (min-width: 768px) {
      .pt-image-section-1 .pt-content-holder {
        margin-bottom: 129px; } }
  .pt-image-section-1 .title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 300;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .pt-image-section-1 .title {
        font-size: 50px; } }
    @media (min-width: 1200px) {
      .pt-image-section-1 .title {
        padding-left: 254px;
        font-size: 70px; } }
    .pt-image-section-1 .title sup {
      font-size: 58%;
      font-weight: 300; }
  .pt-image-section-1 .pt-row-image {
    position: relative;
    font-size: 0;
    text-align: right; }
    .pt-image-section-1 .pt-row-image img {
      width: calc(100vw - 42px); }
      @media (min-width: 768px) {
        .pt-image-section-1 .pt-row-image img {
          width: calc(100vw - 62px); } }
      @media (min-width: 1200px) {
        .pt-image-section-1 .pt-row-image img {
          width: calc(100% - (100vw - 1282px) / 2 - 225px); } }

.pt-image-section-2 {
  margin-bottom: 57px; }
  @media (min-width: 768px) {
    .pt-image-section-2 {
      margin-bottom: 154px; } }
  .pt-image-section-2 .container {
    position: relative; }
  .pt-image-section-2 .pt-content-holder {
    margin-bottom: 78px; }
    @media (min-width: 768px) {
      .pt-image-section-2 .pt-content-holder {
        display: flex;
        margin-bottom: 8px; } }
  .pt-image-section-2 .col-content {
    width: 100%;
    margin-bottom: 63px; }
    @media (min-width: 768px) {
      .pt-image-section-2 .col-content {
        max-width: 50%;
        padding-right: 15px;
        padding-top: 9px;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .pt-image-section-2 .col-content {
        padding-right: 60px; } }
  .pt-image-section-2 .col-image {
    width: 100%;
    text-align: right;
    font-size: 0;
    transform: translateX(60px); }
    @media (min-width: 480px) {
      .pt-image-section-2 .col-image {
        transform: translateX(80px); } }
    @media (min-width: 768px) {
      .pt-image-section-2 .col-image {
        max-width: 50%;
        transform: translateX(0);
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .pt-image-section-2 .col-image {
        padding-left: 40px; } }
  .pt-image-section-2 .title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 300;
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .pt-image-section-2 .title {
        font-size: 50px;
        margin-bottom: 36px; } }
    @media (min-width: 1200px) {
      .pt-image-section-2 .title {
        font-size: 70px; } }
  .pt-image-section-2 .pt-row-image {
    position: relative;
    font-size: 0; }
    .pt-image-section-2 .pt-row-image img {
      width: calc(100vw - 30px); }
      @media (min-width: 768px) {
        .pt-image-section-2 .pt-row-image img {
          width: calc(100vw - 58px); } }
      @media (min-width: 1200px) {
        .pt-image-section-2 .pt-row-image img {
          width: calc(100% - (100vw - 1282px) / 2 - 80px); } }

.pt-text-columns {
  margin-bottom: 69px; }
  @media (min-width: 768px) {
    .pt-text-columns {
      margin-bottom: 182px; } }
  .pt-text-columns .title {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 19px; }
    @media (min-width: 768px) {
      .pt-text-columns .title {
        font-size: 50px;
        margin-bottom: 32px; } }
    @media (min-width: 1200px) {
      .pt-text-columns .title {
        font-size: 70px; } }
  .pt-text-columns .text {
    line-height: 1.45; }
    @media (min-width: 768px) {
      .pt-text-columns .text {
        column-count: 2;
        column-gap: 60px; } }
    @media (min-width: 1200px) {
      .pt-text-columns .text {
        column-gap: 150px; } }

.pt-image-list {
  margin-bottom: 194px; }
  @media (min-width: 768px) {
    .pt-image-list {
      margin-bottom: 146px; } }
  .pt-image-list .container {
    position: relative; }
    .pt-image-list .container:after {
      content: '';
      width: 863px;
      height: 619px;
      background-image: url("./img/pt-image-list-decor.svg");
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      left: -165px;
      top: 121px;
      z-index: -1; }
      @media (min-width: 768px) {
        .pt-image-list .container:after {
          left: 50px;
          top: 54px;
          width: 1422px;
          height: 1021px; } }
  .pt-image-list .pt-image-list-item {
    font-size: 0;
    max-width: 825px;
    margin: 0 0 87px -18px; }
    @media (min-width: 600px) {
      .pt-image-list .pt-image-list-item {
        margin: 0 0 69px -48px; } }
    @media (min-width: 1200px) {
      .pt-image-list .pt-image-list-item {
        margin: 0 0 69px; } }
    .pt-image-list .pt-image-list-item:nth-child(2n) {
      margin: 0 -18px 87px auto; }
      @media (min-width: 600px) {
        .pt-image-list .pt-image-list-item:nth-child(2n) {
          margin: 0 -48px 69px auto; } }
      @media (min-width: 1200px) {
        .pt-image-list .pt-image-list-item:nth-child(2n) {
          margin: 0 0 69px auto; } }
    .pt-image-list .pt-image-list-item:last-child {
      margin-bottom: 0; }

.pt-related_patterns {
  margin-bottom: 53px; }
  @media (min-width: 768px) {
    .pt-related_patterns {
      margin-bottom: 170px; } }
  .pt-related_patterns .title {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 56px; }
    @media (min-width: 768px) {
      .pt-related_patterns .title {
        font-size: 50px;
        margin-bottom: 93px; } }
    @media (min-width: 1200px) {
      .pt-related_patterns .title {
        font-size: 70px; } }
  .pt-related_patterns .text {
    text-align: right;
    font-size: 47px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.03em; }
    @media (min-width: 768px) {
      .pt-related_patterns .text {
        font-size: 70px; } }
    .pt-related_patterns .text a {
      position: relative; }
      @media (min-width: 768px) {
        .pt-related_patterns .text a {
          text-decoration: none; }
          .pt-related_patterns .text a:after {
            content: '';
            position: absolute;
            right: 0;
            width: 100%;
            height: 4px;
            background: #fff;
            bottom: -2px; } }
  .pt-related_patterns .related-pattern-list {
    margin-bottom: 77px; }
    @media (min-width: 768px) {
      .pt-related_patterns .related-pattern-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        margin: 0 -15px 25px; } }
  .pt-related_patterns .related-pattern-block {
    width: 100%;
    max-width: 220px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .pt-related_patterns .related-pattern-block {
        max-width: 33.333%;
        padding: 0 15px;
        margin-bottom: 30px; } }
    .pt-related_patterns .related-pattern-block:nth-child(2n) {
      margin-right: 0;
      margin-left: auto; }
  .pt-related_patterns .block {
    text-decoration: none;
    display: block; }
    @media (min-width: 1200px) {
      .pt-related_patterns .block {
        display: flex;
        align-items: flex-end; } }
  .pt-related_patterns .related-pattern-text {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .pt-related_patterns .related-pattern-text {
        max-width: 105px;
        padding-right: 10px; } }
  .pt-related_patterns .related-pattern-categories {
    display: block; }
    .pt-related_patterns .related-pattern-categories .item {
      display: block; }
  .pt-related_patterns .related-pattern-image {
    order: 5;
    text-align: center;
    width: 100%;
    font-size: 0;
    display: block;
    margin-bottom: 37px; }
    @media (min-width: 1200px) {
      .pt-related_patterns .related-pattern-image {
        margin-bottom: 0; } }
    .pt-related_patterns .related-pattern-image img, .pt-related_patterns .related-pattern-image svg {
      width: 100%;
      max-width: 220px;
      height: auto; }
      @media (min-width: 768px) {
        .pt-related_patterns .related-pattern-image img, .pt-related_patterns .related-pattern-image svg {
          max-width: 285px; } }

.pt-image-banner .container {
  font-size: 0;
  position: relative; }
  .pt-image-banner .container:after {
    content: '';
    width: 397px;
    height: 393px;
    background-image: url("./img/pt-image-banner-decor.svg");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: -123px;
    bottom: -105px;
    z-index: -1; }
    @media (min-width: 768px) {
      .pt-image-banner .container:after {
        left: -221px;
        bottom: -317px;
        width: 678px;
        height: 671px; } }
  .pt-image-banner .container img {
    width: 100%; }

@media (min-width: 768px) {
  .page-template-template-ads #main {
    padding-top: 0; } }

@media (min-width: 768px) {
  .page-template-template-ads .container.footer-text {
    padding-top: 97px;
    padding-bottom: 10px; } }

@media (min-width: 768px) {
  .page-template-template-ads .container.footer-text h2 {
    font-size: 50px;
    line-height: 1.2; } }

.page-template-template-ads .container.footer-text a {
  position: relative;
  text-decoration: none; }
  .page-template-template-ads .container.footer-text a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    background: #000;
    bottom: -2px;
    height: 2px; }

@media (max-width: 767px) {
  .page-template-template-ads .footer-bg-block.footer-bg-center {
    display: block; } }

.page-template-template-ads .features.section304 {
  padding: 98px 0 120px;
  position: relative; }
  @media (min-width: 768px) {
    .page-template-template-ads .features.section304 {
      padding: 129px 0 145px; } }
  .page-template-template-ads .features.section304:after {
    content: '';
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e3e3e3;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 85px, 100% calc(100% - 67px), 0% 100%, 0% 36px); }
    @media (min-width: 1024px) {
      .page-template-template-ads .features.section304:after {
        clip-path: polygon(50% 0%, 100% 224px, 100% calc(100% - 100px), 0% 100%, 0% 56px); } }
  .page-template-template-ads .features.section304 .features-list {
    margin: 0 -8px; }
    @media (min-width: 768px) {
      .page-template-template-ads .features.section304 .features-list {
        margin: 0 -10px; } }
  .page-template-template-ads .features.section304 .features-holder > .title {
    font-size: 43px;
    margin-bottom: 63px; }
  .page-template-template-ads .features.section304 .feature-block {
    width: 50%;
    padding: 0 8px; }
    @media (min-width: 768px) {
      .page-template-template-ads .features.section304 .feature-block {
        width: 29%;
        padding: 0 16px; } }
    @media (min-width: 1024px) {
      .page-template-template-ads .features.section304 .feature-block {
        margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .page-template-template-ads .features.section304 .feature-block:nth-child(6n+4) {
        margin-left: 13%; } }
    .page-template-template-ads .features.section304 .feature-block .image {
      margin-bottom: 5px;
      height: 110px; }
      @media (min-width: 768px) {
        .page-template-template-ads .features.section304 .feature-block .image {
          height: 120px;
          margin-bottom: 10px; } }
    .page-template-template-ads .features.section304 .feature-block .title {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 2px; }
      @media (min-width: 768px) {
        .page-template-template-ads .features.section304 .feature-block .title {
          font-size: 17px;
          margin-bottom: 7px; } }
    .page-template-template-ads .features.section304 .feature-block .text {
      font-size: 20px;
      font-weight: 300;
      letter-spacing: -0.01em; }
      @media (min-width: 768px) {
        .page-template-template-ads .features.section304 .feature-block .text {
          font-size: 17px; } }

@media (max-width: 767px) {
  .page-template-template-ads .page-intro.section42 .bg-image-wrap .bg {
    padding-bottom: 110%; } }

.page-template-template-ads .page-intro.section510 {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-template-template-ads .page-intro.section510 {
      margin-bottom: 99px; } }
  @media (min-width: 768px) {
    .page-template-template-ads .page-intro.section510 .col {
      padding-top: 60px;
      max-width: calc(420px + 8.3333%);
      padding-bottom: 50px; } }
  .page-template-template-ads .page-intro.section510 .bg-image-wrap {
    top: 0; }
    @media (min-width: 1400px) {
      .page-template-template-ads .page-intro.section510 .bg-image-wrap {
        width: 610px; } }
    @media (max-width: 767px) {
      .page-template-template-ads .page-intro.section510 .bg-image-wrap .bg {
        padding-bottom: 100%; } }

.page-template-template-ads .page-intro.image-position-left.section511 .bg-image-wrap {
  top: 0; }

@media (max-width: 767px) {
  .page-template-template-ads .page-intro.image-position-left.section511 .col {
    margin-top: 39px; } }

@media (min-width: 1200px) {
  .page-template-template-ads .page-intro.image-position-left.section511 .col {
    padding-left: calc(50% + 127px);
    padding-right: 50px; } }

@media (min-width: 1200px) {
  .page-template-template-ads .page-intro.image-position-left.section511 .col .text {
    margin-bottom: 45px; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .title, .page-template-template-ads .page-intro.image-position-left.section511 .title {
    font-size: 54px;
    font-weight: 300;
    line-height: 1;
    max-width: 350px; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .text, .page-template-template-ads .page-intro.image-position-left.section511 .text {
    font-size: 16px; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .text p, .page-template-template-ads .page-intro.image-position-left.section511 .text p {
    line-height: 1.5; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .btn, .page-template-template-ads .page-intro.section510 .durasein-form-style input[type="submit"], .durasein-form-style .page-template-template-ads .page-intro.section510 input[type="submit"], .page-template-template-ads .page-intro.image-position-left.section511 .btn, .page-template-template-ads .page-intro.image-position-left.section511 .durasein-form-style input[type="submit"], .durasein-form-style .page-template-template-ads .page-intro.image-position-left.section511 input[type="submit"] {
    font-size: 16px;
    padding: 9px 25px; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .random-products-list, .page-template-template-ads .page-intro.image-position-left.section511 .random-products-list {
    margin: 15px -9px;
    max-width: 420px; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .block-product, .page-template-template-ads .page-intro.image-position-left.section511 .block-product {
    padding: 9px; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .block-product .product-sku, .page-template-template-ads .page-intro.image-position-left.section511 .block-product .product-sku {
    font-size: 10px; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .block-product .product-image-shape, .page-template-template-ads .page-intro.image-position-left.section511 .block-product .product-image-shape {
    margin: 5px auto 9px; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .block-product .product-image-shape svg, .page-template-template-ads .page-intro.image-position-left.section511 .block-product .product-image-shape svg {
    height: 125px; } }

@media (min-width: 768px) {
  .page-template-template-ads .page-intro.section510 .block-product .product-title, .page-template-template-ads .page-intro.image-position-left.section511 .block-product .product-title {
    font-size: 14px; } }

.page-template-template-ads .page-intro.section510 .block-product .add_to_cart_button, .page-template-template-ads .page-intro.image-position-left.section511 .block-product .add_to_cart_button {
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px; }

html.active-black .page-template-template-d-fab .header-logo .logo-icon {
  filter: brightness(0) invert(0.2) !important; }

.page-template-template-d-fab {
  background: #323132;
  color: #fff; }
  .page-template-template-d-fab .menu:before {
    background-color: #323132 !important; }
  @media (max-width: 767px) {
    .page-template-template-d-fab .active-parallax {
      transform: none !important; } }
  .page-template-template-d-fab #main {
    padding-top: 292px; }
    @media (min-width: 768px) {
      .page-template-template-d-fab #main {
        padding-top: 179px; } }
  .page-template-template-d-fab a {
    color: #fff; }
  .page-template-template-d-fab .fa-bitcoin:after, .page-template-template-d-fab .fa-buffer:after {
    filter: brightness(0) invert(1); }
  .page-template-template-d-fab .footer-logo img {
    filter: brightness(0) invert(1); }
  .page-template-template-d-fab .region-popup a {
    color: #000; }
  .page-template-template-d-fab .header .header-logo a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .page-template-template-d-fab .footer-inner-wrap {
    overflow: visible; }
  .page-template-template-d-fab .container.footer-text {
    position: relative;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .page-template-template-d-fab .container.footer-text {
        padding-top: 20px; } }
    .page-template-template-d-fab .container.footer-text .d-fab-page-content-shape-4 {
      position: absolute;
      right: 0;
      top: -115px;
      width: 105px;
      height: 101px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("./img/template-d-fab-footer-text-decor.svg"); }
      @media (min-width: 768px) {
        .page-template-template-d-fab .container.footer-text .d-fab-page-content-shape-4 {
          top: 20px;
          width: 135px;
          height: 131px; } }
      @media (min-width: 1200px) {
        .page-template-template-d-fab .container.footer-text .d-fab-page-content-shape-4 {
          right: 128px; } }
    @media (min-width: 768px) {
      .page-template-template-d-fab .container.footer-text h2 {
        font-size: 50px;
        margin: 0 auto;
        max-width: 600px; } }
    .page-template-template-d-fab .container.footer-text a:after {
      background: #fff; }
  .page-template-template-d-fab .footer-copyright {
    color: #e0e0e0; }
  .page-template-template-d-fab .footer .btn-support {
    color: #000;
    background-color: #fff; }
  .page-template-template-d-fab .container {
    max-width: 1396px;
    padding-left: 33px;
    padding-right: 33px; }
    @media (min-width: 768px) {
      .page-template-template-d-fab .container {
        padding-left: 48px;
        padding-right: 48px; } }
  .page-template-template-d-fab .d-fab-contact-section {
    background: #fff;
    color: #323132;
    transform: translateX(-50%) skewY(-5.4deg);
    overflow: hidden;
    margin-bottom: 70px; }
    .page-template-template-d-fab .d-fab-contact-section .contact-section-holder {
      transform: skewY(5.4deg); }
      .page-template-template-d-fab .d-fab-contact-section .contact-section-holder .img-wrap {
        order: 1;
        left: 0;
        width: 100%;
        overflow: hidden;
        transform: skewY(-5.4deg); }
        @media (min-width: 768px) {
          .page-template-template-d-fab .d-fab-contact-section .contact-section-holder .img-wrap {
            transform: skewY(0);
            margin-top: -6%;
            order: 2;
            width: 50%; } }
        @media (max-width: 767px) {
          .page-template-template-d-fab .d-fab-contact-section .contact-section-holder .img-wrap {
            height: 140vw;
            margin-bottom: -2px;
            order: 4 !important; }
            .page-template-template-d-fab .d-fab-contact-section .contact-section-holder .img-wrap .bg-image {
              background-position: top center !important; } }
        .page-template-template-d-fab .d-fab-contact-section .contact-section-holder .img-wrap .bg-image {
          transform: skewY(5.4deg) scale(1.3); }
          @media (min-width: 768px) {
            .page-template-template-d-fab .d-fab-contact-section .contact-section-holder .img-wrap .bg-image {
              transform: skewY(0) scale(1.02);
              margin-top: 0;
              background-position: center center;
              background-size: cover; } }
    .page-template-template-d-fab .d-fab-contact-section .col {
      order: 2;
      padding: 60px 18px 40px; }
      @media (min-width: 768px) {
        .page-template-template-d-fab .d-fab-contact-section .col {
          padding: 200px 4% 150px 3%;
          padding: 200px 8.3333% 150px 8.3333%;
          order: 1;
          width: 50%; } }
    .page-template-template-d-fab .d-fab-contact-section .title {
      margin-bottom: 19px; }
    .page-template-template-d-fab .d-fab-contact-section .text {
      margin-bottom: 51px; }
    .page-template-template-d-fab .d-fab-contact-section .durasein-form-style input[type="submit"] {
      color: #000;
      background: #aaf75a;
      padding: 12px 47px;
      font-size: 20px;
      line-height: 1.15;
      letter-spacing: -0.0145em;
      margin-top: 19px; }
    .page-template-template-d-fab .d-fab-contact-section .durasein-form-style input:not([type="submit"]), .page-template-template-d-fab .d-fab-contact-section .durasein-form-style select {
      border-bottom: 1px solid #323132;
      margin-bottom: 17px; }
  .page-template-template-d-fab .wpcf7-form .wpcf7-response-output {
    color: #ffb900;
    margin-top: 23px; }

.image-with-mask .add-mask.mask-position-bottom img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 96%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 96%, 0% 100%); }

.image-with-mask .add-mask.mask-position-top img {
  webkit-clip-path: polygon(0% 0%, 70% 4%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 70% 4%, 100% 0%, 100% 100%, 0% 100%); }

.d-fab-page-content {
  margin-bottom: 69px;
  position: relative; }
  @media (min-width: 1024px) {
    .d-fab-page-content {
      margin-bottom: 117px; } }
  .d-fab-page-content .d-fab-page-content-shape-1 {
    position: absolute;
    top: -145px;
    left: 0;
    width: 132px;
    height: 151px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("./img/template-d-fab-title-decor01.svg");
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s .3s, visibility .3s .3s; }
    @media (min-width: 768px) {
      .d-fab-page-content .d-fab-page-content-shape-1 {
        top: auto;
        bottom: 145px;
        width: 212px;
        height: 241px; } }
    @media (min-width: 1024px) {
      .d-fab-page-content .d-fab-page-content-shape-1 {
        bottom: 140px; } }
    @media (min-width: 1200px) {
      .d-fab-page-content .d-fab-page-content-shape-1 {
        width: 253px;
        height: 289px;
        bottom: 108px; } }
    .d-fab-page-content .d-fab-page-content-shape-1.active-parallax {
      opacity: 1;
      visibility: visible; }
  @media (min-width: 1200px) {
    .d-fab-page-content .d-fab-page-content-shape-2 {
      position: absolute;
      bottom: -72px;
      right: 0;
      width: 213px;
      height: 358px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-image: url("./img/template-d-fab-title-decor02.svg");
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s .3s, visibility .3s .3s; }
      .d-fab-page-content .d-fab-page-content-shape-2.active-parallax {
        opacity: 1;
        visibility: visible; } }
  .d-fab-page-content .container {
    position: relative; }
    @media (min-width: 768px) {
      .d-fab-page-content .container {
        display: flex;
        flex-wrap: wrap; } }
    .d-fab-page-content .container .d-fab-page-content-shape-3 {
      position: absolute;
      top: -185px;
      right: 10px;
      width: 132px;
      height: 104px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-image: url("./img/template-d-fab-decor.svg");
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s .3s, visibility .3s .3s; }
      .d-fab-page-content .container .d-fab-page-content-shape-3.active-parallax {
        opacity: 1;
        visibility: visible; }
      @media (min-width: 768px) {
        .d-fab-page-content .container .d-fab-page-content-shape-3 {
          top: -100px; } }
      @media (min-width: 1024px) {
        .d-fab-page-content .container .d-fab-page-content-shape-3 {
          top: -160px;
          right: auto;
          left: 270px; } }
      @media (min-width: 1200px) {
        .d-fab-page-content .container .d-fab-page-content-shape-3 {
          width: 253px;
          height: 198px;
          left: 240px;
          top: -200px; } }
  .d-fab-page-content .d-fab-page-title {
    margin-bottom: 15px;
    font-size: 80px;
    line-height: 1;
    color: #aaf75a;
    font-weight: 700;
    letter-spacing: -0.03em; }
    @media (min-width: 768px) {
      .d-fab-page-content .d-fab-page-title {
        margin: 0;
        margin-left: -10px;
        order: 2;
        width: 100%;
        font-size: 200px;
        line-height: 0.8; } }
    @media (min-width: 1024px) {
      .d-fab-page-content .d-fab-page-title {
        margin-left: -10px; } }
    @media (min-width: 1200px) {
      .d-fab-page-content .d-fab-page-title {
        margin-left: -18px; } }
    @media (min-width: 1400px) {
      .d-fab-page-content .d-fab-page-title {
        font-size: 290px;
        margin-left: -20px; } }
  .d-fab-page-content .d-fab-text {
    font-size: 20px;
    font-weight: 300;
    position: relative; }
    @media (min-width: 768px) {
      .d-fab-page-content .d-fab-text {
        padding-left: calc(50% + 40px);
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .d-fab-page-content .d-fab-text {
        margin-bottom: 35px;
        padding-right: 60px; } }
    .d-fab-page-content .d-fab-text p:last-child {
      margin-bottom: 0; }

.d-fab-accordion-section {
  margin-bottom: 143px;
  position: relative;
  z-index: 10; }
  @media (min-width: 1200px) {
    .d-fab-accordion-section {
      margin-bottom: 170px; } }
  .d-fab-accordion-section .d-fab-icon {
    width: 211px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("./img/d-fab-accordion-decor.svg");
    position: absolute;
    bottom: -410px;
    left: 27px; }
    @media (min-width: 1200px) {
      .d-fab-accordion-section .d-fab-icon {
        width: 341px;
        height: 228px;
        bottom: -450px;
        left: 86px; } }
    @media (max-width: 1023px) {
      .d-fab-accordion-section .d-fab-icon {
        transform: none !important;
        bottom: -180px; } }
  .d-fab-accordion-section .d-fab-accordion-item {
    padding: 30px 0;
    border-bottom: 1px dashed #fff; }
    @media (min-width: 1200px) {
      .d-fab-accordion-section .d-fab-accordion-item {
        padding: 80px 0 85px; } }
    .d-fab-accordion-section .d-fab-accordion-item:first-child {
      border-top: 1px dashed #fff; }
    .d-fab-accordion-section .d-fab-accordion-item.active .d-fab-accordion-block-icon:after {
      opacity: 0; }

.d-fab-accordion-item-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  padding-right: 90px; }
  @media (min-width: 480px) {
    .d-fab-accordion-item-head {
      padding-right: 116px; } }
  @media (min-width: 768px) {
    .d-fab-accordion-item-head {
      display: block;
      padding-right: 120px; } }
  @media (min-width: 1200px) {
    .d-fab-accordion-item-head {
      padding-right: 220px; } }

.d-fab-accordion-block-icon {
  width: 80px;
  text-align: right;
  position: relative; }
  @media (max-width: 767px) {
    .d-fab-accordion-block-icon {
      position: absolute;
      right: 0;
      top: -5px; } }
  @media (min-width: 480px) {
    .d-fab-accordion-block-icon {
      width: 105px; } }
  @media (min-width: 768px) {
    .d-fab-accordion-block-icon {
      position: absolute;
      top: -5px;
      right: 0; } }
  @media (min-width: 1200px) {
    .d-fab-accordion-block-icon {
      width: 193px;
      top: -15px; } }
  .d-fab-accordion-block-icon:before {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 10px; }
    @media (min-width: 1200px) {
      .d-fab-accordion-block-icon:before {
        width: 24px;
        height: 4px;
        top: 22px; } }
  .d-fab-accordion-block-icon:after {
    content: '';
    height: 12px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: 0.3s; }
    @media (min-width: 1200px) {
      .d-fab-accordion-block-icon:after {
        width: 4px;
        height: 24px;
        left: 10px;
        top: 12px; } }
  .d-fab-accordion-block-icon img, .d-fab-accordion-block-icon svg {
    width: 50px;
    height: auto; }
    @media (min-width: 480px) {
      .d-fab-accordion-block-icon img, .d-fab-accordion-block-icon svg {
        width: 67px; } }
    @media (min-width: 1200px) {
      .d-fab-accordion-block-icon img, .d-fab-accordion-block-icon svg {
        width: 130px; } }

.d-fab-accordion-block-title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 5px;
  width: 100%;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .d-fab-accordion-block-title {
      font-size: 20px; } }
  .d-fab-accordion-block-title a {
    padding: 3px 0; }

.d-fab-accordion-title {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.03em;
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .d-fab-accordion-title {
      font-size: 50px; } }
  @media (min-width: 1200px) {
    .d-fab-accordion-title {
      font-size: 120px; } }

@media (min-width: 768px) {
  .d-fab-accordion-item-content {
    padding-top: 20px; } }

@media (min-width: 1200px) {
  .d-fab-accordion-item-content {
    padding-top: 37px; } }

@media (min-width: 500px) {
  .resource-contacts-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -20px;
    padding-right: 20%; } }

@media (min-width: 1200px) {
  .resource-contacts-list {
    margin: 0 -15px -47px; } }

.resource-contacts-list .resource-contact-block {
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.5; }
  @media (min-width: 500px) {
    .resource-contacts-list .resource-contact-block {
      max-width: 50%;
      padding: 0 15px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .resource-contacts-list .resource-contact-block {
      max-width: 33.33%; } }
  @media (min-width: 1200px) {
    .resource-contacts-list .resource-contact-block {
      margin-bottom: 47px; } }

.resource-contacts-list .team-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 2px; }
  @media (min-width: 1200px) {
    .resource-contacts-list .team-title {
      font-size: 20px; } }

.resource-contacts-list .rc-location, .resource-contacts-list .rc-phone, .resource-contacts-list .rc-website {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.03em; }
  @media (min-width: 1200px) {
    .resource-contacts-list .rc-location, .resource-contacts-list .rc-phone, .resource-contacts-list .rc-website {
      font-size: 20px; } }

.resource-contacts-list .rc-location a, .resource-contacts-list .rc-phone a {
  text-decoration: none; }

.resource-contacts-list a {
  word-break: break-word; }

.d-fab-pp-info {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .d-fab-pp-info {
      margin-top: 25px; } }
  @media (min-width: 1200px) {
    .d-fab-pp-info {
      margin-top: 65px;
      margin-bottom: -32px;
      font-size: 20px; } }

.alert-bar {
  background: #000;
  color: #fff;
  align-items: center;
  font-size: 14px;
  height: 40px;
  display: flex;
  z-index: 1;
  position: relative;
  opacity: 0;
  visibility: hidden;
  padding: 0 18px; }
  @media (min-width: 768px) {
    .alert-bar {
      font-size: 16px;
      height: 65px;
      padding: 0 60px; } }
  .alert-bar a {
    display: inline-block;
    font-weight: 700; }
    .alert-bar a:hover {
      text-decoration: underline; }
  .alert-bar .alert-bar-content-holder {
    width: 100%; }
    .alert-bar .alert-bar-content-holder a {
      color: inherit; }
  .alert-bar p {
    margin: 0; }

.show-alert-bar .page-holder {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .show-alert-bar .page-holder {
      padding-top: 65px; } }

.show-alert-bar .header-logo .logo-icon {
  top: 15px; }

.show-alert-bar .header {
  top: -40px; }
  @media (min-width: 768px) {
    .show-alert-bar .header {
      top: -65px; } }

.show-alert-bar.admin-bar .header-logo .logo-icon {
  top: 15px; }
  @media (min-width: 768px) {
    .show-alert-bar.admin-bar .header-logo .logo-icon {
      top: 47px; } }

.show-alert-bar.admin-bar .header {
  top: -40px; }
  @media (min-width: 768px) {
    .show-alert-bar.admin-bar .header {
      top: -65px; } }

.has-alert-bar .alert-bar {
  opacity: 1;
  visibility: visible; }

.has-alert-bar .header-logo .logo-icon {
  position: absolute;
  top: 0; }

.has-alert-bar .menu {
  top: 40px; }
  @media (min-width: 768px) {
    .has-alert-bar .menu {
      top: 65px; } }

.has-alert-bar.admin-bar .header-logo .logo-icon {
  position: absolute;
  top: 0; }

.show-menu .show-alert-bar .header {
  top: 0; }

.show-menu .show-alert-bar .header > .container {
  position: relative;
  top: -40px; }
  @media (min-width: 768px) {
    .show-menu .show-alert-bar .header > .container {
      top: -65px; } }

.show-menu .has-alert-bar .header > .container {
  position: relative;
  top: 0; }

.show-menu body.admin-bar.show-alert-bar .header {
  top: 32px; }

.current-region-text {
  color: #000;
  font-family: Moderat;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .current-region-text .icon {
    width: 29px; }
    .current-region-text .icon img {
      width: 100%;
      display: block; }
  .current-region-text .text {
    width: calc(100% - 29px);
    padding-left: 10px; }

.woocommerce-checkout .current-region-text {
  font-size: 18px;
  color: #fff; }
  @media (min-width: 768px) {
    .woocommerce-checkout .current-region-text {
      font-size: 20px; } }

@media (max-width: 599px) {
  .page-template-template-new-product #main {
    padding-top: 120px; } }

@media (min-width: 768px) {
  .page-template-template-new-product #main {
    padding-top: 195px; } }

.page-template-template-new-product .product-title {
  left: -4px; }

@media (min-width: 768px) {
  .page-template-template-new-product #footer.footer-with-bg .footer-inner-wrap {
    min-height: auto; } }

.page-template-template-new-product .product-sku {
  text-transform: uppercase; }

.pre-order-form {
  width: 100%;
  max-width: 782px;
  padding: 30px 30px 10px 30px;
  background-color: #e9e9e9; }
  @media (min-width: 600px) {
    .pre-order-form {
      padding: 40px 70px 30px 70px;
      clip-path: polygon(6% 0, 93% 0, 100% 46%, 94% 98%, 5% 100%, 0 29%); } }
  @media (min-width: 768px) {
    .pre-order-form {
      padding: 50px 166px 30px 95px;
      clip-path: polygon(7% 0, 85% 0, 100% 44%, 86% 98%, 4% 100%, 0 22%); } }
  @media (min-width: 600px) {
    .pre-order-form .fancybox-close-small {
      right: 7%; } }
  @media (min-width: 768px) {
    .pre-order-form .fancybox-close-small {
      right: 15%; } }
  .pre-order-form select,
  .pre-order-form input:not([type="submit"]) {
    width: 100%;
    max-width: 100%;
    display: block;
    border: none;
    border-bottom: 2px solid #000;
    background-color: #e9e9e9;
    padding: 0 !important;
    height: 34px; }
    .pre-order-form select:focus,
    .pre-order-form input:not([type="submit"]):focus {
      box-shadow: none;
      outline: none; }
    .pre-order-form select.wpcf7-not-valid,
    .pre-order-form input:not([type="submit"]).wpcf7-not-valid {
      border-bottom-color: #de0101; }
  .pre-order-form .wpcf7-response-output {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .pre-order-form .wpcf7 form.invalid .wpcf7-response-output, .pre-order-form .wpcf7 form.unaccepted .wpcf7-response-output, .pre-order-form .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffb900; }
  .pre-order-form .wpcf7 form.sent .wpcf7-response-output {
    color: #ffb900; }
  .pre-order-form .wpcf7-not-valid-tip {
    color: #de0101;
    font-size: 14px; }
  .pre-order-form input[type="submit"] {
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.08px;
    padding: 11px 28px 13px;
    margin-top: 12px; }
  .pre-order-form .wpcf7-form-control-wrap.state,
  .pre-order-form .wpcf7-form-control-wrap.user-type {
    border-bottom: 2px solid #000;
    display: block;
    position: relative;
    top: -2px; }
    .pre-order-form .wpcf7-form-control-wrap.state:after,
    .pre-order-form .wpcf7-form-control-wrap.user-type:after {
      content: '';
      position: absolute;
      border: 6px solid transparent;
      border-top: 6px solid #000;
      right: 0;
      top: 17px;
      pointer-events: none; }
  .pre-order-form select::-ms-expand {
    display: none; }
  .pre-order-form select {
    border: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    left: -5px;
    padding: 0 15px 0 5px !important; }
  .pre-order-form .form-fields {
    margin-left: -14px;
    margin-right: -14px;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.15px; }
  .pre-order-form .col-1, .pre-order-form .col-2, .pre-order-form .col-3, .pre-order-form .col-4, .pre-order-form .col-5, .pre-order-form .col-6, .pre-order-form .col-7, .pre-order-form .col-8, .pre-order-form .col-9, .pre-order-form .col-10, .pre-order-form .col-11, .pre-order-form .col-12 {
    padding: 0 14px;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .pre-order-form .col-1, .pre-order-form .col-2, .pre-order-form .col-3, .pre-order-form .col-4, .pre-order-form .col-5, .pre-order-form .col-6, .pre-order-form .col-7, .pre-order-form .col-8, .pre-order-form .col-9, .pre-order-form .col-10, .pre-order-form .col-11, .pre-order-form .col-12 {
        width: 100%; } }
  .pre-order-form .form-text {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px; }

.page-template-template-new-looks-hub .menu:before {
  background-color: #d8c9c8; }

.page-template-template-new-looks-hub #wrapper {
  padding-top: 140px; }
  @media (max-width: 960px) {
    .page-template-template-new-looks-hub #wrapper {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .page-template-template-new-looks-hub #wrapper {
      padding-top: 50px; } }
  .page-template-template-new-looks-hub #wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 369px;
    background-color: #d8c9c8;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 72% 74%, 51% 81%, 25% 49%, 0 78%, 0 0); }
    @media (max-width: 960px) {
      .page-template-template-new-looks-hub #wrapper:after {
        clip-path: polygon(100% 0, 100% 77%, 73% 65%, 48% 72%, 21% 53%, 0 66%, 0 0);
        height: 260px; } }
    @media (max-width: 767px) {
      .page-template-template-new-looks-hub #wrapper:after {
        height: 210px; } }

@media (min-width: 768px) {
  .page-template-template-new-looks-hub .container.footer-text {
    padding-top: 37px;
    padding-bottom: 58px; } }

@media (max-width: 767px) {
  .page-template-template-new-looks-hub .footer-bg-block.footer-bg-right, .page-template-template-new-looks-hub .footer-bg-block.footer-bg-left, .page-template-template-new-looks-hub .footer-bg-block.footer-bg-center {
    display: block;
    max-height: 100% !important; } }

@media (max-width: 1250px) {
  .page-template-template-new-looks-hub .footer-bg-block.footer-bg-right, .page-template-template-new-looks-hub .footer-bg-block.footer-bg-left, .page-template-template-new-looks-hub .footer-bg-block.footer-bg-center {
    background-size: cover !important; } }

.page-template-template-new-looks-hub .footer-bg-block.footer-bg-center {
  top: auto;
  bottom: 0;
  max-height: 378px; }

@media (max-width: 1024px) {
  .page-template-template-new-looks-hub .wp-block-group__inner-container br {
    display: none; } }

.nlh-text-content {
  margin-bottom: 100px; }

.looks-hub {
  margin-bottom: 88px; }
  .looks-hub .title {
    padding-right: 100px;
    margin-bottom: 42px; }
  .looks-hub .lh-block {
    padding-right: 30px; }
    .looks-hub .lh-block .bg {
      width: 510px;
      height: 510px;
      background-repeat: no-repeat;
      background-position: center left;
      background-size: contain; }
      @media (max-width: 1100px) {
        .looks-hub .lh-block .bg {
          width: 400px;
          height: 400px; } }
      @media (max-width: 767px) {
        .looks-hub .lh-block .bg {
          width: 356px;
          height: 356px; } }
    .looks-hub .lh-block img {
      max-height: 570px;
      width: auto;
      max-width: 85vw; }
      @media (max-width: 1100px) {
        .looks-hub .lh-block img {
          max-height: 400px; } }
      @media (max-width: 767px) {
        .looks-hub .lh-block img {
          max-height: 356px; } }
    .looks-hub .lh-block a {
      text-decoration: none; }
  .looks-hub .lh-subtitle {
    padding-top: 40px;
    margin-bottom: 5px;
    text-decoration: underline; }
  .looks-hub .lh-title {
    margin-top: 0; }
  .looks-hub .lh-title,
  .looks-hub .lh-subtitle {
    font-size: 20px;
    font-weight: normal;
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .looks-hub .slick-list {
    overflow: visible; }
  .looks-hub .slick-arrow {
    position: absolute;
    background: transparent;
    border: none;
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    bottom: 100%;
    margin-bottom: 62px;
    right: 25px; }
    @media (max-width: 767px) {
      .looks-hub .slick-arrow {
        margin-bottom: 40px; } }
    .looks-hub .slick-arrow:after {
      content: '';
      position: absolute;
      width: 22px;
      height: 22px;
      left: 4px;
      top: 4px;
      background: url(img/chevron.svg) center/contain no-repeat; }
    .looks-hub .slick-arrow.slick-disabled {
      opacity: 1;
      cursor: pointer; }
  .looks-hub .slick-prev {
    right: 64px; }
    .looks-hub .slick-prev:after {
      transform: rotate(180deg); }

.page-template-template-case-study-landing-page {
  background-color: #eaeaea; }
  @media (max-width: 899px) {
    .page-template-template-case-study-landing-page .g-content > p br,
    .page-template-template-case-study-landing-page .g-content > h2 br {
      display: none; } }
  .page-template-template-case-study-landing-page #wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 204px;
    pointer-events: none;
    background-color: #212121;
    clip-path: polygon(100% 0, 128% 100%, 73% 161px, 0 100%, 0 0); }
    @media (min-width: 768px) {
      .page-template-template-case-study-landing-page #wrapper:after {
        height: 240px;
        clip-path: polygon(100% 0, 100% 100%, 73% 72%, 0 100%, 0 0); } }
    @media (min-width: 1200px) {
      .page-template-template-case-study-landing-page #wrapper:after {
        height: 364px; } }
  .page-template-template-case-study-landing-page #main {
    padding-top: 300px; }
    @media (min-width: 768px) {
      .page-template-template-case-study-landing-page #main {
        padding-top: 280px; } }
    @media (min-width: 1200px) {
      .page-template-template-case-study-landing-page #main {
        padding-top: 440px; } }
  .page-template-template-case-study-landing-page .header a {
    color: #fff; }
  .page-template-template-case-study-landing-page .header .mobile-header-cart .w-cart-quantity,
  .page-template-template-case-study-landing-page .header .header-logo a img.logo {
    filter: brightness(0) invert(1); }
  .page-template-template-case-study-landing-page .header .menu:before {
    background-color: #94b5be; }
  .page-template-template-case-study-landing-page .header .mobile-burger > div {
    background-color: #fff; }
    .page-template-template-case-study-landing-page .header .mobile-burger > div:before, .page-template-template-case-study-landing-page .header .mobile-burger > div:after {
      background-color: #fff; }
  .page-template-template-case-study-landing-page .header .toggle-btn .text-open,
  .page-template-template-case-study-landing-page .header .toggle-btn .text-close {
    color: #fff; }
  .page-template-template-case-study-landing-page .header .toggle-btn .burger div {
    background-color: #fff; }
    .page-template-template-case-study-landing-page .header .toggle-btn .burger div:before, .page-template-template-case-study-landing-page .header .toggle-btn .burger div:after {
      background-color: #fff; }
  .page-template-template-case-study-landing-page .header .header-select-country img:first-of-type {
    display: none; }
  .page-template-template-case-study-landing-page .header .header-select-country img:last-child {
    opacity: 1;
    visibility: visible; }
  .page-template-template-case-study-landing-page .black-section.section-helper {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 204px; }
    @media (min-width: 768px) {
      .page-template-template-case-study-landing-page .black-section.section-helper {
        height: 240px; } }
    @media (min-width: 1200px) {
      .page-template-template-case-study-landing-page .black-section.section-helper {
        height: 364px; } }
  @media (max-width: 767px) {
    .page-template-template-case-study-landing-page .container.footer-text {
      padding-top: 90px; } }
  .page-template-template-case-study-landing-page .footer-bottom-color-black,
  .page-template-template-case-study-landing-page .footer.footer-color-black {
    background-color: transparent; }
  .page-template-template-case-study-landing-page #footer {
    overflow: visible; }
  @media (max-width: 767px) {
    .page-template-template-case-study-landing-page .container.footer-text a {
      white-space: normal; } }
  .page-template-template-case-study-landing-page .footer-inner-wrap {
    overflow: visible; }
    .page-template-template-case-study-landing-page .footer-inner-wrap:after {
      content: '';
      position: absolute;
      bottom: 100%;
      margin-bottom: -52px;
      right: 0;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      width: 100px;
      height: 180px;
      background-color: #212121;
      pointer-events: none;
      z-index: -1; }
      @media (min-width: 480px) {
        .page-template-template-case-study-landing-page .footer-inner-wrap:after {
          width: 175px;
          height: 262px; } }
      @media (min-width: 1500px) {
        .page-template-template-case-study-landing-page .footer-inner-wrap:after {
          margin-bottom: -135px;
          width: 480px;
          height: 745px; } }
    .page-template-template-case-study-landing-page .footer-inner-wrap:before {
      content: '';
      background-color: #212121;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      z-index: -1;
      clip-path: polygon(0 52px, 100% 0, 100% 100%, 0% 100%); }
      @media (min-width: 1500px) {
        .page-template-template-case-study-landing-page .footer-inner-wrap:before {
          clip-path: polygon(0 135px, 100% 0, 100% 100%, 0% 100%); } }

@media (min-width: 768px) {
  .show-menu .page-template-template-case-study-landing-page .header .toggle-btn .burger div {
    background-color: transparent; } }

.show-menu .page-template-template-case-study-landing-page .header .mobile-burger div {
  background-color: transparent; }

.case-studies-holder {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .case-studies-holder {
      margin-top: 70px;
      display: grid;
      grid-template-columns: repeat(2, calc(50% - 10px));
      grid-column-gap: 20px; } }
  .case-studies-holder .image {
    position: relative;
    padding-bottom: 67%;
    margin-bottom: 20px; }
  .case-studies-holder .bg {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
  .case-studies-holder .qa-item {
    margin-bottom: 70px; }
    .case-studies-holder .qa-item .title-block,
    .case-studies-holder .qa-item .headline {
      font-size: 18px;
      padding: 0;
      margin: 0;
      font-family: 'Moderat Mono'; }
      @media (min-width: 600px) {
        .case-studies-holder .qa-item .title-block,
        .case-studies-holder .qa-item .headline {
          font-size: 20px; } }
    .case-studies-holder .qa-item a.headline,
    .case-studies-holder .qa-item .headline {
      text-transform: uppercase;
      text-decoration: underline;
      color: #000;
      margin-bottom: 8px; }
    .case-studies-holder .qa-item:last-child:nth-child(even) .title-block,
    .case-studies-holder .qa-item:last-child:nth-child(even) .headline {
      text-shadow: 0px 0px 17px #eaeaea; }
    .case-studies-holder .qa-item:nth-child(5n) .image, .case-studies-holder .qa-item:nth-child(1) .image {
      clip-path: polygon(70% 4%, 100% 0, 100% 100%, 0 100%, 0 0); }
    .case-studies-holder .qa-item:nth-child(6n) .image, .case-studies-holder .qa-item:nth-child(2) .image {
      clip-path: polygon(100% 0, 100% 100%, 70% 96%, 0 100%, 0 0); }
    .case-studies-holder .qa-item:nth-child(7n) .image, .case-studies-holder .qa-item:nth-child(3) .image {
      clip-path: polygon(100% 0, 100% 100%, 30% 96%, 0 100%, 0 0); }
    .case-studies-holder .qa-item:nth-child(4n) .image {
      clip-path: polygon(30% 4%, 100% 0, 100% 100%, 0 100%, 0 0); }
    .case-studies-holder .qa-item:nth-child(9n) .image {
      clip-path: polygon(100% 0, 100% 100%, 70% 96%, 0 100%, 0 0); }
    .case-studies-holder .qa-item:nth-child(n + 10) .image {
      clip-path: polygon(70% 4%, 100% 0, 100% 100%, 0 100%, 0 0); }
    .case-studies-holder .qa-item:nth-child(2n + 10) .image {
      clip-path: polygon(100% 0, 100% 100%, 70% 96%, 0 100%, 0 0); }
    .case-studies-holder .qa-item:nth-child(3n + 10) .image {
      clip-path: polygon(100% 0, 100% 100%, 30% 96%, 0 100%, 0 0); }
    .case-studies-holder .qa-item:nth-child(4n + 10) .image {
      clip-path: polygon(30% 4%, 100% 0, 100% 100%, 0 100%, 0 0); }

.page-template-template-sink-landing-page {
  background-color: #92b7c0; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-sink-landing-page .g-content .page-intro:first-child.image-position-right .bg-image-wrap .bg {
      background-position: top left !important; } }
  .page-template-template-sink-landing-page .bg-video-wrap {
    z-index: -1; }
  .page-template-template-sink-landing-page .page-intro {
    color: #fff; }
    .page-template-template-sink-landing-page .page-intro .cta-black {
      background-color: #fff;
      color: #94b5be; }
  .page-template-template-sink-landing-page .looks-hub {
    color: #fff; }
    .page-template-template-sink-landing-page .looks-hub a {
      color: #fff; }
  .page-template-template-sink-landing-page .features {
    margin-bottom: 0; }
  .page-template-template-sink-landing-page .features-container-wrap {
    background-color: #fff; }
  .page-template-template-sink-landing-page .features-cta-top {
    display: block !important; }
  .page-template-template-sink-landing-page .footer-color-light {
    background-color: #fff; }
  @media (max-width: 767px) {
    .page-template-template-sink-landing-page .page-intro.section180 .bg-image-wrap .bg {
      padding-bottom: 98%; } }
  .page-template-template-sink-landing-page .container.footer-text {
    padding-top: 70px; }
    @media (min-width: 768px) {
      .page-template-template-sink-landing-page .container.footer-text {
        padding-top: 140px; } }
  @media (min-width: 1200px) {
    .page-template-template-sink-landing-page .related-sinks-carousel-section .lh-holder {
      padding-left: 8.3333%; } }
  .page-template-template-sink-landing-page .footer-bottom-wrap {
    background-color: #fff; }
    @media (min-width: 768px) {
      .page-template-template-sink-landing-page .footer-bottom-wrap .btn-support {
        background: #94b5be; } }
    @media (min-width: 768px) {
      .page-template-template-sink-landing-page .footer-bottom-wrap .social-links a {
        color: #94b5be; } }
  @media (min-width: 768px) {
    .page-template-template-sink-landing-page .fa-bitcoin:after,
    .page-template-template-sink-landing-page .footer-logo img {
      filter: invert(79%) sepia(5%) saturate(1240%) hue-rotate(146deg) brightness(89%) contrast(88%); } }
  @media (max-width: 767px) {
    .page-template-template-sink-landing-page .fa-bitcoin:after,
    .page-template-template-sink-landing-page .footer-logo img {
      filter: brightness(0) invert(0); } }
  .page-template-template-sink-landing-page .footer-inner-wrap {
    background-color: #fff; }
  .page-template-template-sink-landing-page .fa-buffer:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg enable-background='new 0 0 415.2 409.6' viewBox='0 0 415.2 409.6' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpattern id='a' height='350' overflow='visible' patternUnits='userSpaceOnUse' viewBox='0 -350 350 350' width='350' x='-84.8' y='500'%3e%3cpath d='m0-350h350v350h-350z' fill='none'/%3e%3cpath d='m334.6-290.9c10.1 18.8 15.4 38 15.4 86.5v58.8c0 48.5-5.4 67.7-15.4 86.5s-24.8 33.6-43.7 43.7-38 15.4-86.5 15.4h-58.8c-48.5 0-67.7-5.4-86.5-15.4-18.8-10.1-33.6-24.9-43.7-43.7s-15.4-38-15.4-86.5v-58.8c0-48.5 5.4-67.7 15.4-86.5s24.8-33.6 43.7-43.7c18.8-10.1 38-15.4 86.5-15.4h58.8c48.5 0 67.7 5.4 86.5 15.4 18.8 10.1 33.6 24.9 43.7 43.7zm-10.8 90.9c0-41.2-4.6-57.5-13.1-73.5-8.6-16-21.1-28.6-37.1-37.1-16-8.6-32.3-13.1-73.5-13.1h-50c-41.2 0-57.5 4.6-73.5 13.1-16 8.6-28.6 21.1-37.1 37.1s-13.3 32.3-13.3 73.5v50c0 41.2 4.6 57.5 13.1 73.5 8.6 16 21.1 28.6 37.1 37.1 16 8.6 32.3 13.1 73.5 13.1h50c41.2 0 57.5-4.6 73.5-13.1 16-8.6 28.6-21.1 37.1-37.1 8.6-16 13.1-32.3 13.1-73.5v-50z' fill='%2394b5be'/%3e%3cpath d='m249.1-200.7.3 104.5h-44.5v-18.8c-10.6 13.4-27.7 20.8-49.8 20.8-33.9 0-54.5-20.8-54.5-50 0-30.1 21.5-47.9 60.4-48.2h43.6v-3c0-17-11.2-26.8-33-26.8-14.1 0-30.6 4.8-47.1 14l-14.1-31.6c23.6-11.9 43.9-18.5 71.6-18.5 42.3.2 66.8 21.6 67.1 57.6zm-44.5 35.5h-35.6c-17.4 0-25.9 5.4-25.9 18.2 0 12.2 9.4 20.2 24.7 20.2 19.1 0 34.2-10.4 36.8-24.1z' fill='%2394b5be'/%3e%3c/pattern%3e%3cpattern id='b' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cpattern id='c' patternTransform='translate(-27.9108 35.1963)' xlink:href='%23a'/%3e%3cg fill='%2394b5be' stroke-miterlimit='10'%3e%3cpath d='m323.5 47.7c-18.8-10.1-38-15.4-86.5-15.4h-58.8c-48.5 0-67.7 5.4-86.5 15.4s-33.6 24.8-43.7 43.6-15.4 38-15.4 86.5v58.8c0 48.5 5.4 67.7 15.4 86.5s24.8 33.6 43.7 43.7c18.8 10.1 38 15.4 86.5 15.4h58.8c48.5 0 67.7-5.4 86.5-15.4s33.6-24.8 43.7-43.7 15.4-38 15.4-86.5v-58.8c0-48.5-5.4-67.7-15.4-86.5s-24.9-33.6-43.7-43.6zm32.9 184.6c0 41.2-4.6 57.5-13.1 73.5-8.6 16-21.1 28.6-37.1 37.1-16 8.6-32.3 13.1-73.5 13.1h-50c-41.2 0-57.5-4.6-73.5-13.1-16-8.6-28.6-21.1-37.1-37.1-8.6-16-13.1-32.3-13.1-73.5v-50c0-41.2 4.6-57.5 13.1-73.5s21.1-28.6 37.1-37.1c16-8.6 32.3-13.1 73.5-13.1h50c41.2 0 57.5 4.6 73.5 13.1 16 8.6 28.6 21.1 37.1 37.1 8.6 16 13.1 32.3 13.1 73.5z' stroke='url(%23b)'/%3e%3cpath d='m214.5 124.1c-27.7 0-48 6.6-71.6 18.5l14.1 31.6c16.5-9.2 33-14 47.1-14 21.8 0 33 9.8 33 26.8v3h-43.6c-38.9.3-60.4 18.2-60.4 48.2 0 29.2 20.6 50 54.5 50 22.1 0 39.2-7.4 49.8-20.8v18.8h44.6l-.3-104.5c-.3-36.1-24.8-57.6-67.2-57.6zm22.7 107.2c-2.7 13.7-17.7 24.1-36.8 24.1-15.3 0-24.7-8-24.7-20.2 0-12.8 8.5-18.2 25.9-18.2h35.6z' stroke='url(%23c)'/%3e%3c/g%3e%3c/svg%3e");
    filter: none;
    -webkit-filter: none; }
    @media (max-width: 767px) {
      .page-template-template-sink-landing-page .fa-buffer:after {
        filter: brightness(0) invert(0); } }
  .page-template-template-sink-landing-page .header a {
    color: #fff; }
  .page-template-template-sink-landing-page .header .mobile-header-cart .w-cart-quantity,
  .page-template-template-sink-landing-page .header .header-logo a img {
    filter: brightness(0) invert(1); }
  .page-template-template-sink-landing-page .header .menu:before {
    background-color: #94b5be; }
  .page-template-template-sink-landing-page .header .mobile-burger > div {
    background-color: #fff; }
    .page-template-template-sink-landing-page .header .mobile-burger > div:before, .page-template-template-sink-landing-page .header .mobile-burger > div:after {
      background-color: #fff; }
  .page-template-template-sink-landing-page .header .toggle-btn .text-open,
  .page-template-template-sink-landing-page .header .toggle-btn .text-close {
    color: #fff; }
  .page-template-template-sink-landing-page .header .toggle-btn .burger div {
    background-color: #fff; }
    .page-template-template-sink-landing-page .header .toggle-btn .burger div:before, .page-template-template-sink-landing-page .header .toggle-btn .burger div:after {
      background-color: #fff; }
  .page-template-template-sink-landing-page .header .header-select-country img:first-of-type {
    display: none; }
  .page-template-template-sink-landing-page .header .header-select-country img:last-child {
    opacity: 1;
    visibility: visible; }

@media (min-width: 768px) {
  .show-menu .page-template-template-sink-landing-page .header .toggle-btn .burger div {
    background-color: transparent; } }

.show-menu .page-template-template-sink-landing-page .header .mobile-burger div {
  background-color: transparent; }

.features-cta-top {
  margin-bottom: -1px; }
  .features-cta-top svg {
    display: block; }

@media (max-width: 767px) {
  .related-sinks-carousel-section {
    margin-top: 110px; } }

@media (min-width: 1400px) {
  .related-sinks-carousel-section {
    margin-top: 70px; } }

.related-sinks-carousel-section .lh-subtitle {
  text-transform: uppercase; }

@media (min-width: 1024px) {
  .related-sinks-carousel-section .slick-arrow {
    margin-bottom: 85px; } }

.related-sinks-carousel-section .slick-arrow:after {
  filter: brightness(0) invert(1); }

@media (min-width: 1024px) {
  .related-sinks-carousel-section .title {
    margin-bottom: 85px; } }

.related-sinks-carousel-section .lh-block {
  padding-right: 40px; }
  @media (min-width: 600px) {
    .related-sinks-carousel-section .lh-block {
      padding-right: 85px; } }
  @media (min-width: 1024px) {
    .related-sinks-carousel-section .lh-block {
      padding-right: 120px; } }
  @media (max-width: 599px) {
    .related-sinks-carousel-section .lh-block {
      max-width: calc(100vw - 16px);
      padding-right: 24px; } }
  .related-sinks-carousel-section .lh-block .bg {
    height: auto;
    width: auto; }
    @media (min-width: 600px) {
      .related-sinks-carousel-section .lh-block .bg {
        height: 325px; } }
  .related-sinks-carousel-section .lh-block img {
    max-height: 231px;
    width: auto;
    max-width: 85%; }
    @media (min-width: 600px) {
      .related-sinks-carousel-section .lh-block img {
        max-height: 325px; } }

body.page-template-template-home-regions {
  background-color: #ebeae4; }
  body.page-template-template-home-regions .container {
    max-width: 1920px;
    padding: 0 25px; }
    @media (min-width: 1600px) {
      body.page-template-template-home-regions .container {
        padding: 0 80px; } }
  body.page-template-template-home-regions #main {
    padding: 0; }
    @media (min-width: 1300px) {
      body.page-template-template-home-regions #main > .container {
        padding-bottom: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: calc(100vh - 90px); } }
  body.page-template-template-home-regions .container-helper {
    margin: 0 auto;
    width: 100%; }
    @media (max-height: 499px) and (min-width: 1100px) {
      body.page-template-template-home-regions .container-helper {
        max-width: 1040px; } }
    @media (min-width: 1300px) {
      body.page-template-template-home-regions .container-helper {
        max-width: 211vh;
        min-width: 1244px; } }
    @media (min-width: 1300px) {
      body.page-template-template-home-regions .container-helper.min-helper-type {
        max-width: 200vh; } }
  @media (max-width: 767px) {
    body.page-template-template-home-regions .page-holder {
      min-height: 10px; } }
  body.page-template-template-home-regions .simplebar-track.simplebar-vertical {
    background: #5e5e5e;
    border-radius: 5px; }
  body.page-template-template-home-regions .simplebar-scrollbar:before {
    background-color: #000;
    opacity: 1 !important; }

.hr-header {
  padding: 24px 0 24px; }
  @media (max-width: 1299px) {
    .hr-header {
      transform: none !important; } }
  @media (min-width: 1300px) {
    .hr-header {
      padding: 15px 0 14px; } }
  .hr-header .container-helper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .hr-header .hr-image {
    max-width: 124px; }
    @media (min-width: 1300px) {
      .hr-header .hr-image {
        max-width: 160px; } }
  .hr-header .hr-icon {
    max-width: 28px;
    max-height: 28px; }
    @media (min-width: 1300px) {
      .hr-header .hr-icon {
        max-width: 36px;
        max-height: 36px; } }

.hr-section {
  position: relative; }
  @media (min-width: 1300px) {
    .hr-section {
      display: flex;
      padding-right: 330px; } }
  @media (max-width: 1299px) {
    .hr-section {
      margin-bottom: 20px; } }
  .hr-section.min-type .hr-col-content {
    clip-path: polygon(calc(100% - 47px) 35px, 100% 70%, calc(100% - 95px) calc(100% - 26px), 0 100%, 0 0); }
  @media (min-width: 1300px) {
    .hr-section.big-type {
      padding-right: 400px; } }
  .hr-section.big-type .hr-col-content {
    clip-path: polygon(calc(100% - 53px) 35px, 100% 55%, calc(100% - 42px) calc(100% - 16px), 0 100%, 0 0); }
    @media (min-width: 1300px) {
      .hr-section.big-type .hr-col-content {
        width: 400px; } }
  @media (min-width: 1300px) {
    .hr-section.big-type .hr-regions-list-main-wrap {
      padding-right: 40px; } }
  @media (min-width: 1300px) {
    .hr-section.big-type .hr-title-wrap {
      padding: 24px 10px 30px 34px; } }
  @media (min-width: 1300px) and (max-width: 1520px), (min-width: 1300px) and (max-height: 680px) {
    .hr-section.big-type .hr-title-wrap {
      padding: 0 10px 20px 34px; } }
  @media (min-width: 1300px) {
    .hr-section.big-type .hr-regions-list {
      padding: 0px 10px 0px 34px; } }

.hr-col-media {
  width: 100%;
  position: relative; }
  .hr-col-media .media-holder {
    position: relative;
    padding-bottom: 56.25%; }
  .hr-col-media .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .hr-col-media .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .hr-col-media .sound {
    background-repeat: no-repeat;
    background-size: 22px 16px;
    background-position: center;
    cursor: pointer;
    background-color: #f9eb20;
    background-image: url("./img/speaker.svg");
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 14px;
    left: 14px;
    border-radius: 50%;
    overflow: hidden;
    transition: .2s; }
    @media (min-width: 550px) {
      .hr-col-media .sound {
        left: 48px;
        bottom: 40px; } }
    @media (min-width: 768px) {
      .hr-col-media .sound {
        background-size: 28px 20px;
        width: 44px;
        height: 44px; } }
    @media (min-width: 1300px) {
      .hr-col-media .sound {
        left: 25px;
        bottom: 25px; } }
    @media (min-width: 1024px) {
      .hr-col-media .sound:hover {
        background-color: #fff; } }
    .hr-col-media .sound.unmute-video {
      background-color: #fff; }
  .hr-col-media:after {
    content: '';
    position: absolute;
    background-color: #000; }
    @media (min-width: 1300px) {
      .hr-col-media:after {
        width: 3px;
        height: 100%;
        left: calc(100% - 1px);
        top: 0; } }
    @media (max-width: 1299px) {
      .hr-col-media:after {
        height: 3px;
        width: 100%;
        top: calc(100% - 1px);
        left: 0; } }

.hr-col-content {
  background-color: #000;
  color: #fff;
  position: relative; }
  @media (min-width: 1300px) {
    .hr-col-content {
      position: absolute;
      width: 330px;
      height: 100%;
      right: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 1299px) {
    .hr-col-content {
      clip-path: polygon(100% 0, 100% calc(100% - 39px), 32% 100%, 0 calc(100% - 20px), 0 0) !important;
      padding-bottom: 20px; } }
  .hr-col-content a {
    color: #fff;
    text-decoration: none;
    transition: .2s;
    display: inline-block;
    letter-spacing: -0.47px; }
    .hr-col-content a:hover {
      opacity: .6; }

.hr-title-wrap {
  padding: 24px 40px 30px 50px; }
  @media (max-width: 1299px) {
    .hr-title-wrap {
      padding: 40px 40px 30px 50px; } }
  @media (max-width: 550px) {
    .hr-title-wrap {
      padding: 40px 20px 30px 20px; } }
  @media (min-width: 1300px) and (max-width: 1520px), (min-width: 1300px) and (max-height: 680px) {
    .hr-title-wrap {
      padding: 0 10px 20px 50px; } }

.hr-title {
  font-weight: bold;
  font-size: 18px !important;
  letter-spacing: -0.09px;
  margin: 0 !important;
  min-width: 160px;
  max-width: 160px;
  line-height: 1.2 !important; }
  @media (max-width: 1299px) {
    .hr-title {
      max-width: 100%; }
      .hr-title br {
        display: none; } }
  @media (min-width: 1300px) and (max-width: 1520px), (min-width: 1300px) and (max-height: 680px) {
    .hr-title {
      font-size: 16px !important; } }

@media (min-width: 1300px) {
  .hr-regions-list-main-wrap {
    padding-right: 80px;
    max-height: calc(100% - 138px); } }

.hr-regions-list-wrap {
  max-height: 100%; }

.hr-regions-list {
  padding: 0 40px 0 50px;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1299px) {
    .hr-regions-list {
      height: auto !important; } }
  @media (min-width: 1300px) {
    .hr-regions-list {
      flex-direction: column;
      max-height: 464px; } }
  @media (min-width: 440px) {
    .hr-regions-list {
      font-size: 18px; } }
  @media (max-width: 550px) {
    .hr-regions-list {
      padding: 0 20px 0 20px; } }
  @media (min-width: 1300px) and (max-width: 1520px), (min-width: 1300px) and (max-height: 680px) {
    .hr-regions-list {
      font-size: 15px;
      max-height: 387px; } }
  .hr-regions-list li {
    margin-bottom: 21px !important; }
    @media (max-width: 1299px) {
      .hr-regions-list li {
        width: 50%;
        padding-right: 10px;
        margin-bottom: 25px !important; } }
    @media (min-width: 1300px) and (max-width: 1520px), (min-width: 1300px) and (max-height: 680px) {
      .hr-regions-list li {
        margin-bottom: 10px !important; } }
    .hr-regions-list li a {
      display: inline-block;
      height: 45px; }
  @media (min-width: 1300px) {
    .hr-regions-list .language-title,
    .hr-regions-list .region-title {
      white-space: nowrap; } }

.tech-and-specs-section {
  position: relative;
  padding: 0 0 170px; }
  @media (min-width: 768px) {
    .tech-and-specs-section {
      padding-bottom: 0; } }
  .tech-and-specs-section:before {
    width: 100vw;
    height: 100%;
    content: "";
    background: #e7bcb2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    clip-path: polygon(100% 100%, 0% 100%, 0% 12vw, 75vw 0%, 100% 4vw);
    z-index: -1; }
  .tech-and-specs-section:after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 42vw;
    height: 35vw;
    content: "";
    background-image: url("./img/decor-2.png");
    position: absolute;
    bottom: calc(100% - 17vw);
    left: 47%;
    transform: translateX(-50%); }
    @media (min-width: 480px) {
      .tech-and-specs-section:after {
        width: 32vw;
        height: 28vw; } }
    @media (min-width: 1024px) {
      .tech-and-specs-section:after {
        width: 25vw;
        height: 22vw; } }
    @media (min-width: 1200px) {
      .tech-and-specs-section:after {
        width: 266px;
        height: 238px;
        bottom: calc(100% - 252px); } }
  .tech-and-specs-section .container {
    position: relative;
    padding: 0;
    z-index: 1; }
    .tech-and-specs-section .container .col {
      padding: 80px 0 20px; }
      @media (min-width: 480px) {
        .tech-and-specs-section .container .col {
          padding-top: 120px; } }
      @media (min-width: 768px) {
        .tech-and-specs-section .container .col {
          padding: 250px 49% 200px 0; } }
      @media (min-width: 1024px) {
        .tech-and-specs-section .container .col {
          padding-bottom: 322px; } }
      @media (min-width: 1200px) {
        .tech-and-specs-section .container .col {
          padding: 360px 49% 322px 0; } }
      .tech-and-specs-section .container .col .title {
        font-size: 50px;
        line-height: 54px;
        letter-spacing: -0.04em;
        margin-bottom: 12px; }
        @media (min-width: 768px) {
          .tech-and-specs-section .container .col .title {
            line-height: 70px;
            font-size: 58px; } }
      .tech-and-specs-section .container .col .text {
        margin-bottom: 20px; }
        .tech-and-specs-section .container .col .text p {
          line-height: inherit; }
          .tech-and-specs-section .container .col .text p:last-child {
            margin: 0; }
    .tech-and-specs-section .container .image {
      position: relative;
      max-height: 100%;
      margin-right: -20px; }
      @media (min-width: 768px) {
        .tech-and-specs-section .container .image {
          position: absolute;
          right: -48px;
          top: 82px;
          z-index: -1;
          width: 45vw;
          margin: 0; } }
      @media (min-width: 1279px) {
        .tech-and-specs-section .container .image {
          width: 625px;
          right: calc(588px - 50vw); } }
      .tech-and-specs-section .container .image .image-holder {
        width: 100%;
        padding-top: 120%; }
        @media (min-width: 1024px) {
          .tech-and-specs-section .container .image .image-holder {
            padding-top: 100%; } }
        @media (min-width: 1200px) {
          .tech-and-specs-section .container .image .image-holder {
            padding-top: 120%; } }
    .tech-and-specs-section .container img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      object-fit: contain;
      object-position: right; }

.adhesives-form-section {
  color: #fff;
  position: relative;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 139px;
  margin-top: -109px;
  padding-top: 100px; }
  @media (min-width: 768px) {
    .adhesives-form-section {
      padding-top: 130px; } }
  @media (min-width: 1024px) {
    .adhesives-form-section {
      padding-top: 203px; } }
  .adhesives-form-section:before {
    width: 100vw;
    height: 100%;
    content: "";
    background: #344031;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    clip-path: polygon(100% 100%, 0% 100%, 0% 5vw, 31vw 0%, 100% 5vw);
    z-index: -1; }
  .adhesives-form-section:after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 59vw;
    height: 50vw;
    content: "";
    background-image: url("./img/decor-6.png");
    position: absolute;
    top: -24vw;
    left: 0; }
    @media (min-width: 768px) {
      .adhesives-form-section:after {
        width: 43vw;
        height: 37vw;
        top: -17.15vw;
        left: 4vw; } }
  .adhesives-form-section .container {
    padding-top: 50px;
    position: relative; }
    @media (min-width: 768px) {
      .adhesives-form-section .container {
        display: flex; } }
    .adhesives-form-section .container:before {
      content: "";
      width: 120vw;
      height: 2px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -60vw;
      background-image: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 0%);
      background-repeat: repeat-x;
      background-position: center bottom;
      background-size: 16px 2px; }
  .adhesives-form-section .col-text {
    font-size: 27px;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.5px;
    align-self: flex-start;
    padding-top: 12px; }
    @media (min-width: 768px) {
      .adhesives-form-section .col-text {
        width: 34%;
        padding-right: 70px; } }
  @media (min-width: 768px) {
    .adhesives-form-section .col-form {
      width: 66%; } }
  .adhesives-form-section .col-form .form-fields {
    justify-content: flex-end; }
    .adhesives-form-section .col-form .form-fields [data-class="wpcf7cf_group"] {
      width: 100%; }
  .adhesives-form-section .col-form .wpcf7-form-control-wrap {
    display: block; }
    .adhesives-form-section .col-form .wpcf7-form-control-wrap .wpcf7-form-control {
      margin: 0 -5px; }
      .adhesives-form-section .col-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
        padding: 0 5px; }
  .adhesives-form-section .col-form .col-6,
  .adhesives-form-section .col-form .col-12 {
    margin-bottom: 1.8rem; }
  .adhesives-form-section .col-form .col-6 {
    width: 100%;
    padding: 0 12px 0 13px; }
    @media (min-width: 768px) {
      .adhesives-form-section .col-form .col-6 {
        width: 50%; } }
  .adhesives-form-section .col-form label,
  .adhesives-form-section .col-form input {
    max-width: 100%; }
  .adhesives-form-section .col-form label {
    font-size: 17px; }
    .adhesives-form-section .col-form label .custom-country-label {
      display: block;
      letter-spacing: 0.025em;
      font-weight: 700;
      margin-top: 14px;
      margin-bottom: 6px; }
      .adhesives-form-section .col-form label .custom-country-label .btn-current-region {
        text-decoration: underline; }
  .adhesives-form-section .col-form input[type="text"],
  .adhesives-form-section .col-form input[type="tel"],
  .adhesives-form-section .col-form input[type="email"],
  .adhesives-form-section .col-form select,
  .adhesives-form-section .col-form textarea {
    font-size: 15px;
    font-weight: 400;
    color: #ddd;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.8em;
    min-height: 52px;
    letter-spacing: 0em;
    border-width: 0px;
    border-radius: 0rem;
    width: 100%;
    border: none;
    border-bottom: 3px solid #fff; }
  .adhesives-form-section .col-form textarea {
    height: 90px; }
  .adhesives-form-section .col-form select option {
    color: #000; }
  .adhesives-form-section .col-form .wpcf7-list-item {
    margin-left: 0;
    line-height: 1.6;
    letter-spacing: 0.004em;
    margin-top: -2px; }
  .adhesives-form-section .col-form .wpcf7-not-valid-tip {
    color: #e6af22; }
  .adhesives-form-section .col-form input[type="submit"] {
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 12px 16px 12px;
    border: none;
    margin-right: 10px;
    margin-top: 16px; }
  .adhesives-form-section .col-form .wpcf7-spinner {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .adhesives-form-section .col-form .wpcf7-spinner:before, .adhesives-form-section .col-form .wpcf7-spinner:after {
      top: 49.6%;
      left: 49.3%; }
    .adhesives-form-section .col-form .wpcf7-spinner:after {
      width: 24px;
      height: 24px;
      content: "";
      background-color: #23282d;
      opacity: 0.75;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      z-index: -1; }
  .adhesives-form-section .col-form .wpcf7-response-output {
    display: none; }

.page-template-template-color-matching .page-intro {
  margin-bottom: 50px; }
  .page-template-template-color-matching .page-intro.image-position-right:first-child .bg-image-wrap .bg {
    background-position: center !important;
    background-size: contain !important; }
    @media (min-width: 1200px) {
      .page-template-template-color-matching .page-intro.image-position-right:first-child .bg-image-wrap .bg {
        background-position: top center !important; } }
  .page-template-template-color-matching .page-intro.image-position-right .container {
    position: relative; }
  @media (min-width: 1400px) {
    .page-template-template-color-matching .page-intro.image-position-right .bg-image-wrap {
      width: 442px; } }
  @media (min-width: 1200px) {
    .page-template-template-color-matching .page-intro.image-position-right .col {
      padding-left: 7.333%; } }
  @media (min-width: 1200px) {
    .page-template-template-color-matching .page-intro .col {
      padding-top: 65px; } }
  @media (min-width: 1400px) {
    .page-template-template-color-matching .page-intro .col {
      padding-bottom: 19px; } }
  .page-template-template-color-matching .page-intro h2 {
    font-size: 50px;
    line-height: 54px;
    letter-spacing: -0.04em; }
    @media (min-width: 768px) {
      .page-template-template-color-matching .page-intro h2 {
        line-height: 70px;
        font-size: 58px;
        margin-bottom: 35px; } }

.color-match-charts-section {
  color: #fff;
  position: relative;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 80px; }
  @media (min-width: 1024px) {
    .color-match-charts-section {
      padding-top: 175px; } }
  .color-match-charts-section:before {
    width: 100vw;
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 5vw, 100% 100%, 0% 100%, 0% 8.5vw, 2.7vw 5vw, 31vw 0px, 67vw 5vw);
    z-index: -1; }
  .color-match-charts-section:after {
    width: 60vw;
    height: 54vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    background-image: url("./img/decor-5.png");
    position: absolute;
    top: -22.78vw;
    right: 0; }
    @media (min-width: 768px) {
      .color-match-charts-section:after {
        width: 45vw;
        height: 41vw;
        top: -16.07vw;
        right: 6vw; } }
  .color-match-charts-section .container {
    max-width: 1114px; }
  .color-match-charts-section .color-match {
    width: 100%;
    font-size: 16px;
    margin: 0; }
    @media (min-width: 1024px) {
      .color-match-charts-section .color-match {
        font-size: 18px; } }
    .color-match-charts-section .color-match thead {
      font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
      .color-match-charts-section .color-match thead tr,
      .color-match-charts-section .color-match thead th {
        font-weight: inherit; }
      .color-match-charts-section .color-match thead th {
        width: 30.6%;
        padding-top: 0.7em;
        padding-bottom: 0.55em; }
        .color-match-charts-section .color-match thead th:last-child {
          width: 39.6%; }
    .color-match-charts-section .color-match tbody td {
      padding-top: 1.3em;
      padding-bottom: 1.45em; }
    .color-match-charts-section .color-match tbody tr:last-child {
      border-bottom: none; }
    .color-match-charts-section .color-match tr {
      border-bottom: 1px solid #fff; }
    .color-match-charts-section .color-match th,
    .color-match-charts-section .color-match td {
      text-align: left;
      border: none;
      padding-left: 0; }

.page-template-template-dlab-studio .d-lab-studio-section:before {
  top: -156px; }
  @media (min-width: 768px) {
    .page-template-template-dlab-studio .d-lab-studio-section:before {
      top: -231px; } }

@media (min-width: 1200px) {
  .page-template-template-dlab-studio .features .features-holder {
    padding-left: 5.333%; } }

@media (min-width: 768px) {
  .page-template-template-dlab-studio .container.footer-text {
    padding-top: 58px; } }

.d-lab-studio-section {
  position: relative;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 86px; }
  .d-lab-studio-section:before {
    width: 100vw;
    top: -1px;
    bottom: -1px;
    content: "";
    background: #efc5d0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
  .d-lab-studio-section .content {
    position: relative; }
    @media (min-width: 1024px) {
      .d-lab-studio-section .content {
        padding-top: 85px; } }
    .d-lab-studio-section .content .col {
      max-width: 710px;
      width: 100%; }
    .d-lab-studio-section .content .title {
      margin-bottom: 38px; }
    .d-lab-studio-section .content .image-decor-1 {
      position: absolute;
      top: -90px;
      right: -40px;
      width: 50vw;
      z-index: 2; }
      @media (min-width: 410px) {
        .d-lab-studio-section .content .image-decor-1 {
          width: 40vw; } }
      @media (min-width: 768px) {
        .d-lab-studio-section .content .image-decor-1 {
          top: -142px; } }
      @media (min-width: 1024px) {
        .d-lab-studio-section .content .image-decor-1 {
          width: 474px;
          top: -70px;
          right: -155px; } }
      @media (min-width: 1400px) {
        .d-lab-studio-section .content .image-decor-1 {
          right: 158px; } }
  .d-lab-studio-section .media-holder {
    position: relative;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 20px;
    padding-top: 74px;
    padding-bottom: 153px; }
    @media (min-width: 1200px) {
      .d-lab-studio-section .media-holder {
        padding-right: 50px; } }
    .d-lab-studio-section .media-holder .media-shape {
      border-top-right-radius: 284px;
      border-bottom-right-radius: 284px;
      max-height: 571px;
      overflow: hidden; }
    .d-lab-studio-section .media-holder .image {
      font-size: 0; }
      .d-lab-studio-section .media-holder .image img {
        width: 100%; }
    .d-lab-studio-section .media-holder .image-decor-2 {
      position: absolute;
      top: -34px;
      right: 34px;
      width: 50vw;
      z-index: 2; }
      @media (min-width: 1024px) {
        .d-lab-studio-section .media-holder .image-decor-2 {
          width: 474px;
          top: -58px; } }
      @media (min-width: 1200px) {
        .d-lab-studio-section .media-holder .image-decor-2 {
          top: -182px; } }
    .d-lab-studio-section .media-holder .image-decor-3 {
      position: absolute;
      left: -20px;
      bottom: 35px;
      width: 50vw;
      z-index: 2; }
      @media (min-width: 1024px) {
        .d-lab-studio-section .media-holder .image-decor-3 {
          width: 474px;
          left: -52px;
          bottom: 22px; } }
    .d-lab-studio-section .media-holder .image-decor-4 {
      position: absolute;
      right: -20px;
      bottom: -45px;
      width: 50vw;
      z-index: 2; }
      @media (min-width: 1024px) {
        .d-lab-studio-section .media-holder .image-decor-4 {
          width: 474px;
          right: 0;
          bottom: -53px; } }
      @media (min-width: 1400px) {
        .d-lab-studio-section .media-holder .image-decor-4 {
          right: 206px; } }

.d-lab-studio-projects-section {
  position: relative;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 70px; }
  @media (min-width: 768px) {
    .d-lab-studio-projects-section {
      padding-top: 173px; } }
  .d-lab-studio-projects-section .container {
    max-width: 1270px; }
  .d-lab-studio-projects-section .image-decor-5 {
    position: absolute;
    top: -50px;
    left: -20px;
    width: 50vw;
    z-index: 2; }
    @media (min-width: 1024px) {
      .d-lab-studio-projects-section .image-decor-5 {
        width: 474px;
        top: -138px;
        left: -52px; } }

.d-lab-projects-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -31px; }
  .d-lab-projects-holder .width-66,
  .d-lab-projects-holder .width-33 {
    width: 100%;
    padding: 0 31px;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .d-lab-projects-holder .width-66,
      .d-lab-projects-holder .width-33 {
        margin-bottom: 82px; } }
  @media (min-width: 768px) {
    .d-lab-projects-holder .width-66 {
      width: 66.66%; } }
  @media (min-width: 768px) {
    .d-lab-projects-holder .width-33 {
      width: 33.33%; } }
  .d-lab-projects-holder .d-lab-project-block.mask-top-right .image {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 10%, 86% 0%); }
  .d-lab-projects-holder .d-lab-project-block.mask-top-left .image {
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 4%, 39% 0%); }
  .d-lab-projects-holder .d-lab-project-block.mask-bottom-right .image {
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 93%, 83% 100%); }
  .d-lab-projects-holder .d-lab-project-block.mask-bottom-left .image {
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 0% 93%, 12% 100%); }
  .d-lab-projects-holder .d-lab-project-block.align-top {
    align-self: flex-start; }
  .d-lab-projects-holder .d-lab-project-block.align-center {
    align-self: center; }
  .d-lab-projects-holder .d-lab-project-block.align-bottom {
    align-self: flex-end; }
  .d-lab-projects-holder .d-lab-project-block.content-position-top {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end; }
  .d-lab-projects-holder .d-lab-project-block .image {
    font-size: 0;
    margin-bottom: 20px; }
    .d-lab-projects-holder .d-lab-project-block .image a {
      display: inline-block; }
  .d-lab-projects-holder .d-lab-project-block .title {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.006em;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .d-lab-projects-holder .d-lab-project-block .title {
        font-size: 50px; } }
  .d-lab-projects-holder .d-lab-project-block .link {
    margin-bottom: 18px; }
  .d-lab-projects-holder .d-lab-project-block .text {
    margin-bottom: 15px; }
    .d-lab-projects-holder .d-lab-project-block .text p {
      margin-bottom: 15px; }
      .d-lab-projects-holder .d-lab-project-block .text p:last-child {
        margin-bottom: 0; }
  .d-lab-projects-holder .d-lab-project-block .btn, .d-lab-projects-holder .d-lab-project-block .durasein-form-style input[type="submit"], .durasein-form-style .d-lab-projects-holder .d-lab-project-block input[type="submit"] {
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 11px; }

.fancybox-is-open .d-lab-project-popup.loaded .preloader {
  opacity: 0;
  visibility: hidden; }

.fancybox-is-open .d-lab-project-popup.loaded .holder {
  opacity: 1;
  visibility: visible;
  height: auto; }

.fancybox-slide.fancybox-slide--html {
  position: relative;
  padding: 25px; }
  @media (min-width: 768px) {
    .fancybox-slide.fancybox-slide--html {
      padding: 50px; } }
  @media (min-width: 1200px) {
    .fancybox-slide.fancybox-slide--html {
      padding: 76px; } }

.d-lab-project-popup {
  padding: 0; }
  .d-lab-project-popup .preloader {
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 20;
    transition: 0.15s ease-in-out;
    opacity: 1;
    visibility: visible; }
    .d-lab-project-popup .preloader > div {
      margin-top: 0;
      width: 84px;
      height: 84px; }
      .d-lab-project-popup .preloader > div:after {
        border-color: transparent;
        border-top-color: #000; }
      .d-lab-project-popup .preloader > div:before {
        border-color: #000; }
  .d-lab-project-popup .holder {
    position: relative;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 768px) {
      .d-lab-project-popup .holder {
        display: flex;
        align-items: flex-end; } }
  .d-lab-project-popup .fancybox-button {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 64px;
    height: 45px;
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 88% 93%); }
    @media (min-width: 600px) {
      .d-lab-project-popup .fancybox-button {
        width: 98px;
        height: 67px; } }
  .d-lab-project-popup .col-gallery {
    overflow: hidden;
    transition: width 0.5s ease; }
  .d-lab-project-popup .col-content {
    width: 100%;
    padding: 20px 25px 25px; }
    @media (min-width: 768px) {
      .d-lab-project-popup .col-content {
        width: 38%; } }
    @media (min-width: 1200px) {
      .d-lab-project-popup .col-content {
        width: 470px; } }
  .d-lab-project-popup .gallery-carousel {
    height: 100%;
    position: relative; }
    .d-lab-project-popup .gallery-carousel .slick-list {
      overflow: visible; }
    .d-lab-project-popup .gallery-carousel .slick-track {
      display: flex; }
    .d-lab-project-popup .gallery-carousel .slide {
      height: inherit; }
      .d-lab-project-popup .gallery-carousel .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        max-height: 80vh;
        transition: width 0.3s ease; }
        @media (min-width: 768px) {
          .d-lab-project-popup .gallery-carousel .slide img {
            width: fit-content; } }
    .d-lab-project-popup .gallery-carousel .slick-arrow {
      background-repeat: no-repeat;
      background-size: 27px 27px;
      background-position: center;
      width: 39px;
      height: 49px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      border: none;
      padding: 0;
      font-size: 0;
      background-color: #707070; }
      @media (min-width: 1024px) {
        .d-lab-project-popup .gallery-carousel .slick-arrow {
          background-repeat: no-repeat;
          background-size: 36px 36px;
          background-position: center;
          width: 52px;
          height: 66px; } }
      .d-lab-project-popup .gallery-carousel .slick-arrow.slick-prev {
        left: 26px;
        background-image: url("./img/arrow-left.svg"); }
        @media (min-width: 1024px) {
          .d-lab-project-popup .gallery-carousel .slick-arrow.slick-prev {
            left: 35px; } }
      .d-lab-project-popup .gallery-carousel .slick-arrow.slick-next {
        right: 26px;
        background-image: url("./img/arrow-right.svg"); }
        @media (min-width: 1024px) {
          .d-lab-project-popup .gallery-carousel .slick-arrow.slick-next {
            right: 35px; } }
      .d-lab-project-popup .gallery-carousel .slick-arrow.slick-disabled {
        display: none !important; }

.wp-block-contact-form-7-contact-form-selector.section6228 {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (min-width: 1200px) {
    .wp-block-contact-form-7-contact-form-selector.section6228 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.wp-block-contact-form-7-contact-form-selector .post-form-holder {
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
  line-height: 29px; }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-content {
    width: 100%; }
    @media (max-width: 767px) {
      .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-content {
        margin-bottom: 4px; } }
    @media (min-width: 768px) {
      .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-content {
        width: 25%;
        padding-right: 0; } }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-content,
  .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-form {
    padding: 0 15px; }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-form {
    width: 100%; }
    @media (min-width: 768px) {
      .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-form {
        width: 75%; } }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder .form-text {
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    margin-bottom: 22px; }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder select,
  .wp-block-contact-form-7-contact-form-selector .post-form-holder textarea,
  .wp-block-contact-form-7-contact-form-selector .post-form-holder input {
    width: 100%;
    height: 51px;
    background: transparent;
    border: 1px solid transparent;
    border-bottom-color: #000;
    padding: 0 13px;
    color: #bbb; }
    @media (min-width: 768px) {
      .wp-block-contact-form-7-contact-form-selector .post-form-holder select,
      .wp-block-contact-form-7-contact-form-selector .post-form-holder textarea,
      .wp-block-contact-form-7-contact-form-selector .post-form-holder input {
        height: 57px; } }
    .wp-block-contact-form-7-contact-form-selector .post-form-holder select:focus,
    .wp-block-contact-form-7-contact-form-selector .post-form-holder textarea:focus,
    .wp-block-contact-form-7-contact-form-selector .post-form-holder input:focus {
      outline: none;
      border-bottom-color: #000; }
    .wp-block-contact-form-7-contact-form-selector .post-form-holder select[aria-invalid="true"],
    .wp-block-contact-form-7-contact-form-selector .post-form-holder textarea[aria-invalid="true"],
    .wp-block-contact-form-7-contact-form-selector .post-form-holder input[aria-invalid="true"] {
      border: 1px solid red; }
      .wp-block-contact-form-7-contact-form-selector .post-form-holder select[aria-invalid="true"]:focus,
      .wp-block-contact-form-7-contact-form-selector .post-form-holder textarea[aria-invalid="true"]:focus,
      .wp-block-contact-form-7-contact-form-selector .post-form-holder input[aria-invalid="true"]:focus {
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent; }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder select::-ms-expand {
    display: none; }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 40px;
    background: url("./img/caret-down.svg") top 15px right 15px/15px no-repeat; }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder input[type="submit"] {
    width: auto;
    background-color: #000;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    border: none;
    padding: 11px 20px;
    text-align: center;
    min-width: 123px;
    float: right;
    transition: .3s; }
    .wp-block-contact-form-7-contact-form-selector .post-form-holder input[type="submit"]:hover {
      background-color: #000; }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder textarea {
    height: 144px;
    padding: 13px; }
    @media (min-width: 768px) {
      .wp-block-contact-form-7-contact-form-selector .post-form-holder textarea {
        height: 160px; } }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-1, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-2, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-3, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-4, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-5, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-6, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-7, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-8, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-9, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-10, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-11, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-12 {
    padding: 0 9px;
    margin-bottom: 20px; }
    @media (max-width: 599px) {
      .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-1, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-2, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-3, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-4, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-5, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-6, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-7, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-8, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-9, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-10, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-11, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-12 {
        width: 100%; } }
    .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-1 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-2 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-3 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-4 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-5 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-6 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-7 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-8 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-9 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-10 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-11 span, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-12 span {
      margin: 0; }
    .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-1 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-2 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-3 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-4 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-5 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-6 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-7 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-8 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-9 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-10 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-11 .label, .wp-block-contact-form-7-contact-form-selector .post-form-holder .col-12 .label {
      margin-bottom: 5px;
      display: inline-block; }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder .wpcf7-form-control.wpcf7-checkbox {
    padding-top: 6px;
    display: inline-block; }
    .wp-block-contact-form-7-contact-form-selector .post-form-holder .wpcf7-form-control.wpcf7-checkbox input {
      display: none; }
      .wp-block-contact-form-7-contact-form-selector .post-form-holder .wpcf7-form-control.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
        opacity: 1; }
    .wp-block-contact-form-7-contact-form-selector .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
      position: relative;
      display: inline-block;
      padding-left: 38px;
      cursor: pointer; }
      .wp-block-contact-form-7-contact-form-selector .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:after, .wp-block-contact-form-7-contact-form-selector .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0; }
      .wp-block-contact-form-7-contact-form-selector .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:after {
        background-color: #ECEBE4; }
      .wp-block-contact-form-7-contact-form-selector .post-form-holder .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
        background: url("./img/check.svg") center/66% no-repeat;
        z-index: 2;
        opacity: 0; }
  .wp-block-contact-form-7-contact-form-selector .post-form-holder form div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0; }

.wp-block-contact-form-7-contact-form-selector form {
  line-height: 29px; }
  .wp-block-contact-form-7-contact-form-selector form .form-text {
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    margin-bottom: 22px; }
  .wp-block-contact-form-7-contact-form-selector form select,
  .wp-block-contact-form-7-contact-form-selector form textarea,
  .wp-block-contact-form-7-contact-form-selector form input {
    width: 100%;
    height: 51px;
    background: transparent;
    border: 1px solid transparent;
    border-bottom-color: #000;
    padding: 0 13px;
    color: #bbb; }
    @media (min-width: 768px) {
      .wp-block-contact-form-7-contact-form-selector form select,
      .wp-block-contact-form-7-contact-form-selector form textarea,
      .wp-block-contact-form-7-contact-form-selector form input {
        height: 57px; } }
    .wp-block-contact-form-7-contact-form-selector form select:focus,
    .wp-block-contact-form-7-contact-form-selector form textarea:focus,
    .wp-block-contact-form-7-contact-form-selector form input:focus {
      outline: none;
      border-bottom-color: #000; }
    .wp-block-contact-form-7-contact-form-selector form select[aria-invalid="true"],
    .wp-block-contact-form-7-contact-form-selector form textarea[aria-invalid="true"],
    .wp-block-contact-form-7-contact-form-selector form input[aria-invalid="true"] {
      border: 1px solid red; }
      .wp-block-contact-form-7-contact-form-selector form select[aria-invalid="true"]:focus,
      .wp-block-contact-form-7-contact-form-selector form textarea[aria-invalid="true"]:focus,
      .wp-block-contact-form-7-contact-form-selector form input[aria-invalid="true"]:focus {
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent; }
  .wp-block-contact-form-7-contact-form-selector form select::-ms-expand {
    display: none; }
  .wp-block-contact-form-7-contact-form-selector form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    padding-right: 40px;
    background: url(img/caret-down.svg) top 15px right 15px/15px no-repeat; }
  .wp-block-contact-form-7-contact-form-selector form input[type="submit"] {
    width: auto;
    background-color: #000;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    border: none;
    padding: 11px 20px;
    text-align: center;
    min-width: 123px;
    float: right;
    transition: 0.3s; }
    .wp-block-contact-form-7-contact-form-selector form input[type="submit"]:hover {
      background-color: #e8e8e8; }
  .wp-block-contact-form-7-contact-form-selector form textarea {
    height: 144px;
    padding: 13px; }
    @media (min-width: 768px) {
      .wp-block-contact-form-7-contact-form-selector form textarea {
        height: 160px; } }
  .wp-block-contact-form-7-contact-form-selector form .col-1,
  .wp-block-contact-form-7-contact-form-selector form .col-2,
  .wp-block-contact-form-7-contact-form-selector form .col-3,
  .wp-block-contact-form-7-contact-form-selector form .col-4,
  .wp-block-contact-form-7-contact-form-selector form .col-5,
  .wp-block-contact-form-7-contact-form-selector form .col-6,
  .wp-block-contact-form-7-contact-form-selector form .col-7,
  .wp-block-contact-form-7-contact-form-selector form .col-8,
  .wp-block-contact-form-7-contact-form-selector form .col-9,
  .wp-block-contact-form-7-contact-form-selector form .col-10,
  .wp-block-contact-form-7-contact-form-selector form .col-11,
  .wp-block-contact-form-7-contact-form-selector form .col-12 {
    padding: 0 9px;
    margin-bottom: 20px; }
    @media (max-width: 599px) {
      .wp-block-contact-form-7-contact-form-selector form .col-1,
      .wp-block-contact-form-7-contact-form-selector form .col-2,
      .wp-block-contact-form-7-contact-form-selector form .col-3,
      .wp-block-contact-form-7-contact-form-selector form .col-4,
      .wp-block-contact-form-7-contact-form-selector form .col-5,
      .wp-block-contact-form-7-contact-form-selector form .col-6,
      .wp-block-contact-form-7-contact-form-selector form .col-7,
      .wp-block-contact-form-7-contact-form-selector form .col-8,
      .wp-block-contact-form-7-contact-form-selector form .col-9,
      .wp-block-contact-form-7-contact-form-selector form .col-10,
      .wp-block-contact-form-7-contact-form-selector form .col-11,
      .wp-block-contact-form-7-contact-form-selector form .col-12 {
        width: 100%; } }
    .wp-block-contact-form-7-contact-form-selector form .col-1 span,
    .wp-block-contact-form-7-contact-form-selector form .col-2 span,
    .wp-block-contact-form-7-contact-form-selector form .col-3 span,
    .wp-block-contact-form-7-contact-form-selector form .col-4 span,
    .wp-block-contact-form-7-contact-form-selector form .col-5 span,
    .wp-block-contact-form-7-contact-form-selector form .col-6 span,
    .wp-block-contact-form-7-contact-form-selector form .col-7 span,
    .wp-block-contact-form-7-contact-form-selector form .col-8 span,
    .wp-block-contact-form-7-contact-form-selector form .col-9 span,
    .wp-block-contact-form-7-contact-form-selector form .col-10 span,
    .wp-block-contact-form-7-contact-form-selector form .col-11 span,
    .wp-block-contact-form-7-contact-form-selector form .col-12 span {
      margin: 0; }
    .wp-block-contact-form-7-contact-form-selector form .col-1 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-2 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-3 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-4 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-5 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-6 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-7 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-8 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-9 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-10 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-11 .label,
    .wp-block-contact-form-7-contact-form-selector form .col-12 .label {
      margin-bottom: 5px;
      display: inline-block; }
  .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control.wpcf7-checkbox {
    padding-top: 6px;
    display: inline-block; }
    .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control.wpcf7-checkbox input {
      display: none; }
      .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
        opacity: 1; }
    .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
      position: relative;
      display: inline-block;
      padding-left: 38px;
      cursor: pointer; }
      .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:after, .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0; }
      .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:after {
        background-color: #ecebe4; }
      .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
        background: url(img/check.svg) center/66% no-repeat;
        z-index: 2;
        opacity: 0; }
  .wp-block-contact-form-7-contact-form-selector form form div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0; }

.page-template-template-neocon-landing-page {
  background: #EAEAEA; }
  .page-template-template-neocon-landing-page .template-content .container {
    position: relative;
    padding: 0 15px 80px; }
    @media (min-width: 1024px) {
      .page-template-template-neocon-landing-page .template-content .container {
        padding: 0 25px 103px; } }
  .page-template-template-neocon-landing-page .main-bg {
    background-repeat: no-repeat;
    background-size: 163%;
    background-position: 67% 0;
    position: absolute;
    width: 100vw;
    height: 111%;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
    @media (min-width: 1024px) {
      .page-template-template-neocon-landing-page .main-bg {
        background-size: 112%;
        background-position: 82% 0;
        top: -14%;
        height: 114%; } }
  .page-template-template-neocon-landing-page .footer {
    position: relative; }
    .page-template-template-neocon-landing-page .footer.footer-color-dark-gray:before, .page-template-template-neocon-landing-page .footer.footer-color-black:before {
      width: 100vw;
      height: 0;
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      background: transparent;
      border-top: 80px solid transparent;
      border-right: 100vw solid transparent;
      z-index: -1; }
      @media (min-width: 1200px) {
        .page-template-template-neocon-landing-page .footer.footer-color-dark-gray:before, .page-template-template-neocon-landing-page .footer.footer-color-black:before {
          border-top: 103px solid transparent; } }
    .page-template-template-neocon-landing-page .footer.footer-color-dark-gray:before {
      border-right-color: #212121; }
    .page-template-template-neocon-landing-page .footer.footer-color-black:before {
      border-right-color: #000; }
    @media (min-width: 1200px) {
      .page-template-template-neocon-landing-page .footer .container.footer-bottom {
        padding-top: 18px;
        padding-bottom: 18px; } }

.event-info-section {
  padding-top: 30px;
  padding-bottom: 23px; }
  @media (min-width: 1024px) {
    .event-info-section {
      padding-top: 0; } }
  @media (min-width: 1200px) {
    .event-info-section {
      padding-bottom: 28px; } }
  .event-info-section .text-holder {
    max-width: 708px;
    width: 100%; }
  .event-info-section .subtitle, .event-info-section .date, .event-info-section address {
    font-size: 20px; }
    @media (min-width: 375px) {
      .event-info-section .subtitle, .event-info-section .date, .event-info-section address {
        font-size: 26px; } }
    @media (min-width: 1024px) {
      .event-info-section .subtitle, .event-info-section .date, .event-info-section address {
        font-size: 36px; } }
    @media (min-width: 1200px) {
      .event-info-section .subtitle, .event-info-section .date, .event-info-section address {
        font-size: 48px; } }
  .event-info-section .subtitle {
    display: block;
    font-weight: 300;
    margin-bottom: 55px; }
    @media (min-width: 1024px) {
      .event-info-section .subtitle {
        letter-spacing: 0.01em;
        margin-bottom: 18px; } }
  .event-info-section .title {
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 33px; }
    @media (min-width: 375px) {
      .event-info-section .title {
        font-size: 120px; } }
    @media (min-width: 1024px) {
      .event-info-section .title {
        font-size: 160px;
        line-height: 0.93;
        margin-bottom: 52px; } }
    @media (min-width: 1200px) {
      .event-info-section .title {
        font-size: 200px; } }
  .event-info-section .date, .event-info-section address {
    font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    max-width: 82%;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .event-info-section .date, .event-info-section address {
        max-width: unset; } }
    @media (min-width: 1024px) {
      .event-info-section .date, .event-info-section address {
        line-height: 0.93; } }
  .event-info-section .date {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .event-info-section .date {
        margin-bottom: 67px; } }
  .event-info-section address {
    font-style: normal;
    margin-bottom: 44px; }
    @media (min-width: 1024px) {
      .event-info-section address {
        line-height: 1.25; } }
  .event-info-section .text {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.224;
    margin-bottom: 17px; }
    @media (min-width: 1024px) {
      .event-info-section .text {
        max-width: 93%;
        line-height: 1.25; } }
    .event-info-section .text p {
      line-height: inherit; }
      .event-info-section .text p:last-child {
        margin-bottom: 0; }
  .event-info-section .constent-links {
    margin-top: 40px; }

.colors-section {
  position: relative;
  background: #000;
  color: #fff;
  font-size: 14px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 170px;
  padding-bottom: 10px; }
  @media (min-width: 480px) {
    .colors-section {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .colors-section {
      font-size: 18px; } }
  .colors-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: -125px;
    height: 126px;
    width: 100%;
    background: #fff; }
  .colors-section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: -126px;
    height: 126px;
    width: 100%;
    background: #000;
    z-index: 2;
    clip-path: polygon(33% 0, 69% 53%, 100% 51%, 100% 100%, 0 100%, 3% 53%); }
  .colors-section .colors-table {
    border: none;
    width: 100%;
    margin: 0; }
    @media (min-width: 1024px) {
      .colors-section .colors-table {
        table-layout: fixed; } }
    .colors-section .colors-table th {
      font-family: "Moderat Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      text-align: left;
      cursor: pointer;
      font-size: 14px;
      border: none;
      padding: 10px 10px 10px 0;
      user-select: none; }
      @media (min-width: 480px) {
        .colors-section .colors-table th {
          font-size: 16px; } }
      @media (min-width: 768px) {
        .colors-section .colors-table th {
          font-size: 18px; } }
      .colors-section .colors-table th:last-child {
        padding-right: 0; }
    .colors-section .colors-table td {
      border: none;
      border-top: 1px solid #fff;
      padding: 18px 15px 18px 0; }
      @media (min-width: 768px) {
        .colors-section .colors-table td {
          padding: 24px 15px 24px 0; } }
      .colors-section .colors-table td:last-child {
        padding-right: 0; }
    .colors-section .colors-table[data-order="ASC"] .filter-color-th.active .color-title:before {
      opacity: 1; }
    .colors-section .colors-table[data-order="DESC"] .filter-color-th.active .color-title:after {
      opacity: 1; }
  .colors-section .color-title {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    .colors-section .color-title:after, .colors-section .color-title:before {
      content: '';
      position: absolute;
      width: 0px;
      height: 0px;
      border-style: solid;
      right: 0;
      opacity: 0.3;
      top: 50%;
      transform: translateY(-50%); }
    .colors-section .color-title:after {
      margin-top: -5px;
      border-width: 0 5px 7px 5px;
      border-color: transparent transparent #FFFFFF transparent; }
    .colors-section .color-title:before {
      margin-top: 5px;
      border-width: 7px 5px 0 5px;
      border-color: #FFFFFF transparent transparent transparent; }
  .colors-section .colors-search-input {
    margin-bottom: 30px; }
    .colors-section .colors-search-input input {
      background: transparent;
      border: none;
      border-bottom: 1px solid #666;
      width: 100%;
      color: #fff;
      padding: 0;
      font-size: 18px;
      height: 40px; }
      .colors-section .colors-search-input input:focus {
        outline: none;
        border-bottom: 1px solid #fff; }
      .colors-section .colors-search-input input::placeholder {
        opacity: 0.99;
        color: #666; }

@media (max-width: 767px) {
  .site-id-10 .header .container {
    justify-content: flex-end; } }

@media (max-width: 767px) {
  .site-id-10 .menu-container {
    clip-path: polygon(100% 0%, 0% 0%, 2% 80%, 0% 98%, 100% 100%); } }

@media (max-width: 767px) {
  .site-id-10 .header-navigation li {
    margin-right: 0; } }

.site-id-10 .burger {
  left: auto;
  right: 0; }

.site-id-10 .toggle-btn .text-open,
.site-id-10 .toggle-btn .text-close {
  left: auto;
  right: 44px; }

@media (min-width: 768px) {
  .site-id-10 .menu > li {
    max-width: 80%;
    padding-right: 300px; } }

@media (min-width: 934px) {
  .site-id-10 .menu > li {
    padding-right: 250px; } }

@media (min-width: 1024px) {
  .site-id-10 .menu > li {
    padding-right: 350px; } }

@media (min-width: 991px) {
  .site-id-10 .menu > li {
    max-width: 60%; } }

.site-id-10 .menu > li > a {
  max-width: 100%;
  padding: 0;
  display: inline-block;
  left: auto; }

@media (min-width: 768px) {
  .site-id-10 .menu .drop-holder {
    left: auto;
    right: calc(40% + 120px);
    padding-left: 0;
    padding-right: 2%; } }

@media (min-width: 934px) {
  .site-id-10 .menu .drop-holder {
    right: calc(40% + 100px); } }

@media (min-width: 1024px) {
  .site-id-10 .menu .drop-holder {
    right: calc(40% + 200px); } }

.site-id-10 .regions-holder .region-item {
  padding-right: 0;
  padding-left: 20px; }

@media (max-width: 767px) {
  .site-id-10 .regions-popup-holder .regions-wrap {
    padding-left: 0; } }

@media (min-width: 768px) {
  .site-id-10 .regions-popup-holder .regions-wrap {
    left: -270px; } }

@media (min-width: 900px) {
  .site-id-10 .regions-popup-holder .regions-wrap {
    left: -250px; } }

@media (min-width: 1024px) {
  .site-id-10 .regions-popup-holder .regions-wrap {
    left: -270px; } }

@media (min-width: 768px) {
  .site-id-10 .regions-popup-close {
    left: 20px; } }

@media (min-width: 768px) {
  .site-id-10 .header-select-country {
    margin-right: 0;
    margin-left: 18px;
    width: auto; } }

@media (min-width: 768px) {
  .site-id-10 .regions-popup-holder .header-select-country span {
    position: static;
    padding: 0 26px 0 0; } }

@media (min-width: 768px) {
  .site-id-10 .header-select-country img {
    left: auto;
    right: 0; } }

@media (max-width: 767px) {
  .site-id-10 .container.footer-bottom .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end; } }

@media (max-width: 767px) {
  .site-id-10 .container.footer-bottom .right {
    padding-right: 0;
    padding-left: 130px; } }

@media (max-width: 767px) {
  .site-id-10 .btn-support {
    right: auto;
    left: 26px; } }

.site-id-10 .btn.cta-mortarr:before, .site-id-10 .durasein-form-style input.cta-mortarr[type="submit"]:before, .durasein-form-style .site-id-10 input.cta-mortarr[type="submit"]:before,
.site-id-10 .durasein-form-style input.cta-mortarr[type="submit"]:before {
  margin-right: 0;
  margin-left: 10px; }

@media (min-width: 768px) {
  .site-id-10 .page-banner .title {
    margin-left: 100px;
    width: 635px;
    max-width: 60%; } }

@media (min-width: 768px) {
  .site-id-10 .page-banner .title i {
    margin-left: 0;
    margin-right: 100px; } }

@media (min-width: 1200px) {
  .site-id-10 .cta-blocks {
    padding-left: 0;
    padding-right: 8.4444%; } }

@media (min-width: 1024px) {
  .site-id-10 .cta-blocks .cta-block {
    padding-right: 0;
    padding-left: 90px; } }

@media (max-width: 767px) {
  .site-id-10 .latest-posts .latest-post-top {
    transform: rotateY(180deg); } }

@media (min-width: 1200px) {
  .site-id-10 .latest-posts .title {
    padding-bottom: 40px; } }

@media (min-width: 1200px) {
  .site-id-10 .latest-posts .text {
    padding-right: 0;
    padding-left: 100px;
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .site-id-10 .subscribe-section .title {
    padding-right: 45px; } }

@media (max-width: 767px) {
  .site-id-10 .subscribe-section .title {
    padding-right: 0; } }

@media (min-width: 768px) {
  .site-id-10 .page-template-template-sinks .top-row {
    justify-content: flex-end; } }

.site-id-10 .shapes-cta-blocks-list {
  padding-left: 0; }

@media (max-width: 991px) and (min-width: 768px) {
  .site-id-10 .shapes-cta-blocks-list .img img {
    object-position: right; } }

@media (min-width: 768px) {
  .site-id-10 .cta-info-blocks .shapes-cta-blocks-list .shapes-cta-block .img img {
    object-position: right; } }

@media (min-width: 768px) {
  .site-id-10 .info-blocks-list {
    padding-right: 0;
    padding-left: 100px; } }

@media (min-width: 1024px) {
  .site-id-10 .info-blocks-list {
    padding-right: 0;
    padding-left: 203px; } }

@media (min-width: 768px) {
  .site-id-10 .info-blocks-list .info-block:nth-child(6n + 6), .site-id-10 .info-blocks-list .info-block:nth-child(6n + 5), .site-id-10 .info-blocks-list .info-block:nth-child(6n + 4) {
    left: auto;
    right: 100px; } }

@media (min-width: 1200px) {
  .site-id-10 .features-holder {
    padding-left: 0;
    padding-right: 8.3333%; } }

@media (min-width: 768px) {
  .site-id-10 .feature-block:nth-child(6n + 4) {
    margin-left: 0;
    margin-right: 100px;
    width: calc(33.33333% - 34px); } }

@media (min-width: 768px) {
  .site-id-10 .feature-block:nth-child(6n + 6), .site-id-10 .feature-block:nth-child(6n + 5) {
    width: calc(33.33333% - 34px); } }

@media (min-width: 1366px) {
  .site-id-10 .colors-info-1-holder {
    padding-left: 48%;
    padding-right: 80px; } }

.site-id-10 .colors-info-1-holder .subtext {
  padding-right: 0; }

@media (min-width: 768px) {
  .site-id-10 .colors-info-2.section34 .top-text {
    width: 56%; } }

@media (max-width: 767px) {
  .site-id-10 .experiments .title {
    padding-right: 0;
    margin-bottom: 60px; } }

.site-id-10 .pt-image-section-1 .title {
  width: 100%;
  max-width: 700px;
  padding-left: 0; }

.site-id-10 .pt-related_patterns .related-pattern-title {
  display: block; }

@media (min-width: 992px) {
  .site-id-10 .downloads-page-content-holder .g-content {
    padding-right: 194px; } }

.site-id-10 .downloads-accordion .da-head {
  padding: 12px 0 12px 30px; }

.site-id-10 .downloads-accordion .da-item.active .da-head {
  padding: 8px 0 8px 30px; }

.site-id-10 .downloads-accordion .da-head:after,
.site-id-10 .downloads-accordion .da-head:before {
  right: auto;
  left: 0; }

.site-id-10 .downloads-page-content-holder .ajax-search-form input {
  padding: 0 0 0 117px; }

.site-id-10 .downloads-page-content-holder .ajax-search-form button.reset-downloads {
  right: auto;
  left: 0; }

.site-id-10 .downloads-page-content-holder .ajax-post-search .counter {
  right: auto;
  left: 34px; }

.site-id-10 .downloads-page-content-holder .ajax-search-form button {
  right: auto;
  left: -5px; }

.site-id-10 .downloads-accordion .d-links a {
  margin-left: 0;
  margin-right: 10px; }

@media (min-width: 768px) {
  .site-id-10 .filter-sort {
    left: auto;
    right: calc(100% + 30px); } }

@media (min-width: 1024px) {
  .site-id-10 .filter-sort {
    left: auto;
    right: 113%; } }

.site-id-10 .team-post-block .block {
  clip-path: polygon(100% 3%, 78% 0%, 0% 3%, 0% 100%, 100% 100%); }

.site-id-10 .filter-region select {
  padding-left: 10px;
  padding-right: 60px; }

.site-id-10 .filter-region .filter-region-title {
  left: auto;
  right: 0; }

@media (min-width: 768px) {
  .site-id-10 .page-template-template-events .page-title, .site-id-10 .page-template-template-events .text-width-60 {
    width: 100%;
    padding-left: 40%; } }

.site-id-10 .wpcf7,
.site-id-10 .g-content > p,
.site-id-10 .g-content > ul,
.site-id-10 .g-content > ol,
.site-id-10 .g-content > h2,
.site-id-10 .g-content > h3,
.site-id-10 .g-content > h4,
.site-id-10 .g-content > h5,
.site-id-10 .g-content > h6,
.site-id-10 .g-content > h1 {
  direction: rtl; }

@media (min-width: 768px) {
  .site-id-10 .blog-content-holder .blog-thumb {
    text-align: left; } }

@media (min-width: 1500px) {
  .site-id-10 .page-intro.section80 .col .title {
    margin-right: 0;
    margin-left: -94px; } }

.site-id-10 .page-intro.section70.image-position-right .col {
  padding-left: 0; }

@media (min-width: 1800px) {
  .site-id-10 .page-intro.section70.image-position-right .title {
    padding-right: 80px; } }

.site-id-10 .wpcf7 input {
  text-align: right; }

.site-id-10 .constent-links > li {
  margin: 0 0 12px 12px !important; }

@media (min-width: 768px) and (max-width: 1199px) {
  .site-id-10 .page-intro.section50 .col {
    padding-top: 5vw;
    padding-bottom: 20vw; } }

@media (min-width: 1200px) {
  .site-id-10 .page-intro.section51.image-position-left .col {
    padding-top: 200px;
    padding-bottom: 170px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .site-id-10 .page-intro.section51.image-position-left .col {
    padding-bottom: 15vw; } }

@media (min-width: 1200px) {
  .site-id-10 .page-intro.section52 .col {
    padding-top: 250px;
    padding-bottom: 140px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .site-id-10 .page-intro.section52 .col {
    padding-top: 17vw; } }

@media (max-width: 767px) {
  .site-id-10 .page-intro.section52 .col {
    padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .site-id-10 .page-intro.section53.image-position-left .col {
    padding-top: 200px; } }

@media (min-width: 1200px) {
  .site-id-10 .page-intro.section80 .col {
    padding-top: 80px;
    padding-bottom: 250px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .site-id-10 .page-intro.section80 .col {
    padding-top: 5vw;
    padding-bottom: 140px; } }

@media (min-width: 1200px) {
  .site-id-10 .page-intro.section83 .col {
    padding-top: 240px;
    padding-bottom: 300px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .site-id-10 .page-intro.section70.image-position-right .col {
    padding-top: 4vw;
    padding-bottom: 4vw; } }

@media (min-width: 1200px) {
  .site-id-10 .page-intro.section70.image-position-right .col {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (min-width: 1024px) {
  .site-id-10 .page-intro.section70.image-position-right .bg {
    background-size: cover !important;
    min-height: 800px; } }

@media (min-width: 768px) {
  .site-id-10 .cta-info-blocks.info-cards.section71 {
    padding-top: 60px; } }

@media (min-width: 1024px) {
  .site-id-10 .cta-info-blocks.info-cards.section71 {
    padding-top: 200px; } }

@media (min-width: 1800px) {
  .site-id-10 .cta-info-blocks.info-cards.section71 {
    padding-top: 140px; } }

@media (min-width: 1400px) {
  .site-id-10 .features.section101 {
    margin-top: 70px; } }

.site-id-10 .current-region-text .text {
  padding-left: 0;
  padding-right: 10px; }

.site-id-10 .filter-title {
  padding-right: 0;
  padding-left: 15px; }
  .site-id-10 .filter-title:after {
    right: auto;
    left: 0; }

.site-id-10 .custom-reset {
  padding-right: 0;
  padding-left: 10px; }
  .site-id-10 .custom-reset:before, .site-id-10 .custom-reset:after {
    right: auto;
    left: 0; }

.site-id-10 .block-product .add_to_cart_button {
  right: auto;
  left: 10px; }

.site-id-10 .block-product .add-product-loader {
  right: auto;
  left: 10px; }

@media (min-width: 900px) {
  .site-id-10 .related-products-carousel-section .title {
    padding-right: 0;
    padding-left: 100px; } }

.site-id-10 .related-products-list-wrap .slick-arrow.slick-prev {
  left: 0;
  right: auto; }

.site-id-10 .related-products-list-wrap .slick-arrow.slick-next {
  left: 50px;
  right: auto; }

@media (min-width: 768px) {
  .site-id-10 .sink-info-col {
    padding-right: 0;
    padding-left: 30px; } }

@media (min-width: 1024px) {
  .site-id-10 .sink-info-col {
    padding-right: 0;
    padding-left: 40px; } }

@media (min-width: 1200px) {
  .site-id-10 .sink-info-col {
    padding-right: 0;
    padding-left: 80px; } }

.site-id-10 .sink-colors li {
  margin: 0 0 15px 22px; }
  @media (min-width: 768px) {
    .site-id-10 .sink-colors li {
      margin: 0 0 15px 32px; } }

.site-id-10 .sink-downloads li {
  margin: 0 0 12px 12px !important; }

@media (min-width: 768px) {
  .site-id-10 .single-product .product-image {
    padding-left: 0;
    padding-right: 25px; } }

@media (min-width: 1024px) {
  .site-id-10 .single-product .product-image {
    padding-left: 0;
    padding-right: 125px; } }

.site-id-10 .single-product .product-full-image {
  left: 10px; }
  @media (min-width: 1024px) {
    .site-id-10 .single-product .product-full-image {
      left: 10px; } }

@media (min-width: 768px) {
  .site-id-10 .single-product .product-info {
    padding-left: 0;
    padding-right: 35px; } }

@media (min-width: 1024px) {
  .site-id-10 .single-product .product-info {
    padding-left: 0;
    padding-right: 115px; } }

.site-id-10 .single-product h1.product-title i {
  left: auto;
  right: -40px; }

.site-id-10 .product-single-btns .cart {
  margin-right: 0;
  margin-left: 7px; }

.site-id-10 .info-row .info-size {
  padding-right: 0;
  padding-left: 15px; }

.site-id-10 .drs-zoomer-popup-wrap .drs-zoomer-popup-close {
  right: auto;
  left: 0;
  clip-path: polygon(91% 96%, 100% 0%, 0% 0%, 0% 100%); }

.site-id-10 .drs-zoomer-popup-wrap .drs-zoomer-popup-controls {
  clip-path: polygon(100% 100%, 100% 10%, 10% 0%, 0% 100%);
  left: auto;
  right: 0; }

.site-id-10 .drs-zoomer-popup-wrap input[type=range] {
  padding: 10px 60px 10px 70px; }

.site-id-10 .drs-zoomer-popup-controls-minus {
  left: auto;
  right: 20px; }

.site-id-10 .drs-zoomer-popup-controls-plus {
  right: auto;
  left: 30px; }

.site-id-10 .single-product .product-quantity .fas.fa-heart {
  margin-right: 0;
  margin-left: 12px; }

.site-id-10 #saved-templates:before {
  transform: rotate(180deg) scaleX(-1); }

.site-id-10 #saved-templates .shop_table.shop_table_responsive.cart .drs-cart-data {
  text-align: right;
  padding-right: 0;
  padding-left: 30px; }

.site-id-10 #saved-templates .shop_table.shop_table_responsive.cart .drs-cart-data-sku {
  margin-right: 0; }

.site-id-10 #saved-templates .shop_table.shop_table_responsive.cart td.product-remove {
  right: auto;
  left: 5px; }

.site-id-10 #saved-templates .shop_table.shop_table_responsive.cart .product-name,
.site-id-10 .woocommerce table.shop_table td.product-name {
  text-align: right !important; }
  @media (max-width: 767px) {
    .site-id-10 #saved-templates .shop_table.shop_table_responsive.cart .product-name,
    .site-id-10 .woocommerce table.shop_table td.product-name {
      text-align: right !important; } }

.site-id-10 .change-amount input[type="number"] {
  padding-right: 0;
  padding-left: 20px;
  text-align: right; }

.site-id-10 .change-amount .btns {
  right: calc(50% + 2px); }
  @media (min-width: 700px) {
    .site-id-10 .change-amount .btns {
      right: calc(50% - 17px); } }

.site-id-10 .change-amount .plus,
.site-id-10 .change-amount .minus {
  right: auto;
  left: 0; }

.site-id-10 .woocommerce-billing-fields select,
.site-id-10 .select2,
.site-id-10 .select2-dropdown,
.site-id-10 .woocommerce-checkout select {
  direction: rtl !important; }

.site-id-10 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 20px; }

.site-id-10 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 0; }

.site-id-10 .woocommerce-checkout.woocommerce-page .select2-selection__clear, .site-id-10 .woocommerce-checkout.woocommerce-page .select2-selection__choice__remove {
  margin-left: 0;
  margin-right: -0.5em; }

.site-id-10 .mc4wp-checkbox-woocommerce input[type="checkbox"] {
  margin-right: 0;
  margin-left: 10px; }

.site-id-10 #saved-templates form.checkout.woocommerce-checkout .form-row.place-order {
  padding: 1em 1em 1em 0; }

.site-id-10 ul.woocommerce-error .btn-current-region {
  border-bottom: 1px solid #515151; }

.site-id-10 .support-contact-form select {
  padding-left: 40px;
  padding-right: 13px;
  background: url(img/caret-down-white.svg) top 15px left 15px/15px no-repeat; }

.site-id-10 .support-contact-form input[type="submit"] {
  text-align: center; }

.site-id-10 .support-contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 0;
  padding-right: 38px; }

.site-id-10 .support-contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:after, .site-id-10 .support-contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
  left: auto;
  right: 0; }

.site-id-10 .fancybox-stage .region-popup h3 {
  text-align: right; }

.site-id-10 .fancybox-stage .region-popup-list {
  text-align: right; }

.site-id-10 .fancybox-stage .region-popup.big-region-popup:after {
  clip-path: polygon(calc(100% - 42px) 0, 91px 0, 0 45%, 90px calc(100% - 24px), calc(100% - 30px) 100%, 100% 23%); }
  @media (max-width: 768px) {
    .site-id-10 .fancybox-stage .region-popup.big-region-popup:after {
      clip-path: polygon(calc(100% - 32px) 0, 41px 0, 0 45%, 43px calc(100% - 22px), calc(100% - 20px) 100%, 100% 23%); } }

.site-id-10 .fancybox-stage .region-popup.big-region-popup {
  padding: 30px 63px 50px 100px; }
  @media (max-width: 768px) {
    .site-id-10 .fancybox-stage .region-popup.big-region-popup {
      padding: 29px 40px 42px 45px; } }

.site-id-10 .fancybox-stage .region-popup-close {
  right: auto;
  left: 0; }
  @media (max-width: 768px) {
    .site-id-10 .fancybox-stage .region-popup-close {
      left: 14px; } }

.colors-section .colors-table[dir="rtl"] th {
  padding: 10px 0 10px 10px;
  text-align: right; }
  .colors-section .colors-table[dir="rtl"] th:last-child {
    padding-left: 0; }

.colors-section .colors-table[dir="rtl"] td {
  padding: 18px 0 18px 15px;
  text-align: right; }
  @media (min-width: 768px) {
    .colors-section .colors-table[dir="rtl"] td {
      padding: 24px 0 24px 15px; } }
  .colors-section .colors-table[dir="rtl"] td:last-child {
    padding-left: 0; }

.colors-section .color-title {
  padding-left: 20px;
  padding-right: 0; }
  .colors-section .color-title:after, .colors-section .color-title:before {
    left: 0;
    right: auto; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

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