/*!*******************************************************************************************************************************************************!*\
  !*** 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";
/* ==========================================================================
   #Colors
   ========================================================================== */
/**
 These color variables will be overwritten by settings in the kirby cms
 */
:root {
  --color-brand-primary: #0000ee;
  --color-brand-contrast: #8ad117;
  --color-text: #000;
  --color-text-invert: #fff;
  --color-link: inherit;
  --color-link-hover: #0000ee;
  --color-background: rgb(255, 255, 255);
  /* Color shades  */
  --color-brand-primary-light:#578FFF;
  --color-brand-primary-dark: #0000A1;
}

/* ==========================================================================
   #FONTS
   ========================================================================== */
@font-face {
  font-family: "FiraSansMedium";
  src: url(../images/design/FiraSans-Medium.d11d9e.ttf) format("truetype");
}
@font-face {
  font-family: "FiraSansLight";
  src: url(../images/design/FiraSans-Light.7ece67.ttf) format("truetype");
}
@font-face {
  font-family: "FiraSansRegular";
  src: url(../images/design/FiraSans-Regular.f4eb29.ttf) format("truetype");
}
@font-face {
  font-family: "Heebo";
  src: url(../images/design/Heebo-VariableFont_wght.e7f8d1.ttf) format("truetype");
  font-style: regular;
}
@font-face {
  font-family: "Kablammo";
  src: url(../images/design/Kablammo-Regular-VariableFont_MORF.82570a.ttf) format("truetype");
  font-style: regular;
}
:root {
  --global-baseline: 5px;
  --global-font-default: 1rem Heebo, sans-serif;
  --global-font-default-bold: 700 1rem Heebo, sans-serif;
  --global-spacing-unit-factor-tiny: 0.25;
  --global-spacing-unit-factor-small: 0.5;
  --global-spacing-unit-factor: 1;
  --global-spacing-unit-factor-large: 2;
  --global-spacing-unit-factor-huge: 4;
  --global-spacing-unit: calc(1.25rem * var(--global-spacing-unit-factor));
  --global-spacing-unit-tiny: calc(var(--global-spacing-unit) * var(--global-spacing-unit-factor-tiny));
  --global-spacing-unit-small: calc(var(--global-spacing-unit) * var(--global-spacing-unit-factor-small));
  --global-spacing-unit-large: calc(var(--global-spacing-unit) * var(--global-spacing-unit-factor-large));
  --global-spacing-unit-huge: calc(var(--global-spacing-unit) * var(--global-spacing-unit-factor-huge));
  --global-layout-divider-large: var(--global-spacing-unit-large);
  --global-layout-divider-medium: var(--global-spacing-unit);
  --global-layout-divider-small: var(--global-spacing-unit-small);
  --global-header-height: 1.4rem;
  --global-content-width: calc(1280px - ( 2 * var(--global-spacing-unit )));
}
@media (min-width: 48em) {
  :root {
    --global-spacing-unit-factor: 2;
  }
}

/*!
    Blueprint CSS 3.1.3
    https://blueprintcss.dev
    License MIT 2021
*/
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: calc(var(--global-spacing-unit) * 1.5);
  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: initial !important;
}

[bp~=grid][bp*="@"] {
  grid-template-columns: 12fr;
}

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

[bp~="12@sm"], [bp~="12@md"], [bp~="12@lg"], [bp~="12@xl"], [bp~="11@sm"], [bp~="11@md"], [bp~="11@lg"], [bp~="11@xl"], [bp~="10@sm"], [bp~="10@md"], [bp~="10@lg"], [bp~="10@xl"], [bp~="9@sm"], [bp~="9@md"], [bp~="9@lg"], [bp~="9@xl"], [bp~="8@sm"], [bp~="8@md"], [bp~="8@lg"], [bp~="8@xl"], [bp~="7@sm"], [bp~="7@md"], [bp~="7@lg"], [bp~="7@xl"], [bp~="6@sm"], [bp~="6@md"], [bp~="6@lg"], [bp~="6@xl"], [bp~="5@sm"], [bp~="5@md"], [bp~="5@lg"], [bp~="5@xl"], [bp~="4@sm"], [bp~="4@md"], [bp~="4@lg"], [bp~="4@xl"], [bp~="3@sm"], [bp~="3@md"], [bp~="3@lg"], [bp~="3@xl"], [bp~="2@sm"], [bp~="2@md"], [bp~="2@lg"], [bp~="2@xl"], [bp~="1@sm"], [bp~="1@md"], [bp~="1@lg"], [bp~="1@xl"] {
  grid-column: span 12;
}

[bp~="1@sm"], [bp~="1@md"], [bp~="1@lg"], [bp~="1@xl"] {
  max-width: 100%;
}

[bp~="2@sm"], [bp~="2@md"], [bp~="2@lg"], [bp~="2@xl"] {
  max-width: 100%;
}

[bp~="3@sm"], [bp~="3@md"], [bp~="3@lg"], [bp~="3@xl"] {
  max-width: 100%;
}

[bp~="4@sm"], [bp~="4@md"], [bp~="4@lg"], [bp~="4@xl"] {
  max-width: 100%;
}

[bp~="5@sm"], [bp~="5@md"], [bp~="5@lg"], [bp~="5@xl"] {
  max-width: 100%;
}

[bp~="6@sm"], [bp~="6@md"], [bp~="6@lg"], [bp~="6@xl"] {
  max-width: 100%;
}

[bp~="7@sm"], [bp~="7@md"], [bp~="7@lg"], [bp~="7@xl"] {
  max-width: 100%;
}

[bp~="8@sm"], [bp~="8@md"], [bp~="8@lg"], [bp~="8@xl"] {
  max-width: 100%;
}

[bp~="9@sm"], [bp~="9@md"], [bp~="9@lg"], [bp~="9@xl"] {
  max-width: 100%;
}

[bp~="10@sm"], [bp~="10@md"], [bp~="10@lg"], [bp~="10@xl"] {
  max-width: 100%;
}

[bp~="11@sm"], [bp~="11@md"], [bp~="11@lg"], [bp~="11@xl"] {
  max-width: 100%;
}

[bp~="12@sm"], [bp~="12@md"], [bp~="12@lg"], [bp~="12@xl"] {
  max-width: 100%;
}

[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: initial !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: initial !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: initial !important;
  }
  [bp~="first@lg"] {
    order: -1;
  }
  [bp~="last@lg"] {
    order: 12;
  }
}
@media (min-width: 1440px) {
  [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: initial !important;
  }
  [bp~="first@xl"] {
    order: -1;
  }
  [bp~="last@xl"] {
    order: 12;
  }
}
[bp~=flex] {
  flex-wrap: wrap;
  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 !important;
}

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

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

[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: 1440px) {
  [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;
}

/**
 * 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 {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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 {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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: flex;
  align-items: 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;
  transition: 0.3s opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  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%;
  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;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-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: flex;
  justify-content: 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;
  transform-origin: 50%;
  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 {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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 {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-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;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ==========================================================================
   #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: var(--global-spacing-unit);
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: var(--global-spacing-unit);
}

/**
 * Consistent styles for list items on different devices.
 */
li {
  font: var(--global-font-default);
  /* hardly ever mess with this */
  /* == root-font-size in px */
  font-size: clamp(1.25rem,
      calc(1.25rem + 0vw),
      1.25rem);
  line-height: 160%;
  /* hardly ever mess with this */
  /* == root-font-size in px */
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 80em) {
  li {
    font-size: clamp(1.125rem,
        calc(1.125rem + 0vw),
        1.125rem);
    line-height: 160%;
  }
}
li > p {
  margin-bottom: 0;
}

html {
  font: var(--global-font-default);
  font-size: 3vw;
  overflow-y: scroll; /* [2] */
  scroll-behavior: smooth;
}
@media (min-width: 48em) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 80em) {
  html {
    font-size: 16px;
  }
}

/* ==========================================================================
   # A
   ========================================================================== */
/**
 * General Styles for Paragraphs
 *
 *
 *
 */
p {
  margin-bottom: 1.2em;
}

/*
Headline styles are added directly to the H-tags 

For special headlines we use font utility styles

--> utilities/fonts.scss

*/
h1 {
  font: var(--global-font-default-bold);
  margin-bottom: 0.2em;
  line-height: 1;
  font-size: 5rem;
}
@media (min-width: 48em) {
  h1 {
    font-size: 7rem;
  }
}
h2 {
  font: var(--global-font-default-bold);
  margin-bottom: 0.3em;
  line-height: 1.2;
  font-size: 2.284rem;
}
@media (min-width: 48em) {
  h2 {
    font-size: 4.6rem;
  }
}
@media (min-width: 80em) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font: var(--global-font-default-bold);
  margin-bottom: 0.35em;
  line-height: 1.25;
  font-size: 1.284rem;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 80em) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font: var(--global-font-default-bold);
  margin-bottom: 0.3em;
}

h5 {
  font: var(--global-font-default);
  margin-bottom: 0.3em;
}

h6 {
  font: var(--global-font-default);
  margin-bottom: 0.3em;
}

/* ==========================================================================
   # A
   ========================================================================== */
/**
 * General Styles for Anchors
 *
 *
 *
 */
a {
  color: var(--color-link);
  text-decoration: underline;
}
a.is-interface {
  text-decoration: none;
}
a.is-active {
  color: var(--color-link-hover);
}
a:hover {
  color: var(--color-link);
  opacity: 0.6;
  transition: opacity 0.3s;
}

button {
  cursor: pointer;
  text-decoration: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  color: inherit;
  padding: 0;
  outline: inherit;
  border: none;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple Body setup.
 *
 *
 *
 */
body {
  background-color: var(--color-background);
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: scroll;
  height: 100vh;
}
body.hero {
  display: block;
}
body:before {
  display: none;
  content: "mobile";
}
@media (min-width: 48em) {
  body:before {
    content: "tablet";
  }
}
@media (min-width: 80em) {
  body:before {
    content: "desktop";
  }
}
@media (min-width: 90em) {
  body:before {
    content: "wide";
  }
}

/* ==========================================================================
   #Main
   ========================================================================== */
/**
 * Main Content Wrapper
 *
 *
 *
 */
main {
  padding-bottom: var(--global-spacing-unit);
  padding-left: auto;
  padding-right: auto;
}

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

figcaption {
  padding-top: var(--global-spacing-unit-tiny);
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--color-background);
  height: var(--global-header-height);
  transition: background 0.3s;
}
header > section {
  background-color: transparent;
}

:root {
  --color-background-grid: var(--color-background);
  --color-text-grid: var(--color-text);
}

section {
  padding-left: var(--global-spacing-unit);
  padding-right: var(--global-spacing-unit);
  background-color: var(--color-background-grid);
  color: var(--color-text-grid);
}
section.is-covering {
  min-height: calc(100vh - var(--global-header-height));
}
section.section-layout {
  scroll-snap-align: start;
}
section.unpadded {
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================================================
   # Footer
   ========================================================================== */
footer {
  margin-top: auto;
}

/* ==========================================================================
   # A
   ========================================================================== */
/**
 * General Styles for img
 *
 *
 *
 */
/**
 * Video element.
 */
video {
  -o-object-fit: cover;
     object-fit: cover;
}
.is-covering video {
  max-height: calc(100vh - var(--global-header-height) - 2 * var(--global-spacing-unit-large));
  -o-object-fit: contain;
     object-fit: contain;
}

/* ==========================================================================
   #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: var(--global-content-width);
  margin: 0 auto;
}
.o-container.o-container--text {
  max-width: 800px;
}
.is-covering .o-container {
  min-height: calc(100vh - var(--global-header-height) - 2 * var(--global-spacing-unit-large));
}

/* ==========================================================================
   # TreeMenu
   ========================================================================== */
/**
 * or now just stylin' the a
 *
 */
.o-menu--languages {
  margin-left: var(--global-spacing-unit-large);
}
@media (max-width: 47.99em) {
  .o-menu--languages {
    margin-right: var(--global-spacing-unit);
  }
}
.o-menu--pages {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.o-menu--pages ul {
  padding-top: var(--global-spacing-unit);
  position: relative;
}
@media (max-width: 47.99em) {
  .o-menu--pages ul > li {
    text-align: center;
    display: block;
    padding-top: var(--global-spacing-unit-small);
    padding-bottom: var(--global-spacing-unit-small);
  }
}
@media (min-width: 48em) {
  .o-menu {
    height: auto !important;
    overflow: visible;
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .o-menu > ul {
    text-align: right;
    padding-top: 0;
  }
}
.o-menu > ul > li > ul {
  display: none;
}
@media (min-width: 48em) {
  .o-menu > ul > li > ul {
    position: absolute;
    top: 100%;
  }
}
.o-menu > ul > li > ul > li {
  min-width: 10rem;
}
@media (max-width: 47.99em) {
  .o-menu > ul > li > a.is-open + ul {
    display: block;
  }
}
@media (min-width: 48em) {
  .o-menu > ul > li {
    padding-top: 3px;
  }
  .o-menu > ul > li:hover > ul {
    display: block !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .o-menu > ul > li:hover > ul {
    padding-top: 3px;
  }
}

.o-menu__item {
  vertical-align: top;
  padding-right: 0.5em;
}
.o-menu__item--list {
  padding-left: 0.5em;
  text-align: left;
}
@media (min-width: 48em) {
  .o-menu__item--list {
    padding: 0.2em;
  }
}
.o-menu__item--language {
  padding-right: 0;
}
.o-menu__item--language:last-child > span {
  display: none;
}

.o-logo {
  width: 167px;
  color: var(--color-text);
}
.o-logo:hover {
  color: var(--color-text);
}
@media (min-width: 48em) {
  .o-logo {
    width: auto;
  }
}
.o-logo > * {
  width: 100%;
  height: auto;
}
.o-logo__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 48em) {
  .o-logo__wrapper {
    margin-right: 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* ==========================================================================
BUTTON OBJECT
========================================================================== */
.o-button {
  color: var(--color-brand-primary);
  border: 1px solid var(--color-brand-primary);
  background: var(--color-background);
  padding: 0.6em 1.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
}
.o-button:hover {
  background-color: var(--color-brand-primary);
  color: var(--color-text-invert);
  border: 1px solid var(--color-brand-primary);
}
.o-button:active {
  background-color: var(--color-text-invert);
  color: var(--color-brand-primary);
  border: 1px solid var(--color-brand-primary);
}
.o-button--invert {
  background-color: var(--color-text-invert);
  color: var(--color-brand-primary);
  border: 1px solid var(--color-brand-primary);
}

/* ==========================================================================
   LINK OBJECT
========================================================================== */
.o-link {
  color: var(--color-link);
}
.o-link:hover {
  color: var(--color-link-hover);
}

.o-section {
  padding-top: var(--global-spacing-unit-large);
  padding-bottom: var(--global-spacing-unit-large);
}
.o-section.o-hero-section {
  height: 100vh;
}

.o-burger-button {
  width: 1.2em;
  height: 1.2em;
  display: block;
  cursor: pointer;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.o-burger-button > span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-text);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.o-burger-button > span:nth-child(1) {
  top: 0px;
}
.o-burger-button > span:nth-child(2), .o-burger-button > span:nth-child(3) {
  top: 0.5em;
}
.o-burger-button > span:nth-child(4) {
  top: 1em;
}
.o-burger-button.open > span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}
.o-burger-button.open > span:nth-child(2) {
  transform: rotate(45deg);
}
.o-burger-button.open > span:nth-child(3) {
  transform: rotate(-45deg);
}
.o-burger-button.open > span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

/* ==========================================================================
   LOADER OBJECT
========================================================================== */
.o-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.o-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--color-brand-primary);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--color-brand-primary) transparent transparent transparent;
}

.o-loader div:nth-child(1) {
  animation-delay: -0.45s;
}

.o-loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.o-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.o-responsive-video {
  position: relative;
}
.o-responsive-video[ratio="16/9"] {
  padding-top: 56.25%;
}
.o-responsive-video[ratio="4/3"] {
  padding-top: 75%;
}
.o-responsive-video > iframe, .o-responsive-video__cookie-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border: none;
}
.o-responsive-video__cookie-overlay {
  background-size: cover;
  transition: opacity 0.3s;
}
.o-responsive-video__cookie-overlay.hide {
  opacity: 0;
}
.o-responsive-video__cookie-overlay.remove {
  display: none;
}
.o-responsive-video__cookie-overlay__inner {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.o-responsive-video__cookie-overlay__inner > * {
  position: relative;
}
.o-responsive-video__cookie-overlay__inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-brand-primary);
  opacity: 0.8;
}

.o-image {
  perspective: 1000px;
  transform-style: preserve-3d;
}
.o-image > a {
  display: block;
}
.o-image__wrap {
  overflow: hidden;
}
.o-image[data-ratio="1/1"] .o-image__wrap {
  aspect-ratio: 1/1;
}
.o-image[data-ratio="16/9"] .o-image__wrap {
  aspect-ratio: 16/9;
}
.o-image[data-ratio="10/8"] .o-image__wrap {
  aspect-ratio: 10/8;
}
.o-image[data-ratio="21/9"] .o-image__wrap {
  aspect-ratio: 21/9;
}
.o-image[data-ratio="7/5"] .o-image__wrap {
  aspect-ratio: 7/5;
}
.o-image[data-ratio="4/3"] .o-image__wrap {
  aspect-ratio: 4/3;
}
.o-image[data-ratio="5/3"] .o-image__wrap {
  aspect-ratio: 5/3;
}
.o-image[data-ratio="3/2"] .o-image__wrap {
  aspect-ratio: 3/2;
}
.o-image[data-ratio="3/1"] .o-image__wrap {
  aspect-ratio: 3/1;
}
.o-image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.o-image__stacked {
  position: relative;
}
.o-image__stacked figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: var(--global-spacing-unit-tiny);
}

.o-to-top {
  display: flex;
  justify-content: end;
  padding-bottom: var(--global-spacing-unit);
}

.o-header {
  display: block;
}
@media (min-width: 48em) {
  .o-header {
    display: flex;
    align-items: center;
  }
}
.o-header__wrapper {
  display: block;
  justify-content: space-between;
  margin: var(-global-spacing-unit-tiny) 0;
}
@media (min-width: 48em) {
  .o-header__wrapper {
    display: flex;
    margin: var(-global-spacing-unit-tiny) 0;
  }
}
.o-header__logo {
  display: flex;
  align-items: center;
}
.o-header__logo > .o-logo + * {
  margin-left: auto;
}
.o-header__menu {
  display: flex;
  align-items: center;
}
@media (min-width: 48em) {
  .o-header__menu {
    justify-content: space-between;
  }
}
@media (max-width: 47.99em) {
  .o-header__menu--pages {
    display: block;
  }
}

@media (max-width: 47.99em) {
  .o-grid--reverse {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

.is-covering .o-grid {
  min-height: calc(100vh - var(--global-header-height) - 2 * var(--global-spacing-unit-large));
}
.o-grid[bp~=horizontal-start] {
  text-align: left;
}
.o-grid[bp~=horizontal-center] {
  text-align: center;
}
.o-grid[bp~=horizontal-end] {
  text-align: right;
}
@media (max-width: 47.99em) {
  .o-grid > *:empty {
    display: none;
  }
}
.o-grid > * > .c-block:last-child {
  margin-bottom: 0;
}
.o-grid--spacing-bottom-small {
  margin-bottom: var(--global-layout-divider-small);
}
.o-grid--spacing-bottom-medium {
  margin-bottom: var(--global-layout-divider-medium);
}
.o-grid--spacing-bottom-large {
  margin-bottom: var(--global-layout-divider-large);
}

/* ==========================================================================
   ANIMATE IN OBJECTS
========================================================================== */
.o-animate-in-primary {
  opacity: 0;
  animation-name: comeup;
  animation-duration: 1000ms;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-play-state: paused;
  animation-delay: calc(var(--animation-order) * 100ms);
}

.o-animate-in-third {
  animation-name: zoomout;
  animation-duration: 1000ms;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-play-state: paused;
  animation-delay: calc(var(--animation-order) * 200ms);
}

.o-animate-in-start {
  animation-play-state: running;
}

@keyframes comeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes skew {
  0% {
    transform: skew(1deg, 1deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1.02);
  }
}
.c-accordion__item {
  margin-bottom: 1rem;
}
.c-accordion__lead {
  cursor: pointer;
  background-color: var(--color-brand-primary);
  color: var(--color-text-invert);
  display: flex;
  align-items: center;
  width: 100%;
}
.c-accordion__lead > h3 {
  margin-bottom: 0;
}
.c-accordion__lead__ctrl {
  margin-left: auto;
  transition: transform 0.3s;
  transform-origin: center;
}
.c-accordion__lead__ctrl > svg {
  height: 0.5em;
  width: auto;
}
.open .c-accordion__lead__ctrl {
  transform: rotate(90deg);
}
.c-accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.c-accordion__content__inner {
  padding-top: 1rem;
}

.c-block {
  margin-bottom: var(--global-spacing-unit);
}
.c-block-logo {
  display: inline-block;
}
.c-block-logo > a {
  display: block;
}
.c-block-logo figure {
  display: block;
}
.c-block-logo figure img {
  min-height: 12px;
  width: auto;
  max-width: 100%;
}
.c-block-logogroup {
  display: flex;
  flex-wrap: wrap;
}
.c-block-logogroup figure {
  padding-right: var(--global-spacing-unit);
  display: block;
}
.c-block-button {
  display: flex;
  justify-content: center;
}
.c-block-textarea figure {
  display: inline-block;
  vertical-align: middle;
}
.c-block-textarea figure img {
  width: auto;
}

.c-blog-post h2 {
  text-align: start;
}

.c-blog-post__meta {
  justify-content: space-between;
  margin-bottom: var(--global-spacing-unit-small);
}

.c-blog-post__category {
  color: var(--color-brand-primary);
  text-transform: uppercase;
}

.c-blog-post__related {
  padding-top: var(--global-spacing-unit-small);
}
.c-blog-post__related h2 {
  text-align: center;
}

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

.c-blog__teaser__image {
  margin-bottom: var(--global-spacing-unit);
}
.c-blog__teaser--is-highlighted {
  display: none;
}

.c-blog__filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-blog__filters > * {
  margin: var(--global-spacing-unit);
}
.c-blog__filters > *.is-active {
  background-color: var(--color-brand-primary);
  color: var(--color-text-invert);
  border: 1px solid var(--color-brand-primary);
}

.c-blog__category {
  margin-bottom: var(--global-spacing-unit-small);
  color: var(--color-brand-primary);
  text-transform: uppercase;
  font-size: 0.75em;
}

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

    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    // background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    // pointer-events: none;

    &--hidden {
      display: none;
    }
}

.cookie-modal__options {
  display: flex;
  height: 0;
  overflow: hidden;
  margin: 0;

  &__items {
    margin: 0 auto;
    text-align: left;
  }

  > * {
    width: auto
  }

}

.cookie-modal__content {
  max-width: 90vw;
  position: relative;
  text-align: center;

  @include mq($from: tablet) {
    max-width: 50vw;
  }

  padding: var(--global-spacing-unit) var(--global-spacing-unit);
}

.cookie-modal__cookie {
  position: absolute;
  top: -var(--global-spacing-unit);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  > svg {
    width: var(--global-spacing-unit);
    height: auto;
  }
}

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

.cookie-modal__button {
  margin: 0 var(--global-spacing-unit);
}

.cookie-modal__links {
  text-align: center;

  > * {
    padding: 0 0.5em;
  }
}

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

#cookie-edit {
  background: var(--color-text);
}
*/
.cookie-modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  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: 800px;
  max-height: 100vh;
  overflow: scroll;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  pointer-events: auto;
  text-align: center;
}
.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 {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.cookie-modal__options__items {
  margin: 0 auto;
  text-align: left;
}
.cookie-modal__options > * {
  width: auto;
}
.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 {
  margin-right: 1em;
}
.cookie-modal__label {
  line-height: 22px;
}
.cookie-modal__buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.cookie-modal__button {
  display: block;
  margin: 0 var(--global-spacing-unit);
}
.cookie-modal__button.hide {
  display: none;
}

.c-divider {
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
}

/*=====================================================================
    FORMS
=====================================================================*/
.c-form {
  padding: var(--global-spacing-unit) var(--global-spacing-unit);
  max-width: 812px;
  border: 2px solid var(--color-text);
  margin: 0 auto;
}
@media (min-width: 48em) {
  .c-form {
    padding: var(--global-spacing-unit-huge) var(--global-spacing-unit-huge);
  }
}

.c-form__form {
  width: 100%;
  position: relative;
}

.c-form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.c-form__field {
  position: relative;
  border: 1px solid var(--color-text);
  width: 100%;
}
.c-form__field > input {
  position: relative;
}
.c-form__field > input.error + * {
  display: block;
}
.c-form__field > .c-form__error {
  position: absolute;
  top: 1.1em;
  right: var(--global-spacing-unit);
  z-index: 0;
  display: none;
}

.c-form-input {
  border: none;
  background: transparent;
}

input[type=text],
input[type=number],
input[type=email],
input[type=date],
textarea {
  width: 100%;
  padding: 1.1em;
  padding-bottom: 1em;
  line-height: 0;
}

input[type=checkbox] {
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
  border: 1px solid var(--color-text);
  width: 1.5em;
  height: 1.5em;
  margin-right: var(--global-spacing-unit);
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  box-sizing: content-box;
}

input[type=checkbox]:checked:after {
  content: "✖";
  color: var(--color-brand-primary);
  width: 1.5em;
  line-height: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  line-height: 1.5em;
}

.c-form-checkgroup {
  display: flex;
  align-items: center;
  width: 100%;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  border: 2px solid var(--color-text);
  transition: 0.2s all linear;
  position: relative;
  margin-right: var(--global-spacing-unit-small);
  cursor: pointer;
}
input[type=radio]:hover {
  scale: 130%;
}
input[type=radio]:checked {
  border: 6px solid var(--color-brand-primary);
}

.c-form-disclaimer {
  width: 100%;
  margin-top: calc(var(--global-spacing-unit) * -1);
}

.c-form__message-send {
  display: none;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.c-form__message-send.show {
  display: flex;
}

.c-form__message-loader {
  position: absolute;
  display: none;
  background: var(--color-background);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.c-form__message-loader.show {
  display: flex;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.c-iframe iframe {
  width: 100%;
  border: none;
  display: block;
  aspect-ratio: 16/9;
}
@media (max-width: 47.99em) {
  .c-iframe iframe {
    aspect-ratio: 9/16;
  }
}
.c-iframe[data-ratio="1/1"] iframe {
  aspect-ratio: 1/1;
}
.c-iframe[data-ratio="16/9"] iframe {
  aspect-ratio: 16/9;
}
.c-iframe[data-ratio="10/8"] iframe {
  aspect-ratio: 10/8;
}
.c-iframe[data-ratio="21/9"] iframe {
  aspect-ratio: 21/9;
}
.c-iframe[data-ratio="7/5"] iframe {
  aspect-ratio: 7/5;
}
.c-iframe[data-ratio="4/3"] iframe {
  aspect-ratio: 4/3;
}
.c-iframe[data-ratio="5/3"] iframe {
  aspect-ratio: 5/3;
}
.c-iframe[data-ratio="3/2"] iframe {
  aspect-ratio: 3/2;
}
.c-iframe[data-ratio="3/1"] iframe {
  aspect-ratio: 3/1;
}
@media (max-width: 47.99em) {
  .c-iframe[data-ratio-mobile="1/1"] iframe {
    aspect-ratio: 1/1;
  }
  .c-iframe[data-ratio-mobile="9/16"] iframe {
    aspect-ratio: 9/16;
  }
  .c-iframe[data-ratio-mobile="8/10"] iframe {
    aspect-ratio: 8/10;
  }
  .c-iframe[data-ratio-mobile="9/21"] iframe {
    aspect-ratio: 9/21;
  }
  .c-iframe[data-ratio-mobile="5/7"] iframe {
    aspect-ratio: 5/7;
  }
  .c-iframe[data-ratio-mobile="3/4"] iframe {
    aspect-ratio: 3/4;
  }
  .c-iframe[data-ratio-mobile="3/5"] iframe {
    aspect-ratio: 3/5;
  }
  .c-iframe[data-ratio-mobile="2/3"] iframe {
    aspect-ratio: 2/3;
  }
  .c-iframe[data-ratio-mobile="1/3"] iframe {
    aspect-ratio: 1/3;
  }
}

.c-hero {
  position: relative;
  height: calc(100vh - var(--global-header-height));
  margin-bottom: var(--global-spacing-unit-large);
}
.c-hero__slider {
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s;
}
.c-hero__slider.swiper-initialized {
  opacity: 1;
}
.c-hero__slider__slide {
  position: relative;
  overflow: hidden;
}
.c-hero__slider__slide__section {
  position: relative;
  height: 100%;
}
.c-hero__slider__slide__section > * {
  height: 100%;
  display: flex;
  align-items: center;
}
.c-hero__slider__slide__section > * > * {
  width: 100%;
}
.c-hero__slider__slide > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-hero__slider__slide > * > figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
.c-hero__slider__slide > * > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}
.c-hero__slider__slide > * > figure > video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-hero__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-hero__inner > video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-brand-primary);
}

.swiper-button-next {
  background: var(--color-brand-primary);
}
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  background: var(--color-brand-primary);
}
.swiper-button-prev:after {
  display: none;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.c-teaser {
  position: relative;
  width: 100%;
}
.c-teaser > img {
  pointer-events: none;
  width: 100%;
  z-index: -1;
}
.c-teaser figcaption {
  display: none;
}
.c-teaser figure {
  margin-bottom: 0;
}
.c-teaser .c-teaser__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: white;
}
.c-teaser .c-teaser__link:hover {
  text-decoration: underline;
}

/*
    File for all the styleguide styles
    Can be changed or split up in other files if needed

*/
.stylguide-section-title {
  text-transform: uppercase;
  font-size: 2.75em;
  margin-bottom: 0.5em;
}

.styleguide-subsection-title {
  text-transform: uppercase;
  font-size: 1.8em;
  margin-bottom: 0.5em;
  margin-top: 2em;
  border-bottom: 2px solid #000;
}

.styleguide-color-block {
  padding: 16px;
  margin-bottom: 16px;
  background-color: white;
  /*-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3); 
  box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);*/
  display: flex;
  align-items: center;
}
.styleguide-color-block span {
  display: inline-block;
  height: 64px;
  width: 64px;
  margin-right: 32px;
}
.styleguide-color-block p {
  margin-bottom: 0;
}

.styleguide-token-block {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: white;
  margin: 2rem 0;
  border-radius: 3px;
}

/*==========================================================
        KIRBY TEXT AREA
==========================================================*/
.c-kirby-text-area p + h1, .c-kirby-text-area p + h2, .c-kirby-text-area p + h3 {
  margin-top: 1em;
}
.c-kirby-text-area ul + h1, .c-kirby-text-area ul + h2, .c-kirby-text-area ul + h3 {
  margin-top: 1em;
}
.c-kirby-text-area ol + h1, .c-kirby-text-area ol + h2, .c-kirby-text-area ol + h3 {
  margin-top: 1em;
}

.c-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.c-team__name {
  text-align: center;
}

.c-team__img > figure {
  margin-bottom: 2em;
}
.c-team__img > figure > img {
  max-width: 200px;
  height: auto;
}

.c-team-member__img > figure > img {
  max-width: 200px;
  height: auto;
}

.c-table {
  font-size: inherit;
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 750px) {
  .c-table > tbody > tr {
    display: flex;
    flex-direction: column;
  }
}
.c-table__row {
  border-top: 1px solid var(--color-text);
}

.c-table__column {
  vertical-align: top;
  padding: 1rem 0;
}
.c-table__column > p {
  margin: 0;
}

.c-calender {
  scroll-padding-top: 0;
}
.c-calender ul {
  margin: 0;
  list-style: none;
}
.c-calender ul li {
  border-bottom: 2px solid black;
  margin-top: var(--global-spacing-unit);
}
.c-calender ul li p,
.c-calender ul li h3 {
  margin-bottom: var(--global-spacing-unit-tiny);
}
@media (max-width: 750px) {
  .c-calender ul li p,
  .c-calender ul li h3 {
    margin-bottom: var(--global-spacing-unit);
    margin-right: var(--global-spacing-unit-small);
  }
}
.c-calender__filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 48em) {
  .c-calender__filter {
    flex-direction: row;
  }
}
.c-calender__filter > * {
  margin-right: var(--global-spacing-unit-small);
  margin-bottom: var(--global-spacing-unit-small);
}
.c-calender__filter > h2 {
  margin: 0.3rem var(--global-spacing-unit-small) 0.3rem 0;
}
.c-calender__filter--category {
  display: block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: var(--global-font-headline);
  background-color: black;
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--global-spacing-unit-small) var(--global-spacing-unit);
  margin-bottom: var(--global-spacing-unit);
}
.c-calender input {
  display: none;
}
.c-calender label {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  transition: ease-in 0.2s;
}
@media (max-width: 750px) {
  .c-calender label {
    flex-direction: row;
  }
}
.c-calender input + label + .content {
  display: none;
}
.c-calender input:checked + label {
  border-bottom: none;
  padding-bottom: 0;
}
.c-calender input:checked + label + .content {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--global-spacing-unit);
}
.c-calender input:checked + label + .content > * {
  margin-bottom: var(--global-spacing-unit-small);
}
.c-calender .content__firstrow {
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .c-calender .content__firstrow {
    flex-direction: row;
  }
}

/* ==========================================================================
   #FONTS UTILITIES
   ========================================================================== */
/*
  Font styles are added directly to the H-tags.

  --> settings/fonts.scss

  For special font and headline styles the utility styles can be used

*/
/* GENERAL UTILITY STYLES 
*************************************/
/*
This is where we define the styles given to us by the designer.

*/
.u-font-style-body-large {
  line-height: 1.6;
  font-size: 1.8rem;
}

.u-font-style-body-medium {
  line-height: 1.6;
}
@media (min-width: 48em) {
  .u-font-style-body-medium {
    font-size: 1.4rem;
  }
}
@media (min-width: 80em) {
  .u-font-style-body-medium {
    font-size: 1rem;
  }
}

.u-font-style-tiny {
  /* hardly ever mess with this */
  /* == root-font-size in px */
  font-size: clamp(1rem,
      calc(1rem + 0vw),
      1rem);
  line-height: 1.2;
  /* hardly ever mess with this */
  /* == root-font-size in px */
}
@media (min-width: 80em) {
  .u-font-style-tiny {
    font-size: clamp(0.875rem,
        calc(0.875rem + 0vw),
        0.875rem);
    line-height: 1.2;
  }
}

/* SEMANTIC UTILITY STYLES 
*********************************/
/*
Font styles used to style specific typography in specific use cases.
Only to be used in the Component or section 
*/
.u-font-style-nav {
  /* hardly ever mess with this */
  /* == root-font-size in px */
  font-size: clamp(1.75rem,
      calc(1.75rem + 0vw),
      1.75rem);
  line-height: 1.2;
  /* hardly ever mess with this */
  /* == root-font-size in px */
}
@media (min-width: 48em) {
  .u-font-style-nav {
    font-size: clamp(0.875rem,
        calc(0.875rem + 0vw),
        0.875rem);
    line-height: 1.2;
  }
}

.u-font-style-button {
  /* hardly ever mess with this */
  /* == root-font-size in px */
  font-size: clamp(1.5625rem,
      calc(1.5625rem + 0vw),
      1.5625rem);
  line-height: 1.2;
  /* hardly ever mess with this */
  /* == root-font-size in px */
}
@media (min-width: 80em) {
  .u-font-style-button {
    font-size: clamp(1.125rem,
        calc(1.125rem + 0vw),
        1.125rem);
    line-height: 1.2;
  }
}

.u-font-style-image-caption {
  /* hardly ever mess with this */
  /* == root-font-size in px */
  font-size: clamp(0.875rem,
      calc(0.875rem + 0vw),
      0.875rem);
  line-height: 1.2;
  line-height: 1.2em;
}

/* SMALL FONT UTILITIES
*********************************/
/*
Font utilities used to style specific values of an element
*/
.u-font-style-highlight {
  background-color: #f7ee90;
  padding-left: 3px;
  padding-right: 3px;
}

.u-font-style-code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace;
  font-size: 1em;
}

.u-font-style-uppercase {
  text-transform: uppercase;
}

.u-font-bold {
  font-family: var(--global-font-default-bold);
}

/* ==========================================================================
   #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-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: var(--global-spacing-unit);
}

.u-padding-tiny {
  padding: var(--global-spacing-unit-tiny);
}

.u-padding-small {
  padding: var(--global-spacing-unit-small);
}

.u-padding-large {
  padding: var(--global-spacing-unit-large);
}

.u-padding-huge {
  padding: var(--global-spacing-unit-huge);
}

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

.u-padding-top {
  padding-top: var(--global-spacing-unit);
}

.u-padding-top-tiny {
  padding-top: var(--global-spacing-unit-tiny);
}

.u-padding-top-small {
  padding-top: var(--global-spacing-unit-small);
}

.u-padding-top-large {
  padding-top: var(--global-spacing-unit-large);
}

.u-padding-top-huge {
  padding-top: var(--global-spacing-unit-huge);
}

.u-padding-top-none {
  padding-top: 0;
}

.u-padding-right {
  padding-right: var(--global-spacing-unit);
}

.u-padding-right-tiny {
  padding-right: var(--global-spacing-unit-tiny);
}

.u-padding-right-small {
  padding-right: var(--global-spacing-unit-small);
}

.u-padding-right-large {
  padding-right: var(--global-spacing-unit-large);
}

.u-padding-right-huge {
  padding-right: var(--global-spacing-unit-huge);
}

.u-padding-right-none {
  padding-right: 0;
}

.u-padding-bottom {
  padding-bottom: var(--global-spacing-unit);
}

.u-padding-bottom-tiny {
  padding-bottom: var(--global-spacing-unit-tiny);
}

.u-padding-bottom-small {
  padding-bottom: var(--global-spacing-unit-small);
}

.u-padding-bottom-large {
  padding-bottom: var(--global-spacing-unit-large);
}

.u-padding-bottom-huge {
  padding-bottom: var(--global-spacing-unit-huge);
}

.u-padding-bottom-none {
  padding-bottom: 0;
}

.u-padding-left {
  padding-left: var(--global-spacing-unit);
}

.u-padding-left-tiny {
  padding-left: var(--global-spacing-unit-tiny);
}

.u-padding-left-small {
  padding-left: var(--global-spacing-unit-small);
}

.u-padding-left-large {
  padding-left: var(--global-spacing-unit-large);
}

.u-padding-left-huge {
  padding-left: var(--global-spacing-unit-huge);
}

.u-padding-left-none {
  padding-left: 0;
}

.u-padding-horizontal {
  padding-left: var(--global-spacing-unit);
  padding-right: var(--global-spacing-unit);
}

.u-padding-horizontal-tiny {
  padding-left: var(--global-spacing-unit-tiny);
  padding-right: var(--global-spacing-unit-tiny);
}

.u-padding-horizontal-small {
  padding-left: var(--global-spacing-unit-small);
  padding-right: var(--global-spacing-unit-small);
}

.u-padding-horizontal-large {
  padding-left: var(--global-spacing-unit-large);
  padding-right: var(--global-spacing-unit-large);
}

.u-padding-horizontal-huge {
  padding-left: var(--global-spacing-unit-huge);
  padding-right: var(--global-spacing-unit-huge);
}

.u-padding-horizontal-none {
  padding-left: 0;
  padding-right: 0;
}

.u-padding-vertical {
  padding-top: var(--global-spacing-unit);
  padding-bottom: var(--global-spacing-unit);
}

.u-padding-vertical-tiny {
  padding-top: var(--global-spacing-unit-tiny);
  padding-bottom: var(--global-spacing-unit-tiny);
}

.u-padding-vertical-small {
  padding-top: var(--global-spacing-unit-small);
  padding-bottom: var(--global-spacing-unit-small);
}

.u-padding-vertical-large {
  padding-top: var(--global-spacing-unit-large);
  padding-bottom: var(--global-spacing-unit-large);
}

.u-padding-vertical-huge {
  padding-top: var(--global-spacing-unit-huge);
  padding-bottom: var(--global-spacing-unit-huge);
}

.u-padding-vertical-none {
  padding-top: 0;
  padding-bottom: 0;
}

.u-margin {
  margin: var(--global-spacing-unit);
}

.u-margin-tiny {
  margin: var(--global-spacing-unit-tiny);
}

.u-margin-small {
  margin: var(--global-spacing-unit-small);
}

.u-margin-large {
  margin: var(--global-spacing-unit-large);
}

.u-margin-huge {
  margin: var(--global-spacing-unit-huge);
}

.u-margin-none {
  margin: 0;
}

.u-margin-top {
  margin-top: var(--global-spacing-unit);
}

.u-margin-top-tiny {
  margin-top: var(--global-spacing-unit-tiny);
}

.u-margin-top-small {
  margin-top: var(--global-spacing-unit-small);
}

.u-margin-top-large {
  margin-top: var(--global-spacing-unit-large);
}

.u-margin-top-huge {
  margin-top: var(--global-spacing-unit-huge);
}

.u-margin-top-none {
  margin-top: 0;
}

.u-margin-right {
  margin-right: var(--global-spacing-unit);
}

.u-margin-right-tiny {
  margin-right: var(--global-spacing-unit-tiny);
}

.u-margin-right-small {
  margin-right: var(--global-spacing-unit-small);
}

.u-margin-right-large {
  margin-right: var(--global-spacing-unit-large);
}

.u-margin-right-huge {
  margin-right: var(--global-spacing-unit-huge);
}

.u-margin-right-none {
  margin-right: 0;
}

.u-margin-bottom {
  margin-bottom: var(--global-spacing-unit);
}

.u-margin-bottom-tiny {
  margin-bottom: var(--global-spacing-unit-tiny);
}

.u-margin-bottom-small {
  margin-bottom: var(--global-spacing-unit-small);
}

.u-margin-bottom-large {
  margin-bottom: var(--global-spacing-unit-large);
}

.u-margin-bottom-huge {
  margin-bottom: var(--global-spacing-unit-huge);
}

.u-margin-bottom-none {
  margin-bottom: 0;
}

.u-margin-left {
  margin-left: var(--global-spacing-unit);
}

.u-margin-left-tiny {
  margin-left: var(--global-spacing-unit-tiny);
}

.u-margin-left-small {
  margin-left: var(--global-spacing-unit-small);
}

.u-margin-left-large {
  margin-left: var(--global-spacing-unit-large);
}

.u-margin-left-huge {
  margin-left: var(--global-spacing-unit-huge);
}

.u-margin-left-none {
  margin-left: 0;
}

.u-margin-horizontal {
  margin-left: var(--global-spacing-unit);
  margin-right: var(--global-spacing-unit);
}

.u-margin-horizontal-tiny {
  margin-left: var(--global-spacing-unit-tiny);
  margin-right: var(--global-spacing-unit-tiny);
}

.u-margin-horizontal-small {
  margin-left: var(--global-spacing-unit-small);
  margin-right: var(--global-spacing-unit-small);
}

.u-margin-horizontal-large {
  margin-left: var(--global-spacing-unit-large);
  margin-right: var(--global-spacing-unit-large);
}

.u-margin-horizontal-huge {
  margin-left: var(--global-spacing-unit-huge);
  margin-right: var(--global-spacing-unit-huge);
}

.u-margin-horizontal-none {
  margin-left: 0;
  margin-right: 0;
}

.u-margin-vertical {
  margin-top: var(--global-spacing-unit);
  margin-bottom: var(--global-spacing-unit);
}

.u-margin-vertical-tiny {
  margin-top: var(--global-spacing-unit-tiny);
  margin-bottom: var(--global-spacing-unit-tiny);
}

.u-margin-vertical-small {
  margin-top: var(--global-spacing-unit-small);
  margin-bottom: var(--global-spacing-unit-small);
}

.u-margin-vertical-large {
  margin-top: var(--global-spacing-unit-large);
  margin-bottom: var(--global-spacing-unit-large);
}

.u-margin-vertical-huge {
  margin-top: var(--global-spacing-unit-huge);
  margin-bottom: var(--global-spacing-unit-huge);
}

.u-margin-vertical-none {
  margin-top: 0;
  margin-bottom: 0;
}

/* ==========================================================================
   #RESPONSIVE VISIBILLITY
   ========================================================================== */
/**
 * 
 *
 *
 */
.u-hide {
  display: none !important;
}

@media (max-width: 47.99em) {
  .u-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 79.99em) {
  .u-hide-tablet {
    display: none !important;
  }
}

@media (min-width: 80em) {
  .u-hide-desktop {
    display: none !important;
  }
}

.u-flex {
  display: flex;
}

.u-flex-col {
  flex-direction: column;
  align-items: flex-start;
}

.u-flex-center {
  align-items: center;
  justify-content: center;
}

.u-full-height {
  height: 100%;
}

/* ==========================================================================
   #COLORS UTILITIES
   ========================================================================== */
/**
 * 
 *
 *
 */
.u-svgfill-color-brand-primary g {
  fill: var(--color-brand-primary);
}

.u-svgfill-color--brand-contrast g {
  fill: var(--color-brand-contrast);
}

.u-svgfill-color-text g {
  fill: var(--color-text);
}

.u-svgfill-color-link g {
  fill: var(--color-link);
}

.u-svgfill-color-link-hover g {
  fill: var(--color-link-hover);
}

.u-svgfill-color-text-invert g {
  fill: var(--color-text-invert);
}

.u-svgfill-color-background g {
  fill: var(--color-background);
}

.u-svgfill-color-background-invert g {
  fill: var(--color-background-invert);
}

.u-margin-top-lg {
  margin-top: var(--global-spacing-unit);
}
@media (min-width: 48em) {
  .u-margin-top-lg {
    margin-top: var(--global-spacing-unit-large);
  }
}

.u-margin-bottom-lg {
  margin-bottom: var(--global-spacing-unit);
}
@media (min-width: 48em) {
  .u-margin-bottom-lg {
    margin-bottom: var(--global-spacing-unit-large);
  }
}

.u-margin-bottom-none {
  margin-bottom: 0;
}

/* ==========================================================================
   #DECORATION UTILITIES
   ========================================================================== */
.u-border-thin {
  border: 1px solid var(--color-text);
}
.u-border-thin--top {
  border-width: 0;
  border-top-width: 1px;
}
.u-border-thin--right {
  border-width: 0;
  border-right-width: 1px;
}
.u-border-thin--bottom {
  border-width: 0;
  border-bottom-width: 1px;
}
.u-border-thin--left {
  border-width: 0;
  border-left-width: 1px;
}

:root {
  --direction: reverse ;
}

.logo_mw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
.logo_mw polyline {
  stroke-dasharray: 4707.9565429688;
  stroke-dashoffset: 4707.9565429688;
  animation: dashdraw 3s forwards;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
}

@keyframes dashdraw {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 4707.9565429688;
  }
}
