/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/css/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/operator-no-unspaced */
/* stylelint-enable scss/no-global-function-names */
/* stylelint-enable scss/operator-no-unspaced */
html {
  box-sizing: border-box;
}

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

.container {
  width: 100%;
  max-width: var(--wp--custom--layout--container);
  padding: 0 var(--wp--custom--layout--padding-mobile);
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .container {
    padding: 0 var(--wp--custom--layout--padding-desktop);
  }
}
.container--full {
  max-width: 100%;
}

.d-flex {
  display: flex;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--wp--custom--layout--padding-mobile));
  margin-left: calc(-1 * var(--wp--custom--layout--padding-mobile));
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .row {
    margin-right: calc(-1 * var(--wp--custom--layout--padding-desktop));
    margin-left: calc(-1 * var(--wp--custom--layout--padding-desktop));
  }
}
.row.justify-content-end {
  justify-content: flex-end;
}
.row.justify-content-center {
  justify-content: center;
}
.row.justify-content-between {
  justify-content: space-between;
}
.row.justify-content-evenly {
  justify-content: space-evenly;
}
.row.align-items-center {
  align-items: center;
}
@media screen and (min-width: 992px) {
  .row--reverse {
    flex-direction: row-reverse;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 var(--wp--custom--layout--col-padding-mobile);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .col {
    padding: 0 var(--wp--custom--layout--col-padding-desktop);
  }
}

[class^=col-] {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 var(--wp--custom--layout--col-padding-mobile);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  [class^=col-] {
    padding: 0 var(--wp--custom--layout--col-padding-desktop);
  }
}

.col-1 {
  flex-basis: calc(1 / 16 * 100%);
  max-width: calc(1 / 16 * 100%);
}

.col-2 {
  flex-basis: calc(2 / 16 * 100%);
  max-width: calc(2 / 16 * 100%);
}

.col-3 {
  flex-basis: calc(3 / 16 * 100%);
  max-width: calc(3 / 16 * 100%);
}

.col-4 {
  flex-basis: calc(4 / 16 * 100%);
  max-width: calc(4 / 16 * 100%);
}

.col-5 {
  flex-basis: calc(5 / 16 * 100%);
  max-width: calc(5 / 16 * 100%);
}

.col-6 {
  flex-basis: calc(6 / 16 * 100%);
  max-width: calc(6 / 16 * 100%);
}

.col-7 {
  flex-basis: calc(7 / 16 * 100%);
  max-width: calc(7 / 16 * 100%);
}

.col-8 {
  flex-basis: calc(8 / 16 * 100%);
  max-width: calc(8 / 16 * 100%);
}

.col-9 {
  flex-basis: calc(9 / 16 * 100%);
  max-width: calc(9 / 16 * 100%);
}

.col-10 {
  flex-basis: calc(10 / 16 * 100%);
  max-width: calc(10 / 16 * 100%);
}

.col-11 {
  flex-basis: calc(11 / 16 * 100%);
  max-width: calc(11 / 16 * 100%);
}

.col-12 {
  flex-basis: calc(12 / 16 * 100%);
  max-width: calc(12 / 16 * 100%);
}

.col-13 {
  flex-basis: calc(13 / 16 * 100%);
  max-width: calc(13 / 16 * 100%);
}

.col-14 {
  flex-basis: calc(14 / 16 * 100%);
  max-width: calc(14 / 16 * 100%);
}

.col-15 {
  flex-basis: calc(15 / 16 * 100%);
  max-width: calc(15 / 16 * 100%);
}

.col-16 {
  flex-basis: calc(16 / 16 * 100%);
  max-width: calc(16 / 16 * 100%);
}

@media screen and (min-width: 341px) {
  .col-xxs-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 341px) {
  .col-xxs-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 481px) {
  .col-xs-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .col-sm-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .col-xmd-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .col-md-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .col-lg-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-1 {
    flex-basis: calc(1 / 16 * 100%);
    max-width: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-2 {
    flex-basis: calc(2 / 16 * 100%);
    max-width: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-3 {
    flex-basis: calc(3 / 16 * 100%);
    max-width: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-4 {
    flex-basis: calc(4 / 16 * 100%);
    max-width: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-5 {
    flex-basis: calc(5 / 16 * 100%);
    max-width: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-6 {
    flex-basis: calc(6 / 16 * 100%);
    max-width: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-7 {
    flex-basis: calc(7 / 16 * 100%);
    max-width: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-8 {
    flex-basis: calc(8 / 16 * 100%);
    max-width: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-9 {
    flex-basis: calc(9 / 16 * 100%);
    max-width: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-10 {
    flex-basis: calc(10 / 16 * 100%);
    max-width: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-11 {
    flex-basis: calc(11 / 16 * 100%);
    max-width: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-12 {
    flex-basis: calc(12 / 16 * 100%);
    max-width: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-13 {
    flex-basis: calc(13 / 16 * 100%);
    max-width: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-14 {
    flex-basis: calc(14 / 16 * 100%);
    max-width: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-15 {
    flex-basis: calc(15 / 16 * 100%);
    max-width: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .col-xlg-16 {
    flex-basis: calc(16 / 16 * 100%);
    max-width: calc(16 / 16 * 100%);
  }
}

.offset-0 {
  margin-left: calc(0 / 16 * 100%);
}

.offset-1 {
  margin-left: calc(1 / 16 * 100%);
}

.offset-2 {
  margin-left: calc(2 / 16 * 100%);
}

.offset-3 {
  margin-left: calc(3 / 16 * 100%);
}

.offset-4 {
  margin-left: calc(4 / 16 * 100%);
}

.offset-5 {
  margin-left: calc(5 / 16 * 100%);
}

.offset-6 {
  margin-left: calc(6 / 16 * 100%);
}

.offset-7 {
  margin-left: calc(7 / 16 * 100%);
}

.offset-8 {
  margin-left: calc(8 / 16 * 100%);
}

.offset-9 {
  margin-left: calc(9 / 16 * 100%);
}

.offset-10 {
  margin-left: calc(10 / 16 * 100%);
}

.offset-11 {
  margin-left: calc(11 / 16 * 100%);
}

.offset-12 {
  margin-left: calc(12 / 16 * 100%);
}

.offset-13 {
  margin-left: calc(13 / 16 * 100%);
}

.offset-14 {
  margin-left: calc(14 / 16 * 100%);
}

.offset-15 {
  margin-left: calc(15 / 16 * 100%);
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .offset-sm-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .offset-xmd-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1201px) {
  .offset-md-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1401px) {
  .offset-lg-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-0 {
    margin-left: calc(0 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-1 {
    margin-left: calc(1 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-2 {
    margin-left: calc(2 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-3 {
    margin-left: calc(3 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-4 {
    margin-left: calc(4 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-5 {
    margin-left: calc(5 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-6 {
    margin-left: calc(6 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-7 {
    margin-left: calc(7 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-8 {
    margin-left: calc(8 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-9 {
    margin-left: calc(9 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-10 {
    margin-left: calc(10 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-11 {
    margin-left: calc(11 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-12 {
    margin-left: calc(12 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-13 {
    margin-left: calc(13 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-14 {
    margin-left: calc(14 / 16 * 100%);
  }
}

@media screen and (min-width: 1921px) {
  .offset-xl-15 {
    margin-left: calc(15 / 16 * 100%);
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-1 {
    order: 1;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-2 {
    order: 2;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-3 {
    order: 3;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-4 {
    order: 4;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-5 {
    order: 5;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-6 {
    order: 6;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-7 {
    order: 7;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-8 {
    order: 8;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-9 {
    order: 9;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-10 {
    order: 10;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-11 {
    order: 11;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-12 {
    order: 12;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-13 {
    order: 13;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-14 {
    order: 14;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-15 {
    order: 15;
  }
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .order-sm-16 {
    order: 16;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-1 {
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-2 {
    order: 2;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-3 {
    order: 3;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-4 {
    order: 4;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-5 {
    order: 5;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-6 {
    order: 6;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-7 {
    order: 7;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-8 {
    order: 8;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-9 {
    order: 9;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-10 {
    order: 10;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-11 {
    order: 11;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-12 {
    order: 12;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-13 {
    order: 13;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-14 {
    order: 14;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-15 {
    order: 15;
  }
}

@media screen and (min-width: 992px) {
  .order-xmd-16 {
    order: 16;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-1 {
    order: 1;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-2 {
    order: 2;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-3 {
    order: 3;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-4 {
    order: 4;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-5 {
    order: 5;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-6 {
    order: 6;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-7 {
    order: 7;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-8 {
    order: 8;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-9 {
    order: 9;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-10 {
    order: 10;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-11 {
    order: 11;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-12 {
    order: 12;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-13 {
    order: 13;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-14 {
    order: 14;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-15 {
    order: 15;
  }
}

@media screen and (min-width: 1201px) {
  .order-md-16 {
    order: 16;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-1 {
    order: 1;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-2 {
    order: 2;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-3 {
    order: 3;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-4 {
    order: 4;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-5 {
    order: 5;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-6 {
    order: 6;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-7 {
    order: 7;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-8 {
    order: 8;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-9 {
    order: 9;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-10 {
    order: 10;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-11 {
    order: 11;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-12 {
    order: 12;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-13 {
    order: 13;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-14 {
    order: 14;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-15 {
    order: 15;
  }
}

@media screen and (min-width: 1401px) {
  .order-lg-16 {
    order: 16;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-1 {
    order: 1;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-2 {
    order: 2;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-3 {
    order: 3;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-4 {
    order: 4;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-5 {
    order: 5;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-6 {
    order: 6;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-7 {
    order: 7;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-8 {
    order: 8;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-9 {
    order: 9;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-10 {
    order: 10;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-11 {
    order: 11;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-12 {
    order: 12;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-13 {
    order: 13;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-14 {
    order: 14;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-15 {
    order: 15;
  }
}

@media screen and (min-width: 1921px) {
  .order-xlg-16 {
    order: 16;
  }
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-family: var(--wp--preset--font-family--body);
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}

body {
  position: relative;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 100%;
  color: #FCF9F1;
  background-color: #000;
  letter-spacing: 1px;
}
body.prevent-scroll {
  overflow: hidden;
  height: 100%;
}

strong {
  font-weight: 600;
}

figure {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  will-change: color;
}

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

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

svg {
  fill: currentcolor;
  vertical-align: middle;
}

.svg-logo {
  display: block;
}

[data-trigger_id] {
  cursor: pointer;
}

.no-js .swiper-wrapper {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  display: flex;
  align-items: center;
}

.no-js .swiper-slide {
  scroll-snap-align: center;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.social__link {
  background-color: #f4f4f4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  padding: 2px;
  transition: background-color 0.3s ease-in-out;
  will-change: background-color;
}
.social__link:hover {
  background-color: rgba(244, 244, 244, 0.6);
}

.swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}

/* stylelint-disable block-no-empty */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 481px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    letter-spacing: 3px;
  }
}
h1.has-white-color,
h2.has-white-color,
h3.has-white-color,
h4.has-white-color,
h5.has-white-color,
h6.has-white-color,
.h1.has-white-color,
.h2.has-white-color,
.h3.has-white-color,
.h4.has-white-color,
.h5.has-white-color,
.h6.has-white-color {
  color: #FCF9F1 !important;
}
h1:not(.has-text-color),
h2:not(.has-text-color),
h3:not(.has-text-color),
h4:not(.has-text-color),
h5:not(.has-text-color),
h6:not(.has-text-color),
.h1:not(.has-text-color),
.h2:not(.has-text-color),
.h3:not(.has-text-color),
.h4:not(.has-text-color),
.h5:not(.has-text-color),
.h6:not(.has-text-color) {
  color: #FCF9F1 !important;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6,
.woocommerce .h1,
.woocommerce .h2,
.woocommerce .h3,
.woocommerce .h4,
.woocommerce .h5,
.woocommerce .h6 {
  letter-spacing: 2px;
}
@media screen and (min-width: 481px) {
  .woocommerce h1,
  .woocommerce h2,
  .woocommerce h3,
  .woocommerce h4,
  .woocommerce h5,
  .woocommerce h6,
  .woocommerce .h1,
  .woocommerce .h2,
  .woocommerce .h3,
  .woocommerce .h4,
  .woocommerce .h5,
  .woocommerce .h6 {
    letter-spacing: 3px;
  }
}
.woocommerce h1.has-white-color,
.woocommerce h2.has-white-color,
.woocommerce h3.has-white-color,
.woocommerce h4.has-white-color,
.woocommerce h5.has-white-color,
.woocommerce h6.has-white-color,
.woocommerce .h1.has-white-color,
.woocommerce .h2.has-white-color,
.woocommerce .h3.has-white-color,
.woocommerce .h4.has-white-color,
.woocommerce .h5.has-white-color,
.woocommerce .h6.has-white-color {
  color: #000 !important;
}
.woocommerce h1:not(.has-text-color),
.woocommerce h2:not(.has-text-color),
.woocommerce h3:not(.has-text-color),
.woocommerce h4:not(.has-text-color),
.woocommerce h5:not(.has-text-color),
.woocommerce h6:not(.has-text-color),
.woocommerce .h1:not(.has-text-color),
.woocommerce .h2:not(.has-text-color),
.woocommerce .h3:not(.has-text-color),
.woocommerce .h4:not(.has-text-color),
.woocommerce .h5:not(.has-text-color),
.woocommerce .h6:not(.has-text-color) {
  color: #000 !important;
}
.woocommerce p.has-white-color {
  color: #000 !important;
}
.woocommerce p:not(.has-text-color) {
  color: #000 !important;
}

h1:not(.editor-post-title),
.h1 {
  font-size: var(--wp--preset--font-size--h-1);
  font-style: normal;
}

h2,
.h2 {
  font-size: var(--wp--preset--font-size--h-2);
  line-height: 1;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: var(--wp--preset--font-size--h-3);
}

.h4,
h4,
.has-h-4-font-size {
  font-size: 1.375rem;
}
@media screen and (min-width: 1201px) {
  .h4,
  h4,
  .has-h-4-font-size {
    font-size: 2rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}
@media screen and (min-width: 1201px) {
  .h5,
  h5 {
    font-size: 1.25rem;
  }
}

.h6,
h6 {
  font-size: 1.125rem;
}

p,
span,
div,
li {
  line-height: 1.5;
  font-size: var(--wp--preset--font-size--normal);
}

p.has-white-color {
  color: #FCF9F1 !important;
}
p:not(.has-text-color) {
  color: #FCF9F1 !important;
}
p.is-style-h2-style {
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5625rem;
  font-size: var(--wp--preset--font-size--h-2);
}
p.is-style-label {
  font-size: 0.75rem !important;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}
p.is-style-justify-text {
  text-align: justify !important;
}
p.animated-count {
  font-size: 3.75rem;
  line-height: var(--wp--custom--line-height--small);
  margin-bottom: 0;
}
p.text-count {
  font-size: 1.875rem;
  line-height: 1.3;
  text-transform: uppercase;
}
p.is-style-large {
  font-size: clamp(1.375rem, 0.7132rem + 2.1176vw, 2.5rem);
  font-family: var(--wp--preset--font-family--secondary);
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  p.is-style-large {
    line-height: 1.1;
  }
}

h2.is-style-default, h1.is-style-default {
  line-height: 1;
}
h2.is-style-label, h1.is-style-label {
  font-size: 0.75rem !important;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--body) !important;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.5rem;
}

body:not(.woocommerce-page) .main--page a:not(.wp-block-button__link) {
  text-decoration: underline !important;
  text-underline-offset: 0.25em;
}
body:not(.woocommerce-page) .main--page a[href^=mailto] {
  text-decoration: none !important;
}
body:not(.woocommerce-page) .main--page a[href^=tel] {
  text-decoration: none !important;
}
body:not(.woocommerce-page) .main--page .card-watch a {
  text-decoration: none !important;
}
body:not(.woocommerce-page) .main--page .collection-slider__slide a {
  text-decoration: none !important;
}

.js .has-inner-parallax figure {
  overflow: hidden;
  isolation: isolate;
}
.js .has-inner-parallax figure img {
  transform: scale(1.5);
  will-change: transform;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .js .has-inner-parallax figure img {
    transform: scale(1.3);
  }
}
.js .has-inner-parallax .wp-block-cover__image-background {
  transform: scale(1.5);
  will-change: transform;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .js .has-inner-parallax .wp-block-cover__image-background {
    transform: scale(1.3);
  }
}
.js .has-inner-parallax video {
  transform: scale(1.5);
  will-change: transform;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .js .has-inner-parallax video {
    transform: scale(1.3);
  }
}
.js figure.has-inner-parallax {
  overflow: hidden;
  isolation: isolate;
}
.js figure.has-inner-parallax img {
  transform: scale(1.5);
  will-change: transform;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .js figure.has-inner-parallax img {
    transform: scale(1.3);
  }
}
.js .wp-block-media-text:not(.has-inner-parallax) figure,
.js .single-watch__gallery figure,
.js .image-slider figure,
.js .image-gallery figure,
.js .wp-block-gallery:not(.has-inner-parallax) figure,
.js .wp-block-video:not(.has-inner-parallax) figure,
.js .animation-fade-in-media figure,
.js .wp-block-image:not(.has-inner-parallax) figure {
  overflow: hidden;
}
.js .wp-block-media-text:not(.has-inner-parallax) img,
.js .wp-block-media-text:not(.has-inner-parallax) video,
.js .single-watch__gallery img,
.js .single-watch__gallery video,
.js .image-slider img,
.js .image-slider video,
.js .image-gallery img,
.js .image-gallery video,
.js .wp-block-gallery:not(.has-inner-parallax) img,
.js .wp-block-gallery:not(.has-inner-parallax) video,
.js .wp-block-video:not(.has-inner-parallax) img,
.js .wp-block-video:not(.has-inner-parallax) video,
.js .animation-fade-in-media img,
.js .animation-fade-in-media video,
.js .wp-block-image:not(.has-inner-parallax) img,
.js .wp-block-image:not(.has-inner-parallax) video {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s;
}
.js .wp-block-media-text:not(.has-inner-parallax) img.on,
.js .wp-block-media-text:not(.has-inner-parallax) video.on,
.js .single-watch__gallery img.on,
.js .single-watch__gallery video.on,
.js .image-slider img.on,
.js .image-slider video.on,
.js .image-gallery img.on,
.js .image-gallery video.on,
.js .wp-block-gallery:not(.has-inner-parallax) img.on,
.js .wp-block-gallery:not(.has-inner-parallax) video.on,
.js .wp-block-video:not(.has-inner-parallax) img.on,
.js .wp-block-video:not(.has-inner-parallax) video.on,
.js .animation-fade-in-media img.on,
.js .animation-fade-in-media video.on,
.js .wp-block-image:not(.has-inner-parallax) img.on,
.js .wp-block-image:not(.has-inner-parallax) video.on {
  opacity: 1;
  transform: scale(1);
}
.js .latest-collection .card-watch {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s;
}
.js .latest-collection .card-watch.on {
  opacity: 1;
  transform: scale(1);
}
.js .archive--news .post-card__item {
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 0.9s, opacity 0.9s;
  will-change: transform, opacity;
}
.js .archive--news .post-card__item img,
.js .archive--news .post-card__item video {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s;
}
.js .archive--news .post-card__item.on {
  opacity: 1;
  transform: translateY(0);
}
.js .archive--news .post-card__item.on img,
.js .archive--news .post-card__item.on video {
  opacity: 1;
  transform: scale(1);
}
.js .wp-block-heading:not(h1),
.js .wp-block-list,
.js button:not(.single_add_to_cart_button),
.js .has-animation,
.js .gform_newsletter_wrapper,
.js p:not(.has-disabled-animation),
.js cite {
  opacity: 0;
  overflow: hidden;
  transform: translateY(2rem);
  transition: transform 1.2s, opacity 0.9s;
  will-change: transform, opacity;
  padding-top: 2px;
  padding-bottom: 2px;
}
.js .wp-block-heading:not(h1).on,
.js .wp-block-list.on,
.js button:not(.single_add_to_cart_button).on,
.js .has-animation.on,
.js .gform_newsletter_wrapper.on,
.js p:not(.has-disabled-animation).on,
.js cite.on {
  opacity: 1;
  transform: translateY(0);
}
.js body > section:first-child p:first-child,
.js main > section:first-child p:first-child,
.js .page-content > section:first-child p:first-child {
  opacity: 1;
  overflow: visible;
  transform: unset;
}
.js .wp-block-button {
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 0.9s, opacity 0.9s;
  will-change: transform, opacity;
}
.js .wp-block-button.on {
  opacity: 1;
  transform: translateY(0);
}
.js .wp-block-separator.is-style-wide {
  width: 0;
  margin-left: 0;
  transition: width 0.6s ease-in-out;
}
.js .wp-block-separator.is-style-wide.on {
  width: 100%;
  transition-delay: 0.3s;
}
.js .has-disabled-animation .wp-block-heading,
.js .has-disabled-animation .wp-block-list,
.js .has-disabled-animation button,
.js .has-disabled-animation .gform_newsletter_wrapper,
.js .has-disabled-animation p {
  opacity: 1;
  overflow: visible;
  transform: unset;
}
.js .has-disabled-animation .wp-block-button {
  opacity: 1;
  transform: unset;
}
.js .has-disabled-animation .wp-block-separator.is-style-wide {
  width: auto;
  transform: unset;
}
.js .animation-fade-in-text {
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 0.9s, opacity 0.9s;
  will-change: transform, opacity;
}
.js .animation-fade-in-text.on {
  opacity: 1;
  transform: translateY(0);
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* stylelint-disable no-descending-specificity */
::placeholder {
  color: inherit;
  font-size: 1em;
  line-height: 1.5;
  opacity: 0.5;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  width: 100%;
  vertical-align: top;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  appearance: none;
  color: inherit;
  background: transparent;
  padding: 16px 5px !important;
  border: 1px solid #000;
  border-radius: 10px;
}

textarea {
  padding: 15px 5px 5px 15px;
  min-height: 40px;
  resize: vertical;
}

input[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}

select {
  appearance: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

button {
  cursor: pointer;
}

.btn_group {
  display: flex;
  align-items: center;
}

.wp-block-buttons {
  display: flex;
  align-items: center;
}

.nice-dropdown select {
  transition: height 0s ease !important;
  background: var(--wp--preset--color--white) !important;
  border-radius: 0 !important;
  color: var(--wp--preset--color--white) !important;
}

.gform_wrapper .gform_fields {
  grid-column-gap: 1.25rem !important;
  grid-row-gap: 1.875rem !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gform_wrapper .gform_fields {
    grid-row-gap: 1.3125rem !important;
  }
}
.gform_wrapper .gform_required_legend {
  display: none !important;
}
.gform_wrapper .gfield_required_asterisk {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--normal) !important;
}
.gform_wrapper .gfield_label {
  color: var(--wp--preset--color--black) !important;
  font-size: var(--wp--preset--font-size--normal) !important;
  font-weight: 300 !important;
  gap: 0 !important;
  line-height: 1.5 !important;
  margin-bottom: 0.625rem !important;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border-radius: 0.125rem !important;
  background: inherit !important;
  border-color: var(--wp--preset--color--black) !important;
  padding: 0.8125rem 1.25rem !important;
  font-size: var(--wp--preset--font-size--normal) !important;
  font-weight: 300 !important;
  color: var(--wp--preset--color--black) !important;
  min-height: 3.125rem !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gform_wrapper input,
  .gform_wrapper textarea {
    padding: 0.8125rem 1.875rem !important;
  }
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: var(--wp--preset--color--black);
  opacity: 0.5;
  font-size: var(--wp--preset--font-size--normal) !important;
  font-weight: 300 !important;
}
.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.gform_wrapper textarea {
  min-block-size: 9.25rem !important;
  max-width: 53.125rem;
}
.gform_wrapper .gfield--type-textarea .gfield_label {
  margin-bottom: 0.625rem !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gform_wrapper .gfield--type-textarea .gfield_label {
    margin-bottom: 0.1875rem !important;
  }
}
.gform_wrapper .spacer.gfield {
  display: none;
}
.gform_wrapper .nice-dropdown .gform-field-label {
  margin-bottom: 0.4375rem !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gform_wrapper .nice-dropdown .gform-field-label {
    margin-bottom: 0.625rem !important;
  }
}
.gform_wrapper .nice-dropdown .ginput_container_select {
  position: relative;
}
.gform_wrapper .nice-dropdown .ginput_container_select::before {
  content: none;
}
.gform_wrapper .nice-dropdown .ginput_container_select select {
  padding: 0 !important;
  min-height: auto;
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices {
  border-radius: 0.125rem;
  background: inherit;
  border: 1px solid var(--wp--preset--color--black);
  padding: 0.8125rem 0;
  font-size: var(--wp--preset--font-size--normal);
  line-height: var(--wp--custom--line-height--normal);
  color: var(--wp--preset--color--black);
  height: 3.125rem;
  cursor: pointer;
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices:after {
  border-top: none;
  border-left: none;
  border-bottom: 2px solid var(--wp--preset--color--black);
  border-right: 2px solid var(--wp--preset--color--black);
  height: 0.625rem;
  transform: rotate(45deg);
  width: 0.625rem;
  margin-top: -0.3125rem;
  right: 1.625rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gform_wrapper .nice-dropdown .ginput_container_select .choices:after {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -0.625rem;
    right: 2.1875rem;
  }
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices.open {
  border-bottom-color: var(--wp--preset--color--white);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__item {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gform_wrapper .nice-dropdown .ginput_container_select .choices__item {
    padding: 0 1.875rem;
  }
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.625rem;
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list::-webkit-scrollbar-thumb {
  background: rgb(252, 250, 241);
  border-radius: 0.625rem;
  border: 0.125rem solid var(--wp--preset--color--white);
  background-clip: padding-box;
  cursor: pointer;
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list::-webkit-scrollbar-thumb:hover {
  border: 0;
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list::-webkit-scrollbar-track {
  background-color: rgba(252, 250, 241, 0.4);
  cursor: pointer;
  border: 0.125rem solid var(--wp--preset--color--white);
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list--dropdown {
  width: 100%;
  border-left: 1px solid var(--wp--preset--color--black);
  border-bottom: 1px solid var(--wp--preset--color--black);
  border-right: 1px solid var(--wp--preset--color--black);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-radius: 0;
  margin-top: 0;
  box-shadow: none;
  transform: scale(1) translateY(0);
  width: calc(100% - 1px);
  background-color: var(--wp--preset--color--white);
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list--dropdown .choices__item {
  font-weight: 300 !important;
  padding: 0.5rem 1.25rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gform_wrapper .nice-dropdown .ginput_container_select .choices__list--dropdown .choices__item {
    padding: 0.5rem 1.875rem;
  }
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list--dropdown .choices__item.selected {
  font-weight: 400 !important;
  background-color: var(--wp--preset--color--white);
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list--dropdown .choices__item.is-selected {
  background-color: var(--wp--preset--color--white);
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: rgba(252, 249, 241, 0.2) !important;
}
.gform_wrapper .nice-dropdown .ginput_container_select .choices__list--dropdown .list {
  max-height: 19.9375rem;
}
.gform_wrapper .nice-dropdown.gfield_error .nice-select,
.gform_wrapper .nice-dropdown.gfield_error .nice-select-dropdown {
  border-color: #C92929;
}
.gform_wrapper .ginput_container_consent {
  margin-top: 0.375rem;
}
.gform_wrapper .ginput_container_consent label {
  color: var(--wp--preset--color--black);
  margin-left: 0.875rem;
}
.gform_wrapper .ginput_container_consent input {
  padding: 0 !important;
  min-height: auto !important;
  width: 1.125rem !important;
  height: 1.125rem !important;
}
.gform_wrapper .ginput_container_consent input::before {
  color: var(--wp--preset--color--black) !important;
}
.gform_wrapper .ginput_container_consent .gfield_required_asterisk {
  display: none !important;
}
.gform_wrapper .gform_button {
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--black) !important;
  border-radius: 0 !important;
  padding: 0.875rem 1.1875rem !important;
  font-size: 1.0625rem !important;
  width: 100% !important;
  transition: all 0.2s ease-in-out !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gform_wrapper .gform_button {
    width: auto !important;
  }
}
.gform_wrapper .gform_button:hover {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--black) !important;
}
.gform_wrapper .gform_confirmation_message {
  text-align: center;
}
.gform_wrapper .gform_validation_errors,
.gform_wrapper .gfield_validation_message {
  display: none !important;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: #C92929 !important;
  color: #C92929 !important;
}
.gform_wrapper .gfield_error input::placeholder,
.gform_wrapper .gfield_error textarea::placeholder,
.gform_wrapper .gfield_error select::placeholder {
  color: #C92929 !important;
}
.gform_wrapper .gform_footer {
  margin-top: 1.875rem;
}

.gform_newsletter .gfield--type-email {
  max-width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gform_newsletter .gfield--type-email {
    max-width: 28.1875rem;
  }
}
.gform_newsletter .gform_footer {
  margin-top: 1.875rem !important;
}

.editor-styles-wrapper .gform_wrapper .gfield_label,
.editor-styles-wrapper .gform_wrapper label,
.editor-styles-wrapper .gform_wrapper input,
.editor-styles-wrapper .gform_wrapper textarea {
  color: var(--wp--preset--color--white) !important;
}
.editor-styles-wrapper .gform_wrapper input,
.editor-styles-wrapper .gform_wrapper textarea {
  border-color: var(--wp--preset--color--white) !important;
}
.editor-styles-wrapper .gform_wrapper input::placeholder,
.editor-styles-wrapper .gform_wrapper textarea::placeholder {
  color: var(--wp--preset--color--white) !important;
}
.editor-styles-wrapper .gform_wrapper .gform_button {
  background-color: var(--wp--preset--color--black) !important;
  color: var(--wp--preset--color--white) !important;
}
.editor-styles-wrapper .gform_wrapper .nice-dropdown select {
  background: var(--wp--preset--color--black) !important;
  border-color: var(--wp--preset--color--white) !important;
}

/* stylelint-disable no-descending-specificity */
button:focus,
div[role=button] {
  outline: 0;
}

a:not(.woocommerce-product-gallery__image a):not(.wp-block-navigation-item a):not(.wp-block-button__link):not(header a):not(.post-card__image a):not(.share_this__ico):not(.wp-block-image a):not(.no-underline a) {
  background-repeat: no-repeat;
  background-size: 0 100%;
  position: relative;
  text-decoration: none;
  transition: background-size 0.4s, color 0.4s;
}
a:not(.woocommerce-product-gallery__image a):not(.wp-block-navigation-item a):not(.wp-block-button__link):not(header a):not(.post-card__image a):not(.share_this__ico):not(.wp-block-image a):not(.no-underline a):hover {
  background-size: 100% 100%;
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  appearance: none;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  will-change: color, border-color, background-color;
  border-radius: 0;
  padding: 0.875rem 1.1875rem;
  font-size: 1.0625rem !important;
}
.wp-block-button.is-style-fill {
  background-color: #000;
  transition: transform 1.2s, opacity 0.9s, background-color 0.2s;
}
.wp-block-button.is-style-fill .wp-block-button__link {
  border-radius: 0;
  padding: 0.875rem 1.1875rem;
  font-size: 1.0625rem;
  border: 1px solid #FCF9F1;
  background-color: #000;
}
.wp-block-button.is-style-fill:hover {
  background-color: transparent;
}
.wp-block-button.is-style-fill:hover .wp-block-button__link {
  color: #000;
  background-color: #FCF9F1;
}
.wp-block-button.is-style-line {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.wp-block-button.is-style-line .wp-block-button__link {
  border-radius: 0;
  padding: 0 !important;
  font-size: 1.0625rem;
  line-height: 1.3;
  font-weight: 600;
  color: #FCF9F1;
  background-color: unset;
  position: relative;
}
.wp-block-button.is-style-line .wp-block-button__link::after {
  position: absolute;
  top: 55%;
  right: -0.5rem;
  transform: translate(100%, 0);
  display: inline-block;
  content: "";
  width: 0.5rem;
  height: 0.0625rem;
  background-color: #FCF9F1;
  transition: width 0.2s ease-in-out;
}
.wp-block-button.is-style-line:hover .wp-block-button__link::after {
  width: 1.875rem;
}
.wp-block-button.is-style-scroll-arrow {
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-button.is-style-scroll-arrow {
    display: block;
  }
}
.wp-block-button.is-style-scroll-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NiA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InBpY3RvZ3JhbXMiPgo8cGF0aCBpZD0iVmVjdG9yIDIiIGQ9Ik0xMC4wMDEgMTYuMjVMMjMuNTAxIDI5Ljc1TDM3LjAwMSAxNi4yNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
  background-color: unset !important;
  background-repeat: no-repeat;
  background-position: center;
  animation: bounce 1.5s infinite ease-in-out;
}
.wp-block-button.is-style-scroll-arrow .wp-block-button__link {
  padding: 0;
  background-color: unset;
  width: 2.8125rem;
  height: 2.8125rem;
}
.wp-block-button.is-style-download {
  display: flex;
  cursor: pointer;
}
.wp-block-button.is-style-download .wp-block-button__link {
  padding: 0;
  background-color: unset;
  color: var(--wp--preset--color--black);
  background-image: linear-gradient(0deg, currentcolor, currentcolor min(1px, 0.1em), transparent min(1px, 0.1em), transparent);
  background-repeat: no-repeat;
  background-size: 0 100%;
  position: relative;
  text-decoration: none;
  line-height: 1;
  transition: background-size 0.4s, color 0.4s;
}
.wp-block-button.is-style-download::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI2NSI+CjxwYXRoIGlkPSJWZWN0b3IgNCIgZD0iTTYuNSAxLjI5NzM2VjEzLjI5NzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDYiIGQ9Ik0xMi41IDE0LjI5NzRMMC41IDE0LjI5NzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDUiIGQ9Ik0yLjUgOS4yOTczNkw2LjUgMTMuMjk3NEwxMC41IDkuMjk3MzYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.wp-block-button.is-style-download:hover .wp-block-button__link {
  background-size: 100% 100%;
}

.woocommerce .wp-block-button.is-style-line .wp-block-button__link {
  color: #000;
}
.woocommerce .wp-block-button.is-style-line .wp-block-button__link::after {
  background-color: #000;
}

@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(15px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(0);
  }
}
.yoast-breadcrumbs {
  font-size: 1.0625rem;
}
.yoast-breadcrumbs a {
  text-decoration: underline !important;
  background-image: none !important;
}

.navigation.pagination {
  text-align: center;
  position: relative;
  font-size: 0.9375rem;
  padding: 2em;
  padding: 2rem 0 5rem;
}
.navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.navigation .page-numbers {
  padding: 1rem;
  min-width: 3rem;
  opacity: 0.5;
  position: relative;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .navigation .page-numbers {
    min-width: 4rem;
  }
}
.navigation .page-numbers::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--wp--preset--color--primary);
  opacity: 0.24;
}
.navigation .page-numbers.current {
  opacity: 1;
}
.navigation .page-numbers.current::after {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  opacity: 1;
}
.navigation .page-numbers.prev {
  font-size: 0;
  opacity: 1;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .navigation .page-numbers.prev {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    background: var(--wp--preset--color--white);
    border-radius: 50%;
  }
  .navigation .page-numbers.prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.navigation .page-numbers.prev::after {
  display: none;
}
.navigation .page-numbers.next {
  font-size: 0;
  opacity: 1;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .navigation .page-numbers.next {
    background: var(--wp--preset--color--white);
    border-radius: 50%;
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
  }
  .navigation .page-numbers.next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.navigation .page-numbers.next::after {
  display: none;
}

.swiper-pagination.mobile {
  display: block;
  bottom: -2rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .swiper-pagination.mobile {
    display: none;
  }
}
.swiper-pagination-bullet {
  max-width: 1.875rem;
  width: 100%;
  border-radius: 0;
  height: 0.125rem;
  background: #FCF9F1;
  opacity: 0.5;
  position: relative;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet::after {
  content: "";
  height: 2.1875rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

:root {
  --wp--preset--color--text: var(--wp--preset--color--white);
  --wp--preset--color--bg: var(--wp--preset--color--black);
}

[data-theme=dark-theme], .editor-styles-wrapper.dark-mode {
  --wp--preset--color--black: #FCF9F1 !important;
  --wp--preset--color--white: #000 !important;
  --wp--preset--color--text: #FCF9F1 !important;
  --wp--preset--color--bg: #000 !important;
}

[data-header-theme=dark] {
  --wp--custom--colors--header-black: #FCF9F1 !important;
  --wp--custom--colors--header-white: #000 !important;
}

[data-theme=dark-theme] .has-static-colors, .editor-styles-wrapper.dark-mode .has-static-colors,
[data-theme=dark-theme] .has-static-colors *, .editor-styles-wrapper.dark-mode .has-static-colors * {
  --wp--preset--color--black: #000 !important;
  --wp--preset--color--white: #FCF9F1 !important;
  color: var(--wp--preset--color--white);
}

[data-header-theme=dark] .switch_menu__line {
  background-image: url("../images/Burger-menu-white.svg");
}
[data-header-theme=dark] .header__icon-links__account .header__icon-links__account__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Nl8xMTA2KSI+CjxwYXRoIGQ9Ik0xMy41MDk4IDEyLjMyMjNDMTIuOTI3NiAxMC4wMzQ2IDkuMzI2NjIgOS4yMjM2MyA2LjQyMTgyIDkuMjIzNjNDNi4wMzc3MiA5LjIyMzYzIDUuNjcxNjIgOS4yMzg3NiA1LjM1NjUzIDkuMjcyMDVDNC4wOTkxOSA5LjM5NjEyIDEuNDQ2NDYgMTAuMDQzNyAwLjQxNzE4MiAxMS42MDgxQy0wLjAxNzkzNjggMTIuMjcwOCAtMC4xMTM5NjMgMTMuMDA5MiAwLjEzNTEwNSAxMy44MDVDMC40MzIxODYgMTQuNzY3MyAxLjQ3OTQ3IDE1LjU1NzEgMy4xNjI5MyAxNi4wODY2QzQuNjI3MzMgMTYuNTQ5NiA2LjIyNjc3IDE2LjcxMyA3LjIzMjA1IDE2LjcxM0M3LjQyMTEgMTYuNzEzIDcuNTk4MTUgMTYuNzA3IDcuNzU0MTkgMTYuNjk0OUM5LjMyMzYyIDE2LjU4NTkgMTIuMDQ4NCAxNS44NzQ4IDEzLjEyODcgMTQuMzY0OEMxMy41Njk4IDEzLjc0NzUgMTMuNjk4OCAxMy4wNTc2IDEzLjUwOTggMTIuMzE5MlYxMi4zMjIzWk0xLjM1MDQ0IDEyLjYwMDdDMS43ODU1NiAxMS40MzU2IDQuNzA4MzUgMTAuNjM5OCA2LjE1MTc1IDEwLjUzOTlDNi4zNjE4MSAxMC41MjQ4IDYuNTgzODcgMTAuNTE4OCA2LjgwNTkzIDEwLjUxODhDOC4zODQzNiAxMC41MTg4IDkuOTUwNzkgMTAuODYzNyAxMC45OTUxIDExLjQ0NDdDMTEuODQ0MyAxMS45MTY4IDEyLjI3MzQgMTIuNDQzMyAxMi4yNDM0IDEyLjk3MjlDMTIuMjA0NCAxMy42MTE0IDExLjUwNTIgMTQuMjYxOSAxMC4zNzM5IDE0LjcxNThDOS40NTU2NSAxNS4wODUgOC4wNjkyNyAxNS4zMDU5IDYuNjY3ODkgMTUuMzA1OUM0LjQ5ODMgMTUuMzA1OSAyLjY5NDggMTQuNzg4NSAxLjgzOTU3IDEzLjkyQzEuMzYyNDQgMTMuNDMyOCAxLjIwMzQgMTMuMDAzMSAxLjM1MzQ0IDEyLjYwMDdIMS4zNTA0NFoiIGZpbGw9IiNGQ0Y5RjEiLz4KPHBhdGggZD0iTTYuNzg3ODQgOC4zNDAxMkM2Ljg0NDg1IDguMzQwMTIgNi44OTg4NyA4LjM0MDEyIDYuOTU1ODggOC4zMzcwOUM5LjM4MzU1IDguMjQ2MzEgMTAuNDU0OCA2LjMwOTY2IDEwLjQyMTggNC41NTE1NUMxMC4zODg4IDIuNzE0NzYgOS4xNDY0OCAwLjg1Mzc2IDYuODM4ODUgMC44NTM3NkM2LjU0NDc3IDAuODUzNzYgNi4yMzU2OSAwLjg4NDAyIDUuOTIzNiAwLjk0NDU0QzMuODI2MDMgMS4zNDM5NyAzLjAzMzgxIDMuMjg5NyAzLjE4Njg1IDQuOTI5OEMzLjM0NTkgNi42MjczOSA0LjUxOTIyIDguMzQwMTIgNi43ODc4NCA4LjM0MDEyWk05LjExMDQ3IDQuNDIxNDNDOS4xOTc1IDUuNTEzODIgOC42NTEzNSA2LjcxODE3IDcuMjM3OTYgNi45NDgxNUM3LjA3NTkyIDYuOTc1MzggNi45MTM4NyA2Ljk4NzQ5IDYuNzYwODMgNi45ODc0OUM1LjI2NjQyIDYuOTg3NDkgNC41MjUyMiA1Ljc4NjE2IDQuNDcxMiA0LjY3MjU5QzQuNDE3MTkgMy41NTkwMiA1LjA1MzM2IDIuMzYzNzQgNi42MDQ3OSAyLjIwNjM5QzYuNzAwODEgMi4xOTczMSA2Ljc5MDg0IDIuMTkxMjYgNi44ODA4NiAyLjE5MTI2QzguMjkxMjUgMi4xOTEyNiA5LjAyMzQ1IDMuMzQ3MTkgOS4xMDc0NyA0LjQyMTQzSDkuMTEwNDdaIiBmaWxsPSIjRkNGOUYxIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2XzExMDYiPgo8cmVjdCB3aWR0aD0iMTMuNTkzNyIgaGVpZ2h0PSIxNS44NTkzIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjg1Mzc2KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
}
[data-header-theme=dark] .header__icon-links__account.user-logged-in .header__icon-links__account__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9Ii0xIDAgMjMgMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggaWQ9Ik92YWwiIGQ9Ik0xMC4yMTU4IDEuNUMxMi4xNzMxIDEuNSAxMy43NTk3IDMuMDg2NjYgMTMuNzU5OCA1LjA0Mzk1QzEzLjc1OTggNy4wMDEzMSAxMi4xNzMyIDguNTg3ODkgMTAuMjE1OCA4LjU4Nzg5QzguMjU4NTQgOC41ODc3OSA2LjY3MTg4IDcuMDAxMjUgNi42NzE4OCA1LjA0Mzk1QzYuNjcxOTcgMy4wODY3MiA4LjI1ODYgMS41MDAxIDEwLjIxNTggMS41WiIgZmlsbD0iI0ZDRjlGMSIgc3Ryb2tlPSIjRkNGOUYxIi8+CiAgPGVsbGlwc2UgaWQ9Ik92YWxfMiIgY3g9IjEwLjIxNzUiIGN5PSIxNC43MDU0IiByeD0iNy4xNTUiIHJ5PSIzLjU2MTg2IiBmaWxsPSIjRkNGOUYxIiBzdHJva2U9IiNGQ0Y5RjEiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
}
[data-header-theme=dark] .header__icon-links__search__label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQyMjkgMTQuOTUzNUwxNS40MDc5IDE0LjkyNjZMMTEuMDczNiAxMC41ODQ1QzEyLjQ2NDUgOC42OTc1OSAxMi43MTMyIDYuMjcyMzcgMTEuNzA5MSA0LjIwNkMxMC43MDIgMi4xMzY2NCA4LjYzOTczIDAuODUzNzYgNi4zMjU3MSAwLjg1Mzc2QzYuMDY3OTMgMC44NTM3NiA1LjgwMTE2IDAuODY4NzEyIDUuNTQwMzggMC44OTg2MTZDMy4xNjM0MSAxLjE3NjcyIDEuMjYwMDQgMi43ODU1NiAwLjU3MzYyMyA1LjEwMDEzQy0wLjEyNzc3OCA3LjQ1OTU2IDAuNjE1NTg3IDkuOTAyNzIgMi41MTU5NiAxMS40Nzg3QzMuNjIyMDIgMTIuMzkzNyA0Ljg2Mjk2IDEyLjg1NzIgNi4yMTE4IDEyLjg1NzJDNy41NjA2NSAxMi44NTcyIDguODUyNTUgMTIuNDIzNiAxMC4xNTk0IDExLjU5ODNDMTAuNTEwMSAxMS44NzM0IDExLjUyOTMgMTIuOTQ3IDEyLjI5MzYgMTMuNzUxNEMxMy4yMTA4IDE0LjcxNzMgMTQuMDgwMSAxNS42MzIzIDE0LjQzNjggMTUuODk4NUMxNC42NTg2IDE2LjA2MyAxNC44NjU0IDE2LjE0NjcgMTUuMDU3MiAxNi4xNDY3QzE1LjI1ODEgMTYuMTQ2NyAxNS40Mjg5IDE2LjA1MSAxNS41MjQ4IDE1Ljg4MzVDMTUuNjYyNyAxNS42NDEzIDE1LjYyMzggMTUuMjk0NCAxNS40MjI5IDE0Ljk1MzVaTTcuNzQ2NDkgMTEuMjMwNUM3LjE4ODk3IDExLjM5NzkgNi42NDM0NCAxMS40ODQ2IDYuMTI3ODggMTEuNDg0NkMzLjQ4MTE0IDExLjQ4NDYgMS45NDM0NSA5LjI0NzgzIDEuNzk2NTggNy4wMzc5MkMxLjY2NzY5IDUuMTA2MTIgMi41ODQ5IDIuNzA0ODIgNS42MDAzMyAyLjMwMTEyQzUuODYxMSAyLjI2NTIzIDYuMTE4ODggMi4yNDcyOSA2LjM2NDY3IDIuMjQ3MjlDOS4wMzUzOSAyLjI0NzI5IDEwLjUyNTEgNC4yMzg5IDEwLjgxODkgNi4yMTI1NkMxMS4xMDY2IDguMTYyMzEgMTAuMjcwMyAxMC40NzA5IDcuNzQ2NDkgMTEuMjMwNVoiIGZpbGw9IiNGQ0Y5RjEiLz4KPC9zdmc+Cg==) !important;
}
@media screen and (min-width: 992px) {
  [data-header-theme=dark] .header__icon-links__search .search-form-container .searchform__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQyMjkgMTQuOTUzNUwxNS40MDc5IDE0LjkyNjZMMTEuMDczNiAxMC41ODQ1QzEyLjQ2NDUgOC42OTc1OSAxMi43MTMyIDYuMjcyMzcgMTEuNzA5MSA0LjIwNkMxMC43MDIgMi4xMzY2NCA4LjYzOTczIDAuODUzNzYgNi4zMjU3MSAwLjg1Mzc2QzYuMDY3OTMgMC44NTM3NiA1LjgwMTE2IDAuODY4NzEyIDUuNTQwMzggMC44OTg2MTZDMy4xNjM0MSAxLjE3NjcyIDEuMjYwMDQgMi43ODU1NiAwLjU3MzYyMyA1LjEwMDEzQy0wLjEyNzc3OCA3LjQ1OTU2IDAuNjE1NTg3IDkuOTAyNzIgMi41MTU5NiAxMS40Nzg3QzMuNjIyMDIgMTIuMzkzNyA0Ljg2Mjk2IDEyLjg1NzIgNi4yMTE4IDEyLjg1NzJDNy41NjA2NSAxMi44NTcyIDguODUyNTUgMTIuNDIzNiAxMC4xNTk0IDExLjU5ODNDMTAuNTEwMSAxMS44NzM0IDExLjUyOTMgMTIuOTQ3IDEyLjI5MzYgMTMuNzUxNEMxMy4yMTA4IDE0LjcxNzMgMTQuMDgwMSAxNS42MzIzIDE0LjQzNjggMTUuODk4NUMxNC42NTg2IDE2LjA2MyAxNC44NjU0IDE2LjE0NjcgMTUuMDU3MiAxNi4xNDY3QzE1LjI1ODEgMTYuMTQ2NyAxNS40Mjg5IDE2LjA1MSAxNS41MjQ4IDE1Ljg4MzVDMTUuNjYyNyAxNS42NDEzIDE1LjYyMzggMTUuMjk0NCAxNS40MjI5IDE0Ljk1MzVaTTcuNzQ2NDkgMTEuMjMwNUM3LjE4ODk3IDExLjM5NzkgNi42NDM0NCAxMS40ODQ2IDYuMTI3ODggMTEuNDg0NkMzLjQ4MTE0IDExLjQ4NDYgMS45NDM0NSA5LjI0NzgzIDEuNzk2NTggNy4wMzc5MkMxLjY2NzY5IDUuMTA2MTIgMi41ODQ5IDIuNzA0ODIgNS42MDAzMyAyLjMwMTEyQzUuODYxMSAyLjI2NTIzIDYuMTE4ODggMi4yNDcyOSA2LjM2NDY3IDIuMjQ3MjlDOS4wMzUzOSAyLjI0NzI5IDEwLjUyNTEgNC4yMzg5IDEwLjgxODkgNi4yMTI1NkMxMS4xMDY2IDguMTYyMzEgMTAuMjcwMyAxMC40NzA5IDcuNzQ2NDkgMTEuMjMwNVoiIGZpbGw9IiNGQ0Y5RjEiLz4KPC9zdmc+Cg==) !important;
  }
}
[data-header-theme=dark] .header__cart-icon__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Nl8xMTA5KSI+CjxwYXRoIGQ9Ik0xNS43MTcxIDYuMjk5MjhMMTUuNzA4MSA2LjI3MjEzQzE1LjQ1MzggNS40ODc3OSAxNC43OTcgNS4wODA1NCAxMy43NTU5IDUuMDY1NDVDMTMuNTE5OCAzLjg3MDg1IDEyLjk2MjkgMi42NDkwOSAxMi4zMDYxIDEuOTAzOTdDMTEuNzQzMSAxLjI2NDQ0IDEwLjYyNjMgMC41NjE1NDkgOS44MTUxNCAwLjMzODMxNEM5LjM3MzI0IDAuMjE3NjQ3IDguOTMxMzUgMC4xNTQyOTcgOC41MDQ1OSAwLjE1NDI5N0M1Ljc4OTY3IDAuMTU0Mjk3IDMuOTQwMzcgMi41ODg3NiAzLjQ2MjE2IDUuMDY1NDVDMi41NjMyNCA1LjA2NTQ1IDEuNzAwNjMgNS4yMzQzOSAxLjQ3OTY5IDYuNDMyMDFDMS4xNjc5NCA4LjExNTMyIDEuMDU1OTUgOS45NDk0NiAwLjk1MDAyIDExLjcyMzNDMC44NDEwNiAxMy41MzYzIDAuNzI2MDQ2IDE1LjQwOTcgMC4zOTYxMzkgMTcuMTUzM0MwLjM1Njc5MiAxNy41Njk2IDAuNDQ3NTkzIDE3LjkxMzUgMC42NjU1MTMgMTguMTc5QzAuOTIyNzggMTguNDg2NyAxLjM0MzQ5IDE4LjY3MDcgMS45MTg1NSAxOC43MjJDMi44MTE0MiAxOC44MDM0IDMuNzk4MTIgMTguODQyNiA0LjkyNzA2IDE4Ljg0MjZDNi4yMTM0IDE4Ljg0MjYgNy41NTExOSAxOC43OTE0IDguODQwNTUgMTguNzQwMUMxMC4xMjk5IDE4LjY4ODggMTEuNDY0NyAxOC42Mzc1IDEyLjc0OCAxOC42Mzc1QzEzLjY3NzIgMTguNjM3NSAxNC40OTc0IDE4LjY2NDcgMTUuMjYzMSAxOC43MTlDMTUuMjkwNCAxOC43MTkgMTUuMzE3NiAxOC43MTkgMTUuMzQ0OSAxOC43MTlDMTYuMjAxNCAxOC43MTkgMTYuNzY0NCAxOC4xMzA3IDE2LjgwOTggMTcuMTg2NVYxNy4xNjg0TDE1LjcxNDEgNi4yOTMyNEwxNS43MTcxIDYuMjk5MjhaTTQuOTE0OTYgNS4wODM1NUM1LjQ2ODg0IDIuNzI0NTEgNy4xNjY4IDEuNjY1NjUgOC42NTg5NSAxLjY2NTY1QzEwLjAxMTkgMS42NjU2NSAxMS43MDY4IDIuNTY3NjQgMTIuMTY2OSA1LjA4MzU1SDQuOTE0OTZaTTE1LjIxMTcgMTcuMTUwM0gxLjg2MTA1TDMuMDM1NCA2LjY3MzM1TDE0LjIwMDggNi42NTUyNEwxNS4yMTE3IDE3LjE1MDNaIiBmaWxsPSIjRkNGOUYxIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2XzExMDkiPgo8cmVjdCB3aWR0aD0iMTYuNDI1NyIgaGVpZ2h0PSIxOC42OTE0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zODY3MTkgMC4xNTQyOTcpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
[data-header-theme=dark] :not(.woocommerce-shop) .header__icon-links__search .search-form-container form.searchform {
  background-color: rgba(0, 0, 0, 0.5);
}

.gslide-video {
  max-width: 100% !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .gslide-video {
    max-width: 75% !important;
  }
}
.gslide-video video {
  max-width: 100% !important;
}

.gbtn {
  opacity: 1 !important;
  transform: none !important;
}

.glightbox-download-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.0625rem;
  line-height: 1.4;
  position: absolute !important;
  top: 15px;
  right: 75px;
  height: 35px;
  background: rgba(0, 0, 0, 0.75);
  color: #FCF9F1;
  text-decoration: none !important;
  border-radius: 5px;
  z-index: 99999;
  cursor: pointer;
  transition: transform 1.2s, opacity 0.9s;
  background-image: none !important;
}
@media screen and (min-width: 481px) {
  .glightbox-download-btn {
    background: rgba(0, 0, 0, 0.25);
  }
}
.glightbox-download-btn svg {
  height: 25px;
  width: 25px;
  fill: none !important;
}

.has-glightbox .glightbox {
  cursor: pointer;
}

.glightbox-close-icon {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -100%);
  margin-top: -10px;
  transition: opacity 0.15s ease-in;
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .swiper-initialized .swiper-button-prev, .swiper-initialized .swiper-button-next {
    display: block;
    background: rgba(138, 141, 142, 0.2);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.4375rem);
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 50%;
    background-image: url(../images/back_ios.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
  }
  .swiper-initialized .swiper-button-prev::after, .swiper-initialized .swiper-button-next::after {
    content: none;
  }
  .swiper-initialized .swiper-button-prev {
    left: 8px;
    transform: rotate(180deg) !important;
  }
  .swiper-initialized .swiper-button-next {
    right: 8px;
  }
  .swiper-initialized .swiper-button-disabled {
    opacity: 0 !important;
  }
}
.swiper-initialized .swiper-scrollbar {
  background-color: rgba(252, 250, 241, 0.4) !important;
}
.swiper-initialized .swiper-scrollbar .swiper-scrollbar-drag {
  cursor: grab;
  background: rgb(252, 250, 241) !important;
}
.swiper-initialized .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  height: 2.1875rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.switch_menu {
  pointer-events: all;
  position: absolute;
  cursor: pointer;
  color: var(--wp--custom--colors--header-black);
  width: 1.25rem;
  height: 1.25rem;
  bottom: 0;
  right: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  height: 62px;
}
@media screen and (min-width: 992px) {
  .switch_menu {
    display: none;
  }
}
.switch_menu__wrapper {
  display: block;
  border-radius: 0.3125rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  top: -3px;
}
.switch_menu__line {
  display: block;
  background-image: url("../images/Burger-menu-white.svg");
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
}
.switch_menu__close {
  display: block;
  background-image: url("../images/close-white.svg");
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  transform: scaleX(0);
}
.switch_menu .screen-reader-text {
  display: none;
}
.switch_menu .screen-reader-text.active {
  display: initial;
}

.switch_menu__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  will-change: opacity, visibility;
}
.switch_menu__icon--close {
  opacity: 0;
  visibility: hidden;
}

.switch_menu.open .switch_menu__wrapper::before {
  transform: scaleX(0);
}
.switch_menu.open .switch_menu__line {
  transform: scaleX(0);
}
.switch_menu.open .switch_menu__close {
  transform: scaleY(1);
  transition-delay: 0.4s;
}

.header.open {
  position: fixed;
}
.header.open .header__menu {
  transform: translateX(0);
  overflow: scroll;
  opacity: 1;
  visibility: visible;
  background-color: var(--wp--preset--color--header-blue-full);
  transition: transform 0.3s;
}
@media screen and (min-width: 992px) {
  .header.open .header__menu {
    transform: unset;
    overflow: unset;
    height: auto;
  }
}
.header.open .header-mobile-cart__wrapper .header__cart-icon__count {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable no-descending-specificity */
.svg_logo {
  fill: currentcolor;
}

.container--header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 992px) {
  .container--header {
    justify-content: flex-start;
    max-width: calc(var(--wp--custom--layout--container) + 2 * var(--wp--custom--layout--padding-desktop));
  }
}

.header {
  position: sticky;
  position: -webkit-sticky;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.4s;
  font-size: 1.0625rem;
  line-height: 2;
  color: var(--wp--preset--color--header-black);
  background-color: var(--wp--custom--colors--header-white);
}
@media (max-width: 992px) {
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 10%, rgba(0, 0, 0, 0) 90%);
  }
  .header .container--header {
    padding: 0 10px;
  }
  .header .container--header.show-over-body .header__menu {
    overflow: auto;
    width: 100%;
  }
  .header .container--header.show-over-body .header-mobile {
    overflow: auto;
    width: 100%;
  }
  .header .header-mobile {
    background-color: var(--wp--preset--color--header-blue-full);
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 30px 30px;
    align-items: center;
    column-gap: 20px;
    padding-left: 0;
    transition: transform 0.3s;
    transform: translateX(100%);
    width: 0;
    overflow: hidden;
  }
  .header .header-mobile.open {
    transform: translateX(0);
  }
  .header .header-mobile .switch_menu__close {
    transform: scaleY(1);
    transition-delay: 0.4s;
    position: relative;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .header .header-mobile .switch_menu__close {
    top: -8px;
  }
}
@media (max-width: 992px) {
  .header .header-mobile .header__cart-icon__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Nl8xMTA5KSI+CjxwYXRoIGQ9Ik0xNS43MTcxIDYuMjk5MjhMMTUuNzA4MSA2LjI3MjEzQzE1LjQ1MzggNS40ODc3OSAxNC43OTcgNS4wODA1NCAxMy43NTU5IDUuMDY1NDVDMTMuNTE5OCAzLjg3MDg1IDEyLjk2MjkgMi42NDkwOSAxMi4zMDYxIDEuOTAzOTdDMTEuNzQzMSAxLjI2NDQ0IDEwLjYyNjMgMC41NjE1NDkgOS44MTUxNCAwLjMzODMxNEM5LjM3MzI0IDAuMjE3NjQ3IDguOTMxMzUgMC4xNTQyOTcgOC41MDQ1OSAwLjE1NDI5N0M1Ljc4OTY3IDAuMTU0Mjk3IDMuOTQwMzcgMi41ODg3NiAzLjQ2MjE2IDUuMDY1NDVDMi41NjMyNCA1LjA2NTQ1IDEuNzAwNjMgNS4yMzQzOSAxLjQ3OTY5IDYuNDMyMDFDMS4xNjc5NCA4LjExNTMyIDEuMDU1OTUgOS45NDk0NiAwLjk1MDAyIDExLjcyMzNDMC44NDEwNiAxMy41MzYzIDAuNzI2MDQ2IDE1LjQwOTcgMC4zOTYxMzkgMTcuMTUzM0MwLjM1Njc5MiAxNy41Njk2IDAuNDQ3NTkzIDE3LjkxMzUgMC42NjU1MTMgMTguMTc5QzAuOTIyNzggMTguNDg2NyAxLjM0MzQ5IDE4LjY3MDcgMS45MTg1NSAxOC43MjJDMi44MTE0MiAxOC44MDM0IDMuNzk4MTIgMTguODQyNiA0LjkyNzA2IDE4Ljg0MjZDNi4yMTM0IDE4Ljg0MjYgNy41NTExOSAxOC43OTE0IDguODQwNTUgMTguNzQwMUMxMC4xMjk5IDE4LjY4ODggMTEuNDY0NyAxOC42Mzc1IDEyLjc0OCAxOC42Mzc1QzEzLjY3NzIgMTguNjM3NSAxNC40OTc0IDE4LjY2NDcgMTUuMjYzMSAxOC43MTlDMTUuMjkwNCAxOC43MTkgMTUuMzE3NiAxOC43MTkgMTUuMzQ0OSAxOC43MTlDMTYuMjAxNCAxOC43MTkgMTYuNzY0NCAxOC4xMzA3IDE2LjgwOTggMTcuMTg2NVYxNy4xNjg0TDE1LjcxNDEgNi4yOTMyNEwxNS43MTcxIDYuMjk5MjhaTTQuOTE0OTYgNS4wODM1NUM1LjQ2ODg0IDIuNzI0NTEgNy4xNjY4IDEuNjY1NjUgOC42NTg5NSAxLjY2NTY1QzEwLjAxMTkgMS42NjU2NSAxMS43MDY4IDIuNTY3NjQgMTIuMTY2OSA1LjA4MzU1SDQuOTE0OTZaTTE1LjIxMTcgMTcuMTUwM0gxLjg2MTA1TDMuMDM1NCA2LjY3MzM1TDE0LjIwMDggNi42NTUyNEwxNS4yMTE3IDE3LjE1MDNaIiBmaWxsPSIjRkNGOUYxIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2XzExMDkiPgo8cmVjdCB3aWR0aD0iMTYuNDI1NyIgaGVpZ2h0PSIxOC42OTE0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zODY3MTkgMC4xNTQyOTcpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  }
  .header .header-mobile .header__cart-icon__count {
    color: #000 !important;
    background-color: #FCF9F1 !important;
  }
  .header .header__icon-links__account__label {
    color: #fcfcfc !important;
  }
}
@media screen and (min-width: 992px) {
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 10%, rgba(0, 0, 0, 0) 90%);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    -webkit-mask: linear-gradient(to bottom, black, 85%, transparent 100%);
            mask: linear-gradient(to bottom, black, 85%, transparent 100%);
  }
  .header .header-mobile {
    display: none;
  }
  .header > .container {
    height: 85px;
    transition: height 0.3s;
  }
  .header.current-colletion-opened::after {
    content: "";
    position: absolute;
    top: 235px;
    left: 0;
    width: 100%;
    height: 310px;
    z-index: -1;
    pointer-events: none;
    background: rgba(1, 32, 105, 0.3);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    pointer-events: none;
    animation: fadeIn 0.3s forwards;
  }
}
@media screen and (min-width: 992px) and (min-width: 1201px) {
  .header.current-colletion-opened::after {
    height: 286px;
  }
}
.header--over-image {
  background-color: transparent !important;
  position: fixed !important;
}
.header--over-image.header--mega-active {
  background-color: transparent !important;
}
.header--scroll {
  background: transparent;
  position: sticky;
  top: 0;
  padding-bottom: 0;
}
.header--scroll .header__logo__image {
  width: auto;
}
.header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 85px;
  width: 315px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .header__logo {
    height: 62px;
    max-width: 260px;
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .header__logo {
    align-items: start;
    padding-top: 0;
    padding-bottom: 0;
    flex-shrink: 0;
    width: 215px;
  }
}
@media screen and (min-width: 1401px) {
  .header__logo {
    width: 315px;
  }
}
.header__logo img {
  transition: 0.3s;
}
.header__logo .--opened-menu {
  position: absolute;
  top: -150px;
}
.header__icon-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .header__icon-links {
    margin-top: 0;
    align-items: end;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .header__icon-links__item svg {
    margin-right: 10px;
  }
}
.header__icon-links__account {
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .header__icon-links__account {
    order: 1;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.header__icon-links__account__icon {
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Nl8xMTA2KSI+CjxwYXRoIGQ9Ik0xMy41MDk4IDEyLjMyMjNDMTIuOTI3NiAxMC4wMzQ2IDkuMzI2NjIgOS4yMjM2MyA2LjQyMTgyIDkuMjIzNjNDNi4wMzc3MiA5LjIyMzYzIDUuNjcxNjIgOS4yMzg3NiA1LjM1NjUzIDkuMjcyMDVDNC4wOTkxOSA5LjM5NjEyIDEuNDQ2NDYgMTAuMDQzNyAwLjQxNzE4MiAxMS42MDgxQy0wLjAxNzkzNjggMTIuMjcwOCAtMC4xMTM5NjMgMTMuMDA5MiAwLjEzNTEwNSAxMy44MDVDMC40MzIxODYgMTQuNzY3MyAxLjQ3OTQ3IDE1LjU1NzEgMy4xNjI5MyAxNi4wODY2QzQuNjI3MzMgMTYuNTQ5NiA2LjIyNjc3IDE2LjcxMyA3LjIzMjA1IDE2LjcxM0M3LjQyMTEgMTYuNzEzIDcuNTk4MTUgMTYuNzA3IDcuNzU0MTkgMTYuNjk0OUM5LjMyMzYyIDE2LjU4NTkgMTIuMDQ4NCAxNS44NzQ4IDEzLjEyODcgMTQuMzY0OEMxMy41Njk4IDEzLjc0NzUgMTMuNjk4OCAxMy4wNTc2IDEzLjUwOTggMTIuMzE5MlYxMi4zMjIzWk0xLjM1MDQ0IDEyLjYwMDdDMS43ODU1NiAxMS40MzU2IDQuNzA4MzUgMTAuNjM5OCA2LjE1MTc1IDEwLjUzOTlDNi4zNjE4MSAxMC41MjQ4IDYuNTgzODcgMTAuNTE4OCA2LjgwNTkzIDEwLjUxODhDOC4zODQzNiAxMC41MTg4IDkuOTUwNzkgMTAuODYzNyAxMC45OTUxIDExLjQ0NDdDMTEuODQ0MyAxMS45MTY4IDEyLjI3MzQgMTIuNDQzMyAxMi4yNDM0IDEyLjk3MjlDMTIuMjA0NCAxMy42MTE0IDExLjUwNTIgMTQuMjYxOSAxMC4zNzM5IDE0LjcxNThDOS40NTU2NSAxNS4wODUgOC4wNjkyNyAxNS4zMDU5IDYuNjY3ODkgMTUuMzA1OUM0LjQ5ODMgMTUuMzA1OSAyLjY5NDggMTQuNzg4NSAxLjgzOTU3IDEzLjkyQzEuMzYyNDQgMTMuNDMyOCAxLjIwMzQgMTMuMDAzMSAxLjM1MzQ0IDEyLjYwMDdIMS4zNTA0NFoiIGZpbGw9IiMwMDAwMDAiLz4KPHBhdGggZD0iTTYuNzg3ODQgOC4zNDAxMkM2Ljg0NDg1IDguMzQwMTIgNi44OTg4NyA4LjM0MDEyIDYuOTU1ODggOC4zMzcwOUM5LjM4MzU1IDguMjQ2MzEgMTAuNDU0OCA2LjMwOTY2IDEwLjQyMTggNC41NTE1NUMxMC4zODg4IDIuNzE0NzYgOS4xNDY0OCAwLjg1Mzc2IDYuODM4ODUgMC44NTM3NkM2LjU0NDc3IDAuODUzNzYgNi4yMzU2OSAwLjg4NDAyIDUuOTIzNiAwLjk0NDU0QzMuODI2MDMgMS4zNDM5NyAzLjAzMzgxIDMuMjg5NyAzLjE4Njg1IDQuOTI5OEMzLjM0NTkgNi42MjczOSA0LjUxOTIyIDguMzQwMTIgNi43ODc4NCA4LjM0MDEyWk05LjExMDQ3IDQuNDIxNDNDOS4xOTc1IDUuNTEzODIgOC42NTEzNSA2LjcxODE3IDcuMjM3OTYgNi45NDgxNUM3LjA3NTkyIDYuOTc1MzggNi45MTM4NyA2Ljk4NzQ5IDYuNzYwODMgNi45ODc0OUM1LjI2NjQyIDYuOTg3NDkgNC41MjUyMiA1Ljc4NjE2IDQuNDcxMiA0LjY3MjU5QzQuNDE3MTkgMy41NTkwMiA1LjA1MzM2IDIuMzYzNzQgNi42MDQ3OSAyLjIwNjM5QzYuNzAwODEgMi4xOTczMSA2Ljc5MDg0IDIuMTkxMjYgNi44ODA4NiAyLjE5MTI2QzguMjkxMjUgMi4xOTEyNiA5LjAyMzQ1IDMuMzQ3MTkgOS4xMDc0NyA0LjQyMTQzSDkuMTEwNDdaIiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2XzExMDYiPgo8cmVjdCB3aWR0aD0iMTMuNTkzNyIgaGVpZ2h0PSIxNS44NTkzIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjg1Mzc2KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
}
@media screen and (min-width: 992px) {
  .header__icon-links__account {
    position: relative;
  }
}
.header__icon-links__account__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.header__icon-links__account__label {
  font-weight: 700;
  font-size: 12px;
  max-width: 100px;
}
@media screen and (min-width: 992px) {
  .header__icon-links__account__label {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .header__icon-links__account__label {
    display: block;
  }
}
.header__icon-links__account.user-logged-in .header__icon-links__account__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9Ii0xIDAgMjMgMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggaWQ9Ik92YWwiIGQ9Ik0xMC4yMTU4IDEuNUMxMi4xNzMxIDEuNSAxMy43NTk3IDMuMDg2NjYgMTMuNzU5OCA1LjA0Mzk1QzEzLjc1OTggNy4wMDEzMSAxMi4xNzMyIDguNTg3ODkgMTAuMjE1OCA4LjU4Nzg5QzguMjU4NTQgOC41ODc3OSA2LjY3MTg4IDcuMDAxMjUgNi42NzE4OCA1LjA0Mzk1QzYuNjcxOTcgMy4wODY3MiA4LjI1ODYgMS41MDAxIDEwLjIxNTggMS41WiIgZmlsbD0iYmxhY2siIHN0cm9rZT0iYmxhY2siLz4KICA8ZWxsaXBzZSBpZD0iT3ZhbF8yIiBjeD0iMTAuMjE3NSIgY3k9IjE0LjcwNTQiIHJ4PSI3LjE1NSIgcnk9IjMuNTYxODYiIGZpbGw9ImJsYWNrIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);
}
.header__icon-links__language {
  position: relative;
}
@media (max-width: 992px) {
  .header__icon-links__language {
    order: 3;
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .header__icon-links__language__label {
    display: none;
  }
}
.header__icon-links__language__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .header__icon-links__language__list {
    margin-left: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding-top: 5px;
    animation: fadeIn 0.3s forwards;
  }
}
.header__icon-links__language__list .lang-item a {
  color: var(--wp--preset--color--header-black);
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .header__icon-links__language__list .lang-item:not(.current-lang) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header__icon-links__language:hover .header__icon-links__language__list {
    display: block;
  }
}
.header__icon-links__language.opened .header__icon-links__language__list {
  display: flex;
  gap: 10px;
}
.header__icon-links__language.opened .header__icon-links__language__list .lang-item {
  display: block !important;
}
@media (max-width: 992px) {
  .header__icon-links__search {
    order: 1;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .header__icon-links__search {
    position: relative;
  }
}
.header__icon-links__search__label {
  border: none;
  cursor: pointer;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  padding-bottom: 7px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQyMjkgMTQuOTUzNUwxNS40MDc5IDE0LjkyNjZMMTEuMDczNiAxMC41ODQ1QzEyLjQ2NDUgOC42OTc1OSAxMi43MTMyIDYuMjcyMzcgMTEuNzA5MSA0LjIwNkMxMC43MDIgMi4xMzY2NCA4LjYzOTczIDAuODUzNzYgNi4zMjU3MSAwLjg1Mzc2QzYuMDY3OTMgMC44NTM3NiA1LjgwMTE2IDAuODY4NzEyIDUuNTQwMzggMC44OTg2MTZDMy4xNjM0MSAxLjE3NjcyIDEuMjYwMDQgMi43ODU1NiAwLjU3MzYyMyA1LjEwMDEzQy0wLjEyNzc3OCA3LjQ1OTU2IDAuNjE1NTg3IDkuOTAyNzIgMi41MTU5NiAxMS40Nzg3QzMuNjIyMDIgMTIuMzkzNyA0Ljg2Mjk2IDEyLjg1NzIgNi4yMTE4IDEyLjg1NzJDNy41NjA2NSAxMi44NTcyIDguODUyNTUgMTIuNDIzNiAxMC4xNTk0IDExLjU5ODNDMTAuNTEwMSAxMS44NzM0IDExLjUyOTMgMTIuOTQ3IDEyLjI5MzYgMTMuNzUxNEMxMy4yMTA4IDE0LjcxNzMgMTQuMDgwMSAxNS42MzIzIDE0LjQzNjggMTUuODk4NUMxNC42NTg2IDE2LjA2MyAxNC44NjU0IDE2LjE0NjcgMTUuMDU3MiAxNi4xNDY3QzE1LjI1ODEgMTYuMTQ2NyAxNS40Mjg5IDE2LjA1MSAxNS41MjQ4IDE1Ljg4MzVDMTUuNjYyNyAxNS42NDEzIDE1LjYyMzggMTUuMjk0NCAxNS40MjI5IDE0Ljk1MzVaTTcuNzQ2NDkgMTEuMjMwNUM3LjE4ODk3IDExLjM5NzkgNi42NDM0NCAxMS40ODQ2IDYuMTI3ODggMTEuNDg0NkMzLjQ4MTE0IDExLjQ4NDYgMS45NDM0NSA5LjI0NzgzIDEuNzk2NTggNy4wMzc5MkMxLjY2NzY5IDUuMTA2MTIgMi41ODQ5IDIuNzA0ODIgNS42MDAzMyAyLjMwMTEyQzUuODYxMSAyLjI2NTIzIDYuMTE4ODggMi4yNDcyOSA2LjM2NDY3IDIuMjQ3MjlDOS4wMzUzOSAyLjI0NzI5IDEwLjUyNTEgNC4yMzg5IDEwLjgxODkgNi4yMTI1NkMxMS4xMDY2IDguMTYyMzEgMTAuMjcwMyAxMC40NzA5IDcuNzQ2NDkgMTEuMjMwNVoiIGZpbGw9IiMwMDAwMDAiLz4KPC9zdmc+Cg==);
}
@media (max-width: 992px) {
  .header__icon-links__search__label {
    display: none;
  }
}
.header__icon-links__search .search-form-container {
  width: 100%;
}
@media (max-width: 992px) {
  .header__icon-links__search .search-form-container {
    margin-left: -17px;
    margin-right: -18px;
    width: calc(100% + 17px + 18px);
  }
}
@media screen and (min-width: 992px) {
  .header__icon-links__search .search-form-container {
    position: absolute;
    right: -5px;
    width: 300px;
    top: calc(100% + 10px);
    display: none;
  }
}
.header__icon-links__search .search-form-container form.searchform {
  display: flex;
  align-items: center;
  color: var(--wp--preset--color--black);
  border-radius: 6px;
  border: solid 1px;
  border-color: #F2F2F2;
  column-gap: 5px;
  padding: 0 10px;
  background-color: #F2F2F2;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 992px) {
  .header__icon-links__search .search-form-container form.searchform {
    background-color: transparent !important;
    border-radius: 0;
    color: #F2F2F2;
    padding: 0 13px;
  }
}
.header__icon-links__search .search-form-container form.searchform .searchform__input {
  padding: 20px 0;
  font-size: 1.063rem;
  border: none !important;
  color: #000;
}
@media (max-width: 992px) {
  .header__icon-links__search .search-form-container form.searchform .searchform__input {
    padding: 7px 5px !important;
    color: #F2F2F2;
  }
}
@media screen and (min-width: 992px) {
  .header__icon-links__search .search-form-container form.searchform .searchform__input {
    color: var(--wp--preset--color--header-black);
  }
}
.header__icon-links__search .search-form-container form.searchform .searchform__input::placeholder {
  opacity: 0.7;
}
.header__icon-links__search .search-form-container form.searchform .searchform__button {
  cursor: pointer;
  padding: 0;
  border: none;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQyMjkgMTQuOTUzNUwxNS40MDc5IDE0LjkyNjZMMTEuMDczNiAxMC41ODQ1QzEyLjQ2NDUgOC42OTc1OSAxMi43MTMyIDYuMjcyMzcgMTEuNzA5MSA0LjIwNkMxMC43MDIgMi4xMzY2NCA4LjYzOTczIDAuODUzNzYgNi4zMjU3MSAwLjg1Mzc2QzYuMDY3OTMgMC44NTM3NiA1LjgwMTE2IDAuODY4NzEyIDUuNTQwMzggMC44OTg2MTZDMy4xNjM0MSAxLjE3NjcyIDEuMjYwMDQgMi43ODU1NiAwLjU3MzYyMyA1LjEwMDEzQy0wLjEyNzc3OCA3LjQ1OTU2IDAuNjE1NTg3IDkuOTAyNzIgMi41MTU5NiAxMS40Nzg3QzMuNjIyMDIgMTIuMzkzNyA0Ljg2Mjk2IDEyLjg1NzIgNi4yMTE4IDEyLjg1NzJDNy41NjA2NSAxMi44NTcyIDguODUyNTUgMTIuNDIzNiAxMC4xNTk0IDExLjU5ODNDMTAuNTEwMSAxMS44NzM0IDExLjUyOTMgMTIuOTQ3IDEyLjI5MzYgMTMuNzUxNEMxMy4yMTA4IDE0LjcxNzMgMTQuMDgwMSAxNS42MzIzIDE0LjQzNjggMTUuODk4NUMxNC42NTg2IDE2LjA2MyAxNC44NjU0IDE2LjE0NjcgMTUuMDU3MiAxNi4xNDY3QzE1LjI1ODEgMTYuMTQ2NyAxNS40Mjg5IDE2LjA1MSAxNS41MjQ4IDE1Ljg4MzVDMTUuNjYyNyAxNS42NDEzIDE1LjYyMzggMTUuMjk0NCAxNS40MjI5IDE0Ljk1MzVaTTcuNzQ2NDkgMTEuMjMwNUM3LjE4ODk3IDExLjM5NzkgNi42NDM0NCAxMS40ODQ2IDYuMTI3ODggMTEuNDg0NkMzLjQ4MTE0IDExLjQ4NDYgMS45NDM0NSA5LjI0NzgzIDEuNzk2NTggNy4wMzc5MkMxLjY2NzY5IDUuMTA2MTIgMi41ODQ5IDIuNzA0ODIgNS42MDAzMyAyLjMwMTEyQzUuODYxMSAyLjI2NTIzIDYuMTE4ODggMi4yNDcyOSA2LjM2NDY3IDIuMjQ3MjlDOS4wMzUzOSAyLjI0NzI5IDEwLjUyNTEgNC4yMzg5IDEwLjgxODkgNi4yMTI1NkMxMS4xMDY2IDguMTYyMzEgMTAuMjcwMyAxMC40NzA5IDcuNzQ2NDkgMTEuMjMwNVoiIGZpbGw9IiMwMDAwMDAiLz4KPC9zdmc+Cg==);
}
@media (max-width: 992px) {
  .header__icon-links__search .search-form-container form.searchform .searchform__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQyMjkgMTQuOTUzNUwxNS40MDc5IDE0LjkyNjZMMTEuMDczNiAxMC41ODQ1QzEyLjQ2NDUgOC42OTc1OSAxMi43MTMyIDYuMjcyMzcgMTEuNzA5MSA0LjIwNkMxMC43MDIgMi4xMzY2NCA4LjYzOTczIDAuODUzNzYgNi4zMjU3MSAwLjg1Mzc2QzYuMDY3OTMgMC44NTM3NiA1LjgwMTE2IDAuODY4NzEyIDUuNTQwMzggMC44OTg2MTZDMy4xNjM0MSAxLjE3NjcyIDEuMjYwMDQgMi43ODU1NiAwLjU3MzYyMyA1LjEwMDEzQy0wLjEyNzc3OCA3LjQ1OTU2IDAuNjE1NTg3IDkuOTAyNzIgMi41MTU5NiAxMS40Nzg3QzMuNjIyMDIgMTIuMzkzNyA0Ljg2Mjk2IDEyLjg1NzIgNi4yMTE4IDEyLjg1NzJDNy41NjA2NSAxMi44NTcyIDguODUyNTUgMTIuNDIzNiAxMC4xNTk0IDExLjU5ODNDMTAuNTEwMSAxMS44NzM0IDExLjUyOTMgMTIuOTQ3IDEyLjI5MzYgMTMuNzUxNEMxMy4yMTA4IDE0LjcxNzMgMTQuMDgwMSAxNS42MzIzIDE0LjQzNjggMTUuODk4NUMxNC42NTg2IDE2LjA2MyAxNC44NjU0IDE2LjE0NjcgMTUuMDU3MiAxNi4xNDY3QzE1LjI1ODEgMTYuMTQ2NyAxNS40Mjg5IDE2LjA1MSAxNS41MjQ4IDE1Ljg4MzVDMTUuNjYyNyAxNS42NDEzIDE1LjYyMzggMTUuMjk0NCAxNS40MjI5IDE0Ljk1MzVaTTcuNzQ2NDkgMTEuMjMwNUM3LjE4ODk3IDExLjM5NzkgNi42NDM0NCAxMS40ODQ2IDYuMTI3ODggMTEuNDg0NkMzLjQ4MTE0IDExLjQ4NDYgMS45NDM0NSA5LjI0NzgzIDEuNzk2NTggNy4wMzc5MkMxLjY2NzY5IDUuMTA2MTIgMi41ODQ5IDIuNzA0ODIgNS42MDAzMyAyLjMwMTEyQzUuODYxMSAyLjI2NTIzIDYuMTE4ODggMi4yNDcyOSA2LjM2NDY3IDIuMjQ3MjlDOS4wMzUzOSAyLjI0NzI5IDEwLjUyNTEgNC4yMzg5IDEwLjgxODkgNi4yMTI1NkMxMS4xMDY2IDguMTYyMzEgMTAuMjcwMyAxMC40NzA5IDcuNzQ2NDkgMTEuMjMwNVoiIGZpbGw9IiNGQ0Y5RjEiLz4KPC9zdmc+Cg==) !important;
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 992px) {
  .header__icon-links__search.opened .search-form-container {
    display: block;
    animation: fadeIn 0.3s forwards;
  }
}
@media (max-width: 991px) {
  .header__icon-links__cart {
    display: none;
  }
}
.header__cart-icon {
  position: relative;
}
@media (max-width: 991px) {
  .header__cart-icon {
    top: -3px;
  }
}
.header__cart-icon__icon {
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Nl8xMTA5KSI+CjxwYXRoIGQ9Ik0xNS43MTcxIDYuMjk5MjhMMTUuNzA4MSA2LjI3MjEzQzE1LjQ1MzggNS40ODc3OSAxNC43OTcgNS4wODA1NCAxMy43NTU5IDUuMDY1NDVDMTMuNTE5OCAzLjg3MDg1IDEyLjk2MjkgMi42NDkwOSAxMi4zMDYxIDEuOTAzOTdDMTEuNzQzMSAxLjI2NDQ0IDEwLjYyNjMgMC41NjE1NDkgOS44MTUxNCAwLjMzODMxNEM5LjM3MzI0IDAuMjE3NjQ3IDguOTMxMzUgMC4xNTQyOTcgOC41MDQ1OSAwLjE1NDI5N0M1Ljc4OTY3IDAuMTU0Mjk3IDMuOTQwMzcgMi41ODg3NiAzLjQ2MjE2IDUuMDY1NDVDMi41NjMyNCA1LjA2NTQ1IDEuNzAwNjMgNS4yMzQzOSAxLjQ3OTY5IDYuNDMyMDFDMS4xNjc5NCA4LjExNTMyIDEuMDU1OTUgOS45NDk0NiAwLjk1MDAyIDExLjcyMzNDMC44NDEwNiAxMy41MzYzIDAuNzI2MDQ2IDE1LjQwOTcgMC4zOTYxMzkgMTcuMTUzM0MwLjM1Njc5MiAxNy41Njk2IDAuNDQ3NTkzIDE3LjkxMzUgMC42NjU1MTMgMTguMTc5QzAuOTIyNzggMTguNDg2NyAxLjM0MzQ5IDE4LjY3MDcgMS45MTg1NSAxOC43MjJDMi44MTE0MiAxOC44MDM0IDMuNzk4MTIgMTguODQyNiA0LjkyNzA2IDE4Ljg0MjZDNi4yMTM0IDE4Ljg0MjYgNy41NTExOSAxOC43OTE0IDguODQwNTUgMTguNzQwMUMxMC4xMjk5IDE4LjY4ODggMTEuNDY0NyAxOC42Mzc1IDEyLjc0OCAxOC42Mzc1QzEzLjY3NzIgMTguNjM3NSAxNC40OTc0IDE4LjY2NDcgMTUuMjYzMSAxOC43MTlDMTUuMjkwNCAxOC43MTkgMTUuMzE3NiAxOC43MTkgMTUuMzQ0OSAxOC43MTlDMTYuMjAxNCAxOC43MTkgMTYuNzY0NCAxOC4xMzA3IDE2LjgwOTggMTcuMTg2NVYxNy4xNjg0TDE1LjcxNDEgNi4yOTMyNEwxNS43MTcxIDYuMjk5MjhaTTQuOTE0OTYgNS4wODM1NUM1LjQ2ODg0IDIuNzI0NTEgNy4xNjY4IDEuNjY1NjUgOC42NTg5NSAxLjY2NTY1QzEwLjAxMTkgMS42NjU2NSAxMS43MDY4IDIuNTY3NjQgMTIuMTY2OSA1LjA4MzU1SDQuOTE0OTZaTTE1LjIxMTcgMTcuMTUwM0gxLjg2MTA1TDMuMDM1NCA2LjY3MzM1TDE0LjIwMDggNi42NTUyNEwxNS4yMTE3IDE3LjE1MDNaIiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2XzExMDkiPgo8cmVjdCB3aWR0aD0iMTYuNDI1NyIgaGVpZ2h0PSIxOC42OTE0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zODY3MTkgMC4xNTQyOTcpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
.header__cart-icon__count {
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--wp--custom--colors--header-white);
  background-color: var(--wp--custom--colors--header-black);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-mobile-cart__wrapper {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 60px;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  height: 62px;
}
@media screen and (min-width: 992px) {
  .header .header-mobile-cart__wrapper {
    display: none;
  }
}

body.woocommerce-page .header::before {
  background: none;
  mask: none;
  -webkit-mask: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
@media (max-width: 992px) {
  body.woocommerce-page .header .switch_menu__line {
    filter: brightness(0);
  }
  body.woocommerce-page .header.open .header__logo__image {
    filter: invert(1);
  }
  body.woocommerce-page .header.open .header__icon-links__account .header__icon-links__account__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Nl8xMTA2KSI+CjxwYXRoIGQ9Ik0xMy41MDk4IDEyLjMyMjNDMTIuOTI3NiAxMC4wMzQ2IDkuMzI2NjIgOS4yMjM2MyA2LjQyMTgyIDkuMjIzNjNDNi4wMzc3MiA5LjIyMzYzIDUuNjcxNjIgOS4yMzg3NiA1LjM1NjUzIDkuMjcyMDVDNC4wOTkxOSA5LjM5NjEyIDEuNDQ2NDYgMTAuMDQzNyAwLjQxNzE4MiAxMS42MDgxQy0wLjAxNzkzNjggMTIuMjcwOCAtMC4xMTM5NjMgMTMuMDA5MiAwLjEzNTEwNSAxMy44MDVDMC40MzIxODYgMTQuNzY3MyAxLjQ3OTQ3IDE1LjU1NzEgMy4xNjI5MyAxNi4wODY2QzQuNjI3MzMgMTYuNTQ5NiA2LjIyNjc3IDE2LjcxMyA3LjIzMjA1IDE2LjcxM0M3LjQyMTEgMTYuNzEzIDcuNTk4MTUgMTYuNzA3IDcuNzU0MTkgMTYuNjk0OUM5LjMyMzYyIDE2LjU4NTkgMTIuMDQ4NCAxNS44NzQ4IDEzLjEyODcgMTQuMzY0OEMxMy41Njk4IDEzLjc0NzUgMTMuNjk4OCAxMy4wNTc2IDEzLjUwOTggMTIuMzE5MlYxMi4zMjIzWk0xLjM1MDQ0IDEyLjYwMDdDMS43ODU1NiAxMS40MzU2IDQuNzA4MzUgMTAuNjM5OCA2LjE1MTc1IDEwLjUzOTlDNi4zNjE4MSAxMC41MjQ4IDYuNTgzODcgMTAuNTE4OCA2LjgwNTkzIDEwLjUxODhDOC4zODQzNiAxMC41MTg4IDkuOTUwNzkgMTAuODYzNyAxMC45OTUxIDExLjQ0NDdDMTEuODQ0MyAxMS45MTY4IDEyLjI3MzQgMTIuNDQzMyAxMi4yNDM0IDEyLjk3MjlDMTIuMjA0NCAxMy42MTE0IDExLjUwNTIgMTQuMjYxOSAxMC4zNzM5IDE0LjcxNThDOS40NTU2NSAxNS4wODUgOC4wNjkyNyAxNS4zMDU5IDYuNjY3ODkgMTUuMzA1OUM0LjQ5ODMgMTUuMzA1OSAyLjY5NDggMTQuNzg4NSAxLjgzOTU3IDEzLjkyQzEuMzYyNDQgMTMuNDMyOCAxLjIwMzQgMTMuMDAzMSAxLjM1MzQ0IDEyLjYwMDdIMS4zNTA0NFoiIGZpbGw9IiNGQ0Y5RjEiLz4KPHBhdGggZD0iTTYuNzg3ODQgOC4zNDAxMkM2Ljg0NDg1IDguMzQwMTIgNi44OTg4NyA4LjM0MDEyIDYuOTU1ODggOC4zMzcwOUM5LjM4MzU1IDguMjQ2MzEgMTAuNDU0OCA2LjMwOTY2IDEwLjQyMTggNC41NTE1NUMxMC4zODg4IDIuNzE0NzYgOS4xNDY0OCAwLjg1Mzc2IDYuODM4ODUgMC44NTM3NkM2LjU0NDc3IDAuODUzNzYgNi4yMzU2OSAwLjg4NDAyIDUuOTIzNiAwLjk0NDU0QzMuODI2MDMgMS4zNDM5NyAzLjAzMzgxIDMuMjg5NyAzLjE4Njg1IDQuOTI5OEMzLjM0NTkgNi42MjczOSA0LjUxOTIyIDguMzQwMTIgNi43ODc4NCA4LjM0MDEyWk05LjExMDQ3IDQuNDIxNDNDOS4xOTc1IDUuNTEzODIgOC42NTEzNSA2LjcxODE3IDcuMjM3OTYgNi45NDgxNUM3LjA3NTkyIDYuOTc1MzggNi45MTM4NyA2Ljk4NzQ5IDYuNzYwODMgNi45ODc0OUM1LjI2NjQyIDYuOTg3NDkgNC41MjUyMiA1Ljc4NjE2IDQuNDcxMiA0LjY3MjU5QzQuNDE3MTkgMy41NTkwMiA1LjA1MzM2IDIuMzYzNzQgNi42MDQ3OSAyLjIwNjM5QzYuNzAwODEgMi4xOTczMSA2Ljc5MDg0IDIuMTkxMjYgNi44ODA4NiAyLjE5MTI2QzguMjkxMjUgMi4xOTEyNiA5LjAyMzQ1IDMuMzQ3MTkgOS4xMDc0NyA0LjQyMTQzSDkuMTEwNDdaIiBmaWxsPSIjRkNGOUYxIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2XzExMDYiPgo8cmVjdCB3aWR0aD0iMTMuNTkzNyIgaGVpZ2h0PSIxNS44NTkzIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjg1Mzc2KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  }
  body.woocommerce-page .header.open .header__icon-links__account.user-logged-in .header__icon-links__account__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9Ii0xIDAgMjMgMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggaWQ9Ik92YWwiIGQ9Ik0xMC4yMTU4IDEuNUMxMi4xNzMxIDEuNSAxMy43NTk3IDMuMDg2NjYgMTMuNzU5OCA1LjA0Mzk1QzEzLjc1OTggNy4wMDEzMSAxMi4xNzMyIDguNTg3ODkgMTAuMjE1OCA4LjU4Nzg5QzguMjU4NTQgOC41ODc3OSA2LjY3MTg4IDcuMDAxMjUgNi42NzE4OCA1LjA0Mzk1QzYuNjcxOTcgMy4wODY3MiA4LjI1ODYgMS41MDAxIDEwLjIxNTggMS41WiIgZmlsbD0iI0ZDRjlGMSIgc3Ryb2tlPSIjRkNGOUYxIi8+CiAgPGVsbGlwc2UgaWQ9Ik92YWxfMiIgY3g9IjEwLjIxNzUiIGN5PSIxNC43MDU0IiByeD0iNy4xNTUiIHJ5PSIzLjU2MTg2IiBmaWxsPSIjRkNGOUYxIiBzdHJva2U9IiNGQ0Y5RjEiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
  }
  body.woocommerce-page .header.open .header__cart-icon__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Nl8xMTA5KSI+CjxwYXRoIGQ9Ik0xNS43MTcxIDYuMjk5MjhMMTUuNzA4MSA2LjI3MjEzQzE1LjQ1MzggNS40ODc3OSAxNC43OTcgNS4wODA1NCAxMy43NTU5IDUuMDY1NDVDMTMuNTE5OCAzLjg3MDg1IDEyLjk2MjkgMi42NDkwOSAxMi4zMDYxIDEuOTAzOTdDMTEuNzQzMSAxLjI2NDQ0IDEwLjYyNjMgMC41NjE1NDkgOS44MTUxNCAwLjMzODMxNEM5LjM3MzI0IDAuMjE3NjQ3IDguOTMxMzUgMC4xNTQyOTcgOC41MDQ1OSAwLjE1NDI5N0M1Ljc4OTY3IDAuMTU0Mjk3IDMuOTQwMzcgMi41ODg3NiAzLjQ2MjE2IDUuMDY1NDVDMi41NjMyNCA1LjA2NTQ1IDEuNzAwNjMgNS4yMzQzOSAxLjQ3OTY5IDYuNDMyMDFDMS4xNjc5NCA4LjExNTMyIDEuMDU1OTUgOS45NDk0NiAwLjk1MDAyIDExLjcyMzNDMC44NDEwNiAxMy41MzYzIDAuNzI2MDQ2IDE1LjQwOTcgMC4zOTYxMzkgMTcuMTUzM0MwLjM1Njc5MiAxNy41Njk2IDAuNDQ3NTkzIDE3LjkxMzUgMC42NjU1MTMgMTguMTc5QzAuOTIyNzggMTguNDg2NyAxLjM0MzQ5IDE4LjY3MDcgMS45MTg1NSAxOC43MjJDMi44MTE0MiAxOC44MDM0IDMuNzk4MTIgMTguODQyNiA0LjkyNzA2IDE4Ljg0MjZDNi4yMTM0IDE4Ljg0MjYgNy41NTExOSAxOC43OTE0IDguODQwNTUgMTguNzQwMUMxMC4xMjk5IDE4LjY4ODggMTEuNDY0NyAxOC42Mzc1IDEyLjc0OCAxOC42Mzc1QzEzLjY3NzIgMTguNjM3NSAxNC40OTc0IDE4LjY2NDcgMTUuMjYzMSAxOC43MTlDMTUuMjkwNCAxOC43MTkgMTUuMzE3NiAxOC43MTkgMTUuMzQ0OSAxOC43MTlDMTYuMjAxNCAxOC43MTkgMTYuNzY0NCAxOC4xMzA3IDE2LjgwOTggMTcuMTg2NVYxNy4xNjg0TDE1LjcxNDEgNi4yOTMyNEwxNS43MTcxIDYuMjk5MjhaTTQuOTE0OTYgNS4wODM1NUM1LjQ2ODg0IDIuNzI0NTEgNy4xNjY4IDEuNjY1NjUgOC42NTg5NSAxLjY2NTY1QzEwLjAxMTkgMS42NjU2NSAxMS43MDY4IDIuNTY3NjQgMTIuMTY2OSA1LjA4MzU1SDQuOTE0OTZaTTE1LjIxMTcgMTcuMTUwM0gxLjg2MTA1TDMuMDM1NCA2LjY3MzM1TDE0LjIwMDggNi42NTUyNEwxNS4yMTE3IDE3LjE1MDNaIiBmaWxsPSIjRkNGOUYxIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2XzExMDkiPgo8cmVjdCB3aWR0aD0iMTYuNDI1NyIgaGVpZ2h0PSIxOC42OTE0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zODY3MTkgMC4xNTQyOTcpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  }
  body.woocommerce-page .header.open .header__cart-icon__count {
    background-color: #FCF9F1;
    color: #000;
  }
  body.woocommerce-page .header.open .header__icon-links__search__label {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQyMjkgMTQuOTUzNUwxNS40MDc5IDE0LjkyNjZMMTEuMDczNiAxMC41ODQ1QzEyLjQ2NDUgOC42OTc1OSAxMi43MTMyIDYuMjcyMzcgMTEuNzA5MSA0LjIwNkMxMC43MDIgMi4xMzY2NCA4LjYzOTczIDAuODUzNzYgNi4zMjU3MSAwLjg1Mzc2QzYuMDY3OTMgMC44NTM3NiA1LjgwMTE2IDAuODY4NzEyIDUuNTQwMzggMC44OTg2MTZDMy4xNjM0MSAxLjE3NjcyIDEuMjYwMDQgMi43ODU1NiAwLjU3MzYyMyA1LjEwMDEzQy0wLjEyNzc3OCA3LjQ1OTU2IDAuNjE1NTg3IDkuOTAyNzIgMi41MTU5NiAxMS40Nzg3QzMuNjIyMDIgMTIuMzkzNyA0Ljg2Mjk2IDEyLjg1NzIgNi4yMTE4IDEyLjg1NzJDNy41NjA2NSAxMi44NTcyIDguODUyNTUgMTIuNDIzNiAxMC4xNTk0IDExLjU5ODNDMTAuNTEwMSAxMS44NzM0IDExLjUyOTMgMTIuOTQ3IDEyLjI5MzYgMTMuNzUxNEMxMy4yMTA4IDE0LjcxNzMgMTQuMDgwMSAxNS42MzIzIDE0LjQzNjggMTUuODk4NUMxNC42NTg2IDE2LjA2MyAxNC44NjU0IDE2LjE0NjcgMTUuMDU3MiAxNi4xNDY3QzE1LjI1ODEgMTYuMTQ2NyAxNS40Mjg5IDE2LjA1MSAxNS41MjQ4IDE1Ljg4MzVDMTUuNjYyNyAxNS42NDEzIDE1LjYyMzggMTUuMjk0NCAxNS40MjI5IDE0Ljk1MzVaTTcuNzQ2NDkgMTEuMjMwNUM3LjE4ODk3IDExLjM5NzkgNi42NDM0NCAxMS40ODQ2IDYuMTI3ODggMTEuNDg0NkMzLjQ4MTE0IDExLjQ4NDYgMS45NDM0NSA5LjI0NzgzIDEuNzk2NTggNy4wMzc5MkMxLjY2NzY5IDUuMTA2MTIgMi41ODQ5IDIuNzA0ODIgNS42MDAzMyAyLjMwMTEyQzUuODYxMSAyLjI2NTIzIDYuMTE4ODggMi4yNDcyOSA2LjM2NDY3IDIuMjQ3MjlDOS4wMzUzOSAyLjI0NzI5IDEwLjUyNTEgNC4yMzg5IDEwLjgxODkgNi4yMTI1NkMxMS4xMDY2IDguMTYyMzEgMTAuMjcwMyAxMC40NzA5IDcuNzQ2NDkgMTEuMjMwNVoiIGZpbGw9IiNGQ0Y5RjEiLz4KPC9zdmc+Cg==) !important;
  }
  body.woocommerce-page .header.header--scroll {
    background: #FCF9F1 !important;
  }
}
@media screen and (min-width: 992px) {
  body.woocommerce-page .header.header--mega-active .header__icon-links__account .header__icon-links__account__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Nl8xMTA2KSI+CjxwYXRoIGQ9Ik0xMy41MDk4IDEyLjMyMjNDMTIuOTI3NiAxMC4wMzQ2IDkuMzI2NjIgOS4yMjM2MyA2LjQyMTgyIDkuMjIzNjNDNi4wMzc3MiA5LjIyMzYzIDUuNjcxNjIgOS4yMzg3NiA1LjM1NjUzIDkuMjcyMDVDNC4wOTkxOSA5LjM5NjEyIDEuNDQ2NDYgMTAuMDQzNyAwLjQxNzE4MiAxMS42MDgxQy0wLjAxNzkzNjggMTIuMjcwOCAtMC4xMTM5NjMgMTMuMDA5MiAwLjEzNTEwNSAxMy44MDVDMC40MzIxODYgMTQuNzY3MyAxLjQ3OTQ3IDE1LjU1NzEgMy4xNjI5MyAxNi4wODY2QzQuNjI3MzMgMTYuNTQ5NiA2LjIyNjc3IDE2LjcxMyA3LjIzMjA1IDE2LjcxM0M3LjQyMTEgMTYuNzEzIDcuNTk4MTUgMTYuNzA3IDcuNzU0MTkgMTYuNjk0OUM5LjMyMzYyIDE2LjU4NTkgMTIuMDQ4NCAxNS44NzQ4IDEzLjEyODcgMTQuMzY0OEMxMy41Njk4IDEzLjc0NzUgMTMuNjk4OCAxMy4wNTc2IDEzLjUwOTggMTIuMzE5MlYxMi4zMjIzWk0xLjM1MDQ0IDEyLjYwMDdDMS43ODU1NiAxMS40MzU2IDQuNzA4MzUgMTAuNjM5OCA2LjE1MTc1IDEwLjUzOTlDNi4zNjE4MSAxMC41MjQ4IDYuNTgzODcgMTAuNTE4OCA2LjgwNTkzIDEwLjUxODhDOC4zODQzNiAxMC41MTg4IDkuOTUwNzkgMTAuODYzNyAxMC45OTUxIDExLjQ0NDdDMTEuODQ0MyAxMS45MTY4IDEyLjI3MzQgMTIuNDQzMyAxMi4yNDM0IDEyLjk3MjlDMTIuMjA0NCAxMy42MTE0IDExLjUwNTIgMTQuMjYxOSAxMC4zNzM5IDE0LjcxNThDOS40NTU2NSAxNS4wODUgOC4wNjkyNyAxNS4zMDU5IDYuNjY3ODkgMTUuMzA1OUM0LjQ5ODMgMTUuMzA1OSAyLjY5NDggMTQuNzg4NSAxLjgzOTU3IDEzLjkyQzEuMzYyNDQgMTMuNDMyOCAxLjIwMzQgMTMuMDAzMSAxLjM1MzQ0IDEyLjYwMDdIMS4zNTA0NFoiIGZpbGw9IiNGQ0Y5RjEiLz4KPHBhdGggZD0iTTYuNzg3ODQgOC4zNDAxMkM2Ljg0NDg1IDguMzQwMTIgNi44OTg4NyA4LjM0MDEyIDYuOTU1ODggOC4zMzcwOUM5LjM4MzU1IDguMjQ2MzEgMTAuNDU0OCA2LjMwOTY2IDEwLjQyMTggNC41NTE1NUMxMC4zODg4IDIuNzE0NzYgOS4xNDY0OCAwLjg1Mzc2IDYuODM4ODUgMC44NTM3NkM2LjU0NDc3IDAuODUzNzYgNi4yMzU2OSAwLjg4NDAyIDUuOTIzNiAwLjk0NDU0QzMuODI2MDMgMS4zNDM5NyAzLjAzMzgxIDMuMjg5NyAzLjE4Njg1IDQuOTI5OEMzLjM0NTkgNi42MjczOSA0LjUxOTIyIDguMzQwMTIgNi43ODc4NCA4LjM0MDEyWk05LjExMDQ3IDQuNDIxNDNDOS4xOTc1IDUuNTEzODIgOC42NTEzNSA2LjcxODE3IDcuMjM3OTYgNi45NDgxNUM3LjA3NTkyIDYuOTc1MzggNi45MTM4NyA2Ljk4NzQ5IDYuNzYwODMgNi45ODc0OUM1LjI2NjQyIDYuOTg3NDkgNC41MjUyMiA1Ljc4NjE2IDQuNDcxMiA0LjY3MjU5QzQuNDE3MTkgMy41NTkwMiA1LjA1MzM2IDIuMzYzNzQgNi42MDQ3OSAyLjIwNjM5QzYuNzAwODEgMi4xOTczMSA2Ljc5MDg0IDIuMTkxMjYgNi44ODA4NiAyLjE5MTI2QzguMjkxMjUgMi4xOTEyNiA5LjAyMzQ1IDMuMzQ3MTkgOS4xMDc0NyA0LjQyMTQzSDkuMTEwNDdaIiBmaWxsPSIjRkNGOUYxIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2XzExMDYiPgo8cmVjdCB3aWR0aD0iMTMuNTkzNyIgaGVpZ2h0PSIxNS44NTkzIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjg1Mzc2KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  }
  body.woocommerce-page .header.header--mega-active .header__icon-links__account.user-logged-in .header__icon-links__account__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9Ii0xIDAgMjMgMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggaWQ9Ik92YWwiIGQ9Ik0xMC4yMTU4IDEuNUMxMi4xNzMxIDEuNSAxMy43NTk3IDMuMDg2NjYgMTMuNzU5OCA1LjA0Mzk1QzEzLjc1OTggNy4wMDEzMSAxMi4xNzMyIDguNTg3ODkgMTAuMjE1OCA4LjU4Nzg5QzguMjU4NTQgOC41ODc3OSA2LjY3MTg4IDcuMDAxMjUgNi42NzE4OCA1LjA0Mzk1QzYuNjcxOTcgMy4wODY3MiA4LjI1ODYgMS41MDAxIDEwLjIxNTggMS41WiIgZmlsbD0iI0ZDRjlGMSIgc3Ryb2tlPSIjRkNGOUYxIi8+CiAgPGVsbGlwc2UgaWQ9Ik92YWxfMiIgY3g9IjEwLjIxNzUiIGN5PSIxNC43MDU0IiByeD0iNy4xNTUiIHJ5PSIzLjU2MTg2IiBmaWxsPSIjRkNGOUYxIiBzdHJva2U9IiNGQ0Y5RjEiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
  }
  body.woocommerce-page .header.header--mega-active .header__cart-icon__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Nl8xMTA5KSI+CjxwYXRoIGQ9Ik0xNS43MTcxIDYuMjk5MjhMMTUuNzA4MSA2LjI3MjEzQzE1LjQ1MzggNS40ODc3OSAxNC43OTcgNS4wODA1NCAxMy43NTU5IDUuMDY1NDVDMTMuNTE5OCAzLjg3MDg1IDEyLjk2MjkgMi42NDkwOSAxMi4zMDYxIDEuOTAzOTdDMTEuNzQzMSAxLjI2NDQ0IDEwLjYyNjMgMC41NjE1NDkgOS44MTUxNCAwLjMzODMxNEM5LjM3MzI0IDAuMjE3NjQ3IDguOTMxMzUgMC4xNTQyOTcgOC41MDQ1OSAwLjE1NDI5N0M1Ljc4OTY3IDAuMTU0Mjk3IDMuOTQwMzcgMi41ODg3NiAzLjQ2MjE2IDUuMDY1NDVDMi41NjMyNCA1LjA2NTQ1IDEuNzAwNjMgNS4yMzQzOSAxLjQ3OTY5IDYuNDMyMDFDMS4xNjc5NCA4LjExNTMyIDEuMDU1OTUgOS45NDk0NiAwLjk1MDAyIDExLjcyMzNDMC44NDEwNiAxMy41MzYzIDAuNzI2MDQ2IDE1LjQwOTcgMC4zOTYxMzkgMTcuMTUzM0MwLjM1Njc5MiAxNy41Njk2IDAuNDQ3NTkzIDE3LjkxMzUgMC42NjU1MTMgMTguMTc5QzAuOTIyNzggMTguNDg2NyAxLjM0MzQ5IDE4LjY3MDcgMS45MTg1NSAxOC43MjJDMi44MTE0MiAxOC44MDM0IDMuNzk4MTIgMTguODQyNiA0LjkyNzA2IDE4Ljg0MjZDNi4yMTM0IDE4Ljg0MjYgNy41NTExOSAxOC43OTE0IDguODQwNTUgMTguNzQwMUMxMC4xMjk5IDE4LjY4ODggMTEuNDY0NyAxOC42Mzc1IDEyLjc0OCAxOC42Mzc1QzEzLjY3NzIgMTguNjM3NSAxNC40OTc0IDE4LjY2NDcgMTUuMjYzMSAxOC43MTlDMTUuMjkwNCAxOC43MTkgMTUuMzE3NiAxOC43MTkgMTUuMzQ0OSAxOC43MTlDMTYuMjAxNCAxOC43MTkgMTYuNzY0NCAxOC4xMzA3IDE2LjgwOTggMTcuMTg2NVYxNy4xNjg0TDE1LjcxNDEgNi4yOTMyNEwxNS43MTcxIDYuMjk5MjhaTTQuOTE0OTYgNS4wODM1NUM1LjQ2ODg0IDIuNzI0NTEgNy4xNjY4IDEuNjY1NjUgOC42NTg5NSAxLjY2NTY1QzEwLjAxMTkgMS42NjU2NSAxMS43MDY4IDIuNTY3NjQgMTIuMTY2OSA1LjA4MzU1SDQuOTE0OTZaTTE1LjIxMTcgMTcuMTUwM0gxLjg2MTA1TDMuMDM1NCA2LjY3MzM1TDE0LjIwMDggNi42NTUyNEwxNS4yMTE3IDE3LjE1MDNaIiBmaWxsPSIjRkNGOUYxIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2XzExMDkiPgo8cmVjdCB3aWR0aD0iMTYuNDI1NyIgaGVpZ2h0PSIxOC42OTE0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zODY3MTkgMC4xNTQyOTcpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  }
  body.woocommerce-page .header.header--mega-active .header__cart-icon__count {
    background-color: #FCF9F1;
    color: #000;
  }
  body.woocommerce-page .header.header--mega-active .header__icon-links__search__label {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQyMjkgMTQuOTUzNUwxNS40MDc5IDE0LjkyNjZMMTEuMDczNiAxMC41ODQ1QzEyLjQ2NDUgOC42OTc1OSAxMi43MTMyIDYuMjcyMzcgMTEuNzA5MSA0LjIwNkMxMC43MDIgMi4xMzY2NCA4LjYzOTczIDAuODUzNzYgNi4zMjU3MSAwLjg1Mzc2QzYuMDY3OTMgMC44NTM3NiA1LjgwMTE2IDAuODY4NzEyIDUuNTQwMzggMC44OTg2MTZDMy4xNjM0MSAxLjE3NjcyIDEuMjYwMDQgMi43ODU1NiAwLjU3MzYyMyA1LjEwMDEzQy0wLjEyNzc3OCA3LjQ1OTU2IDAuNjE1NTg3IDkuOTAyNzIgMi41MTU5NiAxMS40Nzg3QzMuNjIyMDIgMTIuMzkzNyA0Ljg2Mjk2IDEyLjg1NzIgNi4yMTE4IDEyLjg1NzJDNy41NjA2NSAxMi44NTcyIDguODUyNTUgMTIuNDIzNiAxMC4xNTk0IDExLjU5ODNDMTAuNTEwMSAxMS44NzM0IDExLjUyOTMgMTIuOTQ3IDEyLjI5MzYgMTMuNzUxNEMxMy4yMTA4IDE0LjcxNzMgMTQuMDgwMSAxNS42MzIzIDE0LjQzNjggMTUuODk4NUMxNC42NTg2IDE2LjA2MyAxNC44NjU0IDE2LjE0NjcgMTUuMDU3MiAxNi4xNDY3QzE1LjI1ODEgMTYuMTQ2NyAxNS40Mjg5IDE2LjA1MSAxNS41MjQ4IDE1Ljg4MzVDMTUuNjYyNyAxNS42NDEzIDE1LjYyMzggMTUuMjk0NCAxNS40MjI5IDE0Ljk1MzVaTTcuNzQ2NDkgMTEuMjMwNUM3LjE4ODk3IDExLjM5NzkgNi42NDM0NCAxMS40ODQ2IDYuMTI3ODggMTEuNDg0NkMzLjQ4MTE0IDExLjQ4NDYgMS45NDM0NSA5LjI0NzgzIDEuNzk2NTggNy4wMzc5MkMxLjY2NzY5IDUuMTA2MTIgMi41ODQ5IDIuNzA0ODIgNS42MDAzMyAyLjMwMTEyQzUuODYxMSAyLjI2NTIzIDYuMTE4ODggMi4yNDcyOSA2LjM2NDY3IDIuMjQ3MjlDOS4wMzUzOSAyLjI0NzI5IDEwLjUyNTEgNC4yMzg5IDEwLjgxODkgNi4yMTI1NkMxMS4xMDY2IDguMTYyMzEgMTAuMjcwMyAxMC40NzA5IDcuNzQ2NDkgMTEuMjMwNVoiIGZpbGw9IiNGQ0Y5RjEiLz4KPC9zdmc+Cg==) !important;
  }
  body.woocommerce-page .header.header--mega-active.header-theme-light .header__logo__image {
    filter: invert(1);
  }
}
body.woocommerce-page .header--scroll {
  background: #FCF9F1 !important;
}
@media screen and (min-width: 992px) {
  body.woocommerce-page .header--scroll.header--over-image:not(.header--mega-active) .header__logo__image {
    filter: invert(1) !important;
  }
}
@media (max-width: 992px) {
  body.woocommerce-page.woocommerce-shop .header--main .switch_menu__line {
    filter: brightness(1);
  }
  body.woocommerce-page.woocommerce-shop .header--main.header--scroll .header__logo__image {
    filter: invert(1) !important;
  }
  body.woocommerce-page.woocommerce-shop .header--main.header--scroll .switch_menu__line {
    filter: brightness(0);
  }
  body.woocommerce-page.woocommerce-shop .header--main.open .header__logo__image {
    filter: invert(0) !important;
  }
}
@media screen and (min-width: 992px) {
  body.woocommerce-page.woocommerce-shop .header--main:not(.header--scroll) .search-form-container form.searchform {
    background-color: #f2f2f2;
  }
  body.woocommerce-page.woocommerce-shop .header--main:not(.header--scroll) .search-form-container .searchform__button {
    filter: brightness(0);
  }
}

@media screen and (min-width: 992px) {
  .overflow_header .header {
    position: fixed;
  }
}

.skip-link {
  background: var(--wp--custom--colors--header-white);
  color: var(--wp--preset--color--header-black);
  font-weight: 700;
  left: 0;
  padding: 0.25rem;
  position: absolute;
  transform: translateY(-5.1875rem);
  z-index: 1;
}
.skip-link:focus {
  transform: translateY(0);
}

@keyframes slideDownMenu {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideUpMenu {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* stylelint-disable no-descending-specificity */
.header__menu .menu-item-has-children {
  pointer-events: all;
  position: relative;
  z-index: 1;
}
.header__menu .menu-item-has-children a {
  display: block;
}
.header__menu .menu-item-has-children > a {
  position: relative;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu-item-has-children > a {
    margin-right: 0;
  }
}
.header__menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid #FCF9F1;
  border-bottom: 0.125rem solid #FCF9F1;
  transition: transform 0.3s ease-in-out;
  right: 5px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu-item-has-children > a::after {
    right: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .header__menu .menu-item-has-children > a::after {
    right: 0;
    display: none;
  }
}
.no-js .header__menu .menu-item-has-children > a::after {
  display: none;
}
.header__menu .menu-item-has-children > a span {
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .header__menu .menu-item-has-children:hover::after, .header__menu .menu-item-has-children:active::after, .header__menu .menu-item-has-children:focus::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 60%;
    width: 110%;
    height: 120%;
    z-index: 1;
  }
}
.header__menu .menu-item-has-children.active > a::after {
  transform: translateY(-50%) rotate(225deg);
}
.header__menu .menu-item-has-children.active > a + .sub-menu:not(.swiper-wrapper) {
  pointer-events: all;
  max-height: 50vh;
  transition: max-height 0.4s ease-out;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .header__menu .menu-item-has-children.active > a + .sub-menu:not(.swiper-wrapper) {
    opacity: 1;
    visibility: visible;
    display: block;
    max-height: max-content;
  }
}
.header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) {
  position: relative;
  padding-left: 0;
  margin: 0;
  min-width: 11rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-in;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: flex;
    row-gap: 0.5625rem;
    background-color: transparent;
    z-index: 3;
    left: 0;
    top: 100%;
    height: max-content;
    max-height: max-content;
    padding: 0.625rem 1.25rem;
    margin: 0;
    box-shadow: 0.125rem 0.1875rem 0.375rem rgba(0, 92, 153, 0.15);
    border-radius: 0.9375rem;
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }
}
.header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper)::after {
  display: none;
}
.header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) > .menu-item {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) > .menu-item {
    font-size: 16px;
  }
}
.header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) > .menu-item a {
  display: block;
  text-decoration: none;
  width: 100%;
  transition: margin-left 0;
}
.header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) > .menu-item a > span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem !important;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
@media (max-width: 992px) {
  .header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) > .menu-item a > span {
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  .header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) > .menu-item a:hover {
    color: var(--wp--preset--color--white);
    cursor: pointer;
  }
}
.header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) > .current-menu-item a {
  color: var(--wp--preset--color--black);
}
.header__menu .menu-item-has-children .sub-menu:not(.swiper-wrapper) > .current-menu-item a::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .header__menu .menu-item-has-children.has-thumbnail a::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__menu [data-depth="0"] > a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    color: #FCF9F1;
  }
  .header__menu [data-depth="0"] > a .menu-item-name {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    letter-spacing: 3px;
  }
  .header__menu [data-depth="0"] > a .menu-item-name::after {
    display: none;
  }
  .header__menu [data-depth="0"] > a::after {
    display: none;
  }
  .header__menu [data-depth="0"].active > a {
    flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
    padding-top: 75px;
    padding-left: 12px;
  }
  .header__menu [data-depth="0"].active > a::after {
    content: "";
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMi43MDA2MzAybW0iCiAgIGhlaWdodD0iNS4wMjcwODM0bW0iCiAgIHZpZXdCb3g9IjAgMCAyLjcwMDYzMDIgNS4wMjcwODM0IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmc1IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjIuMiAoNzMyYTAxZGE2MywgMjAyMi0xMi0wOSkiCiAgIHNvZGlwb2RpOmRvY25hbWU9InByZXYtd2hpdGUuc3ZnIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3NyIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiMwMDAwMDAiCiAgICAgYm9yZGVyb3BhY2l0eT0iMC4yNSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiCiAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJtbSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iNDguNjkwNDYiCiAgICAgaW5rc2NhcGU6Y3g9IjQuMDE1MTYwMyIKICAgICBpbmtzY2FwZTpjeT0iMTIuMzAyMjA1IgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDA5IgogICAgIGlua3NjYXBlOndpbmRvdy14PSIyNTUyIgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImcyNjQiIC8+PGRlZnMKICAgICBpZD0iZGVmczIiIC8+PGcKICAgICBpbmtzY2FwZTpsYWJlbD0iV2Fyc3R3YSAxIgogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiCiAgICAgaWQ9ImxheWVyMSIKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTEuOTcyNTIyLC0xMjkuOTg4OCkiPjxnCiAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmIgogICAgICAgaWQ9ImcyNjQiCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgtMC4yNjQ1ODMzMywwLDAsLTAuMjY0NTgzMzMsOTcuMzE4OTg2LDEzNi40NzEwOSkiPjxwYXRoCiAgICAgICAgIGlkPSJWZWN0b3IgMiIKICAgICAgICAgZD0ibSAxOS43MDcxMDksNiAtOSw5IDksOSIKICAgICAgICAgc3Ryb2tlPSIjMDAwMDAwIgogICAgICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICAgICAgIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmZmZmY7c3Ryb2tlLW9wYWNpdHk6MSIgLz48L2c+PC9nPjwvc3ZnPgo=);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    border: none;
    transition: 0s;
    transform: rotate(180deg);
    left: 0;
    margin-right: 8px;
  }
  .header__menu [data-depth="0"].current-menu-item > a > span::after {
    content: "";
    display: block !important;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -0.0625rem;
    height: 0.0625rem;
    transition: transform 0.3s ease;
    will-change: transform;
    transform: scale(1);
    transform-origin: left center;
    background-color: #fcf9f1 !important;
  }
  .header__menu [data-depth="1"] > a {
    pointer-events: all;
    color: #FCF9F1;
  }
  .header__menu [data-depth="1"] .swiper {
    max-height: 0;
    transition: 0.4s;
  }
  .header__menu [data-depth="1"] ul.a-1 {
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 76px;
    padding-bottom: 60px;
    padding-top: 30px;
    margin-left: -15px;
    width: calc(100% + 15px);
  }
  .header__menu [data-depth="1"] ul.a-1 [data-depth="2"] > a {
    box-sizing: border-box;
  }
  .header__menu [data-depth="1"] ul.a-1 [data-depth="2"] > a .menu-item-name {
    position: absolute;
    bottom: -48px;
    left: 0;
    color: #FCF9F1;
    font-size: 1.063rem;
    height: 40px;
    padding: 0 15px;
    width: 100%;
  }
  .header__menu [data-depth="1"] button {
    display: none;
  }
  .header__menu [data-depth="1"].current-menu-item > a > span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -0.0625rem;
    height: 0.0625rem;
    transition: transform 0.3s ease;
    will-change: transform;
    transform: scale(1);
    transform-origin: left center;
    background-color: #fcf9f1 !important;
  }
}
@media screen and (max-width: 600px) {
  .header__menu [data-depth="1"] ul.a-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .header [data-depth="1"] ul.a-1 {
    grid-template-columns: 1fr 1fr;
  }
}
.header .menu-item-object-model-collection[data-depth="2"] > a {
  background-size: cover;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 992px) {
  .header .menu-item-object-model-collection[data-depth="2"] > a {
    padding: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .header .menu-item-object-model-collection[data-depth="2"] > a {
    padding: 0px 20px !important;
  }
}
.header .menu-item-object-model-collection[data-depth="2"] > a .image__wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 10px;
}
.header .menu-item-object-model-collection[data-depth="2"] > a .image__wrapper .h-watch::before {
  display: none;
}
.header .menu-item-object-model-collection[data-depth="2"] > a .image__wrapper img {
  width: auto;
  height: 100%;
  object-fit: contain;
  max-height: 194px;
}
@media screen and (min-height: 768px) and (min-width: 1224px) {
  .header .menu-item-object-model-collection[data-depth="2"] > a .image__wrapper img {
    max-height: 224px;
  }
}
.header .menu-item-object-model-collection[data-depth="2"] > a .menu-item-name {
  text-transform: uppercase;
  line-height: 1.1;
  color: #FCF9F1;
  font-size: 0.813rem;
  position: relative;
  bottom: 0;
}

/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable no-descending-specificity */
.header__menu {
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 1.875rem;
  color: var(--wp--custom--colors--header-white);
  padding: 90px 44px 8rem;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, height;
  max-height: calc(100vh - 4.25rem);
  height: 10vh;
  overflow-x: auto;
  background-color: var(--wp--custom--colors--header-white);
}
@media (max-width: 992px) {
  .header__menu {
    height: 100vh;
    max-height: calc(100vh - 62px);
    transform: translateX(100%);
    transition: 0.3s;
    background-color: var(--wp--preset--color--header-blue-full);
    opacity: 1;
    width: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .header__menu {
    color: var(--wp--custom--colors--header-black);
    position: relative;
    visibility: visible;
    opacity: 1;
    height: auto;
    background-color: transparent;
    max-height: unset;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding: 0;
    font-size: 1rem;
    overflow-x: unset;
    top: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, height 0.3s ease-in-out;
  }
}
.header__menu .menu {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .header__menu .menu {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
  }
}
@media screen and (min-width: 992px) {
  .header__menu .menu {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    column-gap: 12px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1401px) {
  .header__menu .menu {
    column-gap: 40px;
    padding-right: 40px;
  }
}
.header__menu .menu .menu-item {
  list-style: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header__menu .menu > .menu-item {
    padding: 0 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.header__menu .menu > .menu-item > a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.header__menu .menu > .menu-item > a span,
.header__menu .menu > .menu-item > span {
  position: relative;
}
.header__menu .menu > .menu-item > a span::after,
.header__menu .menu > .menu-item > span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.0625rem;
  height: 0.0625rem;
  background-color: var(--wp--custom--colors--header-black);
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
  will-change: transform;
}
@media screen and (min-width: 992px) {
  .header__menu .menu > .menu-item > a span,
  .header__menu .menu > .menu-item > span {
    margin-right: 0;
    height: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    transition: background-color 1.5s ease-in-out;
    will-change: background-color;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1100px) {
  .header__menu .menu > .menu-item > a span,
  .header__menu .menu > .menu-item > span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .header__menu .menu > .menu-item > span {
    cursor: default;
  }
}
.header__menu .menu > .menu-item-has-children {
  position: relative;
  z-index: 1;
}
.header__menu .menu > .menu-item-has-children a {
  display: inline-block;
}
.header__menu .menu > .menu-item-has-children > a span,
.header__menu .menu > .menu-item-has-children > span {
  position: relative;
  z-index: 1;
}
.header__menu .menu > .current-menu-item > a {
  color: #FCF9F1;
}
@media screen and (min-width: 992px) {
  .header__menu .menu > .current-menu-item > a {
    color: var(--wp--custom--colors--header-black);
  }
}
.header__menu .menu > li > a:hover,
.header__menu .menu > li.current-menu-item,
.header__menu .menu li.is-mega-menu.active > a {
  color: #FCF9F1;
}
.header__menu .menu > li > a:hover span::after,
.header__menu .menu > li.current-menu-item span::after,
.header__menu .menu li.is-mega-menu.active > a span::after {
  transform: scale(1);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .header__menu .menu > li > a:hover,
  .header__menu .menu > li.current-menu-item,
  .header__menu .menu li.is-mega-menu.active > a {
    color: var(--wp--custom--colors--header-black);
  }
}
.header__menu .btn_group {
  display: block;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .header__menu .btn_group {
    display: flex;
  }
}

.in-mega-menu > .menu-item {
  max-width: calc(100% + 20px);
}
.in-mega-menu .swiper-slide {
  display: flex !important;
}

@media (max-width: 992px) {
  header [role=menubar] [role=menuitem] .mega-menu-wrapper > .container {
    overflow-y: scroll;
    height: max-content;
  }
  header [role=menubar] [role=menuitem] .mega-menu-wrapper__title {
    display: none;
  }
  header [role=menubar] [role=menuitem] .mega-menu-wrapper .close-mega-menu {
    display: none;
  }
  header [role=menubar] [role=menuitem].active[data-depth="0"] {
    position: fixed;
    top: 14px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--header-blue-full);
    animation: fadeIn 0.3s ease-in-out forwards;
    z-index: 5;
  }
  header [role=menubar] [role=menuitem].active[data-depth="0"] > .mega-menu-wrapper {
    height: calc(100vh - 238px);
    overflow-y: auto;
  }
  header [role=menubar] [role=menuitem].active[data-depth="0"] > .mega-menu-wrapper .container {
    padding: 18px 45px 80px;
  }
  header [role=menubar] [role=menuitem].active[data-depth="0"] > .mega-menu-wrapper .container:has(.has-slider) {
    padding: 51px 20px 110px 45px;
  }
  header [role=menubar] [role=menuitem].active[data-depth="0"] > .sub-menu:not(.swiper-wrapper),
  header [role=menubar] [role=menuitem].active[data-depth="0"] .mega-menu-wrapper > .container > .sub-menu {
    max-height: unset;
  }
  header [role=menubar] [role=menuitem].active[data-depth="0"] .sub-menu.a-0 {
    row-gap: 13px;
  }
  header [role=menubar] [role=menuitem].active[data-depth="0"] [data-depth="1"].has-slider > a {
    position: fixed;
    transform: translateY(-51px);
    z-index: 5;
    background-color: var(--wp--preset--color--header-blue-full);
    padding-top: 15px;
    max-width: calc(100% - 45px);
  }
  header [role=menubar] [role=menuitem].active[data-depth="0"] [data-depth="1"].has-slider > a::after {
    top: 37px;
    right: 27px;
  }
}
header [role=menubar] [role=menuitem].has-thumbnail .swiper-button-prev, header [role=menubar] [role=menuitem].has-thumbnail .swiper-button-next {
  display: none;
}
header [role=menubar] [role=menuitem].has-thumbnail .is-thumbnail {
  position: relative;
}
header [role=menubar] [role=menuitem].has-thumbnail .is-thumbnail .image__wrapper {
  width: 574px;
  height: 385px;
}
header [role=menubar] [role=menuitem].has-thumbnail .is-thumbnail .image__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.86%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
header [role=menubar] [role=menuitem].has-thumbnail .is-thumbnail .image__wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
header [role=menubar] [role=menuitem].has-thumbnail .is-thumbnail .menu-item-name {
  color: #FCF9F1;
  font-size: 30px;
  line-height: 1.2;
  position: absolute;
  bottom: 23px;
  left: 43px;
  max-width: 200px;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  header [role=menubar] [data-depth="0"] .mega-menu-wrapper {
    display: none;
  }
  header [role=menubar] [data-depth="0"].active {
    opacity: 1;
  }
  header [role=menubar] [data-depth="0"].active > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: flex;
    max-height: max-content;
    pointer-events: all;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper {
    display: flex;
    position: absolute;
    height: auto;
    left: 0;
    top: 75px;
    background-color: transparent;
    opacity: 1;
    transition: 0.3s;
    animation: fadeIn 0.3s ease-in-out;
    overflow-y: auto;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper__title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 40px;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .container {
    max-width: unset;
    margin-right: 0;
    height: max-content;
    position: relative;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .container .close-mega-menu {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .container > .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    align-items: start;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .container > .sub-menu > li {
    width: 300px;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .container > .sub-menu a {
    color: #fff;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .container::after {
    transform: translateY(-50%) rotate(225deg);
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper [data-depth="1"] {
    position: relative;
    z-index: 3;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper [data-depth="1"] > a {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    transition: 0.3s;
    pointer-events: all;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper [data-depth="1"] > a > span {
    line-height: 1.5;
    margin: 5px 0;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper [data-depth="1"] > a > span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -0.0625rem;
    height: 0.0625rem;
    background-color: #fcf9f1;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s ease;
    will-change: transform;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper [data-depth="1"] > a:hover > span::after {
    transform: scale(1);
    transform-origin: left center;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper [data-depth="1"] > .swiper {
    position: absolute;
    left: 0;
    width: 100%;
    animation: fadeIn 0.4s;
    display: none;
    transition: 0.4s;
    top: 65px;
    z-index: 20;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper [data-depth="1"] > .swiper > .sub-menu {
    padding-left: 0;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper [data-depth="1"].active > a > span:after, header [role=menubar] [data-depth="0"].active .mega-menu-wrapper [data-depth="1"].current-menu-item > a > span:after {
    transform: scale(1);
    transform-origin: left center;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .slider-container {
    display: none;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .has-slider.active .slider-container {
    transition: 0.3s;
    position: fixed;
    left: 0;
    display: block;
    width: 100%;
    top: 235px;
    padding-bottom: 27px;
    padding-top: 20px;
    pointer-events: all;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .has-slider.active .slider-container .swiper {
    width: var(--wp--style--global--content-size);
    max-width: 100%;
    padding-right: 60px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1460px) {
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .has-slider.active .slider-container .swiper {
    width: calc(var(--wp--style--global--content-size) + 160px);
    padding-right: 80px;
  }
}
@media screen and (min-width: 992px) {
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .has-slider.active .slider-container .swiper .swiper-button-prev, header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .has-slider.active .slider-container .swiper .swiper-button-next {
    margin-top: calc(-40px - var(--swiper-navigation-size) / 2);
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .has-slider.active .slider-container .swiper .swiper-button-prev {
    left: 1px;
  }
  header [role=menubar] [data-depth="0"].active .mega-menu-wrapper .has-slider.active .slider-container .swiper .swiper-button-next {
    right: 1px;
  }
}
@media (max-width: 992px) {
  header.header--scroll [data-depth="0"].active .mega-menu-wrapper {
    height: calc(100% - 58px);
  }
}
header.header--mega-active .menu li a, header.header--mega-active li.current-menu-item > a {
  color: #fcf9f1 !important;
}
header.header--mega-active .menu li a span::after, header.header--mega-active li.current-menu-item > a span::after {
  background-color: #fcf9f1 !important;
}
header.header--mega-active .header__icon-links__account__label {
  color: #fcf9f1 !important;
}
@media screen and (min-width: 992px) {
  header.header--mega-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background: var(--wp--custom--colors--header-blue) !important;
    z-index: -1;
    pointer-events: all;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    filter: none;
    -webkit-mask: none;
            mask: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* SAFARI ONLY */
@supports (-webkit-hyphens: none) {
  @media screen and (min-width: 992px) {
    .mega-menu-wrapper {
      z-index: 2;
    }
    .header__menu .a-0 {
      height: 600px !important;
      max-height: 600px !important;
    }
    .header__menu .a-0 > li > a {
      width: 500px;
    }
    .header__menu .a-0 .slider-container .swiper .swiper-wrapper > li.menu-item {
      display: flex !important;
    }
    .header__menu .a-0 .slider-container .swiper .swiper-wrapper > li.menu-item a {
      width: 100%;
    }
  }
}
.footer {
  color: var(--wp--preset--color--white);
  padding-top: 0.875rem;
  background-color: #000;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__heading {
  margin: 0;
  padding: 0.9375rem 0;
  position: relative;
  cursor: pointer;
}
.footer__logo {
  width: 15.5rem;
  display: inline-block;
  max-width: 50%;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer__logo {
    width: 20.75rem;
  }
}
.footer__menu .menu-item {
  position: relative;
}
.footer__menu .menu-item a {
  font-size: 0.875rem;
  line-height: 2;
  display: inline-block;
  position: relative;
  color: #FCF9F1;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer__menu .menu-item a {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.footer__menu .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.0625rem;
  height: 0.0625rem;
  background-color: #FCF9F1;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
  will-change: transform;
}
.footer__menu .menu-item a:hover {
  color: #FCF9F1;
}
.footer__menu .menu-item a:hover::after {
  transform: scale(1);
  transform-origin: left center;
}
.footer .footer-logo-wrapper {
  text-align: center;
  width: 100%;
  padding-bottom: 4.375rem;
}
.footer .footer-logo-wrapper a {
  background: none !important;
}
.footer .footer-nav-columns {
  display: grid;
  grid-template-columns: 1fr;
  color: #FCF9F1;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footer-nav-columns {
    grid-template-columns: 1fr 117px;
  }
}
.footer .footer-nav-columns a {
  color: #FCF9F1 !important;
}
.footer .footer-nav-columns ul.menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--20);
  margin: 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footer-nav-columns ul.menu {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav-columns ul.menu > li.menu-item {
    padding-bottom: 0.813rem;
    cursor: pointer;
  }
}
.footer .footer-nav-columns ul.menu > li.menu-item > a {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer .footer-nav-columns ul.menu > li.menu-item > a {
    background: none !important;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footer-nav-columns ul.menu > li.menu-item > a {
    line-height: 1.3;
    margin-bottom: 1.25rem;
  }
}
.footer .footer-nav-columns ul.menu > li.menu-item > a span {
  font-family: var(--wp--preset--font--body);
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: inherit;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footer-nav-columns ul.menu > li.menu-item > a span {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}
.footer .footer-nav-columns ul.menu > li.menu-item .sub-menu {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
@media (max-width: 767px) {
  .footer .footer-nav-columns ul.menu > li.menu-item .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
  }
}
.footer .footer-nav-columns ul.menu > li.menu-item .sub-menu > li.menu-item > a {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .footer .footer-nav-columns ul.menu > li.menu-item.active .sub-menu {
    margin-top: 1.25rem;
    max-height: 30rem;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav-columns ul.menu > li.menu-item.menu-item-has-children {
    position: relative;
    padding-right: 1.5rem;
  }
  .footer .footer-nav-columns ul.menu > li.menu-item.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 0.313rem;
    right: 1.25rem;
    transform: rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-right: 0.063rem solid #FCF9F1;
    border-bottom: 0.063rem solid #FCF9F1;
    transition: transform 0.3s ease-in-out;
  }
  .footer .footer-nav-columns ul.menu > li.menu-item.menu-item-has-children.active::after {
    transform: rotate(-135deg);
  }
}
.footer .footer-nav-columns ul.menu > li.menu-item.menu-item-has-children > a {
  cursor: auto;
}
.footer .footer-nav-columns ul.menu > li.menu-item.menu-item-has-children > a::after {
  content: none;
}
@media screen and (min-width: 992px) {
  .footer .footer-nav-columns ul.menu > li.menu-item:nth-child(2) {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-nav-columns ul.menu > li.menu-item:nth-child(3) {
    padding-left: 2.375rem;
  }
}
.footer .footer-nav-columns__socials .footer-col-title {
  margin: 0;
  padding-bottom: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer .footer-nav-columns__socials .footer-col-title {
    display: none;
  }
}
.footer .footer-nav-columns__socials .social_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer-nav-columns__socials .social_buttons {
    display: none;
  }
}
.footer .footer-nav-columns__socials .social_buttons .btn__icon {
  background-image: none !important;
}
.footer .footer-nav-columns__socials .footer-newsletter {
  margin-top: 2.188rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footer-nav-columns__socials .footer-newsletter {
    margin-top: 1.25rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* stylelint-disable no-descending-specificity */
.footer__menu ul {
  padding-left: 0;
}
.footer__menu .menu-item {
  position: relative;
  list-style: none;
  padding-left: 0;
  font-weight: 700;
}
.footer__menu .menu-item a {
  font-size: 0.875rem;
  line-height: 2.3;
  display: inline-block;
  position: relative;
  color: var(--wp--custom--elements--footer-font-color);
  background-image: none !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer__menu .menu-item a {
    font-size: 1.0625rem;
    line-height: 1.9;
  }
}
.footer__menu .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.0625rem;
  height: 0.0625rem;
  background-color: #FCF9F1;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .footer__menu .menu-item a::after {
    display: none;
  }
}
.footer__menu .menu-item a:hover {
  color: #FCF9F1;
}
.footer__menu .menu-item a:hover::after {
  transform: scale(1);
  transform-origin: left center;
}
.footer__menu .menu-item-has-children > a {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}
.footer__menu .menu-item-has-children.active > a::after {
  transform: translateY(-50%) rotate(225deg);
}
.footer__menu .menu-item.current-menu-item > a::after {
  transform: scale(1) !important;
  transform-origin: left center !important;
}
.footer__menu .menu .sub-menu {
  font-size: 0.875rem;
  padding-left: 0.75rem;
  margin: 0;
  font-weight: 600;
}
.no-js .footer__menu .menu .sub-menu {
  display: block;
}
.footer__menu .menu .sub-menu .menu-item {
  font-size: 0.9375rem;
  font-weight: 600;
}
.footer__menu .menu .sub-menu .menu-item a {
  font-weight: inherit;
}
.footer__menu .current_page_parent a,
.footer__menu .current-menu-item a {
  color: var(--wp--preset--color--secondary);
}

.footer .footnote {
  position: relative;
  display: flex;
  align-items: center;
  height: unset;
  margin-top: 2.188rem;
  padding-bottom: var(--wp--preset--spacing--40);
  text-align: left;
  color: #FCF9F1;
}
.footer .footnote a {
  color: #FCF9F1;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    text-align: left;
    border-top: solid 0.063rem rgba(255, 255, 255, 0.2);
  }
}
.footer .footnote__text {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 10px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote__text {
    padding: 0;
  }
}
.footer .footnote .row {
  align-items: center;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote .row {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.footer .footnote .container--footer {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote .container--footer {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .footer .footnote .container--footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer .footnote__col-nav {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote__col-nav {
    flex-direction: row;
  }
}
.footer .footnote__col-nav nav > ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.938rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote__col-nav nav > ul {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote__col-nav nav > ul li::before {
    content: "|";
    margin-right: 1.25rem;
  }
}
.footer .footnote__col-nav nav > ul li a {
  line-height: 1.4;
}
.footer .footnote__col-nav nav > ul li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote__col-nav nav > ul li:first-child::before {
    content: none;
  }
}
.footer .footnote__language {
  display: none;
  position: relative;
  margin-bottom: 0.938rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote__language {
    margin-bottom: 0;
  }
}
.footer .footnote__language__label {
  padding-right: 1.563rem;
}
.footer .footnote__language__label::after {
  content: "";
  position: absolute;
  top: 0.313rem;
  right: -0.938rem;
  transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.063rem solid #FCF9F1;
  border-bottom: 0.063rem solid #FCF9F1;
  transition: 0.3s ease-in-out;
}
.footer .footnote__language__list {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  right: 0;
}
.footer .footnote__language__list .lang-item {
  text-transform: uppercase;
}
.footer .footnote__language__list .lang-item:not(.current-lang) {
  display: none;
}
.footer .footnote__language:hover .lang-item:not(.current-lang), .footer .footnote__language.opened .lang-item:not(.current-lang) {
  display: block;
}
.footer .footnote__language:hover .footnote__language__label::after, .footer .footnote__language.opened .footnote__language__label::after {
  transform: rotate(-135deg);
  top: 10px;
}
.footer .footnote__col-text {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote__col-text {
    display: flex;
    align-items: center;
    width: unset;
  }
}
.footer .footnote__col-text .mobile-socials {
  padding: 2.188rem 0;
  margin-top: 2.188rem;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote__col-text .mobile-socials {
    display: none;
  }
}
.footer .footnote__col-text .mobile-socials .social_buttons {
  display: flex;
  justify-content: center;
  column-gap: var(--wp--preset--spacing--40);
}
.footer .footnote__col-text .footnote-dev {
  display: block;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .footnote__col-text .footnote-dev {
    margin-top: 0;
  }
  .footer .footnote__col-text .footnote-dev::before {
    content: "|";
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
.footer .menu-footnote {
  text-align: left;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .footer .menu-footnote {
    text-align: right;
  }
  .footer .menu-footnote .menu-item {
    display: inline-block;
    margin-left: 1.25rem;
  }
  .footer .menu-footnote .menu-item a {
    line-height: 1.3;
    font-size: 0.875rem;
  }
}

.post-card__item {
  color: var(--wp--preset--color--foreground);
  position: relative;
  padding-bottom: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .post-card__item {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .post-card__item:hover .post-card__image img {
    transform: scale(1.05);
    transition: transform 0.7s ease-in-out;
  }
}
.post-card__image {
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .post-card__image {
    padding-bottom: 59%;
  }
}
.post-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
.post-card__content {
  word-break: break-word;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .post-card__content {
    padding-top: 1.813rem;
  }
}
.post-card__category {
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.post-card__title {
  position: relative;
  margin-bottom: 0.5rem;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1.25rem;
}
@media screen and (min-width: 481px) {
  .post-card__title {
    font-size: var(--wp--preset--font-size--h-3);
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .post-card__title {
    margin-bottom: 1.5rem;
  }
}
.post-card__title a {
  line-height: 1.2;
  text-decoration: none;
}
.post-card__excerpt {
  margin-top: 1rem;
  overflow: hidden;
  max-height: 75px;
}
.post-card__excerpt p {
  margin: 0;
}
.post-card__footer {
  margin-top: 1.625rem;
}
.post-card__link {
  font-size: 1rem;
  line-height: 1.875;
  color: #FCF9F1 !important;
}
.post-card__link:after {
  background-color: #FCF9F1 !important;
}
.post-card__time {
  margin-bottom: 0.5rem;
}

.card-watch {
  overflow: hidden;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .card-watch {
    padding: 5rem 1.25rem 1.25rem 1.25rem;
  }
}
.card-watch__image {
  margin-bottom: 0;
  text-align: center;
}
.card-watch__image img {
  max-height: 278px;
  max-width: 80%;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 1201px) {
  .card-watch__image img {
    width: auto;
  }
}
.card-watch__link {
  background-size: auto !important;
  padding: 35px 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .card-watch__link {
    background-image: none !important;
    padding: 0;
  }
}
.card-watch__wrapper {
  margin-top: 0.625rem;
}
.card-watch__collection, .card-watch__title {
  margin: 0 auto !important;
  font-size: 1.0625rem;
  color: var(--wp--preset--color--black);
  text-transform: uppercase;
  text-align: center;
}
.card-watch__collection {
  font-weight: 700;
}

.watch-card-historical {
  color: #FCF9F1;
}
.watch-card-historical__intro {
  border-bottom: 1px solid #FCF9F1;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  margin-bottom: 10px;
}
.watch-card-historical__intro::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 20px;
  height: 3px;
  width: 8px;
  background-color: #000;
}
.watch-card-historical__intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: translate(50%, 50%);
  height: 20px;
  width: 1px;
  background-color: #FCF9F1;
  transition: height 0.3s ease-out;
}
.watch-card-historical__intro.active::after {
  height: 0;
}
.watch-card-historical__intro .title {
  margin-bottom: 5px;
  line-height: 1.2;
}
.watch-card-historical__intro .info {
  display: flex;
  gap: 10px;
}
.watch-card-historical__intro .info > *:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.watch-card-historical__intro .info > *:not(:last-child)::after {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: #FCF9F1;
}
.watch-card-historical__intro .info .reference {
  text-transform: uppercase;
}
.watch-card-historical__content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1201px) {
  .watch-card-historical__content {
    width: 87%;
    margin: 0 auto;
  }
}
.watch-card-historical__content .content-wrapper {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .watch-card-historical__content .content-wrapper {
    margin-left: 9.2%;
    flex-basis: 45.8%;
  }
}
@media screen and (min-width: 1201px) {
  .watch-card-historical__content .content-wrapper {
    flex-basis: 34.8%;
  }
}
.watch-card-historical__content .content-wrapper .title {
  line-height: 1.1;
  display: none;
}
@media screen and (min-width: 992px) {
  .watch-card-historical__content .content-wrapper .title {
    display: block;
  }
}
.watch-card-historical__content .content-wrapper .reference {
  font-size: clamp(1.25rem, 0.9028rem + 1.1111vw, 1.875rem);
  line-height: 1;
  display: none;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .watch-card-historical__content .content-wrapper .reference {
    display: block;
  }
}
.watch-card-historical__content .content-wrapper .info {
  display: flex;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__content .content-wrapper .info {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .watch-card-historical__content .content-wrapper .info {
    margin-top: 40px;
  }
}
.watch-card-historical__content .content-wrapper .info > *, .watch-card-historical__content .content-wrapper .info p {
  flex-basis: 100%;
  font-size: clamp(1.875rem, 1.5278rem + 1.1111vw, 2.5rem) !important;
  line-height: 1.2 !important;
  color: #FCF9F1;
  margin: 0 !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__content .content-wrapper .info > *, .watch-card-historical__content .content-wrapper .info p {
    font-size: 2.5rem !important;
    line-height: 1.1 !important;
  }
}
.watch-card-historical__content .content-wrapper .info .units {
  flex-basis: 87%;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__content .content-wrapper .info .units {
    flex-basis: 100%;
  }
}
.watch-card-historical__content .content-wrapper .info .label {
  font-family: var(--wp--preset--font-family--body);
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 1.0625rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__content .content-wrapper .info .label {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.watch-card-historical__content .content-wrapper .description {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__content .content-wrapper .description {
    margin-top: 40px;
  }
}
.watch-card-historical__content .content-wrapper .description p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__content .content-wrapper .description p:last-child {
    margin-bottom: 1.5rem;
  }
}
.watch-card-historical__content.active {
  margin-bottom: 22px;
  margin-top: clamp(0.8125rem, -1.5139rem + 7.4444vw, 5rem);
}
.watch-card-historical__thumbnail {
  background-image: none !important;
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .watch-card-historical__thumbnail {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 1201px) {
  .watch-card-historical__thumbnail {
    flex-basis: 56%;
  }
}
.watch-card-historical__more {
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  padding: 30px 10px 0;
  flex-basis: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__more {
    margin-top: 30px;
    padding: 15px 20px 0;
  }
}
.watch-card-historical__more__intro {
  border-bottom: 1px solid #FCF9F1;
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.watch-card-historical__more__intro::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 20px;
  height: 3px;
  width: 8px;
  background-color: #000;
}
.watch-card-historical__more__intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: translate(50%, 50%);
  height: 20px;
  width: 1px;
  background-color: #FCF9F1;
  transition: height 0.3s ease-out;
}
.watch-card-historical__more__intro.active::after {
  height: 0;
}
.watch-card-historical__more__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__more__content {
    gap: 35px;
  }
}
@media screen and (min-width: 992px) {
  .watch-card-historical__more__content {
    flex-direction: row;
  }
}
.watch-card-historical__more__content__text p {
  opacity: 1 !important;
  transform: none !important;
  overflow: visible !important;
  margin-bottom: 5px;
  margin-top: 0;
}
.watch-card-historical__more__content .column {
  position: relative;
}
@media screen and (min-width: 992px) {
  .watch-card-historical__more__content .column {
    flex-basis: 100%;
  }
  .watch-card-historical__more__content .column:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -17.5px;
    top: 0;
    bottom: 15px;
    width: 1px;
    background-color: #575757;
  }
}
.watch-card-historical__more__content .column:last-child {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__more__content .column:last-child {
    padding-bottom: 0;
  }
}
.watch-card-historical__more__content .column-row:not(:last-child) {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .watch-card-historical__more__content .column-row:last-child {
    padding-bottom: 35px;
  }
}
.watch-card-historical__more__content .label {
  text-transform: uppercase;
  font-weight: 700;
}
.watch-card-historical__more__content ul {
  margin: 0;
  padding-left: 25px;
}
.watch-card-historical .accordion-body {
  height: 0;
  overflow: hidden;
  transition: margin 0.3s ease-out, height 0.3s ease-out;
}

.press-card__item {
  color: var(--wp--preset--color--foreground);
  position: relative;
  flex-direction: column;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .press-card__item {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .press-card__item {
    flex-basis: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 1201px) {
  .press-card__item {
    flex-basis: calc(33.33% - 42px);
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .press-card__item:hover .press-card__image img {
    transform: scale(1.05);
    transition: transform 0.7s ease-in-out;
  }
}
.press-card__image a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 58.5%;
  position: relative;
  overflow: hidden;
  background-image: none !important;
}
.press-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
.press-card__content {
  word-break: break-word;
  padding-top: 0.5rem;
}
.press-card__title {
  position: relative;
  line-height: 1.2;
  margin-bottom: 0.875rem;
  font-family: var(--wp--preset--font-family--secondary);
}
.press-card__link {
  font-size: 1rem;
  line-height: 1.875;
}
.press-card__time {
  margin-bottom: 0.5rem;
}
.press-card__footer .wp-block-button__link {
  color: #FCF9F1 !important;
}

.card-latest-collection {
  height: 100%;
}
.card-latest-collection__linked-wrapper {
  align-items: start;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  padding: 0;
  justify-content: start;
  background-image: none !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .card-latest-collection__linked-wrapper {
    justify-content: end;
    background-size: cover !important;
    padding: 5rem 1.25rem 1.25rem;
  }
}
.card-latest-collection__image__wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .card-latest-collection__image__wrapper {
    padding: 35px 0;
    background-size: cover !important;
  }
}
.card-latest-collection__image__wrapper img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.card-latest-collection .menu-item-name {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .card-latest-collection .menu-item-name {
    margin-top: 0.625rem;
  }
}

.block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block .container {
  z-index: 1;
}
.block__content {
  z-index: 1;
}

:where(body .main.is-layout-constrained.main--page) > * {
  margin-block-start: 0;
  margin-block-end: 1.5rem;
}

.main--page > *:first-child:not(section):not(.wp-block-separator):not(.block):not(.woocommerce) {
  margin-top: 5rem;
}
@media screen and (min-width: 992px) {
  .main--page > *:first-child:not(section):not(.wp-block-separator):not(.block):not(.woocommerce) {
    margin-top: 6.25rem;
  }
}

.main--page > *:last-child:not(section):not(.wp-block-separator):not(.block):not(.woocommerce) {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 992px) {
  .main--page > *:last-child:not(section):not(.wp-block-separator):not(.block):not(.woocommerce) {
    margin-bottom: 5rem;
  }
}

.main--page > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.block):not(section):not(ul):not(ol) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.main {
  padding-left: var(--wp--custom--layout--padding-mobile);
  padding-right: var(--wp--custom--layout--padding-mobile);
}
@media screen and (min-width: 992px) {
  .main {
    padding-left: var(--wp--custom--layout--padding-desktop);
    padding-right: var(--wp--custom--layout--padding-desktop);
  }
}

section {
  margin-block-start: 0;
}
section.wp-block-cover:first-of-type {
  min-height: 100svh;
}

.main .wp-block-group.has-background {
  padding-left: var(--wp--custom--layout--padding-mobile);
  padding-right: var(--wp--custom--layout--padding-mobile);
}
@media screen and (min-width: 992px) {
  .main .wp-block-group.has-background {
    padding-left: var(--wp--custom--layout--padding-desktop);
    padding-right: var(--wp--custom--layout--padding-desktop);
  }
}

.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding-mobile));
  margin-right: calc(-1 * var(--wp--custom--layout--padding-mobile));
}
@media screen and (min-width: 992px) {
  .alignfull {
    margin-left: calc(-1 * var(--wp--custom--layout--padding-desktop));
    margin-right: calc(-1 * var(--wp--custom--layout--padding-desktop));
  }
}

.main > .wp-block-heading {
  margin-top: clamp(1.2rem, 0.4rem + 2.1333vw, 2rem);
  margin-bottom: clamp(0.2rem, -0.1rem + 0.8vw, 0.5rem);
}

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

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

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

.wp-block-separator.is-style-wide {
  border-bottom: 1px solid;
}

.is-style-blend-image img {
  mix-blend-mode: lighten;
}

.wp-block-heading sup {
  font-size: 58%;
}

.is-style-reverse-on-mobile .wp-block-column:first-child {
  order: 1;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .is-style-reverse-on-mobile .wp-block-column:first-child {
    order: 0;
  }
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 !important;
  align-self: flex-start;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-media-text > .wp-block-media-text__content {
    align-self: center;
  }
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .wp-block-media-text > .wp-block-media-text__content .wp-block-heading,
  .wp-block-media-text > .wp-block-media-text__content p {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .wp-block-media-text {
    height: calc(100vh - 5.625rem);
    --wp--style--media-text--media-width: 100% !important;
    grid-template-columns: auto auto !important;
  }
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .wp-block-media-text .wp-block-media-text__media {
    height: 100% !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .wp-block-media-text .wp-block-media-text__media img {
    height: 100% !important;
    width: -webkit-fill-available !important;
    object-fit: contain !important;
  }
}
.wp-block-media-text.is-style-reverse-on-mobile {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-media-text.is-style-reverse-on-mobile {
    display: grid;
  }
}
.wp-block-media-text.is-style-reverse-on-mobile .wp-block-media-text__media {
  order: 1;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-media-text.is-style-reverse-on-mobile .wp-block-media-text__media {
    order: 0;
  }
}

.wp-block-list {
  padding-left: 1.5rem !important;
}
.wp-block-list li::marker {
  font-size: 0.75rem;
}

.wp-block-video.is-style-play-button video, .wp-block-video.is-style-play-full-screen video {
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-video.is-style-play-button video, .wp-block-video.is-style-play-full-screen video {
    aspect-ratio: auto;
    max-height: 46.75rem;
    height: 100%;
  }
}
.wp-block-video.is-style-play-button .play-button, .wp-block-video.is-style-play-full-screen .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: rgba(138, 141, 142, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  opacity: 1;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  padding: 0;
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-position: 2.4rem center;
  border: none;
}

.wp-block-gallery.is-style-masonry {
  gap: 10px !important;
  --wp--style--unstable-gallery-gap: 10px !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-gallery.is-style-masonry {
    gap: 20px !important;
    --wp--style--unstable-gallery-gap: 20px !important;
  }
}
.wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image) {
  max-height: 14rem;
}
@media screen and (min-width: 481px) {
  .wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image) {
    max-height: 18rem;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image) {
    max-height: 25.9375rem;
  }
}
.wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image):nth-child(1), .wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image):nth-child(3) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75) !important;
}
.wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image):nth-child(2), .wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image):nth-child(4) {
  width: calc(40% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75) !important;
}
.wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image):nth-child(3) {
  order: 1;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image):nth-child(3) {
    order: inherit;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image):nth-child(odd) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75) !important;
  }
  .wp-block-gallery.is-style-masonry .wp-block-image:not(#individual-image):nth-child(even) {
    width: calc(16% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75) !important;
  }
}
.wp-block-gallery.is-style-masonry .wp-block-image {
  max-height: 25.9375rem;
}
.wp-block-gallery.is-style-grid {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-gallery.is-style-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
.wp-block-gallery.is-style-grid figure {
  width: 100% !important;
}
.wp-block-gallery.is-style-grid figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.wp-block-gallery.is-style-grid figure:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
  order: 1;
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .wp-block-gallery.is-style-grid figure:nth-child(1) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .wp-block-gallery.is-style-grid figure:nth-child(2), .wp-block-gallery.is-style-grid figure:nth-child(3) {
    align-items: flex-start;
  }
}
.wp-block-gallery.is-style-grid figure:nth-child(3) {
  order: 2;
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .wp-block-gallery {
    height: calc(100vh - 5.625rem);
  }
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .wp-block-gallery .wp-block-image {
    height: -webkit-fill-available;
    align-items: flex-end;
  }
}

.editor-styles-wrapper .wp-block-gallery.is-style-masonry {
  overflow: hidden;
}

.wp-block-details.is-style-custom-view {
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 0.9s, opacity 0.9s;
  will-change: transform, opacity;
}
.wp-block-details.is-style-custom-view.on {
  opacity: 1;
  transform: translateY(0);
}
.wp-block-details.is-style-custom-view p, .wp-block-details.is-style-custom-view ul, .wp-block-details.is-style-custom-view ol {
  margin-top: 0;
}
.wp-block-details.is-style-custom-view summary {
  margin: 0;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--normal);
  padding-bottom: 0.625rem;
  position: relative;
  line-height: var(--wp--custom--line-height--small);
  -webkit-appearance: none;
  list-style: none;
  list-style-type: none;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-details.is-style-custom-view summary {
    font-size: var(--wp--preset--font-size--h-5);
    padding-bottom: 1.3125rem;
  }
}
.wp-block-details.is-style-custom-view summary::marker {
  content: none;
}
.wp-block-details.is-style-custom-view summary::-webkit-details-marker {
  display: none;
}
.wp-block-details.is-style-custom-view summary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 1.875rem);
  height: 0.0625rem;
  background-color: var(--wp--preset--color--black);
}
.wp-block-details.is-style-custom-view summary::after {
  position: absolute;
  right: 0;
  bottom: -1.25rem;
  content: "+";
  font-size: 2.125rem;
}
.wp-block-details.is-style-custom-view[open] summary::after {
  content: "−";
}

.editor-styles-wrapper .wp-block-details.is-style-custom-view {
  opacity: 1;
  transform: translateY(0);
}

.wp-block-group.is-style-decor-line {
  padding-left: 1.875rem;
}
.wp-block-group.is-style-decor-line::before {
  position: absolute;
  content: "";
  width: 0.0625rem;
  height: 90%;
  background-color: var(--wp--preset--color--black);
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.wp-block-cover__inner-container {
  z-index: 1;
}
.wp-block-cover.is-style-mobile-contain {
  padding-bottom: clamp(1.25rem, -0.4011rem + 6.7736vw, 6rem);
  padding-left: 0;
  padding-right: 0;
  min-height: 60vh !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-cover.is-style-mobile-contain {
    min-height: 100vh !important;
    min-height: 100svh !important;
  }
}
.wp-block-cover.is-style-mobile-contain .wp-block-cover__image-background {
  object-fit: contain;
  width: calc(100% + 2 * var(--wp--custom--layout--padding-mobile));
  left: calc(-1 * var(--wp--custom--layout--padding-mobile));
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-cover.is-style-mobile-contain .wp-block-cover__image-background {
    object-fit: cover;
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) and (min-width: 1201px) and (max-height: 799px) {
  .wp-block-cover.is-style-mobile-contain .wp-block-cover__image-background {
    object-fit: contain;
  }
}
.wp-block-cover.is-style-shadows {
  padding-bottom: clamp(1.25rem, -0.4011rem + 6.7736vw, 6rem) !important;
}
.wp-block-cover.is-style-shadows::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.wp-block-cover.is-style-shadows::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto !important;
  left: 0;
  right: 0;
  height: 45%;
  z-index: 0 !important;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.wp-block-quote:not(.is-style-plain) p {
  margin-bottom: 0;
}
.wp-block-quote:not(.is-style-plain) cite {
  font-size: var(--wp--preset--font-size--normal);
}

.wp-block-quote.is-style-plain p {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-quote.is-style-plain p {
    font-size: 2.0625rem;
  }
}
.wp-block-quote.is-style-plain cite {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-quote.is-style-plain cite {
    font-size: 1rem;
  }
}
.wp-block-quote.is-style-plain cite::first-line {
  color: #FCF9F1 !important;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .wp-block-quote.is-style-plain cite::first-line {
    font-size: 1.3125rem;
  }
}

/* Colors */
.t-color--primary {
  color: var(--wp--preset--color--black);
}

.t-color--secondary {
  color: var(--wp--preset--color--secondary);
}

.t-color--primary-bg {
  color: var(--wp--preset--color--primary-bg);
}

.t-color--black {
  color: var(--wp--preset--color--black);
}

.t-color--white {
  color: var(--wp--preset--color--white);
}

/* Backgrounds */
.t-bg--primary {
  background-color: var(--wp--preset--color--black);
}

.t-bg--secondary {
  background-color: var(--wp--preset--color--secondary);
}

.t-bg--black {
  background-color: var(--wp--preset--color--black);
}

.t-bg--white {
  background-color: var(--wp--preset--color--white);
}

/* Text Align */
.t-text-center {
  text-align: center;
}

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

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

/* Font Family */
.t-ff--body {
  font-family: var(--wp--preset--font-family--body);
}

.t-ff--heading {
  font-family: var(--wp--preset--font-family--body);
}

/* Font Size */
.t-font-size--p1 {
  font-size: 0.875rem;
}
@media screen and (min-width: 1201px) {
  .t-font-size--p1 {
    font-size: var(--wp--preset--font-size--p-1);
  }
}

.t-font-size--p2 {
  font-size: var(--wp--preset--font-size--p-2);
}

.t-font-size--small {
  font-size: var(--wp--preset--font-size--small);
}

/* Margin */
.t-mb-0 {
  margin-bottom: 0;
}

.t-hide {
  display: none;
}

/* Hover */
@media screen and (min-width: 992px) {
  figure:hover.h-watch::before {
    transform: translate(-50%, 8px);
  }
}
@media screen and (min-width: 992px) and (min-width: 481px) {
  figure:hover.h-watch::before {
    transform: translate(-50%, 10px);
  }
}
@media screen and (min-width: 992px) {
  figure:hover.h-watch img {
    transform: scale(1.075);
  }
}
figure.h-watch {
  position: relative;
}
figure.h-watch::before {
  content: "";
  background-image: url(../images/shadow.svg);
  width: 100%;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -0.55rem;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.55s ease-out;
  will-change: transform;
  filter: drop-shadow(0 3px 4px rgb(0, 0, 0));
}
@media screen and (min-width: 481px) {
  figure.h-watch::before {
    height: 1.875rem;
    bottom: -0.7rem;
  }
}
figure.h-watch img {
  transform: scale(1);
  transition: transform 0.55s ease-out;
  will-change: transform;
}

.header__menu figure.h-watch::before {
  display: none;
  bottom: 0;
  transform: translate(-50%, 40%);
}
@media screen and (min-width: 341px) {
  .header__menu figure.h-watch::before {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .header__menu figure:hover.h-watch::before {
    transform: translate(-50%, 60%);
  }
}
@media screen and (min-width: 1401px) {
  .header__menu figure:hover.h-watch::before {
    transform: translate(-50%, 70%);
  }
}

.header .menu-item-object-model-collection[data-depth="2"] > a .image__wrapper img {
  height: auto;
}

.align-left-mobile {
  text-align: left !important;
  justify-content: flex-start !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .align-left-mobile {
    text-align: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .mobile-figure-end figure {
    grid-row: 3 !important;
  }
}

.banner-heading-h1 {
  font-family: var(--wp--preset--font-family--secondary);
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .banner-heading-h1 {
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .no-mobile-padding {
    padding: 0 !important;
  }
}

input.fake-checkbox {
  display: none;
}
input.fake-checkbox + .fake-checkbox-marker {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  outline: solid 1px var(--wp--preset--color--black);
  border: solid 1px var(--wp--preset--color--white);
  background: var(--wp--preset--color--white);
  display: inline-block;
  margin-right: 8px;
}
input.fake-checkbox:checked + .fake-checkbox-marker {
  background: var(--wp--preset--color--black);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1 0 auto;
  flex-wrap: wrap;
}
.main > * {
  overflow: hidden;
}
.main--404 {
  text-align: center;
  padding-top: 2.25rem;
  padding-bottom: 4.375rem;
}
.main--404 .archive__title {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .main--404 .archive__title {
    margin-bottom: 100px;
  }
}
.main--404 .archive__subtitle {
  text-align: left;
  margin-bottom: 50px;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.main--404 .container--breadcrumb {
  text-align: left;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .main--404 .container--breadcrumb {
    margin-top: 6.25rem;
  }
}
.main--404 .wp-block-button {
  width: auto;
  margin: auto;
  display: inline-block;
}
.main p:empty {
  display: none;
}

@media screen and (min-width: 768px) and (min-height: 450px) {
  .is-only-mobile {
    display: none !important;
  }
}

.is-only-desktop {
  display: none !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .is-only-desktop {
    display: block !important;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.main--content .wp-block-heading {
  margin-bottom: 1.625rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .main--content .wp-block-heading {
    margin-bottom: 2.25rem;
    margin-top: 2.25rem;
  }
}

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