@font-face {
  font-family: "luma-icons";
  src: url("../fonts/Luma-Icons.woff2") format("woff2"),
    url("../fonts/Luma-Icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background-color: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
:after,
:before {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body,
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  line-height: 1;
  overscroll-behavior-y: none;
  padding: env(safe-area-inset);
  width: 100%;
}

img,
main,
video {
  display: block;
}

img,
video {
  border-style: none;
  height: auto;
  width: 100%;
}

img:active,
img:focus,
video:active,
video:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

svg {
  fill: currentColor;
  width: 100%;
}

ol,
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  margin-block-end: 0;
  margin-block-start: 0;
  padding-inline-start: 0;
}

li {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style-type: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  pointer-events: auto;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[hidden] {
  display: none;
}

label {
  margin: 0;
}

input,
select,
textarea {
  -webkit-padding-start: 0;
  -webkit-margin-start: 0;
  -webkit-border-horizontal-spacing: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: currentColor;
  display: block;
  font-size: inherit;
  height: 100%;
  line-height: 1;
  margin: 0;
  outline: none;
  outline-offset: 0;
  resize: none;
  text-indent: 0;
  width: 100%;
  z-index: 1;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

input::-ms-clear,
input::-ms-reveal,
select::-ms-clear,
select::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}

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

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

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background: none;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
}

html {
  background-color: #fff;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100vw;
}

html.loading *,
html.loading :after,
html.loading :before {
  pointer-events: none !important;
}

html.overflow-hidden {
  overflow: hidden;
}

[data-anim] {
  opacity: 0;
}

::-moz-selection {
  background: #b31f24;
  color: #fff;
}

::selection {
  background: #b31f24;
  color: #fff;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

@media (min-width: 1900px) {
  html {
    font-size: 0.8333vw;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Poppins;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.1;
  }
}

p {
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}

p a {
  display: inline;
}

.h1,
.h1 *,
h1,
h1 * {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33333;
}

@media (min-width: 768px) {
  .h1,
  .h1 *,
  h1,
  h1 * {
    font-size: 3rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .h1,
  .h1 *,
  h1,
  h1 * {
    font-size: 3.75rem;
    line-height: 1.5;
  }
}

.h2,
.h2 *,
h2,
h2 * {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .h2,
  .h2 *,
  h2,
  h2 * {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) {
  .h2,
  .h2 *,
  h2,
  h2 * {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

.h3,
.h3 *,
h3,
h3 * {
  font-size: 0.875rem;
  letter-spacing: 2.8px;
}

@media (min-width: 768px) {
  .h3,
  .h3 *,
  h3,
  h3 * {
    font-size: 1.125rem;
    line-height: 1.66667;
  }
}

@media (min-width: 1200px) {
  .h3,
  .h3 *,
  h3,
  h3 * {
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 7.8px;
    line-height: 1.53846;
  }
}

.h4,
.h4 *,
h4,
h4 * {
  font-size: 0.5625rem;
}

@media (min-width: 768px) {
  .h4,
  .h4 *,
  h4,
  h4 * {
    font-size: 1rem;
    letter-spacing: 3.4px;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  .h4,
  .h4 *,
  h4,
  h4 * {
    font-size: 1.125rem;
    letter-spacing: 5.4px;
    line-height: 1.55556;
  }
}

.h5,
.h5 *,
h5,
h5 * {
  font-size: 0.5625rem;
  letter-spacing: 2.8px;
}

@media (min-width: 768px) {
  .h5,
  .h5 *,
  h5,
  h5 * {
    font-size: 0.875rem;
    letter-spacing: 4.8px;
    line-height: 1.78571;
  }
}

.h6,
.h6 *,
h6,
h6 * {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .h6,
  .h6 *,
  h6,
  h6 * {
    font-size: 0.75rem;
    letter-spacing: 3.6px;
    line-height: 1.58333;
  }
}

.link-text {
  color: #000;
  cursor: pointer;
  font-size: 0.625rem;
  letter-spacing: 2.8px;
  line-height: 2;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .link-text {
    font-size: 1rem;
    letter-spacing: 4.8px;
    line-height: 1.5625;
  }
}

@media (hover: hover) and (pointer: fine) {
  .link-text:hover {
    opacity: 0.5;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .link-text:hover {
    opacity: 0.5;
  }
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  color: #000;
  font-family: Poppins;
  line-height: 1.25;
}

.display-1,
.display-1 * {
  font-size: 5rem;
}

.display-2,
.display-2 * {
  font-size: 4.5rem;
}

.display-3,
.display-3 * {
  font-size: 4rem;
}

.display-4,
.display-4 * {
  font-size: 3.5rem;
}

.display-5,
.display-5 * {
  font-size: 3rem;
}

.display-6,
.display-6 * {
  font-size: 2.5rem;
}

.u-p-large {
  font-size: 1.3125rem;
}

.u-p-small,
.u-p-small * {
  font-size: 0.8125rem;
}

.u-fw-300 {
  font-weight: 300;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-text-center {
  text-align: center;
}

.mb-1 {
  margin-bottom: 0.625rem;
}

.mb-2 {
  margin-bottom: 1.875rem;
}

.container {
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    padding: 0 5.208vw;
  }

  .container--small {
    padding: 0 21.51vw;
  }
}

.loader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.loader.hide {
  opacity: 0;
  visibility: hidden;
}

.loader.hide,
.loader.show {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.loader.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991.98px) {
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 0 1rem;
    width: 100%;
  }
}

.nav-menu__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  margin-right: 5.3125rem;
  text-align: right;
}

@media (max-width: 1399.98px) {
  .nav-menu__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .nav-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    margin-top: 4.0625rem;
    padding: 0 0.5rem;
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .nav-menu__list {
    margin-top: 1.25rem;
  }
}

.nav-menu__list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Poppins;
  margin-right: 2.5rem;
  position: relative;
}

@media (max-width: 1699.98px) {
  .nav-menu__list-item {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .nav-menu__list-item {
    display: block;
    height: auto;
    margin: 0 0 0.9375rem;
    text-align: right;
  }
}

@media (hover: hover) and (pointer: fine) {
  .nav-menu__list-item:hover {
    color: rgb(109, 109, 109);
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .nav-menu__list-item:hover .nav-menu__mega-content {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-menu__list-item:hover {
    color: #fff;
  }
}

@media (-ms-high-contrast: active) and (min-width: 992px),
  (-ms-high-contrast: none) and (min-width: 992px) {
  .nav-menu__list-item:hover .nav-menu__mega-content {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.nav-menu__link-item {
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 4.8px;
  line-height: 1.5625;
  margin-right: 2.5rem;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}

@media (max-width: 1399.98px) {
  .nav-menu__link-item {
    font-size: 0.875rem;
    letter-spacing: 2.8px;
    line-height: 1.57143;
  }
}

@media (max-width: 991.98px) {
  .nav-menu__link-item {
    margin-right: 0;
  }

  .nav-menu__link-item:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }
}

.nav-menu__link-item.is-active {
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .nav-menu__link-item:hover .nav-menu__mega-content {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-menu__link-item:hover .nav-menu__mega-content {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.nav-menu__link-item--icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-menu__link-item--icon svg {
  display: none;
}

@media (max-width: 991.98px) {
  .nav-menu__link-item--icon svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.625rem;
    width: 0.5rem;
  }
}

.nav-menu__link-item--icon.is-active svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-menu__text-info-mob {
  display: none;
}

@media (max-width: 991.98px) {
  .nav-menu__text-info-mob {
    bottom: 3.125rem;
    display: block;
    font-size: 1.125rem;
    left: 3.125rem;
    line-height: 1.77778;
    margin-left: 20px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    white-space: nowrap;
  }
}

@media (max-width: 566.98px) {
  .nav-menu__text-info-mob {
    font-size: 0.875rem;
    left: 0.625rem;
    line-height: 1.71429;
  }
}

.nav-menu__mega-content {
  background-color: #ebebeb;
  left: 6.25rem;
  opacity: 0;
  padding-top: 3.125rem;
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
}

.nav-menu__mega-content.show-menu {
  height: auto;
  margin-top: 1.25rem;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media (max-width: 1399.98px) {
  .nav-menu__mega-content {
    left: 4.6875rem;
  }
}

@media (max-width: 991.98px) {
  .nav-menu__mega-content {
    background-color: transparent;
    height: 0;
    left: 0;
    padding-top: 0;
    position: relative;
    -webkit-transform: inherit;
    transform: inherit;
  }
}

.nav-menu__mega-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 16rem;
  padding: 1.6875rem 1.75rem 0.8125rem;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 12;
}

@media (max-width: 1699.98px) {
  .nav-menu__mega-menu {
    padding: 1.6875rem 0.625rem 0.8125rem 1.75rem;
  }
}

@media (max-width: 1349.98px) {
  .nav-menu__mega-menu {
    min-width: 12.5rem;
  }
}

@media (max-width: 991.98px) {
  .nav-menu__mega-menu {
    min-width: auto;
    padding: 0;
  }
}

.nav-menu__mega-grid {
  position: relative;
}

.nav-menu__mega-grid a {
  pointer-events: painted;
}

.nav-menu__mega-grid:after {
  background-color: #ddd;
  content: "";
  height: calc(100% + 138px);
  left: -1.875rem;
  position: absolute;
  top: -7.75rem;
  width: 0.3125rem;
}

@media (max-width: 991.98px) {
  .nav-menu__mega-grid:after {
    content: none;
  }
}

.nav-menu__mega-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  text-transform: lowercase;
  color: #000;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  justify-content: space-between;
  line-height: 1.58824;
  margin-top: auto;
  padding-bottom: 0.375rem;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1399.98px) {
  .nav-menu__mega-item {
    font-size: 0.875rem;
  }
}

@media (max-width: 991.98px) {
  .nav-menu__mega-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media (hover: hover) and (pointer: fine) {
  .nav-menu__mega-item:hover {
    font-weight: 700;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-menu__mega-item:hover {
    font-weight: 700;
  }
}

@media (max-width: 991.98px) {
  .nav-menu__mega-item {
    display: none;
  }
}

.hamburger {
  display: none;
  margin-top: -0.625rem;
  pointer-events: auto;
  position: relative;
  z-index: 4;
}

@media (max-width: 991.98px) {
  .hamburger {
    display: block;
    margin: 0;
  }
}

.hamburger__inner {
  height: 1.25rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: 2.125rem;
}

@media (max-width: 566.98px) {
  .hamburger__inner {
    width: 1.5625rem;
  }

  .active .hamburger__inner {
    width: 1.375rem;
  }
}

.hamburger .line {
  background-color: #000;
  border-radius: 1.25rem;
  height: 4px;
  position: absolute;
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
}

.scroll-start .hamburger .line {
  background-color: #fff;
}

@media (max-width: 566.98px) {
  .hamburger .line {
    height: 3px;
  }
}

.hamburger .line--1 {
  top: 0;
  width: calc(100% - 0.25rem);
}

@media (max-width: 566.98px) {
  .hamburger .line--1 {
    width: 100%;
  }
}

.hamburger .line--2 {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: calc(100% - 0.25rem);
}

@media (max-width: 566.98px) {
  .hamburger .line--2 {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

.hamburger .line--3 {
  bottom: 0;
  width: calc(100% - 0.25rem);
}

.hamburger.active .hamburger__inner {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hamburger.active .line {
  background-color: #000;
}

.hamburger.active .line--1 {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
  width: 100%;
}

.hamburger.active .line--2 {
  opacity: 0;
}

.hamburger.active .line--3 {
  bottom: 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate(-45deg);
  transform: translate3d(0, 50%, 0) rotate(-45deg);
  width: 100%;
}

.header {
  background-color: #ebebeb;
  padding: 0.3rem 0 1.125rem;
}

@media (max-width: 1399.98px) {
  .header .container {
    padding: 0 1.5rem;
  }
}

.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.header__inner,
.header__right {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header__right {
  -webkit-box-flex: 0;
  -ms-flex-pack: justify;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
}

@media (max-width: 1399.98px) {
  .header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }
}

@media (max-width: 991.98px) {
  .header__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.header__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

@media (max-width: 767.98px) {
  .header__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

.header__left img {
  width: auto;
}

@media (max-width: 1399.98px) {
  .header__left img {
    width: 75%;
  }
}

.header__center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  position: relative;
}

@media (max-width: 991.98px) {
  .header__center {
    background-color: #e1e1e1;
    display: block;
    height: 100vh;
    padding-top: 4.6875rem;
    pointer-events: none;
    position: absolute;
    right: -1.5rem;
    top: -1.625rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 80%;
    will-change: transform;
    z-index: 3;
    z-index: 999;
  }

  .open .header__center {
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .header .lang-bar {
    display: none;
  }
}

.header .lang-bar ul li a {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.57143;
  text-transform: lowercase;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header .lang-bar ul li a:first-child {
  margin-left: 0.9375rem;
}

.header .lang-bar ul li a.is-active {
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .header .lang-bar ul li a:hover {
    opacity: 0.5;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .lang-bar ul li a:hover {
    opacity: 0.5;
  }
}

@media (max-width: 1399.98px) {
  .header .search-bar {
    margin-right: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .header .search-bar {
    display: none;
  }
}

.u-disabled {
  pointer-events: none !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.u-c-primary {
  color: #b31f24;
}

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

.u-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin: 1.875rem 0 0.625rem;
}

.text-content ol,
.text-content p,
.text-content ul {
  margin: 0.625rem 0;
}

.text-content p + ol,
.text-content p + ul {
  margin-top: -0.3125rem;
}

@media (min-width: 768px) {
  .text-content p + ol,
  .text-content p + ul {
    margin-top: -0.8125rem;
  }
}

.text-content figure {
  margin: 1.25rem 0;
}

@media (min-width: 768px) {
  .text-content figure {
    margin: 2.5rem 0;
  }
}

.text-content ol,
.text-content ul {
  padding: 0;
  text-align: left;
}

.text-content ol li,
.text-content ul li {
  margin: 0.625rem 0;
  padding-left: 1em;
  position: relative;
}

@media (min-width: 768px) {
  .text-content ol li,
  .text-content ul li {
    margin: 0.9375rem 0;
  }
}

.text-content ol li ol,
.text-content ol li ul,
.text-content ul li ol,
.text-content ul li ul {
  margin-top: 0.625rem !important;
}

@media (min-width: 768px) {
  .text-content ol li ol,
  .text-content ol li ul,
  .text-content ul li ol,
  .text-content ul li ul {
    margin-top: 0.9375rem !important;
  }
}

.text-content ul li:before {
  color: inherit;
  content: "•";
  display: block;
  font-size: 0.75em;
  font-style: inherit;
  font-weight: inherit;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0.15em;
}

.text-content ul li li:before {
  content: "◦";
}

.text-content ol {
  counter-reset: li;
}

.text-content ol li:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  display: block;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  left: 0;
  position: absolute;
  top: 0;
}

.text-content ol li li:before {
  content: counter(li, decimal) ")";
}

.text-content blockquote {
  line-height: 1.46;
  margin: 1.625rem 0;
  padding-bottom: 1.25rem;
  position: relative;
}

@media (min-width: 768px) {
  .text-content blockquote {
    font-size: 1.5rem;
    margin: 3.375rem 0;
    padding-left: 5.625rem;
  }
}

.text-content blockquote p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.text-content blockquote:before {
  content: "";
  display: block;
  height: 0.6875rem;
  width: 3.375rem;
}

@media (max-width: 767.98px) {
  .text-content blockquote:before {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 768px) {
  .text-content blockquote:before {
    left: 0;
    position: absolute;
    top: 0.375em;
  }
}

.text-content blockquote:after {
  background: currentColor;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .text-content blockquote:after {
    left: 5.625rem;
    width: calc(100% - 5.625rem);
  }

  .text-content figure {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.text-content figure figcaption {
  color: currentColor;
  font-size: 0.75rem;
  margin: 0.5rem 0 0;
  text-align: center;
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  .text-content figure figcaption {
    font-size: 0.875rem;
    margin: 0 0 0 0.5rem;
    text-align: left;
    text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.text-content hr {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  background: currentColor;
  border: none !important;
  height: 0.0625rem;
  margin-block-end: 0;
  margin-block-start: 0;
  max-width: 100% !important;
  opacity: 0.4;
}

.text-content table {
  border-collapse: collapse;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 767.98px) {
  .text-content table {
    font-size: 0.875rem;
  }
}

.text-content table thead {
  background: rgba(0, 0, 0, 0.1);
}

.text-content table,
.text-content table td,
.text-content table th {
  border: 0.0625rem solid;
}

.text-content table td,
.text-content table th {
  padding: 0.625rem 0.5rem;
}

@media (min-width: 768px) {
  .text-content table td,
  .text-content table th {
    padding: 0.625rem 1.25rem;
  }
}

.text-content audio {
  cursor: auto;
}

.text-content audio::-webkit-media-controls-panel {
  background: #fff;
}

.text-content blockquote:first-child,
.text-content figure:first-child,
.text-content h1:first-child,
.text-content h2:first-child,
.text-content h3:first-child,
.text-content h4:first-child,
.text-content h5:first-child,
.text-content h6:first-child,
.text-content li:first-child,
.text-content ol:first-child,
.text-content p:first-child,
.text-content ul:first-child {
  margin-top: 0;
}

.text-content blockquote:last-child,
.text-content figure:last-child,
.text-content h1:last-child,
.text-content h2:last-child,
.text-content h3:last-child,
.text-content h4:last-child,
.text-content h5:last-child,
.text-content h6:last-child,
.text-content li:last-child,
.text-content ol:last-child,
.text-content p:last-child,
.text-content ul:last-child {
  margin-bottom: 0;
}

/* fullwidths */
/*.main > * + :not([data-content-type='row'][data-appearance='full-width'] ):not(.category-view) {
    padding: 0 1.5rem;
}


[data-content-type='row'][data-appearance='full-width']  .row-full-width-inner{
  padding: 0 1.5rem;
  background: red;
}

[data-content-type='row'][data-appearance='contained'] > div > div > div > [data-content-type='row'][data-appearance='contained'] {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 0;
    background: red;
}



@media (min-width: 1200px) {
    .main > * + :not([data-content-type='row'][data-appearance='full-width']):not(.category-view)  {
        padding: 0 5.208vw;
    }   
     [data-content-type='row'][data-appearance='full-width']  .row-full-width-inner{
        padding: 0 5.208vw;
        background: red;
    }

    [data-content-type='row'][data-appearance='contained'] > div > div > div > [data-content-type='row'][data-appearance='contained'] {
        margin-left: 5.208vw;
        margin-right: 5.208vw;
        padding: 0;
        background: red;
    }


}*/
/* fullwidths end  */

/* fullwidths alternative - all content initialy contained */
[data-content-type="row"][data-appearance="full-width"] {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  z-index: 9;
  position: relative;
  background: red;
}
[data-content-type="row"][data-appearance="full-width"]
  > .row-full-width-inner {
  padding: 0 1.5rem;
}

@media (min-width: 1200px) {
  [data-content-type="row"][data-appearance="full-width"]
    > .row-full-width-inner {
    padding: 0 5.208vw;
  }
}
/* fullwidths alternative - end */

/* pager */
.pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.pager > * {
  margin: 10px 0;
}

@media (max-width: 991.98px) {
  .pager {
    flex-direction: column;
    flex-direction: column-reverse;
  }
}

.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .label {
  display: none;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #000;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  transition: all 300ms;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  opacity: 0.5;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  /* background: #e5e5e5; */
  font-size: 1.2rem;
  /* line-height: 3rem; */
  line-height: 2rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 10px;
}
.pages .action {
  background: #f0f0f0;
  border: 0px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: ">";
  /*font-family:luma-icons;*/
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: "<";
  /*font-family:luma-icons;*/
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 20px;
}
.pages .action.previous {
  margin-right: 8px;
}

/* pager end */
a.action.clear.filter-clear span {
  line-height: normal;
  display: block;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}

/* catalog filter start*/
.filter.block {
  margin-bottom: 40px;
}
.filter-title {
  display: none;
}
.filter-content .item {
  margin: 10px 0;
}
.filter-actions {
  margin-bottom: 10px;
}
.filter.active .filter-options,
.filter-options {
  background: 0 0;
  clear: both;
  display: block;
  overflow: initial;
  position: static;
}
.filter-subtitle {
  display: block;
  position: static;
}
.toolbar-products {
  /*    position:absolute;
    top:0;
    width:100%;*/
}
.products ~ .toolbar-products {
  position: static;
}
.page-with-filter .column.main {
  padding-top: 45px;
  position: relative;
  z-index: 1;
}
.filter.block {
  border-top: 1px solid #ccc;
}
.filter-content {
  margin-top: 10px;
}
.filter-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-options-item {
  border: 0;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  width: 100%;
}
.filter-options-item.active {
  z-index: 2;
}
.filter-options-item.active .filter-options-content {
  visibility: visible;
}
.filter-options-item.active:hover {
  z-index: 3;
}
/* .filter-options-item.active:after, .filter-options-item.active:before{
    border:8px solid transparent;
    height:0;
    width:0;
    border-bottom-color:#000;
    bottom:-1px;
    content:'';
    display:block;
    left:5px;
    position:absolute;
    z-index:3
}*/
.filter-options-item.active:after {
  border-bottom-color: #fff;
  margin-top: 2px;
  z-index: 4;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: lowercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: Poppins;
}
.active > .filter-options-title:after {
  content: "\e621";
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.filter-options-title:after {
  right: 2px;
  top: 12px;
  z-index: 3;
}
.filter-options-content {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.filter-options-content .item {
  margin: 0;
  padding: 5px;
}
.filter-options-content .item a {
  color: #000;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content .count:before {
  content: "(";
}
.filter-options-content .count:after {
  content: ")";
}
.filter-options-content .filter-count-label {
  display: none;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}

.filter-options-content .item:hover {
  background-color: #e8e8e8;
}
.filter-current {
  display: inline;
  line-height: 30px;
}
.filter-current-subtitle {
  color: #000;
  display: inline;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  letter-spacing: 2px;
}
.filter-current-subtitle:after {
  content: ":";
}
.filter.block .item {
  margin: 0;
  /* padding: 10px 10px 10px 0; */
  text-transform: lowercase;
  list-style: none none;
  font-size: 12px;
}
.filter-current .item,
.filter-current .items {
  display: block;
}
.filter-label,
.filter-value {
  font-size: 16px;
  margin-bottom: 5px;
}
.filter-current .item {
  margin-right: 25px;
  white-space: nowrap;
  padding-left: 0 !important;
  font-size: 12px;
}
.filter-current .action.remove {
  line-height: normal;
  /* display: block; */
  color: #000;
  font-weight: bold;
  transition: all 300ms;
  margin-bottom: 5px;
}
.filter-current .action.remove:hover {
  opacity: 0.5;
}
.filter-actions {
  display: inline;
  white-space: nowrap;
}
.filter-actions ~ .filter-options {
  margin-top: 25px;
}
.wishlist.window.popup {
  bottom: auto;
  top: 20%;
  left: 50%;
  margin-left: -212px;
  width: 380px;
  right: auto;
}
.block-wishlist-management {
  margin-bottom: 20px;
}
.block-wishlist-management .wishlist-select {
  border-bottom: 1px solid #e8e8e8;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.block-wishlist-management .wishlist-select .wishlist-name {
  display: table-cell;
  margin-right: 10px;
  padding: 5px 10px 10px;
  vertical-align: top;
  white-space: nowrap;
  width: 5%;
}
.block-wishlist-management .wishlist-select-items {
  display: table-cell;
  padding-right: 160px;
  vertical-align: top;
}
.block-wishlist-management .wishlist-select-items .item {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px 10px;
}
.block-wishlist-management .wishlist-select-items .item:last-child {
  margin-right: 0;
}
.block-wishlist-management .wishlist-select-items .current {
  border-bottom: 3px solid #ff5501;
  font-weight: 600;
}
.block-wishlist-management .wishlist-select .wishlist-name-current {
  display: none;
}
.block-wishlist-management .wishlist-add.item {
  position: absolute;
  right: 0;
  top: 0;
}
.block-wishlist-management .wishlist-title strong {
  font-size: 4rem;
}
.block-wishlist-management .wishlist-info {
  float: left;
}
.block-wishlist-management .wishlist-toolbar {
  float: right;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 0;
}
.products-grid.wishlist .product-item-checkbox {
  float: left;
}
.products-grid.wishlist .product-item-checkbox + .product-item-name {
  margin-left: 25px;
}
/* catalog filter end*/

.d-none {
  display: none !important;
}

.modals-wrapper,
.panel.wrapper {
  display: none;
}

.nav-menu__mega-item.is-active {
  font-weight: 700;
}

.cookie-status-message {
  display: none;
}

.message.info.empty {
  font-size: 3rem;
  padding: 15rem 5rem;
}
.left-menu__link-item {
  color: #000;
  cursor: pointer;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.8;
  /* margin-right: 2.5rem; */
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}

.left-menu__link-item.is-active {
  font-weight: 700;
}