/*! 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 6.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2020
 */

@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') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-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-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
: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(-1 * 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-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.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-container-horizontal > .swiper-pagination-bullets {
  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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  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-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.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-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-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%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          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;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #c0bbb0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  position: relative;
  overflow-x: hidden;
  color: #000;
}

body.woocommerce-page {
  background-color: #fff;
  color: #404040;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 2rem;
}

blockquote {
  margin-top: 0;
  margin-bottom: 2rem;
}

iframe {
  max-width: 100%;
  height: auto;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.05;
  word-break: break-word;
}

h1, .h1 {
  color: #fffffe;
  font-size: 6.5rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 9.6rem;
  }
}

h2, .h2 {
  color: #fffffe;
  font-size: 4rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 5.5rem;
  }
}

h3, .h3 {
  color: #fffffe;
  font-size: 3rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 3.5rem;
  }
}

h4, .h4 {
  font-size: 2rem;
}

h5, .h5, h6, .h6 {
  font-size: 1.6rem;
}

h1.dotted, .h1.dotted, h2.dotted, .h2.dotted, h3.dotted, .h3.dotted {
  border-bottom: 0.4rem dotted #fffffe;
  padding-bottom: 1rem;
  display: inline-block;
}

a {
  color: #9c552b;
}

hr {
  border: none;
  border-bottom: 0.4rem dotted #fffffe;
  margin: 2.5rem 0;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
  font-size: 3.1rem;
  line-height: 1.3;
  font-family: roboto, sans-srif;
  font-style: italic;
  font-weight: 500;
}

blockquote p:first-child::before {
  content: "» ";
}

blockquote p:last-child::after {
  content: " «";
}

/* Black headings when the background is white */
body.woocommerce-page h1, body.woocommerce-page .h1, body.woocommerce-page h2, body.woocommerce-page .h2, body.woocommerce-page h3, body.woocommerce-page .h3, body.woocommerce-page h4, body.woocommerce-page .h4, body.woocommerce-page h5, body.woocommerce-page .h5, body.woocommerce-page h6, body.woocommerce-page .h6 {
  color: #404040;
}

.landing-slider {
  position: relative;
  padding: 2rem 0;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .landing-slider {
    margin-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .landing-slider {
    margin-bottom: 20rem;
  }
}
@media (min-width: 768px) {
  .landing-slider .swiper-container {
    width: 83.3333333333%;
  }
}
.landing-slider .swiper-pagination {
  display: none;
}
@media (min-width: 768px) {
  .landing-slider .swiper-pagination {
    display: block;
  }
}
.landing-slider .swiper-pagination-bullet, .images-text-4-swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h50v50h-50z' fill='none'/%3E%3Cpath d='m25 0 21.651 12.5v25l-21.651 12.5-21.651-12.5v-25zm-15.651 15.964v18.072l15.651 9.036 15.651-9.036v-18.072l-15.651-9.036z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
}
.landing-slider .swiper-pagination-bullet-active, .images-text-4-swiper-container .swiper-pagination-bullet-active {
  background: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h50v50h-50z' fill='none'/%3E%3Cg fill='%23fff'%3E%3Cpath d='m25 0 21.651 12.5v25l-21.651 12.5-21.651-12.5v-25z'/%3E%3Cpath d='m25 0 21.651 12.5v25l-21.651 12.5-21.651-12.5v-25zm-15.651 15.964v18.072l15.651 9.036 15.651-9.036v-18.072l-15.651-9.036z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
}
.landing-slider .landing-slider-images {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-slider .landing-slider-image-div {
  width: 100%;
  height: 80vh;
  max-height: 900px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-slider .video-container.landing-video {
  width: 100%;
  height: 80vh;
  max-height: 900px;
}
.landing-slider .landing-slider-heading {
  position: absolute;
  z-index: 50;
  top: 100px;
  top: 20vh;
  left: 2rem;
  line-height: 1.2;
  max-width: calc(100% - 4rem);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out, font-size 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .landing-slider .landing-slider-heading {
    top: 40%;
    left: auto;
    right: 0;
    text-align: right;
    font-size: 9.6rem;
    margin-left: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .landing-slider .landing-slider-heading {
    top: 45%;
  }
}
@media (min-width: 1200px) {
  .landing-slider .landing-slider-heading {
    top: 50%;
  }
}
.landing-slider .landing-slider-heading span {
  line-height: 1;
  vertical-align: bottom;
}
.landing-slider .landing-slider-quote {
  position: relative;
  z-index: 50;
  text-align: right;
  margin-right: 2rem;
  margin-top: -8.4rem;
}
@media (min-width: 768px) {
  .landing-slider .landing-slider-quote {
    width: 41.6666666667%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .landing-slider .landing-slider-quote {
    width: 25%;
    margin-top: -12.4rem;
  }
}
.landing-slider .landing-slider-quote blockquote {
  margin-bottom: 0;
  color: #fff;
}
.landing-slider .landing-slider-quote p {
  margin-bottom: 0;
}

.action-bubble {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  line-height: 1.2;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  width: 13rem;
  height: 13rem;
  border: none;
  border-radius: 8rem;
  background: #000;
  padding: 2rem;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.action-bubble svg {
  margin-top: 1rem;
  height: 2.5rem;
}

.background-image {
  position: relative;
  overflow: visible;
  display: none;
}
@media (min-width: 992px) {
  .background-image {
    display: block;
  }
}
.background-image.background {
  z-index: -1;
}
.background-image.foreground {
  z-index: 1;
}
.background-image .background-image-inner {
  position: absolute;
}
@media (min-width: 992px) {
  .background-image .background-image-inner {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .background-image .background-image-inner {
    width: 33.3333333333%;
  }
}
.background-image .background-image-inner img,
.background-image .background-image-inner picture {
  max-width: 100%;
  height: auto;
}

.featured-projects {
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .featured-projects {
    margin-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .featured-projects {
    margin-bottom: 20rem;
  }
}
.featured-projects .featured-projects-heading {
  display: inline-block;
}
@media (min-width: 992px) {
  .featured-projects .featured-projects-heading {
    margin-left: 8.3333333333%;
  }
}
.featured-projects .featured-projects-subheading {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .featured-projects .featured-projects-subheading {
    margin-left: 8.3333333333%;
  }
}
.featured-projects .featured-projects-subheading a {
  color: inherit;
  text-decoration: underline;
}
.featured-projects .featured-projects-subheading > :first-child::before {
  content: "» ";
}
.featured-projects .featured-projects-subheading :last-child {
  margin-bottom: 0;
}
.featured-projects .swiper-container {
  margin: 0 -2.5rem;
  padding: 0 2.5rem;
}
.featured-projects .featured-projects-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.featured-projects .featured-projects-image {
  width: 100%;
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .featured-projects .featured-projects-image {
    padding-bottom: 110%;
  }
}
.featured-projects .featured-projects-action-bubble {
  position: absolute;
  right: 1rem;
  bottom: 0;
  transform: scale(0.77) translateY(50%);
  transform-origin: bottom right;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .featured-projects .featured-projects-action-bubble {
    transform: translateY(50%);
    right: 5%;
  }
}
.featured-projects .featured-projects-pre-title {
  font-style: italic;
  color: #fff;
  margin-bottom: 0.2rem;
  padding-right: 12rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .featured-projects .featured-projects-pre-title {
    padding-right: calc(5% + 13rem + 2rem);
  }
}
.featured-projects .featured-projects-title {
  padding-right: 12rem;
}
@media (min-width: 992px) {
  .featured-projects .featured-projects-title {
    padding-right: calc(5% + 13rem + 2rem);
  }
}

.section-numbering {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.section-numbering .section-numbering-text {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 10rem;
  height: 10rem;
  border-radius: 100rem;
  border: 0.2rem solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  line-height: 1;
}

.text-only {
  text-align: center;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .text-only .text-only-text-narrow {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .text-only .text-only-text-narrow {
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .text-only .text-only-text-narrow {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.images-text-1 {
  margin-top: -7rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .images-text-1 {
    margin-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .images-text-1 {
    margin-bottom: 20rem;
  }
}
@media (min-width: 1200px) {
  .images-text-1 {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
.images-text-1::before {
  content: " ";
  display: table;
  clear: both;
  height: 12rem;
}
@media (min-width: 992px) {
  .images-text-1::before {
    display: none;
  }
}
.images-text-1::after {
  content: " ";
  display: table;
  clear: both;
}
.images-text-1 .images-text-1-image-1, .images-text-1 .images-text-1-image-2, .images-text-1 .images-text-1-image-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
}
.images-text-1 .images-text-1-image-1, .images-text-1 .images-text-1-image-2 {
  padding-bottom: 75%;
}
.images-text-1 .images-text-1-image-3 {
  padding-bottom: 133.33%;
}
.images-text-1 .images-text-1-heading {
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .images-text-1 .images-text-1-heading {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .images-text-1 .images-text-1-heading {
    margin-left: calc(50% - 7rem);
    transform: translateY(12rem);
  }
}
.images-text-1 .images-text-1-image-1-wrapper {
  width: 83.3333333333%;
  margin-left: auto;
  margin-top: -12rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .images-text-1 .images-text-1-image-1-wrapper {
    width: 66.6666666667%;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .images-text-1 .images-text-1-image-1-wrapper {
    width: 50%;
    padding-right: 1.25rem;
    float: left;
    margin-top: 0;
  }
}
.images-text-1 .images-text-1-image-2-wrapper {
  width: 83.3333333333%;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .images-text-1 .images-text-1-image-2-wrapper {
    width: 66.6666666667%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
  }
}
@media (min-width: 992px) {
  .images-text-1 .images-text-1-image-2-wrapper {
    width: 50%;
    padding-left: 1.25rem;
    float: left;
    transform: translateY(17rem);
  }
}
.images-text-1 .images-text-1-text {
  background: #c0bbb0;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .images-text-1 .images-text-1-text {
    width: 58.3333333333%;
    float: left;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .images-text-1 .images-text-1-text {
    width: 25%;
    padding-right: 2.5rem;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .images-text-1 .images-text-1-text {
    width: 29.1666666667%;
  }
}
.images-text-1 .images-text-1-text :last-child {
  margin-bottom: 0;
}
.images-text-1 .images-text-1-image-3-wrapper {
  width: calc(100% - 6.5rem);
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .images-text-1 .images-text-1-image-3-wrapper {
    width: 41.6666666667%;
    float: right;
    padding-left: 1.25rem;
  }
}
@media (min-width: 992px) {
  .images-text-1 .images-text-1-image-3-wrapper {
    width: 25%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .images-text-1 .images-text-1-image-3-wrapper {
    width: 20.8333333333%;
  }
}
.images-text-1 .images-text-1-action-bubble {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 768px) {
  .images-text-1 .images-text-1-action-bubble {
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 992px) {
  .images-text-1 .images-text-1-action-bubble {
    left: 41%;
    top: 100%;
  }
}
.images-text-1 .images-text-1-action-bubble-responsive {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .images-text-1 .images-text-1-action-bubble-responsive {
    display: none;
  }
}

.images-text-2 {
  text-align: center;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .images-text-2 {
    text-align: left;
  }
}
.images-text-2 .images-text-2-heading {
  display: inline-block;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .images-text-2 .images-text-2-heading {
    margin-bottom: 5rem;
  }
}
.images-text-2 .images-text-2-heading-wrapper {
  text-align: center;
}
.images-text-2 .images-text-2-image-1,
.images-text-2 .images-text-2-image-2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.images-text-2 .images-text-2-image-1-wrapper {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .images-text-2 .images-text-2-image-1-wrapper {
    width: 50%;
    display: inline-block;
    padding-left: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .images-text-2 .images-text-2-image-1-wrapper {
    padding-left: 25%;
  }
}
.images-text-2 .images-text-2-image-1 {
  height: 0;
  padding-bottom: 133%;
}
.images-text-2 .images-text-2-image-2-wrapper {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .images-text-2 .images-text-2-image-2-wrapper {
    width: 50%;
    display: inline-block;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .images-text-2 .images-text-2-image-2-wrapper {
    padding-left: 8.3333333333%;
  }
}
.images-text-2 .images-text-2-image-2 {
  height: 0;
  padding-bottom: 75%;
}
.images-text-2 .images-text-2-text-wrapper {
  text-align: left;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .images-text-2 .images-text-2-text-wrapper {
    width: 50%;
    float: right;
    padding-left: 2.5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .images-text-2 .images-text-2-text-wrapper {
    padding-right: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .images-text-2 .images-text-2-text-wrapper {
    padding-right: 25%;
  }
}
.images-text-2 .images-text-2-quote {
  margin-bottom: 2.5rem;
  max-width: 42rem;
}
@media (min-width: 576px) {
  .images-text-2 .images-text-2-quote {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .images-text-2 .images-text-2-quote {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .images-text-2 .images-text-2-quote {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .images-text-2 .images-text-2-quote::before {
    content: " ";
    display: table;
    clear: both;
  }
}
.images-text-2 .images-text-2-quote blockquote {
  color: #000;
}

.images-text-3 {
  text-align: center;
  margin-bottom: 10rem;
}
.images-text-3::after {
  content: " ";
  display: table;
  clear: both;
}
.images-text-3 .images-text-3-heading {
  display: inline-block;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .images-text-3 .images-text-3-heading {
    margin-bottom: 5rem;
  }
}
.images-text-3 .images-text-3-image-1,
.images-text-3 .images-text-3-image-2,
.images-text-3 .images-text-3-image-3 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.images-text-3 .images-text-3-image-1 {
  padding-bottom: 133%;
}
.images-text-3 .images-text-3-image-2 {
  padding-bottom: 133%;
}
.images-text-3 .images-text-3-image-3 {
  padding-bottom: 75%;
}
.images-text-3 .images-text-3-image-1-wrapper {
  width: 91.6666666667%;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .images-text-3 .images-text-3-image-1-wrapper {
    width: 50%;
    float: left;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .images-text-3 .images-text-3-image-1-wrapper {
    width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
}
.images-text-3 .images-text-3-action-bubble {
  position: absolute;
  bottom: 2rem;
  right: -3rem;
}
@media (min-width: 768px) {
  .images-text-3 .images-text-3-action-bubble {
    right: 50%;
    bottom: 0;
    transform: translateX(50%) translateY(50%);
  }
}
.images-text-3 .images-text-3-image-2-wrapper {
  width: 83.3333333333%;
  margin-left: auto;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .images-text-3 .images-text-3-image-2-wrapper {
    width: 50%;
    float: right;
    padding-left: 1.25rem;
  }
}
@media (min-width: 992px) {
  .images-text-3 .images-text-3-image-2-wrapper {
    width: 33.3333333333%;
    margin-right: 16.6666666667%;
    margin-top: 11.111%;
  }
}
.images-text-3 .images-text-3-image-3-wrapper {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .images-text-3 .images-text-3-image-3-wrapper {
    width: 58.3333333333%;
    float: right;
  }
}
.images-text-3 .images-text-3-text {
  text-align: left;
}
@media (min-width: 768px) {
  .images-text-3 .images-text-3-text {
    float: right;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .images-text-3 .images-text-3-text {
    margin-right: 20.8333333333%;
    width: 37.5%;
  }
}
@media (min-width: 1200px) {
  .images-text-3 .images-text-3-text {
    width: 29.1666666667%;
  }
}
.images-text-3 .images-text-3-text blockquote {
  margin: 2.5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .images-text-3 .images-text-3-text blockquote {
    margin-left: -33.3333333333%;
    margin-right: 33.3333333333%;
  }
}

.images-text-4 {
  text-align: center;
  margin-bottom: 10rem;
}
.images-text-4::after {
  content: " ";
  display: table;
  clear: both;
}
.images-text-4 .images-text-4-heading {
  display: inline-block;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .images-text-4 .images-text-4-heading {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .images-text-4 .images-text-4-image-text-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    flex-wrap: nowrap;
  }
}
.images-text-4 .images-text-4-image-wrapper {
  position: relative;
  margin-bottom: 9rem;
}
@media (min-width: 768px) {
  .images-text-4 .images-text-4-image-wrapper {
    margin: 0;
  }
  .images-text-4 .images-text-4-image-wrapper.small {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .images-text-4 .images-text-4-image-wrapper.medium {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .images-text-4 .images-text-4-image-wrapper.large {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .images-text-4 .images-text-4-image-wrapper.small {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .images-text-4 .images-text-4-image-wrapper.medium {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .images-text-4 .images-text-4-image-wrapper.large {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.images-text-4 .images-text-4-image-text-wrapper.right .images-text-4-image-wrapper {
  order: 1;
  padding-left: 1.25rem;
}
.images-text-4 .images-text-4-image-text-wrapper.right .images-text-4-text {
  padding-right: 1.25rem;
  text-align: right;
}
@media (min-width: 992px) {
  .images-text-4 .images-text-4-image-text-wrapper.right .images-text-4-text {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .images-text-4 .images-text-4-image-text-wrapper.right .images-text-4-action-bubble {
    left: 100%;
    bottom: 4rem;
    right: auto;
    top: auto;
    transform: translateX(-50%);
  }
}
.images-text-4 .images-text-4-image-text-wrapper.left {
  justify-content: flex-end;
}
.images-text-4 .images-text-4-image-text-wrapper.left .images-text-4-image-wrapper {
  order: -1;
  padding-right: 1.25rem;
}
.images-text-4 .images-text-4-image-text-wrapper.left .images-text-4-text {
  padding-left: 1.25rem;
  text-align: left;
}
@media (min-width: 992px) {
  .images-text-4 .images-text-4-image-text-wrapper.left .images-text-4-text {
    margin-right: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .images-text-4 .images-text-4-image-text-wrapper.left .images-text-4-action-bubble {
    right: 100%;
    bottom: 4rem;
    right: auto;
    top: auto;
    transform: translateX(-50%);
  }
}
.images-text-4 .images-text-4-image-text-wrapper img {
  width: 100%;
  height: auto;
}
.images-text-4 .images-text-4-action-bubble {
  position: absolute;
  top: 100%;
  right: 2rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .images-text-4 .images-text-4-text {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .images-text-4 .images-text-4-text {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.images-links {
  text-align: center;
  margin-bottom: 10rem;
}
.images-links::after {
  content: " ";
  display: table;
  clear: both;
}
.images-links .images-links-heading {
  display: inline-block;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .images-links .images-links-heading {
    margin-bottom: 5rem;
  }
}
.images-links .images-links-image {
  margin-bottom: 2.5rem;
}
.images-links .images-links-image a {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 75%;
}
.images-links .images-links-image a span {
  border-bottom: 0.4rem dotted #fff;
}
.images-links .images-links-text {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 2.5rem;
  margin: 0;
  text-align: center;
}
.images-links .images-links-image a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.images-links .images-links-image a:hover::after {
  opacity: 1;
}
.images-links .images-links-image:first-child a {
  padding-bottom: 133%;
}
.images-links .images-links-image h4 {
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .images-links .images-links-images {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .images-links .images-links-image {
    margin-bottom: 0;
    padding: 1.5rem;
  }
  .images-links .images-links-image-1 {
    width: 42.8571428571%;
    float: left;
  }
  .images-links .images-links-image-2 {
    width: 57.1428571429%;
    margin-left: 0;
    float: left;
    padding-top: 14.2%;
  }
  .images-links .images-links-image-3 {
    width: 57.1428571429%;
    margin-left: 16.6666666667%;
    float: left;
  }
}
@media (min-width: 992px) {
  .images-links .images-links-images {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.images-links-text-block {
  text-align: center;
  margin-bottom: 10rem;
}
.images-links-text-block::before {
  content: " ";
  display: table;
  clear: both;
}
.images-links-text-block::after {
  content: " ";
  display: table;
  clear: both;
}
.images-links-text-block .row {
  display: flex;
  flex-wrap: wrap;
}
.images-links-text-block .row .images-links-text {
  text-align: center;
}
.images-links-text-block .images-links-heading {
  display: inline-block;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .images-links-text-block .images-links-heading {
    margin-bottom: 5rem;
  }
}
.images-links-text-block .images-links-image {
  margin-bottom: 2.5rem;
}
.images-links-text-block .images-links-image a {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 75%;
}
.images-links-text-block .product-images-links-image a span {
  border-bottom: 0.4rem dotted #fff;
}
.images-links-text-block .product-images-links-text {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 2.5rem;
  margin: 0;
  text-align: center;
}
.images-links-text-block .images-links-image a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.images-links-text-block .images-links-image a:hover::after {
  opacity: 1;
}
.images-links-text-block .images-links-image:first-child a {
  padding-bottom: 133%;
}
.images-links-text-block .images-links-image h4 {
  color: #fff;
  margin-bottom: 0;
}
.images-links-text-block .images-links-image {
  margin-bottom: 0;
  padding: 1.5rem;
}
.images-links-text-block .images-links-image-1 {
  width: 42.8571428571%;
  float: left;
}
.images-links-text-block .images-links-image-2 {
  width: 57.1428571429%;
  margin-left: 0;
  float: left;
  padding-top: 14.2%;
}
.images-links-text-block .images-links-image-3 {
  width: 57.1428571429%;
  margin-left: 16.6666666667%;
  float: left;
}
.images-links-text-block .images-links-images {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .images-links-text-block .images-links-images {
    margin-left: 0;
    width: 40%;
  }
  .images-links-text-block .row .images-links-text {
    margin-left: 15%;
    width: 38%;
    padding-right: 2%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .images-links-text-block .images-links-images {
    margin-left: 0;
    width: 40%;
  }
}

.images-hover-grid {
  text-align: center;
  margin-bottom: 10rem;
}
.images-hover-grid::after {
  content: " ";
  display: table;
  clear: both;
}
.images-hover-grid .images-hover-grid-heading {
  display: inline-block;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .images-hover-grid .images-hover-grid-heading {
    margin-bottom: 5rem;
  }
}
.images-hover-grid .images-hover-grid-image {
  margin-bottom: 2.5rem;
}
.images-hover-grid .images-hover-grid-image a {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 133%;
}
.images-hover-grid .images-hover-grid-image a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.images-hover-grid .images-hover-grid-image a:hover::after {
  opacity: 1;
  visibility: visible;
}
.images-hover-grid .images-hover-grid-image-text {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 2.5rem;
  margin: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.images-hover-grid .images-hover-grid-image a:hover .images-hover-grid-image-text {
  opacity: 1;
  visibility: visible;
}
.images-hover-grid .images-hover-grid-image h4 {
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .images-hover-grid .images-hover-grid-images {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
    font-size: 0;
  }
  .images-hover-grid .images-hover-grid-image {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
    padding: 1.25rem;
  }
}
@media (min-width: 992px) {
  .images-hover-grid .images-hover-grid-images {
    width: 75%;
    margin-left: 12.5%;
  }
  .images-hover-grid .images-hover-grid-image {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .images-hover-grid .images-hover-grid {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.image-quote {
  text-align: center;
  margin-bottom: 10rem;
}
.image-quote .image-quote-heading {
  display: inline-block;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .image-quote .image-quote-heading {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .image-quote .image-quote-image {
    padding: 0 8.3333333333%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .image-quote .image-quote-image {
    padding: 0 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .image-quote .image-quote-image {
    padding: 0 25%;
  }
}
.image-quote .image-quote-image img, .image-quote .image-quote-image picture {
  width: 100%;
  height: auto;
}
.image-quote .image-quote-quote {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .image-quote .image-quote-quote {
    width: 41.6666666667%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .image-quote .image-quote-quote {
    width: 33.3333333333%;
    left: 8.3333333333%;
  }
}
.image-quote .image-quote-quote :first-child {
  margin-top: 0;
}
.image-quote .image-quote-quote :last-child {
  margin-bottom: 0;
}

.featured-products {
  margin-bottom: 10rem;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-products {
    margin-bottom: 15rem;
  }
}
@media (min-width: 992px) {
  .featured-products {
    margin-bottom: 20rem;
  }
}
.featured-products .featured-products-main-heading {
  display: inline-block;
  margin-bottom: 2.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .featured-products .featured-products-main-heading {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .featured-products .featured-products-main-heading {
    margin-bottom: 3.5rem;
  }
}
.featured-products .featured-products-heading {
  display: inline-block;
  margin-bottom: 2.5rem;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .featured-products .featured-products-heading {
    font-size: 4rem;
    margin-bottom: 0;
    margin-right: -8.3333333333%;
    z-index: 50;
    position: absolute;
    right: 0;
    top: 3rem;
  }
}
@media (min-width: 992px) {
  .featured-products .featured-products-heading {
    top: 4rem;
  }
}
.featured-products .featured-products-image-wrapper {
  text-align: left;
}
@media (min-width: 768px) {
  .featured-products .featured-products-image-wrapper {
    text-align: right;
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media (min-width: 768px) {
  .featured-products .featured-products-image-wrapper {
    width: 50%;
  }
}
.featured-products .featured-products-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 2rem;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .featured-products .featured-products-image {
    margin-bottom: 0;
  }
}
.featured-products .featured-products-action-bubble {
  position: absolute;
  right: 1rem;
  bottom: 0;
  transform-origin: bottom right;
  transform: scale(0.77) translateY(50%);
}
@media (min-width: 768px) {
  .featured-products .featured-products-action-bubble {
    right: 100%;
    bottom: 10rem;
    transform: translateX(50%);
  }
}
.featured-products .featured-products-description {
  max-width: 40rem;
}
@media (min-width: 768px) {
  .featured-products .featured-products-description {
    text-align: left;
    width: 58.3333333333%;
    margin-top: -7rem;
    margin-left: -8.3333333333%;
    position: relative;
    z-index: 50;
  }
}
.featured-products .featured-products-description h1, .featured-products .featured-products-description .h1, .featured-products .featured-products-description h2, .featured-products .featured-products-description .h2, .featured-products .featured-products-description h3, .featured-products .featured-products-description .h3, .featured-products .featured-products-description h4, .featured-products .featured-products-description .h4, .featured-products .featured-products-description h5, .featured-products .featured-products-description .h5, .featured-products .featured-products-description h6, .featured-products .featured-products-description .h6, .featured-products .featured-products-description p, .featured-products .featured-products-description ul, .featured-products .featured-products-description ol {
  margin-bottom: 1rem;
}
.featured-products .featured-products-description::before {
  content: " ";
  width: 12rem;
  height: 4rem;
  display: inline;
  float: right;
}
@media (min-width: 768px) {
  .featured-products .featured-products-description::before {
    display: none;
  }
}
.featured-products .featured-products-forwarding-link {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  margin-top: 1.5rem;
}
.featured-products .featured-products-forwarding-link a {
  color: inherit;
  text-decoration: underline;
}
.featured-products .featured-products-forwarding-link > :first-child::before {
  content: "» ";
}
.featured-products .featured-products-forwarding-link :last-child {
  margin-bottom: 0;
}

.newsletter {
  margin-top: -10rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .newsletter {
    margin-bottom: 15rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .newsletter {
    margin-bottom: 20rem;
  }
}
.newsletter::after {
  content: " ";
  display: table;
  clear: both;
}
.newsletter .newsletter-image {
  width: 83.3333333333%;
  margin-left: auto;
  transform: translateY(10rem);
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .newsletter .newsletter-image {
    width: 41.6666666667%;
    float: left;
    transform: none;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .newsletter .newsletter-image {
    width: 33.3333333333%;
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .newsletter .newsletter-content {
    width: 50%;
    float: left;
    padding-left: 1.25rem;
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .newsletter .newsletter-content {
    width: 33.3333333333%;
    margin-top: 15rem;
  }
}
.newsletter .newsletter-image img,
.newsletter .newsletter-image picture {
  max-width: 100%;
  height: auto;
}
.newsletter .newsletter-heading {
  display: inline-block;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .newsletter .newsletter-heading {
    margin-left: -8rem;
  }
}
.newsletter .newsletter-input {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .newsletter .newsletter-input {
    margin-bottom: 0;
  }
}
.newsletter .newsletter-input input {
  width: 100%;
}
.newsletter .newsletter-action-bubble {
  margin-left: auto;
}
@media (min-width: 768px) {
  .newsletter .newsletter-action-bubble {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-40%) translateX(50%);
  }
}
@media (min-width: 768px) {
  .newsletter .newsletter-form-wrapper {
    position: relative;
    margin: 4.5rem 0 1.5rem 0;
  }
}
.newsletter .mc4wp-response {
  padding-right: 10rem;
}
.newsletter .mc4wp-alert.mc4wp-success {
  color: #176117;
}
.newsletter .mc4wp-alert.mc4wp-notice,
.newsletter .mc4wp-alert.mc4wp-error {
  color: #9a0000;
}

.input-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: #fff;
  border-bottom: 0.4rem dotted #fffffe;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  display: inline-block;
  outline: none;
}
.input-field::-moz-placeholder {
  color: rgba(255, 255, 254, 0.85);
  font-style: italic;
}
.input-field:-ms-input-placeholder {
  color: rgba(255, 255, 254, 0.85);
  font-style: italic;
}
.input-field::placeholder {
  color: rgba(255, 255, 254, 0.85);
  font-style: italic;
}

.page-header {
  position: relative;
  padding: 2rem 0;
  margin-bottom: 5rem;
}
.page-header .page-header-thumbnail {
  width: 100%;
  height: 500px;
  height: 80vh;
  max-height: 960px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(64, 64, 64, 0.2);
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .page-header .page-header-thumbnail {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-header .page-header-heading {
  display: inline-block;
  border-bottom: 0;
}
.page-header .page-header-heading span {
  line-height: 1;
  vertical-align: bottom;
  border-bottom: 0.4rem dotted white;
}
.page-header .page-header-heading span.page-header-heading-default {
  display: none;
}
@media (min-width: 768px) {
  .page-header .page-header-heading span.page-header-heading-default {
    display: inline;
  }
}
@media (min-width: 768px) {
  .page-header .page-header-heading span.page-header-heading-mobile {
    display: none;
  }
}

.page-header-with-thumbnail {
  margin-bottom: 10rem;
}
.page-header-with-thumbnail .page-header-heading {
  position: absolute;
  z-index: 50;
}
@media (max-width: 767.98px) {
  .page-header-with-thumbnail .page-header-heading {
    top: 100px !important;
    top: 20vh !important;
    left: 2rem !important;
  }
}
@media (min-width: 768px) {
  .page-header-with-thumbnail .page-header-heading {
    top: 40%;
    left: 0;
    text-align: left;
    font-size: 9.6rem;
  }
}

.page-header-without-thumbnail {
  margin-top: 10rem;
}

.projects-archive .page-header-heading {
  width: calc(100% - 4rem);
}

.projects-archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .projects-archive-list {
    margin: 0 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .projects-archive-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
  }
}
@media (min-width: 1200px) {
  .projects-archive-list {
    margin: 0 calc((100%/12) - 1.25rem);
  }
}

.projects-archive-list-item {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .projects-archive-list-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.25rem;
  }
}
@media (min-width: 992px) {
  .projects-archive-list-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.projects-archive-link {
  color: inherit;
  text-decoration: none;
}

.projects-archive-image {
  width: 100%;
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .projects-archive-image {
    padding-bottom: 110%;
  }
}

.projects-archive-pre-title {
  font-style: italic;
  color: #fff;
  margin-bottom: 0.2rem;
  display: block;
}

.projects-archive-pagination {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 10rem 0;
}
.projects-archive-pagination .next-posts-link {
  margin-left: 2.5rem;
}

.recipes-archive .page-header-heading {
  width: calc(100% - 4rem);
}

.recipes-archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .recipes-archive-list {
    margin: 0 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .recipes-archive-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
  }
}
@media (min-width: 1200px) {
  .recipes-archive-list {
    margin: 0 calc((100%/12) - 1.25rem);
  }
}

.recipes-archive-list-item {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .recipes-archive-list-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.25rem;
  }
}
@media (min-width: 992px) {
  .recipes-archive-list-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.recipes-archive-link {
  color: inherit;
  text-decoration: none;
}

.recipes-archive-image {
  width: 100%;
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .recipes-archive-image {
    padding-bottom: 110%;
  }
}

.recipes-archive-pre-title {
  font-style: italic;
  color: #fff;
  margin-bottom: 0.2rem;
  display: block;
}

.recipes-archive-pagination {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 10rem 0;
}
.recipes-archive-pagination .next-posts-link {
  margin-left: 2.5rem;
}

.action-bubble {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  line-height: 1.2;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  width: 13rem;
  height: 13rem;
  border: none;
  border-radius: 8rem;
  background: #000;
  padding: 2rem;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.action-bubble svg {
  margin-top: 1rem;
  height: 2.5rem;
}

.next-posts-link a,
.previous-posts-link a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  line-height: 1.2;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  width: 13rem;
  height: 13rem;
  border: none;
  border-radius: 8rem;
  background: #000;
  padding: 2rem;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.next-posts-link a svg,
.previous-posts-link a svg {
  margin-top: 1rem;
  height: 2.5rem;
}

.product-prop-box {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: rgba(209, 204, 195, 0.2);
}
.product-prop-box .product-prop-box-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.product-prop-box .product-prop-box-title svg {
  height: 1.5rem;
  width: auto;
  margin-right: 0.8rem;
}
.product-prop-box .product-prop-box-title h3 {
  margin-bottom: 0;
  flex: 1;
  font-size: 1.7rem;
}
.product-prop-box :last-child {
  margin-bottom: 0;
}
.product-prop-box .button.product-prop-box-button {
  display: inline-flex;
  background: #fff;
  border: 1px solid #222;
  color: #222;
  margin: 1rem 1rem 1rem 0;
}
.product-prop-box .button.product-prop-box-button:hover {
  background: #f3f3f3;
}
.product-prop-box .button.product-prop-box-button svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.8rem;
}

.product-prop-box.bio {
  display: flex;
  align-items: center;
  background: rgba(10, 138, 87, 0.1);
}
.product-prop-box.bio img {
  width: 8rem;
  height: auto;
  margin-right: 1.5rem;
}
.product-prop-box.bio .product-prop-box-content {
  flex: 1;
}

.bee-partnership {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 11.5rem 2.5rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  position: relative;
  margin-top: 12rem;
}
@media (min-width: 768px) {
  .bee-partnership {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 992px) {
  .bee-partnership {
    padding: 5rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .bee-partnership {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.bee-partnership .bee-partnership-heading {
  font-size: 4rem;
}
.bee-partnership .bee-partnership-add-to-cart {
  margin-bottom: 2.5rem;
}
.bee-partnership .bee-partnership-action-bubble {
  background-color: #c0bbb0;
  width: 18rem;
  height: 18rem;
  border-radius: 18rem;
  word-break: break-word;
  position: absolute;
  top: -9rem;
  right: 2.5rem;
}
@media (min-width: 768px) {
  .bee-partnership .bee-partnership-action-bubble {
    right: 3.5rem;
  }
}
@media (min-width: 992px) {
  .bee-partnership .bee-partnership-action-bubble {
    right: 5rem;
  }
}
@media (min-width: 1200px) {
  .bee-partnership .bee-partnership-action-bubble {
    right: 7rem;
  }
}
@media (min-width: 992px) {
  .bee-partnership .bee-partnership-col-1 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .bee-partnership .bee-partnership-col-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .bee-partnership .bee-partnership-col-2 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .bee-partnership .bee-partnership-col-2 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.cookie-popup.show {
  opacity: 1;
  visibility: visible;
}
.cookie-popup .cookie-popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  max-width: 90%;
  width: 50rem;
  text-align: center;
}
.cookie-popup .cookie-popup-header {
  padding: 2.5rem;
}
.cookie-popup .cookie-popup-logo {
  height: 10rem;
  width: auto;
}
.cookie-popup .cookie-popup-content {
  background: #f6f5f3;
  padding: 2.5rem;
}
.cookie-popup .cookie-popup-content h3 {
  color: #404040;
}
.cookie-popup .cookie-popup-content p {
  color: #404040;
}
.cookie-popup .cookie-popup-button {
  line-height: 4rem;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0 2rem;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cookie-popup .cookie-popup-button {
    display: inline-block;
    width: auto;
    margin: 1.5rem 1rem 0 1rem;
  }
}
.cookie-popup .cookie-popup-button:hover {
  opacity: 0.8;
}
.cookie-popup .cookie-popup-button.deny {
  background: rgba(0, 0, 0, 0.1);
}
.cookie-popup .cookie-popup-button.accept {
  background: #000;
  color: #fff;
}
.cookie-popup .privacy-link {
  display: block;
  color: #B3B2B3;
  text-decoration: none;
  font-size: 75%;
  margin-top: 2rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
.popup .popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  width: 50rem;
  text-align: center;
}
.popup .close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: 5rem;
  height: 5rem;
  padding: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
.popup .close-popup:hover {
  opacity: 1;
}
.popup .close-popup span,
.popup .close-popup span::before,
.popup .close-popup span::after {
  width: 3rem;
  height: 0.3rem;
  display: block;
  position: absolute;
}
.popup .close-popup span {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popup .close-popup span::before,
.popup .close-popup span::after {
  content: " ";
  background: #404040;
}
.popup .close-popup span::before {
  top: 0;
  transform: rotate(45deg);
}
.popup .close-popup span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.popup .popup-header {
  padding: 2.5rem;
}
.popup .popup-logo {
  height: 10rem;
  width: auto;
}
.popup .popup-content {
  background: #f6f5f3;
  padding: 2.5rem;
}

.wpcf7 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .contact-form .form-row {
  margin-bottom: 2.5rem;
}
.wpcf7 .contact-form input[type=text],
.wpcf7 .contact-form input[type=email],
.wpcf7 .contact-form input[type=tel] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: #fff;
  border-bottom: 0.4rem dotted #fffffe;
  font-size: 1.6rem;
  padding: 0.5rem;
  display: inline-block;
  outline: none;
}
.wpcf7 .contact-form input[type=text]::-moz-placeholder, .wpcf7 .contact-form input[type=email]::-moz-placeholder, .wpcf7 .contact-form input[type=tel]::-moz-placeholder {
  color: rgba(255, 255, 254, 0.85);
  font-style: italic;
}
.wpcf7 .contact-form input[type=text]:-ms-input-placeholder, .wpcf7 .contact-form input[type=email]:-ms-input-placeholder, .wpcf7 .contact-form input[type=tel]:-ms-input-placeholder {
  color: rgba(255, 255, 254, 0.85);
  font-style: italic;
}
.wpcf7 .contact-form input[type=text]::placeholder,
.wpcf7 .contact-form input[type=email]::placeholder,
.wpcf7 .contact-form input[type=tel]::placeholder {
  color: rgba(255, 255, 254, 0.85);
  font-style: italic;
}
.wpcf7 .contact-form textarea {
  width: 100%;
  background: none;
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-bottom: 0.4rem dotted #fffffe;
}
.wpcf7 .contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 254, 0.85);
  font-style: italic;
}
.wpcf7 .contact-form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 254, 0.85);
  font-style: italic;
}
.wpcf7 .contact-form textarea::placeholder {
  color: rgba(255, 255, 254, 0.85);
  font-style: italic;
}
.wpcf7 .action-bubble {
  align-items: center;
  margin-left: auto;
  margin-top: -5rem;
  z-index: 500;
  position: relative;
}
@media (min-width: 992px) {
  .wpcf7 .action-bubble {
    margin-right: -2.5rem;
  }
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
}

body.single-product {
  /* Page wrapper */
}
body.single-product .main-page-wrapper .main-content {
  margin-top: 7rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  body.single-product .main-page-wrapper .main-content {
    margin: 0;
  }
}
body.single-product .main-page-wrapper .shop-sidebar {
  order: 2;
  margin: 0;
}
@media (min-width: 992px) {
  body.single-product .main-page-wrapper .shop-sidebar {
    margin: 16rem 0 5rem 0;
    order: -1;
  }
}

div.single-product {
  margin-top: 5rem;
  /* Product Container */
  /* Product Image */
  /* Mini thumbnail */
  /* Entry Summary */
  /* Title */
  /* Price */
  /* Tax info */
  /* Base Price */
  /* Short Description */
  /* Tabs */
  /* UpSells */
  /* Meta */
  /* Gift wrapping Custom Fields */
  /* Cart */
  /* Variations */
  /* Product property box */
}
@media (min-width: 992px) {
  div.single-product .product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
div.single-product .product-image {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border: 1px solid #f1f1f1;
}
@media (min-width: 992px) {
  div.single-product .product-image {
    flex: 0 0 calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
    margin-right: 2.5rem;
    margin-bottom: 5rem;
  }
}
div.single-product .product-image-slider {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
div.single-product .product-image-slider-image {
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}
div.single-product .product-image .swiper-pagination {
  position: static;
}
@media (min-width: 992px) {
  div.single-product .product-image .swiper-pagination {
    display: none;
  }
}
div.single-product .product-image .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h50v50h-50z' fill='none'/%3E%3Cpath d='m25 0 21.651 12.5v25l-21.651 12.5-21.651-12.5v-25zm-15.651 15.964v18.072l15.651 9.036 15.651-9.036v-18.072l-15.651-9.036z' fill='%23404040'/%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
}
div.single-product .product-image .swiper-pagination-bullet-active {
  background: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h50v50h-50z' fill='none'/%3E%3Cg fill='%23404040'%3E%3Cpath d='m25 0 21.651 12.5v25l-21.651 12.5-21.651-12.5v-25z'/%3E%3Cpath d='m25 0 21.651 12.5v25l-21.651 12.5-21.651-12.5v-25zm-15.651 15.964v18.072l15.651 9.036 15.651-9.036v-18.072l-15.651-9.036z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
}
@media (min-width: 992px) {
  div.single-product .product-image .swiper-button-next,
div.single-product .product-image .swiper-button-prev {
    display: none;
  }
}
div.single-product .product-image .swiper-button-next:after,
div.single-product .product-image .swiper-button-prev:after {
  font-size: 25px;
  color: #404040;
}
div.single-product .product-image .swiper-slide {
  overflow: hidden;
}
div.single-product .product-image .swiper-slide-zoomed {
  cursor: default;
}
div.single-product .product-image .swiper-slide--video {
  position: relative;
}
div.single-product .product-image .swiper-slide--video svg {
  width: 30%;
  height: 30%;
  stroke: white;
  stroke-width: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div.single-product .product-image .swiper-slide--video .product-image-slider-image {
  background-size: cover;
}
div.single-product .product-image__mini-thumbs {
  display: none;
}
@media (min-width: 992px) {
  div.single-product .product-image__mini-thumbs {
    display: block;
  }
}
div.single-product .product-image__mini-thumbs-list {
  margin: 0;
  padding: 0 0.5rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
div.single-product .product-image__mini-thumb {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0.5rem;
  position: relative;
}
div.single-product .product-image__mini-thumb-image {
  position: relative;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #f1f1f1;
  cursor: pointer;
}
div.single-product .product-image__mini-thumb--active .product-image__mini-thumb-image {
  border: 1px solid #535353;
}
div.single-product .product-image__mini-thumb--video svg {
  width: 40%;
  height: 40%;
  stroke: white;
  stroke-width: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div.single-product #content div.product div.summary,
div.single-product div.product div.summary,
div.single-product #content div.product div.summary,
div.single-product div.product div.summary {
  width: 100%;
  float: none;
}
div.single-product .entry-summary {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  div.single-product .entry-summary {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2.5rem;
    margin-bottom: 5rem;
  }
}
div.single-product .entry-summary a {
  color: #9c552b;
}
div.single-product .single-product-title .product_title {
  margin-bottom: 0;
  padding-bottom: 0.7rem;
  line-height: 1.1;
  color: #404040;
  border-bottom: 0.4rem dotted #404040;
}
div.single-product .summary .single-product-title {
  margin-bottom: 2.5rem;
  order: -1;
}
div.single-product .summary > .price {
  order: -1;
  margin-bottom: 1rem;
}
div.single-product .summary > .price.variation-price {
  margin-bottom: 0;
}
div.single-product div.product .price p {
  margin-bottom: 0;
}
div.single-product div.product .price,
div.single-product div.product .variation-price > .woocommerce-Price-amount {
  display: block;
  text-transform: uppercase;
  color: #404040;
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 700;
}
div.single-product .price ins {
  text-decoration: none;
}
div.single-product div.product .variation-price {
  display: none;
}
div.single-product .legal-price-info {
  color: #b3b2b3;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  order: -1;
  margin-bottom: 1.5rem;
}
div.single-product .legal-price-info a {
  color: inherit;
}
div.single-product p.wc-gzd-additional-info {
  font-size: 1em;
}
div.single-product .base-price {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #b3b2b3;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-top: 1rem;
}
div.single-product .woocommerce-product-details__short-description {
  margin: 0 0 2.5rem 0;
}
div.single-product .woocommerce-product-details__description {
  margin: 0.5rem 0 2.5rem 0;
}
div.single-product .woocommerce-product-details__description p:last-child {
  margin-bottom: 0;
}
div.single-product .woocommerce-tabs a {
  color: #9c552b;
}
div.single-product .up-sells {
  margin-top: 2em;
}
div.single-product .up-sells h2 {
  font-size: 3rem;
}
div.single-product .product_meta {
  margin-bottom: 2rem;
  color: #B3B2B3;
}
div.single-product .product_meta a {
  color: #B3B2B3;
  text-decoration: none;
}
div.single-product .product_meta .sku_wrapper::after,
div.single-product .product_meta .posted_in::after,
div.single-product .product_meta .weight_wrapper::after {
  content: " | ";
}
div.single-product .product_meta .variation-weight_wrapper,
div.single-product .product_meta .variation-dimensions_wrapper,
div.single-product .product_meta .tagged_as {
  display: none;
}
div.single-product #wccf_product_field_master_container {
  margin-bottom: 0;
  max-width: 26.2rem;
}
div.single-product #wccf_product_field_master_container .wccf_field_container {
  margin-bottom: 1.5rem;
}
div.single-product #wccf_product_field_master_container label[for=wccf_product_field_geschenkverpackung] {
  display: none;
}
div.single-product #wccf_product_field_master_container input#wccf_product_field_geschenkverpackung_geschenkverpackung {
  display: none;
}
div.single-product #wccf_product_field_master_container label[for=wccf_product_field_geschenkverpackung_geschenkverpackung] {
  display: flex;
  border: 1px solid #000;
  height: 4rem;
  align-items: center;
  cursor: pointer;
  position: relative;
}
div.single-product #wccf_product_field_master_container label[for=wccf_product_field_geschenkverpackung_geschenkverpackung]::after {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: -1px;
  content: " ";
  display: block;
  width: calc(100% + 2px);
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media (min-width: 992px) {
  div.single-product #wccf_product_field_master_container label[for=wccf_product_field_geschenkverpackung_geschenkverpackung]:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
div.single-product #wccf_product_field_master_container label[for=wccf_product_field_geschenkverpackung_geschenkverpackung]::before {
  content: " ";
  display: block;
  height: 4rem;
  width: 4rem;
  flex: 0 0 4rem;
  max-width: 4rem;
  border-right: 1px solid black;
  margin-right: 1rem;
}
div.single-product #wccf_product_field_master_container label[for=wccf_product_field_geschenkverpackung_geschenkverpackung]::before {
  background-position: center center;
  background-size: 2.5rem 2.5rem;
  background-repeat: no-repeat;
}
div.single-product #wccf_product_field_master_container label[for=wccf_product_field_geschenkverpackung_geschenkverpackung]:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23c0bbb0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}
div.single-product #wccf_product_field_master_container input#wccf_product_field_geschenkverpackung_geschenkverpackung:checked ~ label[for=wccf_product_field_geschenkverpackung_geschenkverpackung]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}
div.single-product div.product form.cart {
  display: flex;
  flex-direction: column;
  order: -1;
}
@media (min-width: 992px) {
  div.single-product div.product form.cart {
    order: 0;
  }
}
div.single-product div.product form.cart div.quantity {
  margin: 0 0 1.5rem 0;
  max-width: 26.2rem;
}
div.single-product div.product form.cart .single_add_to_cart_button {
  max-width: 26.2rem;
}
div.single-product div.product form.cart .single_variation_wrap,
div.single-product div.product form.cart .variations_button {
  display: flex;
  flex-direction: column;
}
div.single-product div.product form.cart table.variations {
  display: block;
}
div.single-product div.product form.cart table.variations tbody {
  display: block;
}
div.single-product div.product form.cart table.variations tr {
  display: block;
}
div.single-product div.product form.cart table.variations td {
  display: block;
  line-height: 1;
}
div.single-product div.product form.cart table.variations .label {
  color: #404040;
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
div.single-product div.product form.cart table.variations .reset_variations {
  display: none !important;
}
div.single-product div.product form.cart .variations select {
  width: 26.2rem;
  min-width: 0;
  border-radius: 0;
  height: 4rem;
  padding: 0 0.5em;
}
div.single-product div.product form.cart .woocommerce-variation {
  display: none !important;
}
body div.single-product div.product ul.button-variable-items-wrapper {
  display: flex!important;
  list-style: none!important;
  padding: 0!important;
  margin: 0!important;
  max-width: 26.2rem!important;
  border-right: 1px solid #000!important;
  flex-wrap: wrap!important;
}
body div.single-product div.product ul.button-variable-items-wrapper li {
  height: 4rem!important;
  border: 1px solid #000!important;
  border-right-width: 0!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  flex: 1!important;
  cursor: pointer!important;
  margin-top: -1px!important;
  margin-left: 0!important;
  margin-bottom: 0!important;
  margin-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
  border-radius: 0!important;
  box-shadow: none!important;
}
body div.single-product div.product ul.button-variable-items-wrapper li:hover {
  background: rgba(0, 0, 0, 0.1)!important;
}
body div.single-product div.product ul.button-variable-items-wrapper li.selected,
body div.single-product div.product ul.button-variable-items-wrapper li.selected:hover {
  background: #404040!important;
  color: #fff!important;
}
div.single-product .product-property-boxes {
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce ul.products {
  padding-top: 3rem;
}

@media (min-width: 1200px) {
  .woocommerce ul.products li.product a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.woocommerce ul.products li.product a img {
  border: 1px solid #f1f1f1;
  margin: 0 0 2rem 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  flex: 1;
  padding-right: 1rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.woocommerce ul.products li.product .price {
  color: black;
  margin: 0;
}
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
  margin-right: 0.4rem;
}

.woocommerce ul.products li.product .onsale.action-bubble {
  width: 8rem;
  height: 8rem;
  align-items: center;
  background: #9c552b;
  margin: 0;
  right: -2rem;
  top: -2rem;
  left: auto;
  bottom: auto;
}
.woocommerce ul.products li.product .onsale.action-bubble span {
  line-height: 1.2;
}
.woocommerce ul.products li.product .onsale.action-bubble svg {
  margin-top: 0.5rem;
  height: 1.8rem;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 500;
}

.woocommerce ul.products li.product .wc-gzd-additional-info.tax-info,
.woocommerce ul.products li.product .wc-gzd-additional-info.shipping-costs-info {
  display: none;
}

.woocommerce nav.woocommerce-pagination {
  text-align: left;
  border-top: 0.4rem dotted #000;
  margin: 2.5rem 0;
  padding-top: 2.5rem;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #000;
  text-decoration: none;
  font-size: 2.5rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  font-weight: 700;
  color: #000;
}

.woocommerce .woocommerce-breadcrumb {
  color: #d1d1d1;
  font-size: 2.5rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0 0 2.5rem 0;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #d1d1d1;
  text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: #c0bbb0;
}

.quantity {
  display: inline-flex;
  height: 4rem;
  align-items: center;
  border: 1px solid #000;
}
.quantity input.input-text {
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  flex: 1;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity .qty_button {
  align-self: stretch;
  border: none;
  border-radius: 0;
  width: 4rem;
  text-align: center;
  background: none;
  cursor: pointer;
}
.quantity .qty_button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.quantity .qty_button.plus {
  border-left: 1px solid #000;
}
.quantity .qty_button.minus {
  border-right: 1px solid #000;
}

.woofc-item-qty-inner {
  align-items: center;
}

.woofc-item-qty .quantity {
  border: none;
  align-items: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0;
  padding: 0.75em 1em;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 0.75em 1em;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #404040;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #535353;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover {
  background: #797979;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 1rem 0.6rem 1rem;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 1rem 0.6rem 1rem;
  border: 1px solid #d1d1d1;
}

.woocommerce form .select2-container .select2-selection--single {
  border-radius: 0;
  border: 1px solid #d1d1d1;
  height: 4rem;
}

.woocommerce form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 4rem;
}

.woocommerce form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 4rem;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    flex-direction: row;
    align-items: center;
  }
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  order: 1;
  margin-top: 1rem;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    margin-left: auto !important;
    margin-top: 0;
  }
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  color: #404040;
  text-decoration: none;
  font-weight: 700;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    margin-left: auto !important;
    margin-top: 0;
  }
}

.woocommerce-info {
  border-top-color: #9c552b;
}

body.woocommerce-cart .main-content {
  margin-top: 13.5rem;
}

.woocommerce table.shop_table th {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #c0bbb0;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: table-cell !important;
}
.woocommerce #content table.cart .product-thumbnail a,
.woocommerce table.cart .product-thumbnail a,
.woocommerce-page #content table.cart .product-thumbnail a,
.woocommerce-page table.cart .product-thumbnail a {
  display: block;
}

.woocommerce table.shop_table.cart td.product-name a {
  text-decoration: none;
  color: #404040;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.woocommerce table.shop_table.cart td.product-name dl.variation {
  text-align: left;
  float: none;
  color: #c0bbb0;
  margin-top: 0;
}

.woocommerce table.shop_table.cart tr {
  padding: 2rem 0;
  border-top: 0.4rem dotted #d1d1d1;
}

.woocommerce table.shop_table.cart tr:first-child {
  border-top: none;
  padding-top: 0;
}

.woocommerce table.shop_table.cart tr:first-child {
  margin-top: 0;
}

.woocommerce table.shop_table.cart td.product-quantity::before {
  line-height: 4rem;
}

.woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
  content: none;
  display: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 50px;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 3.5rem;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  content: none;
  display: none;
}

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table.cart td.product-remove .remove {
    margin-left: auto;
  }

  .woocommerce table.shop_table.cart td {
    padding: 1rem 0;
    border-top: none;
    background: #fffffe !important;
  }

  .woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    display: block !important;
  }

  #add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100%;
    display: block;
    height: auto;
    max-width: 25rem;
    margin: 0 auto;
  }
}
.woocommerce a.remove {
  color: transparent !important;
  font-size: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem 2.4rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23505050' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='15' y1='9' x2='9' y2='15'%3E%3C/line%3E%3Cline x1='9' y1='9' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E") no-repeat center center !important;
  opacity: 0.5;
}
.woocommerce a.remove:hover {
  opacity: 1;
  color: transparent !important;
}

body.woocommerce-checkout .main-content {
  margin-top: 13.5rem;
}
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-checkout-payment {
  margin-bottom: 5rem;
}
body.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.current::before {
  border-bottom-color: #9c552b;
}
body.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
  border-color: #9c552b;
}
body.woocommerce-checkout #wpmc-prev {
  border: 2px solid #404040;
  color: #404040;
  background: none;
  margin-right: auto;
}
body.woocommerce-checkout .wc-gzd-order-submit .wc-gzd-place-order {
  text-align: right;
}
body.woocommerce-checkout .woocommerce_checkout_place_order {
  font-size: 120%;
}

body.woocommerce-account .main-content {
  margin-top: 13.5rem;
}
body.woocommerce-account .woocommerce h2 {
  text-align: center;
  font-size: 3.5rem;
}
body.woocommerce-account .woocommerce-form-login {
  max-width: 50rem;
  margin: 0 auto 10rem auto;
}
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 4rem;
  }
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 1.2rem;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #404040;
  text-decoration: none;
  font-size: 2.5rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1;
}
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  font-weight: 700;
  border-bottom: 0.4rem dotted #404040;
}
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  color: #9c552b;
  font-weight: 700;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239c552b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='16'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");
  background-position: center center;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
}
body.woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset {
  background: rgba(192, 187, 176, 0.1);
  color: black;
  margin: 2rem 0;
  border: none;
  padding: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body.woocommerce-account .woocommerce-MyAccount-content form.edit-account legend {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.woocommerce ul.order_details {
  padding: 0;
}

.woocommerce ul.order_details li {
  display: block;
  float: none;
  border-right: none;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #d3ced2;
  border-right: none;
}
@media (min-width: 992px) {
  .woocommerce ul.order_details li {
    float: left;
    padding: 0 2em 0 0;
    border-bottom: none;
    border-right: 1px dashed #d3ced2;
  }
}

.woocommerce .wc-bacs-bank-details-heading {
  font-size: 3.5rem;
}

.woocommerce .wc-bacs-bank-details-account-name {
  font-size: 2rem;
}

.main-header {
  padding: 4rem 2.5rem;
  display: flex;
  box-sizing: content-box;
  height: 2.5rem;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .main-header {
    padding: 4rem 3.5rem;
  }
}
@media (min-width: 992px) {
  .main-header {
    padding: 5rem;
  }
}
@media (min-width: 1200px) {
  .main-header {
    padding: 5rem 7rem;
  }
}
.main-header .header-logo-link {
  text-decoration: none;
  position: relative;
  z-index: 600;
}
.main-header .header-logo-image {
  width: auto;
  height: 16rem;
  max-width: none;
}
.main-header .header-logo-image-dark {
  display: none;
}
.main-header .open-header-menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 600;
}
@media (min-width: 992px) {
  .main-header .open-header-menu {
    display: none;
  }
}
.main-header .open-header-menu span {
  position: relative;
}
.main-header .open-header-menu span::before,
.main-header .open-header-menu span::after {
  content: " ";
  position: absolute;
}
.main-header .open-header-menu span::before {
  top: -1rem;
}
.main-header .open-header-menu span::after {
  bottom: -1rem;
}
.main-header .open-header-menu span,
.main-header .open-header-menu span::before,
.main-header .open-header-menu span::after {
  width: 2.5rem;
  height: 0.2rem;
  display: block;
  background: #fffffe;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out, background 0.2s ease-in-out;
}
.main-header .header-menu {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: rgba(0, 0, 0, 0.85);
  padding: 24rem 2.5rem 2rem 2.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .main-header .header-menu {
    padding: 24rem 3.5rem 2rem 3.5rem;
  }
}
@media (min-width: 992px) {
  .main-header .header-menu {
    position: static;
    background: none;
    opacity: 1;
    justify-content: flex-end;
    visibility: visible;
    padding: 0;
    height: auto;
    overflow: visible;
    transition: none;
  }
}
@media (min-width: 992px) {
  .main-header .header-menu li {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .main-header .header-menu li {
    margin-left: 5rem;
  }
}
.main-header .header-menu li:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .main-header .header-menu li.mobile {
    display: none;
  }
}
.main-header .header-menu li.desktop {
  display: none;
}
@media (min-width: 992px) {
  .main-header .header-menu li.desktop {
    display: block;
  }
}
.main-header .header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .header-menu ul ul {
  display: none;
}
.main-header .header-menu > ul {
  flex: 1;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .main-header .header-menu > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
  }
}
.main-header .header-menu ul li a {
  color: #fffffe;
  text-decoration: none;
  text-align: center;
  font-size: 2.7rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .main-header .header-menu ul li a {
    font-size: 3rem;
    padding: 0.8rem 0;
  }
}
@media (min-width: 992px) {
  .main-header .header-menu ul li a {
    font-size: 2.2rem;
    font-weight: 500;
    padding: 0.5rem 0 0.1rem;
    border-bottom: 0.4rem solid transparent;
    line-height: 2.5rem;
  }
  .main-header .header-menu ul li a:hover {
    border-bottom: 0.4rem dotted #fff;
  }
}
.main-header .header-menu ul li.current-menu-item a {
  font-weight: 700;
}
@media (min-width: 992px) {
  .main-header .header-menu ul li.current-menu-item a {
    padding: 0.5rem 0 0.1rem 0;
    border-bottom: 0.4rem dotted #fff;
  }
}

.header-menu-is-open .main-header .header-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu-is-open .main-header .open-header-menu span {
  background: transparent !important;
}
.header-menu-is-open .main-header .open-header-menu span::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff !important;
}
.header-menu-is-open .main-header .open-header-menu span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #fff !important;
}

body.woocommerce-page .main-header .header-logo-image-dark {
  display: block;
}
body.woocommerce-page .main-header .header-logo-image-light {
  display: none;
}
body.woocommerce-page .main-header .open-header-menu span,
body.woocommerce-page .main-header .open-header-menu span::before,
body.woocommerce-page .main-header .open-header-menu span::after {
  background: #000;
}
@media (min-width: 992px) {
  body.woocommerce-page .main-header .header-menu ul li a {
    color: #000;
  }
  body.woocommerce-page .main-header .header-menu ul li a:hover {
    border-bottom: 0.4rem dotted #000;
  }
}
@media (min-width: 992px) {
  body.woocommerce-page .main-header .header-menu ul li.current-menu-item a {
    border-bottom: 0.4rem dotted #000;
  }
}

/* Shop Header */
.shop-header {
  display: none;
}

body.woocommerce-page .shop-header {
  display: block;
  padding: 1.5rem 2.5rem;
  background: #c0bbb0;
  color: #fffffe;
}
@media (min-width: 768px) {
  body.woocommerce-page .shop-header {
    padding: 1.5rem 3.5rem;
  }
}
@media (min-width: 992px) {
  body.woocommerce-page .shop-header {
    padding: 1.5rem 5rem;
  }
}
@media (min-width: 1200px) {
  body.woocommerce-page .shop-header {
    padding: 1.5rem 7rem;
  }
}
body.woocommerce-page .shop-header .shop-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.woocommerce-page .shop-header .shop-menu ul li {
  margin-left: 2rem;
}
body.woocommerce-page .shop-header .shop-menu ul li a {
  color: #fffffe;
  text-decoration: none;
  display: block;
}
body.woocommerce-page .shop-header .shop-menu ul li a:hover {
  color: rgba(255, 255, 254, 0.9);
}
body.woocommerce-page .shop-header .shop-menu ul li a svg {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
}

.main-page-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .main-page-wrapper {
    padding: 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .main-page-wrapper {
    padding: 0 5rem;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .main-page-wrapper {
    padding: 0 7rem;
  }
}

.main-content {
  width: 100%;
}

@media (min-width: 992px) {
  .has-shop-sidebar .main-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .has-shop-sidebar .main-content {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.page-template-singular-narrow-content-php .main-page-wrapper {
  max-width: 960px;
}
@media (min-width: 768px) {
  .page-template-singular-narrow-content-php .main-page-wrapper {
    width: 80%;
  }
}

.main-footer {
  background: #404040;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  .main-footer {
    text-align: left;
  }
}
.main-footer .main-footer-content {
  padding: 2.5rem;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .main-footer .main-footer-content {
    padding: 3.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .main-footer .main-footer-content {
    padding: 5rem;
  }
}
@media (min-width: 1200px) {
  .main-footer .main-footer-content {
    padding: 5rem 7rem;
  }
}
.main-footer .main-footer-logo {
  text-align: center;
  font-size: 0;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .main-footer .main-footer-logo {
    flex: 0 0 50%;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .main-footer .main-footer-logo {
    flex: 0;
    margin-bottom: 0;
  }
}
.main-footer .main-footer-logo img {
  width: 12rem;
  height: auto;
  display: inline-block;
  opacity: 0.8;
}
.main-footer .widgettitle {
  margin: 0 0 1rem 0;
  font-size: 2.1rem;
  color: #fff;
}
@media (min-width: 768px) {
  .main-footer .widgettitle {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .main-footer .main-footer-one {
    margin-right: auto;
    margin-left: 5rem;
  }
}
@media (min-width: 1200px) {
  .main-footer .main-footer-one {
    margin-left: 7rem;
  }
}
@media (min-width: 992px) {
  .main-footer .main-footer-two {
    margin-left: 5rem;
  }
}
@media (min-width: 1200px) {
  .main-footer .main-footer-two {
    margin-left: 7rem;
  }
}
@media (min-width: 992px) {
  .main-footer .main-footer-two,
.main-footer .main-footer-three {
    margin-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .main-footer .main-footer-two,
.main-footer .main-footer-three {
    margin-right: 7rem;
  }
}
.main-footer .main-footer-one,
.main-footer .main-footer-two,
.main-footer .main-footer-three {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .main-footer .main-footer-one,
.main-footer .main-footer-two,
.main-footer .main-footer-three {
    flex: 0 0 50%;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .main-footer .main-footer-one,
.main-footer .main-footer-two,
.main-footer .main-footer-three {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.main-footer .main-footer-one p {
  margin-bottom: 0;
}
.main-footer .main-footer-two .menu, .main-footer .main-footer-three .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .main-footer-one a, .main-footer .main-footer-two a, .main-footer .main-footer-three a {
  color: inherit;
  text-decoration: none;
}
.main-footer .main-footer-one a:hover, .main-footer .main-footer-two a:hover, .main-footer .main-footer-three a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .main-footer .main-footer-social {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .main-footer .main-footer-social {
    margin-top: 5rem;
    flex: 0 0 auto;
    align-self: flex-end;
  }
}
.main-footer .main-footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-footer .main-footer-social li {
  margin: 0 1rem;
}
.main-footer .main-footer-social a {
  opacity: 0.8;
}
.main-footer .main-footer-social a:hover {
  opacity: 1;
}
.main-footer .main-footer-social img {
  height: 4rem;
  width: auto;
}

.shop-sidebar {
  margin-top: 13.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .shop-sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 16rem 0 5rem 0;
    padding-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .shop-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 7rem;
  }
}

.shop-sidebar-menu {
  position: relative;
  max-height: 900px;
  transition: max-height 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .shop-sidebar-menu {
    max-height: none;
  }
}

.shop-sidebar-menu.collapsed {
  max-height: 35px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .shop-sidebar-menu.collapsed {
    max-height: none;
  }
}

.shop-sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.shop-sidebar-menu li {
  margin-bottom: 1.2rem;
}

.shop-sidebar-menu li:last-child {
  margin-bottom: 0;
}

.shop-sidebar-menu a {
  color: #404040;
  text-decoration: none;
  font-size: 2.5rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1;
}

.shop-sidebar-menu .current-menu-item {
  order: -1;
}
@media (min-width: 992px) {
  .shop-sidebar-menu .current-menu-item {
    order: 0;
  }
}

.shop-sidebar-menu .current-menu-item a {
  font-weight: 700;
  border-bottom: 0.4rem dotted #404040;
}

.shop-sidebar-menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .shop-sidebar-menu-toggle {
    display: none;
  }
}

.shop-sidebar-menu-toggle span {
  position: absolute;
  background: transparent;
  display: block;
  width: 2rem;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.shop-sidebar-menu-toggle span::before,
.shop-sidebar-menu-toggle span::after {
  content: " ";
  width: 1.6rem;
  height: 0.2rem;
  display: block;
  background: #000;
  position: absolute;
}

.shop-sidebar-menu-toggle span::before {
  transform: rotate(45deg) translateX(4px);
  right: 50%;
}

.shop-sidebar-menu-toggle span::after {
  transform: rotate(-45deg) translateX(-4px);
  left: 50%;
}

.flugplan {
  margin: 0 -1rem;
}
@media (min-width: 768px) {
  .flugplan {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .flugplan {
    margin: 0 8.3333333333%;
  }
}
.flugplan #map {
  height: calc(100vh - 10.5rem);
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .flugplan #map {
    height: calc(100vh - 12.5rem - 5rem);
  }
}
.flugplan #map .mapboxgl-popup-content {
  padding: 0;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.flugplan #map .mapboxgl-popup-close-button {
  display: none;
}
.flugplan #map .mapboxgl-popup-tip {
  display: none;
}
.flugplan .flugplan-popup {
  width: 23rem;
  height: 23rem;
  background-color: rgba(64, 64, 64, 0.2);
  background-blend-mode: multiply;
  border-radius: 10000rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 3.5rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fffffe;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.flugplan .flugplan-popup::after {
  content: " ";
  position: absolute;
  border-right: 0.4rem dotted #c0bbb0;
  width: 0;
  height: 3.1rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.flugplan .flugplan-popup-i {
  align-self: center;
  line-height: 3.8rem;
  width: 3.8rem;
  height: 3.8rem;
  margin-top: 0.8rem;
  border: 0.2rem solid #fffffe;
  border-radius: 100rem;
}
.flugplan .flugplan-popup-title {
  margin-top: auto;
  line-height: 1.4;
}
.flugplan .flugplan-popup-title span {
  border-bottom: 0.4rem dotted #fffffe;
}
.flugplan .flugplan-popup-next-location {
  position: absolute;
  width: 16rem;
  height: 12rem;
  display: block;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  left: -2.7rem;
  top: -2.5rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  cursor: pointer;
  border-top-left-radius: 12rem;
  z-index: 100;
}
.flugplan .flugplan-popup-product-buttons {
  position: absolute;
  top: 50%;
  left: calc(100% - 3rem);
  transform: translateY(-50%);
  text-align: left;
  z-index: -1;
}
.flugplan .flugplan-popup-product-button {
  margin-bottom: 0.8rem;
}
.flugplan .flugplan-popup-product-button:last-child {
  margin-bottom: 0;
}
.flugplan .flugplan-popup-product-button button {
  white-space: nowrap;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #fffffe;
  font-size: 2rem;
  border: none;
  border-radius: 0;
  padding-left: 4rem;
  cursor: pointer;
  position: relative;
}
.flugplan .flugplan-popup-product-button button::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c0bbb0;
  z-index: 1;
  transition: width 0.3s ease-in-out;
}
.flugplan .flugplan-popup-product-button button span {
  position: relative;
  z-index: 2;
}
.flugplan .flugplan-popup-product-button button:hover::after,
.flugplan .flugplan-popup-product-button button.current-item::after {
  width: 0;
}
.flugplan .flugplan-popup-product-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 23rem;
  height: 23rem;
  border-radius: 100rem;
  background: #fffffe;
  color: #404040;
  padding: 3.5rem;
  visibility: hidden;
  opacity: 0;
}
.flugplan .flugplan-popup-product-circle.current-item {
  opacity: 1;
  visibility: visible;
}
.flugplan .flugplan-popup-product-circle-title {
  line-height: 1.2;
  display: inline-block;
  border-bottom-style: dotted;
  border-bottom-width: 0.4rem;
  margin-bottom: 1.5rem;
}
.flugplan .flugplan-popup-product-circle-image {
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flugplan .flugplan-popup-product-circle .action-bubble {
  position: absolute;
  bottom: 3.5rem;
  right: 3.5rem;
  width: 6.6rem;
  height: 6.6rem;
  font-size: 1rem;
  padding: 1rem;
}
.flugplan .flugplan-popup-product-circle .action-bubble svg {
  margin-top: 0.5rem;
  height: 1.25rem;
}
.flugplan .flugplan-popup-product-circle-description {
  position: absolute;
  z-index: -1;
  right: calc(100% - 6rem);
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem 7rem 1rem 1rem;
  color: #fffffe;
  text-align: left;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  width: 30rem;
}
.flugplan .flugplan-popup-product-circle-description a {
  color: #fffffe;
  font-weight: 700;
  text-decoration: underline;
}

body.post-type-archive .page-header {
  margin-bottom: 5rem;
}
body.post-type-archive .page-header .page-header-thumbnail {
  height: 45vh;
}
body.post-type-archive .archive-intro-text {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  body.post-type-archive .archive-intro-text {
    width: 50%;
    margin-left: 8.3333333333%;
  }
}

body.home .main-page-wrapper {
  margin-bottom: 0;
}

.page-template-singular-categories .category-tile {
  margin-bottom: 2.5rem;
}
.page-template-singular-categories .category-tile a {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-template-singular-categories .category-tile a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.page-template-singular-categories .category-tile a:hover::after {
  opacity: 1;
  visibility: visible;
}
.page-template-singular-categories .category-tile h3 {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 0 2.5rem;
  margin: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  color: #fff;
  line-height: 1.3;
}
.page-template-singular-categories .category-tile a:hover h3 {
  opacity: 1;
  visibility: visible;
}
.page-template-singular-categories .category-tile h3 span {
  border-bottom: 0.4rem dotted #fff;
}
.page-template-singular-categories .category-tile:nth-child(2n-1) a {
  padding-bottom: 133%;
}
.page-template-singular-categories .category-tile:nth-child(2n) a {
  padding-bottom: 75%;
}
@media (min-width: 768px) {
  .page-template-singular-categories .category-tile:nth-child(2n-1) {
    width: 58.3333333333%;
  }
  .page-template-singular-categories .category-tile:nth-child(2n) {
    width: 91.6666666667%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .page-template-singular-categories .category-tile {
    margin-bottom: 0;
    padding: 1.5rem;
  }
  .page-template-singular-categories .category-tile.category-tile-1 {
    width: 42.8571428571%;
    float: left;
  }
  .page-template-singular-categories .category-tile.category-tile-2 {
    width: 57.1428571429%;
    margin-left: 0;
    float: left;
    padding-top: 14.2%;
  }
  .page-template-singular-categories .category-tile.category-tile-3 {
    width: 42.8571428571%;
    float: left;
    margin-left: -8.3333333333%;
  }
  .page-template-singular-categories .category-tile.category-tile-4 {
    width: 57.1428571429%;
    margin-left: 0;
    float: left;
  }
  .page-template-singular-categories .category-tile.category-tile-5 {
    width: 35%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .page-template-singular-categories .category-tile.category-tile-1 {
    width: 38.5714285714%;
  }
  .page-template-singular-categories .category-tile.category-tile-2 {
    width: 51.4285714286%;
    padding-top: 12.78%;
  }
  .page-template-singular-categories .category-tile.category-tile-3 {
    width: 38.5714285714%;
    margin-left: -8.3333333333%;
  }
  .page-template-singular-categories .category-tile.category-tile-4 {
    width: 51.4285714286%;
  }
  .page-template-singular-categories .category-tile.category-tile-5 {
    width: 31.5%;
  }
}
