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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-loading .slick-list {
  background: #fff url("ajax-loader.da6bf4d1.gif") center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: normal;
  font-style: normal;
  src: url("slick.7da965a9.eot");
  src: url("slick.7da965a9.eot#iefix") format("embedded-opentype"), url("slick.04ce82a5.woff") format("woff"), url("slick.37bf9e24.ttf") format("truetype"), url("slick.24377ddf.svg#slick") format("svg");
}

.slick-prev, .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -25px;
}

.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  cursor: pointer;
  color: #0000;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

@font-face {
  font-family: PPNeueMachina;
  src: url("PPNeueMachina-InktrapRegular.4ef6d4a3.woff2") format("woff2"), url("PPNeueMachina-InktrapRegular.3dbbbc51.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NeueMontreal;
  src: url("NeueMontreal-Regular.eb07f2ea.woff2") format("woff2"), url("NeueMontreal-Regular.61f41008.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fade-out {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: .5s, 0s;
  transition-delay: 0s, .5s;
  top: -5000px;
}

.fade-in, .product_cat-list li.active {
  opacity: 1;
  transition-delay: 0s;
  top: 0;
}

.container, .wp-blocks > .wp-block-group.has-background > * {
  width: auto;
  padding-left: .625rem;
  padding-right: .625rem;
  max-width: none !important;
}

@media (width >= 1024px) {
  .container, .wp-blocks > .wp-block-group.has-background > * {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

.anti-container, .wp-blocks > .wp-block-group:first-child > .wp-block-cover, .wp-blocks > .wp-block-group.has-background {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media (width >= 1024px) {
  .anti-container, .wp-blocks > .wp-block-group:first-child > .wp-block-cover, .wp-blocks > .wp-block-group.has-background {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
}

.sans, .text-3, .wp-blocks h2.wp-block-heading.has-medium-font-size, .text-2, .single-product .slider-block .caption-2, .wp-blocks p.has-large-font-size, .wp-blocks ul.has-large-font-size, .wp-blocks ol.has-large-font-size, .wp-blocks li.has-large-font-size, .text, .nf-form-layout .nf-form-content label, .nf-form-layout .nf-form-content textarea, .nf-form-layout .nf-form-content input[type="text"], .nf-form-layout .nf-form-content input[type="tel"], .nf-form-layout .nf-form-content input[type="email"], .nf-form-layout .nf-form-content select, .wp-blocks p, .wp-blocks ul, .wp-blocks ol, .wp-blocks li, body {
  font-family: NeueMontreal, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}

.sans-2, .single-product .slider-block .caption-1, .wp-blocks p.has-medium-font-size, .wp-blocks ul.has-medium-font-size, .wp-blocks ol.has-medium-font-size, .wp-blocks li.has-medium-font-size {
  font-family: PPNeueMachina, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}

.text, .nf-form-layout .nf-form-content label, .nf-form-layout .nf-form-content textarea, .nf-form-layout .nf-form-content input[type="text"], .nf-form-layout .nf-form-content input[type="tel"], .nf-form-layout .nf-form-content input[type="email"], .nf-form-layout .nf-form-content select, .wp-blocks p, .wp-blocks ul, .wp-blocks ol, .wp-blocks li, body {
  font-size: 16px;
}

@media (width >= 1920px) {
  .text, .nf-form-layout .nf-form-content label, .nf-form-layout .nf-form-content textarea, .nf-form-layout .nf-form-content input[type="text"], .nf-form-layout .nf-form-content input[type="tel"], .nf-form-layout .nf-form-content input[type="email"], .nf-form-layout .nf-form-content select, .wp-blocks p, .wp-blocks ul, .wp-blocks ol, .wp-blocks li, body {
    font-size: 20px;
  }
}

.text-2, .single-product .slider-block .caption-2, .wp-blocks p.has-large-font-size, .wp-blocks ul.has-large-font-size, .wp-blocks ol.has-large-font-size, .wp-blocks li.has-large-font-size {
  font-size: 16px;
}

@media (width >= 1024px) {
  .text-2, .single-product .slider-block .caption-2, .wp-blocks p.has-large-font-size, .wp-blocks ul.has-large-font-size, .wp-blocks ol.has-large-font-size, .wp-blocks li.has-large-font-size {
    font-size: 20px;
  }
}

@media (width >= 1920px) {
  .text-2, .single-product .slider-block .caption-2, .wp-blocks p.has-large-font-size, .wp-blocks ul.has-large-font-size, .wp-blocks ol.has-large-font-size, .wp-blocks li.has-large-font-size {
    font-size: 24px;
  }
}

.text-3, .wp-blocks h2.wp-block-heading.has-medium-font-size {
  font-size: 16px;
}

@media (width >= 1024px) {
  .text-3, .wp-blocks h2.wp-block-heading.has-medium-font-size {
    font-size: 24px;
  }
}

.standard {
  font-size: 16px;
}

@media (width >= 1920px) {
  .standard {
    font-size: 20px;
  }
}

.title, .aagb__accordion_title, .wp-blocks h3.has-large-font-size, .wp-blocks .has-x-large-font-size, .wp-blocks h2.wp-block-heading, .huge {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 24px;
  line-height: 1.25;
}

@media (width >= 1024px) {
  .title, .aagb__accordion_title, .wp-blocks h3.has-large-font-size, .wp-blocks .has-x-large-font-size, .wp-blocks h2.wp-block-heading, .huge {
    font-size: 50px;
    line-height: 1;
  }
}

@media (width >= 1920px) {
  .title, .aagb__accordion_title, .wp-blocks h3.has-large-font-size, .wp-blocks .has-x-large-font-size, .wp-blocks h2.wp-block-heading, .huge {
    font-size: 60px;
  }
}

@media (width >= 1024px) {
  .huge {
    font-size: 90px;
  }
}

@media (width >= 1440px) {
  .huge {
    font-size: 112px;
  }
}

.small, .nf-response-msg, .single-product .slider-block .caption-1, .wp-blocks p.has-small-font-size, .wp-blocks ul.has-small-font-size, .wp-blocks ol.has-small-font-size, .wp-blocks li.has-small-font-size, .wp-blocks h6 {
  font-size: 13px;
}

@media (width >= 1024px) {
  .small, .nf-response-msg, .single-product .slider-block .caption-1, .wp-blocks p.has-small-font-size, .wp-blocks ul.has-small-font-size, .wp-blocks ol.has-small-font-size, .wp-blocks li.has-small-font-size, .wp-blocks h6 {
    font-size: 16px;
  }
}

.button, .history-carousel .the-content .wp-block-button, .nf-form-layout .nf-form-content .submit-wrap .nf-field-element, .wp-blocks .wp-block-button {
  text-align: center;
  z-index: 0;
  border-radius: 9999px;
  padding: 8px 40px;
  line-height: 1;
  transition: padding-left .5s, pading-right .5s;
  display: inline-block;
  position: relative;
}

.button > a, .history-carousel .the-content .wp-block-button > a, .nf-form-layout .nf-form-content .submit-wrap .nf-field-element > a, .wp-blocks .wp-block-button > a {
  text-decoration: none !important;
}

.button:before, .history-carousel .the-content .wp-block-button:before, .nf-form-layout .nf-form-content .submit-wrap .nf-field-element:before, .wp-blocks .wp-block-button:before {
  content: "";
  z-index: -1;
  transform-origin: center;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(1);
}

@media (width >= 1920px) {
  .button:before, .history-carousel .the-content .wp-block-button:before, .nf-form-layout .nf-form-content .submit-wrap .nf-field-element:before, .wp-blocks .wp-block-button:before {
    padding: 12px 60px;
    font-size: 20px;
  }
}

.button:hover:before, .history-carousel .the-content .wp-block-button:hover:before, .nf-form-layout .nf-form-content .submit-wrap .nf-field-element:hover:before, .wp-blocks .wp-block-button:hover:before {
  transform: scaleX(.94);
}

.button.light, .history-carousel .the-content .light.wp-block-button, .nf-form-layout .nf-form-content .submit-wrap .light.nf-field-element, .wp-blocks .light.wp-block-button {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}

.button.light:before, .history-carousel .the-content .light.wp-block-button:before, .nf-form-layout .nf-form-content .submit-wrap .light.nf-field-element:before, .wp-blocks .light.wp-block-button:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(113 113 113 / var(--tw-border-opacity));
}

.button.red, .history-carousel .the-content .red.wp-block-button, .nf-form-layout .nf-form-content .submit-wrap .nf-field-element, .wp-blocks .red.wp-block-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.red:before, .history-carousel .the-content .red.wp-block-button:before, .nf-form-layout .nf-form-content .submit-wrap .nf-field-element:before, .wp-blocks .red.wp-block-button:before {
  --tw-bg-opacity: 1;
  background-color: rgb(253 0 0 / var(--tw-bg-opacity));
}

.button.ghost, .history-carousel .the-content .wp-block-button, .nf-form-layout .nf-form-content .submit-wrap .ghost.nf-field-element, .nf-form-layout .nf-form-content .submit-wrap .history-carousel .the-content .nf-field-element.wp-block-button, .history-carousel .the-content .nf-form-layout .nf-form-content .submit-wrap .nf-field-element.wp-block-button, .wp-blocks .button.wp-block-button, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap .wp-block-button.nf-field-element, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks .wp-block-button.nf-field-element, .wp-blocks .ghost.wp-block-button, .wp-blocks .wp-block-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.ghost:before, .history-carousel .the-content .wp-block-button:before, .nf-form-layout .nf-form-content .submit-wrap .ghost.nf-field-element:before, .nf-form-layout .nf-form-content .submit-wrap .history-carousel .the-content .nf-field-element.wp-block-button:before, .history-carousel .the-content .nf-form-layout .nf-form-content .submit-wrap .nf-field-element.wp-block-button:before, .wp-blocks .wp-block-button:before {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.button.small, .history-carousel .the-content .small.wp-block-button, .nf-form-layout .nf-form-content .submit-wrap .small.nf-field-element, .button.nf-response-msg, .history-carousel .the-content .nf-response-msg.wp-block-button, .nf-form-layout .nf-form-content .submit-wrap .nf-response-msg.nf-field-element, .single-product .slider-block .button.caption-1, .single-product .slider-block .history-carousel .the-content .caption-1.wp-block-button, .history-carousel .the-content .single-product .slider-block .caption-1.wp-block-button, .single-product .slider-block .nf-form-layout .nf-form-content .submit-wrap .caption-1.nf-field-element, .nf-form-layout .nf-form-content .submit-wrap .single-product .slider-block .caption-1.nf-field-element, .wp-blocks .small.wp-block-button, .wp-blocks .wp-block-button.nf-response-msg, .wp-blocks .single-product .slider-block .wp-block-button.caption-1, .single-product .slider-block .wp-blocks .wp-block-button.caption-1, .wp-blocks p.button.has-small-font-size, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap p.has-small-font-size.nf-field-element, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks p.has-small-font-size.nf-field-element, .wp-blocks p.has-small-font-size.wp-block-button, .wp-blocks ul.button.has-small-font-size, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap ul.has-small-font-size.nf-field-element, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks ul.has-small-font-size.nf-field-element, .wp-blocks ul.has-small-font-size.wp-block-button, .wp-blocks ol.button.has-small-font-size, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap ol.has-small-font-size.nf-field-element, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks ol.has-small-font-size.nf-field-element, .wp-blocks ol.has-small-font-size.wp-block-button, .wp-blocks li.button.has-small-font-size, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap li.has-small-font-size.nf-field-element, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks li.has-small-font-size.nf-field-element, .wp-blocks li.has-small-font-size.wp-block-button, .wp-blocks h6.button, .wp-blocks .history-carousel .the-content h6.wp-block-button, .history-carousel .the-content .wp-blocks h6.wp-block-button, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap h6.nf-field-element, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks h6.nf-field-element, .wp-blocks h6.wp-block-button {
  padding: 8px 20px;
}

.button.small:hover:before, .history-carousel .the-content .small.wp-block-button:hover:before, .nf-form-layout .nf-form-content .submit-wrap .small.nf-field-element:hover:before, .button.nf-response-msg:hover:before, .history-carousel .the-content .nf-response-msg.wp-block-button:hover:before, .nf-form-layout .nf-form-content .submit-wrap .nf-response-msg.nf-field-element:hover:before, .single-product .slider-block .button.caption-1:hover:before, .single-product .slider-block .history-carousel .the-content .caption-1.wp-block-button:hover:before, .history-carousel .the-content .single-product .slider-block .caption-1.wp-block-button:hover:before, .single-product .slider-block .nf-form-layout .nf-form-content .submit-wrap .caption-1.nf-field-element:hover:before, .nf-form-layout .nf-form-content .submit-wrap .single-product .slider-block .caption-1.nf-field-element:hover:before, .wp-blocks .small.wp-block-button:hover:before, .wp-blocks .wp-block-button.nf-response-msg:hover:before, .wp-blocks .single-product .slider-block .wp-block-button.caption-1:hover:before, .single-product .slider-block .wp-blocks .wp-block-button.caption-1:hover:before, .wp-blocks p.button.has-small-font-size:hover:before, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap p.has-small-font-size.nf-field-element:hover:before, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks p.has-small-font-size.nf-field-element:hover:before, .wp-blocks p.has-small-font-size.wp-block-button:hover:before, .wp-blocks ul.button.has-small-font-size:hover:before, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap ul.has-small-font-size.nf-field-element:hover:before, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks ul.has-small-font-size.nf-field-element:hover:before, .wp-blocks ul.has-small-font-size.wp-block-button:hover:before, .wp-blocks ol.button.has-small-font-size:hover:before, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap ol.has-small-font-size.nf-field-element:hover:before, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks ol.has-small-font-size.nf-field-element:hover:before, .wp-blocks ol.has-small-font-size.wp-block-button:hover:before, .wp-blocks li.button.has-small-font-size:hover:before, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap li.has-small-font-size.nf-field-element:hover:before, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks li.has-small-font-size.nf-field-element:hover:before, .wp-blocks li.has-small-font-size.wp-block-button:hover:before, .wp-blocks h6.button:hover:before, .wp-blocks .nf-form-layout .nf-form-content .submit-wrap h6.nf-field-element:hover:before, .nf-form-layout .nf-form-content .submit-wrap .wp-blocks h6.nf-field-element:hover:before, .wp-blocks h6.wp-block-button:hover:before {
  transform: scaleX(.8);
}

.button a:hover, .history-carousel .the-content .wp-block-button a:hover, .nf-form-layout .nf-form-content .submit-wrap .nf-field-element a:hover, .wp-blocks .wp-block-button a:hover {
  border: 0;
  text-decoration: none;
}

.hero-button {
  font-family: PPNeueMachina, sans-serif;
  line-height: 1;
}

@media (width <= 1023px) {
  .hero-button {
    text-align: center;
    --tw-bg-opacity: 1;
    background-color: rgb(253 0 0 / var(--tw-bg-opacity));
    border-radius: 9999px;
    padding: 8px 40px;
    font-size: 12px;
    display: inline-block;
  }
}

@media (width >= 1024px) {
  .hero-button {
    font-size: 13px;
  }

  .hero-button:before {
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgb(253 0 0 / var(--tw-bg-opacity));
    border-radius: 9999px;
    width: 12px;
    height: 8px;
    margin-right: 8px;
    display: inline-block;
    left: 0;
  }
}

@media (width >= 1920px) {
  .hero-button {
    font-size: 16px;
  }

  .hero-button:before {
    content: "";
    width: 13px;
    height: 9px;
  }
}

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

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

::selection {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 241 / var(--tw-bg-opacity));
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p:empty {
  display: none;
}

p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

img {
  border: 0;
}

:focus, button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a, a:visited, a:hover, a:active {
  color: inherit;
}

.underline {
  text-decoration: underline from-font;
}

@media (width >= 1024px) {
  .underline {
    text-underline-position: under;
    text-underline-offset: -1px;
  }
}

.no-underline {
  text-decoration: none !important;
}

@media (width >= 1024px) {
  a.hover:hover, .footer-menu a:hover {
    text-underline-position: under;
    text-underline-offset: -1px;
    text-decoration: underline;
  }
}

ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

ul.columns-2 {
  columns: 2;
}

li.list-none {
  list-style: none;
}

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.embed-iframe-16\/9, .iframe-container, .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}

.wp-embed-aspect-18-9 .wp-block-embed__wrapper {
  padding-bottom: 50%;
}

.iframe-container, .wp-has-aspect-ratio .wp-block-embed__wrapper {
  height: 0;
  position: relative;
}

.iframe-container iframe, .wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.scroll {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.transition-3 {
  transition: all .3s;
}

.transition-5 {
  transition: all .5s;
}

.transition-7 {
  transition: all .7s;
}

.abs, .entry-thumb .entry-thumb-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rel, .entry-thumb {
  position: relative;
}

.ratio-4-3 {
  padding-bottom: 133%;
}

.ratio-1-1 {
  padding-bottom: 100%;
}

.ratio-3-4 {
  padding-bottom: 75%;
}

.entry-thumb {
  width: 100%;
  max-width: none;
  height: 0;
  display: block;
  top: 0;
}

.entry-thumb .entry-thumb-background {
  cursor: pointer;
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-arrow {
  z-index: 1;
  background-color: #0000;
  width: 50%;
  height: 100%;
  top: 50%;
}

.slick-arrow:before {
  content: none;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
}

.slick-arrow.slick-prev:after {
  left: 0;
}

.slick-arrow.slick-next:after {
  right: 0;
}

.slick-arrow.slick-disabled {
  pointer-events: none;
}

body.open-menu .slick-arrow {
  z-index: 0;
}

@media (width <= 1023px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-dots {
  z-index: 3;
  width: auto;
  padding-bottom: 0;
  bottom: 12px;
  left: 0;
  right: 0;
}

@media (width >= 1024px) {
  .slick-dots {
    bottom: 16px;
  }
}

.slick-dots li {
  width: 26px;
  margin: 0 2px;
}

.slick-dots li button {
  -webkit-appearence: none;
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 113 / var(--tw-bg-opacity));
  opacity: 1;
  border: 0;
  border-radius: 0;
  width: 26px;
  height: 2px;
  padding: 0;
  transition: all .5s;
}

.slick-dots li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 0 0 / var(--tw-bg-opacity));
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(253 0 0 / var(--tw-bg-opacity));
}

@media (width <= 575px) {
  .slick-dots {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: flex;
  }

  .slick-dots li {
    flex-grow: 1;
    width: auto;
  }

  .slick-dots li button {
    width: 100%;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.applications-carousel .slick-dots, .products-carousel .slick-dots, .ecosystem-carousel .slick-dots {
  bottom: -64px;
}

.gallery-carousel .slick-dots, .slider-carousel .slick-dots {
  bottom: -84px;
}

.hero-text-carousel .slick-dots {
  bottom: -20px !important;
}

.close-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 40px;
}

.close-btn img {
  width: 100%;
}

.overflow-auto, .hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.overflow-auto::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.reveal-opacity {
  opacity: 0;
  transition: opacity .7s .4s;
}

@media (width >= 1024px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}

@media (width >= 1024px) {
  .desktop {
    display: initial;
  }
}

.desktop-flex {
  display: none;
}

@media (width >= 1024px) {
  .desktop-flex {
    display: flex;
  }
}

.bg-linear {
  background: linear-gradient(#0000, #000);
}

.black-overlay:before {
  content: "";
  opacity: .5;
  z-index: 0;
  background: #000;
  position: absolute;
  inset: 0;
}

.black-overlay > * {
  z-index: 1;
  position: relative;
}

.black-overlay.darker:before {
  opacity: .8;
}

.bgdarkgray {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}

.navbar-toggle {
  z-index: 4;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 0;
  width: 26px;
  height: 10px;
  margin: 0;
  display: block;
  position: relative;
}

.navbar-toggle:hover, .navbar-toggle:active {
  outline: none;
}

.navbar-toggle:focus {
  background-color: #0000;
  outline: none;
}

.navbar-toggle .icon-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 1;
  border: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  width: 26px;
  height: 2px;
  margin: 0;
  transition: all .25s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  transform: rotate(0);
}

.navbar-toggle .icon-bar:first-child {
  top: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
  top: 8px;
}

.menu-item-content .inner-content, .set-mobile-content-here {
  font-family: NeueMontreal, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

.menu-item-content .inner-content h5, .set-mobile-content-here h5 {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
  font-family: PPNeueMachina, sans-serif;
  font-size: 12px;
}

@media (width >= 1024px) {
  .menu-item-content .inner-content, .set-mobile-content-here {
    font-size: 20px;
  }

  .menu-item-content .inner-content h5, .set-mobile-content-here h5 {
    font-size: 13px;
  }
}

@media (width >= 1440px) {
  .menu-item-content .inner-content, .set-mobile-content-here {
    font-size: 24px;
  }

  .menu-item-content .inner-content h5, .set-mobile-content-here h5 {
    font-size: 16px;
  }
}

.main-menu {
  display: inline-block;
  position: relative;
}

.main-menu li > a {
  font-family: NeueMontreal, sans-serif;
  font-size: 24px;
}

.main-menu li {
  line-height: 1.25;
}

.main-menu li a {
  opacity: .5;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity .5s;
  overflow: hidden;
}

.main-menu li.current-menu-item a .inner-content, .main-menu li.menu-item .inner-content {
  width: 100%;
}

.main-menu li.current-menu-item a ul.sub-menu, .main-menu li.menu-item ul.sub-menu {
  width: 30%;
}

.main-menu li.current-menu-item a ul.sub-menu + .inner-content, .main-menu li.menu-item ul.sub-menu + .inner-content {
  width: 70%;
}

.main-menu li.current-menu-item a .menu-item-content, .main-menu li.menu-item .menu-item-content {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  position: absolute;
  top: 0;
  left: 340px;
}

@media (width >= 1024px) {
  .main-menu li.current-menu-item a .menu-item-content, .main-menu li.menu-item .menu-item-content {
    justify-content: space-between;
    display: flex;
  }
}

.main-menu li.current-menu-item a.active .menu-item-content, .main-menu li.menu-item.active .menu-item-content {
  opacity: 1;
  pointer-events: auto;
}

@media (width >= 1024px) {
  .main-menu {
    min-width: 15%;
    display: initial;
  }

  .main-menu li > a {
    font-size: 50px;
  }

  .main-menu li {
    line-height: 1;
  }
}

@media (width <= 1023px) {
  .main-menu .menu-item-content > .inner-content {
    pointer-events: none;
  }
}

@media (width <= 1535px) {
  .main-menu .menu-item-content > .inner-content .wp-block-columns > .wp-block-column:first-child > * {
    display: none;
  }
}

@media (width >= 1920px) {
  .main-menu li > a {
    font-size: 60px;
  }
}

.main-menu li a:hover {
  opacity: 1;
}

@media (width <= 1023px) {
  .js-menu-image.opacity-0 {
    display: none;
  }
}

body.open-menu {
  overscroll-behavior: none;
}

body.open-menu .navbar-toggle .icon-bar:first-child {
  top: 4px;
  transform: rotate(45deg)translateY(0);
}

body.open-menu .navbar-toggle .icon-bar:nth-child(2) {
  top: 4px;
  transform: rotate(-45deg)translateY(0);
}

body.open-menu .navbar-main {
  max-height: 700px;
}

body.open-menu .navbar-main .reveal-opacity {
  opacity: 1;
}

@media (width >= 1024px) {
  body.open-menu .navbar-main {
    max-height: 400px;
  }
}

body.open-languages-menu .languages-menu {
  max-height: 200px;
}

body.open-languages-menu .languages-menu .reveal-opacity {
  opacity: 1;
}

.languages-menu li:before {
  content: "";
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(253 0 0 / var(--tw-border-opacity));
  cursor: pointer;
  border-radius: 9999px;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  display: inline-block;
}

.languages-menu li.active:before, .languages-menu li:hover:before {
  --tw-bg-opacity: 1;
  background-color: rgb(253 0 0 / var(--tw-bg-opacity));
}

@media (width >= 768px) {
  .footer-menu li + li {
    margin-left: 1rem;
  }
}

.menu-item-content .wp-block-columns {
  gap: 8px;
}

.set-mobile-content-here img {
  aspect-ratio: 20 / 9 !important;
}

.has-text-color.has-black-color, .has-inline-color.has-black-color {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.has-text-color.has-light-gray-color, .has-inline-color.has-light-gray-color {
  --tw-text-opacity: 1;
  color: rgb(232 234 241 / var(--tw-text-opacity));
}

.has-text-color.has-gray-color, .has-inline-color.has-gray-color {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}

.has-text-color.has-red-color, .has-inline-color.has-red-color {
  --tw-text-opacity: 1;
  color: rgb(253 0 0 / var(--tw-text-opacity));
}

.has-text-color.has-white-color, .has-inline-color.has-white-color {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.has-text-color.has-dark-gray-color, .has-inline-color.has-dark-gray-color {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.has-background.has-black-background-color, .has-background-dim.has-black-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.has-background.has-gray-background-color, .has-background-dim.has-gray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 113 / var(--tw-bg-opacity));
}

.has-background.has-light-gray-background-color, .has-background-dim.has-light-gray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 241 / var(--tw-bg-opacity));
}

.has-background.has-red-background-color, .has-background-dim.has-red-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(253 0 0 / var(--tw-bg-opacity));
}

.has-background.has-white-background-color, .has-background-dim.has-white-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.has-background.has-dark-gray-background-color, .has-background-dim.has-dark-gray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}

@media (width >= 782px) and (width <= 1023px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}

@media (width <= 1024px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }

  .wp-block-columns.is-layout-flex > .wp-block-column:empty {
    display: none;
  }
}

@media (width >= 782px) and (width <= 1023px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-grow: 1;
    flex-basis: 0;
  }
}

.wp-block-columns {
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (width >= 1024px) {
  .wp-blocks > .wp-block-group:not(.is-nowrap) > .wp-block-columns {
    gap: 0;
    margin-bottom: 0;
  }

  .wp-blocks > .wp-block-group:not(.is-nowrap) > .wp-block-columns > .wp-block-column > .wp-block-group, .wp-blocks > .wp-block-columns > .wp-block-column > .wp-block-group {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-blocks > .wp-block-group.is-nowrap > .wp-block-columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wp-blocks > .wp-block-group > .wp-block-cover, .wp-blocks > .wp-block-group > .wp-block-columns {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .wp-blocks > .wp-block-group .wp-block-cover {
    height: 100vh;
    max-height: 90vh;
  }

  .alignright {
    margin-left: auto;
  }

  .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-blocks > .wp-block-group:first-child > .wp-block-cover {
  height: 100vh;
  max-height: 90vh;
}

.wp-blocks > .wp-block-group:first-child > .wp-block-cover .wp-block-cover__inner-container {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.wp-blocks > h1, .wp-blocks > h2, .wp-blocks > h3, .wp-blocks > h4, .wp-blocks > h5, .wp-blocks > p, .wp-blocks > ul > li, .wp-blocks > ol > li, .wp-blocks > figure {
  max-width: 48rem;
}

.wp-blocks > ul.product_cat-list > li {
  max-width: none;
}

.wp-blocks > p + h2, .wp-blocks > p + h3 {
  margin-top: 2.5rem;
}

@media (width >= 1024px) {
  .wp-blocks > p + h2, .wp-blocks > p + h3 {
    margin-top: 5rem;
  }
}

.wp-blocks > p, .wp-blocks > ul > li, .wp-blocks > ol > li {
  line-height: 1.46;
}

.wp-blocks h2.wp-block-heading, .wp-blocks .has-x-large-font-size {
  line-height: 1.1;
}

.wp-blocks .wp-block-heading.has-x-large-font-size {
  margin-top: 1rem;
}

@media (width >= 1024px) {
  .wp-blocks .wp-block-heading.has-x-large-font-size {
    margin-top: 2.5rem;
  }
}

.wp-blocks h3.has-large-font-size {
  font-size: 24px;
  line-height: 1.1;
}

.wp-blocks h1, .wp-blocks h2, .wp-blocks h3, .wp-blocks h4, .wp-blocks h5, .wp-blocks p, .wp-blocks li, .wp-blocks figure {
  margin-bottom: 1.25rem;
}

.wp-blocks h1.mb0, .wp-blocks h2.mb0, .wp-blocks h3.mb0, .wp-blocks h4.mb0, .wp-blocks h5.mb0, .wp-blocks p.mb0, .wp-blocks li.mb0, .wp-blocks figure.mb0 {
  margin-bottom: 0;
}

.wp-blocks h5, .wp-blocks h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: .125rem;
  line-height: 1.25;
}

.wp-blocks p em, .wp-blocks ul em, .wp-blocks ol em, .wp-blocks li em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-style: normal;
}

.wp-blocks p.has-medium-font-size, .wp-blocks ul.has-medium-font-size, .wp-blocks ol.has-medium-font-size, .wp-blocks li.has-medium-font-size {
  line-height: 1.25;
}

.wp-blocks .wp-block-cover__inner-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-blocks .wp-block-cover__inner-container p {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-blocks .wp-block-cover__inner-container .wp-block-image.aligncenter {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.wp-blocks .wp-block-group-is-layout-flex {
  display: flex;
}

.wp-blocks .wp-block-group-is-layout-flex > .wp-block-columns {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap !important;
}

@media (width <= 781px) {
  .wp-blocks .wp-block-group-is-layout-flex .wp-block-image.size-full {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (width <= 767px) {
  .wp-blocks .wp-block-spacer {
    max-height: 100px;
  }
}

.wp-block-list {
  padding: revert;
  list-style: revert;
}

@media (width <= 1023px) {
  .wp-block-columns.is-not-stacked-on-mobile .wp-block-column figure {
    margin-bottom: .5rem;
  }
}

.home .block-title {
  text-align: center;
}

.home .applications-block {
  padding-bottom: 8rem;
}

@media (width >= 1024px) {
  .home .applications-block {
    --tw-border-opacity: 1;
    border-top-width: 1px;
    border-color: rgb(113 113 113 / var(--tw-border-opacity));
    padding-top: 1rem;
  }

  .applications-carousel .slick-list {
    padding: 0 40px !important;
  }

  .products-carousel .slick-list {
    padding: 0 30% !important;
  }

  .products-carousel .product-list-item {
    opacity: .2;
  }

  .products-carousel .product-list-item.slick-active {
    opacity: 1;
  }
}

@media (width >= 768px) {
  .ecosystem-item.accordion-item.expanded {
    flex-grow: 1;
    flex-basis: auto !important;
  }

  .ecosystem-item.accordion-item.expanded .inner-content {
    opacity: 1;
  }

  .ecosystem-item.accordion-item {
    flex-basis: 8%;
  }

  .ecosystem-item.accordion-item:hover {
    flex-basis: 9%;
  }

  .ecosystem-item.accordion-item .permalink {
    opacity: 0;
    transition: all .5s;
  }

  .ecosystem-item.accordion-item.expanded .permalink {
    opacity: 1;
  }
}

.wp-block-aab-group-accordion, .wp-block-aab-accordion-item {
  background: 0 !important;
  border: 0 !important;
}

.aagb__accordion_head {
  background: 0 !important;
  border: 0 !important;
  justify-content: center !important;
  padding: 0 !important;
}

@media (width <= 1023px) {
  .wp-block-aab-accordion-item {
    margin-bottom: 5px !important;
  }

  .aagb__accordion_heading {
    justify-content: center;
    padding-top: 20px;
  }

  .aagb__accordion_heading .title_wrapper {
    text-align: center;
    max-width: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.aagb__accordion_title {
  position: relative;
}

.aagb__accordion_title:after {
  content: "+";
  --tw-text-opacity: 1;
  color: rgb(253 0 0 / var(--tw-text-opacity));
  transition: transform .3s;
  display: inline-block;
  position: relative;
  top: -12px;
  right: -5px;
  transform: scale(.7);
}

@media (width <= 1023px) {
  .aagb__accordion_title:after {
    content: "+";
    position: absolute;
    top: -24px;
    right: calc(50% - 7px);
    transform: scale(1.2);
  }
}

.aagb__accordion_active .aagb__accordion_title:after {
  transform: rotate(45deg);
}

@media (width >= 1024px) {
  .aagb__accordion_active .aagb__accordion_title:after {
    transform: scale(.7)rotate(45deg);
  }
}

.aagb__icon {
  display: none;
}

.wp-blocks .wp-block-aab-group-accordion .wp-block-aab-accordion-item.aagb__accordion_active, .wp-blocks .wp-block-aab-group-accordion > .wp-block-aab-accordion-item .aagb__accordion_body {
  border: 0 !important;
}

.aagb__accordion_body {
  font-family: PPNeueMachina, sans-serif;
  line-height: 1.25;
  padding: 0 !important;
}

.aagb__accordion_body > :first-child {
  padding-top: 30px;
}

.aagb__accordion_body > :last-child {
  padding-bottom: 10px;
}

@media (width >= 1024px) {
  .aagb__accordion_body > :first-child {
    padding-top: 30px;
  }

  .aagb__accordion_body > :last-child {
    padding-bottom: 10px;
  }
}

.aagb__accordion_icon {
  display: none !important;
}

body.loading .team-hero-block .transition-opacity {
  opacity: 0;
}

body.loading .team-hero-block .transition-top {
  top: -2em;
}

body.loading .team-hero-block .transition-transform {
  transform: scale(.7);
}

.progress-bar-block:not(.active) .progress {
  width: 0 !important;
}

.progress-bar-block:not(.active) .title, .progress-bar-block:not(.active) .huge, .progress-bar-block:not(.active) .wp-blocks h2.wp-block-heading, .wp-blocks .progress-bar-block:not(.active) h2.wp-block-heading, .progress-bar-block:not(.active) .wp-blocks .has-x-large-font-size, .wp-blocks .progress-bar-block:not(.active) .has-x-large-font-size, .progress-bar-block:not(.active) .wp-blocks h3.has-large-font-size, .wp-blocks .progress-bar-block:not(.active) h3.has-large-font-size, .progress-bar-block:not(.active) .aagb__accordion_title {
  left: 10% !important;
}

.single-product .wp-blocks > :not(.overflowed) {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .75rem;
  padding-right: .75rem;
}

@media (width >= 1024px) {
  .single-product .wp-blocks > :not(.overflowed) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .single-product .wp-block-group {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.single-product .slider-block .image-1 {
  margin-bottom: 1rem;
}

.single-product .slider-block .caption-1 {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}

.single-product .slider-block .caption-2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-right: 1rem;
  line-height: 1.25;
}

.single-product .overflowed .slick-list {
  padding: 0 30px 0 10px !important;
}

@media (width >= 1024px) {
  .single-product .overflowed .slick-list {
    padding: 0 200px 0 40px !important;
  }
}

@media (width >= 1440px) {
  .single-product .overflowed .slick-list {
    padding-left: calc(50vw - 680px) !important;
    padding-right: calc(50vw - 680px) !important;
  }
}

.gallery-carousel .slide {
  opacity: .5;
}

.gallery-carousel .slide:hover, .gallery-carousel .slide.slick-active {
  opacity: 1;
}

@media (width >= 1440px) {
  .wp-gap-custom {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.wp-gap-small {
  gap: 1rem !important;
}

.wp-gap-medium {
  gap: 2rem !important;
}

.wp-gap-large {
  gap: 4rem !important;
}

.wp-gap-x-large {
  gap: 8rem !important;
}

.nf-error, .nf-error .nf-error-msg, .newsletter-block #mc_embed_signup form div.mce_inline_error {
  font-size: 13px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.newsletter-block #mc_embed_signup input.mce_inline_error {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.nf-error.field-wrap .nf-field-element:after, .nf-pass.field-wrap .nf-field-element:after {
  content: none !important;
}

.nf-form-content .nf-error .ninja-forms-field {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.nf-form-fields-required, .nf-field-label, .ninja-forms-req-symbol {
  display: none;
}

.nf-response-msg {
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 26px 12px;
}

.nf-response-msg p {
  margin-bottom: 0;
}

@media (width >= 640px) {
  nf-fields-wrap {
    flex-wrap: wrap;
    margin-left: -.75rem;
    margin-right: -.75rem;
    display: flex;
  }

  nf-fields-wrap nf-field {
    width: 50%;
    padding-left: .75rem;
    padding-right: .75rem;
    display: block;
  }

  nf-fields-wrap nf-field:nth-last-child(-n+3), nf-fields-wrap nf-field:nth-last-child(-n+2) {
    width: 100%;
  }
}

@media (width >= 1024px) {
  nf-fields-wrap nf-field:nth-last-child(-n+2) {
    width: 75%;
  }

  nf-fields-wrap nf-field:last-child {
    width: 25%;
  }

  nf-fields-wrap nf-field:last-child .submit-container {
    justify-content: end !important;
    margin-top: 0 !important;
  }
}

.nf-form-cont {
  margin-bottom: 2rem;
}

@media (width >= 1024px) {
  .nf-form-cont {
    margin-bottom: 0;
  }
}

.nf-form-title {
  text-align: center;
  margin-bottom: 2rem;
  font-family: NeueMontreal, sans-serif;
  display: block;
}

@media (width >= 1024px) {
  .nf-form-title {
    margin-bottom: 7rem;
    font-size: 24px;
  }
}

.nf-form-layout .nf-form-content {
  max-width: none;
  padding: 0 10px;
}

@media (width >= 768px) {
  .nf-form-layout .nf-form-content {
    padding: 0 20px;
  }
}

@media (width >= 1920px) {
  .nf-form-layout .nf-form-content {
    padding: 0 40px;
  }
}

.nf-form-layout .nf-form-content .submit-container {
  margin: 0 -20px;
}

.nf-form-layout .nf-form-content .submit-container .nf-after-field {
  display: none;
}

.nf-form-layout .nf-form-content .nf-field-container {
  margin-bottom: 1rem;
}

.nf-form-layout .nf-form-content .submit-container {
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.nf-form-layout .nf-form-content .nf-pass .ninja-forms-field {
  --tw-border-opacity: 1 !important;
  border-color: rgb(113 113 113 / var(--tw-border-opacity)) !important;
}

.nf-form-layout .nf-form-content input[type="text"], .nf-form-layout .nf-form-content input[type="tel"], .nf-form-layout .nf-form-content input[type="email"], .nf-form-layout .nf-form-content select {
  --tw-border-opacity: 1;
  border: 0;
  border-bottom: 1px solid;
  border-color: rgb(113 113 113 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
  background: 0;
  border-radius: 0;
  height: 32px;
  padding: 0;
}

.nf-form-layout .nf-form-content input[type="text"]::placeholder, .nf-form-layout .nf-form-content input[type="tel"]::placeholder, .nf-form-layout .nf-form-content input[type="email"]::placeholder, .nf-form-layout .nf-form-content select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
  opacity: 1;
  padding: 0;
}

@media (width <= 575px) {
  .nf-form-layout .nf-form-content input[type="text"], .nf-form-layout .nf-form-content input[type="tel"], .nf-form-layout .nf-form-content input[type="email"], .nf-form-layout .nf-form-content select {
    font-size: 13px;
  }
}

.nf-form-layout .nf-form-content input[type="text"], .nf-form-layout .nf-form-content input[type="tel"], .nf-form-layout .nf-form-content input[type="email"] {
  padding: 0 0 0 2px;
}

.nf-form-layout .nf-form-content textarea {
  --tw-border-opacity: 1;
  border-bottom: 1px solid;
  border-color: rgb(113 113 113 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
  background: 0;
  padding: 0 0 0 4px;
}

.nf-form-layout .nf-form-content textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
  opacity: 1;
  padding: 0;
}

.nf-form-layout .nf-form-content textarea:focus {
  background-color: #0000;
  background-image: none;
}

@media (width <= 575px) {
  .nf-form-layout .nf-form-content textarea {
    font-size: 13px;
  }
}

.nf-form-layout .nf-form-content input[type="submit"] {
  cursor: pointer;
}

.nf-form-layout .nf-form-content .submit-wrap .nf-field-element {
  min-width: 170px;
  padding-bottom: 10px;
}

@media (width >= 1024px) {
  .nf-form-layout .nf-form-content .submit-wrap .nf-field-element {
    min-width: auto;
  }
}

.nf-form-layout .nf-form-content input[type="text"]:focus, .nf-form-layout .nf-form-content input[type="tel"]:focus, .nf-form-layout .nf-form-content input[type="email"]:focus, .nf-form-layout .nf-form-content input[type="submit"]:focus, .nf-form-layout .nf-form-content select:focus {
  --tw-border-opacity: 1;
  border-bottom: 1px solid;
  border-color: rgb(113 113 113 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
  outline: none;
  transition: none;
}

.nf-form-layout .nf-form-content input[type="submit"]:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border: 0;
}

.nf-form-layout .nf-form-content input[type="checkbox"]:focus + label:after, .nf-form-layout .nf-form-content input[type="radio"]:focus + label:after {
  box-shadow: none;
}

.nf-form-layout .nf-form-content .checkbox-container.label-right .nf-field-label {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
  padding: 0 0 0 4px;
}

.nf-form-layout .nf-form-content .checkbox-container.label-right .nf-field-label label {
  font-size: 13px;
}

.nf-after-form-content {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 30px #000 !important;
}

input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #000 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 30px #000 !important;
}

input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 30px #000 !important;
}

.page-main {
  min-height: 100vh;
}

.page-main-padding {
  padding-top: 7rem;
}

@media (width >= 1024px) {
  .page-main-padding {
    padding-top: 8rem;
  }
}

.home .page-main-padding {
  padding-top: 0;
}

.home .page-main-padding > .container, .home .wp-blocks > .page-main-padding.wp-block-group.has-background > * {
  padding: 0;
}

.wp-singular .the_content {
  overflow: hidden;
}

.history-carousel .the-content h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1;
}

.history-carousel .the-content .wp-block-button {
  font-family: PPNeueMachina, sans-serif;
}

.history-carousel .the-content .wp-block-columns h2, .history-carousel .the-content .wp-block-columns h3, .history-carousel .the-content .wp-block-columns p, .history-carousel .the-content .wp-block-columns ul {
  max-width: 20rem;
}

.history-carousel .the-content .wp-block-columns p {
  --tw-text-opacity: 1;
  color: rgb(232 234 241 / var(--tw-text-opacity));
  font-family: PPNeueMachina, sans-serif;
  line-height: 1.25;
}

@media (width >= 1024px) {
  .history-carousel .the-content h2.has-x-large-font-size {
    font-size: 60px;
  }

  .history-carousel .the-content > div > * {
    height: 100vh;
  }

  .history-carousel .the-content .wp-block-columns {
    gap: 3rem;
    padding-top: 11rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (width <= 1023px) {
  .history-carousel .the-content .wp-block-group {
    min-height: 0 !important;
  }

  .history-carousel .the-content .wp-block-columns {
    gap: 1rem;
  }

  .history-carousel .the-content .wp-block-columns > .wp-block-column:first-child {
    order: 10;
  }

  .history-carousel .the-content .wp-block-columns > .wp-block-column > figure > * {
    aspect-ratio: 4 / 3 !important;
  }

  .history-carousel .the-content .wp-block-columns > .wp-block-column:empty {
    display: none;
  }

  .history-carousel .the-content .wp-block-columns > .wp-block-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .history-carousel .the-content:before {
    content: none;
  }
}

.history-carousel .slick-active .the-content {
  opacity: 1;
}

.history-year-style {
  font-size: 80px;
}

@media (width >= 640px) {
  .history-year-style {
    font-size: 160px;
  }
}

@media (width >= 768px) {
  .history-year-style {
    font-size: 240px;
  }
}

@media (width >= 1024px) {
  .history-year-style {
    font-size: 400px;
  }
}

@media (width >= 1280px) {
  .history-year-style {
    font-size: 500px;
  }
}

@media (width >= 1440px) {
  .history-year-style {
    font-size: 600px;
  }
}

@media (width >= 1920px) {
  .history-year-style {
    font-size: 700px;
  }
}

.history-nav li.active a {
  opacity: 1;
}

.filtres-list li.active, .filtres-list li:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(253 0 0 / var(--tw-border-opacity));
}

.post-list .featured-image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ootb-openstreetmap--map {
  width: 95vw;
}

@media (width >= 1024px) {
  .ootb-openstreetmap--map {
    width: 36vw;
  }
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.change-settings-button:hover {
  color: #fff !important;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: NeueMontreal, sans-serif;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

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

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

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

[hidden] {
  display: none;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.grayscale {
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
}

.container {
  width: 100%;
}

@media (width >= 640px) {
  .container {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .container {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (width >= 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (width >= 1920px) {
  .container {
    max-width: 1920px;
  }
}

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.-left-\[100\%\] {
  left: -100%;
}

.-top-1 {
  top: -.25rem;
}

.-top-4 {
  top: -1rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.left-0 {
  left: 0;
}

.left-1 {
  left: .25rem;
}

.left-1\.5 {
  left: .375rem;
}

.left-10 {
  left: 2.5rem;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: .25rem;
}

.right-1\.5 {
  right: .375rem;
}

.right-10 {
  right: 2.5rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: .25rem;
}

.top-2 {
  top: .5rem;
}

.top-\[30vh\] {
  top: 30vh;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-5 {
  z-index: 5;
}

.-mx-1 {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

.-mx-2 {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.mb-0 {
  margin-bottom: 0;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.aspect-\[20\/9\] {
  aspect-ratio: 20 / 9;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3 / 4;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-1 {
  height: .25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: .5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: .75rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[170px\] {
  height: 170px;
}

.h-\[224px\] {
  height: 224px;
}

.h-\[70vh\] {
  height: 70vh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0;
}

.min-h-\[160px\] {
  min-height: 160px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/6 {
  width: 16.6667%;
}

.w-10 {
  width: 2.5rem;
}

.w-3 {
  width: .75rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-grow-0 {
  flex-grow: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.columns-2 {
  columns: 2;
}

.flex-col {
  flex-direction: column;
}

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

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rounded {
  border-radius: .25rem;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 113 / var(--tw-border-opacity));
}

.border-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(232 234 241 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 113 / var(--tw-bg-opacity));
}

.bg-off-black {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(253 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-top {
  object-position: top;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pt-1\.5 {
  padding-top: .375rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

.font-sans {
  font-family: NeueMontreal, sans-serif;
}

.font-sans-2 {
  font-family: PPNeueMachina, sans-serif;
}

.text-2xl {
  font-size: 24px;
}

.text-3xl {
  font-size: 32px;
}

.text-4xl {
  font-size: 36px;
}

.text-base {
  font-size: 16px;
}

.text-sm {
  font-size: 13px;
}

.text-xs {
  font-size: 12px;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-tighter {
  line-height: 1.1;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}

.text-light-gray {
  --tw-text-opacity: 1;
  color: rgb(232 234 241 / var(--tw-text-opacity));
}

.text-mid-gray {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(253 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-\[30\%\] {
  opacity: .3;
}

.outline {
  outline-style: solid;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.delay-100 {
  transition-delay: .1s;
}

.delay-500 {
  transition-delay: .5s;
}

.duration-100 {
  transition-duration: .1s;
}

.duration-1000 {
  transition-duration: 1s;
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.duration-700 {
  transition-duration: .7s;
}

.duration-\[1\.5s\] {
  transition-duration: 1.5s;
}

.ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.hover\:opacity-100:hover {
  opacity: 1;
}

@media (width >= 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:text-6xl {
    font-size: 50px;
  }
}

@media (width >= 768px) {
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (width >= 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-11 {
    left: 2.75rem;
  }

  .lg\:right-11 {
    right: 2.75rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:order-\[3\] {
    order: 3;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-\[200px\] {
    height: 200px;
  }

  .lg\:h-\[310px\] {
    height: 310px;
  }

  .lg\:h-\[520px\] {
    height: 520px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:min-h-\[190px\] {
    min-height: 190px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.3333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.6667%;
  }

  .lg\:w-2\/3 {
    width: 66.6667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-\[39\.5vw\] {
    width: 39.5vw;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-gray {
    --tw-border-opacity: 1;
    border-color: rgb(113 113 113 / var(--tw-border-opacity));
  }

  .lg\:bg-transparent {
    background-color: #0000;
  }

  .lg\:object-cover {
    object-fit: cover;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

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

  .lg\:text-2xl {
    font-size: 24px;
  }

  .lg\:text-base {
    font-size: 16px;
  }

  .lg\:text-sm {
    font-size: 13px;
  }

  .lg\:text-xl {
    font-size: 20px;
  }

  .lg\:leading-normal {
    line-height: 1.46;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:delay-500 {
    transition-delay: .5s;
  }
}

@media (width >= 1280px) {
  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }
}

@media (width >= 1920px) {
  .\33 xl\:h-24 {
    height: 6rem;
  }

  .\33 xl\:text-base {
    font-size: 16px;
  }
}
/*# sourceMappingURL=index.css.map */
