/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@charset "UTF-8";
/* ==========================================================================
   INUITCSS
   ========================================================================== */
/**
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/**
 * This is an example inuitcss manifest file. DO NOT MODIFY THIS FILE DIRECTLY.
 * Instead, copy and paste it into your own CSS directory and make additions,
 * extensions, and modifications there.
 */
/**
 * CONTENTS
 *
 * SETTINGS
 * Config...............Project-level configuration and feature switches.
 * Core.................inuitcss’ core and setup settings.
 * Global...............Project-wide variables and settings.
 *
 * TOOLS
 * Font-size............A mixin which guarantees baseline-friendly line-heights.
 * Clearfix.............Micro clearfix mixin.
 * Hidden...............Mixin for hiding elements.
 * Sass MQ..............inuitcss’ default media query manager.
 *
 * GENERIC
 * Box-sizing...........Better default `box-sizing`.
 * Normalize.css........A level playing field using @necolas’ Normalize.css.
 * Reset................A tiny reset to complement Normalize.css.
 * Shared...............Sensibly and tersely share some global commonalities
 *                      (particularly useful when managing vertical rhythm).
 *
 * ELEMENTS
 * Page.................Set up our document’s default `font-size` and
 *                      `line-height`.
 * Headings.............Very minimal (i.e. only font-size information) for
 *                      headings 1 through 6.
 * Images...............Base image styles.
 * Tables...............Simple table styles.
 *
 * OBJECTS
 * Wrapper..............Page constraint object.
 * Layout...............Generic layout module.
 * Media................Image- and text-like content side by side. The
 *                      poster-child of OOCSS.
 * Flag.................Table-layout-based advancement on the Media object.
 * List-bare............Lists with no bullets or indents.
 * List-inline..........A list whose items all site in a line.
 * Box..................Simple boxing abstraction.
 * Block................Image-on-top-of-text object.
 * Ratio................A container for maintaining aspect ratio of content.
 * Crop.................Provide a cropping context for media (images, etc.).
 * Table................Classes for manipulating `table`s.
 * Pack.................Pack items into available horizontal space.
 *
 * COMPONENTS
 * Buttons..............An example button component, and how it fits into the
 *                      inuitcss framework.
 *
 * UTILITIES
 * Clearfix.............Bind our clearfix onto a utility class.
 * Widths...............Simple width helper classes.
 * Headings.............Reassigning our heading styles to helper classes.
 * Spacings.............Nudge bits of the DOM around with these spacing
 *                      classes.
 * Responsive-Spacings..Enhances the function of normal spacings for
 *                      responsive usage.
 * Print................Reset-like styles taken from the HTML5 Boilerplate.
 * Hide.................Helper classes to hide content
 */
/* ==========================================================================
   #Colors
   ========================================================================== */
/**
 *
 */
:root {
  --color-brand-primary: #00e;
  --color-brand-contrast: #6199ad;
  --color-text: #000;
  --color-text-invert: #fff;
  --color-text-image: #fff;
  --color-text-image-invert: #000;
  --color-background: #fff;
  --color-background-invert: #696969;
  --color-teaser: #fff;
  --color-teaser-invert: #000;
}

/* Lato */
@font-face {
  font-family: "Lato-Regular";
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url(../images/design/Lato-Regular.9919ed.ttf);
}
@font-face {
  font-family: "Lato-Bold";
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url(../images/design/Lato-Bold.5dd5aa.ttf);
}
/* Trade Gothik */
@font-face {
  font-family: "Trade-Gothik";
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url(../62a8d1a278273275122d.otf);
}
@font-face {
  font-family: "Trade-Gothik-Condensed";
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url(../images/design/6e6d9ee8-cbc5-4670-b243-c90a93b3a8d2.0c0fa1.woff);
}
@font-face {
  font-family: "Trade-Gothik-Condensed-Bold";
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url(../images/design/30bc8000-1637-4079-9dd6-d93c7c1d8245.0ef00b.woff);
}
/*
* By now we are using only 2 views:
*       until tablet and above
*/
/*!
    Blueprint CSS 3.0.0-beta.0
    https://blueprintcss.io
    License MIT 2018
*/
html {
  box-sizing: border-box;
}

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

[bp~=container] {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 1000px;
}

[bp~=grid] {
  display: grid !important;
  grid-gap: 0.6rem;
  grid-template-columns: repeat(12, 1fr);
}

[bp~=vertical-start] {
  align-items: start;
}

[bp~=vertical-center] {
  align-items: center;
}

[bp~=vertical-end] {
  align-items: end;
}

[bp~=between] {
  justify-content: center;
}

[bp~=gap-none] {
  grid-gap: 0;
  margin-bottom: 0;
}

[bp~=gap-column-none] {
  grid-column-gap: 0;
}

[bp~=gap-row-none] {
  grid-row-gap: 0;
  margin-bottom: 0;
}

[bp~=first] {
  order: -1;
}

[bp~=last] {
  order: 12;
}

[bp~=hide] {
  display: none !important;
}

[bp~=show] {
  display: block !important;
  display: initial !important;
  display: unset !important;
}

[bp~=grid][bp~="1@sm"], [bp~=grid][bp~="1@md"], [bp~=grid][bp~="1@lg"], [bp~=grid][bp~="1@xl"] {
  grid-template-columns: 12fr;
}

[bp~="1@sm"], [bp~="1@md"], [bp~="1@lg"], [bp~="1@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="2@sm"], [bp~=grid][bp~="2@md"], [bp~=grid][bp~="2@lg"], [bp~=grid][bp~="2@xl"] {
  grid-template-columns: 12fr;
}

[bp~="2@sm"], [bp~="2@md"], [bp~="2@lg"], [bp~="2@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="3@sm"], [bp~=grid][bp~="3@md"], [bp~=grid][bp~="3@lg"], [bp~=grid][bp~="3@xl"] {
  grid-template-columns: 12fr;
}

[bp~="3@sm"], [bp~="3@md"], [bp~="3@lg"], [bp~="3@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="4@sm"], [bp~=grid][bp~="4@md"], [bp~=grid][bp~="4@lg"], [bp~=grid][bp~="4@xl"] {
  grid-template-columns: 12fr;
}

[bp~="4@sm"], [bp~="4@md"], [bp~="4@lg"], [bp~="4@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="5@sm"], [bp~=grid][bp~="5@md"], [bp~=grid][bp~="5@lg"], [bp~=grid][bp~="5@xl"] {
  grid-template-columns: 12fr;
}

[bp~="5@sm"], [bp~="5@md"], [bp~="5@lg"], [bp~="5@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="6@sm"], [bp~=grid][bp~="6@md"], [bp~=grid][bp~="6@lg"], [bp~=grid][bp~="6@xl"] {
  grid-template-columns: 12fr;
}

[bp~="6@sm"], [bp~="6@md"], [bp~="6@lg"], [bp~="6@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="7@sm"], [bp~=grid][bp~="7@md"], [bp~=grid][bp~="7@lg"], [bp~=grid][bp~="7@xl"] {
  grid-template-columns: 12fr;
}

[bp~="7@sm"], [bp~="7@md"], [bp~="7@lg"], [bp~="7@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="8@sm"], [bp~=grid][bp~="8@md"], [bp~=grid][bp~="8@lg"], [bp~=grid][bp~="8@xl"] {
  grid-template-columns: 12fr;
}

[bp~="8@sm"], [bp~="8@md"], [bp~="8@lg"], [bp~="8@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="9@sm"], [bp~=grid][bp~="9@md"], [bp~=grid][bp~="9@lg"], [bp~=grid][bp~="9@xl"] {
  grid-template-columns: 12fr;
}

[bp~="9@sm"], [bp~="9@md"], [bp~="9@lg"], [bp~="9@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="10@sm"], [bp~=grid][bp~="10@md"], [bp~=grid][bp~="10@lg"], [bp~=grid][bp~="10@xl"] {
  grid-template-columns: 12fr;
}

[bp~="10@sm"], [bp~="10@md"], [bp~="10@lg"], [bp~="10@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="11@sm"], [bp~=grid][bp~="11@md"], [bp~=grid][bp~="11@lg"], [bp~=grid][bp~="11@xl"] {
  grid-template-columns: 12fr;
}

[bp~="11@sm"], [bp~="11@md"], [bp~="11@lg"], [bp~="11@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="12@sm"], [bp~=grid][bp~="12@md"], [bp~=grid][bp~="12@lg"], [bp~=grid][bp~="12@xl"] {
  grid-template-columns: 12fr;
}

[bp~="12@sm"], [bp~="12@md"], [bp~="12@lg"], [bp~="12@xl"] {
  grid-column: span 12;
}

[bp~=grid][bp~="1"] {
  grid-template-columns: repeat(12, 1fr);
}

[bp~="1"] {
  grid-column: span 1/span 1;
}

[bp~=grid][bp~="2"] {
  grid-template-columns: repeat(6, 1fr);
}

[bp~="2"] {
  grid-column: span 2/span 2;
}

[bp~=grid][bp~="3"] {
  grid-template-columns: repeat(4, 1fr);
}

[bp~="3"] {
  grid-column: span 3/span 3;
}

[bp~=grid][bp~="4"] {
  grid-template-columns: repeat(3, 1fr);
}

[bp~="4"] {
  grid-column: span 4/span 4;
}

[bp~=grid][bp~="5"] {
  grid-template-columns: repeat(2.4, 1fr);
}

[bp~="5"] {
  grid-column: span 5/span 5;
}

[bp~=grid][bp~="6"] {
  grid-template-columns: repeat(2, 1fr);
}

[bp~="6"] {
  grid-column: span 6/span 6;
}

[bp~=grid][bp~="7"] {
  grid-template-columns: repeat(1.7142857143, 1fr);
}

[bp~="7"] {
  grid-column: span 7/span 7;
}

[bp~=grid][bp~="8"] {
  grid-template-columns: repeat(1.5, 1fr);
}

[bp~="8"] {
  grid-column: span 8/span 8;
}

[bp~=grid][bp~="9"] {
  grid-template-columns: repeat(1.3333333333, 1fr);
}

[bp~="9"] {
  grid-column: span 9/span 9;
}

[bp~=grid][bp~="10"] {
  grid-template-columns: repeat(1.2, 1fr);
}

[bp~="10"] {
  grid-column: span 10/span 10;
}

[bp~=grid][bp~="11"] {
  grid-template-columns: repeat(1.0909090909, 1fr);
}

[bp~="11"] {
  grid-column: span 11/span 11;
}

[bp~=grid][bp~="12"] {
  grid-template-columns: repeat(1, 1fr);
}

[bp~="12"] {
  grid-column: span 12/span 12;
}

[bp~=offset-1] {
  grid-column-start: 1;
}

[bp~=offset-2] {
  grid-column-start: 2;
}

[bp~=offset-3] {
  grid-column-start: 3;
}

[bp~=offset-4] {
  grid-column-start: 4;
}

[bp~=offset-5] {
  grid-column-start: 5;
}

[bp~=offset-6] {
  grid-column-start: 6;
}

[bp~=offset-7] {
  grid-column-start: 7;
}

[bp~=offset-8] {
  grid-column-start: 8;
}

[bp~=offset-9] {
  grid-column-start: 9;
}

[bp~=offset-10] {
  grid-column-start: 10;
}

[bp~=offset-11] {
  grid-column-start: 11;
}

[bp~=offset-12] {
  grid-column-start: 12;
}

@media (min-width: 481px) {
  [bp~=grid][bp~="1@sm"] {
    grid-template-columns: repeat(12, 1fr);
  }

  [bp~="1@sm"] {
    grid-column: span 1/span 1;
  }

  [bp~=grid][bp~="2@sm"] {
    grid-template-columns: repeat(6, 1fr);
  }

  [bp~="2@sm"] {
    grid-column: span 2/span 2;
  }

  [bp~=grid][bp~="3@sm"] {
    grid-template-columns: repeat(4, 1fr);
  }

  [bp~="3@sm"] {
    grid-column: span 3/span 3;
  }

  [bp~=grid][bp~="4@sm"] {
    grid-template-columns: repeat(3, 1fr);
  }

  [bp~="4@sm"] {
    grid-column: span 4/span 4;
  }

  [bp~=grid][bp~="5@sm"] {
    grid-template-columns: repeat(2.4, 1fr);
  }

  [bp~="5@sm"] {
    grid-column: span 5/span 5;
  }

  [bp~=grid][bp~="6@sm"] {
    grid-template-columns: repeat(2, 1fr);
  }

  [bp~="6@sm"] {
    grid-column: span 6/span 6;
  }

  [bp~=grid][bp~="7@sm"] {
    grid-template-columns: repeat(1.7142857143, 1fr);
  }

  [bp~="7@sm"] {
    grid-column: span 7/span 7;
  }

  [bp~=grid][bp~="8@sm"] {
    grid-template-columns: repeat(1.5, 1fr);
  }

  [bp~="8@sm"] {
    grid-column: span 8/span 8;
  }

  [bp~=grid][bp~="9@sm"] {
    grid-template-columns: repeat(1.3333333333, 1fr);
  }

  [bp~="9@sm"] {
    grid-column: span 9/span 9;
  }

  [bp~=grid][bp~="10@sm"] {
    grid-template-columns: repeat(1.2, 1fr);
  }

  [bp~="10@sm"] {
    grid-column: span 10/span 10;
  }

  [bp~=grid][bp~="11@sm"] {
    grid-template-columns: repeat(1.0909090909, 1fr);
  }

  [bp~="11@sm"] {
    grid-column: span 11/span 11;
  }

  [bp~=grid][bp~="12@sm"] {
    grid-template-columns: repeat(1, 1fr);
  }

  [bp~="12@sm"] {
    grid-column: span 12/span 12;
  }

  [bp~="offset-1@sm"] {
    grid-column-start: 1;
  }

  [bp~="offset-2@sm"] {
    grid-column-start: 2;
  }

  [bp~="offset-3@sm"] {
    grid-column-start: 3;
  }

  [bp~="offset-4@sm"] {
    grid-column-start: 4;
  }

  [bp~="offset-5@sm"] {
    grid-column-start: 5;
  }

  [bp~="offset-6@sm"] {
    grid-column-start: 6;
  }

  [bp~="offset-7@sm"] {
    grid-column-start: 7;
  }

  [bp~="offset-8@sm"] {
    grid-column-start: 8;
  }

  [bp~="offset-9@sm"] {
    grid-column-start: 9;
  }

  [bp~="offset-10@sm"] {
    grid-column-start: 10;
  }

  [bp~="offset-11@sm"] {
    grid-column-start: 11;
  }

  [bp~="offset-12@sm"] {
    grid-column-start: 12;
  }

  [bp~="hide@sm"] {
    display: none !important;
  }

  [bp~="show@sm"] {
    display: block !important;
    display: initial !important;
    display: unset !important;
  }

  [bp~="first@sm"] {
    order: -1;
  }

  [bp~="last@sm"] {
    order: 12;
  }
}
@media (min-width: 768px) {
  [bp~=grid][bp~="1@md"] {
    grid-template-columns: repeat(12, 1fr);
  }

  [bp~="1@md"] {
    grid-column: span 1/span 1;
  }

  [bp~=grid][bp~="2@md"] {
    grid-template-columns: repeat(6, 1fr);
  }

  [bp~="2@md"] {
    grid-column: span 2/span 2;
  }

  [bp~=grid][bp~="3@md"] {
    grid-template-columns: repeat(4, 1fr);
  }

  [bp~="3@md"] {
    grid-column: span 3/span 3;
  }

  [bp~=grid][bp~="4@md"] {
    grid-template-columns: repeat(3, 1fr);
  }

  [bp~="4@md"] {
    grid-column: span 4/span 4;
  }

  [bp~=grid][bp~="5@md"] {
    grid-template-columns: repeat(2.4, 1fr);
  }

  [bp~="5@md"] {
    grid-column: span 5/span 5;
  }

  [bp~=grid][bp~="6@md"] {
    grid-template-columns: repeat(2, 1fr);
  }

  [bp~="6@md"] {
    grid-column: span 6/span 6;
  }

  [bp~=grid][bp~="7@md"] {
    grid-template-columns: repeat(1.7142857143, 1fr);
  }

  [bp~="7@md"] {
    grid-column: span 7/span 7;
  }

  [bp~=grid][bp~="8@md"] {
    grid-template-columns: repeat(1.5, 1fr);
  }

  [bp~="8@md"] {
    grid-column: span 8/span 8;
  }

  [bp~=grid][bp~="9@md"] {
    grid-template-columns: repeat(1.3333333333, 1fr);
  }

  [bp~="9@md"] {
    grid-column: span 9/span 9;
  }

  [bp~=grid][bp~="10@md"] {
    grid-template-columns: repeat(1.2, 1fr);
  }

  [bp~="10@md"] {
    grid-column: span 10/span 10;
  }

  [bp~=grid][bp~="11@md"] {
    grid-template-columns: repeat(1.0909090909, 1fr);
  }

  [bp~="11@md"] {
    grid-column: span 11/span 11;
  }

  [bp~=grid][bp~="12@md"] {
    grid-template-columns: repeat(1, 1fr);
  }

  [bp~="12@md"] {
    grid-column: span 12/span 12;
  }

  [bp~="offset-1@md"] {
    grid-column-start: 1;
  }

  [bp~="offset-2@md"] {
    grid-column-start: 2;
  }

  [bp~="offset-3@md"] {
    grid-column-start: 3;
  }

  [bp~="offset-4@md"] {
    grid-column-start: 4;
  }

  [bp~="offset-5@md"] {
    grid-column-start: 5;
  }

  [bp~="offset-6@md"] {
    grid-column-start: 6;
  }

  [bp~="offset-7@md"] {
    grid-column-start: 7;
  }

  [bp~="offset-8@md"] {
    grid-column-start: 8;
  }

  [bp~="offset-9@md"] {
    grid-column-start: 9;
  }

  [bp~="offset-10@md"] {
    grid-column-start: 10;
  }

  [bp~="offset-11@md"] {
    grid-column-start: 11;
  }

  [bp~="offset-12@md"] {
    grid-column-start: 12;
  }

  [bp~="hide@md"] {
    display: none !important;
  }

  [bp~="show@md"] {
    display: block !important;
    display: initial !important;
    display: unset !important;
  }

  [bp~="first@md"] {
    order: -1;
  }

  [bp~="last@md"] {
    order: 12;
  }
}
@media (min-width: 1024px) {
  [bp~=grid][bp~="1@lg"] {
    grid-template-columns: repeat(12, 1fr);
  }

  [bp~="1@lg"] {
    grid-column: span 1/span 1;
  }

  [bp~=grid][bp~="2@lg"] {
    grid-template-columns: repeat(6, 1fr);
  }

  [bp~="2@lg"] {
    grid-column: span 2/span 2;
  }

  [bp~=grid][bp~="3@lg"] {
    grid-template-columns: repeat(4, 1fr);
  }

  [bp~="3@lg"] {
    grid-column: span 3/span 3;
  }

  [bp~=grid][bp~="4@lg"] {
    grid-template-columns: repeat(3, 1fr);
  }

  [bp~="4@lg"] {
    grid-column: span 4/span 4;
  }

  [bp~=grid][bp~="5@lg"] {
    grid-template-columns: repeat(2.4, 1fr);
  }

  [bp~="5@lg"] {
    grid-column: span 5/span 5;
  }

  [bp~=grid][bp~="6@lg"] {
    grid-template-columns: repeat(2, 1fr);
  }

  [bp~="6@lg"] {
    grid-column: span 6/span 6;
  }

  [bp~=grid][bp~="7@lg"] {
    grid-template-columns: repeat(1.7142857143, 1fr);
  }

  [bp~="7@lg"] {
    grid-column: span 7/span 7;
  }

  [bp~=grid][bp~="8@lg"] {
    grid-template-columns: repeat(1.5, 1fr);
  }

  [bp~="8@lg"] {
    grid-column: span 8/span 8;
  }

  [bp~=grid][bp~="9@lg"] {
    grid-template-columns: repeat(1.3333333333, 1fr);
  }

  [bp~="9@lg"] {
    grid-column: span 9/span 9;
  }

  [bp~=grid][bp~="10@lg"] {
    grid-template-columns: repeat(1.2, 1fr);
  }

  [bp~="10@lg"] {
    grid-column: span 10/span 10;
  }

  [bp~=grid][bp~="11@lg"] {
    grid-template-columns: repeat(1.0909090909, 1fr);
  }

  [bp~="11@lg"] {
    grid-column: span 11/span 11;
  }

  [bp~=grid][bp~="12@lg"] {
    grid-template-columns: repeat(1, 1fr);
  }

  [bp~="12@lg"] {
    grid-column: span 12/span 12;
  }

  [bp~="offset-1@lg"] {
    grid-column-start: 1;
  }

  [bp~="offset-2@lg"] {
    grid-column-start: 2;
  }

  [bp~="offset-3@lg"] {
    grid-column-start: 3;
  }

  [bp~="offset-4@lg"] {
    grid-column-start: 4;
  }

  [bp~="offset-5@lg"] {
    grid-column-start: 5;
  }

  [bp~="offset-6@lg"] {
    grid-column-start: 6;
  }

  [bp~="offset-7@lg"] {
    grid-column-start: 7;
  }

  [bp~="offset-8@lg"] {
    grid-column-start: 8;
  }

  [bp~="offset-9@lg"] {
    grid-column-start: 9;
  }

  [bp~="offset-10@lg"] {
    grid-column-start: 10;
  }

  [bp~="offset-11@lg"] {
    grid-column-start: 11;
  }

  [bp~="offset-12@lg"] {
    grid-column-start: 12;
  }

  [bp~="hide@lg"] {
    display: none !important;
  }

  [bp~="show@lg"] {
    display: block !important;
    display: initial !important;
    display: unset !important;
  }

  [bp~="first@lg"] {
    order: -1;
  }

  [bp~="last@lg"] {
    order: 12;
  }
}
@media (min-width: 1146px) {
  [bp~=grid][bp~="1@xl"] {
    grid-template-columns: repeat(12, 1fr);
  }

  [bp~="1@xl"] {
    grid-column: span 1/span 1;
  }

  [bp~=grid][bp~="2@xl"] {
    grid-template-columns: repeat(6, 1fr);
  }

  [bp~="2@xl"] {
    grid-column: span 2/span 2;
  }

  [bp~=grid][bp~="3@xl"] {
    grid-template-columns: repeat(4, 1fr);
  }

  [bp~="3@xl"] {
    grid-column: span 3/span 3;
  }

  [bp~=grid][bp~="4@xl"] {
    grid-template-columns: repeat(3, 1fr);
  }

  [bp~="4@xl"] {
    grid-column: span 4/span 4;
  }

  [bp~=grid][bp~="5@xl"] {
    grid-template-columns: repeat(2.4, 1fr);
  }

  [bp~="5@xl"] {
    grid-column: span 5/span 5;
  }

  [bp~=grid][bp~="6@xl"] {
    grid-template-columns: repeat(2, 1fr);
  }

  [bp~="6@xl"] {
    grid-column: span 6/span 6;
  }

  [bp~=grid][bp~="7@xl"] {
    grid-template-columns: repeat(1.7142857143, 1fr);
  }

  [bp~="7@xl"] {
    grid-column: span 7/span 7;
  }

  [bp~=grid][bp~="8@xl"] {
    grid-template-columns: repeat(1.5, 1fr);
  }

  [bp~="8@xl"] {
    grid-column: span 8/span 8;
  }

  [bp~=grid][bp~="9@xl"] {
    grid-template-columns: repeat(1.3333333333, 1fr);
  }

  [bp~="9@xl"] {
    grid-column: span 9/span 9;
  }

  [bp~=grid][bp~="10@xl"] {
    grid-template-columns: repeat(1.2, 1fr);
  }

  [bp~="10@xl"] {
    grid-column: span 10/span 10;
  }

  [bp~=grid][bp~="11@xl"] {
    grid-template-columns: repeat(1.0909090909, 1fr);
  }

  [bp~="11@xl"] {
    grid-column: span 11/span 11;
  }

  [bp~=grid][bp~="12@xl"] {
    grid-template-columns: repeat(1, 1fr);
  }

  [bp~="12@xl"] {
    grid-column: span 12/span 12;
  }

  [bp~="offset-1@xl"] {
    grid-column-start: 1;
  }

  [bp~="offset-2@xl"] {
    grid-column-start: 2;
  }

  [bp~="offset-3@xl"] {
    grid-column-start: 3;
  }

  [bp~="offset-4@xl"] {
    grid-column-start: 4;
  }

  [bp~="offset-5@xl"] {
    grid-column-start: 5;
  }

  [bp~="offset-6@xl"] {
    grid-column-start: 6;
  }

  [bp~="offset-7@xl"] {
    grid-column-start: 7;
  }

  [bp~="offset-8@xl"] {
    grid-column-start: 8;
  }

  [bp~="offset-9@xl"] {
    grid-column-start: 9;
  }

  [bp~="offset-10@xl"] {
    grid-column-start: 10;
  }

  [bp~="offset-11@xl"] {
    grid-column-start: 11;
  }

  [bp~="offset-12@xl"] {
    grid-column-start: 12;
  }

  [bp~="hide@xl"] {
    display: none !important;
  }

  [bp~="show@xl"] {
    display: block !important;
    display: initial !important;
    display: unset !important;
  }

  [bp~="first@xl"] {
    order: -1;
  }

  [bp~="last@xl"] {
    order: 12;
  }
}
[bp~=flex] {
  flex-wrap: wrap;
  -js-display: flex;
  display: flex;
}

[bp~=fill] {
  flex: 1 1 0%;
  flex-basis: 0%;
}

[bp~=fit] {
  flex-basis: auto;
}

[bp~=float-center] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

[bp~=float-left] {
  float: left;
}

[bp~=float-right] {
  float: right;
}

[bp~=clear-fix]::after {
  content: "";
  display: table;
  clear: both;
}

[bp~=text-left] {
  text-align: left;
}

[bp~=text-right] {
  text-align: right;
}

[bp~=text-center] {
  text-align: center;
}

[bp~="1--max"] {
  max-width: 83.3333333333px !important;
}

[bp~="2--max"] {
  max-width: 166.6666666667px !important;
}

[bp~="3--max"] {
  max-width: 250px !important;
}

[bp~="4--max"] {
  max-width: 333.3333333333px !important;
}

[bp~="5--max"] {
  max-width: 416.6666666667px !important;
}

[bp~="6--max"] {
  max-width: 500px !important;
}

[bp~="7--max"] {
  max-width: 583.3333333333px !important;
}

[bp~="8--max"] {
  max-width: 666.6666666667px !important;
}

[bp~="9--max"] {
  max-width: 750px !important;
}

[bp~="10--max"] {
  max-width: 833.3333333333px !important;
}

[bp~="11--max"] {
  max-width: 916.6666666667px !important;
}

[bp~="12--max"] {
  max-width: 1000px !important;
}

[bp~=full-width] {
  width: 100%;
}

@media (max-width: 481px) {
  [bp~="full-width-until@sm"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  [bp~="full-width-until@md"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1024px) {
  [bp~="full-width-until@lg"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1146px) {
  [bp~="full-width-until@xl"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}
[bp~=margin--xs] {
  margin: 4px !important;
}

[bp~=margin-top--xs] {
  margin-top: 4px !important;
}

[bp~=margin-bottom--xs] {
  margin-bottom: 4px !important;
}

[bp~=margin-right--xs] {
  margin-right: 4px !important;
}

[bp~=margin-left--xs] {
  margin-left: 4px !important;
}

[bp~=padding--xs] {
  padding: 4px !important;
}

[bp~=padding-top--xs] {
  padding-top: 4px !important;
}

[bp~=padding-bottom--xs] {
  padding-bottom: 4px !important;
}

[bp~=padding-right--xs] {
  padding-right: 4px !important;
}

[bp~=padding-left--xs] {
  padding-left: 4px !important;
}

[bp~=margin--sm] {
  margin: 8px !important;
}

[bp~=margin-top--sm] {
  margin-top: 8px !important;
}

[bp~=margin-bottom--sm] {
  margin-bottom: 8px !important;
}

[bp~=margin-right--sm] {
  margin-right: 8px !important;
}

[bp~=margin-left--sm] {
  margin-left: 8px !important;
}

[bp~=padding--sm] {
  padding: 8px !important;
}

[bp~=padding-top--sm] {
  padding-top: 8px !important;
}

[bp~=padding-bottom--sm] {
  padding-bottom: 8px !important;
}

[bp~=padding-right--sm] {
  padding-right: 8px !important;
}

[bp~=padding-left--sm] {
  padding-left: 8px !important;
}

[bp~=margin] {
  margin: 16px !important;
}

[bp~=margin-top] {
  margin-top: 16px !important;
}

[bp~=margin-bottom] {
  margin-bottom: 16px !important;
}

[bp~=margin-right] {
  margin-right: 16px !important;
}

[bp~=margin-left] {
  margin-left: 16px !important;
}

[bp~=padding] {
  padding: 16px !important;
}

[bp~=padding-top] {
  padding-top: 16px !important;
}

[bp~=padding-bottom] {
  padding-bottom: 16px !important;
}

[bp~=padding-right] {
  padding-right: 16px !important;
}

[bp~=padding-left] {
  padding-left: 16px !important;
}

[bp~=margin--lg] {
  margin: 24px !important;
}

[bp~=margin-top--lg] {
  margin-top: 24px !important;
}

[bp~=margin-bottom--lg] {
  margin-bottom: 24px !important;
}

[bp~=margin-right--lg] {
  margin-right: 24px !important;
}

[bp~=margin-left--lg] {
  margin-left: 24px !important;
}

[bp~=padding--lg] {
  padding: 24px !important;
}

[bp~=padding-top--lg] {
  padding-top: 24px !important;
}

[bp~=padding-bottom--lg] {
  padding-bottom: 24px !important;
}

[bp~=padding-right--lg] {
  padding-right: 24px !important;
}

[bp~=padding-left--lg] {
  padding-left: 24px !important;
}

[bp~=margin--none] {
  margin: 0 !important;
}

[bp~=margin-top--none] {
  margin-top: 0 !important;
}

[bp~=margin-bottom--none] {
  margin-bottom: 0 !important;
}

[bp~=margin-right--none] {
  margin-right: 0 !important;
}

[bp~=margin-left--none] {
  margin-left: 0 !important;
}

[bp~=padding--none] {
  padding: 0 !important;
}

[bp~=padding-top--none] {
  padding-top: 0 !important;
}

[bp~=padding-bottom--none] {
  padding-bottom: 0 !important;
}

[bp~=padding-right--none] {
  padding-right: 0 !important;
}

[bp~=padding-left--none] {
  padding-left: 0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [bp~=grid] {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }

  [bp~=grid] {
    margin-left: -0.8rem;
  }

  [bp*=grid] > * {
    margin: 0 0 0.6rem 0.6rem;
  }

  [bp~=grid][bp~="1"] > * {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="1"] {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="2"] > * {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="2"] {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="3"] > * {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="3"] {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid][bp~="4"] > * {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="4"] {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="5"] > * {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="5"] {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="6"] > * {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="6"] {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid][bp~="7"] > * {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="7"] {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="8"] > * {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="8"] {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="9"] > * {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="9"] {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid][bp~="10"] > * {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="10"] {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="11"] > * {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="11"] {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="12"] > * {
    width: calc(100% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="12"] {
    width: calc(100% - 0.6rem) !important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 481px), (-ms-high-contrast: none) and (min-width: 481px) {
  [bp~=grid][bp~="1@sm"] > * {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="1@sm"] {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="2@sm"] > * {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="2@sm"] {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="3@sm"] > * {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="3@sm"] {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid][bp~="4@sm"] > * {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="4@sm"] {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="5@sm"] > * {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="5@sm"] {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="6@sm"] > * {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="6@sm"] {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid][bp~="7@sm"] > * {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="7@sm"] {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="8@sm"] > * {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="8@sm"] {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="9@sm"] > * {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="9@sm"] {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid][bp~="10@sm"] > * {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="10@sm"] {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="11@sm"] > * {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="11@sm"] {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="12@sm"] > * {
    width: calc(100% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="12@sm"] {
    width: calc(100% - 0.6rem) !important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  [bp~=grid][bp~="1@md"] > * {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="1@md"] {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="2@md"] > * {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="2@md"] {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="3@md"] > * {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="3@md"] {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid][bp~="4@md"] > * {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="4@md"] {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="5@md"] > * {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="5@md"] {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="6@md"] > * {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="6@md"] {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid][bp~="7@md"] > * {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="7@md"] {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="8@md"] > * {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="8@md"] {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="9@md"] > * {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="9@md"] {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid][bp~="10@md"] > * {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="10@md"] {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="11@md"] > * {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="11@md"] {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="12@md"] > * {
    width: calc(100% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="12@md"] {
    width: calc(100% - 0.6rem) !important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1024px), (-ms-high-contrast: none) and (min-width: 1024px) {
  [bp~=grid][bp~="1@lg"] > * {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="1@lg"] {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="2@lg"] > * {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="2@lg"] {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="3@lg"] > * {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="3@lg"] {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid][bp~="4@lg"] > * {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="4@lg"] {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="5@lg"] > * {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="5@lg"] {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="6@lg"] > * {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="6@lg"] {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid][bp~="7@lg"] > * {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="7@lg"] {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="8@lg"] > * {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="8@lg"] {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="9@lg"] > * {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="9@lg"] {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid][bp~="10@lg"] > * {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="10@lg"] {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="11@lg"] > * {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="11@lg"] {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="12@lg"] > * {
    width: calc(100% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="12@lg"] {
    width: calc(100% - 0.6rem) !important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1146px), (-ms-high-contrast: none) and (min-width: 1146px) {
  [bp~=grid][bp~="1@xl"] > * {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="1@xl"] {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="2@xl"] > * {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="2@xl"] {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="3@xl"] > * {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="3@xl"] {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid][bp~="4@xl"] > * {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="4@xl"] {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="5@xl"] > * {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="5@xl"] {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="6@xl"] > * {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="6@xl"] {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid][bp~="7@xl"] > * {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="7@xl"] {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="8@xl"] > * {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="8@xl"] {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="9@xl"] > * {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="9@xl"] {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid][bp~="10@xl"] > * {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="10@xl"] {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="11@xl"] > * {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="11@xl"] {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="12@xl"] > * {
    width: calc(100% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="12@xl"] {
    width: calc(100% - 0.6rem) !important;
  }
}
@supports not (display: grid) {
  [bp~=grid] {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }

  [bp~=grid] {
    margin-left: -0.8rem;
  }

  [bp*=grid] > * {
    margin: 0 0 0.6rem 0.6rem;
  }

  [bp~=grid][bp~="1"] > * {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="1"] {
    width: calc(8.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="2"] > * {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="2"] {
    width: calc(16.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="3"] > * {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="3"] {
    width: calc(25% - 0.6rem) !important;
  }

  [bp~=grid][bp~="4"] > * {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="4"] {
    width: calc(33.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="5"] > * {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="5"] {
    width: calc(41.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="6"] > * {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="6"] {
    width: calc(50% - 0.6rem) !important;
  }

  [bp~=grid][bp~="7"] > * {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="7"] {
    width: calc(58.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="8"] > * {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="8"] {
    width: calc(66.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="9"] > * {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="9"] {
    width: calc(75% - 0.6rem) !important;
  }

  [bp~=grid][bp~="10"] > * {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="10"] {
    width: calc(83.3333333333% - 0.6rem) !important;
  }

  [bp~=grid][bp~="11"] > * {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="11"] {
    width: calc(91.6666666667% - 0.6rem) !important;
  }

  [bp~=grid][bp~="12"] > * {
    width: calc(100% - 0.6rem) !important;
  }

  [bp~=grid] > [bp~="12"] {
    width: calc(100% - 0.6rem) !important;
  }

  @media (min-width: 481px) {
    [bp~=grid][bp~="1@sm"] > * {
      width: calc(8.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="1@sm"] {
      width: calc(8.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="2@sm"] > * {
      width: calc(16.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="2@sm"] {
      width: calc(16.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="3@sm"] > * {
      width: calc(25% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="3@sm"] {
      width: calc(25% - 0.6rem) !important;
    }

    [bp~=grid][bp~="4@sm"] > * {
      width: calc(33.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="4@sm"] {
      width: calc(33.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="5@sm"] > * {
      width: calc(41.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="5@sm"] {
      width: calc(41.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="6@sm"] > * {
      width: calc(50% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="6@sm"] {
      width: calc(50% - 0.6rem) !important;
    }

    [bp~=grid][bp~="7@sm"] > * {
      width: calc(58.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="7@sm"] {
      width: calc(58.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="8@sm"] > * {
      width: calc(66.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="8@sm"] {
      width: calc(66.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="9@sm"] > * {
      width: calc(75% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="9@sm"] {
      width: calc(75% - 0.6rem) !important;
    }

    [bp~=grid][bp~="10@sm"] > * {
      width: calc(83.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="10@sm"] {
      width: calc(83.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="11@sm"] > * {
      width: calc(91.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="11@sm"] {
      width: calc(91.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="12@sm"] > * {
      width: calc(100% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="12@sm"] {
      width: calc(100% - 0.6rem) !important;
    }
  }
  @media (min-width: 768px) {
    [bp~=grid][bp~="1@md"] > * {
      width: calc(8.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="1@md"] {
      width: calc(8.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="2@md"] > * {
      width: calc(16.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="2@md"] {
      width: calc(16.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="3@md"] > * {
      width: calc(25% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="3@md"] {
      width: calc(25% - 0.6rem) !important;
    }

    [bp~=grid][bp~="4@md"] > * {
      width: calc(33.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="4@md"] {
      width: calc(33.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="5@md"] > * {
      width: calc(41.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="5@md"] {
      width: calc(41.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="6@md"] > * {
      width: calc(50% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="6@md"] {
      width: calc(50% - 0.6rem) !important;
    }

    [bp~=grid][bp~="7@md"] > * {
      width: calc(58.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="7@md"] {
      width: calc(58.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="8@md"] > * {
      width: calc(66.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="8@md"] {
      width: calc(66.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="9@md"] > * {
      width: calc(75% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="9@md"] {
      width: calc(75% - 0.6rem) !important;
    }

    [bp~=grid][bp~="10@md"] > * {
      width: calc(83.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="10@md"] {
      width: calc(83.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="11@md"] > * {
      width: calc(91.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="11@md"] {
      width: calc(91.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="12@md"] > * {
      width: calc(100% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="12@md"] {
      width: calc(100% - 0.6rem) !important;
    }
  }
  @media (min-width: 1024px) {
    [bp~=grid][bp~="1@lg"] > * {
      width: calc(8.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="1@lg"] {
      width: calc(8.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="2@lg"] > * {
      width: calc(16.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="2@lg"] {
      width: calc(16.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="3@lg"] > * {
      width: calc(25% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="3@lg"] {
      width: calc(25% - 0.6rem) !important;
    }

    [bp~=grid][bp~="4@lg"] > * {
      width: calc(33.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="4@lg"] {
      width: calc(33.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="5@lg"] > * {
      width: calc(41.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="5@lg"] {
      width: calc(41.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="6@lg"] > * {
      width: calc(50% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="6@lg"] {
      width: calc(50% - 0.6rem) !important;
    }

    [bp~=grid][bp~="7@lg"] > * {
      width: calc(58.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="7@lg"] {
      width: calc(58.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="8@lg"] > * {
      width: calc(66.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="8@lg"] {
      width: calc(66.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="9@lg"] > * {
      width: calc(75% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="9@lg"] {
      width: calc(75% - 0.6rem) !important;
    }

    [bp~=grid][bp~="10@lg"] > * {
      width: calc(83.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="10@lg"] {
      width: calc(83.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="11@lg"] > * {
      width: calc(91.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="11@lg"] {
      width: calc(91.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="12@lg"] > * {
      width: calc(100% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="12@lg"] {
      width: calc(100% - 0.6rem) !important;
    }
  }
  @media (min-width: 1146px) {
    [bp~=grid][bp~="1@xl"] > * {
      width: calc(8.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="1@xl"] {
      width: calc(8.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="2@xl"] > * {
      width: calc(16.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="2@xl"] {
      width: calc(16.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="3@xl"] > * {
      width: calc(25% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="3@xl"] {
      width: calc(25% - 0.6rem) !important;
    }

    [bp~=grid][bp~="4@xl"] > * {
      width: calc(33.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="4@xl"] {
      width: calc(33.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="5@xl"] > * {
      width: calc(41.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="5@xl"] {
      width: calc(41.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="6@xl"] > * {
      width: calc(50% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="6@xl"] {
      width: calc(50% - 0.6rem) !important;
    }

    [bp~=grid][bp~="7@xl"] > * {
      width: calc(58.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="7@xl"] {
      width: calc(58.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="8@xl"] > * {
      width: calc(66.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="8@xl"] {
      width: calc(66.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="9@xl"] > * {
      width: calc(75% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="9@xl"] {
      width: calc(75% - 0.6rem) !important;
    }

    [bp~=grid][bp~="10@xl"] > * {
      width: calc(83.3333333333% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="10@xl"] {
      width: calc(83.3333333333% - 0.6rem) !important;
    }

    [bp~=grid][bp~="11@xl"] > * {
      width: calc(91.6666666667% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="11@xl"] {
      width: calc(91.6666666667% - 0.6rem) !important;
    }

    [bp~=grid][bp~="12@xl"] > * {
      width: calc(100% - 0.6rem) !important;
    }

    [bp~=grid] > [bp~="12@xl"] {
      width: calc(100% - 0.6rem) !important;
    }
  }
}
.cookie-modal {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  pointer-events: none;
}
.cookie-modal--hidden {
  display: none;
}
.cookie-modal__content {
  max-width: 600px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  margin: 15vh auto 0 auto;
  pointer-events: auto;
}
@media (min-width: 400px) {
  .cookie-modal__content {
    margin: 22vh auto 0 auto;
    padding: 40px;
  }
}
.cookie-modal__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.cookie-modal__text {
  margin-bottom: 20px;
  line-height: 1.4;
}
.cookie-modal__text a {
  text-decoration: underline;
}
.cookie-modal__options {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cookie-modal__options > * {
  width: calc(50% - 30px);
}
@media (min-width: 400px) {
  .cookie-modal__options > * {
    width: calc(33.3333% - 30px);
  }
}
.cookie-modal__option {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 10px;
}
.cookie-modal__option.disabled {
  opacity: 0.7;
}
.cookie-modal__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 2px solid #000000;
  margin-right: 6px;
  flex-shrink: 0;
}
.cookie-modal__checkbox:checked {
  background-color: #000000;
}
.cookie-modal__checkbox:checked:focus {
  outline: none;
  background-color: #81a2be;
}
.cookie-modal__checkbox:focus {
  outline: none;
  border-color: #81a2be;
}
.cookie-modal__check {
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.cookie-modal__check svg {
  stroke: #FFFFFF;
}
.cookie-modal__label {
  line-height: 22px;
}
.cookie-modal__buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.cookie-modal__button {
  display: block;
  margin-right: 8px;
  padding: 6px 20px;
  white-space: nowrap;
  border: 2px solid #000000;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 400px) {
  .cookie-modal__button {
    margin-right: 10px;
    padding: 10px 24px;
  }
}
.cookie-modal__button.primary {
  background-color: #000000;
  color: #FFFFFF;
}
.cookie-modal__button.primary:focus, .cookie-modal__button.primary:hover {
  background-color: #81a2be;
}
.cookie-modal__button:focus, .cookie-modal__button:hover {
  outline: none;
  border-color: #81a2be;
}
.cookie-modal__button.hide {
  display: none;
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1.25em;
  /* [1] */
  line-height: 1.3;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 20px;
  font-family: "Lato-Regular";
  line-height: 1.3;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 51.5625em) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 80.625em) {
  html {
    font-size: 20px;
  }
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-size: 40px;
  font-size: 2rem;
  line-height: 1.125;
}

h2 {
  font-size: 32px;
  font-size: 1.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 28px;
  font-size: 1.4rem;
  line-height: 1.25;
}

h4 {
  font-size: 22px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
}

h5 {
  font-size: 22px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
}

h6 {
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5625;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * If a `width` and/or `height` attribute has been explicitly defined, let’s
 * not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

/* ==========================================================================
   # A
   ========================================================================== */
/**
 * General Styles for Anchors
 *
 *
 *
 */
a {
  color: var(--color-link);
  text-decoration: underline;
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.1em;
  letter-spacing: 0.5px;
}
a.is-interface {
  text-decoration: none;
  color: black;
}

p > a:hover {
  color: var(--color-link-hover);
}

h1 {
  font-family: "Trade-Gothik-Condensed";
  margin: 2rem 0 1rem;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

h2 {
  font-family: "Trade-Gothik-Condensed";
  margin: 2rem 0 1rem;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

h3 {
  font-family: "Lato-Bold";
  margin: 2rem 0 1rem;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.5px;
}

h4 {
  font-family: "Trade-Gothik-Condensed";
  margin: 2rem 0 1rem;
  text-transform: uppercase;
  font-size: 40px;
}
@media (min-width: 51.5625em) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-family: "Lato-Bold";
  margin: 2rem 0 1rem;
  font-size: 16px;
}
@media (min-width: 51.5625em) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-family: "Lato-Bold";
  margin-bottom: 0;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple Body setup.
 *
 *
 *
 */
body {
  background-color: var(--color-background);
  font-family: "Lato-Regular";
  word-break: break-word;
}
body p {
  line-height: 1.4em;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* ==========================================================================
   #Main
   ========================================================================== */
/**
 * Main Content Wrapper
 *
 *
 *
 */
main {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  max-width: 1280px;
  min-height: 80vh;
}

/* ==========================================================================
   # Aside
   ========================================================================== */
/**
 * Home of the treenav
 *
 *
 *
 */
aside {
  width: 240px;
  margin-right: 48px;
  padding-top: 24px;
}

/* ==========================================================================
   # Article
   ========================================================================== */
/**
 * Main content Column
 *
 *
 *
 */
article {
  max-width: 720px;
}

/* ==========================================================================
   # Figure
   ========================================================================== */
/**
 * Kirby wraps images in figure.
 *
 *
 *
 */
figure {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

figcaption {
  font-size: 16px;
  color: var(--color-text);
  align-self: flex-end;
}

header {
  background-color: black;
}
header__calender--icon {
  width: 100%;
}

.header__firstrow {
  padding: 0.5rem 0;
  background-image: var(--image-header);
  background-size: cover;
  background-position: center;
  position: sticky;
}
@media (min-width: 84em) {
  .header__firstrow {
    padding: 0.5rem 0;
  }
}

.header__banner {
  background-color: black;
  font-size: 17px;
}
.header__banner ul, .header__banner p {
  margin-bottom: 1rem !important;
}
.header__banner li {
  font-family: "Lato-Regular";
  font-size: 16px;
  margin: 0;
}
.header__banner input {
  display: none;
}
.header__banner label {
  padding: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  width: 100%;
  min-height: 40px;
  transition: ease-in 0.2s;
  text-transform: uppercase;
}
.header__banner label[for=banner-headline] {
  font-family: "Trade-Gothik-Condensed-Bold";
}
.header__banner label > p {
  line-height: 1rem;
  margin-bottom: 0 !important;
}
.header__banner label > svg {
  transform: rotate(-90deg);
  margin-left: 0.5rem;
}
.header__banner label:first-of-type {
  border-top: 2px solid var(--color-background-alt-dark);
}
.header__banner .content > ul {
  margin: 0;
}
.header__banner .content > ul > li {
  margin-left: 1rem;
}
.header__banner .content > ul > li:not(:last-child) {
  padding-bottom: 0.5rem;
}
.header__banner .content p:last-child {
  margin-bottom: 0 !important;
}
.header__banner input + label + .content {
  height: 0;
  max-height: 0;
  transition: max-height 1s ease-out;
}
.header__banner input + label + .content > * {
  display: none;
}
.header__banner input:checked + label > svg {
  transform: rotate(0deg);
  margin-left: 0.5rem;
}
.header__banner input:checked + label + .content {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 1000px;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.header__banner input:checked + label + .content > * {
  display: block;
}

.header__secondrow {
  background-color: white;
  position: sticky;
}

.header__social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
}
.header__social svg {
  height: 40px;
  width: auto;
  cursor: pointer;
}
.header__social > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 80.625em) {
  .header__social {
    margin: 0;
  }
}

.icon--fill:hover {
  fill: #664587;
}

.header__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: "Trade-Gothik-Condensed";
  background-color: black;
  width: 40px;
  margin-right: 0.5rem;
}
@media (min-width: 66.25em) {
  .header__button {
    padding: 0 1rem;
    width: auto;
  }
}
@media (min-width: 80.625em) {
  .header__button {
    padding: 0 2rem;
  }
}
.header__button--wide {
  width: 80px;
}
@media (min-width: 66.25em) {
  .header__button--wide {
    width: auto;
  }
}
.header__button--title {
  display: none;
}
@media (min-width: 66.25em) {
  .header__button--title {
    display: inline-block;
  }
  .header__button--title::before {
    display: block;
    content: attr(title);
    font-family: "Trade-Gothik-Condensed-Bold";
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
.header__button > svg {
  height: 25px !important;
  width: auto;
}
@media (min-width: 66.25em) {
  .header__button > svg {
    display: none;
  }
}
.header__button:hover {
  font-family: "Trade-Gothik-Condensed-Bold";
}

section {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 51.5625em) {
  section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 84em) {
  section {
    padding: 0;
  }
}

/* ==========================================================================
# Footer
========================================================================== */
footer {
  border-top: 1px solid var(--color-text);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: black;
  color: white;
  font-family: "Trade-Gothik-Condensed";
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  line-height: 20px;
}
.footer__wrapper > div > figure > img {
  max-width: 5rem;
}
@media (min-width: 51.5625em) {
  .footer__wrapper > div > figure > img {
    padding: 2rem 0;
    max-width: 100%;
    height: auto;
  }
}
.footer__wrapper > * > p {
  font-size: 21px;
}
.footer__wrapper > * > .c-social > a > svg {
  fill: white;
}
.footer__wrapper > * > .c-social > a > svg:hover {
  fill: #664587;
}

.footer__content {
  grid-gap: 2rem;
}
.footer__content > * > p {
  font-size: 16px;
  line-height: 24px;
}
.footer__content > * > .c-social > a > svg {
  fill: white;
}
.footer__content > * > .c-social > a > svg:hover {
  fill: #664587;
}

nav {
  display: flex;
  flex-direction: column;
  font-family: "Trade-Gothik-Condensed";
  text-transform: uppercase;
}
nav > section:first-child {
  background-color: lightgray;
  border-bottom: 10px solid var(--color-accent);
}
nav > section:first-child + section > .o-container {
  background-color: lightgray;
}

table tr {
  border-bottom: 10px solid black;
}
table th {
  text-align: start;
  width: 12.5%;
  padding-right: 0.25rem;
}
table td {
  width: 12.5%;
  vertical-align: top;
  padding: 0.5rem 0.25rem;
  border-right: 1px solid black;
}

li > p {
  margin: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.product-grid-item a {
  text-decoration: none;
}

.product-grid-item figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.5rem;
  width: 100%;
}

.product-grid-item figcaption em {
  font-style: normal;
}

@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .product-grid .product-grid-item {
    grid-column-end: span 4;
  }
}
.field {
  margin-bottom: 1rem;
}

.field label {
  display: block;
  margin-bottom: 0.25rem;
}

.field label abbr {
  color: gray;
}

.field input[type=text],
.field input[type=email],
.field input[type=textarea],
.field .StripeElement {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid black;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: white;
}

.field[data-type=radio],
.field[data-type=checkbox] {
  display: flex;
  align-items: start;
}

.field[data-type=radio] label,
.field[data-type=checkbox] label {
  font-weight: 400;
}

.field[data-type=radio] input,
.field[data-type=checkbox] input {
  height: 20px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.field .error {
  margin-top: 0.25rem;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets and any
 * indentation.
 *
 * Note: Declaring the item class might not be necessary everywhere,
 * but is for example in <dl> lists for the <dd> children.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin-left: 0;
  list-style: none;
}

.o-list-inline__item {
  display: inline-block;
}

.o-container {
  max-width: 1280px;
  margin: 0 auto;
}

.o-logo {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%;
}
.o-logo > svg {
  padding: 0.5rem;
  width: auto;
  height: 100%;
  max-height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.o-burger-button {
  margin-left: 0.25rem;
  width: 50px;
  height: 100%;
  display: flex;
}
.o-burger-button > svg {
  width: 50px;
  height: 100%;
}
.o-burger-button > svg path {
  stroke: var(--color-text-invert);
}

.o-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-text-invert);
  text-transform: uppercase;
  font-family: "Trade-Gothik-Condensed";
  background-color: var(--color-text);
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
}
.o-button:hover {
  font-family: "Trade-Gothik-Condensed-Bold";
}
.o-button > p {
  display: inline-block;
}
.o-button > p::before {
  display: block;
  content: attr(title);
  font-family: "Trade-Gothik-Condensed-Bold";
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.o-button > svg {
  transform: rotate(-90deg);
  margin-left: 0.25rem;
}

.o-layout {
  margin-bottom: 40px;
}

.c-accordion p {
  margin: 0;
}
.c-accordion input {
  display: none;
}
.c-accordion label {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 2rem;
  border-bottom: 2px solid var(--color-background-alt-dark);
  transition: ease-in 0.2s;
}
.c-accordion label:first-of-type {
  border-top: 2px solid var(--color-background-alt-dark);
}
.c-accordion .content {
  padding: 2rem;
  border-bottom: 2px solid var(--color-background-alt-dark);
}
.c-accordion input + label + .content {
  display: none;
}
.c-accordion input:checked + label {
  border-bottom: none;
  padding-bottom: 0;
}
.c-accordion input:checked + label + .content {
  display: block;
}

.c-article h3 {
  text-align: start;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.c-article p {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}

.c-article__meta {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  font-family: "Trade-Gothik-Condensed";
  margin-top: 2rem;
}
@media (min-width: 51.5625em) {
  .c-article__meta {
    flex-direction: row;
  }
}
.c-article__meta--date {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
}

.c-article__category {
  color: var(--color-brand-primary);
  font-family: "Trade-Gothik-Condensed";
  text-transform: uppercase;
}

.c-article__content {
  margin: 0.25rem;
}
@media (min-width: 51.5625em) {
  .c-article__content {
    margin: 3rem calc(3rem* 2);
  }
}

.c-article__related {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 51.5625em) {
  .c-article__related {
    flex-direction: row;
  }
}
.c-article__related a {
  padding: 0.5rem;
  background-color: black;
  color: white;
  font-family: "Trade-Gothik-Condensed";
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 51.5625em) {
  .c-article__related a {
    height: 60px;
    padding: 0 3rem;
  }
  .c-article__related a:first-of-type:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41MzAzIDkuNDY5NjdDMTguODIzMiA5Ljc2MjU2IDE4LjgyMzIgMTAuMjM3NCAxOC41MzAzIDEwLjUzMDNMMTIuNTMwMyAxNi41MzAzQzEyLjIzNzQgMTYuODIzMiAxMS43NjI2IDE2LjgyMzIgMTEuNDY5NyAxNi41MzAzTDUuNDY5NjcgMTAuNTMwM0M1LjE3Njc4IDEwLjIzNzQgNS4xNzY3OCA5Ljc2MjU2IDUuNDY5NjcgOS40Njk2N0M1Ljc2MjU2IDkuMTc2NzggNi4yMzc0NCA5LjE3Njc4IDYuNTMwMzMgOS40Njk2N0wxMiAxNC45MzkzTDE3LjQ2OTcgOS40Njk2N0MxNy43NjI2IDkuMTc2NzggMTguMjM3NCA5LjE3Njc4IDE4LjUzMDMgOS40Njk2N1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
    margin-right: 0.5rem;
    transform: rotate(90deg);
  }
  .c-article__related a:last-of-type:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41MzAzIDkuNDY5NjdDMTguODIzMiA5Ljc2MjU2IDE4LjgyMzIgMTAuMjM3NCAxOC41MzAzIDEwLjUzMDNMMTIuNTMwMyAxNi41MzAzQzEyLjIzNzQgMTYuODIzMiAxMS43NjI2IDE2LjgyMzIgMTEuNDY5NyAxNi41MzAzTDUuNDY5NjcgMTAuNTMwM0M1LjE3Njc4IDEwLjIzNzQgNS4xNzY3OCA5Ljc2MjU2IDUuNDY5NjcgOS40Njk2N0M1Ljc2MjU2IDkuMTc2NzggNi4yMzc0NCA5LjE3Njc4IDYuNTMwMzMgOS40Njk2N0wxMiAxNC45MzkzTDE3LjQ2OTcgOS40Njk2N0MxNy43NjI2IDkuMTc2NzggMTguMjM3NCA5LjE3Njc4IDE4LjUzMDMgOS40Njk2N1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
    margin-left: 0.5rem;
    transform: rotate(-90deg);
  }
}

.c-articles > h3 {
  text-align: center;
}

.c-articles__teaser {
  color: var(--color-text);
  border-bottom: 5px solid black;
  margin-bottom: 40px;
}
.c-articles__teaser a {
  text-decoration: none;
}
.c-articles__teaser--is-highlighted {
  display: none;
}
.c-articles__teaser--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0.5rem 0;
}

.c-articles__headline,
.c-articles__date {
  text-transform: uppercase;
  font-family: "Trade-Gothik-Condensed";
  margin: 0;
}

.c-articles__filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 0 2rem;
}
.c-articles__filters > * {
  margin-bottom: 2rem;
}
.c-articles__filters > :not(:last-child) {
  margin-right: 2rem;
}

.c-articles__teaser--highlight {
  padding: 2rem;
  border: 2px solid var(--color-grey);
}
.c-articles__teaser--highlight figure {
  margin: 0 2rem 0 0;
}

.c-article__teaser-link {
  text-decoration: none;
}
.c-article__teaser-link:hover {
  color: var(--color-text);
}
.c-article__teaser-link > figure {
  position: relative;
}

.c-articles__teaser--even:nth-child(even) {
  display: none;
}

.c-articles__teaser--odd:nth-child(odd) {
  display: none;
}

.c-articles__category {
  position: absolute;
  bottom: 0;
  padding: 0.5rem;
  font-family: "Trade-Gothik-Condensed";
  text-transform: uppercase;
  background-color: white;
}

@media (max-width: 750px) {
  .c-articles__teaser,
.c-articles__teaser--highlight {
    margin-bottom: 2rem;
  }

  .c-article__teaser--flexwrapper {
    flex-direction: column;
  }

  .c-articles__teaser--highlight figure {
    margin: 0 0 2rem 0;
  }

  .c-articles__teaser--even:nth-child(even) {
    display: block;
  }

  .c-articles__teaser--odd {
    display: none;
  }
}
/* ==========================================================================
   # TreeMenu
   ========================================================================== */
/**
 * or now just stylin' the a
 *
 */
.c-burgermenu {
  color: var(--color-text-invert);
}
.c-burgermenu__list {
  height: 0;
  overflow: auto;
  transition: height 0.3s;
}
.c-burgermenu__list > ul ul {
  box-shadow: inset 0px 3px 11px -5px #000000;
  display: none;
  background-color: var(--color-brand-contrast);
}
.c-burgermenu__list--buttons {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
}

.c-burgermenu__item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid black;
  background-color: lightgrey;
  color: black;
  text-decoration: none;
  position: relative;
  font-family: "Trade-Gothik-Condensed";
  text-transform: uppercase;
}
.c-burgermenu__item__link--title {
  padding: 0.5rem;
  pointer-events: none;
}
.c-burgermenu__item__link--icon {
  transform: rotate(90deg);
  padding: 1rem;
  pointer-events: none;
}
.c-burgermenu__item__link svg {
  display: block;
  height: 1em;
  width: 1em;
}
.c-burgermenu__item__link svg path {
  stroke: var(--color-text-invert);
}
.c-burgermenu__item__link.is-open > .c-burgermenu__item__link--icon > svg {
  transform: rotate(90deg);
}
.c-burgermenu__item__link.is-calender {
  background: transparent;
}
.c-burgermenu__item__link.is-calender > .c-burgermenu__item__link--title {
  color: white;
}
.c-burgermenu__item__link.is-banner {
  display: block;
}
.c-burgermenu__item__link.is-banner input {
  display: none;
}
.c-burgermenu__item__link.is-banner label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  min-height: 40px;
  transition: ease-in 0.2s;
  text-transform: uppercase;
  color: var(--color-text-invert);
  background-color: var(--color-background-banner);
}
.c-burgermenu__item__link.is-banner .content {
  color: var(--color-text-invert);
}
.c-burgermenu__item__link.is-banner .content > ul, .c-burgermenu__item__link.is-banner .content > p {
  display: block;
  margin: 0;
  padding: 0 1rem 1rem 2rem;
  background-color: var(--color-background-banner);
  box-shadow: none;
  list-style-type: disc;
}
.c-burgermenu__item__link.is-banner input + label + .content {
  display: none;
}
.c-burgermenu__item__link.is-banner input:checked + label + .content {
  display: block;
}
.c-burgermenu__item__link.is-banner input:checked + label svg {
  transform: rotate(90deg);
}

.cookie-modal {
  pointer-events: all !important;
  overflow: auto;
}

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

.cookie-modal__options {
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.cookie-modal__options > * {
  width: auto;
}

.cookie-modal__content {
  max-width: 90vw;
  position: relative;
  padding: 3rem 2rem;
}
@media (min-width: 51.5625em) {
  .cookie-modal__content {
    max-width: 50vw;
  }
}

.cookie-modal__cookie {
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cookie-modal__cookie > svg {
  width: 5rem;
  height: auto;
}

.cookie-modal__buttons {
  align-items: center;
  justify-content: center;
}

.cookie-modal__button {
  margin: 0 1rem;
}

.cookie-modal__links {
  text-align: center;
}
.cookie-modal__links > * {
  padding: 0 0.5em;
}

.cookie-modal__checkbox {
  height: 1.25rem !important;
}
.cookie-modal__checkbox:checked {
  background-color: transparent !important;
}

#cookie-edit {
  background: var(--color-text);
}

.c-hero .swiper {
  width: 100%;
}
.c-hero .swiper-slide {
  background-position: center;
  background-size: cover;
  align-self: center;
  width: 100% !important;
  height: auto;
}
.c-hero .c-hero__image,
.c-hero .c-hero__slide {
  display: block;
  width: 100%;
}
.c-hero .c-hero__slide {
  height: 100%;
  background-color: lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   # TreeMenu
   ========================================================================== */
/**
 * or now just stylin' the a
 *
 */
.c-menu__level-0 {
  font-size: 24px;
}
@media (min-width: 51.5625em) {
  .c-menu__level-0 {
    font-size: 1.1rem;
  }
}
.c-menu__level-0--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-menu__level-0--buttonwrapper {
  display: flex;
}
.c-menu__level-0--int {
  color: white;
  text-transform: uppercase;
  font-family: "Trade-Gothik-Condensed";
  background-color: black;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  height: 40px;
  width: 40px;
}
.c-menu__level-0--int:hover {
  font-family: "Trade-Gothik-Condensed-Bold";
}
.c-menu__level-0--int a {
  text-decoration: none;
  word-break: initial;
}
@media (min-width: 80.625em) {
  .c-menu__level-0--int {
    margin: 0;
  }
}
.c-menu__level-0 .c-menu__item.is-active {
  background-color: var(--color-accent);
}
.c-menu__level-0 .c-menu__item.is-active a {
  font-family: "Trade-Gothik-Condensed-Bold";
  color: white;
}
.c-menu__level-0 button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.c-menu__level-0 svg {
  width: 100%;
  height: 100%;
}
.c-menu__level-1 {
  font-size: 17px;
}
.c-menu__level-1 > .o-container {
  background-color: lightgray;
}
@media (min-width: 51.5625em) {
  .c-menu__level-1 > .o-container {
    padding: 0 calc( 2rem - 0.5rem );
  }
}
@media (min-width: 84em) {
  .c-menu__level-1 > .o-container {
    padding: 0;
  }
}

.c-menu__item {
  padding: 12px;
  vertical-align: top;
}
.c-menu__item > a::before {
  display: block;
  content: attr(title);
  font-family: "Trade-Gothik-Condensed-Bold";
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.c-menu__item--level-1 {
  padding: 10px;
}
.c-menu__item--level-1 > ul {
  display: none;
}
.c-menu__item--level-1:hover > ul {
  display: block;
}

.c-menu__item.is-active > a,
.c-menu__item:hover > a {
  font-family: "Trade-Gothik-Condensed-Bold";
}

.swiper {
  width: 100%;
  padding: 12 0;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 70% !important;
  height: auto;
}
@media (min-width: 51.5625em) {
  .swiper-slide {
    width: 40% !important;
  }
}

.swiper-slide > figure {
  margin-bottom: 0;
}
.swiper-slide > figure > img {
  display: block;
  width: 100%;
}

/* ==========================================================================
   # Submenu
   ========================================================================== */
/**
 * or now just stylin' the a
 *
 */
.c-submenu {
  background-color: var(--color-brand-primary);
  border-radius: 12px;
  margin-bottom: 24px;
}

.c-submenu__item {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.c-submenu__item:first-child {
  padding-left: 24px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.c-submenu__item > a {
  text-decoration: none;
}

.c-submenu__item.is-active {
  background-color: var(--color-brand-contrast);
}

.c-top-button__container {
  padding: 1rem;
}

.c-top-button {
  height: auto;
  width: 80px;
  background: none;
  border: none;
  cursor: pointer;
}
.c-top-button > svg {
  height: 100%;
  width: 100%;
}

.c-employer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 51.5625em) {
  .c-employer {
    flex-direction: row;
  }
}
.c-employer > .c-employer__info {
  margin-top: 0.5rem;
}
@media (min-width: 51.5625em) {
  .c-employer > .c-employer__info {
    margin-top: 0;
    margin-left: 1rem;
    overflow-wrap: anywhere;
  }
}
.c-employer > .c-employer__info > * {
  margin-bottom: 0.25rem;
}
.c-employer > svg {
  max-width: 150px;
  max-height: 150px;
}
.c-employer > .c-employer__img {
  width: 150px;
  height: 150px;
}
.c-employer > .c-employer__img > figure {
  height: 100%;
}
.c-employer > .c-employer__img > figure > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-employer h3 {
  margin-top: 0;
}

.c-calender {
  scroll-padding-top: 0;
}
.c-calender ul {
  margin: 0;
  list-style: none;
}
.c-calender ul li {
  border-bottom: 2px solid black;
}
.c-calender ul li p,
.c-calender ul li h2 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 51.5625em) {
  .c-calender ul li p,
.c-calender ul li h2 {
    margin-right: 0.5rem;
  }
}
.c-calender ul li h2 {
  display: flex;
}
.c-calender ul li h2 span {
  margin-left: 1rem;
}
.c-calender__filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media (min-width: 51.5625em) {
  .c-calender__filter {
    margin-bottom: 0;
  }
}
@media (min-width: 66.25em) {
  .c-calender__filter {
    flex-direction: row;
  }
}
.c-calender__filter--desktop {
  display: flex;
  margin: 0 3rem 1rem 0;
}
.c-calender__filter--desktop > * {
  margin-right: 0.5rem;
}
.c-calender__filter--desktop > h3 {
  margin-top: 0;
}
.c-calender__filter--desktop > .c-button {
  text-decoration: underline;
  text-decoration-thickness: 0.07em;
  font-weight: 400;
}
.c-calender__filter--desktop > .c-button.is-active {
  text-decoration: none;
  font-weight: bold;
}
.c-calender__filter--category {
  display: block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: "Trade-Gothik-Condensed";
  background-color: black;
  height: 40px;
  line-height: 1em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
}
@media (min-width: 51.5625em) {
  .c-calender__filter--category {
    margin-bottom: 1rem;
  }
}
.c-calender input {
  display: none;
}
.c-calender label {
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0;
  cursor: pointer;
  width: 100%;
  transition: ease-in 0.2s;
}
@media (min-width: 51.5625em) {
  .c-calender label {
    flex-direction: row;
    align-items: center;
    padding: 1rem 1rem 1rem 0;
  }
}
.c-calender label > p {
  line-height: 1.6rem;
}
@media (min-width: 51.5625em) {
  .c-calender label > p {
    align-self: flex-end;
  }
}
.c-calender label svg {
  margin-top: 0.5rem;
  transform: rotate(-90deg);
  display: block;
}
.c-calender label svg > path {
  fill: black;
}
.c-calender input + label + .content {
  display: none;
}
.c-calender input:checked + label {
  border-bottom: none;
}
.c-calender input:checked + label > svg {
  transform: rotate(0deg);
}
.c-calender input:checked + label + .content {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
}
.c-calender input:checked + label + .content > * {
  margin-bottom: 0.5rem;
}
.c-calender .content__firstrow {
  display: flex;
  flex-direction: column;
}
.c-calender .content__firstrow > p {
  line-height: 1.2rem;
}

.c-plan {
  width: 100%;
  overflow: hidden;
  /*Test*/
}
.c-plan.c-plan--grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  width: 100%;
  font-size: initial;
  overflow-x: auto;
}
@media (max-width: 66.24em) {
  .c-plan.c-plan--grid {
    grid-template-columns: repeat(7, 1fr);
    width: calc(100vw - 20px);
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
  }
}
.c-plan.c-plan--grid--sub {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
@media (max-width: 66.24em) {
  .c-plan.c-plan--grid--sub {
    grid-template-columns: repeat(7, 1fr);
  }
}
.c-plan.c-plan--grid .c-plan__day--placeholder {
  display: none;
}
@media (min-width: 66.25em) {
  .c-plan.c-plan--grid .c-plan__day--placeholder {
    display: block;
    border: none;
  }
}
.c-plan.c-plan--grid .c-plan__day--placeholder--sub {
  display: none;
}
.c-plan.c-plan--grid .c-plan__day--placeholder--lower {
  display: none;
}
.c-plan.c-plan--grid .c-plan__day--placeholder--lower--sub {
  display: none;
}
.c-plan.c-plan--grid .c-plan__day-title {
  font-size: 1em;
  padding: 0 1em;
  display: flex;
  justify-content: flex-start;
  scroll-snap-align: start;
}
@media (max-width: 66.24em) {
  .c-plan.c-plan--grid .c-plan__day-title {
    min-width: 200px;
  }
}
.c-plan.c-plan--grid .c-plan__day-title h3 {
  margin: 0 0 0.5rem 0;
}
.c-plan.c-plan--grid .c-plan__category {
  grid-column-start: 1;
  grid-column-end: end;
  padding: 1.5em 1em;
  position: relative;
}
@media (min-width: 66.25em) {
  .c-plan.c-plan--grid .c-plan__category {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
.c-plan.c-plan--grid .c-plan__category h3 {
  display: inline-block;
  margin: 0;
  position: sticky;
  left: 1em;
}
.c-plan.c-plan--grid .c-plan__category--sub {
  display: none;
}
.c-plan.c-plan--grid .c-plan__category--arrow svg {
  margin-left: 5px;
  transform: rotate(-90deg);
}
.c-plan.c-plan--grid .c-plan__category--arrow svg path {
  fill: black;
}
.c-plan.c-plan--grid .c-plan__day {
  padding: 2em 1em;
  border-top: 2px solid black;
}
.c-plan.c-plan--grid .c-plan__day > a {
  text-decoration: none;
}
.c-plan.c-plan--grid .c-plan__day > a:hover {
  text-decoration: none;
}
.c-plan.c-plan--grid .c-plan__day > a > .c-plan__description {
  text-decoration: underline;
  text-decoration-thickness: 0.07em;
  text-underline-offset: 2px;
}
.c-plan.c-plan--grid .c-plan__day:nth-last-child(-n+7) {
  padding-bottom: 0;
}
.c-plan.c-plan--grid .c-plan__day p {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.25rem;
}
.c-plan.c-plan--grid .c-plan__day .c-plan__date {
  display: block;
}
.c-plan.c-plan--grid .c-plan__day .c-plan__date .c-plan__time {
  font-size: 0.8em;
  letter-spacing: 0.5px;
}
.c-plan.c-plan--grid .c-plan__day .c-plan__date .c-plan__description {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
  word-wrap: break-word;
}
.c-plan.c-plan--grid .c-plan__day .c-plan__date .c-plan__description--sub {
  font-size: 0.8em;
}
.c-plan.c-plan--grid .c-plan__day .c-plan__date .c-plan__trainer {
  font-size: 0.9em;
  letter-spacing: 0.5px;
  color: #6b6b6b;
}
.c-plan.c-plan--grid .c-plan__day .c-plan__date:not(:first-child) {
  margin-top: 1rem;
}

.c-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-social svg {
  height: 40px;
  width: auto;
  cursor: pointer;
}
.c-social > * {
  margin-bottom: 0.5rem;
}
.c-social > *:not(:last-child) {
  margin-right: 0.5rem;
}
.c-social__block .icon--fill {
  fill: black;
}

.icon--fill:hover {
  fill: #664587;
}

.c-form-newsletter {
  background-color: var(--color-background-newsletter);
  color: var(--color-text-invert);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 66.25em) {
  .c-form-newsletter__text {
    max-width: 90%;
  }
}
@media (min-width: 80.625em) {
  .c-form-newsletter__text {
    max-width: 70%;
  }
}
.c-form-newsletter__text > p {
  margin-bottom: 40px;
}
.c-form-newsletter__inputs {
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 66.25em) {
  .c-form-newsletter__inputs {
    flex-direction: row;
  }
}
.c-form-newsletter__input {
  text-align: center;
  font-size: 0.8em;
  height: 40px;
  margin: 0;
}
@media (min-width: 51.5625em) {
  .c-form-newsletter__input {
    margin-right: 0.5rem;
  }
}
.c-form-newsletter__button {
  color: var(--color-text-invert);
  background-color: black;
  border: none;
  height: 40px;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-family: "Trade-Gothik-Condensed";
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 66.25em) {
  .c-form-newsletter__button {
    margin-top: 0;
  }
}

.c-blocks-image:not(:only-of-type) img {
  padding-bottom: 0.5rem;
}
.c-blocks-image figure img {
  width: 100%;
}
.c-blocks-image img {
  width: 100%;
  height: auto;
}

.c-blocks-social svg {
  fill: #000;
}

.c-blocks-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.c-blocks-logo > figure {
  margin: 0;
}
.c-blocks-logo > a > figure {
  margin: 0;
}

.c-blocks-news > div > div > .c-articles__teaser {
  margin-bottom: 2rem;
}
@media (min-width: 51.5625em) {
  .c-blocks-news > div > div > .c-articles__teaser {
    margin-bottom: 0;
  }
}

.c-blocks-text h1:first-of-type,
.c-blocks-text h2:first-of-type,
.c-blocks-text h3:first-of-type {
  margin-top: 0;
}
.c-blocks-text p {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.c-blocks-text p:last-of-type {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.c-product__headerimg {
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
@media (min-width: 51.5625em) {
  .c-product__headerimg {
    max-height: 400px;
    width: auto;
  }
}
.c-product h1 {
  margin-bottom: 0.5rem;
}
.c-product__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.c-product__select select {
  font-size: 0.9em;
}
.c-product__select--label {
  margin-right: 0.5rem;
}

.details-cart {
  position: relative;
  z-index: 1;
  align-self: end;
}

.details-cart summary {
  list-style: none;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: right;
  display: flex;
  justify-content: center;
}
.details-cart summary .cart__title {
  display: none;
}
@media (min-width: 80.625em) {
  .details-cart summary .cart__title {
    display: inline-block;
  }
  .details-cart summary .cart__title::before {
    display: block;
    content: attr(title);
    font-family: "Trade-Gothik-Condensed-Bold";
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
.details-cart summary > svg {
  height: 25px !important;
  width: auto;
}
@media (min-width: 80.625em) {
  .details-cart summary > svg {
    display: none;
  }
}

.details-cart summary:focus {
  outline: 0;
}

.details-cart summary::-webkit-details-marker {
  display: none;
}

/* Mocks .details-cart summary */
.link-cart {
  padding: var(--spacing-m);
  font-weight: 600;
  text-align: right;
}

.cart {
  min-width: 10rem;
}

.cart[data-theme=dark] {
  padding: var(--spacing-m);
  color: var(--color-white);
  background-color: var(--color-black);
}

.cart-count {
  margin-left: 0.25rem;
}

.details-cart .cart {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  background-color: black;
  padding: 0.5rem;
}
@media (min-width: 66.25em) {
  .details-cart .cart {
    right: 0;
    left: unset;
  }
}

.details-cart:hover .cart {
  font-family: "Trade-Gothik-Condensed";
}

.cart table {
  width: 100%;
  min-width: 90vw;
  margin-bottom: var(--spacing-m);
}
@media (min-width: 66.25em) {
  .cart table {
    min-width: 40vw;
  }
}

.cart a {
  text-decoration: none;
}

.cart img {
  width: 90%;
}

.cart tr {
  vertical-align: top;
  border-bottom: 2px solid white;
}

.cart th,
.cart td {
  padding: 0.5rem 0.25rem 0.5rem 0;
}

.cart th {
  text-align: left;
  font-weight: 600;
}

.cart thead {
  font-weight: 600;
}

.cart tbody th {
  font-weight: 400;
}

.cart tbody a {
  display: grid;
  grid-template-columns: 3rem auto;
  grid-template-rows: auto auto;
  -moz-column-gap: var(--spacing-m);
       column-gap: var(--spacing-m);
  padding: 0;
}

.cart tbody th img {
  grid-row-end: span 2;
}

.cart tbody th strong,
.cart tbody th small {
  grid-column-start: 2;
}

.cart tbody th small {
  font-size: inherit;
  color: var(--color-gray-500);
}

.cart tbody th strong {
  display: block;
  min-width: 6rem;
}

.cart td:nth-last-child(1),
.cart td:nth-last-child(2) {
  text-align: end;
}

.cart tfoot th {
  text-align: end;
}

.cart .button-white {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  padding: 0.5rem 0;
}
.cart .button-white:hover {
  font-family: "Trade-Gothik-Condensed-Bold";
}

.cart-info {
  padding: var(--spacing-l);
  text-align: center;
}

.c-shop a {
  text-decoration: none;
}
.c-shop h2 {
  margin: 0;
}
.c-shop img {
  width: 100%;
}
.c-shop figcaption {
  padding-bottom: 0.5rem;
}
.c-shop__nostock {
  position: relative;
}
.c-shop__nostock figcaption {
  padding: 0.25rem;
}
.c-shop__nostock figcaption,
.c-shop__nostock p {
  color: rgba(0, 0, 0, 0.5);
}
.c-shop__nostock::after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
}

@keyframes rotate {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.checkout {
  display: grid;
  row-gap: 2rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.checkout .cart {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
}
.checkout .cart tr {
  border-bottom: 1px solid black;
}

.checkout .error {
  grid-column-start: span 12;
}

.checkout.is-loading {
  color: var(--color-gray-700);
}

.checkout button[type=submit] {
  display: flex;
  align-items: center;
}

.checkout button[type=submit]::after {
  content: "";
  display: none;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-margin-start: var(--spacing-s);
          margin-inline-start: var(--spacing-s);
  border-radius: 50%;
  border: 2px solid black;
  border-bottom-color: transparent;
  animation: 1.5s rotate linear infinite;
}

.checkout.is-loading button[type=submit]::after {
  display: block;
}

@media (min-width: 1024px) {
  .checkout {
    grid-template-columns: 1fr auto;
    grid-auto-flow: dense;
    align-items: start;
  }

  .checkout .cart {
    position: sticky;
    top: 0.5rem;
    grid-row-end: span 2;
    order: 2;
  }
}
.order table tr {
  border-bottom: none;
}
.order table tr th,
.order table tr td {
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  padding: 0.25rem;
}
.order__payment {
  margin-top: 2rem;
}

.c-productlist h2 {
  margin-top: 3rem;
}
.c-productlist h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.c-productlist table tr {
  border-bottom: 1px solid black;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 30em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }

  .u-1\/2\@mobile {
    width: 50% !important;
  }

  .u-2\/2\@mobile {
    width: 100% !important;
  }

  .u-1\/3\@mobile {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@mobile {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@mobile {
    width: 100% !important;
  }

  .u-1\/4\@mobile {
    width: 25% !important;
  }

  .u-2\/4\@mobile {
    width: 50% !important;
  }

  .u-3\/4\@mobile {
    width: 75% !important;
  }

  .u-4\/4\@mobile {
    width: 100% !important;
  }

  .u-1\/5\@mobile {
    width: 20% !important;
  }

  .u-2\/5\@mobile {
    width: 40% !important;
  }

  .u-3\/5\@mobile {
    width: 60% !important;
  }

  .u-4\/5\@mobile {
    width: 80% !important;
  }

  .u-5\/5\@mobile {
    width: 100% !important;
  }
}
@media (min-width: 51.5625em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }

  .u-1\/2\@tablet {
    width: 50% !important;
  }

  .u-2\/2\@tablet {
    width: 100% !important;
  }

  .u-1\/3\@tablet {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@tablet {
    width: 100% !important;
  }

  .u-1\/4\@tablet {
    width: 25% !important;
  }

  .u-2\/4\@tablet {
    width: 50% !important;
  }

  .u-3\/4\@tablet {
    width: 75% !important;
  }

  .u-4\/4\@tablet {
    width: 100% !important;
  }

  .u-1\/5\@tablet {
    width: 20% !important;
  }

  .u-2\/5\@tablet {
    width: 40% !important;
  }

  .u-3\/5\@tablet {
    width: 60% !important;
  }

  .u-4\/5\@tablet {
    width: 80% !important;
  }

  .u-5\/5\@tablet {
    width: 100% !important;
  }
}
@media (min-width: 66.25em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }

  .u-1\/2\@desktop {
    width: 50% !important;
  }

  .u-2\/2\@desktop {
    width: 100% !important;
  }

  .u-1\/3\@desktop {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@desktop {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@desktop {
    width: 100% !important;
  }

  .u-1\/4\@desktop {
    width: 25% !important;
  }

  .u-2\/4\@desktop {
    width: 50% !important;
  }

  .u-3\/4\@desktop {
    width: 75% !important;
  }

  .u-4\/4\@desktop {
    width: 100% !important;
  }

  .u-1\/5\@desktop {
    width: 20% !important;
  }

  .u-2\/5\@desktop {
    width: 40% !important;
  }

  .u-3\/5\@desktop {
    width: 60% !important;
  }

  .u-4\/5\@desktop {
    width: 80% !important;
  }

  .u-5\/5\@desktop {
    width: 100% !important;
  }
}
@media (min-width: 80.625em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }

  .u-1\/2\@wide {
    width: 50% !important;
  }

  .u-2\/2\@wide {
    width: 100% !important;
  }

  .u-1\/3\@wide {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@wide {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@wide {
    width: 100% !important;
  }

  .u-1\/4\@wide {
    width: 25% !important;
  }

  .u-2\/4\@wide {
    width: 50% !important;
  }

  .u-3\/4\@wide {
    width: 75% !important;
  }

  .u-4\/4\@wide {
    width: 100% !important;
  }

  .u-1\/5\@wide {
    width: 20% !important;
  }

  .u-2\/5\@wide {
    width: 40% !important;
  }

  .u-3\/5\@wide {
    width: 60% !important;
  }

  .u-4\/5\@wide {
    width: 80% !important;
  }

  .u-5\/5\@wide {
    width: 100% !important;
  }
}
/* ==========================================================================
   #SPACINGS
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
.u-padding {
  padding: 24px !important;
}

.u-padding-tiny {
  padding: 6px !important;
}

.u-padding-small {
  padding: 12px !important;
}

.u-padding-large {
  padding: 48px !important;
}

.u-padding-huge {
  padding: 96px !important;
}

.u-padding-none {
  padding: 0 !important;
}

.u-padding-top {
  padding-top: 24px !important;
}

.u-padding-top-tiny {
  padding-top: 6px !important;
}

.u-padding-top-small {
  padding-top: 12px !important;
}

.u-padding-top-large {
  padding-top: 48px !important;
}

.u-padding-top-huge {
  padding-top: 96px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-right {
  padding-right: 24px !important;
}

.u-padding-right-tiny {
  padding-right: 6px !important;
}

.u-padding-right-small {
  padding-right: 12px !important;
}

.u-padding-right-large {
  padding-right: 48px !important;
}

.u-padding-right-huge {
  padding-right: 96px !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-bottom {
  padding-bottom: 24px !important;
}

.u-padding-bottom-tiny {
  padding-bottom: 6px !important;
}

.u-padding-bottom-small {
  padding-bottom: 12px !important;
}

.u-padding-bottom-large {
  padding-bottom: 48px !important;
}

.u-padding-bottom-huge {
  padding-bottom: 96px !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-left {
  padding-left: 24px !important;
}

.u-padding-left-tiny {
  padding-left: 6px !important;
}

.u-padding-left-small {
  padding-left: 12px !important;
}

.u-padding-left-large {
  padding-left: 48px !important;
}

.u-padding-left-huge {
  padding-left: 96px !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-vertical {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-margin {
  margin: 24px !important;
}

.u-margin-tiny {
  margin: 6px !important;
}

.u-margin-small {
  margin: 12px !important;
}

.u-margin-large {
  margin: 48px !important;
}

.u-margin-huge {
  margin: 96px !important;
}

.u-margin-none {
  margin: 0 !important;
}

.u-margin-top {
  margin-top: 24px !important;
}

.u-margin-top-tiny {
  margin-top: 6px !important;
}

.u-margin-top-small {
  margin-top: 12px !important;
}

.u-margin-top-large {
  margin-top: 48px !important;
}

.u-margin-top-huge {
  margin-top: 96px !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-right {
  margin-right: 24px !important;
}

.u-margin-right-tiny {
  margin-right: 6px !important;
}

.u-margin-right-small {
  margin-right: 12px !important;
}

.u-margin-right-large {
  margin-right: 48px !important;
}

.u-margin-right-huge {
  margin-right: 96px !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

.u-margin-bottom {
  margin-bottom: 24px !important;
}

.u-margin-bottom-tiny {
  margin-bottom: 6px !important;
}

.u-margin-bottom-small {
  margin-bottom: 12px !important;
}

.u-margin-bottom-large {
  margin-bottom: 48px !important;
}

.u-margin-bottom-huge {
  margin-bottom: 96px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-left {
  margin-left: 24px !important;
}

.u-margin-left-tiny {
  margin-left: 6px !important;
}

.u-margin-left-small {
  margin-left: 12px !important;
}

.u-margin-left-large {
  margin-left: 48px !important;
}

.u-margin-left-huge {
  margin-left: 96px !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

.u-margin-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-vertical {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ==========================================================================
   #RESPONSIVE-SPACINGS
   ========================================================================== */
/**
 * Utility classes enhancing the normal spacing classes by adding responsiveness
 * to them. By default, there are not responsive spacings defined. You can
 * generate responsive spacings by adding entries to the following three Sass
 * maps, e.g.:
 *
 *   $inuit-responsive-spacing-directions: (
 *     null: null,
 *     bottom: bottom,
 *   );
 *
 *   $inuit-responsive-spacing-properties: (
 *     "margin": "margin",
 *   );
 *
 *   $inuit-responsive-spacing-sizes: (
 *     "-small": $inuit-global-spacing-unit-small,
 *   );
 *
 * This would bring us the following classes:
 *
 *   .u-margin-small@mobile {}
 *   .u-margin-small@tablet {}
 *   .u-margin-small@desktop {}
 *   .u-margin-small@wide {}
 *   .u-margin-bottom-small@mobile {}
 *   .u-margin-bottom-small@tablet {}
 *   .u-margin-bottom-small@desktop {}
 *   .u-margin-bottom-small@wide {}
 *
 * You can change the generated CSS classes by further extending the Sass maps.
 * If you want every ‘normal’ spacing (those from `utilities.spacings`) also as
 * a responsive version, you can just mirror the ‘normal’ spacings:
 *
 *   $inuit-responsive-spacing-directions: $inuit-spacing-directions !default;
 *
 *   $inuit-responsive-spacing-properties: $inuit-spacing-properties !default;
 *
 *   $inuit-responsive-spacing-sizes: $inuit-spacing-sizes !default;
 *
 * BUT BE AWARE: This can generate a huge chunk of extra CSS, depending on the
 * amount of breakpoints you defined. So please check your CSS’ output and
 * filesize!
 */
/* stylelint-disable max-nesting-depth */
/* stylelint-enable max-nesting-depth */
/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

/* ==========================================================================
   #FONTS UTILITIES
   ========================================================================== */
/**
  * 
  *
  *
  */
.u-size-0 {
  font-size: 30px !important;
  font-size: 1.5rem !important;
  line-height: 1.1666666667 !important;
}

.u-size-1 {
  font-size: 20px !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

.u-size-2 {
  font-size: 16px !important;
  font-size: 0.8rem !important;
  line-height: 1.5625 !important;
}

.u-size-3 {
  font-size: 12px !important;
  font-size: 0.6rem !important;
  line-height: 1.6666666667 !important;
}

.u-font-small {
  font-size: 0.8em;
}

/* ==========================================================================
   #COLORS UTILITIES
   ========================================================================== */
/**
 * 
 *
 *
 */
.u-color-brand-primary {
  color: var(--color-brand-primary);
}

.u-color-brand-contrast {
  color: var(--color-brand-contrast);
}

.u-color-text {
  color: var(--color-text);
}

.u-color-link {
  color: var(--color-link);
}

.u-color-link-hover {
  color: var(--color-link-hover);
}

.u-color-text-invert {
  color: var(--color-text-invert);
}

.u-color-background {
  background-color: var(--color-background);
}

.u-color-background-invert {
  background-color: var(--color-background-invert);
}

/* ==========================================================================
   #RELATIVE-SPACINGS
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-rel-margin-top {}
 *   .u-rel-padding-left-large {}
 *   .u-rel-margin-right-small {}
 *   .u-rel-padding {}
 *   .u-rel-padding-right-none {}
 *   .u-rel-padding-horizontal {}
 *   .u-rel-padding-vertical-small {}
 */
.u-rel-padding {
  padding: 1rem;
}

.u-rel-padding-tiny {
  padding: 0.25rem;
}

.u-rel-padding-small {
  padding: 0.5rem;
}

.u-rel-padding-large {
  padding: 2rem;
}

.u-rel-padding-huge {
  padding: 3rem;
}

.u-rel-padding-none {
  padding: 0;
}

.u-rel-padding-top {
  padding-top: 1rem;
}

.u-rel-padding-top-tiny {
  padding-top: 0.25rem;
}

.u-rel-padding-top-small {
  padding-top: 0.5rem;
}

.u-rel-padding-top-large {
  padding-top: 2rem;
}

.u-rel-padding-top-huge {
  padding-top: 3rem;
}

.u-rel-padding-top-none {
  padding-top: 0;
}

.u-rel-padding-right {
  padding-right: 1rem;
}

.u-rel-padding-right-tiny {
  padding-right: 0.25rem;
}

.u-rel-padding-right-small {
  padding-right: 0.5rem;
}

.u-rel-padding-right-large {
  padding-right: 2rem;
}

.u-rel-padding-right-huge {
  padding-right: 3rem;
}

.u-rel-padding-right-none {
  padding-right: 0;
}

.u-rel-padding-bottom {
  padding-bottom: 1rem;
}

.u-rel-padding-bottom-tiny {
  padding-bottom: 0.25rem;
}

.u-rel-padding-bottom-small {
  padding-bottom: 0.5rem;
}

.u-rel-padding-bottom-large {
  padding-bottom: 2rem;
}

.u-rel-padding-bottom-huge {
  padding-bottom: 3rem;
}

.u-rel-padding-bottom-none {
  padding-bottom: 0;
}

.u-rel-padding-left {
  padding-left: 1rem;
}

.u-rel-padding-left-tiny {
  padding-left: 0.25rem;
}

.u-rel-padding-left-small {
  padding-left: 0.5rem;
}

.u-rel-padding-left-large {
  padding-left: 2rem;
}

.u-rel-padding-left-huge {
  padding-left: 3rem;
}

.u-rel-padding-left-none {
  padding-left: 0;
}

.u-rel-padding-horizontal {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u-rel-padding-horizontal-tiny {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.u-rel-padding-horizontal-small {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.u-rel-padding-horizontal-large {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-rel-padding-horizontal-huge {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u-rel-padding-horizontal-none {
  padding-left: 0;
  padding-right: 0;
}

.u-rel-padding-vertical {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-rel-padding-vertical-tiny {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.u-rel-padding-vertical-small {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.u-rel-padding-vertical-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-rel-padding-vertical-huge {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-rel-padding-vertical-none {
  padding-top: 0;
  padding-bottom: 0;
}

.u-rel-margin {
  margin: 1rem;
}

.u-rel-margin-tiny {
  margin: 0.25rem;
}

.u-rel-margin-small {
  margin: 0.5rem;
}

.u-rel-margin-large {
  margin: 2rem;
}

.u-rel-margin-huge {
  margin: 3rem;
}

.u-rel-margin-none {
  margin: 0;
}

.u-rel-margin-top {
  margin-top: 1rem;
}

.u-rel-margin-top-tiny {
  margin-top: 0.25rem;
}

.u-rel-margin-top-small {
  margin-top: 0.5rem;
}

.u-rel-margin-top-large {
  margin-top: 2rem;
}

.u-rel-margin-top-huge {
  margin-top: 3rem;
}

.u-rel-margin-top-none {
  margin-top: 0;
}

.u-rel-margin-right {
  margin-right: 1rem;
}

.u-rel-margin-right-tiny {
  margin-right: 0.25rem;
}

.u-rel-margin-right-small {
  margin-right: 0.5rem;
}

.u-rel-margin-right-large {
  margin-right: 2rem;
}

.u-rel-margin-right-huge {
  margin-right: 3rem;
}

.u-rel-margin-right-none {
  margin-right: 0;
}

.u-rel-margin-bottom {
  margin-bottom: 1rem;
}

.u-rel-margin-bottom-tiny {
  margin-bottom: 0.25rem;
}

.u-rel-margin-bottom-small {
  margin-bottom: 0.5rem;
}

.u-rel-margin-bottom-large {
  margin-bottom: 2rem;
}

.u-rel-margin-bottom-huge {
  margin-bottom: 3rem;
}

.u-rel-margin-bottom-none {
  margin-bottom: 0;
}

.u-rel-margin-left {
  margin-left: 1rem;
}

.u-rel-margin-left-tiny {
  margin-left: 0.25rem;
}

.u-rel-margin-left-small {
  margin-left: 0.5rem;
}

.u-rel-margin-left-large {
  margin-left: 2rem;
}

.u-rel-margin-left-huge {
  margin-left: 3rem;
}

.u-rel-margin-left-none {
  margin-left: 0;
}

.u-rel-margin-horizontal {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u-rel-margin-horizontal-tiny {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.u-rel-margin-horizontal-small {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.u-rel-margin-horizontal-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u-rel-margin-horizontal-huge {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u-rel-margin-horizontal-none {
  margin-left: 0;
  margin-right: 0;
}

.u-rel-margin-vertical {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u-rel-margin-vertical-tiny {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.u-rel-margin-vertical-small {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.u-rel-margin-vertical-large {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-rel-margin-vertical-huge {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u-rel-margin-vertical-none {
  margin-top: 0;
  margin-bottom: 0;
}

/* ==========================================================================
   #RESPONSIVE VISIBILLITY
   ========================================================================== */
/**
  * 
  *
  *
  */
.u-mobile-hide {
  display: none;
}
@media (min-width: 51.5625em) {
  .u-mobile-hide {
    display: block;
  }
}

@media (min-width: 51.5625em) {
  .u-tablet-hide {
    display: none;
  }
}

@media (min-width: 66.25em) {
  .u-desktop-hide {
    display: none;
  }
}

.no-gridgap {
  grid-gap: 0;
}

.u-flex {
  display: flex;
}

.u-flex-center {
  align-items: center;
  justify-content: center;
}

.u-margin-bottom {
  margin-bottom: 40px;
}

.u-margin-bottom-lg {
  margin-bottom: 80px;
}

.u-margin-bottom-md {
  margin-bottom: 2rem;
}

.u-margin-top-lg {
  margin-top: 80px;
}

.u-margin-bottom-none {
  margin-bottom: 0;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.min.css ***!
  \******************************************************************************************************************************************************************************/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
