/*! normalize.css v8.0.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.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

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: none; /* 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, 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: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

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 zero 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 10.
 * 2. Remove the padding in IE 10.
 */

[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 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

@charset "UTF-8";
.container, .slider__wrapper, .rich-text, .product-feature__wrapper, .layout-3-columns, .layout-2-columns, .image-width-text, .full-width-image, .flowbox__header, .block {
  margin: 0 auto;
  max-width: 1200px;
}

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

@media screen and (max-width: 992px) {
  .desktop-only {
    display: none;
  }
}

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

::-moz-selection {
  background-color: var(--current-color);
  color: #fff;
}

::selection {
  background-color: var(--current-color);
  color: #fff;
}

body {
  background: #FCFCFC;
  min-width: 320px;
  padding-bottom: 400px;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  body {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-bottom: 300px;
  }
}
body:before {
  background: rgba(51, 51, 51, 0.6);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s 0.3s ease;
  width: 100%;
  z-index: 9997;
}
@media screen and (min-width: 992px) {
  body:before {
    display: none;
  }
}
body > * {
  pointer-events: auto;
}

div[data-barba=container] {
  background-color: #FCFCFC;
}

main {
  padding-bottom: 40px;
  pointer-events: none;
  position: relative;
}
main > * {
  pointer-events: auto;
}

.container, .slider__wrapper, .rich-text, .product-feature__wrapper, .layout-3-columns, .layout-2-columns, .image-width-text, .full-width-image, .flowbox__header, .block {
  margin: 0 auto;
  max-width: 1260px;
  padding-left: 18px;
  padding-right: 18px;
}

img {
  display: block;
}

:root {
  --current-color: #D2060D;
}

body {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #333F48;
  -webkit-text-decoration-color: var(--current-color);
          text-decoration-color: var(--current-color);
  text-underline-offset: 2px;
}
a:focus-visible {
  outline: 1px dotted #333F48;
}

h1, h2, h3, h4, h5, h6 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
}

.hover, .filter span {
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}
.hover:after, .filter span:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 2px;
  position: absolute;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: calc(100% - 4px);
}
.hover.red, .filter span.red {
  color: #D2060D;
}
.hover.red:after, .filter span.red:after {
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
}
.hover.red:hover, .filter span.red:hover {
  color: #D2060D;
}
.hover.white:after, .filter span.white:after {
  filter: brightness(100);
}
.hover.active:after, .filter span.active:after, .hover:hover:after, .filter span:hover:after {
  transform-origin: left center;
  transform: scale(1);
}

.external {
  position: relative;
}
.external:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg fill='%23111' fill-rule='nonzero'%3E%3Cpath d='M65.788 8L36.564 37.224a4.402 4.402 0 000 6.223 4.403 4.403 0 006.223 0L72 14.233v9.77A4.001 4.001 0 0076 28c2.205 0 4-1.79 4-3.997V3.997c0-1.101-.447-2.1-1.17-2.824A3.983 3.983 0 0076.002 0H55.997A4.001 4.001 0 0052 4c0 2.205 1.79 4 3.997 4h9.791z'/%3E%3Cpath d='M80 48V28.985 70.03c0 5.506-3.967 9.97-8.867 9.97H8.867C3.97 80 0 75.527 0 70.03V9.97C0 4.464 3.967 0 8.867 0h42.7H32a4 4 0 110 8H10.278C9.005 8 8 9.195 8 10.669V69.33C8 70.78 9.02 72 10.278 72h59.444C70.995 72 72 70.805 72 69.331V48a4 4 0 118 0z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: calc(100% + 5px);
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
}
.external:hover:before {
  opacity: 0.35;
}

button:focus {
  outline: none;
}
button:focus-visible {
  outline: 1px dotted #333F48;
}

.btn, .fui-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  outline: none;
}
.btn:focus-visible, .fui-submit:focus-visible {
  outline: 1px dotted #333F48;
  text-decoration: underline;
}

.btn-primary, .fui-submit {
  background: var(--current-color);
  border-color: var(--current-color);
  border-radius: 4px;
  box-shadow: 0 7px 20px 0 rgba(97, 0, 3, 0.28);
  color: #fff;
  filter: contrast(100%);
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
  padding: 0.75rem 1.1rem 0.75rem 2.2rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: padding 0.15s ease-in-out, filter 0.25s ease;
}
@media screen and (min-width: 992px) {
  .btn-primary, .fui-submit {
    font-size: 0.875rem;
    letter-spacing: 2.33px;
    padding: 0.9rem 1.25rem 0.9rem 2.5rem;
  }
}
.btn-primary:before, .fui-submit:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M.5 2.056L2.056.5 6.61 5.056 2.056 9.61.5 8.056l3-3z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 8px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 1rem;
  margin: auto;
  position: absolute;
  top: 0;
  transition: transform 0.15s ease-in-out;
  width: 6px;
}
.btn-primary:hover, .fui-submit:hover {
  filter: contrast(110%);
  padding-left: 1.1rem;
  padding-right: 2.2rem;
}
@media screen and (min-width: 992px) {
  .btn-primary:hover, .fui-submit:hover {
    padding-left: 1.25rem;
    padding-right: 2.5rem;
  }
}
.btn-primary:hover:before, .fui-submit:hover:before {
  left: auto;
  right: 0;
  transform: translateX(-1rem);
}
.btn-primary--alcoholfree {
  background: #168FC3;
  border-color: #168FC3;
  box-shadow: 0 7px 20px 0 rgba(22, 143, 195, 0.13);
}
.btn-primary--peach {
  background: #FFA776;
  border-color: #FFA776;
  box-shadow: 0 7px 20px 0 rgba(255, 167, 118, 0.13);
}

.btn-download {
  background: var(--current-color);
  border-color: var(--current-color);
  border-radius: 4px;
  box-shadow: 0 7px 20px 0 rgba(97, 0, 3, 0.28);
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
  padding: 0.75rem 2.2rem 0.75rem 0.75rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .btn-download {
    font-size: 0.875rem;
    letter-spacing: 2.33px;
    padding: 0.9rem 2.5rem 0.9rem 0.9rem;
  }
}
.btn-download:hover {
  box-shadow: 0 9px 30px 0 rgba(97, 0, 3, 0.4);
}
.btn-download:before {
  background-size: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M.5 2.056L2.056.5 6.61 5.056 2.056 9.61.5 8.056l3-3z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 1rem;
  top: 0;
  transform: rotate(90deg);
  width: 9px;
}

.fui-i {
  --padding-content-y: 20px;
  --padding-content-x: 20px;
}
@media screen and (min-width: 640px) {
  .fui-i {
    --padding-content-y: 38px;
    --padding-content-x: 41px;
  }
}

.fui-form {
  box-shadow: 0 5px 20px 0 rgba(75, 32, 34, 0.08);
  border-radius: 4px;
}

.fui-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.fui-page {
  background: #fff;
  border-radius: 4px;
  padding: var(--padding-content-y) var(--padding-content-x) calc(var(--padding-content-y) / 2);
  position: relative;
  z-index: 1;
}

.fui-alert {
  background: #FFFFFF;
  padding: var(--padding-content-y) var(--padding-content-x);
  position: relative;
  z-index: 1;
}
.fui-alert-bottom-form {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -30px;
  padding-bottom: 20px;
}

.fui-page-title {
  color: #333E45;
  float: left;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.77px;
  margin: 0 0 10px;
  padding-left: 40px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .fui-page-title {
    font-size: 1.125rem;
    letter-spacing: 2.14px;
    padding-left: 50px;
  }
}
.fui-page-title:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
  height: 3px;
  left: 0;
  top: 9px;
  position: absolute;
  width: 30px;
}
@media screen and (min-width: 640px) {
  .fui-page-title:before {
    top: 11px;
    width: 35px;
  }
}
.fui-page-title + * {
  clear: left;
}

.fui-row {
  margin-bottom: 15px;
  position: relative;
}

.fui-label {
  color: #333F48;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 6px;
}
.fui-label + .fui-instructions > p {
  margin-bottom: 6px;
  margin-top: 0;
}

.fui-field + .fui-field {
  margin-left: 1rem;
}

.fui-input,
.fui-select {
  background: transparent;
  border: 1px solid #CBCBCB;
  border-radius: 0;
  color: #333F48;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  padding: 11px 20px;
  transition: border-color 0.2s ease;
  width: 100%;
}
.fui-input:focus,
.fui-select:focus {
  border-color: #8B8B8B;
  outline: none;
}

.fui-type-multi-line-text .fui-input {
  min-height: 4rem;
  resize: vertical;
}

.fui-checkbox-input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.fui-checkbox-input:checked + .fui-checkbox-label:before {
  background-color: var(--current-color);
}

.fui-checkbox-label {
  color: #333F48;
  display: inline-block;
  font-family: omnes-pro, sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-left: 1.8rem;
  position: relative;
}
.fui-checkbox-label:before {
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 3px;
  box-shadow: inset 0px 0px 0px 3px #fff;
  content: "";
  cursor: pointer;
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  transition: background-color 0.2s ease;
  top: 4px;
  width: 1rem;
}

.fui-btn-container {
  padding: var(--padding-content-y) var(--padding-content-x);
}
@media screen and (min-width: 992px) {
  .fui-btn-container {
    background-image: linear-gradient(0deg, #FFFFFF 0%, #FDFDFD 70%, #ECECEC 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -4px;
  }
}

.fui-btn-right {
  display: flex;
  justify-content: flex-end;
}

.styled-checkbox {
  opacity: 0;
  position: absolute;
}
.styled-checkbox + label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 5px 5px 5px 39px;
  position: relative;
}
.styled-checkbox + label:before {
  background-color: transparent;
  border: 2px solid var(--current-color);
  border-radius: 2px;
  bottom: 0;
  box-shadow: inset 0px 0px 0px 4px #fff;
  height: 22px;
  content: "";
  cursor: pointer;
  left: 5px;
  margin: auto;
  position: absolute;
  transition: background-color 0.2s ease;
  top: 0;
  width: 22px;
}
.styled-checkbox:checked + label:before {
  background-color: var(--current-color);
}
.styled-checkbox:focus-visible + label {
  outline: 1px dotted #333F48;
  text-decoration: underline;
}

.fui-type-html {
  padding-top: 0;
}

.fui-field.fui-address-zip {
  order: 1;
}

.fui-field + .fui-field.fui-address-zip {
  margin-left: 0;
}

.fui-field.fui-address-city {
  flex: 2;
  margin-left: 1rem;
  order: 2;
}

.fui-prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #333F48;
  cursor: pointer;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1.53px;
  line-height: 1;
  padding: 5px 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.fui-btn-left .fui-prev {
  margin-right: 2rem;
}

.fui-btn-right .fui-prev {
  margin-left: 2rem;
}

.fui-hidden {
  display: none;
}

.fui-sr-only,
[data-fui-sr-only] {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.fui-field {
  flex: 1;
}
.fui-field[data-conditionally-hidden] {
  display: none;
}

.fui-label-left-input .fui-field-container,
.fui-label-right-input .fui-field-container {
  display: flex;
  align-items: baseline;
}
.fui-label-left-input .fui-input-container,
.fui-label-right-input .fui-input-container {
  flex: 1;
}

.fui-label-below-input > .fui-field-container > .fui-input-container > .fui-fieldset > .fui-legend {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.fui-layout-horizontal .fui-layout-wrap {
  display: flex;
  flex-wrap: wrap;
}

.fui-row {
  display: flex;
  flex-wrap: wrap;
}

[data-fui-page-hidden] {
  display: none;
}

.fui-btn-wrapper,
.fui-btn-container {
  display: flex;
  justify-content: flex-start;
}
.fui-btn-wrapper.fui-btn-right,
.fui-btn-container.fui-btn-right {
  justify-content: flex-end;
}
.fui-btn-wrapper.fui-btn-center, .fui-btn-wrapper.fui-btn-center-save-right, .fui-btn-wrapper.fui-btn-center-save-left,
.fui-btn-container.fui-btn-center,
.fui-btn-container.fui-btn-center-save-right,
.fui-btn-container.fui-btn-center-save-left {
  justify-content: center;
}
.fui-btn-wrapper.fui-btn-left-right, .fui-btn-wrapper.fui-btn-save-right, .fui-btn-wrapper.fui-btn-save-left,
.fui-btn-container.fui-btn-left-right,
.fui-btn-container.fui-btn-save-right,
.fui-btn-container.fui-btn-save-left {
  justify-content: space-between;
}
.fui-btn-wrapper.fui-btn-right-save-left,
.fui-btn-container.fui-btn-right-save-left {
  justify-content: flex-start;
}
.fui-btn-wrapper.fui-btn-save-left, .fui-btn-wrapper.fui-btn-right-save-left, .fui-btn-wrapper.fui-btn-center-save-left,
.fui-btn-container.fui-btn-save-left,
.fui-btn-container.fui-btn-right-save-left,
.fui-btn-container.fui-btn-center-save-left {
  flex-direction: row-reverse;
}
.fui-btn-wrapper .fui-btn[data-conditionally-hidden],
.fui-btn-container .fui-btn[data-conditionally-hidden] {
  display: none;
}

.fui-submit,
.fui-save {
  order: 10;
}

.fui-btn * {
  pointer-events: none;
}

.fui-checkbox,
.fui-radio {
  position: relative;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.fui-checkbox:not(:last-child),
.fui-radio:not(:last-child) {
  margin-bottom: 0.25rem;
}
.fui-layout-horizontal .fui-layout-wrap > .fui-checkbox,
.fui-layout-horizontal .fui-layout-wrap > .fui-radio {
  margin-right: 1rem;
}
.fui-checkbox input,
.fui-radio input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.fui-checkbox input:focus + label::before,
.fui-radio input:focus + label::before {
  border-color: rgba(210, 6, 13, 0.25);
  box-shadow: 0 0 0 3px rgba(210, 6, 13, 0.15);
}
.fui-checkbox input:checked + label::before,
.fui-radio input:checked + label::before {
  background-color: var(--current-color);
  border-color: var(--current-color);
}
.fui-checkbox input:active + label::before,
.fui-radio input:active + label::before {
  background-color: #f0f1f4;
}
.fui-checkbox label,
.fui-radio label {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.5rem;
  display: inline-block;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.fui-checkbox label::before,
.fui-radio label::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  cursor: pointer;
  border: 1px solid #D1D5DB;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.fui-checkbox label::before {
  border-radius: 2px;
}
.fui-checkbox input:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 8px auto;
}

.fui-radio label::before {
  border-radius: 50%;
}
.fui-radio input:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 8px auto;
}

.fui-hidden {
  display: none;
}

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

.fui-field {
  flex: 1;
}

.fui-field[data-conditionally-hidden] {
  display: none;
}

.fui-label-left-input .fui-field-container,
.fui-label-right-input .fui-field-container {
  display: flex;
  align-items: baseline;
}

.fui-label-left-input .fui-input-container,
.fui-label-right-input .fui-input-container {
  flex: 1;
}

.fui-label-below-input > .fui-field-container > .fui-input-container > .fui-fieldset > .fui-legend {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.fui-layout-horizontal .fui-layout-wrap,
.fui-row {
  display: flex;
}

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

.fui-btn-container {
  display: flex;
  justify-content: flex-start;
}

.fui-btn-container.fui-btn-right {
  justify-content: flex-end;
}

.fui-btn-container.fui-btn-center {
  justify-content: center;
}

.fui-btn-container.fui-btn-left-right {
  justify-content: space-between;
}

.fui-btn-container .fui-btn[data-conditionally-hidden] {
  display: none;
}

.fui-submit {
  order: 10;
}

body.has-age-check {
  overflow: hidden;
}
body.has-age-check .brewery-age-check__background,
body.has-age-check .age-check__background {
  opacity: 1;
  pointer-events: auto;
}

.age-check__background {
  align-items: center;
  background: rgba(0, 0, 0, 0.77);
  display: flex;
  height: 100%;
  left: 0;
  justify-content: center;
  min-width: 320px;
  pointer-events: none;
  position: fixed;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.age-check__languages {
  position: absolute;
  right: 20px;
  top: 20px;
}
.age-check__languages .language-picker__button {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.age-check__languages .language-picker__button[aria-expanded=true] {
  border-bottom-right-radius: 0;
}
.age-check__languages .language-picker__dropdown {
  left: auto;
  right: 0;
}
.age-check__languages .language-picker__select-description {
  text-align: left;
}

.age-check__modal {
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 720px;
  position: relative;
  text-align: center;
  width: 95%;
}
@media screen and (min-width: 600px) {
  .age-check__modal {
    min-height: 400px;
  }
}

.age-check__header {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  min-height: 160px;
  overflow: hidden;
  padding: 25px 13px;
  position: relative;
}
.age-check__header:before, .age-check__header:after {
  border-bottom: 11px solid #D2060D;
  border-top: 11px solid #D2060D;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: center center;
  transform: translateX(-55px) rotate(-45deg);
  width: 150px;
}
@media screen and (min-width: 992px) {
  .age-check__header:before, .age-check__header:after {
    border-bottom: 16px solid #D2060D;
    border-top: 16px solid #D2060D;
    height: 45px;
    transform: translateX(-55px) rotate(-45deg);
  }
}
.age-check__header:after {
  transform: translate(-103px, 28px) rotate(-45deg);
  width: 300px;
}
@media screen and (min-width: 992px) {
  .age-check__header:after {
    transform: translate(-75px, 28px) rotate(-45deg);
  }
}

.age-check__logo {
  margin: 0 auto 60px;
  position: relative;
  width: 185px;
  z-index: 1;
}

.age-check__question {
  color: #D2060D;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.4375rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}

.age-check__consent-check {
  background: #fff;
  box-shadow: 0 11px 34px 0 rgba(0, 0, 0, 0.17);
  color: #000;
  margin: 1px 15px 20px;
  padding: 30px 20px 30px;
  position: relative;
  width: calc(100% - 30px);
}
@media screen and (min-width: 992px) {
  .age-check__consent-check {
    margin: 1px 40px 20px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .age-check__consent-check {
    margin: 1px 80px 20px;
    width: calc(100% - 160px);
  }
}
.age-check__consent-check label {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
}

.age-check__input {
  align-items: center;
  display: flex;
  justify-content: center;
}
.age-check__input .styled-checkbox {
  margin-right: 9px;
}

.age-check__required {
  color: #D2060D;
  display: none;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1.17px;
  line-height: 1;
  margin: 1rem 0 0;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity 0.25s ease-in-out;
}

.age-check__consent--error .age-check__required {
  display: block;
  opacity: 1;
}
.age-check__consent--error input[type=checkbox]:after {
  border: 3px solid var(--color-brand);
}
.age-check__consent--error input[type=checkbox]:checked:after {
  border: #000;
}

.age-check__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #D2060D;
  background-image: linear-gradient(#EB0E1E 0%, #D2060D 100%);
  background-position: 0 100%;
  background-size: 100% 200%;
  border: none;
  border-radius: 4px;
  box-shadow: 0 7px 20px 0 rgba(97, 0, 3, 0.28);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 2.33px;
  line-height: 1;
  min-width: 185px;
  padding: 1.1875rem 1.25rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-position 0.25s ease, box-shadow 0.4s ease, transform 0.2s ease;
  transform: translateY(50%);
}
.age-check__submit:focus-visible {
  outline: 1px dotted #333F48;
  text-decoration: underline;
}
.age-check__submit:hover {
  background-position: 0 0;
  box-shadow: 0 7px 20px 0 rgba(97, 0, 3, 0.6);
}
.age-check__submit:active {
  transform: translateY(55%);
}

.background-stripes {
  height: 175px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 320px;
  width: 100%;
  z-index: -2;
}
@media screen and (min-width: 992px) {
  .background-stripes {
    height: 350px;
    top: 400px;
  }
}

.background-stripe {
  background: #D2060D;
  display: block;
  height: 25px;
  margin-bottom: 25px;
  transform-origin: center center;
  transform: skewY(-10deg);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .background-stripe {
    height: 50px;
    margin-bottom: 50px;
  }
}

.block {
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 850px) {
  .block:nth-child(even) .block__image {
    margin-left: 42.5%;
  }
  .block:nth-child(even) .block__text {
    left: 30px;
    right: auto;
  }
}

.block__image {
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .block__image {
    width: 57.5%;
  }
}

.block__text {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(75, 75, 75, 0.08);
  margin: -50px 10px 40px;
  padding: 21px 18px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 850px) {
  .block__text {
    margin: auto;
    padding: 27px 34px;
    position: absolute;
    right: 30px;
    transform: translateY(-50%);
    top: 50%;
    width: 50%;
  }
}

.block__pre-title {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .block__pre-title {
    letter-spacing: 2.17px;
    font-size: 0.8125rem;
  }
}

.block__title {
  color: #D2060D;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 1.3px;
  line-height: 1.15;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .block__title {
    font-size: 1.4375rem;
    letter-spacing: 2px;
  }
}

.block__description {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 1.15rem;
}
@media screen and (min-width: 640px) {
  .block__description {
    font-size: 1.0625rem;
  }
}

.block__cta {
  bottom: 0;
  left: 18px;
  position: absolute;
  transform: translateY(50%);
}
@media screen and (min-width: 992px) {
  .block__cta {
    left: 34px;
  }
}

.flowbox__feed-info {
  display: flex;
  justify-content: flex-start;
}

.flowbox__instagram-icon {
  color: #333F48;
  margin: 16px 10px 16px 0;
  width: 17px;
}
@media screen and (min-width: 375px) {
  .flowbox__instagram-icon {
    margin-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .flowbox__instagram-icon {
    margin-right: 19px;
    width: 21px;
  }
}

.flowbox__hashtag {
  border-left: 1px solid #DACCCC;
  color: #333F48;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.8125rem;
  letter-spacing: 1.13px;
  line-height: 1;
  padding: 17px 0 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .flowbox__hashtag {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .flowbox__hashtag {
    font-size: 1rem;
    padding-left: 19px;
    padding-right: 19px;
    padding: 21px 19px 15px;
  }
}

.flowbox__flow {
  margin: 25px auto;
  max-width: 1750px;
}

.folding-block {
  margin: -20px auto 40px;
  max-width: 1200px;
  min-height: 119px;
  padding: 0 18px;
}
@media screen and (min-width: 1200px) {
  .folding-block {
    margin-bottom: 70px;
    margin-top: -40px;
  }
}

.folding-block__container {
  background: rgba(238, 238, 238, 0.4);
}
@media screen and (min-width: 640px) {
  .folding-block__container {
    -moz-column-gap: 25px;
         column-gap: 25px;
    display: grid;
    grid-template-columns: 200px 1fr 150px;
    grid-template-areas: "visual text button";
  }
}
@media screen and (min-width: 1200px) {
  .folding-block__container {
    -moz-column-gap: 4%;
         column-gap: 4%;
    grid-template-columns: 360px 1fr 150px;
  }
}

.folding-block__visual-wrapper {
  position: relative;
}
@media screen and (min-width: 640px) {
  .folding-block__visual-wrapper {
    align-items: center;
    display: flex;
    grid-area: visual;
    justify-content: center;
  }
}
.folding-block__visual-wrapper:before {
  background: transparent url("/images/alcohol-free-zero-dot-zero.svg") 50% 50%/cover no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 86px;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  width: 88px;
  z-index: 1;
}
.folding-block__visual-wrapper:after {
  border-bottom: 17px solid #D2060D;
  content: "";
  display: block;
  height: 0;
  left: 0;
  width: 100%;
  position: absolute;
  top: 68px;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .folding-block__visual-wrapper:after {
    top: calc(50% + 10px);
  }
}

.folding-block__visual {
  height: 119px;
  position: relative;
  width: 100%;
}
.folding-block__visual:before, .folding-block__visual:after {
  border-bottom: 17px solid #D2060D;
  border-top: 17px solid #D2060D;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #919191 0%, #F8F8F8 100%);
  content: "";
  display: block;
  height: 51px;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.folding-block__visual:after {
  border-top-width: 0;
  top: 68px;
}

.folding-block__text {
  padding: 18px 18px 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .folding-block__text {
    padding: 18px 0 7px;
    grid-area: text;
    text-align: left;
  }
}

.folding-block__title {
  color: #168FC3;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 2.67px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .folding-block__title {
    font-size: 0.8125rem;
    letter-spacing: 2.17px;
  }
}

.folding-block__intro,
.folding-block__description {
  font-family: omnes-pro, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 1.5;
}

.folding-block__description {
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 640px) {
  .folding-block__description[aria-hidden=false] {
    padding-bottom: 14px;
  }
}

.folding-block__buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .folding-block__buttons {
    grid-area: button;
  }
}

.folding-block__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 2.17px;
  line-height: 1.35;
  margin-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .folding-block__button {
    margin-bottom: 0;
  }
}
.folding-block__button:after {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3E%3Cpath d='M9.116.116l1.768 1.768L5.5 7.268.116 1.884 1.884.116 5.5 3.733z' fill='%23333F48' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/100% auto no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 10px;
}
.folding-block__button--less {
  margin-top: 1rem;
}
.folding-block__button--less:after {
  transform: scaleY(-1);
}

.full-width-image {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .full-width-image {
    height: 450px;
  }
}
@media screen and (min-width: 640px) {
  .full-width-image {
    height: 500px;
  }
}

.full-width-image__image {
  height: 100%;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.full-width-image__text {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .full-width-image__text {
    padding: 50px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .full-width-image__text {
    padding: 50px 200px;
  }
}

.full-width-image__title {
  font-size: 1.75rem;
  line-height: 1.15;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .full-width-image__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .full-width-image__title {
    font-size: 2.5rem;
  }
}

.heading {
  margin-block: 3rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .heading {
    margin-block: 4.5rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .heading {
    margin-block: 6rem 4rem;
  }
}
.heading__title {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 1.11px;
  line-height: 1;
  margin-top: 1.35rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .heading__title {
    font-size: 1.8125rem;
    letter-spacing: 1.61px;
  }
}
@media screen and (min-width: 992px) {
  .heading__title {
    font-size: 2.375rem;
    letter-spacing: 2.11px;
  }
}
.heading__subtitle {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin: 0.85rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .heading__subtitle {
    font-size: 1.125rem;
  }
}

.image-width-text {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .image-width-text {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .image-width-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
  .image-width-text:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.image-width-text__image {
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  position: relative;
}
@media screen and (min-width: 992px) {
  .image-width-text__image {
    width: 47%;
  }
}
.image-width-text__image img {
  width: 100%;
}

.image-width-text__image-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .image-width-text__image-text {
    padding: 50px;
  }
}
@media screen and (min-width: 992px) {
  .image-width-text__image-text {
    padding: 75px;
  }
}

.image-width-text__content {
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .image-width-text__content {
    width: 47%;
  }
}
.image-width-text__content:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
  height: 3px;
  left: 0;
  top: 0;
  position: absolute;
  width: 45px;
}

.image-width-text__title {
  color: var(--current-color);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.layout-2-columns {
  margin-bottom: 3rem;
  padding-top: 20px;
  position: relative;
}
.layout-2-columns:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
  height: 3px;
  left: 18px;
  top: 0;
  position: absolute;
  width: 45px;
}
.layout-2-columns p {
  margin-top: 0;
}

.layout-2-columns__title {
  color: var(--current-color);
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .layout-2-columns__content {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .layout-2-columns__content {
    gap: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-2-columns__content {
    gap: 4rem;
  }
}

.layout-3-columns {
  margin-bottom: 3rem;
  padding-top: 20px;
  position: relative;
}
.layout-3-columns:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
  height: 3px;
  left: 18px;
  top: 0;
  position: absolute;
  width: 45px;
}
.layout-3-columns p {
  margin-top: 0;
}

.layout-3-columns__title {
  color: var(--current-color);
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .layout-3-columns__content {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .layout-3-columns__content {
    gap: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-3-columns__content {
    gap: 2rem;
  }
}

div.pb-outlets {
  margin: 30px 0;
}
@media screen and (min-width: 640px) {
  div.pb-outlets {
    margin: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  div.pb-outlets {
    margin: 60px 0;
  }
}
div.pb-outlets ul {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 400px) {
  div.pb-outlets ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 700px) {
  div.pb-outlets ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
div.pb-outlets li {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px 0 rgba(75, 32, 34, 0.15);
  display: block;
  margin: 0;
  padding: 15px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  div.pb-outlets li {
    padding: 20px;
  }
}
div.pb-outlets li:before {
  display: none;
}
div.pb-outlets a {
  display: block;
  margin: -15px;
  padding: 15px;
  text-decoration: none;
  transition: box-shadow 0.2s ease-out;
}
@media screen and (min-width: 640px) {
  div.pb-outlets a {
    margin: -20px;
    padding: 20px;
  }
}
div.pb-outlets a:hover {
  box-shadow: 0 10px 20px 0 rgba(75, 32, 34, 0.15);
}
div.pb-outlets img {
  display: block;
  height: 100px;
  margin: 0 auto 1rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
  width: 70%;
}
@media screen and (min-width: 640px) {
  div.pb-outlets img {
    height: 125px;
  }
}
div.pb-outlets p:not(.pb-outlets__pre-title) {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 992px) {
  div.pb-outlets p:not(.pb-outlets__pre-title) {
    font-size: 1.125rem;
  }
}

.pb-outlets__pre-title {
  color: #333E45;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 1;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .pb-outlets__pre-title {
    font-size: 1.27rem;
  }
}
@media screen and (min-width: 1200px) {
  .pb-outlets__pre-title {
    font-size: 1.3125rem;
  }
}

.pb-outlets__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .pb-outlets__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .pb-outlets__title {
    font-size: 4rem;
    letter-spacing: 3px;
  }
}

@media screen and (min-width: 640px) {
  .product-feature__wrapper--multiple-items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .product-feature__wrapper--multiple-items {
    gap: 40px;
  }
}

.product-feature {
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .product-feature {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .product-feature {
    margin-bottom: 3.5rem;
  }
}
.product-feature--with-product {
  padding-right: 50px;
}
@media screen and (min-width: 992px) {
  .product-feature--with-product {
    padding-right: 100px;
  }
}
@media screen and (min-width: 992px) {
  .product-feature--with-product .product-feature__pre-title,
.product-feature--with-product .product-feature__title {
    margin-right: 120px;
  }
}

.product-feature__header {
  position: relative;
}

.product-feature__image {
  margin-bottom: 1.5rem;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  width: 100%;
}

.product-feature__product-image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: min(90%, 500px);
  max-width: 100px;
  transform: translateX(50%);
}
@media screen and (min-width: 992px) {
  .product-feature__product-image {
    bottom: -2rem;
    max-width: 200px;
  }
}

.product-feature__pre-title {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .product-feature__pre-title {
    letter-spacing: 2.17px;
    font-size: 0.8125rem;
  }
}

.product-feature__title {
  color: #D2060D;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 1.3px;
  line-height: 1.15;
  margin: 0 0 0.9rem;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .product-feature__title {
    font-size: 1.4375rem;
    letter-spacing: 2px;
  }
}
.product-feature__title:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
  height: 3px;
  left: 0;
  top: 0;
  position: absolute;
  width: 45px;
}

.product-feature__description {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 1.15rem;
}
@media screen and (min-width: 640px) {
  .product-feature__description {
    font-size: 1.0625rem;
  }
}

.rich-text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .rich-text {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .rich-text {
    margin-bottom: 3.5rem;
  }
}
.rich-text--small {
  max-width: 800px;
}
.rich-text h1 {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .rich-text h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .rich-text h1 {
    font-size: 4rem;
    letter-spacing: 3px;
  }
}
.rich-text figure img {
  margin: 1rem auto;
}

.slider__wrapper {
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .slider__wrapper {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .slider__wrapper {
    margin-bottom: 3.5rem;
  }
}

.slider {
  height: 475px;
  margin-bottom: 20px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
}
@media screen and (min-width: 850px) {
  .slider {
    margin-bottom: 35px;
  }
}

.slider__slide {
  width: auto;
}

.slider__button-next,
.slider__button-prev {
  align-items: center;
  color: #333F48;
  cursor: pointer;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 70px;
}
.slider__button-next:after,
.slider__button-prev:after {
  display: none;
}
.slider__button-next:focus,
.slider__button-prev:focus {
  outline: none;
}
.slider__button-next:focus-visible,
.slider__button-prev:focus-visible {
  outline: 1px dotted #333F48;
}
.slider__button-next svg,
.slider__button-prev svg {
  width: 66px;
}

.slider__button-prev {
  padding-left: 4px;
  left: 0;
  right: auto;
}
@media screen and (min-width: 1235px) {
  .slider__button-prev {
    left: -33px;
  }
}

.slider__button-next {
  left: auto;
  padding-right: 4px;
  right: 0;
}
@media screen and (min-width: 1235px) {
  .slider__button-next {
    right: -33px;
  }
}

.slider__button--disabled {
  cursor: auto;
  opacity: 0.5;
}

.slider__scrollbar {
  background: #ccc;
  height: 1px;
  margin: 25px auto 0;
  max-width: 300px;
  width: 70%;
}
.slider__scrollbar .swiper-scrollbar-drag {
  background: var(--current-color);
}

.spacer {
  clear: both;
}
.spacer--small {
  height: 1.5rem;
}
.spacer--medium {
  height: 2.5rem;
}
.spacer--large {
  height: 4rem;
}
.spacer--extra-large {
  height: 8rem;
}

.body {
  margin-bottom: 50px;
}

body.has-age-check #cc-main {
  display: none;
}

#cc-main .cm-wrapper .cm {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 5px 20px 0 rgba(75, 32, 34, 0.08);
  max-width: 987px;
  padding: 1.25em 2em 1.25em 1.25em;
  width: calc(100% - 2.5em);
}
@media screen and (min-width: 992px) {
  #cc-main .cm-wrapper .cm {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 152 152'%3E%3Cpath d='m151.267 142.541-8.813 8.813h-22.541L151.267 120v22.541Zm0-40-48.813 48.813H79.913L151.267 80v22.541Zm0-40-88.9 88.9-22.454-.087L151.267 40v22.541Zm0-40L22.454 151.354 0 151.267 151.267 0v22.541Z' fill='%23D2060D' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-position: calc(100% + 1px) calc(100% + 1px);
    background-repeat: no-repeat;
    background-size: auto 70%;
    padding: 50px 115px 50px 60px;
  }
}
#cc-main .cm-wrapper .cm .cm__btn + .cm__btn {
  margin: 0;
}
@media screen and (min-width: 640px) {
  #cc-main .cm-wrapper .cm__body {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
#cc-main .cm-wrapper .cm__texts {
  padding: 0;
}
#cc-main .cm-wrapper .cm__title {
  color: #D2060D;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.073rem;
  margin-block-end: 0.5em;
  text-transform: uppercase;
}
#cc-main .cm-wrapper .cm__title + .cm__desc {
  margin-top: 0;
}
#cc-main .cm-wrapper .cm__desc {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  padding: 0;
}
#cc-main .cm-wrapper .cm__desc a,
#cc-main .cm-wrapper .cm__desc button,
#cc-main .cm-wrapper .cm__desc .cc-link {
  border-bottom: none;
  color: #333F48;
  font-weight: 400;
  -webkit-text-decoration: underline rgba(151, 151, 151, 0.5);
          text-decoration: underline rgba(151, 151, 151, 0.5);
  text-underline-offset: 2px;
  transition: -webkit-text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}
#cc-main .cm-wrapper .cm__desc a:hover,
#cc-main .cm-wrapper .cm__desc button:hover,
#cc-main .cm-wrapper .cm__desc .cc-link:hover {
  -webkit-text-decoration-color: #979797;
          text-decoration-color: #979797;
}
#cc-main .cm-wrapper .cm__btns {
  align-items: center;
  border-top: 0 !important;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  #cc-main .cm-wrapper .cm__btns {
    margin-left: 10%;
    margin-top: 0;
  }
}
#cc-main .cm-wrapper .cm__btn-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#cc-main .cm-wrapper .cm__btn:not(.cm__btn--secondary) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--current-color);
  border-radius: 4px;
  border: 0;
  box-shadow: 0 7px 20px 0 rgba(97, 0, 3, 0.28);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  filter: contrast(100%);
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
  outline: none;
  padding: 0.75rem 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 0.35s ease, filter 0.25s ease !important;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  #cc-main .cm-wrapper .cm__btn:not(.cm__btn--secondary) {
    font-size: 0.875rem;
    letter-spacing: 2.33px;
    padding: 0.9rem 1.25rem;
  }
}
#cc-main .cm-wrapper .cm__btn:not(.cm__btn--secondary):hover {
  box-shadow: 0 2px 10px 0 rgba(97, 0, 3, 0.28);
  filter: contrast(110%);
}
#cc-main .cm-wrapper .cm__btn:not(.cm__btn--secondary):focus-visible {
  outline: 1px dotted #333F48;
  text-decoration: underline;
}
#cc-main .cm-wrapper .cm__btn--secondary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: 0.75rem;
  margin-left: 0;
  margin-top: 0.5em;
  overflow: auto;
  padding: 0.5em 2px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
  width: auto;
}
@media screen and (min-width: 992px) {
  #cc-main .cm-wrapper .cm__btn--secondary {
    margin-top: 1.25em;
  }
}
#cc-main .cm-wrapper .cm__btn--secondary:before, #cc-main .cm-wrapper .cm__btn--secondary:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  left: 2px;
  position: absolute;
  width: calc(100% - 4px);
}
#cc-main .cm-wrapper .cm__btn--secondary:before {
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s ease 0.3s;
}
#cc-main .cm-wrapper .cm__btn--secondary:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.2s ease 0;
}
#cc-main .cm-wrapper .cm__btn--secondary:hover {
  background: transparent;
}
#cc-main .cm-wrapper .cm__btn--secondary:hover:before {
  transform: scale(1);
}
#cc-main .cm-wrapper .cm__btn--secondary:hover:after {
  transform: scaleX(0);
}
#cc-main .cm-wrapper .cm__btn--secondary:focus-visible {
  outline: 1px dotted #333F48;
  text-decoration: underline;
}

.directions {
  margin: 1rem 0 50px;
}

.directions__title {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2.17px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.direction {
  display: flex;
  width: 100%;
}
.direction:last-of-type .direction__description {
  border-bottom: 0;
}

.direction__step {
  align-items: center;
  color: #333F48;
  display: flex;
  flex-shrink: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 900;
  justify-content: flex-start;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
  width: 50px;
}
@media screen and (min-width: 640px) {
  .direction__step {
    width: 70px;
  }
}
@media screen and (min-width: 992px) {
  .direction__step {
    font-size: 0.875rem;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .direction__step {
    width: 90px;
  }
}

.direction__description {
  border-bottom: 1px solid #CBD7DF;
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.64rem;
  padding: 10px 0 10px 15px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .direction__description {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 992px) {
  .direction__description {
    padding: 10px 0 10px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .direction__description {
    padding: 20px 30px;
  }
}
.direction__description a {
  color: #333F48;
}

.direction__hashtag a {
  background: var(--current-color);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.75px;
  line-height: 1;
  margin: 0 0 0 20px;
  padding: 5px;
  position: relative;
  transform: rotate(-2deg);
  text-decoration: none;
  text-transform: uppercase;
}

.filter__list {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px 0 rgba(75, 32, 34, 0.15);
  display: flex;
  margin-top: 15px;
  padding: 9px 5px;
}
@media screen and (min-width: 640px) {
  .filter__list {
    margin: 30px 18px 0;
    padding: 16px;
  }
}

.filter {
  align-items: center;
  border-right: 1px solid rgba(151, 151, 151, 0.5);
  color: #D2060D;
  display: flex;
  flex: 1;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.31px;
  line-height: 1;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .filter {
    font-size: 1rem;
    letter-spacing: 1.75px;
    padding: 11px 20px;
  }
}
.filter:last-child {
  border-right: 0;
}
.filter--active span:after, .filter:hover span:after {
  transform-origin: left center;
  transform: scale(1);
}
.filter--active {
  position: relative;
}
.filter--active:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -18px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
@media screen and (min-width: 640px) {
  .filter--active:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -26px;
  }
}
.filter span {
  display: block;
  padding: 13px 0;
  pointer-events: none;
  text-align: center;
}
.filter span:after {
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
}

.filter__loading {
  display: none;
  filter: brightness(20%);
  height: 800px;
  width: 100%;
}

.page-footer {
  background: #FCFCFC url("/images/liefmans-on-the-rocks-logo-2021.svg") 50% 20px no-repeat;
  background-size: 120px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "column1 column1" "column2 column2" "contact contact" "updates updates" "languages languages" "social social" "shop shop" "credits brewers" "legal legal";
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  padding-top: 100px;
}
@media screen and (min-width: 640px) {
  .page-footer {
    grid-template-areas: "column1 column2" "shop contact" "updates updates" "social languages" "credits brewers" "legal legal";
  }
}
@media screen and (min-width: 992px) {
  .page-footer {
    background-position: 50% 85px;
    background-size: 277px;
    padding-top: 265px;
    grid-template-columns: 0 repeat(8, 1fr) 0;
    grid-template-areas: ". column1 column1 column2 column2 contact contact updates updates ." ". shop shop social social languages languages brewers brewers ." ". . legal legal legal legal legal legal credits .";
    overflow: hidden;
  }
}
@media screen and (min-width: 1260px) {
  .page-footer {
    grid-template-columns: auto repeat(8, 150px) auto;
  }
}
.page-footer > * {
  border-top: 1px solid #E7E7E7;
  display: block;
  margin: 0 6px;
  padding: 11px;
}
@media screen and (min-width: 992px) {
  .page-footer > * {
    margin: 0;
    padding: 25px;
  }
}
.page-footer h4 {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .page-footer h4 {
    font-size: 0.875rem;
    letter-spacing: 1.1px;
  }
}
.page-footer p {
  margin: 0;
}
.page-footer .page-footer__link a {
  padding-block: 4px;
}

.page-footer__beer,
.page-footer__inspiration,
.page-footer__navigation-column,
.page-footer__contact,
.page-footer__updates {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .page-footer__beer,
.page-footer__inspiration,
.page-footer__navigation-column,
.page-footer__contact,
.page-footer__updates {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .page-footer__beer,
.page-footer__inspiration,
.page-footer__navigation-column,
.page-footer__contact,
.page-footer__updates {
    padding-top: 30px;
  }
}
.page-footer__beer h4,
.page-footer__inspiration h4,
.page-footer__navigation-column h4,
.page-footer__contact h4,
.page-footer__updates h4 {
  margin-bottom: 8px;
}
.page-footer__beer a,
.page-footer__inspiration a,
.page-footer__navigation-column a,
.page-footer__contact a,
.page-footer__updates a {
  color: var(--current-color);
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 1.42px;
  line-height: 2;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .page-footer__beer a,
.page-footer__inspiration a,
.page-footer__navigation-column a,
.page-footer__contact a,
.page-footer__updates a {
    font-size: 0.875rem;
    letter-spacing: 1.5px;
  }
}

.page-footer__navigation-column {
  grid-area: column1;
}
@media screen and (min-width: 640px) {
  .page-footer__navigation-column {
    border-right: 1px solid #E7E7E7;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-footer__navigation-column {
    position: relative;
  }
  .page-footer__navigation-column:before {
    background: #E7E7E7;
    bottom: 100%;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    position: absolute;
    width: calc(50vw - 600px);
  }
}
.page-footer__navigation-column--one-column {
  grid-area: column1/column1/column1/column2;
}
@media screen and (min-width: 640px) {
  .page-footer__navigation-column--one-column .page-footer__links {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) {
  .page-footer__navigation-column--one-column .page-footer__link {
    width: 50%;
  }
}
.page-footer__navigation-column + .page-footer__navigation-column {
  grid-area: column2;
}
@media screen and (min-width: 640px) {
  .page-footer__navigation-column + .page-footer__navigation-column {
    border-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-footer__navigation-column + .page-footer__navigation-column {
    border-right: 1px solid #E7E7E7;
  }
}

.page-footer__contact {
  grid-area: contact;
}
@media screen and (min-width: 640px) {
  .page-footer__contact {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-footer__contact {
    border-right: 1px solid #E7E7E7;
  }
}

.page-footer__updates {
  display: none;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  grid-area: updates;
  line-height: 1.35;
}
@media screen and (min-width: 992px) {
  .page-footer__updates {
    display: block;
    position: relative;
  }
  .page-footer__updates:before {
    background: #E7E7E7;
    bottom: 100%;
    content: "";
    display: block;
    height: 1px;
    left: 100%;
    position: absolute;
    width: calc(50vw - 600px);
  }
}
.page-footer__updates p {
  margin: 0.75rem 0 1rem;
}

.page-footer__language-picker,
.page-footer__social,
.page-footer__shop {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.page-footer__language-picker h4,
.page-footer__social h4,
.page-footer__shop h4 {
  font-weight: 700;
  letter-spacing: 1.42px;
}
@media screen and (min-width: 992px) {
  .page-footer__language-picker h4,
.page-footer__social h4,
.page-footer__shop h4 {
    letter-spacing: 1.5px;
  }
}
.page-footer__language-picker img,
.page-footer__social img,
.page-footer__shop img {
  color: #333F48;
}

.page-footer__language-picker {
  grid-area: languages;
}
@media screen and (min-width: 640px) {
  .page-footer__language-picker {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-footer__language-picker {
    border-right: 1px solid #E7E7E7;
  }
}
.page-footer__language-picker .language-picker {
  width: auto;
}
.page-footer__language-picker .language-picker__button[aria-expanded=true] ~ .language-picker__dropdown {
  left: auto;
  right: 0;
}
@media screen and (min-width: 992px) {
  .page-footer__language-picker .language-picker__button[aria-expanded=true] ~ .language-picker__dropdown {
    bottom: -8px;
    flex-direction: column-reverse;
    top: auto;
  }
}
.page-footer__language-picker .language-picker__button[aria-expanded=true] ~ .language-picker__dropdown .language-picker__select-description {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .page-footer__language-picker .language-picker__button[aria-expanded=true] ~ .language-picker__dropdown .language-picker__select-description {
    padding: 5px 22px 14px;
  }
}
@media screen and (min-width: 992px) {
  .page-footer__language-picker .language-picker__button[aria-expanded=true] ~ .language-picker__dropdown .language-picker__list {
    margin: 0 0 3px;
  }
}

.page-footer__social {
  grid-area: social;
}
@media screen and (min-width: 640px) {
  .page-footer__social {
    border-right: 1px solid #E7E7E7;
    margin-right: 0;
  }
}
.page-footer__social .page-footer__social-list {
  color: #333F48;
  display: flex;
  justify-content: flex-end;
}
.page-footer__social a {
  display: block;
  margin-left: 5px;
  padding: 7px;
}
.page-footer__social img {
  display: block;
  height: 17px;
  width: 17px;
}

.page-footer__shop {
  color: #333F48;
  grid-area: shop;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .page-footer__shop {
    border-right: 1px solid #E7E7E7;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-footer__shop {
    position: relative;
  }
  .page-footer__shop:before {
    background: #E7E7E7;
    bottom: 100%;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    position: absolute;
    width: calc(50vw - 600px);
  }
}
.page-footer__shop:hover h4:before {
  opacity: 0.35;
}
.page-footer__shop h4 {
  position: relative;
}
.page-footer__shop h4:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg fill='%23111' fill-rule='nonzero'%3E%3Cpath d='M65.788 8L36.564 37.224a4.402 4.402 0 000 6.223 4.403 4.403 0 006.223 0L72 14.233v9.77A4.001 4.001 0 0076 28c2.205 0 4-1.79 4-3.997V3.997c0-1.101-.447-2.1-1.17-2.824A3.983 3.983 0 0076.002 0H55.997A4.001 4.001 0 0052 4c0 2.205 1.79 4 3.997 4h9.791z'/%3E%3Cpath d='M80 48V28.985 70.03c0 5.506-3.967 9.97-8.867 9.97H8.867C3.97 80 0 75.527 0 70.03V9.97C0 4.464 3.967 0 8.867 0h42.7H32a4 4 0 110 8H10.278C9.005 8 8 9.195 8 10.669V69.33C8 70.78 9.02 72 10.278 72h59.444C70.995 72 72 70.805 72 69.331V48a4 4 0 118 0z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 11px;
  left: calc(100% + 5px);
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 11px;
}
@media screen and (min-width: 992px) {
  .page-footer__shop h4:before {
    height: 13px;
    width: 13px;
  }
}
.page-footer__shop img {
  width: 20px;
}

.page-footer__dwy {
  align-items: center;
  display: flex;
  grid-area: credits;
  margin-right: 0;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .page-footer__dwy {
    justify-content: flex-end;
    position: relative;
  }
  .page-footer__dwy:before {
    background: #E7E7E7;
    bottom: 100%;
    content: "";
    display: block;
    height: 1px;
    left: 100%;
    position: absolute;
    width: calc(50vw - 600px);
  }
}
.page-footer__dwy:hover img {
  opacity: 0.9;
}
.page-footer__dwy img {
  opacity: 0.15;
  transition: opacity 0.2s ease;
  width: 43px;
}

.page-footer__belgian-family-brewers {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  grid-area: brewers;
  margin-left: 0;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .page-footer__belgian-family-brewers {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
  }
  .page-footer__belgian-family-brewers:before {
    background: #E7E7E7;
    bottom: 100%;
    content: "";
    display: block;
    height: 1px;
    left: 100%;
    position: absolute;
    width: calc(50vw - 600px);
  }
}
@media screen and (min-width: 992px) {
  .page-footer__belgian-family-brewers:hover img {
    box-shadow: 0 1px 16px 0 rgba(75, 32, 34, 0.7);
  }
}
.page-footer__belgian-family-brewers img {
  width: 52px;
}
@media screen and (min-width: 992px) {
  .page-footer__belgian-family-brewers img {
    box-shadow: 0 4px 16px 0 rgba(75, 32, 34, 0.36);
    transition: box-shadow 0.4s ease;
    width: 48px;
  }
}

.page-footer__legal {
  color: rgba(51, 63, 72, 0.5);
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  grid-area: legal;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-footer__legal {
    font-size: 0.875rem;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .page-footer__legal:after {
    background: #E7E7E7;
    bottom: 100%;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    position: absolute;
    width: calc(50vw - 300px);
  }
}
.page-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-footer__legal li:not(:last-child):after {
  content: "•";
  margin-inline: 0.75ch;
}
.page-footer__legal button {
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  width: auto;
}
.page-footer__legal button:focus-within, .page-footer__legal button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.page-footer__legal a,
.page-footer__legal button {
  border-bottom: 1px solid #E7E7E7;
  color: #333F48;
  margin-left: 1ch;
  text-decoration: none;
}

/**
 * TODO - include tailwind and generate classes instead
 */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px) {
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.col {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

@media (min-width: 768px) {
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
}
.pt-8 {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .md\:pt-16 {
    padding-top: 4rem;
  }
}
.z-10 {
  z-index: 10;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

.left-0 {
  left: 0;
}

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

.h-px {
  height: 1px;
}

.border-gray-600 {
  --border-opacity: 1;
  border-color: #8b8c8b;
  border-color: rgba(139, 140, 139, var(--border-opacity));
}

.bg-gray-400 {
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
}

.font-headers {
  font-family: Westmount, sans-serif;
  /* TODO move the font-family variable to a central place */
}

.w-full {
  width: 100%;
}

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

.border-dashed {
  border-style: dashed;
}

.border {
  border-width: 1px;
}

.-mt-11px {
  margin-top: -11px;
}

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

@media (min-width: 768px) {
  .md\:-mt-25px {
    margin-top: -25px;
  }
}
/*.h24 {
  height: 6rem;
}*/
.text-0 {
  font-size: 0;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.page-footer__copyright {
  grid-area: copyright;
}

.page-footer__legal:not(.page-footer__copyright) {
  color: #333f48;
}

.page-footer {
  grid-template-areas: "column1 column1" "column2 column2" "contact contact" "updates updates" "languages languages" "social social" "shop shop" "copyright copyright" "credits brewers" "legal legal";
}

@media (min-width: 992px) {
  .page-footer {
    grid-template-areas: ". column1 column1 column2 column2 contact contact updates updates ." ". shop shop social social languages languages brewers brewers ." ". . copyright copyright copyright copyright copyright copyright credits ." ". legal legal legal legal legal legal legal legal .";
  }
}
@media (min-width: 1260px) {
  .page-footer {
    grid-template-areas: ". column1 column1 column2 column2 contact contact updates updates ." ". shop shop social social languages languages brewers brewers ." ". . copyright copyright copyright copyright copyright copyright credits ." "legal legal legal legal legal legal legal legal legal legal";
  }
}
.page-header {
  --gap: 0;
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1750px;
  padding: 14px 17px 18px;
  position: relative;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  .page-header {
    --gap: 1.5ch;
    height: auto;
    gap: var(--gap);
    padding: 25px 23px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header {
    --gap: 3ch;
  }
}
.page-header:before {
  background: #FCFCFC;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 3px), auto calc(100% + 5px);
          mask-size: 100% calc(100% - 3px), auto calc(100% + 5px);
  -webkit-mask-position: left top, left -5px;
          mask-position: left top, left -5px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-header:before {
    display: none;
  }
}

.page-header__logo {
  background: transparent url("/images/liefmans-on-the-rocks-logo-2021.svg") 50% 50% no-repeat;
  background-size: 100%;
  display: block;
  height: 60px;
  max-width: 120px;
  text-indent: -9999px;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .page-header__logo {
    margin: 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .page-header__logo {
    height: 84px;
    max-width: 166px;
  }
}
.page-header__logo a {
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.page-header__language-picker {
  flex-shrink: 0;
  width: 100px;
}
@media screen and (min-width: 992px) {
  .page-header__language-picker {
    position: absolute;
    right: 23px;
    top: 0;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-header__language-picker .language-picker__button {
    background: #D2060D;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    letter-spacing: 0;
  }
  .page-header__language-picker .language-picker__button[aria-expanded=true] {
    border-bottom-right-radius: 0;
  }
}

.page-header__right {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-header__right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: var(--gap);
    width: 50%;
  }
}

.page-header__main-navigation {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-header__main-navigation {
    display: flex;
    justify-content: space-evenly;
    gap: var(--gap);
  }
}
.page-header__main-navigation--left {
  justify-content: flex-start;
}
.page-header__main-navigation--right {
  justify-content: flex-end;
}
.page-header__main-navigation a {
  color: #333F48;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.84375rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  padding-block: 10px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-header__main-navigation a:hover {
  color: #111;
}
.page-header__main-navigation a:before {
  height: 0.75rem;
  width: 0.75rem;
}
.page-header__main-navigation a.red {
  font-size: 1rem;
  letter-spacing: 1.75px;
}

.page-header__social-navigation {
  display: flex;
}
.page-header__social-navigation a {
  color: #fff;
  display: block;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .page-header__social-navigation a {
    color: #333F48;
  }
}
.page-header__social-navigation a:last-of-type {
  padding-right: 0;
}
.page-header__social-navigation img {
  display: block;
  height: 17px;
  width: 17px;
}

.page-header__mobile-nav-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  height: 22px;
  letter-spacing: 1.42px;
  padding: 0 30px 0 0;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  width: 100px;
}
@media screen and (min-width: 992px) {
  .page-header__mobile-nav-button {
    display: none;
  }
}
.page-header__mobile-nav-button:hover {
  opacity: 0.85;
}
.page-header__mobile-nav-button:focus-visible {
  outline: 1px dotted #333F48;
}
.page-header__mobile-nav-button span {
  color: #D2060D;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1;
  text-align: right;
}
.page-header__mobile-nav-button:after {
  background: transparent url("data:image/svg+xml,%3Csvg width='20px' height='21px' viewBox='0 0 20 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill='%23D2060D' fill-rule='nonzero'%3E%3Cpolygon id='Line-3' points='20 0 20 3 0 3 0 0'%3E%3C/polygon%3E%3Cpolygon id='Line-3' points='20 6 20 9 0 9 0 6'%3E%3C/polygon%3E%3Cpolygon id='Line-3' points='20 12 20 15 0 15 0 12'%3E%3C/polygon%3E%3Cpolygon id='Line-3' points='20 18 20 21 0 21 0 18'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") top right no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 21px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  right: 0;
  transition: height 0.3s ease;
  top: -1px;
  width: 20px;
}

.page-header__site-switcher {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-header__site-switcher {
    display: block;
    position: absolute;
    right: 70px;
    top: 0;
  }
}

.site-switcher-header__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-switcher-header__item {
  margin-right: 30px;
}

.site-switcher-header__link {
  color: rgba(51, 63, 72, 0.7);
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-switcher-header__link:hover {
  color: #333F48;
  text-decoration: underline;
}

.hero__wrapper {
  overflow: hidden;
  position: relative;
}

.hero {
  margin: 0 auto;
  max-width: 1750px;
}
.hero .hero__stripes {
  top: 200px;
}
@media screen and (min-width: 640px) {
  .hero .hero__stripes {
    top: 300px;
  }
}
@media screen and (min-width: 992px) {
  .hero .hero__stripes {
    top: 50%;
  }
}

.hero__item {
  background: transparent 50% 50% no-repeat;
  background-size: cover;
  margin: 0 7px 10px;
  position: relative;
  width: calc(100% - 14px);
}
@media screen and (min-width: 992px) {
  .hero__item {
    height: 800px;
    margin-left: 23px;
    margin-right: 23px;
    width: calc(100% - 46px);
  }
}
.hero__item h2 {
  margin: 0;
}

.hero__image-wrapper {
  height: 400px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .hero__image-wrapper {
    height: 600px;
  }
}
@media screen and (min-width: 992px) {
  .hero__image-wrapper {
    height: 100%;
  }
}

.hero__text {
  margin: 0 auto;
  max-width: calc(100% - 36px);
}
@media screen and (min-width: 992px) {
  .hero__text {
    bottom: 67px;
    left: 37px;
    position: absolute;
    top: auto;
    z-index: 11;
  }
}

.hero__title-wrapper {
  bottom: 20px;
  left: 30px;
  max-width: calc(100% - 60px);
  padding-right: 20px;
  position: absolute;
  z-index: 11;
}
@media screen and (min-width: 992px) {
  .hero__title-wrapper {
    bottom: 260px;
  }
}

.hero__title {
  color: #fff;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 2.89px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .hero__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .hero__title {
    font-size: 3.25rem;
  }
}

.hero__subtitle {
  color: #fff;
  display: block;
  font-family: flood-std, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .hero__subtitle {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .hero__subtitle {
    font-size: 3.25rem;
  }
}

.hero__description {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(75, 75, 75, 0.08);
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: -5px;
  padding: 20px 22px 32px;
}
@media screen and (min-width: 640px) {
  .hero__description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .hero__description {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 1.3125rem;
    margin: 0.8rem 0 1.15rem;
    max-width: 650px;
    padding: 0;
  }
}

.hero__cta {
  transform: translate(22px, -50%);
}
@media screen and (min-width: 992px) {
  .hero__cta {
    transform: none;
  }
}

.hero__background {
  height: 100%;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.hero__video {
  height: 100%;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.hero__background-overlay {
  background-image: linear-gradient(42deg, black 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  left: 0;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.hero__stripes {
  height: 175px;
  left: 0;
  margin: 1px auto 0;
  max-width: 1750px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .hero__stripes {
    height: 350px;
  }
}
.hero__stripes--back {
  margin-top: 0;
  max-width: none;
  width: 100vw;
  z-index: 0;
}
.hero__stripes--back .hero__stripe--3 {
  background-image: linear-gradient(90deg, rgba(210, 6, 13, 0) 49%, rgba(210, 6, 13, 0) 50%, #D2060D 51%, #D2060D 100%);
}

.hero__stripe {
  display: block;
  height: 25px;
  margin-bottom: 25px;
  transform-origin: center center;
  transform: skewY(-6deg);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hero__stripe {
    height: 50px;
    margin-bottom: 50px;
  }
}
.hero__stripe--1 {
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, #fff 100%);
}
.hero__stripe--2 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.hero__stripe--3 {
  background-image: linear-gradient(90deg, rgba(210, 6, 13, 0) 40%, #D2060D 100%);
}
.hero__stripe--4 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 60%, #fff 100%);
}

.homepage-products {
  margin-block: -10px 50px;
  margin-inline: auto;
  overflow: hidden;
  padding-top: 1px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .homepage-products {
    margin-block-end: 0;
    margin-block-start: -160px;
    z-index: 10;
  }
  .homepage-products + * {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-products + * {
    margin-top: -100px;
  }
}
.homepage-products__on-the-rocks {
  margin: 0 12px;
  position: relative;
}
.homepage-products__image {
  display: block;
  margin: 30px auto 0;
  max-width: 340px;
  width: 45%;
}
.homepage-products__image img,
.homepage-products__image source {
  height: 100%;
  width: 100%;
}
.homepage-products__badge {
  margin: auto;
  max-height: 186px;
  max-width: 194px;
  position: absolute;
  right: 12px;
  top: 0;
  width: 23%;
}
@media screen and (min-width: 992px) {
  .homepage-products__badge {
    bottom: 0;
    left: calc(50% + 220px);
    right: auto;
  }
}
.homepage-products__title {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 1.11px;
  line-height: 1;
  margin-top: 1.35rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .homepage-products__title {
    font-size: 1.8125rem;
    letter-spacing: 1.61px;
  }
}
@media screen and (min-width: 992px) {
  .homepage-products__title {
    font-size: 2.375rem;
    letter-spacing: 2.11px;
  }
}
.homepage-products__subtitle {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin: 0.85rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .homepage-products__subtitle {
    font-size: 1.125rem;
  }
}
.homepage-products__products {
  position: relative;
}
@media screen and (min-width: 992px) {
  .homepage-products__products {
    padding-block-end: 370px;
  }
}
.homepage-products__list {
  background-image: linear-gradient(#F4F4F4 0px, rgba(252, 252, 252, 0) 200px);
  padding: 27px 26px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .homepage-products__list {
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 150px;
    justify-content: center;
    margin-top: -200px;
    padding-block: 240px 80px;
  }
  .homepage-products__list:before {
    background: #F2F2F2;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
            mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
    -webkit-mask-repeat: no-repeat, repeat-x;
            mask-repeat: no-repeat, repeat-x;
    -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
            mask-size: 100% calc(100% - 10px), auto 100%;
    -webkit-mask-position: left 5px, left top;
            mask-position: left 5px, left top;
    max-width: 1750px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 46px);
    z-index: -2;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-products__list {
    padding-block-end: 210px;
  }
}
.homepage-products__item {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 992px) {
  .homepage-products__item {
    justify-content: center;
  }
  .homepage-products__item:nth-child(1) .homepage-products__item__bottle {
    left: calc(50% - 545px);
    bottom: -325px;
    transform: rotate(-8deg);
  }
  .homepage-products__item:nth-child(1) .homepage-products__item__text {
    translate: -50px 0;
  }
  .homepage-products__item:nth-child(2) .homepage-products__item__bottle {
    left: calc(50% + 265px);
    top: -235px;
    transform: rotate(10deg);
  }
  .homepage-products__item:nth-child(2) .homepage-products__item__text {
    translate: 205px 0;
  }
  .homepage-products__item:nth-child(3) .homepage-products__item__bottle {
    left: calc(50% - 410px);
    top: -182px;
    transform: rotate(-5deg);
  }
  .homepage-products__item:nth-child(3) .homepage-products__item__text {
    translate: -250px 0;
  }
  .homepage-products__item:nth-child(4) .homepage-products__item__bottle {
    left: calc(50% + 60px);
    top: -152px;
    transform: rotate(8deg);
  }
  .homepage-products__item:nth-child(4) .homepage-products__item__text {
    translate: 130px 0;
  }
}
.homepage-products__item:not(:first-child) {
  margin-block-start: -20px;
}
.homepage-products__item--odd {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .homepage-products__item--odd .homepage-products__item__bottle {
    transform: rotate(7deg) translateX(20px);
  }
}
@media screen and (min-width: 992px) {
  .homepage-products__item--even {
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .homepage-products__item--even .homepage-products__item__bottle {
    transform: rotate(-7deg) translateX(-20px);
  }
}
.homepage-products__item--alcoholfree ::-moz-selection {
  background-color: #168FC3;
}
.homepage-products__item--alcoholfree ::selection {
  background-color: #168FC3;
}
.homepage-products__item--alcoholfree .homepage-products__item__title {
  color: #168FC3;
}
.homepage-products__item--peach ::-moz-selection {
  background-color: #FFA776;
}
.homepage-products__item--peach ::selection {
  background-color: #FFA776;
}
.homepage-products__item--peach .homepage-products__item__title {
  color: #FFA776;
}
.homepage-products__item__bottle {
  height: auto;
  width: 117px;
}
@media screen and (min-width: 992px) {
  .homepage-products__item__bottle {
    filter: drop-shadow(40px 52px 54px rgba(0, 0, 0, 0.16));
    position: absolute;
    width: 189px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-products__item__bottle {
    width: 224px;
  }
}
.homepage-products__item__text {
  max-width: 590px;
  position: relative;
  width: 65%;
}
@media screen and (min-width: 992px) {
  .homepage-products__item__text {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(75, 32, 34, 0.08);
    padding: 33px 27px 45px;
  }
}
.homepage-products__item__pre-title {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .homepage-products__item__pre-title {
    font-size: 0.8125rem;
    margin: 0 0 0.875rem;
  }
}
.homepage-products__item__title {
  color: #D2060D;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .homepage-products__item__title {
    font-size: 1.4375rem;
  }
}
.homepage-products__item__description {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .homepage-products__item__description {
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 1.53;
  }
}
.homepage-products__item__button {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .homepage-products__item__button {
    margin: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 100%;
  }
}
.homepage-products__background-stripes {
  display: none;
}
@media screen and (min-width: 992px) {
  .homepage-products__background-stripes {
    display: block;
    margin-inline: -26px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: calc(100% + 52px);
    z-index: -1;
  }
}

.how-to-participate {
  color: #fff;
  padding-top: 2rem;
  position: relative;
}
@media screen and (min-width: 640px) {
  .how-to-participate {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .how-to-participate {
    padding-top: 5rem;
  }
}

.how-to-participate__background {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.how-to-participate__background img,
.how-to-participate__background source {
  height: 100%;
  left: 0;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.how-to-participate__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .how-to-participate__title {
    font-size: 1.3125rem;
    letter-spacing: 2px;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .how-to-participate__title {
    font-size: 1.625rem;
    letter-spacing: 3.1px;
    margin-bottom: 4rem;
  }
}

.how-to-participate__list {
  list-style: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .how-to-participate__list {
    display: flex;
    justify-content: space-between;
  }
}
.how-to-participate__list li {
  display: block;
  padding: 30px 18px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.how-to-participate__list li:before {
  background: transparent url("/images/how-to-participate-circle.svg") 50% 50% no-repeat;
  content: "";
  display: block;
  height: 168px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 168px;
}
@media screen and (min-width: 1100px) {
  .how-to-participate__list li:after {
    background: transparent url("/images/how-to-participate-divider.svg") 50% 50% no-repeat;
    content: "";
    display: block;
    height: 14px;
    left: 78%;
    position: absolute;
    top: 75px;
    width: 210px;
  }
  .how-to-participate__list li:last-child:after {
    display: none;
  }
}
.how-to-participate__list img {
  height: 100px;
  margin: 0 auto 30px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100px;
}
.how-to-participate__list p {
  font-size: 1.188rem;
  line-height: 1.32;
  margin: 0 auto;
  max-width: 330px;
}

.how-to-participate__footer {
  position: relative;
  text-align: center;
  transform: translateY(50%);
  z-index: 1;
}

.ingredients {
  margin-bottom: 40px;
}

.ingredients__title {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2.17px;
  line-height: 1;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.ingredients__list {
  -moz-columns: 2;
       columns: 2;
  -moz-column-rule: solid 1px #CBD7DF;
       column-rule: solid 1px #CBD7DF;
  width: 100%;
}

.ingredient {
  align-items: center;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
  padding: 5px;
}

.ingredient__label {
  color: #333F48;
  display: inline-block;
  font-family: omnes-pro, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  margin-bottom: 3px;
  max-width: 135px;
}

.ingredient__quantity {
  color: #333F48;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.2rem;
  text-transform: uppercase;
}

.instagram-feed__wrapper {
  position: relative;
}
.instagram-feed__wrapper:before, .instagram-feed__wrapper:after {
  border-bottom: 25px solid #D2060D;
  border-top: 25px solid #D2060D;
  content: "";
  display: block;
  height: 75px;
  left: 0;
  width: 100%;
  position: absolute;
  transform-origin: center center;
  transform: translateY(calc(-50% - 50px)) skewY(-6deg);
  top: 135px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .instagram-feed__wrapper:before, .instagram-feed__wrapper:after {
    top: 50%;
  }
}
.instagram-feed__wrapper:after {
  transform: translateY(calc(-50% + 50px)) skewY(-6deg);
}

.instagram-feed {
  overflow: hidden;
}

.instagram-feed__header {
  display: flex;
  justify-content: space-between;
  padding: 0 13px;
}
@media screen and (min-width: 992px) {
  .instagram-feed__header {
    padding: 10px 30px 0;
  }
}
@media screen and (min-width: 1260px) {
  .instagram-feed__header {
    padding: 10px calc(50vw - 600px) 0;
  }
}

.instagram-feed__feed-info {
  display: flex;
  justify-content: flex-start;
}

.instagram-feed__instagram-icon {
  color: #333F48;
  margin: 16px 10px 16px 0;
  width: 17px;
}
@media screen and (min-width: 375px) {
  .instagram-feed__instagram-icon {
    margin-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .instagram-feed__instagram-icon {
    margin-right: 19px;
    width: 21px;
  }
}

.instagram-feed__link {
  border-left: 1px solid #DACCCC;
  color: #333F48;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.8125rem;
  letter-spacing: 1.13px;
  line-height: 1;
  padding: 17px 0 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .instagram-feed__link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .instagram-feed__link {
    font-size: 1rem;
    padding-left: 19px;
    padding-right: 19px;
    padding: 21px 19px 15px;
  }
}
.instagram-feed__link .instagram-feed__account:after {
  content: "•";
  margin: 0 3px 0 6px;
  position: relative;
  top: -1px;
}
.instagram-feed__link .instagram-feed__follow {
  color: #333F48;
  font-size: 0.6875rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 992px) {
  .instagram-feed__link .instagram-feed__follow {
    font-size: 0.8125rem;
  }
}
.instagram-feed__link .instagram-feed__follow:hover {
  color: #333F48;
}
.instagram-feed__link .instagram-feed__follow:before, .instagram-feed__link .instagram-feed__follow:after {
  left: 0;
  width: 100%;
}

.instagram-feed__buttons {
  align-items: center;
  display: flex;
}

.instagram-feed__slide-prev,
.instagram-feed__slide-next {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath d='M5.25.424L6.576 1.75 2.825 5.5l3.75 3.75-1.325 1.326L.174 5.5z' fill='%23C01023' fill-rule='nonzero'/%3E%3C/svg%3E") calc(50% - 2px) 50% no-repeat;
  background-size: 7px;
  border-radius: 100%;
  bottom: auto;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.16);
  height: 35px;
  left: auto;
  margin: 0 0 0 9px;
  position: static;
  right: auto;
  transition: box-shadow 0.2s ease;
  top: auto;
  width: 35px;
}
@media screen and (min-width: 375px) {
  .instagram-feed__slide-prev,
.instagram-feed__slide-next {
    height: 45px;
    width: 45px;
  }
}
@media screen and (min-width: 992px) {
  .instagram-feed__slide-prev,
.instagram-feed__slide-next {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
    background-size: 9px;
    height: 60px;
    width: 60px;
  }
}
.instagram-feed__slide-prev:hover,
.instagram-feed__slide-next:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .instagram-feed__slide-prev:hover,
.instagram-feed__slide-next:hover {
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.25);
  }
}
.instagram-feed__slide-prev:after,
.instagram-feed__slide-next:after {
  display: none;
}
.instagram-feed__slide-prev.swiper-button-disabled,
.instagram-feed__slide-next.swiper-button-disabled {
  opacity: 0.5;
}

.instagram-feed__slide-prev {
  background-position: 50% 50%;
  transform: scaleX(-1);
}

.instagram-feed__slider {
  padding: 20px 13px 25px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .instagram-feed__slider {
    padding: 25px 30px 50px;
  }
}
@media screen and (min-width: 1260px) {
  .instagram-feed__slider {
    padding: 25px calc(50vw - 600px) 50px;
  }
}

.instagram-feed__post {
  background: transparent;
  display: block;
  margin-right: 16px;
  text-decoration: none;
  width: 192px;
}
@media screen and (min-width: 992px) {
  .instagram-feed__post {
    height: 350px;
    margin-right: 22px;
    width: 350px;
  }
}
.instagram-feed__post:hover .instagram-feed__image:after {
  opacity: 0.2;
}
.instagram-feed__post:hover .instagram-feed__image img,
.instagram-feed__post:hover .instagram-feed__image source {
  transform: scale(1.1);
}

.instagram-feed__image {
  border-radius: 2.5px;
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.17);
  display: block;
  height: 192px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 192px;
}
@media screen and (min-width: 992px) {
  .instagram-feed__image {
    border-radius: 5px;
    box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.17);
    height: auto;
    width: 100%;
  }
}
.instagram-feed__image:after {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 7%, #000000 90%);
  border-radius: 2.5px;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .instagram-feed__image:after {
    border-radius: 5px;
    opacity: 0.5;
  }
}
.instagram-feed__image img,
.instagram-feed__image source {
  height: 100%;
  transition: transform 0.4s ease;
  width: 100%;
}

.instagram-feed__caption {
  color: #626E77;
  display: block;
  font-family: omnes-pro, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .instagram-feed__caption {
    bottom: 21px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    left: 22px;
    position: absolute;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
    width: calc(100% - 44px);
    z-index: 2;
  }
}

.instagram-stream__wrapper {
  margin-top: 30px;
  overflow: hidden;
  padding: 40px 0 60px;
}
@media screen and (min-width: 992px) {
  .instagram-stream__wrapper {
    overflow: hidden visible;
    padding: 100px 0 140px;
  }
}

.instagram-stream {
  align-items: center;
  background: #F7F7F7;
  border-radius: 8px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 300px 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .instagram-stream {
    padding-bottom: 300px;
  }
}

.instagram-stream__title {
  background: var(--current-color);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-shadow: 10px 0 0 var(--current-color), -10px 0 0 var(--current-color);
  color: #fff;
  display: inline;
  font-size: 1rem;
  letter-spacing: 2.67px;
  line-height: 2;
  margin: 15px 0 0;
  padding: 7px 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .instagram-stream__title {
    z-index: 0;
  }
}

.instagram-stream__hashtag {
  display: block;
  margin: 20px 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .instagram-stream__hashtag {
    z-index: 0;
  }
}
.instagram-stream__hashtag a {
  color: #333F48;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.instagram-stream__hashtag a:hover {
  color: #111;
}
.instagram-stream__hashtag a:before {
  height: 1rem;
  width: 1rem;
}

.instagram-stream__refresh {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 27'%3E%3Cpath d='M15.133 1.34L13.744 0 8.671 4.906l5.081 4.897 1.386-1.341-.703-.682-1.979-1.908c5.253.278 9.404 4.46 9.404 9.584 0 5.305-4.447 9.6-9.954 9.6-5.507 0-9.954-4.295-9.954-9.6 0-2.98 1.413-5.728 3.795-7.54l.78-.595-1.218-1.494-.759.58C1.7 8.573 0 11.881 0 15.456c0 6.353 5.34 11.51 11.906 11.51 6.564 0 11.904-5.157 11.904-11.51l-.004-.293C23.65 9.139 18.694 4.26 12.508 3.96l-.081-.003 2.706-2.617z' fill='%23D2060D' fill-rule='nonzero'/%3E%3C/svg%3E") 50% calc(50% - 2px) no-repeat;
  background-size: 24px;
  border: 1.5px solid rgba(155, 162, 168, 0.18);
  border-radius: 100%;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: block;
  height: 60px;
  margin: -10px auto 0;
  position: relative;
  text-indent: -9999px;
  transform: translateY(50%);
  transition: all 0.2s ease;
  width: 60px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .instagram-stream__refresh {
    background-color: transparent;
    box-shadow: none;
    margin-top: 20px;
    transform: none;
    z-index: 0;
  }
}
.instagram-stream__refresh:hover {
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .instagram-stream__refresh:hover {
    background-color: rgba(155, 162, 168, 0.1);
    border-color: rgba(201, 201, 201, 0.6);
    box-shadow: none;
  }
}

.instagram-stream__post {
  border-radius: 5px;
  background: #D8D8D8;
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.17);
  display: none;
  left: calc(50% - 75px);
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: transform 0.7s ease;
  transform-origin: center;
  top: calc(50% - 75px);
  width: 150px;
}
@media screen and (min-width: 992px) {
  .instagram-stream__post {
    box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.17);
    height: 300px;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    width: 300px;
  }
}
.instagram-stream__post:after {
  background-image: linear-gradient(134deg, #FFFFFF 0%, #000000 100%);
  border-radius: 5px;
  content: "";
  display: block;
  height: 150px;
  left: calc(50% - 75px);
  opacity: 0.15;
  position: absolute;
  transition: opacity 0.2s ease;
  top: calc(50% - 75px);
  width: 150px;
}
@media screen and (min-width: 992px) {
  .instagram-stream__post:after {
    height: 300px;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    width: 300px;
  }
}
.instagram-stream__post:hover {
  z-index: 999999;
}
.instagram-stream__post:hover:after {
  opacity: 0;
}
.instagram-stream__post:hover picture {
  transform: scale(1.1);
}
.instagram-stream__post.highlight {
  border: 2px solid red;
}
.instagram-stream__post picture {
  border-radius: 5px;
  display: block;
  height: 100%;
  transition: transform 0.2s ease;
  width: 100%;
}
.instagram-stream__post picture img {
  height: auto;
  width: 100%;
}

.introduction__wrapper {
  overflow: hidden;
  position: relative;
}

.introduction {
  margin: 0 auto;
  max-width: 1200px;
}
.introduction--max-width {
  max-width: 1750px;
}
@media screen and (min-width: 1200px) {
  .introduction--max-width .introduction__content {
    padding-left: calc(100% - 1200px / 2);
  }
}
@media screen and (min-width: 992px) {
  .introduction--with-image {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "text image" "form image";
    padding: 0 23px 40px;
  }
}
.introduction--with-image .introduction__image {
  display: block;
  height: 300px;
  margin: 0 7px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  position: relative;
  width: calc(100% - 14px);
}
@media screen and (min-width: 992px) {
  .introduction--with-image .introduction__image {
    grid-area: image;
    height: 95%;
    margin: 0;
    width: auto;
  }
}
.introduction--with-image .introduction__image img,
.introduction--with-image .introduction__image source {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .introduction--with-image .introduction__content {
    grid-area: text;
  }
}

.introduction__content {
  margin-bottom: 15px;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .introduction__content {
    margin-bottom: 30px;
  }
}
.introduction__content-filler {
  display: none;
}
@media screen and (min-width: 992px) {
  .introduction__content-filler {
    display: block;
    float: right;
    height: 120px;
    width: 120px;
  }
}

.introduction__pre-title {
  color: #333E45;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 1;
  margin: 14px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .introduction__pre-title {
    font-size: 1.27rem;
  }
}
@media screen and (min-width: 992px) {
  .introduction__pre-title {
    font-size: 1.3125rem;
  }
}

.introduction__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .introduction__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .introduction__title {
    font-size: 4rem;
    letter-spacing: 3px;
  }
}

.introduction__text {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: 690px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .introduction__text {
    font-size: 1.125rem;
    padding-left: 50px;
    padding-right: 40px;
  }
  .introduction__text:before {
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
    content: "";
    display: block;
    filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
    height: 3px;
    left: 3px;
    top: 11px;
    position: absolute;
    width: 35px;
  }
}

.introduction__stripes {
  height: 175px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 150px;
  transform: translateY(-50%);
  width: 100%;
  z-index: 6;
}
@media screen and (min-width: 992px) {
  .introduction__stripes {
    height: 350px;
    top: 50%;
  }
}
.introduction__stripes--back {
  margin-top: 0;
  max-width: none;
  width: 100vw;
  z-index: 0;
}
.introduction__stripes--back .introduction__stripe {
  background: #D2060D;
}

.introduction__stripe {
  background-image: linear-gradient(90deg, rgba(210, 6, 13, 0.36) 0%, rgba(210, 6, 13, 0.44) 100%);
  display: block;
  height: 25px;
  margin-bottom: 25px;
  transform-origin: center center;
  transform: skewY(-10deg);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .introduction__stripe {
    height: 50px;
    margin-bottom: 50px;
  }
}
.introduction__stripe--2 {
  background-image: linear-gradient(90deg, rgba(210, 6, 13, 0.44) 0%, #D2060D 100%);
}

.language-picker {
  display: block;
  flex-shrink: 0;
  position: relative;
}

.language-picker__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  color: #333E45;
  cursor: pointer;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 1.42px;
  padding: 5px 8px;
  position: relative;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .language-picker__button {
    font-size: 0.84375rem;
  }
}
.language-picker__button:hover {
  opacity: 0.85;
}
.language-picker__button:focus-visible {
  outline: 1px dotted #333F48;
}
@media screen and (min-width: 992px) {
  .language-picker__button svg {
    position: relative;
    top: -1px;
  }
}
.language-picker__button[aria-expanded=true] svg {
  transform: scaleY(-1) translateY(1px);
}
.language-picker__button[aria-expanded=true] ~ .language-picker__dropdown {
  display: flex;
  flex-direction: column;
}

.language-picker__dropdown {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(95, 95, 95, 0.17);
  display: none;
  left: -4px;
  min-width: 150px;
  padding-top: 4px;
  position: absolute;
  top: -4px;
  z-index: 4;
}
@media screen and (min-width: 992px) {
  .language-picker__dropdown {
    left: auto;
    min-width: 200px;
    right: 0;
  }
}

.language-picker__select-description {
  color: rgba(51, 63, 72, 0.5);
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  margin: 0;
  padding: 7px 19px 5px;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .language-picker__select-description {
    padding: 8px 22px 5px;
    text-align: left;
  }
}

.language-picker__list {
  list-style: none;
  margin: 3px 0 0;
  padding: 0 8px;
}
.language-picker__list li {
  display: block;
}
.language-picker__list li:last-child a {
  border-bottom: none;
}

.language-picker__item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  color: #333F48;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 1;
  padding: 10px 11px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .language-picker__item {
    font-size: 0.875rem;
    padding: 14px 14px;
  }
}
.language-picker__item small {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .language-picker__item small {
    font-size: 0.875rem;
  }
}

.loading-screen {
  background: #FCFCFC;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  body.mobile-navigation-open {
    overflow: hidden;
    padding-top: 90px;
  }
  body.mobile-navigation-open:before {
    opacity: 1;
  }
  body.mobile-navigation-open .page-header {
    left: 0;
    position: fixed;
    top: 0;
  }
  body.mobile-navigation-open .page-header__mobile-nav-button:after {
    height: 3px;
  }
}

.mobile-navigation {
  background: #D2060D;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.6);
  color: #fff;
  left: 0;
  max-height: 0;
  overflow-x: hidden;
  position: fixed;
  scrollbar-width: none;
  transition: all 0.7s ease;
  top: 0;
  width: 100%;
  z-index: 9998;
}
@media screen and (min-width: 992px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation[aria-hidden=false] {
  max-height: 100%;
  max-height: min(900px, 100%);
  overflow-y: auto;
}

.mobile-navigation__list {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 13px;
  padding: 105px 0 15px;
  text-align: center;
}

.mobile-navigation__link {
  padding: 15px;
  text-align: center;
}
.mobile-navigation__link > a {
  color: #fff;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1.75px;
  padding: 7px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-navigation__link > a[target=_blank]:before {
  bottom: auto;
  height: 11px;
  left: calc(100% + 7px);
  filter: brightness(100);
  opacity: 0.85;
  top: 10px;
  width: 11px;
}

.mobile-navigation__social {
  align-content: stretch;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  margin: 0 13px;
}
.mobile-navigation__social a {
  border-left: 1px solid #fff;
  color: #fff;
  display: block;
  flex-grow: 1;
  padding: 20px;
}
.mobile-navigation__social svg {
  display: block;
  height: 17px;
  margin: 0 auto;
  width: 17px;
}

.mobile-navigation__share {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 13px;
  padding: 15px 15px 13px;
  text-align: center;
}

.mobile-navigation__share-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.31px;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.mobile-navigation__share-hashtag {
  display: inline-block;
  margin: 0;
}
.mobile-navigation__share-hashtag a {
  background: #fff;
  border-radius: 2px;
  color: #333E45;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1.75px;
  padding: 5px 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-navigation__belgian-family-breweries {
  margin: 0 13px 13px;
  text-align: right;
}
.mobile-navigation__belgian-family-breweries a {
  display: inline-block;
  text-decoration: none;
}
.mobile-navigation__belgian-family-breweries img {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 52px;
}

body.modal-is-open,
body.modal-is-loading {
  overflow: hidden;
}
body.modal-is-open .modal__background,
body.modal-is-loading .modal__background {
  pointer-events: auto;
  opacity: 1;
}

body.modal-is-loading .modal__background:after {
  background: url("/images/loading.svg") 50% 50% no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

[data-modal] * {
  pointer-events: none;
}

.modal__background {
  align-items: center;
  background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.85) 0%, rgba(76, 76, 76, 0.85) 100%);
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  .modal__background {
    padding: 20px 40px;
  }
}

.modal__window {
  box-shadow: 0 12px 104px 0 rgba(0, 0, 0, 0.19);
  height: 100%;
  max-width: 1750px;
  padding: 0;
  width: 100%;
}

.modal {
  align-items: stretch;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: stretch;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .modal {
    flex-direction: row;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .modal__header {
    padding: 0 32px;
    top: 35px;
  }
}

.modal__overview-link,
.modal__close-button {
  cursor: pointer;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1.53px;
  line-height: 1;
  padding: 5px 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.modal__overview-link {
  color: var(--current-color);
}

.modal__close-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #333F48;
}
@media screen and (min-width: 992px) {
  .modal__close-button {
    color: #fff;
    text-shadow: 0 1px 5px rgba(51, 63, 72, 0.6);
  }
}

.modal__text {
  padding: 45px 15px 15px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .modal__text {
    padding: 45px 30px 30px;
  }
}
@media screen and (min-width: 992px) {
  .modal__text {
    padding: 45px 60px;
    width: 50%;
  }
}

.modal__logo {
  margin: 30px auto;
  max-width: 160px;
}
@media screen and (min-width: 992px) {
  .modal__logo {
    margin: 40px auto;
  }
}

.modal__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3.43px;
  line-height: 1.1;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.modal__download {
  margin-bottom: 2.5rem;
}

.modal__images {
  background: #333F48;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .modal__images {
    min-height: 100%;
    width: 50%;
  }
}
.modal__images img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .modal__images--one-item {
    align-content: stretch;
    display: flex;
    height: calc(100% - 40px);
    justify-content: stretch;
    position: fixed;
    right: 40px;
    top: 20px;
    width: calc(50% - 40px);
  }
  .modal__images--one-item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (min-width: 1750px) {
  .modal__images--one-item {
    right: calc(50% - 875px);
    width: 875px;
  }
}

.modal__footer-link {
  bottom: -200px;
  left: 0;
  margin: auto;
  max-width: 153px;
  position: absolute;
  right: 0;
  transition: transform 0.5s ease-out;
  width: 20%;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .modal__footer-link {
    bottom: -378px;
    height: 628px;
    max-width: 153px;
  }
}
.modal__footer-link:hover {
  transform: translateY(-70px);
}

.modal__bottle-image {
  height: auto;
  width: 100%;
}

div.outlets {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  div.outlets {
    grid-area: form;
    margin-right: -45px;
    position: relative;
    z-index: 7;
  }
}
@media screen and (min-width: 1200px) {
  div.outlets {
    margin-right: -90px;
    padding-left: calc(100% - 1200px / 2);
  }
}
div.outlets ul {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 400px) {
  div.outlets ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
div.outlets li {
  display: block;
  margin: 0;
  padding: 0;
}
div.outlets li:before {
  display: none;
}
div.outlets a {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px 0 rgba(75, 32, 34, 0.15);
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s ease-out;
}
@media screen and (min-width: 640px) {
  div.outlets a {
    padding: 20px;
  }
}
div.outlets a:hover {
  box-shadow: 0 10px 20px 0 rgba(75, 32, 34, 0.25);
}
div.outlets img {
  display: block;
  height: 100px;
  margin: 0 auto 1rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
  width: 70%;
}
@media screen and (min-width: 640px) {
  div.outlets img {
    height: 125px;
  }
}
div.outlets p {
  color: #333F48;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 992px) {
  div.outlets p {
    font-size: 1.125rem;
  }
}

.product-cocktails__wrapper {
  position: relative;
}
.product-cocktails__wrapper:before, .product-cocktails__wrapper:after {
  border-bottom: 25px solid #D2060D;
  border-top: 25px solid #D2060D;
  content: "";
  display: block;
  height: 75px;
  left: 0;
  width: 100%;
  position: absolute;
  transform-origin: center center;
  transform: translateY(calc(-50% - 50px)) skewY(-10deg);
  top: calc(50% + 100px);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .product-cocktails__wrapper:before, .product-cocktails__wrapper:after {
    border-bottom: 50px solid #D2060D;
    border-top: 50px solid #D2060D;
    height: 150px;
    transform: translateY(calc(-50% - 100px)) skewY(-10deg);
    top: 50%;
  }
}
.product-cocktails__wrapper:after {
  transform: translateY(calc(-50% + 50px)) skewY(-10deg);
}
@media screen and (min-width: 992px) {
  .product-cocktails__wrapper:after {
    transform: translateY(calc(-50% + 100px)) skewY(-10deg);
  }
}

.product-cocktails {
  margin-bottom: 70px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .product-cocktails {
    margin-bottom: 100px;
  }
}

.product-cocktails__buttons {
  align-items: center;
  display: flex;
  margin-top: 12px;
}

.product-cocktails__slide-prev,
.product-cocktails__slide-next {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath d='M5.25.424L6.576 1.75 2.825 5.5l3.75 3.75-1.325 1.326L.174 5.5z' fill='%23C01023' fill-rule='nonzero'/%3E%3C/svg%3E") calc(50% - 2px) 50% no-repeat;
  background-size: 7px;
  border-radius: 100%;
  bottom: auto;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.16);
  height: 35px;
  left: auto;
  margin: 0 9px 0 0;
  position: static;
  right: auto;
  transition: box-shadow 0.2s ease;
  top: auto;
  width: 35px;
}
@media screen and (min-width: 375px) {
  .product-cocktails__slide-prev,
.product-cocktails__slide-next {
    height: 45px;
    width: 45px;
  }
}
@media screen and (min-width: 992px) {
  .product-cocktails__slide-prev,
.product-cocktails__slide-next {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
    background-size: 9px;
    height: 60px;
    width: 60px;
  }
}
.product-cocktails__slide-prev:hover,
.product-cocktails__slide-next:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .product-cocktails__slide-prev:hover,
.product-cocktails__slide-next:hover {
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.25);
  }
}
.product-cocktails__slide-prev:after,
.product-cocktails__slide-next:after {
  display: none;
}
.product-cocktails__slide-prev.swiper-button-disabled,
.product-cocktails__slide-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: auto;
}

.product-cocktails__slide-prev {
  background-position: 50% 50%;
  transform: scaleX(-1);
}

.product-cocktails__slider {
  margin-top: -17px;
  padding: 0 13px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-cocktails__slider {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1260px) {
  .product-cocktails__slider {
    padding: 0 calc(50vw - 600px);
  }
}

.product-cocktails__item {
  color: #fff;
  height: 400px;
  margin-right: 15px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  position: relative;
  text-decoration: none;
  width: 293px;
}
@media screen and (min-width: 992px) {
  .product-cocktails__item {
    height: 525px;
    margin-right: 23px;
    width: 385px;
  }
}
.product-cocktails__item:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
  z-index: 1;
}
.product-cocktails__item:hover:after {
  opacity: 0.75;
}
.product-cocktails__item:hover .product-cocktails__item-image {
  transform: scale(1.1);
}

.product-cocktails__item-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.product-cocktails__item-text {
  bottom: 40px;
  left: 20px;
  position: absolute;
  text-align: center;
  width: calc(100% - 40px);
  z-index: 3;
}

.product-cocktails__item-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.product-cocktails__item-subtitle {
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.product-cocktails__scrollbar {
  background: transparent;
  height: 6px;
  margin: 20px auto;
  max-width: 400px;
  position: relative;
  width: 50%;
}
.product-cocktails__scrollbar:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.product-cocktails__scrollbar .swiper-scrollbar-drag {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
}

.product-introduction__wrapper {
  margin-block-end: 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product-introduction__wrapper {
    height: 1100px;
  }
}

.product-introduction {
  margin: 0 auto 40px;
  max-width: 1750px;
}
@media screen and (min-width: 992px) {
  .product-introduction {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "text image" "form image" "footer footer";
    margin-bottom: 0;
    padding: 0 23px 40px;
  }
}

.product-introduction__content {
  margin-block: 1.5rem 1rem;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .product-introduction__content {
    margin-block: 0 2rem;
    grid-area: text;
    padding-left: calc(100% - 1200px / 2);
  }
}

.product-introduction__pre-title {
  color: #333E45;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 1;
  margin: 14px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .product-introduction__pre-title {
    font-size: 1.27rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__pre-title {
    font-size: 1.3125rem;
  }
}

.product-introduction__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 auto;
  max-width: 690px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .product-introduction__title {
    font-size: 3rem;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__title {
    font-size: 4rem;
    letter-spacing: 3px;
  }
}

.product-introduction__text {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto 30px;
  max-width: 690px;
  padding-left: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .product-introduction__text {
    margin-bottom: 0;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__text {
    font-size: 1.125rem;
  }
}
.product-introduction__text:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
  height: 3px;
  left: 3px;
  top: 11px;
  position: absolute;
  width: 35px;
}

.product-introduction__image {
  height: 300px;
  margin: 0 7px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: calc(100% - 14px);
}
@media screen and (min-width: 640px) {
  .product-introduction__image {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .product-introduction__image {
    grid-area: image;
    height: 500px;
    margin: 0;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__image {
    height: 800px;
  }
}

.product-introduction__stripes {
  height: 175px;
  left: 0;
  margin: 0 auto;
  max-width: 1750px;
  position: absolute;
  right: 0;
  top: 140px;
  width: 100%;
  z-index: 6;
}
@media screen and (min-width: 640px) {
  .product-introduction__stripes {
    top: 113px;
  }
}
@media screen and (min-width: 992px) {
  .product-introduction__stripes {
    height: 350px;
    transform: none;
    top: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__stripes {
    top: 380px;
  }
}
.product-introduction__stripes--front {
  bottom: 106px;
  top: auto;
}
@media screen and (min-width: 992px) {
  .product-introduction__stripes--front {
    bottom: auto;
    left: auto;
    margin-right: 23px;
    right: calc(50% - 1750px / 2);
    top: 226px;
    width: 852px;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__stripes--front {
    top: 306px;
  }
}
.product-introduction__stripes--back {
  margin-top: 0;
  max-width: none;
  width: 100vw;
  z-index: 0;
}
.product-introduction__stripes--back .product-introduction__stripe {
  background: #D2060D;
}

.product-introduction__stripe {
  background-image: linear-gradient(90deg, rgba(210, 6, 13, 0.36) 0%, rgba(210, 6, 13, 0.44) 100%);
  display: block;
  height: 25px;
  margin-bottom: 25px;
  transform-origin: center center;
  transform: skewY(-10deg);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .product-introduction__stripe {
    height: 50px;
    margin-bottom: 50px;
  }
}
.product-introduction__stripe--2 {
  background-image: linear-gradient(90deg, rgba(210, 6, 13, 0.44) 0%, #D2060D 100%);
}

.product-introduction__animated-bottle-wrapper {
  grid-area: footer;
  left: 70px;
  margin: 0 auto;
  position: relative;
  width: 104px;
  z-index: 6;
}
@media screen and (min-width: 992px) {
  .product-introduction__animated-bottle-wrapper {
    left: auto;
    margin-top: -450px;
    width: 183px;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__animated-bottle-wrapper {
    margin-top: -650px;
    width: 235px;
  }
}
.product-introduction__animated-bottle-wrapper--with-animation:after {
  background: transparent url("/images/bottle-shadow.png") 50% 50%/100% auto no-repeat;
  bottom: -5px;
  content: "";
  height: 18px;
  left: -11.11px;
  margin: auto;
  position: absolute;
  width: 124px;
}
@media screen and (min-width: 992px) {
  .product-introduction__animated-bottle-wrapper--with-animation:after {
    bottom: -3px;
    height: 31px;
    left: -19px;
    width: 216px;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__animated-bottle-wrapper--with-animation:after {
    bottom: -5px;
    height: 40px;
    left: -25px;
    width: 278px;
  }
}

.product-introduction__animated-bottle {
  display: block;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-introduction__animated-bottle {
    height: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__animated-bottle {
    height: 900px;
  }
}
.product-introduction__animated-bottle--sprite {
  display: none;
}
.product-introduction__animated-bottle img,
.product-introduction__animated-bottle source {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.product-introduction__animated-bottle[data-sprite] img,
.product-introduction__animated-bottle[data-sprite] source {
  height: 100%;
  width: auto;
}

.product-introduction__bottle-image img,
.product-introduction__bottle-image source,
.product-introduction__glass-image img,
.product-introduction__glass-image source {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.product-introduction__glass-image {
  aspect-ratio: 2820/4218;
  display: block;
  right: 50%;
  position: absolute;
  translate: 22% 0;
  top: 190px;
  width: 150px;
  z-index: 7;
}
@media screen and (min-width: 992px) {
  .product-introduction__glass-image {
    bottom: 0;
    top: auto;
    translate: -25% 0;
    width: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__glass-image {
    width: 350px;
  }
}
.product-introduction__glass-image--size-small {
  width: 135px;
}
@media screen and (min-width: 992px) {
  .product-introduction__glass-image--size-small {
    left: calc(50% - 1200px / 5);
    width: 225px;
  }
}
@media screen and (min-width: 1200px) {
  .product-introduction__glass-image--size-small {
    max-height: 440px;
    width: 300px;
  }
}

.product-introduction__badge {
  height: 118px;
  left: 40px;
  opacity: 0.5;
  position: absolute;
  top: 15px;
  width: 118px;
  z-index: 7;
}
@media screen and (min-width: 992px) {
  .product-introduction__badge {
    bottom: 0;
    height: auto;
    left: auto;
    opacity: 0.5;
    position: absolute;
    right: 100px;
    top: auto;
    width: 194px;
    z-index: 7;
  }
}
@media screen and (min-width: 1500px) {
  .product-introduction__badge {
    left: calc(100% - 1200px / 2);
    right: auto;
  }
}

.product-recipes {
  margin-bottom: 70px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .product-recipes {
    margin-bottom: 100px;
  }
}

.product-recipes__pre-title,
.product-recipes__title {
  width: calc(100% - 120px);
}
@media screen and (min-width: 640px) {
  .product-recipes__pre-title,
.product-recipes__title {
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 992px) {
  .product-recipes__pre-title,
.product-recipes__title {
    width: auto;
  }
}

.product-recipes__buttons {
  align-items: center;
  display: flex;
  margin-top: 12px;
}

.product-recipes__slide-prev,
.product-recipes__slide-next {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath d='M5.25.424L6.576 1.75 2.825 5.5l3.75 3.75-1.325 1.326L.174 5.5z' fill='%23C01023' fill-rule='nonzero'/%3E%3C/svg%3E") calc(50% - 2px) 50% no-repeat;
  background-size: 7px;
  border-radius: 100%;
  bottom: auto;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.16);
  height: 35px;
  left: auto;
  margin: 0 9px 0 0;
  position: static;
  right: auto;
  transition: box-shadow 0.2s ease;
  top: auto;
  width: 35px;
}
@media screen and (min-width: 375px) {
  .product-recipes__slide-prev,
.product-recipes__slide-next {
    height: 45px;
    width: 45px;
  }
}
@media screen and (min-width: 992px) {
  .product-recipes__slide-prev,
.product-recipes__slide-next {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
    background-size: 9px;
    height: 60px;
    width: 60px;
  }
}
.product-recipes__slide-prev:hover,
.product-recipes__slide-next:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .product-recipes__slide-prev:hover,
.product-recipes__slide-next:hover {
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.25);
  }
}
.product-recipes__slide-prev:after,
.product-recipes__slide-next:after {
  display: none;
}
.product-recipes__slide-prev.swiper-button-disabled,
.product-recipes__slide-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: auto;
}

.product-recipes__slide-prev {
  background-position: 50% 50%;
  transform: scaleX(-1);
}

.product-recipes__counter {
  top: 5px;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 992px) {
  .product-recipes__counter {
    bottom: -30px;
    top: auto;
  }
}
.product-recipes__counter .slider-counter__current {
  color: var(--current-color);
}

.product-recipes__slider {
  margin-top: -17px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-recipes__slider {
    margin-top: -32px;
  }
}
@media screen and (min-width: 1260px) {
  .product-recipes__slider {
    padding: 0 calc(50vw - 600px);
  }
}

.product-recipes__item {
  color: #fff;
  height: 400px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  position: relative;
  text-decoration: none;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .product-recipes__item {
    height: 565px;
  }
}
.product-recipes__item:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
  z-index: 1;
}
.product-recipes__item:hover:after {
  opacity: 0.75;
}
.product-recipes__item:hover .product-recipes__item-image {
  transform: scale(1.1);
}

.product-recipes__item-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.product-recipes__item-text {
  bottom: 40px;
  left: 25px;
  position: absolute;
  width: calc(100% - 40px);
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .product-recipes__item-text {
    left: 37px;
  }
}
@media screen and (min-width: 992px) {
  .product-recipes__item-text {
    left: 50px;
  }
}

.product-recipes__item-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.27);
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .product-recipes__item-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .product-recipes__item-title {
    font-size: 2.25rem;
    letter-spacing: 2px;
  }
}

.product-recipes__item-subtitle {
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 10px 0 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.product-recipes__scrollbar {
  background: transparent;
  height: 6px;
  margin: 20px auto;
  max-width: 400px;
  position: relative;
  width: 50%;
}
.product-recipes__scrollbar:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.product-recipes__scrollbar .swiper-scrollbar-drag {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
}

.section-header {
  margin: 0 auto;
  max-width: 1200px;
  padding: 25px 18px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .section-header {
    -moz-column-gap: 4%;
         column-gap: 4%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "pretitle description description" "title description description" "title description description" "title description description";
  }
}
.section-header:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 3'%3E%3Cpath d='M4.978 1.75a.91.91 0 00-.1.026c-.076 0-.153 0-.166-.006-.383.035-1.034.045-1.238.096-.396.013-.6.045-.97.061-.04.013.101.01.101.02.715.006.818-.042 1.341-.052-.05-.022.537-.016.588-.045.038.003.089.003.102.01l-.064.006.064.007c.05.016-.077.013-.051.025l-.217-.01c-.013.007.063.01.05.02-.42.016-1.098.023-1.072.087.409.02.74.045 1.175.061.05 0 .038-.006.05-.01.014.026.256.03.371.045-.013.02-.127.026-.268.033.013.003.051.003.051.01l-.076.002.025.007c-.064.013-.332-.01-.37 0-.065-.002-.05-.006-.023-.009l.044-.004c.02-.002.027-.003-.003-.003h-.12l.025-.01c-.166.007-.37.003-.434-.013l-.026.007c-.089.01-.268.01-.485.01.026-.023.064-.02-.051-.033l.077-.003-.077-.003c.332-.048-.434-.068-.639-.097-.127 0-.114.01-.268.007.051-.02-.05-.023-.102-.032-.345.01-.434.045-.638.067-.166-.006-.269 0-.32.016-.638 0-.855-.042-1.264-.067V1.77c.187-.006.377-.012.555-.02h-.21v-.013H0V.483c.192.012.409.016.651.003C.753.492.561.51.817.51c-.153.04-.166.078.269.087.217.007.574 0 .855.007.153.003.294.029.588.026-.294.028.05.032 0 .077.332.018.64.032.978.043h1.067c.154-.022.157-.058.317-.079.115.007.153.016.32.016.28-.016.42-.045.536-.077A.894.894 0 005.58.595c-.358.003-.83.039-.97-.006-.04-.016.178-.007.165-.02-.09-.074.792-.09.97-.154A.714.714 0 005.53.38c.293-.01.638-.023.587-.052l.277.001c.135 0 .267.004.31.018 0 .013-.089.017-.165.02.115.032.153.07.434.087-.051.019-.102.038-.32.045-.076.083.652.109 1.022.164.192-.004.243-.02.32-.032-.23-.017-.562-.023-.486-.071C7.943.534 8.518.518 8.684.466c.268 0 .383-.016.37-.041.32-.016.435-.052.639-.078C9.565.315 8.99.302 9.208.254c-.09-.02-.269-.032-.37-.051.204-.036.14-.094.267-.123C9.08.074 8.991.074 9.003.064c.102.01.498.013.537-.01.332.014 1.009.02 1.175-.009.408-.003.638.006 1.072.016-.025.036.281.042.32.07.115 0 .37-.034.434-.009a.484.484 0 00.102-.016c.077.006.185.008.313.01h.274c.052.02.052.045.269.051.23.003.28-.013.434-.019-.077-.035.128-.029.166-.058.076.01.153.016.217.026l-.077.003.077.003c.038.026.166-.006.217-.006.09 0 .128.016.37.026.128.003.384.006.37.025.128 0 .116-.01.269-.006.179.016.179.048.37.061.409-.003.473.022.805.026-.026.01.038.013.05.019.346.02.614.07 1.023.068-.14.022.574.077.638.019l.077.003.025-.006c.128-.007.18-.023.37-.026.077.003-.025.006 0 .016.23.003.422-.026.64-.006.063 0 .037-.01.05-.017.128.004.256.01.434.007.154.048.103.058.052.106.102.016.217.003.37.01-.179.019.306.064.37.06.142-.003.165-.014.168-.027v-.02c.004-.01.024-.02.1-.03.18 0 .243.01.37.017.192-.016.563-.036.805-.016 0-.026.498-.004.537-.026.127.01.102.032.319.045l-.077.003.026.007c-.038.003-.14.032.05.025V.454l.078-.004-.026-.006c.421 0 .421.042.907.035.255-.025.638-.041.753-.08.332.003.511.022.639.045.536.006.6-.032.97-.042.115 0 .051-.02.166-.02.18-.002.077.017.217.017.09-.01-.038-.016.103-.026.05.003.153.003.166.01.076-.003.115-.013.102-.026.204.01.332-.003.587 0 .039.016.077.026-.05.032.089.016.357.013.433.026-.038.032.115.087.486.096a.621.621 0 00.217-.035c.041.003.083.004.123.004h.223l.088.003c-.051.041.23.051.32.08.446-.01.382-.068.485-.113-.384-.022-.435-.077-.856-.093-.013-.026.115-.039-.166-.042-.243.003.064.026-.102.032-.243-.012-.243-.048-.486-.06l-.004-.02c0-.01.01-.019.055-.023a4.269 4.269 0 01-.268-.025c.09-.02.294-.03.268-.058a1.62 1.62 0 00-.217-.01c.026-.02.205-.022.217-.042-.178-.006-.178.007-.166.02-.102 0-.14-.01-.166 0-.14-.042.269-.087 0-.129.039 0 .205.013.218 0 .114.006.102.026.102.042.651.026.868.1.855.18.166.022.575.022.754.045.064.026.191.048.32.07.28-.002-.129-.038.216-.031-.09-.023.115-.023.166-.045-.025-.01.039-.013.051-.02.166-.003.205.007.32.01-.013.013-.14.01-.218.016-.025.055.345.09.856.077.026-.022-.013-.042-.051-.06l.064-.007c-.026-.007-.051-.01-.064-.013l-.064.006c-.076-.006-.204-.006-.217-.016l.026-.006-.077.003c-.026-.032.46-.013.639-.026.008-.006.01-.012.011-.017V.19c.001-.02.035-.037.359-.037-.077-.019.242-.035.485-.025.026.016 0 .019.051.032.064.016.243.02.32.032a.168.168 0 01.046.013l.028.014c.026.01.074.017.245.008-.192.013.102.03-.102.052-.37-.007-.128 0-.32.016-.191.003 0-.016-.217-.02-.127.036-.702.094-.32.13.384 0 .46-.03.486-.062.256-.006.46.023.754 0l.076.003.026-.006c.051.003.076.01.102.016l-.026.007.077.003c-.013.003-.051.003-.051.01.051.003.09.006.166.006l-.025.01.076.006c.038.01-.153.022 0 .026.038-.007.064-.013.051-.026L34.38.392l-.026-.006c.038 0 .051-.003.051-.006l.077.003-.102-.01a.436.436 0 01-.115-.01V.348c.038-.006.102-.006.14-.01.09.007.192.007.294.01l-.026-.006c.166-.016.32-.006.537 0v.016l-.102-.003-.064.006c-.161.006-.11.01-.044.012h.064a.112.112 0 00.03-.002c-.05-.01.026-.006.026-.006l.077-.004c.14.004.204-.003.166-.016.192.007.345.02.639.016-.039.026.076.036.05.058-.114.007-.293.007-.319.02l-.076-.004c.013.004.025.007.025.01l.051.003c.307.026.524.11 1.073.08l.077.004.076-.003a.658.658 0 00.166 0l.051.003.052.003c.063 0 .114.023.166.006-.077 0-.09-.01-.166-.01l.025-.009-.077-.006c.115-.02.307-.03.32-.058.23.01.587.016.804 0-.064.026.154.029.217.045.269-.023.37.016.639-.007.14.016.064.026.268.036.013.022-.09.026 0 .042a1.4 1.4 0 01.434.051l.026.007.166-.004-.077-.006c.039-.003.051-.01.051-.02.115.004.18.017.32.02a.99.99 0 01.108-.008L40.6.606l.063-.004c.102.01.09.032.268.032l-.026.01.077.006c-.013.003-.051.003-.051.01.14.016.294.028.434.041l-.076.004c.14.003.14.016.166.025l.025-.006c.077.01.205.013.32.016a.254.254 0 01-.072.01h.285c.209-.015.36-.038.591-.036.013-.006-.064-.01-.051-.02.332-.002.025.017.434.017a1.833 1.833 0 01-.268-.042c.064-.032.434-.032.536-.058.396-.01.55.02.805.01-.038.02.243.02.102.032.102.01.102-.003.268 0 .051.023.192.039.434.042L44.838.7c.09-.006.166-.01.191-.016.039 0 .09.003.128.007l-.025-.007c.115 0 .076-.013.217-.01.102.02.383.02.434.046.179-.023.32.003.587-.02.18-.003.115.02.269.02.268-.007.395-.03.587-.045-.115-.01-.217-.02-.37-.026.319-.01.536-.03.804-.045a2.795 2.795 0 00-.327-.044l-.198-.018c-.227-.021-.423-.046-.382-.093a1.17 1.17 0 00-.149-.02l-.198-.016-.087-.009c.064-.025.383-.016.537-.006-.166-.007-.013-.045-.269-.045-.114.013.064.022-.102.032-.09.003-.217-.016-.268 0-.23-.022-.383-.029-.485-.07l.102.002.064-.006c.166-.006.268-.039.536-.02.039-.002.051-.009.051-.019.217.013.332-.006.537.007.115.006.076.029.37.026-.038.022.038.041-.166.032-.026.016.153.042.051.051.013.01.179.003.217.01-.076-.012.012-.012.132-.013l.124-.001.115-.005c.006.046.333.061.698.073l.277.008c.23.007.446.015.583.031.178-.01.408-.013.434-.035-.307-.003-.115-.052-.37-.058.102-.013.242-.02.485-.02-.013.049.408.052.536.087.485.017.728-.025 1.124-.019V.431c.166.003-.09.045.217.035-.038.026.064.042.102.062.192.003.409.006.639.016.102.01-.026.01 0 .025.242-.003.344-.012.319.02l.753.006-.025.007c.076-.004.14-.004.217 0l-.026-.007c.115-.026.447 0 .588-.02-.077-.054-.294-.09-.268-.154.345.004.6.01.702.033.281 0 .473-.007.639-.017.408.017-.039.055 0 .097.204.023.6.042.855.01.498.016.409.087.97.096.014-.042.23-.096-.101-.112.012-.013.178-.017.217-.026.166-.007.127.006.217.01a.077.077 0 00.013-.005l.019-.01c.02-.01.066-.02.287-.018.051.016.051.039.32.036a.838.838 0 01-.167.01.38.38 0 00.103.009l-.026.006.166-.003-.077-.006a1.7 1.7 0 01.32-.016c-.026-.007-.051-.01-.051-.016.14-.007.204.022.217 0 .115.003.025.025.05.035.09.013.116.006.269.016.013.013.102.016-.051.02.217.012.447.041.217.07.09.01.243.016.32.026l-.026.006c.05 0 .09.004.166.007L59.69.672h.166c.115.007.051.026.217.026-.191.01 0 .02 0 .035a.092.092 0 01.002.017h.307c.194-.015.092-.042.215-.062.268.01.345.007.536-.01.37.01.805-.002 1.124 0-.025.01.013.02.102.02.192.007.039-.02.166-.016.217.003-.025.048.37.032-.127.007-.153.023-.216.036H64.017a.917.917 0 00.105-.026.95.95 0 01.166.006c.383-.035 1.034-.045 1.238-.096.396-.013.6-.045.97-.061.04-.013-.101-.01-.101-.02-.715-.006-.818.042-1.341.052.05.022-.537.016-.588.045-.038-.003-.089-.003-.102-.01l.064-.006-.064-.007c-.05-.016.077-.013.051-.025l.217.01c.013-.007-.063-.01-.05-.02.42-.016 1.098-.023 1.072-.087-.409-.02-.74-.045-1.175-.061-.05 0-.038.006-.05.01-.014-.026-.256-.03-.371-.045.013-.02.127-.026.268-.033-.013-.003-.051-.003-.051-.01l.076-.002-.025-.007c.064-.013.332.01.37 0 .065.002.05.006.023.009l-.044.004c-.02.002-.027.003.003.003h.12l-.025.01c.166-.007.37-.003.434.013l.026-.007c.089-.01.268-.01.485-.01-.026.023-.064.02.051.033l-.077.003.077.003c-.332.048.434.068.639.097.127 0 .114-.01.268-.007-.051.02.05.023.102.032.345-.01.434-.045.638-.067.166.006.269 0 .32-.016.638 0 .855.042 1.264.067V.73l-.579.02h.234v.013H69l-.001.079H69v.908h-.001l.001.267a5.235 5.235 0 00-.417-.01l-.234.007c-.102-.006.09-.025-.166-.025.153-.04.166-.078-.269-.087-.217-.007-.574 0-.855-.007-.153-.003-.294-.029-.588-.026.294-.028-.05-.032 0-.077a41.752 41.752 0 00-.946-.042H64.42c-.148.022-.153.058-.311.078-.115-.007-.153-.016-.32-.016-.28.016-.42.045-.536.077.039.01.09.013.166.016.358-.003.83-.039.97.006.04.016-.178.007-.165.02.09.074-.792.09-.97.154.038.013.089.029.216.035-.293.01-.638.023-.587.052l-.277-.001c-.135 0-.267-.004-.31-.018 0-.013.089-.017.165-.02-.115-.032-.153-.07-.434-.087.051-.019.102-.038.32-.045.076-.083-.652-.109-1.022-.164-.192.004-.243.02-.32.032.23.017.562.023.486.071-.434.026-1.009.042-1.175.094-.268 0-.383.016-.37.041-.32.016-.435.052-.639.078.128.032.702.045.485.093.09.02.269.032.37.051-.204.036-.14.094-.267.123.025.006.114.006.102.016-.102-.01-.498-.013-.537.01-.332-.014-1.009-.02-1.175.009-.408.003-.638-.006-1.072-.016.025-.036-.281-.042-.32-.07-.115 0-.37.034-.434.009-.05.003-.076.01-.102.016a5.082 5.082 0 00-.313-.01h-.274c-.052-.02-.052-.045-.269-.051-.23-.003-.28.013-.434.019.077.035-.128.029-.166.058-.076-.01-.153-.016-.217-.026l.077-.003-.077-.003c-.038-.026-.166.006-.217.006-.09 0-.128-.016-.37-.026-.128-.003-.384-.006-.37-.025-.128 0-.116.01-.269.006-.179-.016-.179-.048-.37-.061-.409.003-.473-.022-.805-.026.026-.01-.038-.013-.05-.019-.346-.02-.614-.07-1.023-.068.14-.022-.574-.077-.638-.019l-.077-.003-.025.006c-.128.007-.179.023-.37.026-.077-.003.025-.006 0-.016-.23-.003-.422.026-.64.006-.063 0-.037.01-.05.017-.128-.004-.256-.01-.434-.007-.154-.048-.103-.058-.052-.106-.102-.016-.217-.003-.37-.01.179-.019-.306-.064-.37-.06-.142.003-.165.014-.168.027v.02c-.004.01-.024.02-.1.03-.18 0-.243-.01-.37-.017a5.924 5.924 0 01-.805.016c0 .026-.498.004-.537.026-.127-.01-.102-.032-.319-.045l.077-.003-.026-.007c.038-.003.14-.032-.05-.025v.025l-.078.004.026.006c-.421 0-.421-.042-.907-.035-.255.025-.638.042-.753.08a3.84 3.84 0 01-.639-.045c-.536-.006-.6.032-.97.042-.115 0-.051.02-.166.02-.18.002-.077-.017-.217-.017-.09.01.038.016-.103.026-.05-.003-.153-.003-.166-.01-.076.003-.115.013-.102.026-.204-.01-.332.003-.587 0-.039-.016-.077-.026.05-.032-.089-.016-.357-.013-.433-.026.038-.032-.115-.087-.486-.096a.621.621 0 00-.217.035 2.79 2.79 0 00-.123-.004h-.223l-.088-.003c.051-.041-.23-.051-.32-.08-.446.01-.382.068-.485.113.384.022.435.077.856.093.013.026-.115.039.166.042.243-.003-.064-.026.102-.032.243.012.243.048.486.06l.004.02c0 .01-.01.019-.055.023.102.006.191.016.268.025-.09.02-.294.03-.268.058.038.007.114.01.217.01-.026.02-.205.022-.217.042.178.006.178-.007.166-.02.102 0 .14.01.166 0 .14.042-.269.087 0 .129-.039 0-.205-.013-.218 0-.114-.006-.102-.026-.102-.042-.651-.026-.868-.1-.855-.18-.166-.022-.575-.022-.754-.045a2.063 2.063 0 00-.32-.07c-.28.002.129.038-.216.031.09.023-.115.023-.166.045.025.01-.039.013-.051.02-.166.003-.205-.007-.32-.01.013-.013.14-.01.218-.016.025-.055-.345-.09-.856-.077-.026.022.013.042.051.06l-.064.007c.026.007.051.01.064.013l.064-.006c.076.006.204.006.217.016l-.026.006.077-.003c.026.032-.46.013-.639.026-.008.006-.01.012-.011.017v.017c-.001.02-.035.037-.359.037.077.019-.242.035-.485.025-.026-.016 0-.019-.051-.032-.064-.016-.243-.02-.32-.032a.168.168 0 01-.046-.013l-.028-.014c-.026-.01-.074-.017-.245-.008.192-.013-.102-.03.102-.052.37.007.128 0 .32-.016.191-.003 0 .016.217.02.127-.036.702-.094.32-.13-.384 0-.46.03-.486.062-.256.006-.46-.023-.754 0l-.076-.003-.026.006c-.051-.003-.076-.01-.102-.016l.026-.007-.077-.003c.013-.003.051-.003.051-.01-.051-.003-.09-.006-.166-.006l.025-.01-.076-.006c-.038-.01.153-.022 0-.026-.038.007-.064.013-.051.026l.025.007.026.006c-.038 0-.051.003-.051.006l-.077-.003.102.01c.051 0 .102.003.115.01v.016c-.038.006-.102.006-.14.01-.09-.007-.192-.007-.294-.01l.026.006c-.166.016-.32.006-.537 0v-.016l.102.003.064-.006c.161-.006.11-.01.044-.012h-.064a.112.112 0 00-.03.002c.05.01-.026.006-.026.006l-.077.004c-.14-.004-.204.003-.166.016-.192-.007-.345-.02-.639-.016.039-.026-.076-.036-.05-.058.114-.007.293-.007.319-.02l.076.004c-.013-.003-.025-.007-.025-.01l-.051-.003c-.307-.026-.524-.11-1.073-.08l-.077-.004-.076.003a.658.658 0 00-.166 0l-.051-.003-.052-.003c-.063 0-.114-.023-.166-.006.077 0 .09.01.166.01l-.025.009.077.006c-.115.02-.307.03-.32.058a8.387 8.387 0 00-.804 0c.064-.026-.154-.029-.217-.045-.269.023-.37-.016-.639.007-.14-.016-.064-.026-.268-.036-.013-.022.09-.026 0-.042a1.4 1.4 0 01-.434-.051l-.026-.007-.166.004.077.006c-.039.003-.051.01-.051.02-.115-.004-.18-.017-.32-.02a.99.99 0 01-.108.008l-.148.007-.063.004c-.102-.01-.09-.032-.268-.032l.026-.01-.077-.006c.013-.003.051-.003.051-.01-.14-.016-.294-.028-.434-.041l.076-.004c-.14-.003-.14-.016-.166-.025l-.025.006c-.077-.01-.205-.013-.32-.016a.199.199 0 01.061-.01h-.288c-.202.016-.35.038-.577.036-.013.006.064.01.051.02-.332.002-.025-.017-.434-.017.115.013.217.026.268.042-.064.032-.434.032-.536.058-.396.01-.55-.02-.805-.01.038-.02-.243-.02-.102-.032-.102-.01-.102.003-.268 0-.051-.023-.192-.039-.434-.042l.025-.006c-.09.006-.166.01-.191.016-.039 0-.09-.003-.128-.007l.025.007c-.115 0-.076.013-.217.01-.102-.02-.383-.02-.434-.046-.179.023-.32-.003-.587.02-.18.003-.115-.02-.269-.02-.268.007-.395.03-.587.045.115.01.217.02.37.026-.319.01-.536.03-.804.045.074.018.196.031.327.044l.198.018c.227.021.423.046.382.093.03.007.085.014.149.02l.198.016.087.009c-.064.025-.383.016-.537.006.166.007.013.045.269.045.114-.013-.064-.022.102-.032.09-.003.217.016.268 0 .23.022.383.029.485.07l-.102-.002-.064.006c-.166.006-.268.039-.536.02-.039.002-.051.009-.051.019-.217-.013-.332.006-.537-.007-.115-.006-.076-.029-.37-.026.038-.022-.038-.041.166-.032.026-.016-.153-.042-.051-.051-.013-.01-.179-.003-.217-.01.076.012-.012.012-.132.013l-.124.001a2.228 2.228 0 00-.115.005c-.006-.046-.333-.061-.698-.073l-.277-.008a7.97 7.97 0 01-.583-.031c-.178.01-.408.013-.434.035.307.003.115.052.37.058-.102.013-.242.02-.485.02.013-.049-.408-.052-.536-.087-.485-.017-.728.025-1.124.019v.016c-.166-.003.09-.045-.217-.035.038-.026-.064-.042-.102-.062-.192-.003-.409-.006-.639-.016-.102-.01.026-.01 0-.025-.242.003-.344.012-.319-.02l-.753-.006.025-.007c-.076.004-.14.004-.217 0l.026.007c-.115.026-.447 0-.588.02.077.054.294.09.268.154-.345-.004-.6-.01-.702-.033-.281 0-.473.007-.639.017-.408-.017.039-.055 0-.097a4.418 4.418 0 00-.855-.01c-.498-.016-.409-.087-.97-.096-.014.042-.23.096.101.112-.012.013-.178.017-.217.026-.166.007-.127-.006-.217-.01a.077.077 0 00-.013.005l-.019.01c-.02.01-.066.02-.287.018-.051-.016-.051-.039-.32-.036a.838.838 0 01.167-.01.38.38 0 00-.103-.009l.026-.006-.166.003.077.006a1.701 1.701 0 01-.32.016c.026.007.051.01.051.016-.14.007-.204-.022-.217 0-.115-.003-.025-.025-.05-.035-.09-.013-.116-.006-.269-.016-.013-.013-.102-.016.051-.02-.217-.012-.447-.041-.217-.07-.09-.01-.243-.016-.32-.026l.026-.006c-.05 0-.09-.004-.166-.007l.026.007h-.166c-.115-.007-.051-.026-.217-.026.191-.01 0-.02 0-.035a.088.088 0 01-.002-.016h-.317c-.18.015-.084.041-.205.06a3.504 3.504 0 00-.536.01c-.37-.01-.805.003-1.124 0 .025-.01-.013-.02-.102-.02-.192-.006-.039.02-.166.017-.217-.003.025-.048-.37-.032.127-.007.153-.023.216-.036z' fill='%23333E45' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50%/auto 100% repeat-x;
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(7302%) hue-rotate(354deg) brightness(81%) contrast(104%);
  height: 3px;
  left: 18px;
  top: 0;
  position: absolute;
  width: 45px;
}

.section-header__pre-title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 0 5px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .section-header__pre-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .section-header__pre-title {
    font-size: 2rem;
    grid-area: pretitle;
    letter-spacing: 2.1px;
  }
}

.section-header__title {
  color: #333E45;
  font-family: flood-std, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .section-header__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .section-header__title {
    font-size: 3.25rem;
    grid-area: title;
  }
}

.section-header__description {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .section-header__description {
    grid-area: description;
    margin-top: 0;
  }
}
.section-header__description p {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
}

.section-header__description-title {
  color: #333E45;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  display: block;
  letter-spacing: 2.17px;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .section-header__description-text p {
    float: left;
    width: 48%;
  }
  .section-header__description-text p + p {
    margin-left: 4%;
  }
}

.serving-ritual {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .serving-ritual {
    margin-bottom: 100px;
  }
}

.serving-ritual__video {
  margin: 1.5rem auto 0;
  max-width: 1750px;
  padding: 0 18px;
}
@media screen and (min-width: 640px) {
  .serving-ritual__video {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.serving-ritual__step {
  position: relative;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 640px) {
  .serving-ritual__step {
    width: 33.33%;
  }
}
.serving-ritual__step--playing {
  opacity: 1;
}
.serving-ritual__step--playing .serving-ritual__label {
  bottom: 50px;
  opacity: 1;
  transform: translateX(-50%) rotate(-5deg);
}
.serving-ritual__step--1 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
@media screen and (min-width: 640px) {
  .serving-ritual__step--1 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    right: auto;
  }
}
.serving-ritual__step--2 {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
          clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  margin-top: -10%;
}
@media screen and (min-width: 640px) {
  .serving-ritual__step--2 {
    -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    margin: 0 -2%;
  }
}
.serving-ritual__step--3 {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  margin-top: -10%;
}
@media screen and (min-width: 640px) {
  .serving-ritual__step--3 {
    -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    margin-top: 0;
  }
}
.serving-ritual__step--3.serving-ritual__step--playing .serving-ritual__label {
  bottom: 25px;
}
@media screen and (min-width: 640px) {
  .serving-ritual__step--3.serving-ritual__step--playing .serving-ritual__label {
    bottom: 50px;
  }
}
.serving-ritual__step video {
  display: block;
  width: 100%;
}

.serving-ritual__label {
  background-color: var(--current-color);
  border-radius: 4px;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 900;
  left: 50%;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  opacity: 0;
  padding: 3px 5px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .serving-ritual__label {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 992px) {
  .serving-ritual__label {
    font-size: 1.8rem;
    letter-spacing: 1.7px;
  }
}

.site-switcher {
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 5px), auto calc(100% + 10px);
          mask-size: 100% calc(100% - 5px), auto calc(100% + 10px);
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: -6;
}
@media screen and (min-width: 640px) {
  .site-switcher {
    display: flex;
  }
}

.site-switcher__item {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  height: 200px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .site-switcher__item {
    flex: 1;
  }
}
@media screen and (min-width: 992px) {
  .site-switcher__item {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .site-switcher__item {
    height: 300px;
  }
}
.site-switcher__item:hover:after {
  opacity: 0.8;
}
.site-switcher__item:after {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(24, 22, 21, 0.8));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
  z-index: -1;
}

.site-switcher__item-image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.site-switcher__item-link {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2.17px;
  height: 100%;
  justify-content: center;
  padding: 40px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.site-switcher__item-title {
  font-size: 1.6875rem;
  letter-spacing: 2.89px;
  line-height: 1.2;
}

.slider-counter {
  align-items: center;
  border-radius: 100%;
  border: 1px solid #E5E5E5;
  color: rgba(51, 62, 69, 0.25);
  display: flex;
  font-family: flood-std, sans-serif;
  font-size: 32px;
  font-weight: 400;
  height: 100px;
  justify-content: center;
  letter-spacing: -2px;
  line-height: 1;
  width: 100px;
}
@media screen and (min-width: 640px) {
  .slider-counter {
    font-size: 42px;
    height: 150px;
    width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .slider-counter {
    font-size: 52px;
    height: 212px;
    width: 212px;
  }
}
.slider-counter > span {
  display: block;
}

.slider-counter__current {
  color: var(--current-color);
  transform: translateY(-15px);
}

.slider-counter__total {
  transform: translateY(15px);
}

.page-brewery .brewery-hero .brewery-hero__image:after {
  opacity: 0.8;
}

.cocktails .introduction__wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .cocktails .introduction__wrapper {
    margin-top: 60px;
  }
}

.cocktails__list {
  margin-top: 40px;
  padding: 0 18px;
}
@media screen and (min-width: 992px) {
  .cocktails__list {
    display: grid;
    grid-gap: 22px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.cocktails__list .cocktail {
  color: #fff;
  display: block;
  height: 400px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .cocktails__list .cocktail {
    height: 530px;
  }
}
.cocktails__list .cocktail:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
  z-index: 1;
}
.cocktails__list .cocktail:hover:after {
  opacity: 0.85;
}
.cocktails__list .cocktail:hover .cocktail__image {
  transform: scale(1.1);
}
.cocktails__list .cocktail--alcohol-free:before {
  background: url("/images/alcohol-free-zero-dot-zero.svg") 50% 50% no-repeat;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  right: 23px;
  top: 25px;
  width: 109px;
  z-index: 2;
}
.cocktails__list .cocktail__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.cocktails__list .cocktail__text {
  bottom: 40px;
  left: 20px;
  position: absolute;
  text-align: center;
  width: calc(100% - 40px);
  z-index: 3;
}
.cocktails__list .cocktail__title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}
.cocktails__list .cocktail__subtitle {
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  .contact__form {
    grid-area: form;
    margin-right: -45px;
    position: relative;
    z-index: 7;
  }
}
@media screen and (min-width: 1200px) {
  .contact__form {
    margin-right: -90px;
    padding-left: calc(100% - 1200px / 2);
  }
}
.contact__form .fui-field {
  padding-top: 1.2rem;
}
@media screen and (min-width: 992px) {
  .contact__form .fui-field {
    padding-top: 1.2rem;
  }
}
.contact__form .fui-label {
  position: absolute;
  transition: all 0.2s ease;
  top: 0.75rem;
}
@media screen and (min-width: 992px) {
  .contact__form .fui-label {
    font-size: 1.4375rem;
  }
}
.contact__form .fui-input {
  border: 0;
  border-bottom: 1px solid #C2C2C2;
  color: #333F48;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  transition: border 0.2s ease;
}
@media screen and (min-width: 992px) {
  .contact__form .fui-input {
    font-size: 1.4375rem;
  }
}
.contact__form .fui-input:focus {
  outline: none;
}
.contact__form .fui-field--filled .fui-label {
  font-size: 0.9375rem;
  top: -0.25rem;
}
.contact__form .fui-text-input-field .fui-input,
.contact__form .fui-type-multi-line-text .fui-input {
  padding: 0;
}

.contact__social {
  margin: 45px auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .contact__social {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .contact__social {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.contact__social > a {
  align-content: stretch;
  align-items: center;
  border-bottom: 1px solid #CBD7DF;
  color: #333F48;
  display: flex;
  flex-direction: column;
  flex: 1;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.84375rem;
  font-style: normal;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 1px;
  padding: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .contact__social > a {
    border-right: 1px solid #CBD7DF;
    border-top: 1px solid #CBD7DF;
  }
  .contact__social > a:last-child {
    border-right: none;
  }
}
.contact__social > a:first-child {
  border-top: 1px solid #CBD7DF;
}
.contact__social img {
  height: 18px;
}
.contact__social span {
  display: block;
  margin-top: 14px;
}

.contest__logo {
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  max-width: 240px;
}
@media screen and (min-width: 992px) {
  .contest__logo {
    left: 0;
    right: 0;
    top: 0;
    max-width: 292px;
    position: absolute;
    z-index: 2;
  }
}

.contest-share {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.813rem;
  font-weight: 700;
  letter-spacing: 1.83px;
  text-transform: uppercase;
  width: 128px;
}
@media screen and (min-width: 992px) {
  .contest-share {
    letter-spacing: 2.17px;
    width: auto;
  }
}

.contest-share__share-on {
  color: var(--current-color);
  font-size: 0.688rem;
  font-weight: 900;
  margin-right: 5px;
  position: relative;
}
@media screen and (min-width: 400px) {
  .contest-share__share-on {
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .contest-share__share-on {
    line-height: 1.7;
    margin-right: 0;
  }
}

.contest-share__facebook,
.contest-share__whatsapp {
  padding-left: var(--icon-width);
  position: relative;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-decoration-thickness: 0;
  transition: text-decoration-thickness 0.3s ease-out, -webkit-text-decoration-color 0.3s ease-out;
  transition: text-decoration-thickness 0.3s ease-out, text-decoration-color 0.3s ease-out;
  transition: text-decoration-thickness 0.3s ease-out, text-decoration-color 0.3s ease-out, -webkit-text-decoration-color 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .contest-share__facebook,
.contest-share__whatsapp {
    margin-left: 10px;
  }
}
.contest-share__facebook:before,
.contest-share__whatsapp:before {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: block;
  height: 1.25rem;
  left: 0;
  line-height: 1;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  top: -0.25ex;
  width: var(--icon-width);
}
.contest-share__facebook:hover, .contest-share__facebook:focus,
.contest-share__whatsapp:hover,
.contest-share__whatsapp:focus {
  -webkit-text-decoration-color: var(--current-color);
          text-decoration-color: var(--current-color);
  text-decoration-thickness: 3px;
}

.contest-share__facebook {
  --icon-width: calc(0.6rem + 12px);
}
@media screen and (min-width: 992px) {
  .contest-share__facebook {
    --icon-width: calc(0.6rem + 18px);
  }
}
.contest-share__facebook:before {
  background-image: url("/images/share-on-facebook.svg");
}

.contest-share__whatsapp {
  --icon-width: calc(1.25rem + 10px);
}
@media screen and (min-width: 992px) {
  .contest-share__whatsapp {
    --icon-width: calc(1.25rem + 18px);
  }
}
.contest-share__whatsapp:before {
  background-image: url("/images/share-on-whatsapp.svg");
}

@media screen and (max-width: 992px) {
  .introduction__content-form {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(75, 32, 34, 0.08);
    margin: 0 16px 40px;
    padding-top: 15px;
    position: relative;
    top: -35px;
  }
}

@media screen and (min-width: 992px) {
  .contest__form {
    grid-area: form;
    margin-right: -45px;
    margin-top: 40px;
    position: relative;
    z-index: 7;
  }
}
@media screen and (min-width: 1200px) {
  .contest__form {
    margin-right: -90px;
    padding-left: calc(100% - 1200px / 2);
  }
}

.contest .page-header__language-picker {
  width: 128px;
}
@media screen and (min-width: 992px) {
  .contest .page-header__logo {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .contest .introduction__wrapper {
    margin-top: -20px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .contest .introduction__wrapper:before {
    background-image: linear-gradient(0deg, #FFFFFF 0%, #86BAC6 100%);
    border-radius: 4px;
    content: "";
    display: block;
    height: 70%;
    left: 23px;
    opacity: 0.2;
    position: absolute;
    top: 66px;
    width: calc(100% - 46px);
  }
}
.contest .introduction__stripes {
  transform: none;
}
@media screen and (max-width: 992px) {
  .contest .introduction--with-image .introduction__image {
    height: 400px;
  }
}
.contest .introduction__content {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .contest .introduction__content {
    background-color: transparent;
    margin-top: 200px;
  }
}
.contest .fui-input,
.contest .fui-select {
  border-radius: 7px;
}
@media screen and (max-width: 992px) {
  .contest .fui-form {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
  }
}
.contest .fui-alert-success {
  border-radius: 4px;
  font-size: 1.188rem;
  line-height: 1.42;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .contest .fui-alert-success {
    padding: 60px 90px;
  }
}
.contest .fui-alert-success strong {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 2.14px;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  body.outlets .homepage-products {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  body.outlets .homepage-products {
    margin-top: 70px;
  }
}

.recipes .introduction__wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .recipes .introduction__wrapper {
    margin-top: 60px;
  }
}

.recipes__list {
  margin-top: 40px;
  padding: 0 18px;
}
@media screen and (min-width: 992px) {
  .recipes__list {
    display: grid;
    grid-gap: 22px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.recipes__list .recipe {
  color: #fff;
  display: block;
  height: 400px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .recipes__list .recipe {
    height: 530px;
  }
}
.recipes__list .recipe:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
  z-index: 1;
}
.recipes__list .recipe:hover:after {
  opacity: 0.85;
}
.recipes__list .recipe:hover .recipe__image {
  transform: scale(1.1);
}
.recipes__list .recipe--alcohol-free:before {
  background: url("/images/alcohol-free-zero-dot-zero.svg") 50% 50% no-repeat;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  right: 23px;
  top: 25px;
  width: 109px;
  z-index: 2;
}
.recipes__list .recipe__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.recipes__list .recipe__text {
  bottom: 40px;
  left: 20px;
  position: absolute;
  text-align: center;
  width: calc(100% - 40px);
  z-index: 3;
}
.recipes__list .recipe__title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}
.recipes__list .recipe__subtitle {
  font-family: omnes-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.product-style--alcoholfree {
  --current-color: #168FC3;
}
.product-style--alcoholfree .btn-primary, .product-style--alcoholfree .fui-submit {
  box-shadow: 0 7px 20px 0 rgba(22, 143, 195, 0.28);
}
.product-style--alcoholfree .page-header__mobile-nav-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20px' height='21px' viewBox='0 0 20 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill-rule='nonzero'%3E%3Cpolygon fill='%23919191' points='20 0 20 3 0 3 0 0'%3E%3C/polygon%3E%3Cpolygon fill='%23919191' points='20 6 20 9 0 9 0 6'%3E%3C/polygon%3E%3Cpolygon fill='%23D2060D' points='20 12 20 15 0 15 0 12'%3E%3C/polygon%3E%3Cpolygon fill='%23919191' points='20 18 20 21 0 21 0 18'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.product-style--alcoholfree .introduction__text:before,
.product-style--alcoholfree .product-introduction__text:before,
.product-style--alcoholfree .product-cocktails__scrollbar .swiper-scrollbar-drag,
.product-style--alcoholfree .product-recipes__scrollbar .swiper-scrollbar-drag,
.product-style--alcoholfree .section-header:before {
  filter: brightness(0) saturate(100%) invert(38%) sepia(98%) saturate(452%) hue-rotate(152deg) brightness(102%) contrast(90%);
}
.product-style--alcoholfree .instagram-feed__slide-prev,
.product-style--alcoholfree .instagram-feed__slide-next,
.product-style--alcoholfree .product-cocktails__slide-prev,
.product-style--alcoholfree .product-cocktails__slide-next,
.product-style--alcoholfree .product-recipes__slide-prev,
.product-style--alcoholfree .product-recipes__slide-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath d='M5.25.424L6.576 1.75 2.825 5.5l3.75 3.75-1.325 1.326L.174 5.5z' fill='%23168FC3' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.product-style--alcoholfree .instagram-stream__title {
  background-color: #168FC3;
  box-shadow: 10px 0 0 #168FC3, -10px 0 0 #168FC3;
}
.product-style--alcoholfree .product-cocktails__wrapper:before, .product-style--alcoholfree .product-cocktails__wrapper:after {
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #919191 0%, #ECECEC 17%, #919191 100%);
}
.product-style--alcoholfree .product-cocktails__wrapper:after {
  border-image-source: linear-gradient(to right, #919191 0%, #ECECEC 17%, #919191 100%);
}
.product-style--alcoholfree .introduction__stripes .introduction__stripe--1, .product-style--alcoholfree .introduction__stripes .introduction__stripe--4,
.product-style--alcoholfree .product-introduction__stripes .product-introduction__stripe--1,
.product-style--alcoholfree .product-introduction__stripes .product-introduction__stripe--4 {
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 25%, #fff 100%);
}
.product-style--alcoholfree .introduction__stripes .introduction__stripe--2,
.product-style--alcoholfree .product-introduction__stripes .product-introduction__stripe--2 {
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}
.product-style--alcoholfree .background-stripes .background-stripe--1, .product-style--alcoholfree .background-stripes .background-stripe--2, .product-style--alcoholfree .background-stripes .background-stripe--4,
.product-style--alcoholfree .introduction__stripes--back .introduction__stripe--1,
.product-style--alcoholfree .introduction__stripes--back .introduction__stripe--2,
.product-style--alcoholfree .introduction__stripes--back .introduction__stripe--4,
.product-style--alcoholfree .product-introduction__stripes--back .product-introduction__stripe--1,
.product-style--alcoholfree .product-introduction__stripes--back .product-introduction__stripe--2,
.product-style--alcoholfree .product-introduction__stripes--back .product-introduction__stripe--4 {
  background-color: transparent;
  background-image: linear-gradient(to right, #919191 0%, #ECECEC 75%, #919191 100%);
}
.product-style--alcoholfree .filter.filter--active span {
  color: #168FC3;
}
.product-style--alcoholfree .filter.filter--active span:before, .product-style--alcoholfree .filter.filter--active span:after {
  filter: brightness(0) saturate(100%) invert(38%) sepia(98%) saturate(452%) hue-rotate(152deg) brightness(102%) contrast(90%);
}
.product-style--alcoholfree .page-footer__link a.hover.red:after {
  filter: brightness(0) saturate(100%) invert(38%) sepia(98%) saturate(452%) hue-rotate(152deg) brightness(102%) contrast(90%);
}

.modal--product-style-alcoholfree .modal__title {
  color: #168FC3;
}

.product-style--peach {
  --current-color: #FFA776;
}
.product-style--peach .btn-primary, .product-style--peach .fui-submit {
  box-shadow: 0 7px 20px 0 rgba(255, 167, 118, 0.28);
}
.product-style--peach .page-header__mobile-nav-button span {
  color: var(--current-color);
}
.product-style--peach .page-header__mobile-nav-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20px' height='21px' viewBox='0 0 20 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill='%23FFA776' fill-rule='nonzero'%3E%3Cpolygon id='Line-3' points='20 0 20 3 0 3 0 0'%3E%3C/polygon%3E%3Cpolygon id='Line-3' points='20 6 20 9 0 9 0 6'%3E%3C/polygon%3E%3Cpolygon id='Line-3' points='20 12 20 15 0 15 0 12'%3E%3C/polygon%3E%3Cpolygon id='Line-3' points='20 18 20 21 0 21 0 18'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.product-style--peach .introduction__text:before,
.product-style--peach .product-introduction__text:before,
.product-style--peach .product-cocktails__scrollbar .swiper-scrollbar-drag,
.product-style--peach .product-recipes__scrollbar .swiper-scrollbar-drag,
.product-style--peach .section-header:before {
  filter: invert(69%) sepia(21%) saturate(1036%) hue-rotate(332deg) brightness(103%) contrast(102%);
  height: 4px;
}
.product-style--peach .introduction__stripes .introduction__stripe,
.product-style--peach .product-introduction__stripes .product-introduction__stripe,
.product-style--peach .background-stripes .background-stripe,
.product-style--peach .introduction__stripes--back .introduction__stripe,
.product-style--peach .product-introduction__stripes--back .product-introduction__stripe {
  background-color: var(--current-color);
  background-image: none;
}
.product-style--peach .product-introduction__stripes--front .product-introduction__stripe {
  -webkit-clip-path: polygon(0 0, 20% 0, 20% 100%, 0% 100%);
          clip-path: polygon(0 0, 20% 0, 20% 100%, 0% 100%);
}

.modal--product-style-alcoholfree .modal__title {
  color: #FFA776;
}

body.brewery {
  --current-color: #AE8C46;
  background: #121110;
  color: #DEDDDD;
}
body.brewery:before {
  background: rgba(18, 17, 16, 0.8);
}
body.brewery div[data-barba=container] {
  background-color: #121110;
}

body.brewery .btn-secondary, body.brewery .btn-primary, body.brewery .fui-submit {
  border: 1px solid #AE8C46;
  color: #DEDDDD;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  height: 52px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 5px 0 5px 52px;
  padding: 0 10px 0 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
@media screen and (min-width: 350px) {
  body.brewery .btn-secondary, body.brewery .btn-primary, body.brewery .fui-submit {
    padding: 0 20px;
  }
}
body.brewery .btn-secondary:after, body.brewery .btn-primary:after, body.brewery .fui-submit:after, body.brewery .btn-secondary:before, body.brewery .btn-primary:before, body.brewery .fui-submit:before {
  border: 1px solid #AE8C46;
  border-radius: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 52px;
  left: auto;
  margin: 0;
  position: absolute;
  right: 100%;
  top: -1px;
  transition: background-color 0.2s ease;
  width: 52px;
}
body.brewery .btn-secondary:after, body.brewery .btn-primary:after, body.brewery .fui-submit:after {
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
body.brewery .btn-secondary:before, body.brewery .btn-primary:before, body.brewery .fui-submit:before {
  background: transparent url("/images/brewery/tally-marks-single.svg") 50% 50%/17px auto no-repeat;
}
body.brewery .btn-secondary svg, body.brewery .btn-primary svg, body.brewery .fui-submit svg {
  margin-left: 10px;
}
body.brewery .btn-secondary:hover, body.brewery .btn-primary:hover, body.brewery .fui-submit:hover {
  color: #fff;
  text-decoration: underline;
}
body.brewery .btn-secondary:hover:before, body.brewery .btn-primary:hover:before, body.brewery .fui-submit:hover:before, body.brewery .btn-secondary:hover:after, body.brewery .btn-primary:hover:after, body.brewery .fui-submit:hover:after {
  background-color: rgba(255, 255, 255, 0.05);
}
body.brewery .btn-secondary:hover:after, body.brewery .btn-primary:hover:after, body.brewery .fui-submit:hover:after {
  transform: rotate(0);
}
body.brewery .btn-primary, body.brewery .fui-submit {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 4px #121110 inset;
  color: #121110;
}
body.brewery .btn-primary:hover, body.brewery .fui-submit:hover {
  background-color: #fff;
  color: #121110;
}
body.brewery .btn-primary:hover:before, body.brewery .fui-submit:hover:before, body.brewery .btn-primary:hover:after, body.brewery .fui-submit:hover:after {
  background-color: transparent;
}
body.brewery .btn-primary:hover:before, body.brewery .fui-submit:hover:before {
  transform: none;
}

body.brewery .hover:after, body.brewery .filter span:after, .filter body.brewery span:after {
  filter: invert(50%) sepia(74%) saturate(315%) hue-rotate(2deg) brightness(97%) contrast(88%);
}
body.brewery .hover.red, body.brewery .filter span.red, .filter body.brewery span.red {
  color: #AE8C46;
}
body.brewery .hover.red:after, body.brewery .filter span.red:after, .filter body.brewery span.red:after {
  filter: invert(50%) sepia(74%) saturate(315%) hue-rotate(2deg) brightness(97%) contrast(88%);
}
body.brewery .hover.red:hover, body.brewery .filter span.red:hover, .filter body.brewery span.red:hover {
  color: #AE8C46;
}

body.brewery .page-header:before {
  background: #121110;
}
body.brewery .page-header__logo {
  background-image: url("/images/brewery/logo-liefmans-brewery.svg");
  max-width: 220px;
}
body.brewery .page-header__language-picker .language-picker__button {
  color: #fff;
}
@media screen and (min-width: 992px) {
  body.brewery .page-header__language-picker .language-picker__button {
    background: #AE8C46;
    color: #fff;
  }
}
body.brewery .page-header__language-picker .language-picker__button[aria-expanded=true] {
  color: #333F48;
}
@media screen and (min-width: 992px) {
  body.brewery .page-header__language-picker .language-picker__button[aria-expanded=true] {
    color: #fff;
  }
}
body.brewery .page-header__main-navigation a {
  color: #83817F;
}
body.brewery .page-header__main-navigation a:hover {
  color: #CAC7C4;
}
body.brewery .page-header__main-navigation a:before {
  filter: brightness(0%) invert(50%) sepia(74%) saturate(315%) hue-rotate(2deg) brightness(97%) contrast(88%);
}
body.brewery .page-header__social-navigation img {
  filter: invert(55%) sepia(8%) saturate(121%) hue-rotate(349deg) brightness(91%) contrast(87%);
  transition: filter 0.2s ease;
}
body.brewery .page-header__social-navigation a:hover img {
  filter: invert(82%) sepia(5%) saturate(156%) hue-rotate(349deg) brightness(99%) contrast(88%);
}
body.brewery .page-header__mobile-nav-button:focus-visible {
  outline: 1px dotted #333F48;
}
body.brewery .page-header__mobile-nav-button span {
  color: #AE8C46;
}
body.brewery .page-header__mobile-nav-button:after {
  filter: brightness(0%) invert(50%) sepia(74%) saturate(315%) hue-rotate(2deg) brightness(97%) contrast(88%);
}
body.brewery .site-switcher-header__link {
  color: #83817F;
}
body.brewery .site-switcher-header__link:hover {
  color: #CAC7C4;
}

body.brewery header.page-header,
body.brewery main {
  background-color: #121110;
}
body.brewery .page-footer {
  background-color: #121110;
  background-image: url("/images/brewery/logo-liefmans-brewery.svg");
}
body.brewery .page-footer > * {
  border-top: 1px solid rgba(131, 129, 127, 0.16);
}
body.brewery .page-footer h4  {
  color: #83817F;
}
@media screen and (min-width: 640px) {
  body.brewery .page-footer__navigation-column {
    border-right: 1px solid rgba(131, 129, 127, 0.16);
  }
}
@media screen and (min-width: 992px) {
  body.brewery .page-footer__navigation-column:before {
    background: rgba(131, 129, 127, 0.16);
  }
}
@media screen and (min-width: 992px) {
  body.brewery .page-footer__navigation-column + .page-footer__navigation-column {
    border-left: 1px solid rgba(131, 129, 127, 0.16);
  }
}
@media screen and (min-width: 992px) {
  body.brewery .page-footer__contact {
    border-right: 1px solid rgba(131, 129, 127, 0.16);
  }
}
@media screen and (min-width: 992px) {
  body.brewery .page-footer__updates:before {
    background: rgba(131, 129, 127, 0.16);
  }
}
body.brewery .page-footer__language-picker img,
body.brewery .page-footer__social img,
body.brewery .page-footer__shop img {
  filter: invert(55%) sepia(8%) saturate(121%) hue-rotate(349deg) brightness(91%) contrast(87%);
  transition: filter 0.2s ease;
}
@media screen and (min-width: 992px) {
  body.brewery .page-footer__language-picker {
    border-right: 1px solid rgba(131, 129, 127, 0.16);
  }
}
body.brewery .page-footer__language-picker .language-picker__button {
  color: #83817F;
  transition: color 0.2s ease;
}
body.brewery .page-footer__language-picker .language-picker__button:hover {
  color: #CAC7C4;
}
body.brewery .page-footer__language-picker .language-picker__button[aria-expanded=true] {
  color: #333F48;
}
@media screen and (min-width: 640px) {
  body.brewery .page-footer__social {
    border-right: 1px solid rgba(131, 129, 127, 0.16);
  }
}
body.brewery .page-footer__social a:hover img {
  filter: invert(82%) sepia(5%) saturate(156%) hue-rotate(349deg) brightness(99%) contrast(88%);
}
@media screen and (min-width: 640px) {
  body.brewery .page-footer__shop {
    border-right: 1px solid rgba(131, 129, 127, 0.16);
  }
}
@media screen and (min-width: 992px) {
  body.brewery .page-footer__shop:before {
    background: rgba(131, 129, 127, 0.16);
  }
}
body.brewery .page-footer__shop h4 {
  transition: color 0.2s ease;
}
body.brewery .page-footer__shop:hover h4 {
  color: #CAC7C4;
}
body.brewery .page-footer__shop:hover img {
  filter: invert(82%) sepia(5%) saturate(156%) hue-rotate(349deg) brightness(99%) contrast(88%);
}
@media screen and (min-width: 992px) {
  body.brewery .page-footer__dwy:before {
    background: rgba(131, 129, 127, 0.16);
  }
}
body.brewery .page-footer__dwy:hover img {
  filter: invert(82%) sepia(5%) saturate(156%) hue-rotate(349deg) brightness(99%) contrast(88%);
  opacity: 1;
}
body.brewery .page-footer__dwy img {
  filter: invert(55%) sepia(8%) saturate(121%) hue-rotate(349deg) brightness(91%) contrast(87%);
  opacity: 0.6;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
@media screen and (min-width: 992px) {
  body.brewery .page-footer__belgian-family-brewers:before {
    background: rgba(131, 129, 127, 0.16);
  }
}
body.brewery .page-footer__legal {
  color: rgba(131, 129, 127, 0.5);
}
@media screen and (min-width: 992px) {
  body.brewery .page-footer__legal {
    border-right: 1px solid rgba(131, 129, 127, 0.16);
  }
  body.brewery .page-footer__legal:before {
    background: rgba(131, 129, 127, 0.16);
  }
  body.brewery .page-footer__legal:after {
    background: rgba(131, 129, 127, 0.16);
  }
}
body.brewery .page-footer__legal a,
body.brewery .page-footer__legal button {
  border-bottom: 1px solid rgba(131, 129, 127, 0.16);
  color: rgba(131, 129, 127, 0.75);
  transition: border 0.2s ease, color 0.2s ease;
}
body.brewery .page-footer__legal a:hover,
body.brewery .page-footer__legal button:hover {
  border-bottom: 1px solid rgba(131, 129, 127, 0.75);
  color: #CAC7C4;
}

body.brewery .mobile-navigation {
  background: #AE8C46;
}

.brewery-age-check__background {
  align-items: center;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  height: 100%;
  left: 0;
  justify-content: center;
  min-width: 320px;
  pointer-events: none;
  position: fixed;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.brewery-age-check__languages {
  position: absolute;
  right: 20px;
  top: 20px;
}
.brewery-age-check__languages .language-picker__button[aria-expanded=false] {
  color: #fff;
}
.brewery-age-check__languages .language-picker__dropdown {
  left: auto;
  right: 0;
}
.brewery-age-check__languages .language-picker__select-description {
  text-align: left;
}

.brewery-age-check__modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 720px;
  position: relative;
  text-align: center;
  width: 95%;
}
@media screen and (min-width: 600px) {
  .brewery-age-check__modal {
    min-height: 400px;
  }
}
.brewery-age-check__modal:after {
  content: url("/images/brewery/tally-marks.svg");
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
  width: 100px;
}
@media screen and (min-width: 640px) {
  .brewery-age-check__modal:after {
    top: -100px;
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-age-check__modal:after {
    left: -100px;
    width: 227px;
  }
}

.brewery-age-check__header {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  min-height: 160px;
  overflow: hidden;
  padding: 25px 13px;
  position: relative;
}

.brewery-age-check__logo {
  margin: 0 auto 60px;
  position: relative;
  width: 185px;
  z-index: 1;
}

.brewery-age-check__question {
  color: #AE8C46;
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.4375rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}

.brewery-age-check__consent-check {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 11px 34px 0 rgba(0, 0, 0, 0.17);
  color: #121110;
  margin: 1px 15px 0;
  padding: 30px 20px 60px;
  position: relative;
  width: calc(100% - 30px);
}
@media screen and (min-width: 640px) {
  .brewery-age-check__consent-check {
    margin: 1px 40px 0;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .brewery-age-check__consent-check {
    margin: 1px 80px 0;
    width: calc(100% - 160px);
  }
}
.brewery-age-check__consent-check label {
  color: #333F48;
  font-family: omnes-pro, sans-serif;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
}

.brewery-age-check__input {
  align-items: center;
  display: flex;
  justify-content: center;
}
.brewery-age-check__input .styled-checkbox {
  margin-right: 9px;
}

.brewery-age-check__required {
  color: #D2060D;
  display: none;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1.17px;
  line-height: 1;
  margin: 1rem 0 0;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity 0.25s ease-in-out;
}

.brewery-age-check__consent.age-check__consent--error .brewery-age-check__required {
  display: block;
  opacity: 1;
}
.brewery-age-check__consent.age-check__consent--error input[type=checkbox]:after {
  border: 3px solid var(--color-brand);
}
.brewery-age-check__consent.age-check__consent--error input[type=checkbox]:checked:after {
  border: #000;
}

.brewery-age-check__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #AE8C46;
  background-image: linear-gradient(#D5AB54 0%, #AE8C46 100%);
  background-position: 0 100%;
  background-size: 100% 200%;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 2.33px;
  line-height: 1;
  min-width: 185px;
  padding: 1.1875rem 1.25rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-position 0.25s ease, transform 0.2s ease;
  transform: translateY(-50%);
}
.brewery-age-check__submit:focus-visible {
  outline: 1px dotted #fff;
  text-decoration: underline;
}
.brewery-age-check__submit:hover {
  background-position: 0 0;
}
.brewery-age-check__submit:active {
  transform: translateY(-45%);
}

body.brewery #cc-main .cm-wrapper .cm {
  --cm-bg-color: #B08D46;
  background: var(--cm-bg-color);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  max-width: 833px;
  padding: 1.25em;
  width: calc(100% - 2.5em);
}
@media screen and (min-width: 992px) {
  body.brewery #cc-main .cm-wrapper .cm {
    padding: 50px 60px;
  }
}
body.brewery #cc-main .cm-wrapper .cm__title {
  color: #121110;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.438rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  margin-block-end: 0.5em;
  padding: 0;
  text-transform: uppercase;
}
body.brewery #cc-main .cm-wrapper .cm__desc {
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.39;
}
body.brewery #cc-main .cm-wrapper .cm__desc a,
body.brewery #cc-main .cm-wrapper .cm__desc button,
body.brewery #cc-main .cm-wrapper .cm__desc .cc-link {
  border-bottom: none;
  color: #fff;
  font-weight: 700;
  -webkit-text-decoration-color: rgba(242, 220, 159, 0.5);
          text-decoration-color: rgba(242, 220, 159, 0.5);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: -webkit-text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}
body.brewery #cc-main .cm-wrapper .cm__desc a:hover,
body.brewery #cc-main .cm-wrapper .cm__desc button:hover,
body.brewery #cc-main .cm-wrapper .cm__desc .cc-link:hover {
  -webkit-text-decoration-color: #F2DC9F;
          text-decoration-color: #F2DC9F;
}
body.brewery #cc-main .cm-wrapper .cm__btns {
  align-items: normal;
}
body.brewery #cc-main .cm-wrapper .cm__btn {
  border-radius: 0;
  box-shadow: none;
  color: #121110;
  display: block;
  font-weight: 700;
}
body.brewery #cc-main .cm-wrapper .cm__btn:not(.cm__btn--secondary) {
  background: #fff;
  border: 1px solid #121110;
  box-shadow: inset 0 0 0 4px var(--cm-bg-color);
  font-size: 0.813rem;
  letter-spacing: 0.116rem;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: box-shadow 0.2s !important;
}
body.brewery #cc-main .cm-wrapper .cm__btn:not(.cm__btn--secondary):hover {
  box-shadow: inset 0 0 0 2px var(--cm-bg-color);
}
body.brewery #cc-main .cm-wrapper .cm__btn--secondary {
  border: 1px solid #977739;
  font-size: 0.875rem;
  padding: 11px 26px;
  transition: border-color 0.2s !important;
}
body.brewery #cc-main .cm-wrapper .cm__btn--secondary:hover {
  border-color: #121110;
}
body.brewery #cc-main .cm-wrapper .cm__btn--secondary:before, body.brewery #cc-main .cm-wrapper .cm__btn--secondary:after {
  display: none;
}

.brewery-hero {
  margin: 0 auto;
  max-width: 1750px;
  padding: 0 13px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .brewery-hero {
    height: 550px;
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-hero {
    height: 800px;
    padding: 0 23px;
  }
}
.brewery-hero:after {
  bottom: -125px;
  content: url("/images/brewery/tally-marks.svg");
  height: 154px;
  left: -5px;
  position: absolute;
  width: 160px;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .brewery-hero:after {
    bottom: -72px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-hero:after {
    bottom: -40px;
    height: 289px;
    width: 302px;
  }
}

.brewery-hero__image {
  display: block;
  height: 350px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .brewery-hero__image {
    height: 100%;
  }
}
.brewery-hero__image:after {
  background: linear-gradient(rgba(22, 20, 19, 0.75), #121110);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.brewery-hero__image source,
.brewery-hero__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.brewery-hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 350px;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .brewery-hero__content {
    height: 100%;
  }
}

.brewery-hero__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .brewery-hero__title {
    font-size: 2.25rem;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-hero__title {
    font-size: 3.3125rem;
    letter-spacing: 2.94px;
  }
}

.brewery-hero__subtitle {
  color: #DEDDDD;
  font-family: meno-banner, serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 2.5px;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .brewery-hero__subtitle {
    font-size: 1.9rem;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-hero__subtitle {
    font-size: 2.5rem;
    letter-spacing: 4.17px;
  }
}
.brewery-hero__subtitle:before {
  content: url("/images/brewery/tally-marks-divider.svg");
  display: block;
  margin: 0.5rem auto;
  width: 140px;
}
@media screen and (min-width: 992px) {
  .brewery-hero__subtitle:before {
    width: 200px;
  }
}
.brewery-hero__subtitle span {
  color: var(--current-color);
  font-size: 0.8rem;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 640px) {
  .brewery-hero__subtitle span {
    font-size: 1rem;
    top: -3px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-hero__subtitle span {
    font-size: 1.75rem;
    top: -4px;
  }
}

.brewery-hero__text {
  color: #DEDDDD;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 1.5rem auto;
  max-width: 800px;
  padding: 0 8px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .brewery-hero__text {
    bottom: 0;
    left: 0;
    margin: 40px auto 0;
    max-width: min(70vw, 800px);
    position: absolute;
    right: 0;
    transform: translateY(50%);
  }
}
@media screen and (min-width: 992px) {
  .brewery-hero__text {
    font-size: 1.5rem;
  }
}
.brewery-hero__text p {
  margin: 0 0 12px;
}

.craft-blends-overview {
  margin: 135px auto 0;
  max-width: 1200px;
}
@media screen and (min-width: 875px) {
  .craft-blends-overview {
    align-items: stretch;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 70px;
  }
}

@media screen and (min-width: 875px) {
  .craft-blend-beers {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .craft-blend-beers {
    width: 45%;
  }
}

.craft-blend-beers__list {
  list-style: none;
  margin: 0 auto;
  max-width: 600px;
  padding: 0;
}

.craft-blend-beer {
  align-items: center;
  display: flex;
  padding: 13px;
}
.craft-blend-beer:nth-child(odd) {
  flex-direction: row-reverse;
}
.craft-blend-beer:nth-child(odd) .craft-blend-beer__image {
  margin-left: 15px;
  margin-right: 0;
}
@media screen and (min-width: 350px) {
  .craft-blend-beer:nth-child(odd) .craft-blend-beer__image {
    margin-left: 30px;
  }
}
.craft-blend-beer:nth-child(odd) .craft-blend-beer__pre-title {
  display: inline-block;
}
.craft-blend-beer:nth-child(odd) .craft-blend-beer__pre-title:before {
  left: 20px;
  right: auto;
}

.craft-blend-beer__image {
  display: block;
  margin-right: 15px;
  position: relative;
  width: calc(33.33% - 15px);
}
@media screen and (min-width: 350px) {
  .craft-blend-beer__image {
    margin-right: 30px;
    width: calc(33.33% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .craft-blend-beer__image {
    width: 160px;
  }
}
.craft-blend-beer__image source,
.craft-blend-beer__image img {
  width: 100%;
}
.craft-blend-beer__image:after {
  background: transparent url("/images/brewery/bottle-coaster.svg") 50% 50%/100% auto no-repeat;
  bottom: -28px;
  content: "";
  display: block;
  height: 52px;
  position: absolute;
  left: -33.33%;
  margin: auto;
  width: 168%;
  z-index: -1;
}

.craft-blend-beer__text {
  position: relative;
  width: 66.66%;
}
@media screen and (min-width: 992px) {
  .craft-blend-beer__text {
    width: calc(100% - 160px);
  }
}

.craft-blend-beer__pre-title {
  background: #121110;
  color: #DEDDDD;
  font-family: meno-banner, serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 1.77px;
  line-height: 1.35;
  margin: 0 -13px;
  padding: 0 13px;
  text-transform: uppercase;
}
.craft-blend-beer__pre-title:before {
  border-top: 1px solid #AE8C46;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0.7rem;
  width: 115%;
  z-index: -1;
}

.craft-blend-beer__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .craft-blend-beer__title {
    font-size: 2.1875rem;
    letter-spacing: 1.94px;
  }
}

.craft-blend-beer__summary {
  color: #DEDDDD;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 992px) {
  .craft-blend-beer__summary {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 875px) {
  .brewery-features {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    width: 50%;
  }
}

.brewery-feature {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 13px;
  padding: 50px 20px;
  position: relative;
  text-align: center;
  width: calc(100% - 26px);
}
@media screen and (min-width: 350px) {
  .brewery-feature {
    padding: 70px 40px;
  }
}
@media screen and (min-width: 640px) {
  .brewery-feature {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 875px) {
  .brewery-feature {
    flex: 1;
  }
}

.brewery-feature__image {
  display: block;
  height: 100%;
  left: 0;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  opacity: 0.3;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.brewery-feature__image img,
.brewery-feature__image source {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.brewery-feature__image:after {
  background: linear-gradient(rgba(22, 20, 19, 0), #161413);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.brewery-feature__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .brewery-feature__title {
    font-size: 2.25rem;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-feature__title {
    font-size: 2.8125rem;
    letter-spacing: 2.5px;
  }
}

.brewery-feature__subtitle {
  color: #DEDDDD;
  font-family: meno-banner, serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 2.5px;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .brewery-feature__subtitle {
    font-size: 1.9rem;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-feature__subtitle {
    font-size: 2.1875rem;
    letter-spacing: 3.65px;
  }
}

.brewery-feature__description {
  color: #DEDDDD;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 100px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .brewery-feature__description {
    margin-top: 160px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-feature__description {
    font-size: 1.125rem;
  }
}
.brewery-feature__description:before {
  background: #AE8C46;
  bottom: calc(100% + 20px);
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (min-width: 640px) {
  .brewery-feature__description:before {
    bottom: calc(100% + 35px);
    height: 90px;
  }
}

.brewery-practical {
  margin: 40px auto 40px;
  max-width: 1200px;
  padding: 0 13px;
}
@media screen and (min-width: 640px) {
  .brewery-practical {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-practical {
    margin-bottom: 75px;
  }
}

.brewery-practical__image {
  display: block;
  height: 400px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  opacity: 0.6;
  position: relative;
}
@media screen and (min-width: 640px) {
  .brewery-practical__image {
    height: auto;
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .brewery-practical__image {
    width: 48%;
  }
}
.brewery-practical__image:after {
  background: linear-gradient(rgba(22, 20, 19, 0), rgba(22, 20, 19, 0.5));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.brewery-practical__image img,
.brewery-practical__image source {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.brewery-practical__text {
  padding: 0 8px;
}
@media screen and (min-width: 640px) {
  .brewery-practical__text {
    padding: 0;
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .brewery-practical__text {
    width: 48%;
  }
}

.brewery-practical__pre-title {
  color: #DEDDDD;
  font-family: meno-banner, serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 1.77px;
  line-height: 1.35;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.brewery-practical__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .brewery-practical__title {
    font-size: 2.1875rem;
    letter-spacing: 1.94px;
  }
}

.brewery-practical__description {
  color: #DEDDDD;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 992px) {
  .brewery-practical__description {
    font-size: 1.125rem;
  }
}
.brewery-practical__description h5 {
  color: #83817F;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.brewery-practical__description ul {
  color: #DEDDDD;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.brewery-practical__description li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.brewery-practical__description li:before {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23AE8C46' stroke-linecap='round' stroke-linejoin='round' d='M8.071 1l7.071 7.071-7.07 7.071L1 8.072z'/%3E%3Cpath d='M4.071 5.071l4 4 6.673-6.673' stroke='%23FFF' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") 50% 50%/auto 100% no-repeat;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
}

.brewery-practical__properties {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .brewery-practical__properties {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .brewery-practical__properties {
    flex-direction: row;
  }
}
.brewery-practical__properties .brewery-practical__property {
  border-right: 1px solid #AE8C46;
  border-top: 1px solid #AE8C46;
  flex: 1 0;
  padding: 12px;
}
@media screen and (min-width: 640px) {
  .brewery-practical__properties .brewery-practical__property {
    border-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .brewery-practical__properties .brewery-practical__property {
    border-right: 1px solid #AE8C46;
  }
}
.brewery-practical__properties .brewery-practical__property:last-child {
  border-right: 0;
}
.brewery-practical__properties dt {
  color: #83817F;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.brewery-practical__properties dd {
  color: #DEDDDD;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

body.brewery .brewery-practical__cta.btn-primary, body.brewery .brewery-practical__cta.fui-submit {
  margin-top: 40px;
}

.brewery-cta {
  margin: 40px auto;
  max-width: 1200px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .brewery-cta {
    margin: 60px auto;
  }
}
@media screen and (min-width: 992px) {
  .brewery-cta {
    margin: 75px auto;
  }
}

.brewery-cta__pre-title {
  color: #DEDDDD;
  font-family: meno-banner, serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 1.77px;
  line-height: 1.35;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.brewery-cta__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 75px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .brewery-cta__title {
    font-size: 2.1875rem;
    letter-spacing: 1.94px;
  }
}
.brewery-cta__title:before {
  background: var(--current-color);
  content: "";
  display: block;
  height: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 1px;
}

.brewery-product-introduction {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "text text text image image image" "properties1 properties1 bottle bottle properties2 properties2";
    padding: 0 23px 40px;
  }
}

.brewery-product-introduction__bottle {
  display: block;
  height: 400px;
  margin: 30px auto 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__bottle {
    grid-area: bottle;
    position: relative;
    z-index: 2;
  }
}
.brewery-product-introduction__bottle source,
.brewery-product-introduction__bottle img {
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__bottle source,
.brewery-product-introduction__bottle img {
    bottom: 0;
    height: 180%;
    left: 0;
    position: absolute;
  }
}

.brewery-product-introduction__content {
  margin: 0 auto;
  max-width: 690px;
  padding: 0 21px;
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__content {
    grid-area: text;
    padding: 0 0 280px;
    position: relative;
  }
}

.brewery-product-introduction__pre-title {
  color: #DEDDDD;
  font-family: meno-banner, serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 1.77px;
  line-height: 1.35;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.brewery-product-introduction__title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 1.94px;
  line-height: 1.15;
  padding-right: 40px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__title {
    font-size: 2.75rem;
    padding-right: 125px;
    letter-spacing: 2.5px;
  }
}
@media screen and (min-width: 1200px) {
  .brewery-product-introduction__title {
    font-size: 3.3125rem;
    letter-spacing: 2.94px;
  }
}

.brewery-product-introduction__subtitle {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.brewery-product-introduction__text {
  color: #DEDDDD;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.8rem;
  padding-left: 50px;
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__text {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .brewery-product-introduction__text {
    font-size: 1.5rem;
    padding-right: 60px;
  }
}
.brewery-product-introduction__text:before {
  background: var(--current-color);
  content: "";
  display: block;
  height: 1px;
  left: 3px;
  top: 11px;
  position: absolute;
  width: 35px;
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__text:before {
    top: 17px;
  }
}
.brewery-product-introduction__text p {
  margin: 0;
}

.brewery-product-introduction__badge {
  height: 200px;
  left: -10px;
  position: absolute;
  top: 300px;
  width: 200px;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .brewery-product-introduction__badge {
    left: 15%;
    top: 200px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__badge {
    bottom: 0;
    height: 289px;
    left: 0;
    top: auto;
    width: 302px;
  }
}

.brewery-product-introduction__image {
  height: 300px;
  margin: 0 7px;
  -webkit-mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
          mask-image: linear-gradient(black, black), url("/images/mask-rippeled.svg");
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  -webkit-mask-size: 100% calc(100% - 10px), auto 100%;
          mask-size: 100% calc(100% - 10px), auto 100%;
  -webkit-mask-position: left 5px, left top;
          mask-position: left 5px, left top;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: calc(100% - 14px);
}
@media screen and (min-width: 640px) {
  .brewery-product-introduction__image {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__image {
    grid-area: image;
    height: 100%;
    margin: 0;
    width: 100%;
  }
}

.brewery-product-introduction__properties-column {
  padding: 0 21px;
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__properties-column {
    display: flex;
    flex-direction: column;
    grid-area: properties1;
    justify-content: space-evenly;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__properties-column:last-child {
    grid-area: properties2;
  }
}
.brewery-product-introduction__properties-column:last-child .brewery-product-introduction__property:last-child {
  border-bottom: 0;
}

.brewery-product-introduction__property {
  border-bottom: 1px solid var(--current-color);
  padding: 30px 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .brewery-product-introduction__property {
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: center;
    padding: 30px;
  }
  .brewery-product-introduction__property:last-child {
    border-bottom: 0;
  }
}
.brewery-product-introduction__property dt {
  color: #83817F;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.15;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.brewery-product-introduction__property dd {
  color: #DEDDDD;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

body.brewery .full-width-image__image {
  opacity: 0.4;
}
body.brewery .full-width-image__title {
  color: #DEDDDD;
  font-family: meno-banner, serif;
  font-weight: 600;
}
body.brewery .full-width-image__title:before {
  content: url("/images/brewery/tally-marks-divider.svg");
  display: block;
  margin: 0.5rem auto;
  width: 140px;
}
@media screen and (min-width: 992px) {
  body.brewery .full-width-image__title:before {
    width: 200px;
  }
}

@media screen and (min-width: 992px) {
  body.brewery .image-width-text:nth-child(even) {
    flex-direction: row-reverse;
  }
}
body.brewery .image-width-text__image:after {
  background: linear-gradient(rgba(22, 20, 19, 0), rgba(22, 20, 19, 0.9));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.brewery .image-width-text__image img {
  opacity: 0.5;
}
body.brewery .image-width-text__image-text {
  z-index: 1;
}
body.brewery .image-width-text__image-title {
  color: var(--current-color);
  font-family: brandon-grotesque, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.15;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  body.brewery .image-width-text__image-title {
    font-size: 2.8125rem;
  }
}
body.brewery .image-width-text__image-subtitle {
  color: #DEDDDD;
  font-family: meno-banner, serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  body.brewery .image-width-text__image-subtitle {
    font-size: 2.1875rem;
  }
}
body.brewery .image-width-text__content {
  color: rgba(222, 221, 221, 0.8);
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 1rem;
}
body.brewery .image-width-text__content:before {
  display: none;
}
body.brewery .image-width-text__title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding-left: 35px;
  position: relative;
}
@media screen and (min-width: 640px) {
  body.brewery .image-width-text__title {
    margin-left: 12px;
  }
}
@media screen and (min-width: 992px) {
  body.brewery .image-width-text__title {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }
}
body.brewery .image-width-text__title:before {
  background: var(--current-color);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
}
@media screen and (min-width: 992px) {
  body.brewery .image-width-text__title:before {
    left: auto;
    right: calc(100% + 15px);
    top: 9px;
    width: 30px;
  }
}
body.brewery .image-width-text__text blockquote {
  color: #DEDDDD;
  font-family: meno-banner, serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 1.77px;
  line-height: 1.38;
  margin: 0 0 1rem;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  body.brewery .image-width-text__text blockquote {
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
body.brewery .image-width-text__text blockquote:before, body.brewery .image-width-text__text blockquote:after {
  color: #2D2D2D;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  position: absolute;
}
body.brewery .image-width-text__text blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  transform: translateY(-25%);
}
@media screen and (min-width: 992px) {
  body.brewery .image-width-text__text blockquote:before {
    left: -30px;
  }
}
body.brewery .image-width-text__text blockquote:after {
  content: "”";
  right: 0;
  top: 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 992px) {
  body.brewery .image-width-text__text blockquote:after {
    right: -30px;
  }
}
body.brewery .image-width-text__text p {
  margin-top: 0;
}

body.brewery .layout-2-columns {
  max-width: 995px;
}
body.brewery .layout-2-columns:before {
  display: none;
}
body.brewery .layout-2-columns__title {
  padding-left: 35px;
  position: relative;
}
@media screen and (min-width: 640px) {
  body.brewery .layout-2-columns__title {
    margin-left: 12px;
  }
}
@media screen and (min-width: 992px) {
  body.brewery .layout-2-columns__title {
    margin-left: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  body.brewery .layout-2-columns__title {
    margin-left: 25px;
  }
}
body.brewery .layout-2-columns__title:before {
  background: var(--current-color);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
}
@media screen and (min-width: 992px) {
  body.brewery .layout-2-columns__title:before {
    left: auto;
    right: calc(100% + 15px);
    top: 13px;
    width: 30px;
  }
}
@media screen and (min-width: 640px) {
  body.brewery .layout-2-columns__content {
    gap: 0;
  }
}
@media screen and (min-width: 992px) {
  body.brewery .layout-2-columns__content {
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  body.brewery .layout-2-columns__content {
    gap: 0;
  }
}
body.brewery .layout-2-columns__column {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(222, 221, 221, 0.5);
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 0;
}
@media screen and (min-width: 640px) {
  body.brewery .layout-2-columns__column {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
  }
  body.brewery .layout-2-columns__column:last-child {
    border-right: 0;
  }
}
@media screen and (min-width: 992px) {
  body.brewery .layout-2-columns__column {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  body.brewery .layout-2-columns__column {
    padding: 30px 40px;
  }
}
body.brewery .layout-2-columns__column h3 {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1.27px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body.brewery .layout-2-columns__column a {
  color: rgba(222, 221, 221, 0.7);
}

body.brewery .layout-3-columns {
  max-width: 940px;
}
body.brewery .layout-3-columns:before {
  display: none;
}
body.brewery .layout-3-columns__title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding-left: 35px;
  position: relative;
}
@media screen and (min-width: 640px) {
  body.brewery .layout-3-columns__title {
    margin-left: 12px;
  }
}
@media screen and (min-width: 992px) {
  body.brewery .layout-3-columns__title {
    margin-left: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  body.brewery .layout-3-columns__title {
    margin-left: 25px;
  }
}
body.brewery .layout-3-columns__title:before {
  background: var(--current-color);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
}
@media screen and (min-width: 992px) {
  body.brewery .layout-3-columns__title:before {
    left: auto;
    right: calc(100% + 15px);
    top: 9px;
    width: 30px;
  }
}
@media screen and (min-width: 640px) {
  body.brewery .layout-3-columns__content {
    gap: 0;
  }
}
@media screen and (min-width: 992px) {
  body.brewery .layout-3-columns__content {
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  body.brewery .layout-3-columns__content {
    gap: 0;
  }
}
body.brewery .layout-3-columns__column {
  color: rgba(222, 221, 221, 0.65);
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (min-width: 640px) {
  body.brewery .layout-3-columns__column {
    margin: 0 12px;
  }
}
@media screen and (min-width: 992px) {
  body.brewery .layout-3-columns__column {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  body.brewery .layout-3-columns__column {
    margin: 0 25px;
  }
}
body.brewery .layout-3-columns__column:first-child {
  font-family: meno-banner, serif;
  font-size: 1.5rem;
  font-weight: 400;
}
body.brewery .layout-3-columns__column h3 {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1.27px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body.brewery .layout-3-columns__column a {
  color: rgba(222, 221, 221, 0.7);
}

body.brewery .slider__button-border {
  fill: #AE8C46;
}
body.brewery .slider__button-prev,
body.brewery .slider__button-next {
  color: #DEDDDD;
}
body.brewery .slider__button-prev {
  background: linear-gradient(90deg, rgba(18, 17, 16, 0.9), rgba(18, 17, 16, 0));
}
body.brewery .slider__button-next {
  background: linear-gradient(90deg, rgba(18, 17, 16, 0), rgba(18, 17, 16, 0.9));
}
body.brewery .slider__scrollbar {
  background: var(--current-color);
}
body.brewery .slider__scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
