@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-ExtraLight.woff2') format('woff2'), url('../fonts/Spartan-ExtraLight.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville-Regular.woff2') format('woff2'), url('../fonts/Baskerville-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?yyxag5');
  src: url('../fonts/icomoon.eot?yyxag5#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?yyxag5') format('truetype'), url('../fonts/icomoon.woff?yyxag5') format('woff'), url('../fonts/icomoon.svg?yyxag5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down-left:before {
  content: "\e901";
}
.icon-arrow-down-right:before {
  content: "\e902";
}
.icon-arrow-up-left:before {
  content: "\e903";
}
.icon-arrow-up-right:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-arrow-down:before {
  content: "\e907";
}
.icon-arrow-up:before {
  content: "\e908";
}
.icon-chevron-right:before {
  content: "\e909";
}
.icon-chevron-left:before {
  content: "\e90a";
}
.icon-chevron-down:before {
  content: "\e90b";
}
.icon-chevron-up:before {
  content: "\e90c";
}
.icon-tiktok:before {
  content: "\e900";
}
.icon-star:before {
  content: "\f005";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-instagram:before {
  content: "\f16d";
}
html.touch .text a:hover,
html.touch body .text a:hover {
  background: #FF5C00;
}
html.touch .button.small:hover {
  background: transparent;
  border-color: #191919;
  color: #191919;
}
html.touch .button.small.grey:hover {
  background: #EAEAEA;
  border-color: #EAEAEA;
  color: #191919;
}
html.touch .button.small.primary:hover {
  background: #FF5C00;
  border-color: #FF5C00;
  color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-collapse: inherit;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}
::-moz-selection {
  /* Code for Firefox */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
::selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
input,
textarea {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #191919 inset;
  -webkit-text-fill-color: #fff !important;
}
img.lazy {
  visibility: hidden;
  opacity: 0;
}
.lazyBackground.lazy {
  background-image: none !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
html {
  scroll-behavior: initial;
}
html.stopScroll {
  overflow: hidden;
}
html.stopScroll body {
  overflow: hidden;
}
html.is-changing #pageContainer {
  pointer-events: none;
}
html,
body {
  font-family: 'Poppins';
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #fff;
  color: #191919;
  font-size: 0.875vw;
  line-height: 1.2;
  overflow-x: hidden;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html [data-scroll-inview],
body [data-scroll-inview] {
  opacity: 0;
  -webkit-transform: translateY(3.125vw);
  -moz-transform: translateY(3.125vw);
  -o-transform: translateY(3.125vw);
  -ms-transform: translateY(3.125vw);
  transform: translateY(3.125vw);
  -webkit-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -moz-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -ms-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -o-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
}
html [data-scroll-inview].inview,
body [data-scroll-inview].inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html body,
body body {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: opacity 0.3s, pointer-events 0.3s;
  -moz-transition: opacity 0.3s, pointer-events 0.3s;
  -ms-transition: opacity 0.3s, pointer-events 0.3s;
  -o-transition: opacity 0.3s, pointer-events 0.3s;
  transition: opacity 0.3s, pointer-events 0.3s;
}
html body.fadeOut,
body body.fadeOut {
  opacity: 0;
  pointer-events: none;
}
html .text a,
body .text a {
  text-decoration: underline;
  color: #191919;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
html .text a:hover,
body .text a:hover {
  opacity: 0.6;
}
html.is-changing #pageContainer.transition-fade,
html.fade #pageContainer.transition-fade {
  opacity: 0;
}
html section:first-child {
  padding-top: 9.375vw;
}
#pageContainer {
  width: 100vw;
}
#pageContainer.transition-fade {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.contentWrapper {
  padding: 0 1.25vw;
}
.contentWrapper.smaller {
  padding: 0 31.25vw;
}
.cookiesBlock {
  margin-bottom: 5vw;
}
.cookiesBlock .bigTitle {
  margin-bottom: 2.5vw;
}
.bigTitle {
  font-weight: 500;
  font-size: 3.75vw;
  line-height: 4.375vw;
}
.smallTitle {
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.5vw;
}
.textTitle {
  font-size: 1.5vw;
  line-height: 1.75vw;
}
.textTitle.small {
  font-size: 1.125vw;
  line-height: 1.375vw;
}
.label {
  display: inline-block;
  border: 1px solid #191919;
  padding: 0 1.25vw;
  border-radius: 1.25vw;
  line-height: 1.625vw;
  height: 1.625vw;
  font-weight: 500;
  overflow: hidden;
}
.label.white {
  border: 1px solid #fff;
}
.label.dark {
  background: #fff;
  border: 1px solid #fff;
  color: #191919;
}
.label .innerLabel {
  display: block;
  margin-top: 0;
  -webkit-transition: margin-top 0.3s 0s ease-out;
  -moz-transition: margin-top 0.3s 0s ease-out;
  -o-transition: margin-top 0.3s 0s ease-out;
  transition: margin-top 0.3s 0s ease-out;
}
.button.small {
  display: inline-block;
  border: 1px solid #191919;
  color: #191919;
  padding: 0 1.25vw;
  border-radius: 1.25vw;
  line-height: 1.625vw;
  height: 1.625vw;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -ms-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.button.small.grey {
  background: #EAEAEA;
  border-color: #EAEAEA;
}
.button.small.dark {
  background: #191919;
  border: 1px solid #191919;
  color: #fff;
}
.button.small.dark:hover {
  background: #191919;
  border: 1px solid #191919;
  color: #fff;
}
.button.small.primary {
  background: #FF5C00;
  color: #fff;
  border-color: #FF5C00;
}
.button.small:hover {
  background: #191919;
  color: #fff;
  border-color: #191919;
}
@media all and (max-width: 1080px) {
  html,
  body {
    font-size: 1.296vw;
  }
  html section:first-child {
    padding-top: 13.426vw;
  }
  .contentWrapper {
    padding: 0 1.852vw;
  }
  .contentWrapper.smaller {
    padding: 0 27.778vw;
  }
  .cookiesBlock {
    margin-bottom: 7.407vw;
  }
  .cookiesBlock .bigTitle {
    margin-bottom: 3.704vw;
  }
  .bigTitle {
    font-size: 5.556vw;
    line-height: 6.481vw;
  }
  .smallTitle {
    font-size: 2.778vw;
    line-height: 3.704vw;
  }
  .textTitle {
    font-size: 2.222vw;
    line-height: 2.593vw;
  }
  .textTitle.small {
    font-size: 1.667vw;
    line-height: 2.037vw;
  }
  .label {
    padding: 0 1.852vw;
    border-radius: 1.852vw;
    line-height: 2.407vw;
    height: 2.407vw;
  }
  .button.small {
    padding: 0 1.852vw;
    border-radius: 1.852vw;
    line-height: 2.407vw;
    height: 2.407vw;
  }
}
@media all and (max-width: 580px) {
  html,
  body {
    font-size: 3.103vw;
  }
  html section:first-child {
    padding-top: 20.689vw;
  }
  .contentWrapper {
    padding: 0 3.448vw;
  }
  .contentWrapper.smaller {
    padding: 0 3.448vw;
  }
  .cookiesBlock {
    margin-bottom: 13.793vw;
  }
  .cookiesBlock .bigTitle {
    margin-bottom: 6.897vw;
  }
  .bigTitle {
    font-size: 10.345vw;
    line-height: 12.069vw;
  }
  .smallTitle {
    font-size: 5.172vw;
    line-height: 6.897vw;
  }
  .textTitle {
    font-size: 4.138vw;
    line-height: 4.828vw;
  }
  .textTitle.small {
    font-size: 3.103vw;
    line-height: 3.793vw;
  }
  .label {
    padding: 0 3.448vw;
    border-radius: 3.448vw;
    line-height: 6.207vw;
    height: 6.207vw;
  }
  .button.small {
    padding: 0 3.448vw;
    border-radius: 3.448vw;
    line-height: 6.552vw;
    height: 6.897vw;
  }
}
/*# sourceMappingURL=default.css.map */