@charset "UTF-8";
/*! systematize.scss | MIT License | github.com/mvasilkov/systematize */
/* Document
   ========================================================================== */
/*
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Set large line height in all browsers (opinionated).
 * 3. Force a non-overlapping, non-auto-hiding scrollbar in IE11 and Edge.
 * 4. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: -apple-system, "Segoe UI", system-ui, Roboto, "Helvetica Neue", sans-serif;
  line-height: 1.58;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
}

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

/*
 * 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.
 */
main {
  display: block;
}

/*
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/*
 * 1. Change the default monospaced font family in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "SFMono-Regular", "SF Mono", "Ubuntu Mono", Consolas, "DejaVu Sans Mono", Menlo, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
/*
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/*
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/*
 * 1. Change the default monospaced font family in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: "SFMono-Regular", "SF Mono", "Ubuntu Mono", Consolas, "DejaVu Sans Mono", Menlo, monospace;
  font-size: 1em;
}

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

/*
 * 1. Remove the text shadow on text selections (opinionated).
 * 2. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b2d7ff;
  text-shadow: none;
}

::selection {
  background-color: #b2d7ff;
  text-shadow: none;
}

/* Embedded content
   ========================================================================== */
/*
 * Remove the border on `iframe` elements in all browsers (opinionated).
 */
iframe {
  border: 0;
}

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

/* Tabular data
   ========================================================================== */
/*
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms
   ========================================================================== */
/*
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/*
 * Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/*
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/*
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/*
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/*
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/*
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/*
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/*
 * 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;
  outline-offset: -2px;
}

/*
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * 1. Correct the inability to style clickable types in iOS and Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
}

/* Interactive elements
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

/* User interaction
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

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

/*
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 */
[tabindex="-1"]:focus {
  outline: 0;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.pre-container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1220px) {
  .pre-container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pre-width-viewport {
  width: 100vw;
}

.pre-height-viewport {
  height: 100vh;
}

.pre-height-1-1 {
  height: 100%;
}

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

.pre-padding-verysmall {
  padding: 10px;
}

.pre-padding-x-verysmall {
  padding-left: 10px;
  padding-right: 10px;
}

.pre-padding-y-verysmall {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pre-padding-top-verysmall {
  padding-top: 10px;
}

.pre-padding-bottom-verysmall {
  padding-bottom: 10px;
}

.pre-padding-left-verysmall {
  padding-left: 10px;
}

.pre-padding-right-verysmall {
  padding-right: 10px;
}

.pre-margin-verysmall {
  margin: 10px;
}

.pre-margin-x-verysmall {
  margin-left: 10px;
  margin-right: 10px;
}

.pre-margin-y-verysmall {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.pre-margin-top-verysmall {
  margin-top: 10px;
}

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

.pre-margin-bottom-verysmall {
  margin-bottom: 10px;
}

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

.pre-margin-left-verysmall {
  margin-left: 10px;
}

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

.pre-margin-right-verysmall {
  margin-right: 10px;
}

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

.pre-padding-small {
  padding: 16px;
}

.pre-padding-x-small {
  padding-left: 16px;
  padding-right: 16px;
}

.pre-padding-y-small {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pre-padding-top-small {
  padding-top: 16px;
}

.pre-padding-bottom-small {
  padding-bottom: 16px;
}

.pre-padding-left-small {
  padding-left: 16px;
}

.pre-padding-right-small {
  padding-right: 16px;
}

.pre-margin-small {
  margin: 16px;
}

.pre-margin-x-small {
  margin-left: 16px;
  margin-right: 16px;
}

.pre-margin-y-small {
  margin-top: 16px;
  margin-bottom: 16px;
}

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

.pre-margin-top-small {
  margin-top: 16px;
}

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

.pre-margin-bottom-small {
  margin-bottom: 16px;
}

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

.pre-margin-left-small {
  margin-left: 16px;
}

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

.pre-margin-right-small {
  margin-right: 16px;
}

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

.pre-padding-medium {
  padding: 32px;
}

.pre-padding-x-medium {
  padding-left: 32px;
  padding-right: 32px;
}

.pre-padding-y-medium {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pre-padding-top-medium {
  padding-top: 32px;
}

.pre-padding-bottom-medium {
  padding-bottom: 32px;
}

.pre-padding-left-medium {
  padding-left: 32px;
}

.pre-padding-right-medium {
  padding-right: 32px;
}

.pre-margin-medium {
  margin: 32px;
}

.pre-margin-x-medium {
  margin-left: 32px;
  margin-right: 32px;
}

.pre-margin-y-medium {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.pre-margin-top-medium {
  margin-top: 32px;
}

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

.pre-margin-bottom-medium {
  margin-bottom: 32px;
}

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

.pre-margin-left-medium {
  margin-left: 32px;
}

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

.pre-margin-right-medium {
  margin-right: 32px;
}

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

.pre-padding-large {
  padding: 64px;
}

.pre-padding-x-large {
  padding-left: 64px;
  padding-right: 64px;
}

.pre-padding-y-large {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pre-padding-top-large {
  padding-top: 64px;
}

.pre-padding-bottom-large {
  padding-bottom: 64px;
}

.pre-padding-left-large {
  padding-left: 64px;
}

.pre-padding-right-large {
  padding-right: 64px;
}

.pre-margin-large {
  margin: 64px;
}

.pre-margin-x-large {
  margin-left: 64px;
  margin-right: 64px;
}

.pre-margin-y-large {
  margin-top: 64px;
  margin-bottom: 64px;
}

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

.pre-margin-top-large {
  margin-top: 64px;
}

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

.pre-margin-bottom-large {
  margin-bottom: 64px;
}

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

.pre-margin-left-large {
  margin-left: 64px;
}

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

.pre-margin-right-large {
  margin-right: 64px;
}

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

.pre-color-primary {
  color: #FAD03C;
}

.pre-background-color-primary {
  background-color: #FAD03C;
}

.pre-color-secondary {
  color: #ddd;
}

.pre-background-color-secondary {
  background-color: #ddd;
}

.pre-color-yellow {
  color: #FAD03C;
}

.pre-background-color-yellow {
  background-color: #FAD03C;
}

.pre-color-red {
  color: #D44A53;
}

.pre-background-color-red {
  background-color: #D44A53;
}

.pre-color-black8 {
  color: rgba(0, 0, 0, 0.8);
}

.pre-background-color-black8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.pre-color-black7 {
  color: rgba(0, 0, 0, 0.7);
}

.pre-background-color-black7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.pre-color-black6 {
  color: rgba(0, 0, 0, 0.6);
}

.pre-background-color-black6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.pre-color-black5 {
  color: rgba(0, 0, 0, 0.5);
}

.pre-background-color-black5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.pre-color-black4 {
  color: rgba(0, 0, 0, 0.4);
}

.pre-background-color-black4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.pre-color-black3 {
  color: rgba(0, 0, 0, 0.3);
}

.pre-background-color-black3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.pre-color-black2 {
  color: rgba(0, 0, 0, 0.2);
}

.pre-background-color-black2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.pre-color-black1 {
  color: rgba(0, 0, 0, 0.1);
}

.pre-background-color-black1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.pre-border {
  border: none;
  border: 1px solid #FAD03C;
}

.pre-border-top {
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FAD03C;
}

.pre-border-bottom {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FAD03C;
}

.pre-border-left {
  border: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FAD03C;
}

.pre-border-right {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FAD03C;
}

.pre-border-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #FAD03C;
}

.pre-border-top-primary {
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FAD03C;
}

.pre-border-bottom-primary, hr, .pre-hr {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FAD03C;
}

.pre-border-left-primary {
  border: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FAD03C;
}

.pre-border-right-primary {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FAD03C;
}

.pre-border-color-primary {
  border-color: #FAD03C;
}

.pre-border-color-top-primary {
  border-top-color: #FAD03C;
}

.pre-border-color-bottom-primary {
  border-bottom-color: #FAD03C;
}

.pre-border-color-left-primary {
  border-left-color: #FAD03C;
}

.pre-border-color-right-primary {
  border-right-color: #FAD03C;
}

.pre-border-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}

.pre-border-top-secondary {
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ddd;
}

.pre-border-bottom-secondary {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
}

.pre-border-left-secondary {
  border: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ddd;
}

.pre-border-right-secondary {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ddd;
}

.pre-border-color-secondary {
  border-color: #ddd;
}

.pre-border-color-top-secondary {
  border-top-color: #ddd;
}

.pre-border-color-bottom-secondary {
  border-bottom-color: #ddd;
}

.pre-border-color-left-secondary {
  border-left-color: #ddd;
}

.pre-border-color-right-secondary {
  border-right-color: #ddd;
}

.pre-border-yellow {
  border-width: 1px;
  border-style: solid;
  border-color: #FAD03C;
}

.pre-border-top-yellow {
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FAD03C;
}

.pre-border-bottom-yellow {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FAD03C;
}

.pre-border-left-yellow {
  border: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FAD03C;
}

.pre-border-right-yellow {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FAD03C;
}

.pre-border-color-yellow {
  border-color: #FAD03C;
}

.pre-border-color-top-yellow {
  border-top-color: #FAD03C;
}

.pre-border-color-bottom-yellow {
  border-bottom-color: #FAD03C;
}

.pre-border-color-left-yellow {
  border-left-color: #FAD03C;
}

.pre-border-color-right-yellow {
  border-right-color: #FAD03C;
}

.pre-border-red {
  border-width: 1px;
  border-style: solid;
  border-color: #D44A53;
}

.pre-border-top-red {
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D44A53;
}

.pre-border-bottom-red {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D44A53;
}

.pre-border-left-red {
  border: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #D44A53;
}

.pre-border-right-red {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D44A53;
}

.pre-border-color-red {
  border-color: #D44A53;
}

.pre-border-color-top-red {
  border-top-color: #D44A53;
}

.pre-border-color-bottom-red {
  border-bottom-color: #D44A53;
}

.pre-border-color-left-red {
  border-left-color: #D44A53;
}

.pre-border-color-right-red {
  border-right-color: #D44A53;
}

:root {
  font-family: "D-DIN";
  font-size: 17px;
}
@media (min-width: 480px) {
  :root {
    font-size: 17px;
  }
}
@media (min-width: 600px) {
  :root {
    font-size: 17px;
  }
}
@media (min-width: 840px) {
  :root {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  :root {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 20px;
  }
}

h1 {
  font-size: 3rem;
  font-family: "D-DIN";
}

h2 {
  font-size: 2.5rem;
  font-family: "D-DIN";
}

h3 {
  font-size: 1.88rem;
  font-family: "D-DIN";
}

h4 {
  font-size: 1.75rem;
  font-family: "D-DIN";
}

h5 {
  font-size: 1.25rem;
  font-family: "D-DIN";
}

h6 {
  font-size: 1.25rem;
  font-family: "D-DIN";
}

.pre-text-left {
  text-align: left;
}

.pre-text-right {
  text-align: right;
}

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

.pre-text-small {
  font-size: 0.8rem;
}

.pre-text-large {
  font-size: 1.75rem;
}

.pre-text-medium {
  font-size: 1.75rem;
}

.pre-flex {
  display: flex;
  flex-direction: row;
}

.pre-flex-row {
  display: flex;
  flex-direction: row;
}

.pre-flex-column {
  display: flex;
  flex-direction: column;
}

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

.pre-flex-fixed {
  flex-grow: 0;
  flex-shrink: 0;
}

.pre-flex-fluid {
  flex-grow: 1;
  flex-shrink: 1;
}

@media (min-width: 480px) {
  .pre-flex-column-xs {
    flex-direction: column;
  }

  .pre-flex-row-xs {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .pre-flex-column-s {
    flex-direction: column;
  }

  .pre-flex-row-s {
    flex-direction: row;
  }
}
@media (min-width: 840px) {
  .pre-flex-column-m {
    flex-direction: column;
  }

  .pre-flex-row-m {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .pre-flex-column-l {
    flex-direction: column;
  }

  .pre-flex-row-l {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .pre-flex-column-xl {
    flex-direction: column;
  }

  .pre-flex-row-xl {
    flex-direction: row;
  }
}
@media (max-width: 479px) {
  .pre-flex-column-xxs-max {
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .pre-flex-row-xxs-max {
    flex-direction: row;
  }
}

@media (max-width: 599px) {
  .pre-flex-column-x-max {
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .pre-flex-row-x-max {
    flex-direction: row;
  }
}

@media (max-width: 839px) {
  .pre-flex-column-s-max {
    flex-direction: column;
  }
}

@media (max-width: 839px) {
  .pre-flex-row-s-max {
    flex-direction: row;
  }
}

@media (max-width: 959px) {
  .pre-flex-column-m-max {
    flex-direction: column;
  }
}

@media (max-width: 959px) {
  .pre-flex-row-m-max {
    flex-direction: row;
  }
}

@media (max-width: 1199px) {
  .pre-flex-column-l-max {
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .pre-flex-row-l-max {
    flex-direction: row;
  }
}

a {
  color: black;
  text-decoration: none;
}

.pre-list {
  padding-left: 0;
}
.pre-list li {
  list-style: none;
}
.pre-list ul {
  padding-left: 0;
}

.pre-list-nested {
  padding-left: 0;
}
.pre-list-nested li {
  list-style: none;
}
.pre-list-nested li ul {
  padding-left: 1em;
}

hr, .pre-hr {
  margin-top: 64px;
  margin-bottom: 64px;
  position: relative;
}
hr-primary, .pre-hr-primary {
  border-color: #FAD03C;
}
hr-secondary, .pre-hr-secondary {
  border-color: #ddd;
}
hr-yellow, .pre-hr-yellow {
  border-color: #FAD03C;
}
hr-red, .pre-hr-red {
  border-color: #D44A53;
}

.pre-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pre-grid--fixed {
  flex-wrap: nowrap;
}

.pre-width-1-1 {
  width: calc(100%);
}

.pre-width-1-2 {
  width: calc(50%);
}

.pre-width-1-3 {
  width: calc(33%);
}

.pre-width-2-3 {
  width: calc(66%);
}

.pre-width-1-4 {
  width: calc(25%);
}

.pre-width-2-4 {
  width: calc(50%);
}

.pre-width-3-4 {
  width: calc(75%);
}

.pre-width-1-5 {
  width: calc(20%);
}

.pre-width-2-5 {
  width: calc(40%);
}

.pre-width-3-5 {
  width: calc(60%);
}

.pre-width-4-5 {
  width: calc(80%);
}

.pre-width-1-6 {
  width: calc(16.6%);
}

.pre-width-2-6 {
  width: calc(33.2%);
}

.pre-width-3-6 {
  width: calc(49.8%);
}

.pre-width-4-6 {
  width: calc(66.4%);
}

.pre-width-5-6 {
  width: calc(83%);
}

.pre-grid .pre-width-1-1 {
  width: calc(100%);
}
.pre-grid .pre-width-1-2 {
  width: calc(50% - 40px);
}
.pre-grid .pre-width-1-3 {
  width: calc(33% - 40px);
}
.pre-grid .pre-width-2-3 {
  width: calc(66% - 40px);
}
.pre-grid .pre-width-1-4 {
  width: calc(25% - 40px);
}
.pre-grid .pre-width-2-4 {
  width: calc(50% - 40px);
}
.pre-grid .pre-width-3-4 {
  width: calc(75% - 40px);
}
.pre-grid .pre-width-1-5 {
  width: calc(20% - 40px);
}
.pre-grid .pre-width-2-5 {
  width: calc(40% - 40px);
}
.pre-grid .pre-width-3-5 {
  width: calc(60% - 40px);
}
.pre-grid .pre-width-4-5 {
  width: calc(80% - 40px);
}
.pre-grid .pre-width-1-6 {
  width: calc(16.6% - 40px);
}
.pre-grid .pre-width-2-6 {
  width: calc(33.2% - 40px);
}
.pre-grid .pre-width-3-6 {
  width: calc(49.8% - 40px);
}
.pre-grid .pre-width-4-6 {
  width: calc(66.4% - 40px);
}
.pre-grid .pre-width-5-6 {
  width: calc(83% - 40px);
}

.pre-grid-large .pre-width-1-1 {
  width: calc(100%);
}
.pre-grid-large .pre-width-1-2 {
  width: calc(50% - 50px);
}
.pre-grid-large .pre-width-1-3 {
  width: calc(33% - 50px);
}
.pre-grid-large .pre-width-2-3 {
  width: calc(66% - 50px);
}
.pre-grid-large .pre-width-1-4 {
  width: calc(25% - 50px);
}
.pre-grid-large .pre-width-2-4 {
  width: calc(50% - 50px);
}
.pre-grid-large .pre-width-3-4 {
  width: calc(75% - 50px);
}
.pre-grid-large .pre-width-1-5 {
  width: calc(20% - 50px);
}
.pre-grid-large .pre-width-2-5 {
  width: calc(40% - 50px);
}
.pre-grid-large .pre-width-3-5 {
  width: calc(60% - 50px);
}
.pre-grid-large .pre-width-4-5 {
  width: calc(80% - 50px);
}
.pre-grid-large .pre-width-1-6 {
  width: calc(16.6% - 50px);
}
.pre-grid-large .pre-width-2-6 {
  width: calc(33.2% - 50px);
}
.pre-grid-large .pre-width-3-6 {
  width: calc(49.8% - 50px);
}
.pre-grid-large .pre-width-4-6 {
  width: calc(66.4% - 50px);
}
.pre-grid-large .pre-width-5-6 {
  width: calc(83% - 50px);
}
@media (min-width: 480px) {
  .pre-width-1-2\@xs {
    width: calc(50%);
  }

  .pre-width-1-3\@xs {
    width: calc(33%);
  }

  .pre-width-2-3\@xs {
    width: calc(66%);
  }

  .pre-width-1-4\@xs {
    width: calc(25%);
  }

  .pre-width-2-4\@xs {
    width: calc(50%);
  }

  .pre-width-3-4\@xs {
    width: calc(75%);
  }

  .pre-width-1-5\@xs {
    width: calc(20%);
  }

  .pre-width-2-5\@xs {
    width: calc(40%);
  }

  .pre-width-3-5\@xs {
    width: calc(60%);
  }

  .pre-width-4-5\@xs {
    width: calc(80%);
  }

  .pre-width-1-6\@xs {
    width: calc(16.6%);
  }

  .pre-width-2-6\@xs {
    width: calc(33.2%);
  }

  .pre-width-3-6\@xs {
    width: calc(49.8%);
  }

  .pre-width-4-6\@xs {
    width: calc(66.4%);
  }

  .pre-width-5-6\@xs {
    width: calc(83%);
  }

  .pre-grid .pre-width-1-2\@xs {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-1-3\@xs {
    width: calc(33% - 40px);
  }
  .pre-grid .pre-width-2-3\@xs {
    width: calc(66% - 40px);
  }
  .pre-grid .pre-width-1-4\@xs {
    width: calc(25% - 40px);
  }
  .pre-grid .pre-width-2-4\@xs {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-3-4\@xs {
    width: calc(75% - 40px);
  }
  .pre-grid .pre-width-1-5\@xs {
    width: calc(20% - 40px);
  }
  .pre-grid .pre-width-2-5\@xs {
    width: calc(40% - 40px);
  }
  .pre-grid .pre-width-3-5\@xs {
    width: calc(60% - 40px);
  }
  .pre-grid .pre-width-4-5\@xs {
    width: calc(80% - 40px);
  }
  .pre-grid .pre-width-1-6\@xs {
    width: calc(16.6% - 40px);
  }
  .pre-grid .pre-width-2-6\@xs {
    width: calc(33.2% - 40px);
  }
  .pre-grid .pre-width-3-6\@xs {
    width: calc(49.8% - 40px);
  }
  .pre-grid .pre-width-4-6\@xs {
    width: calc(66.4% - 40px);
  }
  .pre-grid .pre-width-5-6\@xs {
    width: calc(83% - 40px);
  }

  .pre-grid-large .pre-width-1-1\@xs {
    width: calc(100%);
  }
  .pre-grid-large .pre-width-1-2\@xs {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-1-3\@xs {
    width: calc(33% - 50px);
  }
  .pre-grid-large .pre-width-2-3\@xs {
    width: calc(66% - 50px);
  }
  .pre-grid-large .pre-width-1-4\@xs {
    width: calc(25% - 50px);
  }
  .pre-grid-large .pre-width-2-4\@xs {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-3-4\@xs {
    width: calc(75% - 50px);
  }
  .pre-grid-large .pre-width-1-5\@xs {
    width: calc(20% - 50px);
  }
  .pre-grid-large .pre-width-2-5\@xs {
    width: calc(40% - 50px);
  }
  .pre-grid-large .pre-width-3-5\@xs {
    width: calc(60% - 50px);
  }
  .pre-grid-large .pre-width-4-5\@xs {
    width: calc(80% - 50px);
  }
  .pre-grid-large .pre-width-1-6\@xs {
    width: calc(16.6% - 50px);
  }
  .pre-grid-large .pre-width-2-6\@xs {
    width: calc(33.2% - 50px);
  }
  .pre-grid-large .pre-width-3-6\@xs {
    width: calc(49.8% - 50px);
  }
  .pre-grid-large .pre-width-4-6\@xs {
    width: calc(66.4% - 50px);
  }
  .pre-grid-large .pre-width-5-6\@xs {
    width: calc(83% - 50px);
  }
}
@media (min-width: 600px) {
  .pre-width-1-2\@s {
    width: calc(50%);
  }

  .pre-width-1-3\@s {
    width: calc(33%);
  }

  .pre-width-2-3\@s {
    width: calc(66%);
  }

  .pre-width-1-4\@s {
    width: calc(25%);
  }

  .pre-width-2-4\@s {
    width: calc(50%);
  }

  .pre-width-3-4\@s {
    width: calc(75%);
  }

  .pre-width-1-5\@s {
    width: calc(20%);
  }

  .pre-width-2-5\@s {
    width: calc(40%);
  }

  .pre-width-3-5\@s {
    width: calc(60%);
  }

  .pre-width-4-5\@s {
    width: calc(80%);
  }

  .pre-width-1-6\@s {
    width: calc(16.6%);
  }

  .pre-width-2-6\@s {
    width: calc(33.2%);
  }

  .pre-width-3-6\@s {
    width: calc(49.8%);
  }

  .pre-width-4-6\@s {
    width: calc(66.4%);
  }

  .pre-width-5-6\@s {
    width: calc(83%);
  }

  .pre-grid .pre-width-1-2\@s {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-1-3\@s {
    width: calc(33% - 40px);
  }
  .pre-grid .pre-width-2-3\@s {
    width: calc(66% - 40px);
  }
  .pre-grid .pre-width-1-4\@s {
    width: calc(25% - 40px);
  }
  .pre-grid .pre-width-2-4\@s {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-3-4\@s {
    width: calc(75% - 40px);
  }
  .pre-grid .pre-width-1-5\@s {
    width: calc(20% - 40px);
  }
  .pre-grid .pre-width-2-5\@s {
    width: calc(40% - 40px);
  }
  .pre-grid .pre-width-3-5\@s {
    width: calc(60% - 40px);
  }
  .pre-grid .pre-width-4-5\@s {
    width: calc(80% - 40px);
  }
  .pre-grid .pre-width-1-6\@s {
    width: calc(16.6% - 40px);
  }
  .pre-grid .pre-width-2-6\@s {
    width: calc(33.2% - 40px);
  }
  .pre-grid .pre-width-3-6\@s {
    width: calc(49.8% - 40px);
  }
  .pre-grid .pre-width-4-6\@s {
    width: calc(66.4% - 40px);
  }
  .pre-grid .pre-width-5-6\@s {
    width: calc(83% - 40px);
  }

  .pre-grid-large .pre-width-1-1\@s {
    width: calc(100%);
  }
  .pre-grid-large .pre-width-1-2\@s {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-1-3\@s {
    width: calc(33% - 50px);
  }
  .pre-grid-large .pre-width-2-3\@s {
    width: calc(66% - 50px);
  }
  .pre-grid-large .pre-width-1-4\@s {
    width: calc(25% - 50px);
  }
  .pre-grid-large .pre-width-2-4\@s {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-3-4\@s {
    width: calc(75% - 50px);
  }
  .pre-grid-large .pre-width-1-5\@s {
    width: calc(20% - 50px);
  }
  .pre-grid-large .pre-width-2-5\@s {
    width: calc(40% - 50px);
  }
  .pre-grid-large .pre-width-3-5\@s {
    width: calc(60% - 50px);
  }
  .pre-grid-large .pre-width-4-5\@s {
    width: calc(80% - 50px);
  }
  .pre-grid-large .pre-width-1-6\@s {
    width: calc(16.6% - 50px);
  }
  .pre-grid-large .pre-width-2-6\@s {
    width: calc(33.2% - 50px);
  }
  .pre-grid-large .pre-width-3-6\@s {
    width: calc(49.8% - 50px);
  }
  .pre-grid-large .pre-width-4-6\@s {
    width: calc(66.4% - 50px);
  }
  .pre-grid-large .pre-width-5-6\@s {
    width: calc(83% - 50px);
  }
}
@media (min-width: 840px) {
  .pre-width-1-2\@m {
    width: calc(50%);
  }

  .pre-width-1-3\@m {
    width: calc(33%);
  }

  .pre-width-2-3\@m {
    width: calc(66%);
  }

  .pre-width-1-4\@m {
    width: calc(25%);
  }

  .pre-width-2-4\@m {
    width: calc(50%);
  }

  .pre-width-3-4\@m {
    width: calc(75%);
  }

  .pre-width-1-5\@m {
    width: calc(20%);
  }

  .pre-width-2-5\@m {
    width: calc(40%);
  }

  .pre-width-3-5\@m {
    width: calc(60%);
  }

  .pre-width-4-5\@m {
    width: calc(80%);
  }

  .pre-width-1-6\@m {
    width: calc(16.6%);
  }

  .pre-width-2-6\@m {
    width: calc(33.2%);
  }

  .pre-width-3-6\@m {
    width: calc(49.8%);
  }

  .pre-width-4-6\@m {
    width: calc(66.4%);
  }

  .pre-width-5-6\@m {
    width: calc(83%);
  }

  .pre-grid .pre-width-1-2\@m {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-1-3\@m {
    width: calc(33% - 40px);
  }
  .pre-grid .pre-width-2-3\@m {
    width: calc(66% - 40px);
  }
  .pre-grid .pre-width-1-4\@m {
    width: calc(25% - 40px);
  }
  .pre-grid .pre-width-2-4\@m {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-3-4\@m {
    width: calc(75% - 40px);
  }
  .pre-grid .pre-width-1-5\@m {
    width: calc(20% - 40px);
  }
  .pre-grid .pre-width-2-5\@m {
    width: calc(40% - 40px);
  }
  .pre-grid .pre-width-3-5\@m {
    width: calc(60% - 40px);
  }
  .pre-grid .pre-width-4-5\@m {
    width: calc(80% - 40px);
  }
  .pre-grid .pre-width-1-6\@m {
    width: calc(16.6% - 40px);
  }
  .pre-grid .pre-width-2-6\@m {
    width: calc(33.2% - 40px);
  }
  .pre-grid .pre-width-3-6\@m {
    width: calc(49.8% - 40px);
  }
  .pre-grid .pre-width-4-6\@m {
    width: calc(66.4% - 40px);
  }
  .pre-grid .pre-width-5-6\@m {
    width: calc(83% - 40px);
  }

  .pre-grid-large .pre-width-1-1\@m {
    width: calc(100%);
  }
  .pre-grid-large .pre-width-1-2\@m {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-1-3\@m {
    width: calc(33% - 50px);
  }
  .pre-grid-large .pre-width-2-3\@m {
    width: calc(66% - 50px);
  }
  .pre-grid-large .pre-width-1-4\@m {
    width: calc(25% - 50px);
  }
  .pre-grid-large .pre-width-2-4\@m {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-3-4\@m {
    width: calc(75% - 50px);
  }
  .pre-grid-large .pre-width-1-5\@m {
    width: calc(20% - 50px);
  }
  .pre-grid-large .pre-width-2-5\@m {
    width: calc(40% - 50px);
  }
  .pre-grid-large .pre-width-3-5\@m {
    width: calc(60% - 50px);
  }
  .pre-grid-large .pre-width-4-5\@m {
    width: calc(80% - 50px);
  }
  .pre-grid-large .pre-width-1-6\@m {
    width: calc(16.6% - 50px);
  }
  .pre-grid-large .pre-width-2-6\@m {
    width: calc(33.2% - 50px);
  }
  .pre-grid-large .pre-width-3-6\@m {
    width: calc(49.8% - 50px);
  }
  .pre-grid-large .pre-width-4-6\@m {
    width: calc(66.4% - 50px);
  }
  .pre-grid-large .pre-width-5-6\@m {
    width: calc(83% - 50px);
  }
}
@media (min-width: 960px) {
  .pre-width-1-2\@l {
    width: calc(50%);
  }

  .pre-width-1-3\@l {
    width: calc(33%);
  }

  .pre-width-2-3\@l {
    width: calc(66%);
  }

  .pre-width-1-4\@l {
    width: calc(25%);
  }

  .pre-width-2-4\@l {
    width: calc(50%);
  }

  .pre-width-3-4\@l {
    width: calc(75%);
  }

  .pre-width-1-5\@l {
    width: calc(20%);
  }

  .pre-width-2-5\@l {
    width: calc(40%);
  }

  .pre-width-3-5\@l {
    width: calc(60%);
  }

  .pre-width-4-5\@l {
    width: calc(80%);
  }

  .pre-width-1-6\@l {
    width: calc(16.6%);
  }

  .pre-width-2-6\@l {
    width: calc(33.2%);
  }

  .pre-width-3-6\@l {
    width: calc(49.8%);
  }

  .pre-width-4-6\@l {
    width: calc(66.4%);
  }

  .pre-width-5-6\@l {
    width: calc(83%);
  }

  .pre-grid .pre-width-1-2\@l {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-1-3\@l {
    width: calc(33% - 40px);
  }
  .pre-grid .pre-width-2-3\@l {
    width: calc(66% - 40px);
  }
  .pre-grid .pre-width-1-4\@l {
    width: calc(25% - 40px);
  }
  .pre-grid .pre-width-2-4\@l {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-3-4\@l {
    width: calc(75% - 40px);
  }
  .pre-grid .pre-width-1-5\@l {
    width: calc(20% - 40px);
  }
  .pre-grid .pre-width-2-5\@l {
    width: calc(40% - 40px);
  }
  .pre-grid .pre-width-3-5\@l {
    width: calc(60% - 40px);
  }
  .pre-grid .pre-width-4-5\@l {
    width: calc(80% - 40px);
  }
  .pre-grid .pre-width-1-6\@l {
    width: calc(16.6% - 40px);
  }
  .pre-grid .pre-width-2-6\@l {
    width: calc(33.2% - 40px);
  }
  .pre-grid .pre-width-3-6\@l {
    width: calc(49.8% - 40px);
  }
  .pre-grid .pre-width-4-6\@l {
    width: calc(66.4% - 40px);
  }
  .pre-grid .pre-width-5-6\@l {
    width: calc(83% - 40px);
  }

  .pre-grid-large .pre-width-1-1\@l {
    width: calc(100%);
  }
  .pre-grid-large .pre-width-1-2\@l {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-1-3\@l {
    width: calc(33% - 50px);
  }
  .pre-grid-large .pre-width-2-3\@l {
    width: calc(66% - 50px);
  }
  .pre-grid-large .pre-width-1-4\@l {
    width: calc(25% - 50px);
  }
  .pre-grid-large .pre-width-2-4\@l {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-3-4\@l {
    width: calc(75% - 50px);
  }
  .pre-grid-large .pre-width-1-5\@l {
    width: calc(20% - 50px);
  }
  .pre-grid-large .pre-width-2-5\@l {
    width: calc(40% - 50px);
  }
  .pre-grid-large .pre-width-3-5\@l {
    width: calc(60% - 50px);
  }
  .pre-grid-large .pre-width-4-5\@l {
    width: calc(80% - 50px);
  }
  .pre-grid-large .pre-width-1-6\@l {
    width: calc(16.6% - 50px);
  }
  .pre-grid-large .pre-width-2-6\@l {
    width: calc(33.2% - 50px);
  }
  .pre-grid-large .pre-width-3-6\@l {
    width: calc(49.8% - 50px);
  }
  .pre-grid-large .pre-width-4-6\@l {
    width: calc(66.4% - 50px);
  }
  .pre-grid-large .pre-width-5-6\@l {
    width: calc(83% - 50px);
  }
}
@media (min-width: 1200px) {
  .pre-width-1-2\@xl {
    width: calc(50%);
  }

  .pre-width-1-3\@xl {
    width: calc(33%);
  }

  .pre-width-2-3\@xl {
    width: calc(66%);
  }

  .pre-width-1-4\@xl {
    width: calc(25%);
  }

  .pre-width-2-4\@xl {
    width: calc(50%);
  }

  .pre-width-3-4\@xl {
    width: calc(75%);
  }

  .pre-width-1-5\@xl {
    width: calc(20%);
  }

  .pre-width-2-5\@xl {
    width: calc(40%);
  }

  .pre-width-3-5\@xl {
    width: calc(60%);
  }

  .pre-width-4-5\@xl {
    width: calc(80%);
  }

  .pre-width-1-6\@xl {
    width: calc(16.6%);
  }

  .pre-width-2-6\@xl {
    width: calc(33.2%);
  }

  .pre-width-3-6\@xl {
    width: calc(49.8%);
  }

  .pre-width-4-6\@xl {
    width: calc(66.4%);
  }

  .pre-width-5-6\@xl {
    width: calc(83%);
  }

  .pre-grid .pre-width-1-2\@xl {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-1-3\@xl {
    width: calc(33% - 40px);
  }
  .pre-grid .pre-width-2-3\@xl {
    width: calc(66% - 40px);
  }
  .pre-grid .pre-width-1-4\@xl {
    width: calc(25% - 40px);
  }
  .pre-grid .pre-width-2-4\@xl {
    width: calc(50% - 40px);
  }
  .pre-grid .pre-width-3-4\@xl {
    width: calc(75% - 40px);
  }
  .pre-grid .pre-width-1-5\@xl {
    width: calc(20% - 40px);
  }
  .pre-grid .pre-width-2-5\@xl {
    width: calc(40% - 40px);
  }
  .pre-grid .pre-width-3-5\@xl {
    width: calc(60% - 40px);
  }
  .pre-grid .pre-width-4-5\@xl {
    width: calc(80% - 40px);
  }
  .pre-grid .pre-width-1-6\@xl {
    width: calc(16.6% - 40px);
  }
  .pre-grid .pre-width-2-6\@xl {
    width: calc(33.2% - 40px);
  }
  .pre-grid .pre-width-3-6\@xl {
    width: calc(49.8% - 40px);
  }
  .pre-grid .pre-width-4-6\@xl {
    width: calc(66.4% - 40px);
  }
  .pre-grid .pre-width-5-6\@xl {
    width: calc(83% - 40px);
  }

  .pre-grid-large .pre-width-1-1\@xl {
    width: calc(100%);
  }
  .pre-grid-large .pre-width-1-2\@xl {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-1-3\@xl {
    width: calc(33% - 50px);
  }
  .pre-grid-large .pre-width-2-3\@xl {
    width: calc(66% - 50px);
  }
  .pre-grid-large .pre-width-1-4\@xl {
    width: calc(25% - 50px);
  }
  .pre-grid-large .pre-width-2-4\@xl {
    width: calc(50% - 50px);
  }
  .pre-grid-large .pre-width-3-4\@xl {
    width: calc(75% - 50px);
  }
  .pre-grid-large .pre-width-1-5\@xl {
    width: calc(20% - 50px);
  }
  .pre-grid-large .pre-width-2-5\@xl {
    width: calc(40% - 50px);
  }
  .pre-grid-large .pre-width-3-5\@xl {
    width: calc(60% - 50px);
  }
  .pre-grid-large .pre-width-4-5\@xl {
    width: calc(80% - 50px);
  }
  .pre-grid-large .pre-width-1-6\@xl {
    width: calc(16.6% - 50px);
  }
  .pre-grid-large .pre-width-2-6\@xl {
    width: calc(33.2% - 50px);
  }
  .pre-grid-large .pre-width-3-6\@xl {
    width: calc(49.8% - 50px);
  }
  .pre-grid-large .pre-width-4-6\@xl {
    width: calc(66.4% - 50px);
  }
  .pre-grid-large .pre-width-5-6\@xl {
    width: calc(83% - 50px);
  }
}
:root {
  font-family: "D-DIN";
  color: rgba(0, 0, 0, 0.7);
}

::-moz-selection {
  color: white;
  background: black;
  /* WebKit/Blink Browsers */
}

::selection {
  color: white;
  background: black;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  color: #fff;
  background: black;
  /* Gecko Browsers */
}

img {
  max-width: 100%;
}

a {
  border-radius: 0.5em;
  padding: 0.2em;
  transition: background 0.4s ease, color 0.4s ease, text-shadow 0.4s ease;
}
a:hover {
  background: rgba(0, 0, 0, 0.1);
}
a.pre-color-primary:hover {
  background: rgba(250, 208, 60, 0.1);
}
a.pre-color-secondary:hover {
  background: rgba(221, 221, 221, 0.1);
}
a.pre-color-yellow:hover {
  background: rgba(250, 208, 60, 0.1);
}
a.pre-color-red:hover {
  background: rgba(212, 74, 83, 0.1);
}

.pre-container-smaller {
  max-width: 1050px;
}
@media (max-width: 1050px) {
  .pre-container-smaller {
    max-width: 90%;
  }
}

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

h2 {
  margin-top: 1em;
  margin-bottom: 2.25em;
}

ul {
  margin: 0;
}

.text-verybig {
  font-size: 1.6em;
}

.text-big {
  font-size: 1.3em;
}

.headline--muted {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.3);
}

strong:not([class*=pre-color-]) {
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
}

a {
  text-decoration: underline;
}

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

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

.section {
  padding-top: min(5vh, 80px);
  padding-bottom: min(5vh, 80px);
}
@media (max-width: 1199px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 840px) {
  #contact .contact-grid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 839px) {
  #contact .contact-profilepic {
    max-width: 250px;
    margin: 0 auto 1em;
  }
}
@media (min-width: 840px) {
  #contact .contact-profilepic {
    margin-right: 50px;
  }
}
@media (max-width: 839px) {
  #contact .contact-links {
    text-align: center;
    line-height: 1.2;
  }
  #contact .contact-links .email {
    margin-bottom: 1em;
  }
}

.social-links li {
  margin-left: -1em;
}
@media (max-width: 1199px) {
  .social-links .description {
    display: none !important;
  }
}

#footer {
  margin-top: 100px;
  font-size: 1.1em;
}
#footer, #footer a {
  color: rgba(0, 0, 0, 0.5);
}

#logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  max-width: 600px;
}
@media (max-width: 959px) {
  #logo {
    max-width: 400px;
    margin-top: 40px;
  }
}
@media (max-width: 599px) {
  #logo {
    margin-top: 40px;
    max-width: 300px;
  }
}

@media (max-width: 599px) {
  .hero {
    width: 100%;
    max-width: 100%;
  }
}
.hero-title, .hero-subtitle {
  font-weight: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.hero-title {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media (max-width: 959px) {
  .hero-title {
    font-size: 2.5rem;
  }
}
.hero-subtitle {
  font-size: 2rem;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 959px) {
  .hero-subtitle {
    font-size: 1.5rem;
  }
}

.tag-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.tag-list li {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0.35em 0.8em;
  border-radius: 6px;
  font-size: 26px;
  font-weight: bold;
  color: white;
  background: black;
  transform: rotate(0.5deg);
}
.tag-list li:nth-child(2n) {
  transform: rotate(-0.5deg);
}
@media (max-width: 1200px) {
  .tag-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .tag-list li {
    margin-bottom: 1em;
  }
  .tag-list li:not(:last-child) {
    margin-right: 1em;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .tag-list {
    justify-content: space-between;
    align-items: flex-start;
  }
  .tag-list li {
    width: calc(33% - 20px);
    font-size: 22px;
    text-align: center;
  }
  .tag-list li, .tag-list li:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .tag-list {
    justify-content: space-between;
    align-items: flex-start;
    background: black;
    padding: 1.5em 1.5em 0.5em;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 599px) and (max-width: 959px) {
  .tag-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 599px) {
  .tag-list li {
    width: calc(50% - 10px);
    font-size: 20px;
    text-align: center;
    padding: 0;
    background: none;
  }
  .tag-list li, .tag-list li:not(:last-child) {
    margin-right: 0;
  }
}

.icon-button {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  padding: 0.25em 1em;
}
.icon-button dl, .icon-button dl dt, .icon-button dl dd {
  padding: 0;
  margin: 0;
}
.icon-button .icon {
  font-size: 3em;
  color: #FAD03C;
  margin-right: 0.4em;
  text-shadow: 0 5px 20px rgba(250, 208, 60, 0.25);
}
.icon-button--color-primary .icon {
  color: #FAD03C;
  text-shadow: 0 5px 20px rgba(250, 208, 60, 0.25);
}
.icon-button--color-secondary .icon {
  color: #ddd;
  text-shadow: 0 5px 20px rgba(221, 221, 221, 0.25);
}
.icon-button--color-yellow .icon {
  color: #FAD03C;
  text-shadow: 0 5px 20px rgba(250, 208, 60, 0.25);
}
.icon-button--color-red .icon {
  color: #D44A53;
  text-shadow: 0 5px 20px rgba(212, 74, 83, 0.25);
}
.icon-button .label .title {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: underline;
  color: black;
  display: block;
  transition: background 0.4s ease, color 0.4s ease, text-shadow 0.4s ease;
}
@media (max-width: 599px) {
  .icon-button .label .title {
    font-size: 1em;
  }
}
.icon-button .label .description {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  display: block;
}
.icon-button:hover {
  background: rgba(250, 208, 60, 0.1);
}
.icon-button:hover .title {
  color: #FAD03C;
}
.icon-button:hover .icon {
  text-shadow: 0 5px 20px rgba(250, 208, 60, 0.45);
}
.icon-button--color-primary:hover {
  background: rgba(250, 208, 60, 0.1);
}
.icon-button--color-primary:hover .title {
  color: #FAD03C;
}
.icon-button--color-primary:hover .icon {
  text-shadow: 0 5px 20px rgba(250, 208, 60, 0.45);
}
.icon-button--color-secondary:hover {
  background: rgba(221, 221, 221, 0.1);
}
.icon-button--color-secondary:hover .title {
  color: #ddd;
}
.icon-button--color-secondary:hover .icon {
  text-shadow: 0 5px 20px rgba(221, 221, 221, 0.45);
}
.icon-button--color-yellow:hover {
  background: rgba(250, 208, 60, 0.1);
}
.icon-button--color-yellow:hover .title {
  color: #FAD03C;
}
.icon-button--color-yellow:hover .icon {
  text-shadow: 0 5px 20px rgba(250, 208, 60, 0.45);
}
.icon-button--color-red:hover {
  background: rgba(212, 74, 83, 0.1);
}
.icon-button--color-red:hover .title {
  color: #D44A53;
}
.icon-button--color-red:hover .icon {
  text-shadow: 0 5px 20px rgba(212, 74, 83, 0.45);
}
.icon-button--big .icon {
  font-size: 5em;
}
.icon-button--big .label .title {
  font-size: 2rem;
}
.icon-button--big .label .description {
  margin-top: 0.25em;
  font-size: 1.2rem;
}
@media (max-width: 599px) {
  .icon-button--folding {
    flex-direction: column;
    align-items: center;
  }
  .icon-button--folding .icon {
    margin: 0;
  }
  .icon-button--folding .label {
    align-items: center;
  }
}

.pre-shadowpic {
  position: relative;
}
.pre-shadowpic img {
  width: inherit;
  display: block;
}
.pre-shadowpic .pic {
  z-index: 2;
  position: relative;
}
.pre-shadowpic .shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: blur(60px);
  opacity: 0.3;
}
.pre-shadowpic--large .shadow {
  transform: scale(1.3) translateY(10%);
}

a.pre-shadowpic:hover .shadow {
  filter: blur(50px);
  opacity: 0.4;
}

.box-item__pic {
  position: relative;
}
.box-item__badge {
  display: inline-block;
  padding: 0.25em 1.25em;
  border-radius: 4px;
  z-index: 2;
  font-size: 15px;
  letter-spacing: 3.5px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
}
.box-item__type {
  background: black;
  color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(40%);
}
.box-item__info {
  position: relative;
  z-index: 2;
  margin: 1.5em 0 0;
  padding: 0;
  text-align: center;
  line-height: 1.4;
}
.box-item__info .box-item__title {
  font-size: 1.2em;
  font-weight: bold;
}
.box-item__info .box-item__description {
  margin-top: 0.25em;
  margin-left: 0;
}
.box-item--muted .box-item__info {
  opacity: 0.5;
}
/*# sourceMappingURL=styles.css.map */
