/*! @campact/camper v15.3.0 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.app {
  overflow-x: hidden;
}
.app__content--with-base-padding {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .app__content--with-base-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3b26d7ea2bedd8c02e82)
 * Config saved to config.json and https://gist.github.com/3b26d7ea2bedd8c02e82
 */
/*
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hidden {
  display: none !important;
}
@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 700;
  src: url(../../node_modules/@campact/camper/fonts/Rokkitt_700.7486e2b1.eot?#iefix);
  src: local('Rokkitt Bold'), local('Rokkitt-Bold'), url(../../node_modules/@campact/camper/fonts/Rokkitt_700.d6769942.woff2) format('woff2'), url(../../node_modules/@campact/camper/fonts/Rokkitt_700.03139a1b.woff) format('woff'), url(../../node_modules/@campact/camper/fonts/Rokkitt_700.6fc6451c.ttf) format('truetype'), url(../../node_modules/@campact/camper/fonts/Rokkitt_700.03269c4b.svg#Rokkitt) format('svg'), url(../../node_modules/@campact/camper/fonts/Rokkitt_700.7486e2b1.eot?#iefix) format('embedded-opentype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../../node_modules/@campact/camper/fonts/Open_Sans_400.69d8f5d9.eot?#iefix);
  src: local('Open Sans'), url(../../node_modules/@campact/camper/fonts/Open_Sans_400.b83f3173.woff2) format('woff2'), url(../../node_modules/@campact/camper/fonts/Open_Sans_400.24773f98.woff) format('woff'), url(../../node_modules/@campact/camper/fonts/Open_Sans_400.4a7c1c32.ttf) format('truetype'), url(../../node_modules/@campact/camper/fonts/Open_Sans_400.e2667180.svg#OpenSans) format('svg'), url(../../node_modules/@campact/camper/fonts/Open_Sans_400.69d8f5d9.eot?#iefix) format('embedded-opentype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../../node_modules/@campact/camper/fonts/Open_Sans_700.8c23317e.eot?#iefix);
  src: local('Open Sans Bold'), local('Open Sans-Bold'), url(../../node_modules/@campact/camper/fonts/Open_Sans_700.26eaf71d.woff2) format('woff2'), url(../../node_modules/@campact/camper/fonts/Open_Sans_700.ce2098d2.woff) format('woff'), url(../../node_modules/@campact/camper/fonts/Open_Sans_700.a868fda2.ttf) format('truetype'), url(../../node_modules/@campact/camper/fonts/Open_Sans_700.ebd0a3de.svg#OpenSans) format('svg'), url(../../node_modules/@campact/camper/fonts/Open_Sans_700.8c23317e.eot?#iefix) format('embedded-opentype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(../../node_modules/@campact/camper/fonts/Open_Sans_800.4c2d5a08.eot?#iefix);
  src: local('Open Sans Extra-Bold'), local('Open Sans Extrabold'), local('Open Sans-Extra-Bold'), url(../../node_modules/@campact/camper/fonts/Open_Sans_800.eccbe910.woff2) format('woff2'), url(../../node_modules/@campact/camper/fonts/Open_Sans_800.79c799e1.woff) format('woff'), url(../../node_modules/@campact/camper/fonts/Open_Sans_800.c66d2c0d.ttf) format('truetype'), url(../../node_modules/@campact/camper/fonts/Open_Sans_800.1de06cbc.svg#OpenSans) format('svg'), url(../../node_modules/@campact/camper/fonts/Open_Sans_800.4c2d5a08.eot?#iefix) format('embedded-opentype');
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
body {
  color: #222;
  font-weight: 400;
  line-height: 1.56em;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  position: relative;
  overflow-x: hidden;
}
html {
  font-size: 1rem;
}
a {
  color: #257b8a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00414f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.color--red-pure {
  color: #f00;
  text-decoration: none;
}
a.color--red-pure:hover,
a.color--red-pure:focus {
  color: #7d0000 !important;
  text-decoration: underline;
}
img {
  vertical-align: middle;
}
button {
  cursor: pointer;
  color: inherit;
}
pre {
  overflow: auto;
}
label {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .container--with-xs-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
label {
  font-weight: initial;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.accordion {
  width: 100%;
}
.accordion--light .accordion__item-title {
  color: #b7b7b7;
}
.accordion--light .accordion__item--is-open .accordion__item-title {
  color: #257b8a;
}
.accordion__item--is-open .accordion__hidden-on-open {
  display: none !important;
}
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content {
  display: none;
}
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content--partial-visible {
  padding: 0 32px 10px;
  display: block;
}
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content--partial-visible * {
  display: none;
}
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content--partial-visible .accordion__item-content-element--visible {
  display: block !important;
}
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content--partial-visible .accordion__item-content-element--visible-inline {
  display: inline !important;
}
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content--partial-visible .accordion__item-content-element--visible-inline-block {
  display: inline-block !important;
}
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content--partial-visible .accordion__item-content-element--hidden-on-open,
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content--partial-visible .accordion__item-content-element--hidden-on-open * {
  display: inline-block !important;
}
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content--partial-visible [class*='accordion__item-content-element'] {
  color: #b7b7b7;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  vertical-align: top;
}
.accordion--is-initialized :not(.accordion__item--is-open) .accordion__item-content--partial-visible [class*='accordion__item-content-element'].input-wrap:not([value]) {
  display: none !important;
}
.accordion--with-padding .accordion__item-title {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .accordion--with-padding .accordion__item-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.accordion__item {
  background-color: transparent;
}
.accordion__item + .accordion__item {
  border-top: 3px solid #f4f4f4;
  margin-top: 2px;
}
.accordion__item-title {
  background-color: transparent;
  color: #257b8a;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  outline: none;
  padding: 28px 56px 16px 0;
  position: relative;
  font-size: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.accordion__item-title:hover,
.accordion__item-title:focus {
  cursor: pointer;
  color: #00414f;
}
@media only screen and (min-width: 768px) {
  .accordion__item-title {
    font-size: 1.5rem;
  }
}
.accordion__item-title .icon--pencil {
  position: absolute;
  right: 0;
  top: 1.75rem;
  margin-left: 1ex;
}
@media only screen and (min-width: 768px) {
  .accordion__item-title .icon--pencil {
    position: static;
  }
}
.icon.accordion__item-icon {
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 1.8rem;
  width: 1.5rem;
}
.icon.accordion__title-icon {
  margin-left: -2rem;
  width: 2rem;
  position: absolute;
  align-self: baseline;
}
.icon.accordion__title-icon.icon--alphanum {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .icon.accordion__title-icon.icon--alphanum {
    margin-top: 0.2em;
  }
}
.accordion__item--is-open .icon.accordion__title-icon.icon--alphanum {
  background-color: #257b8a;
}
.accordion__item-subtitle {
  line-height: 1.5;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .accordion__item-subtitle {
    margin-top: 10px;
  }
}
.accordion__item-subtitle .icon {
  width: 0.9rem;
  height: 0.9rem;
}
.accordion__item-content {
  padding-bottom: 56px;
  padding-top: 28px;
  width: 100%;
}
.announcement {
  background-color: #fff;
}
.announcement__content-container {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .announcement__content-container {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .announcement__content-container {
    padding-left: 0;
    padding-right: 16px;
  }
}
.announcement__image-container {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .announcement__image-container {
    order: 1;
  }
}
.announcement__image-container > a {
  display: block;
  width: 100%;
}
.announcement__content {
  padding-top: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .announcement__content {
    padding-top: 24px;
  }
}
.announcement__title {
  line-height: 1.2;
  margin-bottom: 16px;
  margin-top: 0;
  order: 1;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .announcement__title {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.announcement__image {
  order: 2;
}
.announcement__image > a {
  display: block;
  width: 100%;
}
.announcement__teaser {
  line-height: 1.4;
  order: 3;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .announcement__teaser {
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.announcement__link-list {
  order: 4;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .announcement__link-list {
    order: 4;
    padding-left: 0;
  }
}
.campact-slider--wrapper {
  position: relative;
  height: 80vh;
  margin: 25px 0;
}
@media only screen and (min-width: 992px) {
  .campact-slider--wrapper {
    height: 600px;
  }
}
.campact-slider--wrapper .slick-slide {
  display: flex;
  height: 75vh;
}
@media only screen and (min-width: 992px) {
  .campact-slider--wrapper .slick-slide {
    height: 500px;
  }
}
.campact-slider--wrapper .slider__slider-button {
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  top: calc(50% - 55px);
  transform: translate(0, -50%);
  z-index: 1;
}
.campact-slider--wrapper .slider__slider-button.slider__slider-button--previous {
  left: 25px;
}
.campact-slider--wrapper .slider__slider-button.slider__slider-button--next {
  right: 25px;
}
.campact-slider--wrapper .slider__slider-button > svg {
  width: 20px;
  height: auto;
}
.campact-slider--wrapper .slider__slider-button > svg .stylePath {
  fill: #fff;
}
@media only screen and (min-width: 992px) {
  .campact-slider--wrapper .slider__slider-button > svg {
    width: 30px;
  }
}
.campact-slider--wrapper .block--responsive-image__wrapper img {
  height: 100%;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.campact-slider--wrapper .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.campact-slider--wrapper .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.campact-slider--wrapper .slick-dots li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00414f;
  opacity: 0.5;
  transition: 0.3s ease-in;
}
.campact-slider--wrapper .slick-dots li.slick-active:before {
  opacity: 1;
  width: 20px;
  height: 20px;
}
.campact-slider--wrapper .slick-dots button {
  visibility: hidden;
}
.campact-slider--wrapper .container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.campact-appeal-slider {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider {
    height: 500px;
    flex-direction: row;
  }
}
.campact-appeal-slider.bg-color--campact-dark-petrol {
  background: #00414f;
  color: #fff;
}
.campact-appeal-slider.bg-color--campact-dark-petrol a {
  font-style: italic;
  color: #fff;
}
.campact-appeal-slider.bg-color--white-pure {
  background: #fff;
  color: #00414f;
}
.campact-appeal-slider.bg-color--white-pure a {
  font-style: italic;
  color: #c00012;
}
.campact-appeal-slider.bg-color--white-pure .infobox--headline:after {
  content: "";
  display: block;
  width: 25%;
  height: 5px;
  margin-top: 10px;
  background: #c00012;
}
.campact-appeal-slider .media-wrapper {
  height: 50%;
  order: 1;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider .media-wrapper {
    height: 500px;
  }
}
.campact-appeal-slider .media-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider .media-wrapper img {
    width: 40vw;
  }
}
.campact-appeal-slider .infobox {
  z-index: 1;
  display: flex;
  padding: 15px;
  order: 2;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider .infobox {
    width: 40%;
    height: 100%;
    padding: 25px 40px;
    justify-content: center;
  }
  .campact-appeal-slider .infobox.align--left {
    order: 0;
    margin-left: auto;
  }
  .campact-appeal-slider .infobox.align--left + .media-wrapper {
    margin-right: auto;
  }
  .campact-appeal-slider .infobox.align--right {
    order: 2;
    margin-right: auto;
  }
  .campact-appeal-slider .infobox.align--right + .media-wrapper {
    margin-left: auto;
  }
}
.campact-appeal-slider .infobox .infobox--headline {
  margin: 8px 0;
  margin-bottom: 0;
  font-family: "Rokkitt", "DejaVu Serif", "Liberation Serif", Georgia, serif;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider .infobox .infobox--headline {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .campact-appeal-slider .infobox .infobox--headline {
    font-size: 3.125rem;
  }
}
.campact-appeal-slider .infobox .infobox--teaser {
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider .infobox .infobox--teaser {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .campact-appeal-slider .infobox .infobox--teaser {
    font-size: 1.25rem;
  }
}
.campact-appeal-slider .infobox .infobox--cta-button {
  cursor: pointer;
  order: 99;
}
.campact-appeal-slider .infobox .call-to-action__progress-container {
  height: 50px;
}
.campact-appeal-slider.appeal_image_fullwidth .infobox {
  margin: auto;
  margin-bottom: 0;
  height: 50%;
  width: 100vw;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider.appeal_image_fullwidth .infobox {
    margin: auto;
    height: 75%;
    width: 40%;
  }
}
.campact-appeal-slider.appeal_image_fullwidth .infobox.align--left {
  margin-left: 10%;
  margin-right: auto;
}
.campact-appeal-slider.appeal_image_fullwidth .infobox.align--right {
  margin-left: auto;
  margin-right: 10%;
}
.campact-appeal-slider.appeal_image_fullwidth .infobox .infobox--headline {
  margin: 8px 0;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Rokkitt", "DejaVu Serif", "Liberation Serif", Georgia, serif;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider.appeal_image_fullwidth .infobox .infobox--headline {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .campact-appeal-slider.appeal_image_fullwidth .infobox .infobox--headline {
    font-size: 2.125rem;
  }
}
.campact-appeal-slider.appeal_image_fullwidth .infobox .infobox--teaser {
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider.appeal_image_fullwidth .infobox .infobox--teaser {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .campact-appeal-slider.appeal_image_fullwidth .infobox .infobox--teaser {
    font-size: 1rem;
  }
}
.campact-appeal-slider.appeal_image_fullwidth .infobox .infobox--cta-button {
  margin: 0 auto;
  margin-top: auto;
}
@media only screen and (min-width: 992px) {
  .campact-appeal-slider.appeal_image_fullwidth .media-wrapper {
    position: absolute;
    left: 0;
    top: 0;
  }
  .campact-appeal-slider.appeal_image_fullwidth .media-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,66,78,0.2);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,66,78,0.8) 100%);
  }
}
.campact-appeal-slider.appeal_image_fullwidth .media-wrapper img {
  width: 100vw;
}
.author {
  border-top: 4px solid #f4f4f4;
  line-height: 1.4;
  padding-top: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .author {
    line-height: 1.6;
    font-size: 1.25rem;
  }
}
.author__avatar {
  margin: 0;
}
.author__content-container {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .author__content-container {
    margin-top: 0;
  }
}
.author__content > *:first-child {
  margin-top: 0;
}
.author__content > *:last-child {
  margin-bottom: 0;
}
.author__meta-info-author {
  color: #257b8a;
  font-weight: 700;
}
.author__meta-info-author:hover,
.author__meta-info-author:focus {
  color: #00414f;
  text-decoration: none;
}
.badge {
  color: #fff;
  margin-right: 4px;
  padding: 2px 14px 3px;
  position: relative;
  font-weight: 700;
  line-height: 1;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .badge {
    line-height: 1.25;
    padding: 1px 9px 3px;
  }
}
@media only screen and (min-width: 992px) {
  .badge {
    line-height: 1.818181818181818;
    padding: 2px 12px 3px;
  }
}
.badge:before {
  border: solid 3px rgba(0,0,0,0);
  bottom: -6px;
  content: ' ';
  left: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .badge:before {
    border: solid 3px rgba(0,0,0,0);
    bottom: -6px;
  }
}
@media only screen and (min-width: 992px) {
  .badge:before {
    border: solid 3px rgba(0,0,0,0);
    bottom: -6px;
  }
}
.badge--new {
  background-color: #33bef7;
}
.badge--new:before {
  border-right-color: #1a92c3;
  border-top-color: #1a92c3;
}
.badge--trend {
  background-color: #cc2181;
}
.badge--trend:before {
  border-right-color: #a21e69;
  border-top-color: #a21e69;
}
.badge--success {
  background-color: #c00012;
}
.badge--success:before {
  border-right-color: #68000b;
  border-top-color: #68000b;
}
.badge--urgent {
  background-color: #e63a2c;
}
.badge--urgent:before {
  border-right-color: #af251a;
  border-top-color: #af251a;
}
.badge--twitter {
  background-color: #1da1f2;
}
.badge--twitter:before {
  border-right-color: #186181;
  border-top-color: #186181;
}
.badge--cause {
  background-color: #5d5d5d;
}
.badge--cause:before {
  border-right-color: #000;
  border-top-color: #000;
}
.badge--event {
  background-color: #0a6b92;
}
.badge--event:before {
  border-right-color: #096286;
  border-top-color: #096286;
}
.bio {
  background-color: #fff;
  line-height: 1.5;
  padding: 16px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .bio {
    padding: 26px;
  }
}
.bio__avatar {
  margin: 0;
}
.bio__title {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  margin-top: 26px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .bio__title {
    margin-top: 0;
  }
}
.bio__content > *:first-child {
  margin-top: 0;
}
.bio__content > *:last-child {
  margin-bottom: 0;
}
.bio__link {
  border-bottom: 3px solid #f4f4f4;
  font-weight: 700;
  margin-top: 26px;
}
.bio__link:hover,
.bio__link:focus {
  color: #00414f;
  text-decoration: none;
}
.block-state {
  background-color: #f6f2e7;
  border-top: 3px solid currentColor;
  color: #91a561;
  padding: 8px;
  position: relative;
}
.icon.block-state__icon {
  height: 1rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 1rem;
}
.block-state__title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 24px;
  font-size: 0.8125rem;
}
.block-state__title a {
  color: #257b8a;
}
.block-state--is-info {
  color: #257b8a;
}
.block-state--is-warning {
  color: #e56700;
}
.block-state--is-error {
  color: #c00012;
}
.block-state--is-info .block-state__title a {
  text-decoration: underline;
}
.block + .block {
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .block + .block {
    margin-top: 88px;
  }
}
.block--with-button-overflow {
  margin-bottom: 24px;
}
.block--belongs-to-list + .block {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .block--belongs-to-list + .block {
    margin-top: 30px;
  }
}
.block--is-list {
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) {
  .block--is-list {
    margin-bottom: -30px;
  }
}
.border {
  border: none;
  color: #f4f4f4;
  display: block;
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.border:after {
  display: block;
  content: "";
  width: 100%;
  border-top: 3px solid;
  border-color: inherit;
}
.border.border--fat:after {
  border-top-width: 6px;
}
.border.border--fatter:after {
  border-top-width: 8px;
}
.button {
  background-color: #257b8a;
  border: none;
  word-break: break-word;
  white-space: initial;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.button > span {
  vertical-align: middle;
}
.button:hover,
.button:focus {
  background-color: #61afbf;
}
.button:active {
  background-color: #4da5b7;
}
.button:hover,
.button:focus {
  color: #fff;
  text-decoration: none;
}
.button:visited {
  text-decoration: none;
}
.button--deep {
  border-bottom: 4px solid #005668;
}
.button__icon {
  margin-right: 16px;
}
.button .icon {
  font-size: 1em;
  width: 1em;
  height: 1em;
  color: inherit;
}
.button--primary {
  background-color: #c00012;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-top: 16px;
}
.button--primary:hover,
.button--primary:focus {
  background-color: #e53a2c;
}
.button--primary:active {
  background-color: #db291b;
}
input[type='radio']:checked + .button--primary {
  background-color: #db291b;
}
input[type='radio']:checked + .button--secondary {
  background-color: #4da5b7;
}
.button--primary.button--deep {
  border: 3px solid #fff;
  font-weight: bold;
  padding: 0.9rem;
  font-family: "Rokkitt", "DejaVu Serif", "Liberation Serif", Georgia, serif;
  font-size: 2rem;
  letter-spacing: 0.5px;
}
.button--primary.button--deep:after {
  background-color: #000;
  bottom: -3.9px;
  content: ' ';
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.button--primary .button__icon {
  height: 1.7rem;
  width: 1.7rem;
}
.button--input {
  line-height: 1.4;
  margin: 0;
  padding-bottom: 13px;
  padding-top: 13px;
  white-space: nowrap;
}
.button--outlined {
  background-color: transparent;
  border: 3px solid #257b8a;
  color: #257b8a;
  margin: 0 auto;
  font-size: 0.9375rem;
}
.button--outlined:hover,
.button--outlined:focus {
  background-color: #257b8a;
  color: #fff;
}
.button--outlined:active {
  background-color: #216f7c;
}
.button--outlined-dark {
  background-color: transparent;
  border: 3px solid #005668;
  color: #005668;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: 800;
}
.button--outlined-dark:hover,
.button--outlined-dark:focus {
  background-color: #005668;
  color: #fff;
}
.button--outlined-dark:active {
  background-color: #004d5e;
}
.button--outlined-inverse {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  margin-top: 0 auto;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
.button--outlined-inverse:hover,
.button--outlined-inverse:focus {
  background-color: #fff;
  color: #257b8a;
}
.button--outlined-inverse:active {
  background-color: #216f7c;
}
.button--stepper {
  background-color: #005668;
  color: #fff;
  border: none;
}
.button--stepper:hover,
.button--stepper:focus,
.button--stepper:active {
  background-color: #257b8a;
}
.button--overlap {
  transform: translateY(50.4%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.button--iconized {
  width: auto;
  display: inline-block;
}
.button:disabled {
  background-color: #b7b7b7;
  cursor: default;
  cursor: no-drop;
}
.call-to-action {
  position: relative;
  background: #fff;
/* Event link */
/* Yes/ No action */
}
.call-to-action--as-event-link .call-to-action__content,
.call-to-action--as-event-link .call-to-action__category {
  background-color: #005668;
}
.call-to-action--as-event-link .call-to-action__title,
.call-to-action--as-event-link .call-to-action__teaser {
  text-align: center;
}
.call-to-action--as-event-link .call-to-action__title {
  background-color: #33bef7;
  margin-bottom: 0;
  margin-top: -16px;
  padding: 24px 24px 16px 24px;
  font-size: 1.625rem;
}
@media only screen and (min-width: 992px) {
  .call-to-action--as-event-link .call-to-action__title {
    margin: -24px -16px 16px -16px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .call-to-action--as-event-link .call-to-action__title {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.call-to-action--as-yes-no-action .button--primary {
  margin-bottom: 16px;
}
.call-to-action--as-yes-no-action .button--primary:after {
  display: none;
}
.call-to-action > .row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .call-to-action > .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .call-to-action > .row.row:before,
  .call-to-action > .row.row:after {
    display: none;
  }
  .call-to-action > .row > * {
    display: flex;
  }
}
.call-to-action__content-container {
  flex: 1 1 auto;
  order: 1;
}
@media only screen and (min-width: 992px) {
  .call-to-action__content-container {
    order: 2;
    padding-left: 0;
    padding-right: 15px;
  }
}
.call-to-action__image-container {
  align-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  flex-direction: column;
  flex-wrap: wrap;
  order: 2;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .call-to-action__image-container {
    flex-basis: auto;
    order: 1;
    padding-left: 15px;
  }
}
.call-to-action__image-container > a {
  display: block;
  width: 100%;
}
.call-to-action__content {
  align-content: flex-start;
  background-color: #00414f;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 24px;
  padding-top: 16px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .call-to-action__content {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.call-to-action__category {
  background-color: #00414f;
  left: 50%;
  letter-spacing: 0.04rem;
  line-height: 1;
  padding: 3px 8px 5px;
  position: absolute;
  font-size: 0.75rem;
  text-transform: uppercase;
  top: -0.5rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .call-to-action__category {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 0.875rem;
  }
}
.call-to-action__title {
  margin-bottom: 8px;
  margin-top: 0;
  order: 1;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: center;
  line-height: 1;
  font-family: "Rokkitt", "DejaVu Serif", "Liberation Serif", Georgia, serif;
  font-size: 1.875rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .call-to-action__title {
    font-size: 2.75rem;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.call-to-action__title > a {
  color: currentColor;
}
.call-to-action__image {
  order: 2;
}
.call-to-action__image > a {
  display: block;
  width: 100%;
}
.call-to-action__teaser {
  margin-bottom: 16px;
  margin-top: 12px;
  order: 4;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
}
@media only screen and (min-width: 992px) {
  .call-to-action__teaser {
    margin-bottom: 24px;
    margin-top: 0;
    order: 3;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }
}
.call-to-action__teaser > a,
.call-to-action__teaser > a:hover,
.call-to-action__teaser > a:focus {
  color: currentColor;
  display: block;
  text-decoration: none;
}
.call-to-action__teaser > a > p:first-child,
.call-to-action__teaser > p:first-child {
  margin-top: 0;
}
.call-to-action__teaser > a > p:first-child,
.call-to-action__teaser > p:last-child {
  margin-bottom: 0;
}
.call-to-action__progress-container {
  display: block;
  order: 4;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .call-to-action__progress-container {
    align-self: flex-end;
    margin-bottom: 32px;
    margin-top: auto;
    order: 4;
  }
}
.call-to-action__share {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 56px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .call-to-action__share {
    padding: 32px 88px 16px;
    width: 100%;
  }
}
.call-to-action__cta-inline-container {
  order: 5;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 992px) {
  .call-to-action__cta-inline-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.call-to-action__cta-container {
  align-self: flex-end;
  margin-bottom: -56px;
  margin-top: 0;
  order: 6;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .call-to-action__cta-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.close {
  background: transparent;
  border: none;
  color: #257b8a;
  display: inline-block;
  line-height: 1;
  padding: 3px;
}
.close:hover,
.close:focus {
  background-color: #257b8a;
  color: #fff;
  padding: 3px;
  text-decoration: underline;
}
.close:active {
  border: none;
  padding: 3px;
}
.close:hover .close__icon,
.close:focus .close__icon {
  fill: #fff;
}
.close .icon {
  height: 25px;
  width: 25px;
}
.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments__item {
  list-style-type: none;
  overflow: hidden;
}
.comments__item-avatar {
  margin: 0;
  max-width: 5.563rem;
  float: right;
}
@media only screen and (min-width: 768px) {
  .comments__item-avatar {
    max-width: 4.625rem;
  }
}
@media only screen and (min-width: 992px) {
  .comments__item-avatar {
    max-width: 6.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .comments__item-avatar {
    max-width: 8.25rem;
  }
}
.comments__item-meta {
  text-transform: uppercase;
}
a.comments__link-author {
  display: block;
  line-height: 1.5;
  margin-left: 0;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 768px) {
  a.comments__link-author {
    display: inline-block;
    margin-left: 8px;
    font-size: 0.875rem;
  }
}
.comments__item-reply {
  margin-right: 8px;
}
.comments__item-content-container {
  border-bottom: 0;
  line-height: 1.56;
  margin-top: 12px;
  padding-bottom: 8px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .comments__item-content-container {
    border-bottom: 4px solid #f4f4f4;
    line-height: 1.6;
    margin-top: 0;
    font-size: 1.25rem;
  }
}
.comments__item-content-container > *:first-child {
  margin-top: 0;
}
.comments__item-content-container > *:last-child {
  margin-bottom: 0;
}
.comments__item-action-container {
  line-height: 1.1;
  padding-top: 8px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .comments__item-action-container {
    line-height: 1.4;
    font-size: 0.875rem;
  }
}
.comments__item-action-container-divider {
  border-bottom: 4px solid #f4f4f4;
  margin-bottom: 16px;
  margin-top: 16px;
}
.comments__item-action {
  color: #257b8a;
}
.comments__item-action:hover,
.comments__item-action:focus {
  color: #00414f;
  text-decoration: none;
}
.comments__item-action--answer {
  font-weight: 700;
}
.comments__item-action--report {
  float: right;
}
.comments__item + .comments__item {
  margin-top: 40px;
}
.comments__item .comments__item {
  margin-top: 40px;
}
.copy-to-clipboard--is-visible .copy-to-clipboard__result {
  display: inline-block;
}
.copy-to-clipboard__result {
  color: #91a561;
  display: none;
  font-weight: 700;
  margin-left: 16px;
}
.copy-to-clipboard__result-icon {
  height: 1rem;
  margin-right: 3px;
  width: 1rem;
}
.cta {
  line-height: 1.5;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .cta {
    line-height: 1.6;
    font-size: 1.25rem;
  }
}
.cta__block-title {
  color: #c00012;
  font-weight: 700;
  line-height: 1.15;
}
.cta__content-container {
  margin-top: -80px;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .cta__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.cta__content-container > *:first-child {
  margin-top: 0;
}
.cta__content-container > *:last-child {
  margin-bottom: 0;
}
.cta__content-container--with-background {
  background-color: #fff;
}
.cta__content-container--with-padding {
  padding: 24px;
}
.cta__content-container--centered {
  text-align: center;
}
.cta__intro-text--is-centered {
  text-align: center;
}
.cta__intro-text > *:first-child {
  margin-top: 0;
}
.cta__intro-text > *:last-child {
  margin-bottom: 0;
}
.cta__title-image {
  border: 5px solid #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .cta__title-image {
    margin-bottom: 26px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.cta__text {
  line-height: 1.5;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .cta__text {
    line-height: 1.6;
    font-size: 1.25rem;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.form-control:focus {
  border-color: #66afe9;
}
.donate-amount {
  background: #257b8a;
  border: 5px solid #fff;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  outline: none;
  padding: 16px;
  font-size: 1.4375rem;
  width: 100%;
}
.donate-amount:hover,
.donate-amount:focus {
  background-color: #1f6975;
  outline: none;
}
.donate-amount:active {
  background-color: #1c5c67;
}
.donate-amount--highlight {
  background-color: #c00012;
  border-color: #f4f4f4;
}
.donate-amount--highlight:hover,
.donate-amount--highlight:focus {
  background-color: #a3000f;
  outline: none;
}
.donate-amount--highlight:active {
  background-color: #90000d;
}
.donate-amount__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.email-recommend__meta {
  border-bottom: 3px solid #f4f4f4;
}
.email-recommend__cta-container {
  margin-bottom: -56px;
  margin-top: 0;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 992px) {
  .email-recommend__cta-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.equal-heights-children {
  display: flex;
  flex-wrap: wrap;
/* often used in combination with a .row element; the combination with
     bootstraps clearfix confuses safari */
}
.equal-heights-children.row:before,
.equal-heights-children.row:after {
  display: none;
}
.equal-heights-children > * {
  display: flex;
}
.equal-heights-children--reset-children-direction > * {
  flex-direction: column;
}
.fixy {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.fixy--bottom {
  bottom: 0;
  top: auto;
}
.flex-form {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
.flex-form__label {
  display: none;
}
.flex-form--show-labels .flex-form__label--normal {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.flex-form--show-labels .flex-form__label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.flex-form--show-labels .flex-form__label:after {
  content: " " attr(data-hint);
  color: #8cb53d;
}
.flex-form__value {
  display: none;
  flex: 0 0 auto;
  font-weight: inherit;
  margin: 0;
  order: 0;
  padding-right: 0.5ch;
  vertical-align: middle;
}
[for].flex-form__value,
.flex-form__link {
  margin-bottom: 15px;
  line-height: 1;
}
.flex-form__link {
  color: inherit;
  padding: 0;
}
.flex-form__input {
  order: 1;
}
.flex-form__input-wrap {
  margin-bottom: 15px;
  width: 100%;
  align-self: flex-end;
}
.flex-form--has-values .flex-form__input--has-value,
.flex-form--has-values .flex-form__input-wrap--has-value,
.flex-form__visible-if-values,
.flex-form__input--has-value.flex-form__input--readonly {
  display: none;
}
.flex-form--has-values .flex-form__value--shows-value,
.flex-form--has-values .flex-form__visible-if-values,
.flex-form__value--shows-value.flex-form__value--readonly {
  display: inline-block !important;
}
.flicker-stream {
  background-color: #fff;
  padding-bottom: 16px;
  padding-top: 16px;
}
.flicker-stream__content-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.flicker-stream__slider {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.flicker-stream__slider:hover .flicker-stream__button--next,
.flicker-stream__slider:hover .flicker-stream__button--previous {
  display: block !important;
}
.icon.flicker-stream__arrow {
  height: 6rem;
  width: 6rem;
}
.flicker-stream__button {
  background: transparent;
  border: none;
  color: #f4f4f4;
  display: none;
  padding: 0;
  position: absolute;
  top: 3.5rem;
  z-index: 100;
}
.flicker-stream__button:active,
.flicker-stream__button:hover,
.flicker-stream__button:focus {
  border: none;
  padding: 0;
}
.flicker-stream__button--next {
  right: 1.5rem;
}
.flicker-stream__button--previous {
  left: 1.5rem;
}
.flicker-stream__image {
  display: inline-block;
  flex: 0 0 auto;
  height: auto;
  max-height: 320px;
  max-width: 100%;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .flicker-stream__image {
    max-height: 720px;
  }
}
.flicker-stream__image-container {
  align-items: center;
  background-color: #f4f4f4;
  display: flex;
  height: 1px;
  justify-content: center;
  margin: 0;
  max-height: 320px;
  min-height: 320px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flicker-stream__image-container {
    min-height: 720px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .flicker-stream__image-container {
    background-color: #fff;
  }
}
.flicker-stream__nav {
  border-top: 1px solid #f4f4f4;
  float: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 32px;
  padding-top: 32px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .flicker-stream__nav {
    border-top: none;
    margin-top: -192px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .flicker-stream__nav {
    margin-top: -160px;
  }
}
@media only screen and (min-width: 1200px) {
  .flicker-stream__nav {
    margin-top: -117px;
  }
}
.flicker-stream__nav-image-container {
  cursor: pointer;
  float: left;
  max-height: 90px;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 992px) {
  .flicker-stream__nav-image-container {
    border: 5px solid #f4f4f4;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .flicker-stream__nav-image-container {
    max-height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .flicker-stream__nav-image-container {
    max-height: 117px;
  }
}
.icon.flicker-stream__arrow {
  height: 3rem;
  padding: 8px;
  width: 2.2rem;
}
.icon.flicker-stream__nav-arrow {
  height: 3rem;
  padding: 8px;
  width: 2.2rem;
}
.flicker-stream__button {
  background-color: #fff;
}
.flicker-stream__button--next {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .flicker-stream__button--next {
    right: 3rem;
  }
}
.flicker-stream__button--previous {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .flicker-stream__button--previous {
    left: 3rem;
  }
}
.flicker-stream__nav-button {
  background: transparent;
  border: none;
  color: #f4f4f4;
  display: none;
  padding: 0;
  position: absolute;
  top: 1.7rem;
  z-index: 1;
}
.flicker-stream__nav-button:active,
.flicker-stream__nav-button:hover,
.flicker-stream__nav-button:focus {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .flicker-stream__nav-button {
    top: 1.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .flicker-stream__nav-button {
    top: -8.8rem;
  }
}
.flicker-stream__nav-button--next {
  background-color: #fff;
  right: 2rem;
  top: 3.5rem;
}
@media only screen and (min-width: 992px) {
  .flicker-stream__nav-button--next {
    background-color: transparent;
    top: -8.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .flicker-stream__nav-button--next {
    top: -5.2rem;
  }
}
.flicker-stream__nav-button--previous {
  background-color: #fff;
  left: 2rem;
  top: 3.5rem;
}
@media only screen and (min-width: 992px) {
  .flicker-stream__nav-button--previous {
    background-color: transparent;
    top: -8.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .flicker-stream__nav-button--previous {
    top: -5.2rem;
  }
}
.flicker-stream__headline {
  color: #c00012;
  line-height: 1.2;
  font-size: 1.875rem;
  text-align: center;
}
.flicker-stream__text {
  text-align: center;
}
.flicker-stream__link {
  font-weight: 700;
}
.flicker-stream--single-image .flicker-stream__button,
.flicker-stream--single-image .flicker-stream__nav,
.flicker-stream--single-image .flicker-stream__nav-button {
  display: none !important;
}
.fluid-image {
  height: auto;
  width: 100%;
}
.footer {
  background-color: #c00012;
  color: #fff;
  margin-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 160px;
  }
}
.footer__navigation {
  background-color: #7d0000;
  margin-bottom: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .footer__navigation {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__navigation {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.footer__navigation-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer__navigation-list:before,
.footer__navigation-list:after {
  content: ' ';
  display: table;
}
.footer__navigation-list:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  .footer__navigation-list {
    width: auto;
  }
}
.footer__navigation-list-item {
  display: block;
}
.footer__navigation-list-item + .footer__navigation-list-item {
  border-top: 1px solid #c00012;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .footer__navigation-list-item + .footer__navigation-list-item {
    border-top: none;
    margin-left: 48px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer__navigation-list-item {
    float: left;
  }
}
.footer__navigation-link {
  background: none;
  border: none;
  color: #fff;
  display: block;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 1rem;
  text-align: center;
}
.footer__navigation-link:hover,
.footer__navigation-link:focus {
  color: currentColor;
  text-decoration: underline;
}
.footer__navigation-link--is-optout {
  display: block;
  margin-top: 24px;
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer__navigation-link--is-optout {
    float: right;
    margin-top: 6px;
    width: auto;
  }
}
.footer__text {
  line-height: 1.635;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .footer__text {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }
}
.footer__logo-wrap {
  display: block;
  margin-left: 16px;
  margin-right: 16px;
}
@media only screen and (min-width: 992px) {
  .footer__logo-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.icon.footer__logo {
  color: #fff;
  height: 6rem;
  margin-top: 16px;
  width: 100%;
}
.icon.footer__logo--complex {
  display: none;
}
@media only screen and (min-width: 992px) {
  .icon.footer__logo--complex {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .icon.footer__logo--simple {
    display: none;
  }
}
.form-error {
  background-color: #e53a2c;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0.6rem;
  max-width: 100%;
  padding: 8px;
  position: relative;
  font-size: 0.75rem;
}
.form-error:before {
  border-color: transparent transparent #e53a2c transparent;
  border-style: solid;
  border-width: 0 0.4rem 0.4rem 0.4rem;
  content: ' ';
  height: 0;
  left: 1rem;
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
  width: 0;
}
.icon.form-error__icon {
  height: 0.8rem;
  width: 0.8rem;
  margin-right: 3px;
}
.form-error a {
  color: currentColor;
  text-decoration: underline;
}
.form-error a:hover,
.form-error a:focus {
  color: currentColor;
}
.form-error--html5 {
  display: none;
}
input:invalid + .form-error--html5 {
  display: block;
}
.form-error--fullwidth {
  width: 100%;
}
.form-error--right {
  text-align: right;
}
.icon.form-error--right__icon {
  left: auto;
}
.form-error--right:before {
  left: auto;
  right: 1rem;
}
.free-text-field {
  background-color: #fff;
  padding: 24px;
}
.headline {
  margin: 0;
}
.headline > span {
  vertical-align: middle;
  white-space: normal;
}
.headline--highlighted {
  color: #c00012;
}
.headline--standalone {
  background-color: #fff;
  padding: 16px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .headline--standalone {
    padding: 24px;
  }
}
.headline--centered {
  text-align: center;
}
.headline--with-icon {
  padding-left: 2.5em;
  white-space: nowrap;
}
.headline--with-icon .icon {
  margin-left: -2.5em;
}
.headline--with-icon-big {
  padding-left: 3.5em;
  white-space: nowrap;
}
.headline--with-icon-big .icon {
  margin-left: -3.5em;
}
.headline .icon {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  margin-right: 0.5em;
  font-size: 1em;
}
.headline--moon {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
}
.headline--mercury {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.headline--mars {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
}
.headline--venus {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 800;
}
.headline--neptun {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 800;
}
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1.2rem;
  vertical-align: middle;
  width: 1.2rem;
}
.icon--envelope {
  margin-top: -5px;
  transform: scale(0.9, 0.9);
}
.icon--paypal {
  margin-top: -5px;
}
.icon--active {
  color: #005668;
}
.icon--alphanum.icon--active {
  color: #fff;
  background-color: #005668;
}
.icon--pending {
  color: #f4f4f4;
}
.icon--alphanum.icon--pending {
  color: #fff;
  background-color: #b7b7b7;
}
.icon--done {
  color: #abc07a;
}
.icon--alphanum.icon--done {
  color: #fff;
  background-color: #abc07a;
}
.icon--alphanum {
  border-radius: 50%;
  background-color: #b7b7b7;
  color: #fff;
  text-align: center;
  line-height: 1.2rem;
  font-size: 1rem;
}
.icon--mini {
  width: 0.9rem;
  height: 0.9rem;
  vertical-align: intitial;
}
.icon--checkbox {
  margin-right: 4px;
}
.icon--tooltip {
  position: relative;
  right: 0;
  top: 0.1rem;
}
.icon--tooltip:hover {
  cursor: pointer;
}
.icon.icon--big {
  width: 2em;
  height: 2em;
  margin-right: 1.5em;
}
.icon.icon--checked-box {
  border: 5px solid #f4f4f4;
  position: relative;
  font-size: inherit;
}
.icon.icon--checked-box:after {
  border-style: solid;
  border-width: 0 0.4em 0.4em 0;
  content: "";
  height: 2em;
  left: 50%;
  position: absolute;
  top: -50%;
  transform: rotateZ(45deg);
  width: 1.1em;
}
.image-gallery__content-container {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.image-gallery__slider {
  overflow: hidden;
  position: relative;
}
.icon.image-gallery__arrow {
  height: 6rem;
  width: 6rem;
}
.image-gallery__button {
  background: transparent;
  border: none;
  color: #f4f4f4;
  display: none;
  padding: 0;
  position: absolute;
  top: 3.5rem;
  z-index: 100;
}
.image-gallery__button:active,
.image-gallery__button:hover,
.image-gallery__button:focus {
  border: none;
  padding: 0;
}
.image-gallery__button--next {
  right: 1.5rem;
}
.image-gallery__button--previous {
  left: 1.5rem;
}
.image-gallery__image {
  display: inline-block;
  flex: 0 0 auto;
  height: auto;
  max-height: 320px;
  max-width: 100%;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .image-gallery__image {
    max-height: 720px;
  }
}
.image-gallery__image-container {
  align-items: center;
  background-color: #f4f4f4;
  display: flex;
  height: 1px;
  justify-content: center;
  margin: 0;
  max-height: 320px;
  min-height: 320px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .image-gallery__image-container {
    min-height: 720px;
    width: 100%;
  }
}
.image-gallery__nav {
  border-top: 1px solid #f4f4f4;
  overflow: hidden;
  padding-bottom: 32px;
  padding-top: 32px;
  position: relative;
}
.image-gallery__nav-image-container {
  cursor: pointer;
  float: left;
  max-height: 40px;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 768px) {
  .image-gallery__nav-image-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .image-gallery__nav-image-container {
    max-height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-gallery__nav-image-container {
    max-height: 117px;
  }
}
.icon.image-gallery__nav-arrow {
  height: 4rem;
  width: 4rem;
}
.image-gallery__nav-button {
  background: transparent;
  border: none;
  color: #f4f4f4;
  display: none;
  padding: 0;
  position: absolute;
  top: 1.2rem;
  z-index: 100;
}
.image-gallery__nav-button:active,
.image-gallery__nav-button:hover,
.image-gallery__nav-button:focus {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .image-gallery__nav-button {
    top: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .image-gallery__nav-button {
    top: 3.5rem;
  }
}
.image-gallery__nav-button--next {
  right: 1rem;
}
.image-gallery__nav-button--previous {
  left: 1rem;
}
.image-gallery--single-image .image-gallery__button,
.image-gallery--single-image .image-gallery__nav,
.image-gallery--single-image .image-gallery__nav-button {
  display: none !important;
}
.image-teaser {
  background-color: #fff;
  display: block;
  position: relative;
  width: 100%;
}
.image-teaser--with-action .image-teaser__canvas:before {
  background-color: rgba(0,0,0,0.6);
  bottom: 0;
  content: ' ';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 200ms linear;
}
.image-teaser--with-action .image-teaser__canvas:hover:before {
  opacity: 1;
}
.image-teaser__canvas {
  position: relative;
}
.image-teaser__action {
  background-color: #fff;
  border: none;
  color: #257b8a;
  content: ' ';
  font-weight: 700;
  left: 50%;
  opacity: 0;
  padding: 5px 16px;
  position: absolute;
  font-size: 0.875rem;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 300ms cubic-bezier(1, 0, 0.5, 0);
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .image-teaser__action {
    padding: 8px 24px;
    font-size: 1rem;
  }
}
.image-teaser__action-icon {
  margin-right: 8px;
}
.image-teaser--with-action .image-teaser__canvas:focus .image-teaser__action,
.image-teaser--with-action .image-teaser__canvas:hover .image-teaser__action {
  opacity: 1;
}
.image-teaser--size-oversize {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  position: relative;
}
.info {
  background-color: #fffaee;
  color: #222;
  padding: 26px;
  line-height: 1.5;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .info {
    line-height: 1.6;
    padding: 24px;
    font-size: 1.25rem;
  }
}
.info__content-container > *:first-child {
  margin-top: 0;
}
.info__content-container > *:last-child {
  margin-bottom: 0;
}
.info__title {
  border-bottom: 2px solid #f6f2e7;
  color: #656463;
  font-weight: normal;
  font-size: inherit;
  margin-bottom: 16px;
  margin-top: 0;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .info__title {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.info__toggle {
  background: transparent;
  border: none;
  display: block;
  font-size: inherit;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.info__toggle:hover,
.info__toggle:focus {
  outline: none;
  text-decoration: underline;
}
.info__toggle-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.info__recipient {
  display: block;
  margin-top: 8px;
  font-size: 0.75rem;
}
.info--is-initialized .info__recipient {
  display: none;
}
.info--is-initialized .info__title--is-open .info__recipient {
  display: block;
}
.control {
  cursor: pointer;
  font-size: inherit;
  font-weight: normal;
  line-height: 25px;
  padding-left: 32px;
  position: relative;
}
.control__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.control__indicator {
  background: #fff;
  box-shadow: inset 0 0 0 1px #b7b7b7;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
.control__input:disabled ~ .control__indicator {
  background: #f4f4f4;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 8px;
  height: 14px;
  border: solid #005668;
  border-width: 0 4px 4px 0;
  transform: rotate(33deg);
}
.control__input:checked ~ .control__indicator:after {
  display: block;
}
.control__input:disabled ~ .control__indicator:after {
  border-color: #222;
}
.input-radio {
  color: #005668;
  cursor: pointer;
  padding-left: 32px;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .input-radio {
    padding-left: 24px;
  }
}
.input-radio__custom-radio {
  background-color: #f4f4f4;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #808080;
  display: block;
  height: 1rem;
  left: 0.25rem;
  line-height: 1rem;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1rem;
}
@media only screen and (min-width: 768px) {
  .input-radio__custom-radio {
    left: 0;
  }
}
.input-radio__custom-radio:before {
  background-color: #f4f4f4;
  border-radius: 50%;
  content: ' ';
  height: 0.5rem;
  left: 0.5rem;
  position: absolute;
  top: 0.25rem;
  transform: translate(-50%);
  width: 0.5rem;
}
.input-radio__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.input-radio__input:not(:checked) ~ .input-radio__content {
  display: none !important;
}
.input-radio__input:checked ~ .input-radio__custom-radio {
  background-color: #005668;
  box-shadow: none;
}
.input-radio__input:focus ~ .input-radio__custom-radio {
  box-shadow: 0 0 0 0.075rem #f4f4f4, 0 0 0 0.15rem #005668;
}
.input-radio__input:active ~ .input-radio__custom-radio {
  background-color: #b7b7b7;
  box-shadow: none;
}
.input-radio--small .input-radio__custom-radio {
  top: 0.2rem;
}
.form-group {
  margin-bottom: 16px;
}
.input {
  background-color: #f4f4f4;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #5d5d5d;
  height: auto;
  line-height: 1.4;
  padding: 16px 14px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  width: 100%;
}
.input--blow-s {
  padding-bottom: 11px;
  padding-top: 11px;
  font-size: 0.90625rem;
}
.input--blow-m {
  padding-bottom: 13px;
  padding-top: 13px;
  font-size: 0.9375rem;
}
.input--blow-l {
  padding-bottom: 14px;
  padding-top: 14px;
  font-size: 0.96875rem;
}
.input:invalid {
  color: #e53a2c;
}
.input::-moz-placeholder {
  color: #808080;
  font-weight: normal;
}
.input:-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
}
.input::placeholder {
  color: #808080;
  font-weight: normal;
}
.input[type='text'],
.input[type='url'],
.input[type='email'],
.input[type='password'],
.input[type='number'],
.input[type='tel'],
.input[type='search'],
select.input,
textarea.input {
  color: #00414f;
}
.input[type='text']:focus,
.input[type='url']:focus,
.input[type='email']:focus,
.input[type='password']:focus,
.input[type='number']:focus,
.input[type='tel']:focus,
.input[type='search']:focus,
select.input:focus,
textarea.input:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px #abc07a;
}
select.input--deep,
[type='text'].input--deep,
[type='url'].input--deep,
[type='email'].input--deep,
[type='password'].input--deep,
[type='number'].input--deep,
[type='tel'].input--deep,
[type='search'].input--deep {
  border-bottom: 2px solid #b7b7b7;
}
select.input--deep:focus,
[type='text'].input--deep:focus,
[type='url'].input--deep:focus,
[type='email'].input--deep:focus,
[type='password'].input--deep:focus,
[type='number'].input--deep:focus,
[type='tel'].input--deep:focus,
[type='search'].input--deep:focus {
  border-color: #5d5d5d;
}
.input[type='checkbox'],
.input[type='radio'] {
  display: inline-block;
  margin-right: 5px;
  margin-top: 0;
  outline-offset: 0;
  vertical-align: middle;
  width: auto;
}
.input[type='checkbox']:focus,
.input[type='radio']:focus {
  box-shadow: none;
}
.input[type='checkbox']:checked + *,
.input[type='radio']:checked + * {
  color: #257b8a;
  font-weight: 700;
}
.input[type='button'].input--link,
.input[type='submit'].input--link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  color: #257b8a;
  text-decoration: none;
  padding: 0;
  text-align: left;
  width: auto;
}
.input[type='button'].input--link:hover,
.input[type='submit'].input--link:hover,
.input[type='button'].input--link:focus,
.input[type='submit'].input--link:focus {
  color: #00414f;
  text-decoration: underline;
}
.input[type='button'].input--link .icon,
.input[type='submit'].input--link .icon {
  margin-right: 8px;
}
select.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNDA4IDcwNHEwIDI2LTE5IDQ1bC00NDggNDQ4cS0xOSAxOS00NSAxOXQtNDUtMTlsLTQ0OC00NDhxLTE5LTE5LTE5LTQ1dDE5LTQ1IDQ1LTE5aDg5NnEyNiAwIDQ1IDE5dDE5IDQ1eiIgLz48L3N2Zz4K");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  border: none;
  border-radius: 0;
}
select.input::-ms-expand {
  display: none;
}
textarea.input {
  overflow: auto;
  overflow-x: hidden;
}
.interview {
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .interview {
    line-height: 1.4;
    font-size: 1rem;
  }
}
.interview__question {
  border-bottom: 0.625rem solid #f4f4f4;
  font-weight: 800;
  line-height: 1.56;
  margin: 0;
  padding-bottom: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .interview__question {
    line-height: 1.68;
    font-size: 1.375rem;
  }
}
.keyfact-slider {
  color: #fff;
}
.keyfact-slider__header {
  position: relative;
}
.keyfact-slider__title {
  background-color: #91a561;
  margin-bottom: 0;
  margin-top: 0;
  padding: 42px 16px;
  text-align: center;
  line-height: 1;
  font-family: "Rokkitt", "DejaVu Serif", "Liberation Serif", Georgia, serif;
  font-size: 1.875rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .keyfact-slider__title {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .keyfact-slider__title {
    padding-left: 68px;
    padding-right: 68px;
  }
}
@media only screen and (min-width: 768px) {
  .keyfact-slider__title-container {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .keyfact-slider__title-container {
    width: auto;
  }
}
.keyfact-slider__content-container {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 32px;
}
@media only screen and (min-width: 992px) {
  .keyfact-slider__content-container {
    padding: 32px 32px 48px;
  }
}
.keyfact-slider__title,
.keyfact-slider__content-container {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .keyfact-slider__title,
  .keyfact-slider__content-container {
    width: 60rem;
  }
}
.keyfact-slider__item-description {
  color: #257b8a;
  margin-top: 32px;
  padding-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
  text-align: center;
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .keyfact-slider__item-description {
    font-size: 1rem;
  }
}
.keyfact-slider__cta-container {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  .keyfact-slider__cta-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.keyfact-slider__slider {
  overflow: hidden;
  position: relative;
}
.icon.keyfact-slider__slider-arrow {
  height: 4rem;
  width: 4rem;
}
.keyfact-slider__slider-button {
  background: transparent;
  border: none;
  color: #91a561;
  display: none;
  padding: 0;
  position: absolute;
  top: 3.5rem;
  z-index: 100;
}
.keyfact-slider__slider-button:active,
.keyfact-slider__slider-button:hover,
.keyfact-slider__slider-button:focus {
  border: none;
  padding: 0;
}
.keyfact-slider__slider-button--next {
  right: 1.5rem;
}
.keyfact-slider__slider-button--previous {
  left: 1.5rem;
}
.campact .keyfact-slider {
  margin-top: -32px;
}
@media only screen and (min-width: 768px) {
  .campact .keyfact-slider {
    margin-top: -56px;
  }
}
.label {
  font-weight: 400;
  margin-bottom: 0;
  vertical-align: middle;
}
.line-as-frame {
  align-items: center;
  display: flex;
  position: relative;
  text-align: center;
}
.line-as-frame:before,
.line-as-frame:after {
  background-color: #f4f4f4;
  content: ' ';
  flex: 1 2 auto;
  height: 2px;
  margin: 0;
  width: 100%;
}
.line-as-frame__title {
  flex: 0 1 auto;
  margin: 0 13px;
  text-align: center;
}
.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.link-list > .link-list__item {
  margin-bottom: 16px;
}
.link-list__item {
  font-size: 1rem;
  line-height: 1.56;
  overflow: hidden;
}
.link-list__item--with-icon {
  padding-left: 29px;
}
.link-list__item--with-icon > * {
  vertical-align: middle;
}
.link-list__item-title {
  color: #257b8a;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .link-list__item-title {
    font-size: 1.25rem;
  }
}
.link-list__item-title:hover,
.link-list__item-title:focus {
  color: #00414f;
  text-decoration: none;
}
.link-list__item-icon {
  height: 1rem;
  width: 1rem;
  margin-right: 10px;
  margin-left: -29px;
  margin-top: auto;
}
.link-list--item-border {
  border-color: #f4f4f4;
}
.link-list--item-border > .link-list__item:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid;
  border-color: inherit;
}
.link-list--item-border > .link-list__item--no-border {
  border-bottom: 0 !important;
}
.link-list--compact > .link-list__item {
  margin-bottom: 0;
}
.list-element {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  max-width: 100%;
  background-color: #fff;
  padding: 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list-element {
    margin-bottom: 30px;
    padding: 0;
  }
}
.list-element__section-meta,
.list-element__section-content,
.list-element__section-meta-middle,
.list-element__section-meta-end,
.list-element__section-image,
.list-element__section-progress {
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
.list-element__section-meta {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .list-element__section-author,
  .list-element__section-twitter {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .list-element__section-image {
    order: 1;
  }
}
.list-element__section-meta {
  margin-bottom: 3px;
  margin-left: -4px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .list-element__section-meta {
    margin-bottom: 6px;
    margin-left: 0;
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .list-element__section-progress {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .list-element__section-content {
    order: 4;
  }
}
.list-element__section-content a {
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .list-element__section-author {
    order: 5;
    padding-bottom: 5px;
  }
}
.list-element__section-meta-end {
  margin-top: auto;
}
@media only screen and (min-width: 768px) {
  .list-element__section-meta-end {
    align-self: flex-end;
    order: 6;
  }
}
.list-element__section-meta-middle {
  margin-top: 8px;
}
.list-element__section-share {
  border-top: 3px solid #f4f4f4;
  padding-bottom: 1px;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .list-element__section-share {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.list-element__cta-container {
  margin-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .list-element__cta-container {
    order: 7;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.list-element__title {
  color: #000;
  display: block;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 8px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .list-element__title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .list-element__title {
    color: #000;
    line-height: 1.5;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.list-element__title > a {
  color: currentColor;
}
.list-element__title-link {
  color: inherit;
  text-decoration: none;
}
.list-element__title-link:active,
.list-element__title-link:visited {
  text-decoration: none;
  color: inherit;
}
.list-element__title-link:hover,
.list-element__title-link:focus {
  text-decoration: none;
  color: #257b8a;
}
.list-element__image-container {
  display: block;
}
.list-element__content {
  display: block;
  line-height: 1.4;
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .list-element__content {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .list-element__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.list-element__content-link {
  color: inherit;
  text-decoration: none;
}
.list-element__content-link:active,
.list-element__content-link:visited {
  text-decoration: none;
  color: inherit;
}
.list-element__content-link:hover,
.list-element__content-link:focus {
  text-decoration: none;
  color: #257b8a;
}
.list-element--default-order .list-element__section-meta,
.list-element--default-order .list-element__section-content,
.list-element--default-order .list-element__section-meta-middle,
.list-element--default-order .list-element__section-meta-end,
.list-element--default-order .list-element__section-image,
.list-element--default-order .list-element__section-progress,
.list-element--default-order .list-element__section-author {
  margin-left: 0;
  order: 0;
}
.list-element--no-inner-space {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.list-element--no-inner-space .list-element__section-meta,
.list-element--no-inner-space .list-element__section-content,
.list-element--no-inner-space .list-element__section-content > *,
.list-element--no-inner-space .list-element__section-meta-middle,
.list-element--no-inner-space .list-element__section-meta-end,
.list-element--no-inner-space .list-element__section-image,
.list-element--no-inner-space .list-element__section-progress,
.list-element--no-inner-space .list-element__section-author {
  padding-left: 0;
  padding-right: 0;
}
.list-element--twitter {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .list-element--twitter {
    padding: 16px;
  }
}
.list-element--twitter .list-element__section-twitter {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .list-element--twitter .list-element__section-twitter {
    padding-right: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .list-element--twitter .list-element__section-image {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.list-element--twitter .list-element__section-image {
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .list-element--twitter .list-element__section-image {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.list-element--twitter .list-element__image {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .list-element--twitter .list-element__image {
    height: inherit;
    width: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .list-element--twitter .list-element__section-content {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .list-element--twitter .list-element__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .list-element--twitter .list-element__section-share {
    padding-left: 0;
    padding-right: 0;
    margin-left: 72px;
    margin-right: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .list-element--twitter .list-element__section-share .share-item--twitter {
    max-width: 33%;
  }
}
.list-element--widget-cta {
  margin-bottom: 0;
  padding: 0;
}
.list-element--widget-cta .list-element__section-meta {
  margin-left: 0;
}
.list-element--widget-twitter {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .list-element--widget-twitter {
    margin-top: -24px;
  }
}
.list-element--widget-twitter .list-element__image-twitter-campact {
  float: right;
  margin-bottom: 16px;
  padding-right: 16px;
}
.list-element--widget-twitter .list-element__section-content {
  background-color: #186181;
}
.list-element--widget-twitter .list-element__content {
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
}
.list-element--widget-twitter .list-element__section-share {
  border-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-top: 26px;
}
@media only screen and (min-width: 992px) {
  .list-element--widget-twitter .list-element__section-share {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.list-element--widget-twitter .list-element__section-meta {
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: -1px;
}
@media only screen and (min-width: 768px) {
  .list-element--widget-twitter .list-element__section-meta {
    background-color: #186181;
  }
}
.list-element--wide .list-element__section-meta {
  padding-top: 4px;
}
.list-element--wide .list-element__section-share {
  border-top: 0;
  padding-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.list-element--wide .list-element__section-meta {
  order: 0;
}
.login-method {
  border: none;
  color: #fff;
  display: inline-block;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.login-method--squared {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
  text-align: center;
  width: 2.5rem;
}
.login-method--outlined {
  background-color: transparent;
  border: 2px solid #1da1f2;
  color: #1da1f2;
}
.login-method--outlined:hover,
.login-method--outlined:focus {
  background-color: #1da1f2;
  color: #fff;
  text-decoration: none;
}
.login-method--small {
  height: 2rem;
  line-height: inherit;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0;
}
.login-method--small .login-method__icon {
  height: 1rem;
  width: 1rem;
}
.login-method--small .login-method__label-brand {
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin-top: 0;
  font-size: 0.75rem;
}
.login-method + .login-method {
  margin-left: 8px;
}
.login-method__icon {
  height: 1.6rem;
  vertical-align: middle;
  width: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .login-method__icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.login-method--facebook .login-method__icon {
  height: 1.4rem;
  width: 1.4rem;
}
@media only screen and (min-width: 992px) {
  .login-method--facebook .login-method__icon {
    height: 1.6rem;
    width: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .login-method--facebook .login-method__icon {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.login-method--google .login-method__icon {
  height: 1.4rem;
  width: 1.4rem;
}
@media only screen and (min-width: 992px) {
  .login-method--google .login-method__icon {
    height: 1.6rem;
    width: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .login-method--google .login-method__icon {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.login-method--squared .login-method__icon {
  height: 1.8rem;
  width: 1.8rem;
}
.login-method__label {
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  padding-left: 5px;
  font-size: 0.625rem;
  text-align: left;
  vertical-align: middle;
}
.login-method--squared .login-method__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.login-method__label-brand {
  display: block;
  font-weight: 800;
  margin-top: 2px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .login-method__label-brand {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .login-method__label-brand {
    font-size: 1rem;
  }
}
.login-method--facebook {
  background-color: #3b5998;
}
.login-method--facebook:hover,
.login-method--facebook:focus {
  background-color: #0e1f5b;
  color: #fff;
}
.login-method--facebook:active {
  background-color: #0c1a4d;
}
.login-method--twitter {
  background-color: #1da1f2;
}
.login-method--twitter:hover,
.login-method--twitter:focus {
  background-color: #186181;
  color: #fff;
}
.login-method--twitter:active {
  background-color: #14526e;
}
.login-method--google {
  background-color: #dd4b39;
}
.login-method--google:hover,
.login-method--google:focus {
  background-color: #871716;
  color: #fff;
}
.login-method--google:active {
  background-color: #731413;
}
.marginal-widget {
  margin-bottom: 16px;
  margin-top: 16px;
  float: left;
  clear: left;
  margin-right: 15px;
  z-index: 1;
}
.marginal-widget--right {
  float: right;
  clear: right;
  margin-left: 15px;
  margin-right: 0;
}
.marginal-widget__title {
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .marginal-widget__title {
    letter-spacing: 1px;
    line-height: 1.36;
    margin-bottom: 29px;
    font-size: 1.25rem;
    text-align: left;
  }
}
.marginal-widget__title--highlight {
  color: #c00012;
}
.marginal-widget__subtitle {
  font-weight: 700;
  line-height: 1.56;
  margin-bottom: 3px;
  margin-top: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .marginal-widget__subtitle {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
.marginal-widget__item {
  margin-bottom: 16px;
  display: block;
  line-height: 1.44;
  border-bottom: 6px solid #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .marginal-widget__item {
    margin-top: 13px;
    line-height: 1.36;
    margin-bottom: 10px;
    margin-top: 16px;
    font-size: 1.375rem;
  }
}
.marginal-widget--no-bottom-border .marginal-widget__item {
  border-bottom: none;
}
.meta-bar {
  color: #5d5d5d;
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .meta-bar {
    white-space: normal;
  }
}
.meta-bar > .badge:first-child {
  margin-left: -22px;
}
.meta-bar > * + * {
  margin-left: 8px;
}
.meta-bar > .subscriptions {
  float: right;
}
.meta-bar__tags > * + * {
  margin-left: 8px;
}
.meta-bar--no-spacing {
  margin-bottom: 0;
  margin-top: 0;
}
.meta-bar--centered {
  text-align: center;
  overflow: visible;
  overflow-y: hidden;
  max-height: 1.5em;
  white-space: normal;
}
.meta-bar--expanded {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.meta-bar--dotted > * + *:before {
  content: '·';
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
}
.meta-bar--single-line {
  overflow: hidden;
}
.meta-bar--single-line .meta-bar__tags {
  overflow: visible;
  overflow-y: hidden;
  max-height: 1.5em;
  white-space: normal;
  text-align: right;
}
.meta-info {
  color: #5d5d5d;
  display: block;
  line-height: initial;
  margin-bottom: 0;
  font-size: 0.75rem;
  text-transform: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .meta-info {
    margin-bottom: 0;
    line-height: initial;
    font-size: 0.6875rem;
  }
}
.meta-info a {
  color: currentColor;
}
.meta-info a:hover,
.meta-info a:focus {
  color: currentColor;
}
.meta-info > *:not(:last-child)*:not(:empty) {
  margin-right: 8px;
}
.meta-info > *:not(:last-child)*:not(:empty):after {
  content: " ";
}
.meta-info__author {
  color: currentColor;
}
.meta-info__comments {
  color: currentColor;
  float: right;
}
.meta-info__highlight {
  color: #91a561;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
}
.meta-info--top-border {
  padding: 12px 8px;
  width: auto;
  text-align: center;
}
.meta-info--top-border:before {
  border-top: 6px solid #f4f4f4;
  content: "";
  display: block;
  margin: 0 auto 13px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .meta-info--top-border:before {
    width: 22%;
  }
}
.meta-info--top-border-small {
  margin-top: 0;
}
.meta-info--top-border-small:before {
  width: 60px;
}
.meta-info--dotted > * + *:before {
  color: #5d5d5d;
  content: '·';
  display: inline-block;
  font-weight: 400;
  margin-right: 8px;
  text-decoration: none;
}
.meta-info--expanded {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.meta-navigation {
  background-color: #7d0000;
  color: #fff;
  position: relative;
}
.meta-navigation:before,
.meta-navigation:after {
  content: ' ';
  display: table;
}
.meta-navigation:after {
  clear: both;
}
.meta-navigation__list {
  float: right;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta-navigation__item {
  display: inline-block;
}
.meta-navigation__item + .meta-navigation__item {
  margin-left: 16px;
}
.meta-navigation__link {
  background: none;
  border: none;
  color: currentColor;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 6px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.meta-navigation__link:hover,
.meta-navigation__link:focus {
  color: currentColor;
  text-decoration: underline;
}
.meta-navigation__icon {
  height: 0.9rem;
  width: 0.9rem;
}
.meta-navigation__icon.icon--twitter,
.meta-navigation__icon.icon--envelope,
.meta-navigation__icon.icon--facebook {
  margin-top: -2px;
}
.meta-navigation__collapsible {
  background-color: #fff;
  color: #5d5d5d;
  display: none;
  line-height: 1.2;
  margin-top: 3px;
  padding: 24px;
  position: relative;
}
.meta-navigation__collapsible--is-open {
  display: block;
}
.more {
  color: #257b8a;
  display: block;
  font-weight: 700;
  text-decoration: none;
  width: auto;
}
.more:before {
  content: '›';
  font-weight: 400;
  margin-right: 3px;
}
.more:hover,
.more:focus {
  color: #00414f;
  text-decoration: none;
}
.more--simple:before {
  content: '›';
  margin-right: 3px;
}
.navigation {
  margin-bottom: 32px;
  position: relative;
  z-index: 100;
/* First Level Links */
/* Second Level Links */
/* Special case, to avoid resets in all bootstrap breakpoints */
}
@media only screen and (min-width: 768px) {
  .navigation {
    margin-bottom: 56px;
    overflow-x: visible;
  }
}
@media only screen and (min-width: 992px) {
  .navigation {
    background-color: #c00012;
  }
}
.navigation__skiplink.skiplink:focus {
  background-color: #c00012;
  color: #fff;
  left: 1.8rem;
  outline: none;
  padding: 8px;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.navigation__container {
  background-color: #c00012;
  display: flex;
  flex-direction: row;
  padding-right: 0;
  position: relative;
  overflow: visible !important;
}
@media only screen and (min-width: 992px) {
  .navigation__container {
    background-color: transparent;
    border-bottom: none;
  }
}
.navigation__container > .navigation__list {
  border-bottom: 5px solid #dce7ed;
  border-left: 5px solid #dce7ed;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateX(100%);
  transition: transform 200ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
  width: calc(100% - 0.5rem);
  will-change: transform;
  z-index: 100;
}
.navigation__container > .navigation__list:before,
.navigation__container > .navigation__list:after {
  content: ' ';
  display: table;
}
.navigation__container > .navigation__list:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  .navigation__container > .navigation__list {
    border-bottom: none;
    border-left: none;
    position: static;
    right: auto;
    transform: none;
    will-change: auto;
  }
}
.navigation__logo {
  display: flex;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-top: 8px;
}
.navigation__logo,
.navigation__logo:hover,
.navigation__logo:focus {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .navigation__logo {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navigation__logo {
    margin-left: 0;
  }
}
.navigation__logo-image {
  height: 2.8rem;
  width: 8rem;
}
@media only screen and (min-width: 992px) {
  .navigation__logo-image {
    height: 3.2rem;
    width: 10rem;
  }
}
.navigation__logo-image--complex {
  display: none;
}
@media only screen and (min-width: 992px) {
  .navigation__logo-image--complex {
    display: block;
  }
}
.navigation__logo-image--simple {
  display: block;
}
@media only screen and (min-width: 992px) {
  .navigation__logo-image--simple {
    display: none;
  }
}
.navigation__toggle-icon {
  fill: #257b8a;
  float: right;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .navigation__toggle-icon {
    fill: #7d0000;
    float: none;
    margin-left: 6px;
  }
}
.navigation__list,
.navigation__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation__list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .navigation__list {
    flex-direction: row;
  }
}
.navigation--is-open {
  overflow-x: visible;
}
.navigation--is-open .navigation__hamburger {
  background-color: #7d0000;
}
.navigation--is-open .navigation__hamburger:hover,
.navigation--is-open .navigation__hamburger:focus {
  background-color: #700000;
}
.navigation--is-open .navigation__hamburger:active {
  background-color: #640000;
}
.navigation--is-open > .navigation__container > .navigation__list {
  transform: none;
}
.navigation__content {
  border-top: 2px solid #dce7ed;
  display: none;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 992px) {
  .navigation__content {
    background-color: #fff;
    border-bottom: 2px solid #dce7ed;
    border-top: none;
    left: 0;
    padding: 24px 24px 32px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .navigation__content--not-fullsized {
    width: auto;
  }
  .navigation__content--right {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navigation__content .navigation__link {
    color: #c00012;
    font-size: 1.25rem;
  }
}
.navigation__teaser {
  display: none;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .navigation__teaser {
    display: block;
  }
}
.navigation__list .navigation__submenu > .navigation__item {
  background-color: #fff;
}
.navigation__item--is-open > .navigation__content {
  display: block;
}
.navigation__item--is-current > .navigation__link {
  position: relative;
}
.navigation__item--is-current > .navigation__link:after {
  background-color: #7d0000;
  bottom: 0;
  content: ' ';
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.navigation__link,
.navigation__user-toggle {
  color: #257b8a;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 22px 19px;
}
.navigation__link::-moz-focus-inner,
.navigation__user-toggle::-moz-focus-inner {
  border: 0;
  margin-bottom: -2px;
  margin-top: -2px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .navigation__link,
  .navigation__user-toggle {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.navigation__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
}
.navigation__header:before,
.navigation__header:after {
  content: ' ';
  display: table;
}
.navigation__header:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  .navigation__header {
    border-bottom: none;
    margin-left: 15px;
    padding-top: 8px;
    width: 13rem;
  }
}
.navigation__hamburger {
  background-color: #c00012;
  border: none;
  color: #fff;
  display: flex;
  height: 100%;
  margin-left: auto;
  padding: 5px 16px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .navigation__hamburger {
    display: none;
  }
}
.navigation__hamburger:hover,
.navigation__hamburger:focus {
  background-color: #e00015;
  border: none;
  outline: none;
}
.navigation__hamburger:active,
.navigation__hamburger--is-open {
  background-color: #ad0010;
  border: none;
}
.navigation__hamburger-icon {
  height: 2rem;
  width: 2rem;
}
.navigation__user-toggle {
  background-color: transparent;
  border: none;
}
.navigation__list > .navigation__item {
  background-color: #eaf5fa;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .navigation__list > .navigation__item {
    flex-direction: row;
  }
}
.navigation__list > .navigation__item > .navigation__link {
  text-transform: uppercase;
}
.navigation__list > .navigation__item + .navigation__item {
  border-top: 2px solid #dce7ed;
}
.navigation__submenu .navigation__item {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.navigation__submenu .navigation__item:before {
  color: #257b8a;
  content: '›';
  font-weight: 700;
  left: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .navigation__submenu .navigation__item:before {
    left: 0;
    top: 0.55rem;
    transform: none;
  }
}
.navigation__submenu .navigation__link {
  padding-left: 24px;
  padding-right: 8px;
}
.navigation__submenu .navigation__link:active {
  background-color: #eaf5fa;
}
@media only screen and (min-width: 992px) {
  .navigation__submenu .navigation__link:active {
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .navigation__submenu .navigation__link {
    color: #257b8a;
    padding: 10px 0 10px 16px;
  }
}
.navigation__submenu > .navigation__item + .navigation__item {
  border-top: 1px solid #dce7ed;
}
@media only screen and (min-width: 992px) {
  .navigation__submenu > .navigation__item + .navigation__item {
    border-top: none;
  }
}
@media only screen and (min-width: 992px) {
  .navigation__container > .navigation__list > .navigation__item {
    background-color: transparent;
    display: flex;
  }
  .navigation__container > .navigation__list > .navigation__item--user-toggle {
    align-self: flex-end;
    margin-left: auto;
  }
  .navigation__container > .navigation__list > .navigation__item > .navigation__link:hover,
  .navigation__container > .navigation__list > .navigation__item > .navigation__link:focus,
  .navigation__container > .navigation__list > .navigation__item > .navigation__user-toggle:hover,
  .navigation__container > .navigation__list > .navigation__item > .navigation__user-toggle:focus {
    background-color: #b80011;
    color: #fff;
    outline: none;
    text-decoration: none;
  }
  .navigation__container > .navigation__list > .navigation__item > .navigation__link:active,
  .navigation__container > .navigation__list > .navigation__item > .navigation__user-toggle:active {
    background-color: #a5000f;
  }
  .navigation__container > .navigation__list > .navigation__item--is-open > .navigation__link,
  .navigation__container > .navigation__list > .navigation__item--is-open > .navigation__link:hover,
  .navigation__container > .navigation__list > .navigation__item--is-open > .navigation__link:focus,
  .navigation__container > .navigation__list > .navigation__item--is-open > .navigation__user-toggle,
  .navigation__container > .navigation__list > .navigation__item--is-open > .navigation__user-toggle:hover,
  .navigation__container > .navigation__list > .navigation__item--is-open > .navigation__user-toggle:focus {
    background-color: #fff;
    box-shadow: 0 6px #fff;
    color: #c00012;
  }
  .navigation__container > .navigation__list > .navigation__item + .navigation__item {
    border-top: none;
  }
}
.navigation__close-container {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navigation__close-container {
    display: inline-block;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .navigation__container {
    width: 100%;
  }
}
.news-header {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news-header {
    margin-top: 42px;
    margin-bottom: 26px;
  }
}
.news-header__title {
  font-weight: 800;
  line-height: 1.33;
  margin-top: 6px;
  font-size: 1.875rem;
  white-space: normal;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .news-header__title {
    font-size: 3.75rem;
  }
}
.news-header__excerpt {
  line-height: 1.56;
  font-size: 1rem;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .news-header__excerpt {
    line-height: 1.54;
    font-size: 1.5rem;
  }
}
.news-header__share,
.news-header__image {
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .news-header__share,
  .news-header__image {
    margin-bottom: 56px;
  }
}
.news {
  background-color: #fff;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .news {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .news > .row:first-child {
    display: flex;
    flex-wrap: wrap;
  }
  .news > .row:first-child.row:before,
  .news > .row:first-child.row:after {
    display: none;
  }
  .news > .row:first-child > * {
    display: flex;
  }
}
.news__title {
  margin-bottom: 8px;
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3125rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .news__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .news__title {
    order: 2;
  }
}
.news__title > a {
  color: currentColor;
}
.news__teaser {
  display: block;
  margin-bottom: 8px;
  margin-top: 16px;
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .news__teaser {
    margin-bottom: 24px;
    margin-top: 0;
    order: 3;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .news__content-container {
    padding-left: 0;
  }
}
.news__content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .news__content {
    margin-right: 24px;
    margin-top: 24px;
    padding-right: 0;
  }
}
.news__content-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.news__meta-bar {
  margin-bottom: 3px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .news__meta-bar {
    order: 1;
  }
}
.news__meta-bar .badge:first-child {
  margin-left: -9px;
}
@media only screen and (min-width: 768px) {
  .news__meta-bar .badge:first-child {
    margin-left: -21px;
  }
}
.news__meta {
  display: block;
  margin-bottom: 0;
  margin-top: 32px;
  padding-bottom: 5px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .news__meta {
    align-self: flex-end;
    margin-top: auto;
  }
}
.news__share {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: -11px;
  margin-top: 11px;
}
@media only screen and (min-width: 768px) {
  .news__share {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.news__image-container {
  display: block;
  width: 100%;
}
.newsletter-optin {
  background-color: #00414f;
  color: #fff;
}
.newsletter-optin__container > .row {
  display: flex;
  flex-wrap: wrap;
/* often used in combination with a .row element; the combination with
     bootstraps clearfix confuses safari */
}
.newsletter-optin__container > .row.row:before,
.newsletter-optin__container > .row.row:after {
  display: none;
}
.newsletter-optin__container > .row > * {
  display: flex;
}
.newsletter-optin__title-container {
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .newsletter-optin__title-container {
    padding: 40px;
  }
}
.newsletter-optin__title-container {
  background-image: url(../../node_modules/@campact/camper/images/newsletter-optin-background.4e540c99.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  width: 100%;
}
.newsletter-optin__teaser-container {
  align-content: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .newsletter-optin__teaser-container {
    padding-top: 40px;
  }
}
.newsletter-optin__title {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  width: 100%;
  font-weight: 700;
  line-height: 1;
  font-family: "Rokkitt", "DejaVu Serif", "Liberation Serif", Georgia, serif;
  font-size: 2rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .newsletter-optin__title {
    font-size: 3.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-optin__title {
    text-align: left;
  }
}
.newsletter-optin__teaser {
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .newsletter-optin__teaser {
    line-height: 1.5;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-optin__teaser {
    text-align: left;
  }
}
.newsletter-optin__teaser > p:first-child {
  margin-top: 0;
}
.newsletter-optin__teaser > p:last-child {
  margin-bottom: 24px;
}
.newsletter-optin__cta-container {
  align-items: flex-end;
  margin-bottom: -56px;
  margin-top: auto;
}
.no-clear:before,
.no-clear:after {
  content: none;
}
.no-clear__row:before,
.no-clear__row:after {
  content: none;
}
.no-clear__col {
  float: none;
}
.notification {
  background: #005668;
  color: #fff;
  padding: 16px;
  font-weight: bold;
  text-align: center;
}
.notification .icon {
  display: block;
  margin: 0 auto 16px;
}
.opengraph-preview {
  background-color: #fff;
  border: 2px solid #f4f4f4;
  overflow: hidden;
  position: relative;
}
.opengraph-preview__image-container,
.opengraph-preview__content-container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .opengraph-preview__image-container,
  .opengraph-preview__content-container {
    width: 50%;
  }
}
.opengraph-preview__content-container {
  padding: 13px;
}
@media only screen and (min-width: 768px) {
  .opengraph-preview__content-container {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
  }
}
.opengraph-preview__title {
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.875rem;
  word-wrap: break-word;
}
.opengraph-preview__teaser {
  line-height: 1.5;
  margin-top: 8px;
  font-size: 0.75rem;
}
.opengraph-preview__page {
  background: #fff;
  bottom: 0;
  color: #b7b7b7;
  left: 0;
  margin-top: auto;
  padding-bottom: 5px;
  padding-left: 13px;
  position: absolute;
  font-size: 0.5625rem;
  text-transform: uppercase;
  width: 100%;
}
.overlay {
  left: 50%;
  max-height: 99%;
  max-height: 99vh;
  max-width: 99%;
  max-width: 99vw;
  position: fixed;
  top: 200px;
  top: 50vh;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
.overlay[aria-hidden='true'] {
  display: none;
}
.overlay__content {
  max-width: 100%;
  background-color: #fff;
  padding: 16px 12px;
}
.overlay__content .iframe,
.overlay__content iframe {
  max-width: 100%;
  width: 100%;
  display: block;
}
.overlay__content .iframe--facebook-follow {
  height: 325px;
}
.overlay__content > * > * + * {
  margin-top: 16px;
}
.overlay__wrap {
  overflow: auto;
  max-height: 90vh;
  max-width: 90vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .overlay__wrap {
    width: 80vw !important;
  }
}
.overlay__wrap::-webkit-scrollbar {
  -webkit-appearance: none;
}
.overlay__wrap::-webkit-scrollbar:horizontal {
  height: 11px;
}
.overlay__wrap::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0,0,0,0.5);
}
.overlay__wrap::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
.overlay__header {
  background-color: #fff;
  padding: 8px;
}
.overlay__header:before,
.overlay__header:after {
  content: ' ';
  display: table;
}
.overlay__header:after {
  clear: both;
}
.overlay__header--minimal {
  position: absolute;
  right: 0;
}
.overlay__close {
  background-color: #fff;
  color: #00414f;
  float: right;
}
.overlay__close:hover,
.overlay__close:focus {
  background-color: transparent;
}
.overlay__close:hover .close__icon,
.overlay__close:focus .close__icon {
  fill: #257b8a;
}
.overlay__background {
  background-color: rgba(0,0,0,0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.oversize-banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  position: relative;
}
.oversize-banner__overlay {
  background-color: #fff;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .oversize-banner__overlay {
    bottom: 5rem;
    max-width: 38.5rem;
    position: absolute;
    right: 5rem;
  }
}
.oversize-banner__title {
  background-color: #fff;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3125rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .oversize-banner__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .oversize-banner__title {
    background-color: transparent;
    margin-bottom: 8px;
    padding: 0;
  }
}
.oversize-banner__teaser {
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .oversize-banner__teaser {
    font-size: 1rem;
  }
}
.oversize-banner__highlight {
  background-color: #ff6;
}
.oversize-banner__cta-container {
  margin-bottom: -56px;
  margin-top: 0;
}
.oversize-intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  position: relative;
  overflow: hidden;
}
.oversize-intro__overlay {
  margin-bottom: 16px;
  background-color: #fff;
  padding: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .oversize-intro__overlay {
    margin-bottom: 68px;
    margin-top: -107px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .oversize-intro__overlay {
    margin-top: -101px;
  }
}
@media only screen and (max-height: 870px) and (min-width: 1200px) {
  .oversize-intro__overlay {
    margin-top: -176px;
  }
}
.oversize-intro__title {
  background-color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 6px;
  margin-bottom: 0;
  padding: 3px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4375rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .oversize-intro__title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .oversize-intro__title {
    padding: 0;
  }
}
.oversize-intro__title-link {
  color: inherit;
  text-decoration: none;
}
.oversize-intro__title-link:active,
.oversize-intro__title-link:visited {
  text-decoration: none;
  color: inherit;
}
.oversize-intro__title-link:hover,
.oversize-intro__title-link:focus {
  text-decoration: none;
  color: #257b8a;
}
.oversize-intro__teaser {
  line-height: 1.56;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .oversize-intro__teaser {
    line-height: 1.6;
    font-size: 1.25rem;
  }
}
.oversize-intro__teaser-link {
  color: inherit;
  text-decoration: none;
}
.oversize-intro__teaser-link:active,
.oversize-intro__teaser-link:visited {
  text-decoration: none;
  color: inherit;
}
.oversize-intro__teaser-link:hover,
.oversize-intro__teaser-link:focus {
  text-decoration: none;
  color: #257b8a;
}
.oversize-intro__highlight {
  background-color: #ff6;
}
.page-header {
  background: #005c8a;
  padding: 16px;
  text-align: center;
}
.page-header__title {
  color: #f6f7f8;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  word-wrap: break-word;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-header__title {
    font-size: 4.1875rem;
  }
}
.page-header__intro {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 32px;
  margin-top: 16px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .page-header__intro {
    font-size: 2.25rem;
  }
}
.page-label {
  margin: 16px 0 10px;
  text-align: center;
  display: block;
}
.page-label--image-teaser {
  position: relative;
  margin-bottom: -10px;
}
.page-label--topless {
  margin-top: 0;
}
.page-label__item {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px;
  background: #005c8a;
  color: #fff;
  display: inline;
}
.page-title {
  margin-top: -32px;
}
@media only screen and (min-width: 768px) {
  .page-title {
    margin-top: -56px;
  }
}
.page-title--without-image .page-title__title-container {
  padding-bottom: 40px;
}
.page-title__title-container {
  background-color: #000;
  color: #fff;
  padding-bottom: 104px;
  padding-top: 40px;
}
.page-title__title {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Rokkitt", "DejaVu Serif", "Liberation Serif", Georgia, serif;
  font-size: 2.25rem;
  text-align: center;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .page-title__title {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-title__title {
    font-size: 3.375rem;
  }
}
.page-title__image-container {
  margin-top: -72px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .page-title__image-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-title__image {
  border: 5px solid #fff;
}
.pages-links {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 48px;
}
.pages-links__list {
  justify-content: space-around;
  margin-top: 24px;
  position: relative;
}
.pages-links__page-link {
  display: block;
  flex: 0 0 14.5rem;
  margin: 15px;
  position: relative;
}
.pages-links__page-image {
  margin-bottom: 54px;
}
.pages-links__page-title {
  background-color: #257b8a;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  padding: 16px;
  position: absolute;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination__item {
  position: relative;
}
.pagination__item:first-child .pagination__item-link {
  margin-left: 0;
}
.pagination__item-link {
  align-items: center;
  background-color: #f4f4f4;
  color: #257b8a;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  justify-content: center;
  left: -9999px;
  margin-left: 16px;
  min-height: 3rem;
  min-width: 3rem;
  position: absolute;
  font-size: 16px;
  text-decoration: none;
  top: -9999px;
}
@media only screen and (min-width: 768px) {
  .pagination__item-link {
    left: initial;
    position: initial;
    top: initial;
  }
}
.pagination__item-link:hover,
.pagination__item-link:focus {
  background-color: #257b8a;
  color: #fff;
  text-decoration: none;
}
.pagination__item-link--is-active {
  background-color: #91a561;
  color: #fff;
  left: initial;
  order: 2;
  position: initial;
  top: initial;
}
.pagination__item-link--is-active:hover,
.pagination__item-link--is-active:focus {
  background-color: #91a561;
}
.pagination__item-link--is-active::before {
  border-bottom: 7px solid #91a561;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 13px;
  top: -5px;
  width: 0;
}
.pagination__item-link--is-active::before:hover::before {
  border-bottom: 10px solid #91a561;
}
.pagination__item-link--arrow {
  background-color: #005668;
  color: #fff;
}
.pagination__item-link--arrow:hover,
.pagination__item-link--arrow:focus {
  background-color: #002831;
}
.pagination__item-link--gap {
  background-color: transparent;
}
.pagination__item-link--visible {
  left: initial;
  order: 2;
  position: initial;
  top: initial;
}
.pagination__arrow {
  height: 1.5rem;
  width: 1.5rem;
}
.partner {
  list-style: none;
  padding-left: 0;
}
.partner__item {
  background-color: #fff;
  border: 8px solid #fff;
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-top: 80%;
}
@media only screen and (min-width: 768px) {
  .partner__item {
    padding-top: 100%;
  }
}
.partner__image {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 7%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .partner__image {
    padding: 12%;
  }
}
.policy {
  line-height: 1.4;
  font-size: 0.75rem;
}
.policy__title {
  display: block;
}
.policy__content {
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 3px;
}
.policy__content a {
  color: #257b8a;
  font-weight: 400;
}
.privacy-oembed-wrapper {
  position: relative;
}
.privacy-oembed-wrapper__action {
  color: #fff;
  display: block;
  left: 50%;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}
.privacy-oembed-wrapper__action:hover,
.privacy-oembed-wrapper__action:focus {
  color: #fff;
  opacity: 1;
}
.privacy-oembed-wrapper__action-icon {
  height: 8rem;
  width: 8rem;
}
@media only screen and (min-width: 992px) {
  .privacy-oembed-wrapper__action-icon {
    height: 14rem;
    width: 14rem;
  }
}
.privacy-oembed-wrapper__preview-container {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.privacy-oembed-wrapper__preview,
.privacy-oembed-wrapper__content > iframe {
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.privacy-oembed-wrapper__preview {
  height: auto;
}
.privacy-oembed-wrapper__preview-container,
.privacy-oembed-wrapper--is-active .privacy-oembed-wrapper__content {
  height: 0;
  padding-bottom: 56.25% /* 16:9 */;
}
.privacy-oembed-wrapper--is-active[data-module*="facebook"] .privacy-oembed-wrapper__content {
  height: auto;
  padding-bottom: 0;
}
.progressbar {
  background-color: #abc07a;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
/* helper, to keep --big and --transform-to-big DRY */
}
.progressbar__progress {
  -webkit-animation: progressbar-move 1.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
          animation: progressbar-move 1.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  background-color: #91a561;
  color: #fff;
  line-height: 1;
  max-width: 100%;
  padding-bottom: 8px;
  padding-right: 7px;
  padding-top: 8px;
  position: relative;
  font-size: 1rem;
  will-change: width;
}
.progressbar__label {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 7px;
  text-align: right;
}
.progressbar__label-count {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.progressbar__label-tagline {
  display: block;
  font-weight: 700;
  margin-top: 3px;
  font-size: 0.5625rem;
  text-transform: uppercase;
}
.progressbar--big .progressbar__progress:after,
.progressbar--transform-to-big .progressbar__progress:after {
  border-color: #00414f transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  content: ' ';
  display: none;
  height: 0;
  position: absolute;
  right: -6px;
  top: 0;
  width: 0;
}
@media only screen and (min-width: 992px) {
  .progressbar--big .progressbar__progress:after,
  .progressbar--transform-to-big .progressbar__progress:after {
    display: block;
  }
}
.progressbar--big .progressbar__progress {
  padding-bottom: 6px;
  padding-top: 6px;
}
.progressbar--big .progressbar__label-count,
.progressbar--transform-to-big .progressbar__label-count {
  font-size: 1.3rem;
}
@media only screen and (min-width: 992px) {
  .progressbar--transform-to-big .progressbar__progress {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
.progressbar--skip-animation .progressbar__progress {
  -webkit-animation: none;
          animation: none;
}
.progressbar--outlaw {
  background-color: transparent;
  border-bottom: none;
}
.progressbar--outlaw .progressbar__inner-container {
  background-color: #005668;
}
.progressbar--outlaw .progressbar__progress {
  background-color: #abc07a;
}
.progressbar--outlaw .progressbar__label {
  padding-left: 0;
  text-align: left;
}
.progressbar--outlaw .progressbar__label-tagline,
.progressbar--outlaw .progressbar__label-count {
  color: #abc07a;
  display: inline;
  font-size: 0.75rem;
  text-transform: none;
}
@-webkit-keyframes progressbar-move {
  0% {
    width: 0;
  }
}
@keyframes progressbar-move {
  0% {
    width: 0;
  }
}
.blockquote {
  margin: 0;
  color: #a21e69;
  font-weight: 800;
  line-height: 1.56;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .blockquote {
    line-height: 1.68;
    font-size: 1.375rem;
  }
}
.blockquote p {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.blockquote a {
  color: #257b8a;
}
.blockquote cite,
.blockquote--like-cite {
  font-style: normal;
}
.blockquote__icon {
  height: 2rem;
  margin-right: 8px;
  margin-top: -11px;
  width: 2rem;
}
.recommendation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recommendation__action {
  padding-bottom: 24px;
  padding-top: 24px;
}
.recommendation__action + .recommendation__action {
  border-top: 3px solid #f4f4f4;
}
.recommendation__action-title {
  background: transparent;
  border: none;
  color: #005668;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 1rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .recommendation__action-title {
    font-size: 1.125rem;
  }
}
.recommendation__action-title:hover,
.recommendation__action-title:active {
  text-decoration: underline;
}
.icon.recommendation__action-icon {
  left: 0;
  position: absolute;
  top: 0;
}
.icon.recommendation__action-icon--twitter {
  color: #1da1f2;
  height: 1.4rem;
  width: 1.4rem;
}
.icon.recommendation__action-icon--facebook {
  color: #3b5998;
  height: 1.65rem;
  top: -0.1rem;
  width: 1.65rem;
}
.icon.recommendation__action-icon--envelope {
  top: 0.4rem;
}
.icon.recommendation__action-icon--whatsapp {
  color: #25d366;
}
.recommendation__action-content {
  padding-left: 40px;
  padding-top: 16px;
}
.recommendation__copy-button {
  background: transparent;
  border: none;
  color: #005668;
  line-height: 1.2;
  padding: 0 0 0 24px;
  position: relative;
  text-align: left;
}
.recommendation__copy-button-icon {
  height: 0.8rem;
  left: 0;
  margin-right: 8px;
  position: absolute;
  top: 0.1rem;
  width: 0.8rem;
}
.row--half-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row--half-gutter > [class^='col-'] {
  padding-left: 7px;
  padding-right: 7px;
}
.row--flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.row--flex::after {
  content: "";
  width: 100%;
}
.row--flex .form-group,
.row--flex .input-wrap {
  flex: 0 1 auto;
  padding: 0;
}
.row--flex .form-group,
.row--flex .input-wrap {
  order: 1;
}
.row--flex .form-group[value],
.row--flex .input-wrap[value] {
  width: auto;
  display: inline-block;
  order: 0;
  margin-bottom: 10px;
}
.row--flex .form-group[value] .input,
.row--flex .input-wrap[value] .input {
  display: none;
}
.row--flex .form-group[value]:after,
.row--flex .input-wrap[value]:after {
  content: attr(value) " ";
  display: inline-block;
  white-space: pre;
}
.section-header {
  padding-bottom: 16px;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-header {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.section-header__title {
  color: #c00012;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-header__title {
    font-size: 2.125rem;
  }
}
.share-item {
  align-items: center;
  background-color: #f4f4f4;
  color: #005668;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  padding: 10px 3px;
  white-space: nowrap;
}
.share-item:hover,
.share-item:focus {
  background-color: #b7b7b7;
  color: #fff;
  text-decoration: none;
}
.share-item:active {
  background-color: #a5a5a5;
}
@media only screen and (min-width: 768px) {
  .share-item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .share-item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.share-item--squared,
.share-item--transform-to-wide {
  flex-grow: 0;
  height: 2.8rem;
  padding-left: 0;
  padding-right: 0;
  width: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .share-item--transform-to-wide {
    flex-grow: 1;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .share-item--transform-to-wide {
    height: auto;
  }
}
.share-item--squared .share-item__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.share-item--transform-to-wide .share-item__label {
  margin-left: 0;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (min-width: 768px) {
  .share-item--transform-to-wide .share-item__label {
    clip: auto;
    height: auto;
    margin: 0 0 0 8px;
    position: static;
    width: auto;
  }
}
.share-item--blow-s {
  padding-bottom: 13px;
  padding-top: 13px;
}
.share-item--blow-m {
  padding-bottom: 16px;
  padding-top: 16px;
}
.share-item--blow-m .share-item__label {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .share-item--blow-m .share-item__label {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .share-item--blow-m .share-item__label {
    font-size: 1.5rem;
  }
}
.share-item--blow-m .share-item__icon.icon {
  height: 1.6rem;
  width: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .share-item--blow-m .share-item__icon.icon {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.share-item--blow-l {
  padding-bottom: 19px;
  padding-top: 19px;
}
.share-item--blow-l .share-item__label {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .share-item--blow-l .share-item__label {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 992px) {
  .share-item--blow-l .share-item__label {
    font-size: 1.75rem;
  }
}
.share-item--blow-l .share-item__icon.icon {
  height: 1.8rem;
  width: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .share-item--blow-l .share-item__icon.icon {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.share-item--blow-m .share-item__label,
.share-item--blow-l .share-item__label {
  font-weight: 800;
}
.share-item--leftish {
  align-items: flex-start;
  justify-content: flex-start;
}
.share-item__label {
  letter-spacing: 0.05rem;
  margin-left: 8px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .share-item__label {
    font-size: 1rem;
  }
}
.share-item__icon {
  height: 1.2rem;
  width: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .share-item__icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.share-item--facebook {
  background-color: #3b5998;
  color: #fff;
}
.share-item--facebook:hover,
.share-item--facebook:focus {
  background-color: #0e1f5b;
}
.share-item--facebook:active {
  background-color: #0c1a4d;
}
.share-item--inverse.share-item--facebook {
  background-color: #fff;
  color: #3b5998;
}
.share-item--inverse.share-item--facebook:hover,
.share-item--inverse.share-item--facebook:focus {
  color: #0e1f5b;
}
.share-item--inverse.share-item--facebook:active {
  color: #0c1a4d;
}
.share-item--whatsapp {
  background-color: #25d366;
  color: #fff;
}
.share-item--whatsapp:hover,
.share-item--whatsapp:focus {
  background-color: #28b43e;
}
.share-item--whatsapp:active {
  background-color: #229935;
}
.share-item--inverse.share-item--whatsapp {
  background-color: #fff;
  color: #25d366;
}
.share-item--inverse.share-item--whatsapp:hover,
.share-item--inverse.share-item--whatsapp:focus {
  color: #28b43e;
}
.share-item--inverse.share-item--whatsapp:active {
  color: #229935;
}
.share-item--twitter {
  background-color: #1da1f2;
  color: #fff;
}
.share-item--twitter:hover,
.share-item--twitter:focus {
  background-color: #186181;
}
.share-item--twitter:active {
  background-color: #14526e;
}
.share-item--inverse.share-item--twitter {
  background-color: #fff;
  color: #1da1f2;
}
.share-item--inverse.share-item--twitter:hover,
.share-item--inverse.share-item--twitter:focus {
  color: #186181;
}
.share-item--inverse.share-item--twitter:active {
  color: #14526e;
}
.share-item--mail {
  background-color: #808080;
  color: #fff;
}
.share-item--mail:hover,
.share-item--mail:focus {
  background-color: #222;
}
.share-item--mail:active {
  background-color: #1d1d1d;
}
.share-item--inverse.share-item--mail {
  background-color: #fff;
  color: #808080;
}
.share-item--inverse.share-item--mail:hover,
.share-item--inverse.share-item--mail:focus {
  color: #222;
}
.share-item--inverse.share-item--mail:active {
  color: #1d1d1d;
}
.share-item--facebook-messenger {
  background-color: #448aff;
  color: #fff;
}
.share-item--facebook-messenger:hover,
.share-item--facebook-messenger:focus {
  background-color: #002b75;
}
.share-item--facebook-messenger:active {
  background-color: #002563;
}
.share-item--inverse.share-item--facebook-messenger {
  background-color: #fff;
  color: #448aff;
}
.share-item--inverse.share-item--facebook-messenger:hover,
.share-item--inverse.share-item--facebook-messenger:focus {
  color: #002b75;
}
.share-item--inverse.share-item--facebook-messenger:active {
  color: #002563;
}
.share-item--instagram {
  background-color: #c32aa3;
  color: #fff;
}
.share-item--instagram:hover,
.share-item--instagram:focus {
  background-color: #430e38;
}
.share-item--instagram:active {
  background-color: #390c30;
}
.share-item--inverse.share-item--instagram {
  background-color: #fff;
  color: #c32aa3;
}
.share-item--inverse.share-item--instagram:hover,
.share-item--inverse.share-item--instagram:focus {
  color: #430e38;
}
.share-item--inverse.share-item--instagram:active {
  color: #390c30;
}
.share-item--telegram {
  background-color: #37aee2;
  color: #fff;
}
.share-item--telegram:hover,
.share-item--telegram:focus {
  background-color: #105370;
}
.share-item--telegram:active {
  background-color: #0e475f;
}
.share-item--inverse.share-item--telegram {
  background-color: #fff;
  color: #37aee2;
}
.share-item--inverse.share-item--telegram:hover,
.share-item--inverse.share-item--telegram:focus {
  color: #105370;
}
.share-item--inverse.share-item--telegram:active {
  color: #0e475f;
}
.share-item--sms {
  background-color: #911710;
  color: #fff;
}
.share-item--sms:hover,
.share-item--sms:focus {
  background-color: #370906;
}
.share-item--sms:active {
  background-color: #2f0805;
}
.share-item--inverse.share-item--sms {
  background-color: #fff;
  color: #911710;
}
.share-item--inverse.share-item--sms:hover,
.share-item--inverse.share-item--sms:focus {
  color: #370906;
}
.share-item--inverse.share-item--sms:active {
  color: #2f0805;
}
.share-item--phone {
  background-color: #4cd863;
  color: #fff;
}
.share-item--phone:hover,
.share-item--phone:focus {
  background-color: #197027;
}
.share-item--phone:active {
  background-color: #155f21;
}
.share-item--inverse.share-item--phone {
  background-color: #fff;
  color: #4cd863;
}
.share-item--inverse.share-item--phone:hover,
.share-item--inverse.share-item--phone:focus {
  color: #197027;
}
.share-item--inverse.share-item--phone:active {
  color: #155f21;
}
.share-item--signal {
  background-color: #3a76f0;
  color: #fff;
}
.share-item--signal:hover,
.share-item--signal:focus {
  background-color: #0f4cc7;
}
.share-item--signal:active {
  background-color: #0d41a9;
}
.share-item--inverse.share-item--signal {
  background-color: #fff;
  color: #3a76f0;
}
.share-item--inverse.share-item--signal:hover,
.share-item--inverse.share-item--signal:focus {
  color: #0f4cc7;
}
.share-item--inverse.share-item--signal:active {
  color: #0d41a9;
}
.share-item--threema {
  background-color: #049538;
  color: #fff;
}
.share-item--threema:hover,
.share-item--threema:focus {
  background-color: #016a27;
}
.share-item--threema:active {
  background-color: #015a21;
}
.share-item--inverse.share-item--threema {
  background-color: #fff;
  color: #049538;
}
.share-item--inverse.share-item--threema:hover,
.share-item--inverse.share-item--threema:focus {
  color: #016a27;
}
.share-item--inverse.share-item--threema:active {
  color: #015a21;
}
.share-item--generic {
  background-color: #005668;
  color: #fff;
}
.share-item--generic:hover,
.share-item--generic:focus {
  background-color: #005668;
}
.share-item--generic:active {
  background-color: #004958;
}
.share-item--inverse.share-item--generic {
  background-color: #fff;
  color: #005668;
}
.share-item--inverse.share-item--generic:hover,
.share-item--inverse.share-item--generic:focus {
  color: #005668;
}
.share-item--inverse.share-item--generic:active {
  color: #004958;
}
.share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share .share-item + .share-item {
  margin-left: 2px;
}
.share--stacked {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: initial;
}
.share--stacked .share__methods {
  flex-direction: column;
  flex-wrap: wrap;
}
.share--stacked .share-item {
  width: 100%;
  margin-left: 0 !important;
}
.share__methods {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 1 auto;
  vertical-align: middle;
}
.share__methods:before,
.share__methods:after {
  content: ' ';
  display: table;
}
.share__methods:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .share__methods {
    flex: 1 1 auto;
  }
}
.signer {
  background-color: #00414f;
  color: #fff;
  padding: 16px;
}
.signer__title {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}
.signer__progressbar-container {
  margin-top: 16px;
}
.signer__body {
  margin-bottom: 24px;
  margin-top: 24px;
}
.signer__divider {
  border-top: 2px solid #005668;
  margin: 24px 56px;
}
.signer__cta-container {
  margin-bottom: -56px;
  margin-top: 0;
  padding-top: 16px;
  width: 100%;
}
.signer__link:hover,
.signer__link:focus {
  color: #abc07a;
  text-decoration: underline;
}
.signer--bright {
  background-color: #fff;
  color: #222;
  border: 6px solid #f4f4f4;
}
.skiplink {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.skiplink:focus {
  clip: auto;
  height: auto;
  margin-left: 0;
  overflow: auto;
  position: static;
  width: auto;
}
.social-media-optin {
  color: #fff;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .social-media-optin {
    display: flex;
  }
}
.social-media-optin__intro {
  background-image: url(../../node_modules/@campact/camper/images/newsletter-optin-background.4e540c99.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1 2.5 auto;
  padding: 18px 24px;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .social-media-optin__intro {
    padding: 21px 30.4px;
  }
}
.social-media-optin__intro-teaser {
  margin-bottom: 0;
  margin-top: 16px;
  text-align: center;
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .social-media-optin__intro-teaser {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .social-media-optin__intro-teaser {
    text-align: left;
  }
}
.social-media-optin__intro-title {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  font-family: "Rokkitt", "DejaVu Serif", "Liberation Serif", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .social-media-optin__intro-title {
    text-align: left;
    font-size: 3.375rem;
  }
}
.social-media-optin__channels-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .social-media-optin__channels-list {
    display: flex;
  }
}
.social-media-optin__channels-list-item {
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}
.social-media-optin__item {
  align-items: center;
  color: currentColor;
  display: flex;
  padding: 11px 16px;
  text-align: left;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .social-media-optin__item {
    display: block;
    padding: 33px 13px;
    font-size: 1.25rem;
    text-align: center;
  }
}
.social-media-optin__item:hover,
.social-media-optin__item:focus {
  color: currentColor;
  outline: none;
  text-decoration: none;
}
.social-media-optin__item--facebook {
  background-color: #3b5998;
}
.social-media-optin__item--facebook:active {
  background-color: #0e1f5b;
}
.social-media-optin__item--twitter {
  background-color: #1da1f2;
}
.social-media-optin__item--twitter:active {
  background-color: #186181;
}
.social-media-optin__item--email {
  background-color: #808080;
}
.social-media-optin__item--email:active {
  background-color: #222;
}
.social-media-optin__item--email:active {
  background-color: #28b43e;
}
.social-media-optin__item--instagram {
  background-color: #c32aa3;
}
.social-media-optin__item--instagram:active {
  background-color: #430e38;
}
.social-media-optin__item-icon {
  height: 3rem;
  padding: 6px;
  width: 3rem;
  margin-right: 16px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .social-media-optin__item-icon {
    padding: 2px;
    margin-bottom: 11px;
    margin-right: 0;
  }
}
.social-media-optin__item-count {
  font-weight: 800;
}
.social-media-optin__item-count:after {
  content: " ";
}
.social-media-optin__item-label {
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
}
.social-media-optin--inline {
  padding: 0 10px 10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .social-media-optin--inline {
    padding: 0 26px 26px;
  }
}
.social-media-optin--inline .social-media-optin__intro {
  background: transparent;
  padding: 21px 0;
}
.social-media-optin--inline .social-media-optin__intro-title {
  color: #222;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}
.social-media-optin--inline .social-media-optin__channels-list-item {
  padding-bottom: 4px;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .social-media-optin--inline .social-media-optin__channels-list-item {
    padding-bottom: 0;
    padding-right: 4px;
  }
}
.social-media-optin--inline .social-media-optin__channels-list-item:last-child {
  padding-bottom: 0;
  padding-right: 0;
}
.social-media-optin--inline .social-media-optin__item {
  padding: 11px;
}
@media only screen and (min-width: 992px) {
  .social-media-optin--inline .social-media-optin__item {
    padding: 8px;
    display: flex;
    text-align: left;
    font-size: inherit;
  }
}
.social-media-optin--inline .social-media-optin__item-icon {
  margin-right: 11px;
  padding: 4px;
}
@media only screen and (min-width: 992px) {
  .social-media-optin--inline .social-media-optin__item-icon {
    margin-bottom: 0;
    margin-right: 8px;
    padding: 6px;
  }
}
.standalone-accordion--is-initialized .standalone-accordion__item-content {
  display: none;
}
.standalone-accordion__item {
  background-color: #eaf5fa;
}
.standalone-accordion__item + .standalone-accordion__item {
  margin-top: 2px;
}
.standalone-accordion__item--is-open .standalone-accordion__item-content {
  display: block;
}
.standalone-accordion__item-title {
  background-color: #dce7ed;
  color: #257b8a;
  margin-bottom: 0;
  margin-top: 0;
  padding: 16px 56px 16px 16px;
  position: relative;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.standalone-accordion__item-title:hover,
.standalone-accordion__item-title:focus {
  background-color: #c9dae3;
  cursor: pointer;
}
.standalone-accordion__item-title:active {
  background-color: #adc7d4;
}
@media only screen and (min-width: 768px) {
  .standalone-accordion__item-title {
    font-size: 1.25rem;
  }
}
.standalone-accordion__item-icon {
  height: 1rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 1rem;
}
@media only screen and (min-width: 768px) {
  .standalone-accordion__item-icon {
    height: 1.5rem;
    top: 1rem;
    width: 1.5rem;
  }
}
.standalone-accordion__item-content {
  border-top: 1px solid #c9dae3;
  padding: 16px;
}
.standalone-headline {
  background-color: #fff;
  padding: 16px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .standalone-headline {
    padding: 24px;
  }
}
.standalone-headline__title {
  color: #c00012;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.375rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .standalone-headline__title {
    font-size: 1.75rem;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .standalone-headline__title {
    font-size: 2.125rem;
  }
}
.standalone-headline--centered .standalone-headline__title {
  text-align: center;
}
.standalone-headline--for-list {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .standalone-headline--for-list {
    margin-bottom: 30px;
  }
}
.standalone-headline--compact {
  background-color: transparent;
  padding: 0;
}
.standalone-headline--compact .standalone-headline__title {
  color: inherit;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .standalone-headline--compact .standalone-headline__title {
    letter-spacing: 0.05rem;
    font-size: 1.25rem;
  }
}
.standalone-headline--highlight {
  color: #c00012;
}
.sticky {
  position: sticky;
  top: 0;
}
.sticky.sticky--is-sticky.sticky--is-fixed {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
}
.sticky.sticky--is-sticky.sticky--is-fixed:not([style*='margin-top']) {
  margin-top: 0 !important;
}
.sticky.sticky--is-sticky.sticky--is-fixed:not([style*='margin-bottom']) {
  margin-bottom: 0 !important;
}
.sticky--is-fixed.sticky--is-absolute {
  position: absolute;
}
.tab-navigation {
  display: flex;
  flex-wrap: wrap;
}
.tab__label {
  font-size: 12px;
  line-height: 4.2;
  cursor: pointer;
  color: #5d5d5d;
  background: #f6f7f8;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  flex: 1 0 0;
  order: 0;
  margin-bottom: 0;
}
.tab__content {
  background: #fff;
  display: none;
  margin-bottom: 26px;
  order: 1;
  width: 100%;
}
.tab__input {
  display: none;
}
.tab__input:checked + .tab__label {
  border-bottom: 3px solid #005c8a;
  color: #005c8a;
}
.tab__input:checked + .tab__label + .tab__content {
  display: block;
}
.tag {
  color: #222;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.6875rem;
  text-decoration: none;
  text-transform: uppercase;
}
.tag--highlight {
  color: #c00012;
  font-weight: 800;
  letter-spacing: 1px;
}
.tag:hover,
.tag:focus {
  color: #c00012;
  text-decoration: none;
}
.text {
  float: none;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .text {
    line-height: 1.4;
    font-size: 1rem;
  }
}
.text h1,
.text--like-h1 {
  font-weight: 800;
  line-height: 1.32;
  font-size: 1.9375rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .text h1,
  .text--like-h1 {
    font-size: 3.75rem;
  }
}
.text h2,
.text--like-h2 {
  font-weight: 700;
  line-height: 1.2;
  margin: 42px 0 26px;
  font-size: 1.5rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .text h2,
  .text--like-h2 {
    font-size: 1.875rem;
  }
}
.text h3,
.text--like-h3 {
  font-weight: 800;
  line-height: 1.42;
  margin: 42px 0 26px;
  font-size: 1.1875rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .text h3,
  .text--like-h3 {
    line-height: 1.44;
    font-size: 1.5625rem;
  }
}
.text h4,
.text--like-h4 {
  font-weight: 700;
  line-height: 1.44;
  margin: 42px 0 16px;
  font-size: 1.125rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .text h4,
  .text--like-h4 {
    line-height: 1.36;
    font-size: 1.375rem;
  }
}
.text h5,
.text--like-h5 {
  font-weight: 700;
  line-height: 1.5;
  margin: 26px 0 16px;
  font-size: 1rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .text h5,
  .text--like-h5 {
    line-height: 1.4;
    font-size: 1.25rem;
  }
}
.text p,
.text--like-p {
  margin: 16px 0;
}
.text blockquote,
.text--like-blockquote,
.text blockquote p {
  color: #a21e69;
  font-weight: 800;
  line-height: 1.56;
  margin: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .text blockquote,
  .text--like-blockquote,
  .text blockquote p {
    line-height: 1.68;
    font-size: 1.375rem;
  }
}
.text blockquote cite,
.text--like-blockquote cite,
.text blockquote p cite,
.text blockquote--like-cite,
.text--like-blockquote--like-cite,
.text blockquote p--like-cite {
  font-style: normal;
}
.text a:not(.button),
.text--like-link {
  color: #257b8a;
  font-weight: inherit;
}
.text ul,
.text--like-ul,
.text ol,
.text--like-ol {
  margin: 32px 0;
  padding: 0 0 0 32px;
  position: relative;
}
.text li,
.text--like-li {
  font-weight: normal;
  line-height: 1.56;
  list-style: none;
  margin-bottom: 24px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .text li,
  .text--like-li {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
.text li:before,
.text--like-li:before {
  color: #5d5d5d;
  content: '·';
  font-size: 2rem;
  left: 0;
  line-height: 0.7;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .text li:before,
  .text--like-li:before {
    line-height: 1;
  }
}
.text ol {
  counter-reset: ordered-list;
}
.text ol li {
  counter-increment: ordered-list;
}
.text ol li:before {
  color: inherit;
  content: counter(ordered-list) ".";
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}
.text figure {
  margin: 0 0 16px;
}
.text figcaption {
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .text figcaption {
    font-size: 0.75rem;
    line-height: 1.42;
    margin-top: 10px;
  }
}
.ticker {
  background-color: #fff;
  border-bottom: 3px solid #dce7ed;
  margin-bottom: 32px;
  margin-top: -32px;
  padding: 13px;
}
@media only screen and (min-width: 768px) {
  .ticker {
    margin-bottom: 56px;
    margin-top: -56px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ticker__container {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
  }
}
.ticker__title {
  background-color: #a21e69;
  color: #fff;
  font-weight: 700;
  padding: 3px 11px;
  position: relative;
  font-size: 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .ticker__title {
    display: flex;
    flex: 0 1 auto;
  }
}
.ticker__title:after {
  border-color: transparent transparent transparent #a21e69;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  content: ' ';
  height: 0;
  position: absolute;
  right: -0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.ticker__text {
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  .ticker__text {
    display: flex;
    flex: 1 1 auto;
    flex-basis: auto;
    flex-wrap: wrap;
    margin-left: 24px;
    margin-top: 2px;
  }
}
.ticker__text > p {
  margin-bottom: 0;
  margin-top: 0;
}
.ticker__text a {
  color: #257b8a;
  font-weight: 700;
}
.time {
  background-color: #f4f4f4;
  font-weight: 700;
  line-height: 1;
  padding: 3px 6px;
  font-size: 0.6875rem;
}
.time--center {
  display: block;
  text-align: center;
}
.timeline {
  list-style: none;
  margin: 0;
  padding: 16px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .timeline {
    padding: 56px 56px 24px 152px;
  }
}
@media only screen and (min-width: 992px) {
  .timeline {
    padding-left: 184px;
    padding-right: 184px;
  }
}
.timeline__item {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .timeline__item {
    border-left: 5px solid #f4f4f4;
    padding-left: 40px;
  }
  .timeline__item:first-child:before {
    background-color: #f4f4f4;
    content: ' ';
    display: block;
    height: 1.5rem;
    left: -0.1rem;
    position: absolute;
    top: -0.65rem;
    transform: rotateZ(-45deg);
    transform-origin: 0 100% 0;
    width: 1.5rem;
  }
}
.timeline__item + .timeline__item {
  padding-top: 88px;
}
.timeline__date {
  align-items: center;
  color: #257b8a;
  display: flex;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 29px;
  position: relative;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .timeline__date {
    display: block;
    margin-left: -146px;
    order: 2;
    padding-left: 0;
    position: relative;
    font-size: 1.75rem;
    top: -0.5rem;
    width: 5.2rem;
  }
}
.timeline__date:before {
  background-color: #257b8a;
  content: ' ';
  display: block;
  height: 1rem;
  left: 0.6rem;
  position: absolute;
  top: 0.3rem;
  transform: rotateZ(-45deg);
  transform-origin: 0 100% 0;
  width: 1rem;
}
@media only screen and (min-width: 768px) {
  .timeline__date:before {
    box-shadow: 0 0 0 3px #fff;
    height: 1.2rem;
    left: auto;
    outline: 1px solid transparent;
    right: -2.5rem;
    top: 0.5rem;
    width: 1.2rem;
  }
}
.timeline__date:after {
  background-color: #f4f4f4;
  content: ' ';
  flex: 1 1 auto;
  height: 5px;
  margin: 0 0 0 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .timeline__date:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .timeline__date-year {
    display: block;
    font-size: 1rem;
    text-align: right;
  }
}
.timeline__date-day-month {
  flex: 1 0 auto;
}
.timeline__meta-bar-container {
  margin-top: 16px;
  padding-left: 14px;
}
@media only screen and (min-width: 768px) {
  .timeline__meta-bar-container {
    margin-top: -48px;
    order: 3;
    padding-left: 10px;
  }
}
.timeline__title {
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3125rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .timeline__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .timeline__title {
    margin-top: 3px;
    order: 4;
  }
}
.timeline__title > a {
  color: currentColor;
}
.timeline__image {
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .timeline__image {
    margin-bottom: 0;
  }
}
.timeline__content {
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .timeline__content {
    order: 5;
    font-size: 1rem;
  }
}
.timeline__share-container {
  border-top: 3px solid #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .timeline__share-container {
    margin-top: 24px;
    order: 6;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.timeline__image-container,
.timeline__video-container {
  margin-bottom: 8px;
  margin-top: 3px;
}
@media only screen and (min-width: 768px) {
  .timeline__image-container,
  .timeline__video-container {
    margin-bottom: 16px;
    order: 1;
  }
}
.tls-notice {
  color: #18a0d6;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 24px;
  position: relative;
}
.icon.tls-notice__icon {
  height: 1.1rem;
  left: 0;
  width: 1.5rem;
  margin-left: -24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .icon.tls-notice__icon {
    text-align: left;
  }
}
.tls-notice--highlighted {
  color: #c00012;
}
.tooltip {
  background-color: #223f4d;
  color: #fff;
  font-weight: 700;
  margin-top: 1.6rem;
  max-width: 95%;
  padding: 8px 12px;
  position: absolute;
  right: 1px;
  font-size: 0.875rem;
  z-index: 1;
}
.tooltip:before {
  border-color: transparent transparent #223f4d transparent;
  border-style: solid;
  border-width: 0 0.4rem 0.4rem 0.4rem;
  content: ' ';
  height: 0;
  position: absolute;
  right: 0;
  top: 0.001px;
  transform: translateY(-100%);
  width: 0;
}
.tooltip__icon {
  float: right;
}
.twitter-avatar {
  line-height: 1;
  position: relative;
}
.twitter-avatar__link,
.twitter-avatar__screenname,
.twitter-avatar__time {
  left: 2.5rem;
  position: absolute;
  font-size: 0.75rem;
}
.twitter-avatar__screenname {
  top: 1.125rem;
}
.twitter-avatar__link {
  color: #000;
  font-weight: 700;
  top: 0.125rem;
}
.twitter-avatar__link:hover,
.twitter-avatar__link:focus {
  color: #000;
  text-decoration: none;
}
.twitter-avatar__image {
  width: 32px;
  height: 32px;
}
.twitter-avatar--big .twitter-avatar__link,
.twitter-avatar--big .twitter-avatar__screenname,
.twitter-avatar--big .twitter-avatar__retweet,
.twitter-avatar--big .twitter-avatar__time {
  left: 3.5rem;
  font-size: 0.85rem;
}
.twitter-avatar--big .twitter-avatar__retweet {
  color: #5d5d5d;
  position: absolute;
  top: -1.125rem;
}
.twitter-avatar--big .twitter-avatar__link {
  top: 0.325rem;
}
.twitter-avatar--big .twitter-avatar__screenname {
  top: 2.125rem;
}
.twitter-avatar--big .twitter-avatar__time {
  top: 1.9rem;
}
.twitter-avatar--big .twitter-avatar__image {
  width: 48px;
  height: 48px;
}
.video {
  background-color: #fff;
}
.video__title {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .video__title {
    font-size: 2.125rem;
  }
}
.video__metabar-container {
  margin-bottom: -3px;
  margin-left: 37px;
}
@media only screen and (min-width: 768px) {
  .video__metabar-container {
    margin-bottom: 8px;
    margin-left: 16px;
  }
}
.video__meta-container {
  padding: 0 26px 16px;
}
@media only screen and (min-width: 768px) {
  .video__meta-container {
    padding-left: 10px;
  }
}
.video__share {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 24px;
}
.weact-link {
  color: #fff;
  overflow: hidden;
  padding: 17vw 32px 6.14vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .weact-link {
    padding: 18vw 0 64px;
  }
}
.weact-link__background {
  background-color: #257b8a;
  height: 100%;
  left: 0;
  margin-left: -1vw;
  position: absolute;
  top: 0;
  transform-origin: top right;
  transform: rotate(-10deg);
}
.weact-link__background-image {
  background-size: 0% 0%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .weact-link__background-image {
    transform-origin: top right;
    transform: rotate(10deg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.weact-link__background--left::after {
  background-color: inherit;
  content: ' ';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transform: rotate(10deg);
  width: 100%;
}
.weact-link__background--right {
  background-color: #fdaf2a;
  left: auto;
  overflow: hidden;
  right: 0;
  top: 8vw;
}
@media only screen and (min-width: 992px) {
  .weact-link__background {
    top: 0;
  }
}
.weact-link__logo {
  margin-bottom: -8px;
  margin-left: -16px;
  text-align: left;
}
.weact-link__logo-image {
  color: #c00012;
  height: 3.2rem;
  width: 6rem;
}
.weact-link__title {
  font-weight: 700;
  line-height: 1.24;
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .weact-link__title {
    font-size: 3.125rem;
  }
}
.weact-link__description {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .weact-link__description {
    margin-bottom: 2.5em;
    font-size: 1.25rem;
  }
}
.weact-link__button {
  background-color: #fdaf2a;
  border: none;
  color: #005668;
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 19.2px 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .weact-link__button {
    font-size: 1.75rem;
  }
}
.weact-link__button:hover,
.weact-link__button:focus {
  background-color: #fdbf55;
  text-decoration: none;
}
.weact-link__button:active {
  background-color: #004d5e;
  color: #fdaf2a;
  text-decoration: none;
}
.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg h2 {
  color: #c00012;
  line-height: 1.342857142857143;
  margin-bottom: 0.3rem;
  font-size: 2.1875rem;
}
.wysiwyg h3 {
  line-height: 1.366666666666667;
  margin-bottom: 0.3rem;
  font-size: 1.875rem;
}
.wysiwyg h4 {
  line-height: 1.36;
  margin-bottom: 0.2rem;
  font-size: 1.5625rem;
}
.wysiwyg h5 {
  line-height: 1.35;
  margin-bottom: 0.2rem;
  font-size: 1.25rem;
}
.wysiwyg p {
  line-height: 1.6;
}
.wysiwyg a {
  color: #257b8a;
}
.wysiwyg blockquote {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
}
.wysiwyg figure {
  margin-left: 0;
  margin-right: 0;
}
.wysiwyg img {
  height: auto;
  max-width: 100%;
}
.wysiwyg figcaption {
  line-height: 2.545454545454545;
  font-size: 0.6875rem;
}
.wysiwyg hr {
  border-top: 6px solid #f4f4f4;
  display: block;
  height: 0;
}
.align--text-center {
  text-align: center !important;
}
.align--right {
  float: right !important;
}
.align--center-content-horizontal {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.align--center-content-horizontal:after {
  content: "";
  width: 100%;
}
.border-solid__bottom--blue-light-dark {
  border-bottom: 3px solid #006799 !important;
}
.border-solid__top--super-light-grey {
  border-top: 3px solid #f4f4f4 !important;
}
.border-color--blue-dark-B {
  border-color: #006799 !important;
}
.color--reset {
  color: inherit !important;
}
.color--white-pure {
  color: #fff !important;
}
.color--black-pure {
  color: #000 !important;
}
.color--black-15 {
  color: rgba(0,0,0,0.15) !important;
}
.color--black-8 {
  color: rgba(0,0,0,0.8) !important;
}
.color--black-6 {
  color: rgba(0,0,0,0.6) !important;
}
.color--black-5 {
  color: rgba(0,0,0,0.5) !important;
}
.color--black-09 {
  color: rgba(0,0,0,0.098) !important;
}
.color--black-0 {
  color: rgba(0,0,0,0) !important;
}
.color--blue-dark-A {
  color: #005c8a !important;
}
.color--blue-dark-B {
  color: #006799 !important;
}
.color--blue-light-grayish-A {
  color: #f6f7f8 !important;
}
.color--blue-light-grayish-B {
  color: #c9dae3 !important;
}
.color--blue-light-grayish-C {
  color: #dce7ed !important;
}
.color--blue-light-grayish-D {
  color: #eaf5fa !important;
}
.color--blue-strong {
  color: #18a0d6 !important;
}
.color--blue-very-dark-desaturated {
  color: #2d4856 !important;
}
.color--cyan-slightly-desaturated {
  color: #61afbf !important;
}
.color--cyan-very-dark {
  color: #005668 !important;
}
.color--cyan-very-dark-mostly-black {
  color: #002831 !important;
}
.color--green-dark-moderate {
  color: #647a38 !important;
}
.color--green-moderate {
  color: #8cb53d !important;
}
.color--green-mostly-desaturated-dark {
  color: #91a561 !important;
}
.color--green-slightly-desaturated {
  color: #abc07a !important;
}
.color--grey-dark {
  color: #808080 !important;
}
.color--grey-pure {
  color: #b7b7b7 !important;
}
.color--grey-very-light-mostly-white {
  color: #f4f4f4 !important;
}
.color--grey-very-dark-A {
  color: #333 !important;
}
.color--grey-very-dark-B {
  color: #5d5d5d !important;
}
.color--grey-very-dark-almost-black {
  color: #222 !important;
}
.color--orange-light-grayish {
  color: #f6f2e7 !important;
}
.color--orange-pure {
  color: #e56700 !important;
}
.color--orange-very-dark-grayish {
  color: #656463 !important;
}
.color--orange-very-pale-almost-white {
  color: #fffaee !important;
}
.color--orange-vivid {
  color: #ff9632 !important;
}
.color--orange-vivid-15 {
  color: rgba(255,150,50,0.15) !important;
}
.color--red-bright {
  color: #e53a2c !important;
}
.color--red-dark {
  color: #7d0000 !important;
}
.color--red-pure {
  color: #f00 !important;
}
.color--yellow-light {
  color: #ff6 !important;
}
.color--yellow-pure {
  color: #fd0 !important;
}
.color--brand-facebook-blue {
  color: #3b5998 !important;
}
.color--brand-facebook-blue-dark {
  color: #0e1f5b !important;
}
.color--brand-google-red {
  color: #dd4b39 !important;
}
.color--brand-google-red-dark {
  color: #871716 !important;
}
.color--brand-twitter-blue {
  color: #1da1f2 !important;
}
.color--brand-twitter-blue-dark {
  color: #186181 !important;
}
.color--brand-whatsapp-green {
  color: #25d366 !important;
}
.color--brand-whatsapp-green-dark {
  color: #28b43e !important;
}
.color--brand-messenger-blue {
  color: #448aff !important;
}
.color--brand-messenger-blue-dark {
  color: #002b75 !important;
}
.color--brand-instagram-purple {
  color: #c32aa3 !important;
}
.color--brand-instagram-purple-dark {
  color: #430e38 !important;
}
.color--brand-telegram-blue {
  color: #37aee2 !important;
}
.color--brand-telegram-blue-dark {
  color: #105370 !important;
}
.color--brand-sms-red {
  color: #911710 !important;
}
.color--brand-sms-red-dark {
  color: #370906 !important;
}
.color--brand-phone-green {
  color: #4cd863 !important;
}
.color--brand-phone-green-dark {
  color: #197027 !important;
}
.color--brand-signal-blue {
  color: #3a76f0 !important;
}
.color--brand-signal-blue-dark {
  color: #0f4cc7 !important;
}
.color--brand-threema-green {
  color: #049538 !important;
}
.color--brand-threema-green-dark {
  color: #016a27 !important;
}
.color--new-badge {
  color: #33bef7 !important;
}
.color--dark-new-badge {
  color: #1a92c3 !important;
}
.color--urgend-badge {
  color: #e63a2c !important;
}
.color--dark-urgend-badge {
  color: #af251a !important;
}
.color--trend-badge {
  color: #cc2181 !important;
}
.color--dark-trend-badge {
  color: #a21e69 !important;
}
.color--success-badge {
  color: #c00012 !important;
}
.color--dark-success-badge {
  color: #68000b !important;
}
.color--event-badge {
  color: #0a6b92 !important;
}
.color--dark-event-badge {
  color: #096286 !important;
}
.color--weact-yellow {
  color: #fdaf2a !important;
}
.color--event-tool-petrol {
  color: #223f4d !important;
}
.color--campact-red {
  color: #c00012 !important;
}
.color--campact-dark-petrol {
  color: #00414f !important;
}
.color--campact-petrol {
  color: #257b8a !important;
}
.color--campact-grey {
  color: #222 !important;
}
.color--pink-dark {
  color: #a21e68 !important;
}
.bg-color--reset {
  background-color: inherit !important;
}
.bg-color--white-pure {
  background-color: #fff !important;
}
.bg-color--black-pure {
  background-color: #000 !important;
}
.bg-color--black-15 {
  background-color: rgba(0,0,0,0.15) !important;
}
.bg-color--black-8 {
  background-color: rgba(0,0,0,0.8) !important;
}
.bg-color--black-6 {
  background-color: rgba(0,0,0,0.6) !important;
}
.bg-color--black-5 {
  background-color: rgba(0,0,0,0.5) !important;
}
.bg-color--black-09 {
  background-color: rgba(0,0,0,0.098) !important;
}
.bg-color--black-0 {
  background-color: rgba(0,0,0,0) !important;
}
.bg-color--blue-dark-A {
  background-color: #005c8a !important;
}
.bg-color--blue-dark-B {
  background-color: #006799 !important;
}
.bg-color--blue-light-grayish-A {
  background-color: #f6f7f8 !important;
}
.bg-color--blue-light-grayish-B {
  background-color: #c9dae3 !important;
}
.bg-color--blue-light-grayish-C {
  background-color: #dce7ed !important;
}
.bg-color--blue-light-grayish-D {
  background-color: #eaf5fa !important;
}
.bg-color--blue-strong {
  background-color: #18a0d6 !important;
}
.bg-color--blue-very-dark-desaturated {
  background-color: #2d4856 !important;
}
.bg-color--cyan-slightly-desaturated {
  background-color: #61afbf !important;
}
.bg-color--cyan-very-dark {
  background-color: #005668 !important;
}
.bg-color--cyan-very-dark-mostly-black {
  background-color: #002831 !important;
}
.bg-color--green-dark-moderate {
  background-color: #647a38 !important;
}
.bg-color--green-moderate {
  background-color: #8cb53d !important;
}
.bg-color--green-mostly-desaturated-dark {
  background-color: #91a561 !important;
}
.bg-color--green-slightly-desaturated {
  background-color: #abc07a !important;
}
.bg-color--grey-dark {
  background-color: #808080 !important;
}
.bg-color--grey-pure {
  background-color: #b7b7b7 !important;
}
.bg-color--grey-very-light-mostly-white {
  background-color: #f4f4f4 !important;
}
.bg-color--grey-very-dark-A {
  background-color: #333 !important;
}
.bg-color--grey-very-dark-B {
  background-color: #5d5d5d !important;
}
.bg-color--grey-very-dark-almost-black {
  background-color: #222 !important;
}
.bg-color--orange-light-grayish {
  background-color: #f6f2e7 !important;
}
.bg-color--orange-pure {
  background-color: #e56700 !important;
}
.bg-color--orange-very-dark-grayish {
  background-color: #656463 !important;
}
.bg-color--orange-very-pale-almost-white {
  background-color: #fffaee !important;
}
.bg-color--orange-vivid {
  background-color: #ff9632 !important;
}
.bg-color--orange-vivid-15 {
  background-color: rgba(255,150,50,0.15) !important;
}
.bg-color--red-bright {
  background-color: #e53a2c !important;
}
.bg-color--red-dark {
  background-color: #7d0000 !important;
}
.bg-color--red-pure {
  background-color: #f00 !important;
}
.bg-color--yellow-light {
  background-color: #ff6 !important;
}
.bg-color--yellow-pure {
  background-color: #fd0 !important;
}
.bg-color--brand-facebook-blue {
  background-color: #3b5998 !important;
}
.bg-color--brand-facebook-blue-dark {
  background-color: #0e1f5b !important;
}
.bg-color--brand-google-red {
  background-color: #dd4b39 !important;
}
.bg-color--brand-google-red-dark {
  background-color: #871716 !important;
}
.bg-color--brand-twitter-blue {
  background-color: #1da1f2 !important;
}
.bg-color--brand-twitter-blue-dark {
  background-color: #186181 !important;
}
.bg-color--brand-whatsapp-green {
  background-color: #25d366 !important;
}
.bg-color--brand-whatsapp-green-dark {
  background-color: #28b43e !important;
}
.bg-color--brand-messenger-blue {
  background-color: #448aff !important;
}
.bg-color--brand-messenger-blue-dark {
  background-color: #002b75 !important;
}
.bg-color--brand-instagram-purple {
  background-color: #c32aa3 !important;
}
.bg-color--brand-instagram-purple-dark {
  background-color: #430e38 !important;
}
.bg-color--brand-telegram-blue {
  background-color: #37aee2 !important;
}
.bg-color--brand-telegram-blue-dark {
  background-color: #105370 !important;
}
.bg-color--brand-sms-red {
  background-color: #911710 !important;
}
.bg-color--brand-sms-red-dark {
  background-color: #370906 !important;
}
.bg-color--brand-phone-green {
  background-color: #4cd863 !important;
}
.bg-color--brand-phone-green-dark {
  background-color: #197027 !important;
}
.bg-color--brand-signal-blue {
  background-color: #3a76f0 !important;
}
.bg-color--brand-signal-blue-dark {
  background-color: #0f4cc7 !important;
}
.bg-color--brand-threema-green {
  background-color: #049538 !important;
}
.bg-color--brand-threema-green-dark {
  background-color: #016a27 !important;
}
.bg-color--new-badge {
  background-color: #33bef7 !important;
}
.bg-color--dark-new-badge {
  background-color: #1a92c3 !important;
}
.bg-color--urgend-badge {
  background-color: #e63a2c !important;
}
.bg-color--dark-urgend-badge {
  background-color: #af251a !important;
}
.bg-color--trend-badge {
  background-color: #cc2181 !important;
}
.bg-color--dark-trend-badge {
  background-color: #a21e69 !important;
}
.bg-color--success-badge {
  background-color: #c00012 !important;
}
.bg-color--dark-success-badge {
  background-color: #68000b !important;
}
.bg-color--event-badge {
  background-color: #0a6b92 !important;
}
.bg-color--dark-event-badge {
  background-color: #096286 !important;
}
.bg-color--weact-yellow {
  background-color: #fdaf2a !important;
}
.bg-color--event-tool-petrol {
  background-color: #223f4d !important;
}
.bg-color--campact-red {
  background-color: #c00012 !important;
}
.bg-color--campact-dark-petrol {
  background-color: #00414f !important;
}
.bg-color--campact-petrol {
  background-color: #257b8a !important;
}
.bg-color--campact-grey {
  background-color: #222 !important;
}
.bg-color--pink-dark {
  background-color: #a21e68 !important;
}
.col-center-odd {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.display--block {
  display: block !important;
}
.display--inline {
  display: inline !important;
}
.display--inline-block {
  display: inline-block !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.flex__row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  margin-right: -15px;
  margin-left: -15px;
}
.flex__row--align-items-bottom {
  align-items: flex-end;
}
.flex__col {
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 1 0;
  min-width: 102px;
}
.flex .flex__right {
  margin-left: auto !important;
  float: right;
}
.flex .flex__col-1 {
  flex-basis: 8.333333333333334%;
  max-width: 8.333333333333334%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-2 {
  flex-basis: 16.666666666666668%;
  max-width: 16.666666666666668%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-3 {
  flex-basis: 25%;
  max-width: 25%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-4 {
  flex-basis: 33.333333333333336%;
  max-width: 33.333333333333336%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-5 {
  flex-basis: 41.666666666666664%;
  max-width: 41.666666666666664%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-6 {
  flex-basis: 50%;
  max-width: 50%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-7 {
  flex-basis: 58.333333333333336%;
  max-width: 58.333333333333336%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-8 {
  flex-basis: 66.66666666666667%;
  max-width: 66.66666666666667%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-9 {
  flex-basis: 75%;
  max-width: 75%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-10 {
  flex-basis: 83.33333333333333%;
  max-width: 83.33333333333333%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-11 {
  flex-basis: 91.66666666666667%;
  max-width: 91.66666666666667%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.flex .flex__col-12 {
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex-grow: 0;
  min-width: 80px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .flex .flex__col-sm-1 {
    flex-basis: 8.333333333333334%;
    max-width: 8.333333333333334%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-2 {
    flex-basis: 16.666666666666668%;
    max-width: 16.666666666666668%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-4 {
    flex-basis: 33.333333333333336%;
    max-width: 33.333333333333336%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-5 {
    flex-basis: 41.666666666666664%;
    max-width: 41.666666666666664%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-7 {
    flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-8 {
    flex-basis: 66.66666666666667%;
    max-width: 66.66666666666667%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-10 {
    flex-basis: 83.33333333333333%;
    max-width: 83.33333333333333%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-11 {
    flex-basis: 91.66666666666667%;
    max-width: 91.66666666666667%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .flex .flex__col-md-1 {
    flex-basis: 8.333333333333334%;
    max-width: 8.333333333333334%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-2 {
    flex-basis: 16.666666666666668%;
    max-width: 16.666666666666668%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-4 {
    flex-basis: 33.333333333333336%;
    max-width: 33.333333333333336%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-5 {
    flex-basis: 41.666666666666664%;
    max-width: 41.666666666666664%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-7 {
    flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-8 {
    flex-basis: 66.66666666666667%;
    max-width: 66.66666666666667%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-10 {
    flex-basis: 83.33333333333333%;
    max-width: 83.33333333333333%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-11 {
    flex-basis: 91.66666666666667%;
    max-width: 91.66666666666667%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .flex .flex__col-lg-1 {
    flex-basis: 8.333333333333334%;
    max-width: 8.333333333333334%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-2 {
    flex-basis: 16.666666666666668%;
    max-width: 16.666666666666668%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-4 {
    flex-basis: 33.333333333333336%;
    max-width: 33.333333333333336%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-5 {
    flex-basis: 41.666666666666664%;
    max-width: 41.666666666666664%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-7 {
    flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-8 {
    flex-basis: 66.66666666666667%;
    max-width: 66.66666666666667%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-10 {
    flex-basis: 83.33333333333333%;
    max-width: 83.33333333333333%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-11 {
    flex-basis: 91.66666666666667%;
    max-width: 91.66666666666667%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex .flex__col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-grow: 0;
    min-width: 80px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flex__break {
  flex: 1 1 100% !important;
}
.flex__break-sm {
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex__break-sm {
    display: block;
    flex: 1 1 100% !important;
  }
}
.flex__break-md {
  display: none;
}
@media only screen and (min-width: 992px) {
  .flex__break-md {
    display: block;
    flex: 1 1 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .flex__no-break-sm {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .flex__no-break-md {
    display: none;
  }
}
.flex--tiny-gap .flex__row {
  margin-right: -8px;
  margin-left: -8px;
}
.flex--tiny-gap .flex__row > * {
  padding-left: 8px;
  padding-right: 8px;
}
.font--size-reset {
  font-size: inherit !important;
}
.font--size-10 {
  font-size: 10px !important;
}
.font--size-12 {
  font-size: 12px !important;
}
.font--size-16 {
  font-size: 16px !important;
}
.font--size-20 {
  font-size: 20px !important;
}
.font--size-24 {
  font-size: 24px !important;
}
.font--size-30 {
  font-size: 30px !important;
}
.font--size-36 {
  font-size: 36px !important;
}
.font--size-45 {
  font-size: 45px !important;
}
.font--size-54 {
  font-size: 54px !important;
}
.font--size-67 {
  font-size: 67px !important;
}
.font--regular {
  font-weight: normal !important;
}
.font--bold {
  font-weight: 700 !important;
}
.font--extra-bold {
  font-weight: 800 !important;
}
.font--text-transform-none {
  text-transform: none !important;
}
.font--line-height-small {
  line-height: 1.2 !important;
}
.position--relative {
  position: relative !important;
}
.sr-only,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.margin--top-0 {
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-0 {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-0 {
    margin-top: 0px !important;
  }
}
.margin--top-2 {
  margin-top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-2 {
    margin-top: 2px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-2 {
    margin-top: 2px !important;
  }
}
.margin--top-4 {
  margin-top: 4px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-4 {
    margin-top: 4px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-4 {
    margin-top: 4px !important;
  }
}
.margin--top-6 {
  margin-top: 6px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-6 {
    margin-top: 6px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-6 {
    margin-top: 6px !important;
  }
}
.margin--top-10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-10 {
    margin-top: 10px !important;
  }
}
.margin--top-16 {
  margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-16 {
    margin-top: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-16 {
    margin-top: 16px !important;
  }
}
.margin--top-20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-20 {
    margin-top: 20px !important;
  }
}
.margin--top-26 {
  margin-top: 26px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-26 {
    margin-top: 26px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-26 {
    margin-top: 26px !important;
  }
}
.margin--top-30 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-30 {
    margin-top: 30px !important;
  }
}
.margin--top-42 {
  margin-top: 42px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-42 {
    margin-top: 42px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-42 {
    margin-top: 42px !important;
  }
}
.margin--top-68 {
  margin-top: 68px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-68 {
    margin-top: 68px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-68 {
    margin-top: 68px !important;
  }
}
.margin--top-110 {
  margin-top: 110px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-110 {
    margin-top: 110px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-110 {
    margin-top: 110px !important;
  }
}
.margin--top-178 {
  margin-top: 178px !important;
}
@media only screen and (max-width: 767px) {
  .margin--top-xs-only-178 {
    margin-top: 178px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--top-sm-178 {
    margin-top: 178px !important;
  }
}
.margin--bottom-0 {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-0 {
    margin-bottom: 0px !important;
  }
}
.margin--bottom-2 {
  margin-bottom: 2px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-2 {
    margin-bottom: 2px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-2 {
    margin-bottom: 2px !important;
  }
}
.margin--bottom-4 {
  margin-bottom: 4px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-4 {
    margin-bottom: 4px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-4 {
    margin-bottom: 4px !important;
  }
}
.margin--bottom-6 {
  margin-bottom: 6px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-6 {
    margin-bottom: 6px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-6 {
    margin-bottom: 6px !important;
  }
}
.margin--bottom-10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-10 {
    margin-bottom: 10px !important;
  }
}
.margin--bottom-16 {
  margin-bottom: 16px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-16 {
    margin-bottom: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-16 {
    margin-bottom: 16px !important;
  }
}
.margin--bottom-20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-20 {
    margin-bottom: 20px !important;
  }
}
.margin--bottom-26 {
  margin-bottom: 26px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-26 {
    margin-bottom: 26px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-26 {
    margin-bottom: 26px !important;
  }
}
.margin--bottom-30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-30 {
    margin-bottom: 30px !important;
  }
}
.margin--bottom-42 {
  margin-bottom: 42px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-42 {
    margin-bottom: 42px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-42 {
    margin-bottom: 42px !important;
  }
}
.margin--bottom-68 {
  margin-bottom: 68px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-68 {
    margin-bottom: 68px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-68 {
    margin-bottom: 68px !important;
  }
}
.margin--bottom-110 {
  margin-bottom: 110px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-110 {
    margin-bottom: 110px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-110 {
    margin-bottom: 110px !important;
  }
}
.margin--bottom-178 {
  margin-bottom: 178px !important;
}
@media only screen and (max-width: 767px) {
  .margin--bottom-xs-only-178 {
    margin-bottom: 178px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--bottom-sm-178 {
    margin-bottom: 178px !important;
  }
}
.margin--right-0 {
  margin-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .margin--right-xs-only-0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--right-sm-0 {
    margin-right: 0px !important;
  }
}
.margin--right-16 {
  margin-right: 16px !important;
}
@media only screen and (max-width: 767px) {
  .margin--right-xs-only-16 {
    margin-right: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--right-sm-16 {
    margin-right: 16px !important;
  }
}
.margin--left-0 {
  margin-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .margin--left-xs-only-0 {
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--left-sm-0 {
    margin-left: 0px !important;
  }
}
.margin--left-16 {
  margin-left: 16px !important;
}
@media only screen and (max-width: 767px) {
  .margin--left-xs-only-16 {
    margin-left: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--left-sm-16 {
    margin-left: 16px !important;
  }
}
.margin--horizontal-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .margin--horizontal-xs-only-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--horizontal-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.margin--horizontal-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
@media only screen and (max-width: 767px) {
  .margin--horizontal-xs-only-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--horizontal-sm-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}
.margin--vertical-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .margin--vertical-xs-only-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--vertical-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.margin--vertical-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
@media only screen and (max-width: 767px) {
  .margin--vertical-xs-only-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin--vertical-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
.margin-0 {
  margin: 0px !important;
}
@media only screen and (max-width: 767px) {
  .margin-xs-only-0 {
    margin: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .margin-sm-0 {
    margin: 0px !important;
  }
}
.padding--0 {
  padding: 0px !important;
}
@media only screen and (max-width: 767px) {
  .padding--xs-only-0 {
    padding: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--sm-0 {
    padding: 0px !important;
  }
}
.padding--16 {
  padding: 16px !important;
}
@media only screen and (max-width: 767px) {
  .padding--xs-only-16 {
    padding: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--sm-16 {
    padding: 16px !important;
  }
}
.padding--top-0 {
  padding-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .padding--top-xs-only-0 {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--top-sm-0 {
    padding-top: 0px !important;
  }
}
.padding--top-10 {
  padding-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .padding--top-xs-only-10 {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--top-sm-10 {
    padding-top: 10px !important;
  }
}
.padding--top-16 {
  padding-top: 16px !important;
}
@media only screen and (max-width: 767px) {
  .padding--top-xs-only-16 {
    padding-top: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--top-sm-16 {
    padding-top: 16px !important;
  }
}
.padding--top-20 {
  padding-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .padding--top-xs-only-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--top-sm-20 {
    padding-top: 20px !important;
  }
}
.padding--top-26 {
  padding-top: 26px !important;
}
@media only screen and (max-width: 767px) {
  .padding--top-xs-only-26 {
    padding-top: 26px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--top-sm-26 {
    padding-top: 26px !important;
  }
}
.padding--top-110 {
  padding-top: 110px !important;
}
@media only screen and (max-width: 767px) {
  .padding--top-xs-only-110 {
    padding-top: 110px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--top-sm-110 {
    padding-top: 110px !important;
  }
}
.padding--bottom-0 {
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .padding--bottom-xs-only-0 {
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--bottom-sm-0 {
    padding-bottom: 0px !important;
  }
}
.padding--bottom-10 {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .padding--bottom-xs-only-10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--bottom-sm-10 {
    padding-bottom: 10px !important;
  }
}
.padding--bottom-16 {
  padding-bottom: 16px !important;
}
@media only screen and (max-width: 767px) {
  .padding--bottom-xs-only-16 {
    padding-bottom: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--bottom-sm-16 {
    padding-bottom: 16px !important;
  }
}
.padding--bottom-20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .padding--bottom-xs-only-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--bottom-sm-20 {
    padding-bottom: 20px !important;
  }
}
.padding--bottom-26 {
  padding-bottom: 26px !important;
}
@media only screen and (max-width: 767px) {
  .padding--bottom-xs-only-26 {
    padding-bottom: 26px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--bottom-sm-26 {
    padding-bottom: 26px !important;
  }
}
.padding--bottom-110 {
  padding-bottom: 110px !important;
}
@media only screen and (max-width: 767px) {
  .padding--bottom-xs-only-110 {
    padding-bottom: 110px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--bottom-sm-110 {
    padding-bottom: 110px !important;
  }
}
.padding--left-0 {
  padding-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .padding--left-xs-only-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--left-sm-0 {
    padding-left: 0px !important;
  }
}
.padding--right-0 {
  padding-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .padding--right-xs-only-0 {
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--right-sm-0 {
    padding-right: 0px !important;
  }
}
.padding--horizontal-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .padding--horizontal-xs-only-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--horizontal-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.padding--horizontal-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media only screen and (max-width: 767px) {
  .padding--horizontal-xs-only-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--horizontal-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.padding--horizontal-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media only screen and (max-width: 767px) {
  .padding--horizontal-xs-only-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--horizontal-sm-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.padding--vertical-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .padding--vertical-xs-only-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--vertical-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.padding--vertical-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
@media only screen and (max-width: 767px) {
  .padding--vertical-xs-only-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--vertical-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
.padding--vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .padding--vertical-xs-only-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--vertical-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.padding--vertical-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
@media only screen and (max-width: 767px) {
  .padding--vertical-xs-only-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
@media only screen and (min-width: 768px) {
  .padding--vertical-sm-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}

.app {
  background-color: #f4f4f4;
}


/*# sourceMappingURL=main.css.map*/