@import url(//hello.myfonts.net/count/3cb68a);/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled{
  position:relative
}

.flickity-enabled:focus{
  outline:0
}

.flickity-viewport{
  overflow:hidden;
  position:relative;
  height:100%
}

.flickity-slider{
  position:absolute;
  width:100%;
  height:100%
}

.flickity-enabled.is-draggable{
  -webkit-tap-highlight-color:transparent;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.flickity-enabled.is-draggable .flickity-viewport{
  cursor:move;
  cursor:grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{
  cursor:grabbing
}

.flickity-button{
  position:absolute;
  background:hsla(0,0%,100%,.75);
  border:none;
  color:#333
}

.flickity-button:hover{
  background:#fff;
  cursor:pointer
}

.flickity-button:focus{
  outline:0;
  box-shadow:0 0 0 5px #19f
}

.flickity-button:active{
  opacity:.6
}

.flickity-button:disabled{
  opacity:.3;
  cursor:auto;
  pointer-events:none
}

.flickity-button-icon{
  fill:currentColor
}

.flickity-prev-next-button{
  top:50%;
  width:44px;
  height:44px;
  border-radius:50%;
  transform:translateY(-50%)
}

.flickity-prev-next-button.previous{
  left:10px
}

.flickity-prev-next-button.next{
  right:10px
}

.flickity-rtl .flickity-prev-next-button.previous{
  left:auto;
  right:10px
}

.flickity-rtl .flickity-prev-next-button.next{
  right:auto;
  left:10px
}

.flickity-prev-next-button .flickity-button-icon{
  position:absolute;
  left:20%;
  top:20%;
  width:60%;
  height:60%
}

.flickity-page-dots{
  position:absolute;
  width:100%;
  bottom:-25px;
  padding:0;
  margin:0;
  list-style:none;
  text-align:center;
  line-height:1
}

.flickity-rtl .flickity-page-dots{
  direction:rtl
}

.flickity-page-dots .dot{
  display:inline-block;
  width:10px;
  height:10px;
  margin:0 8px;
  background:#333;
  border-radius:50%;
  opacity:.25;
  cursor:pointer
}

.flickity-page-dots .dot.is-selected{
  opacity:1
}@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Radikal, Helvetica, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-break: normal;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  right: 5px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

a {
  transition: all 0.2s;
}

/* Remove outline for non-keyboard :focus */

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

@media (min-width: 1024px) {
  body:not(.home) main.o-container,
body:not(.home) main.main {
    padding-top: 3.75rem;
  }
}

/**
   * @license
   * MyFonts Webfont Build ID 3978890, 2020-11-24T04:59:19-0500
   *
   * The fonts listed in this notice are subject to the End User License
   * Agreement(s) entered into by the website owner. All other parties are
   * explicitly restricted from using the Licensed Webfonts(s).
   *
   * You may obtain a valid license at the URLs below.
   *
   * Webfont: Radikal-Bold by Nootype
   * URL: https://www.myfonts.com/fonts/nootype/radikal/bold/
   *
   * Webfont: Radikal-Regular by Nootype
   * URL: https://www.myfonts.com/fonts/nootype/radikal/regular/
   *
   *
   * Webfonts copyright: Copyright &amp;#x00A9; 2013 by Nico Inosanto. All rights reserved.
   *
   * © 2020 MyFonts Inc
  */

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-display: swap;

  font-family: "Radikal";

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/radikal-regular.woff2") format("woff2"), url("../fonts/radikal-regular.woff") format("woff");
}

@font-face {
  font-display: swap;

  font-family: "Radikal";

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/radikal-bold.woff2") format("woff2"), url("../fonts/radikal-bold.woff") format("woff");
}

h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.625rem;
}

.h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.625rem;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.125rem;
}

@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

h3,
.h3,
.o-richtext h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media (min-width: 768px) {
  h3,
.h3,
.o-richtext h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4,
.h4,
.o-richtext h3 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  h4,
.h4,
.o-richtext h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5,
.h5 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

.o-breadcrumbs {
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 1.2px;
}

.o-breadcrumbs li:not(:last-child)::after {
  content: "\A0/\A0";
}

.o-button {
  --bg-opacity: 1;
  background-color: #004A99;
  background-color: rgba(0, 74, 153, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #004A99;
  border-color: rgba(0, 74, 153, var(--border-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.25rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 200ms;
  cursor: pointer;
}

.o-button:hover {
  --bg-opacity: 1;
  background-color: #2B7BBB;
  background-color: rgba(43, 123, 187, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #2B7BBB;
  border-color: rgba(43, 123, 187, var(--border-opacity));
}

.o-button[disabled] {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
  font-weight: 700;
  cursor: not-allowed;
}

.o-button-secondary,
.o-button-secondary-white,
.o-button-secondary-error {
  border-width: 1px;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.25rem;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 200ms;
  display: inline-block;
  cursor: pointer;
}

.o-button-secondary {
  --border-opacity: 1;
  border-color: #004A99;
  border-color: rgba(0, 74, 153, var(--border-opacity));
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
}

.o-button-secondary-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.o-button-secondary:hover {
  --bg-opacity: 1;
  background-color: #004A99;
  background-color: rgba(0, 74, 153, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.o-button-secondary-white:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
}

.o-button-secondary[disabled] {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
  font-weight: 700;
  cursor: not-allowed;
}

.o-button-secondary-error {
  --border-opacity: 1;
  border-color: #A02F2E;
  border-color: rgba(160, 47, 46, var(--border-opacity));
  --text-opacity: 1;
  color: #A02F2E;
  color: rgba(160, 47, 46, var(--text-opacity));
}

.o-button-secondary-error:hover {
  --bg-opacity: 1;
  background-color: #A02F2E;
  background-color: rgba(160, 47, 46, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.o-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.o-card__media img {
  object-fit: cover;
  height: 15rem;
  width: 100%;
}

.o-carousel .flickity-button {
  background: none;
}

.o-carousel .flickity-prev-next-button.next {
  right: calc(-1 * 4rem);
}

.o-carousel .flickity-prev-next-button.previous {
  left: calc(-1 * 4rem);
}

.o-carousel .flickity-button-icon {
  fill: #004A99;
}

.o-carousel .flickity-page-dots {
  bottom: -25px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.o-carousel .flickity-page-dots .dot {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #004A99;
  border-color: rgba(0, 74, 153, var(--border-opacity));
  border-radius: 9999px;
  position: relative;
  background: none;
  content: "";
  cursor: pointer;
  height: 0.875rem;
  opacity: 1;
  width: 0.875rem;
}

.o-carousel .flickity-page-dots .dot.is-selected::after {
  --bg-opacity: 1;
  background-color: #004A99;
  background-color: rgba(0, 74, 153, var(--bg-opacity));
  display: block;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

.o-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
}

.o-fact__icon svg,
.o-fact__icon img {
  height: 10rem;
  width: 10rem;
}

.o-fact__icon--medium svg,
.o-fact__icon--medium img {
  height: 7.1875rem;
  width: 7.1875rem;
}

.facts .o-row {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .facts .o-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .facts .o-row:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.facts .o-row:first-child {
  padding-top: 0 !important;
}

.facts .o-row:last-child {
  margin-bottom: 2.5rem;
}

.facts__text strong {
  color: #004A99;
}

.facts__icon {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .facts__icon {
    flex-direction: column;
  }
}

.facts__icon img {
  mix-blend-mode: multiply;
  max-width: 200px;
}

@media (min-width: 768px) {
  .facts__icon img {
    max-width: 100%;
  }
}

.o-form-submit .ajax-loader {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}

.o-form-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}

.o-form-checkbox label {
  display: block;
  font-size: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.o-form-checkbox input {
  left: -999999px;
  position: absolute;
}

.o-form-checkbox label > span::before {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #004A99;
  border-color: rgba(0, 74, 153, var(--border-opacity));
  content: "";
  cursor: pointer;
  display: block;
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: -0.0625rem;
  width: 1.375rem;
}

.o-form-checkbox label > input + span::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 13 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.53 9c-.144 0-.282-.057-.384-.159l-3.986-3.95c-.102-.101-.159-.238-.159-.381 0-.144.057-.281.159-.382.213-.209.558-.209.771 0l3.6 3.569 7.607-7.539c.212-.21.559-.21.771 0 .102.101.159.238.159.382 0 .143-.057.28-.159.381l-7.992 7.92c-.103.102-.242.159-.387.159z' fill='%23004a99'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  content: "";
  display: block;
  height: 1.375rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -0.0625rem;
  transition: opacity 0.15s;
  width: 1.375rem;
}

.o-form-checkbox label > input:checked + span::after {
  opacity: 1;
}

.o-form-input {
  position: relative;
}

.o-form-input input {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #004A99;
  border-color: rgba(0, 74, 153, var(--border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  height: 3rem;
}

.o-form-input input:-ms-input-placeholder {
  color: transparent;
}

.o-form-input input::placeholder {
  color: transparent;
}

.o-form-input label {
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: top 0.2s, font-size 0.2s;
}

.o-form-input input:not(:-ms-input-placeholder) + label {
  font-size: 0.875rem;
  background-color: white;
  top: 0;
}

.o-form-input input:focus + label,
.o-form-input input:not(:placeholder-shown) + label {
  font-size: 0.875rem;
  background-color: white;
  top: 0;
}

.o-form-select select {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #004A99;
  border-color: rgba(0, 74, 153, var(--border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 4rem;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='9.276' viewBox='0 0 17 9.276'%3E%3Cpath fill='%232B7BBB' d='m0 .775c.001-.425.35-.774.775-.774.205 0 .403.082.548.227l7.176 7.178 7.179-7.18c.146-.146.344-.228.55-.228.427 0 .778.351.778.778 0 .206-.082.404-.228.55l-7.735 7.72c-.145.147-.343.23-.55.23s-.405-.083-.55-.23l-7.724-7.724c-.142-.146-.221-.343-.219-.547z'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  height: 3rem;
}

.o-form-select select::-ms-expand {
  display: none;
}

.o-form-select label {
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: white;
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.o-form-textarea {
  position: relative;
}

.o-form-textarea textarea {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #004A99;
  border-color: rgba(0, 74, 153, var(--border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  min-height: 8rem;
}

.o-form-textarea textarea:-ms-input-placeholder {
  color: transparent;
}

.o-form-textarea textarea::placeholder {
  color: transparent;
}

.o-form-textarea label {
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: calc(1.5rem - .5rem);
  transition: top 0.2s, font-size 0.2s;
}

.o-form-textarea textarea:not(:-ms-input-placeholder) + label {
  font-size: 0.875rem;
  background-color: white;
  top: 0;
  transform: translateY(-50%);
}

.o-form-textarea textarea:focus + label,
.o-form-textarea textarea:not(:placeholder-shown) + label {
  font-size: 0.875rem;
  background-color: white;
  top: 0;
  transform: translateY(-50%);
}

.infobox {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/**
 * Extends invisibly to cover it’s parents an siblings to enlarge click
 * area.
 */

.o-link--extended::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.o-modules > :last-child:not([class*=bg-]) {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .o-modules > :last-child:not([class*=bg-]) {
    margin-bottom: 5rem;
  }
}

.o-modules > [class*=bg-] + [class*=bg-] {
  margin-top: 0;
}

.o-richtext {
  /**
   * Lists
   */
}

.o-richtext > * + * {
  margin-top: 1rem;
}

.o-richtext h2,
.o-richtext h3,
.o-richtext h4,
.o-richtext h5,
.o-richtext h6 {
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
  margin-top: 2em;
}

.o-richtext figcaption {
  --text-opacity: 1;
  color: #2B7BBB;
  color: rgba(43, 123, 187, var(--text-opacity));
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.o-richtext ul,
.o-richtext ol {
  line-height: 1.75;
}

.o-richtext ul ul,
.o-richtext ol ol {
  margin-top: 0.625rem;
}

.o-richtext ul > li + li,
.o-richtext ol > li + li {
  margin-top: 0.875rem;
}

.o-richtext ul > li {
  list-style: disc;
  margin-left: 1.5625rem;
  padding-left: 0.3125rem;
}

.o-richtext ol {
  counter-reset: item;
}

.o-richtext ol > li {
  counter-increment: item;
  margin-left: 1.5625rem;
  padding-left: 0.3125rem;
}

.o-richtext ol > li::before {
  content: counters(item, ".") ". ";
  padding-right: 0.6em;
}

.o-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.o-row > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.o-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 73.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.o-wrap--medium {
  max-width: 61.25rem;
}

.o-wrap--small {
  max-width: 36.25rem;
}

.c-accordion dt ~ dt {
  margin-top: 2rem;
}

.c-accordion__module p:not(:last-child) {
  margin-bottom: 1rem;
}

.c-accordion__module figure,
.c-accordion__module img {
  width: 100% !important;
  border: 1px solid lightgray;
  padding: 30px;
}

.c-accordion__module figure:not(:first-child),
.c-accordion__module img:not(:first-child) {
  margin-top: 1.5rem;
}

.c-accordion__module figure:not(:last-child),
.c-accordion__module img:not(:last-child) {
  margin-bottom: 1.5rem;
}

.c-accordion__module figure figcaption,
.c-accordion__module img figcaption {
  margin-top: 1rem;
  font-size: 80%;
  color: #004A99;
}

.c-accordion ul, .c-accordion ol {
  padding-left: 20px;
  list-style: unset;
}

.c-accordion__header {
  align-items: center;
  display: flex;
  text-align: left;
}

.c-accordion__header::after {
  margin-left: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='9.276' viewBox='0 0 17 9.276'%3E%3Cpath d='m0 .775c.001-.425.35-.774.775-.774.205 0 .403.082.548.227l7.176 7.178 7.179-7.18c.146-.146.344-.228.55-.228.427 0 .778.351.778.778 0 .206-.082.404-.228.55l-7.735 7.72c-.145.147-.343.23-.55.23s-.405-.083-.55-.23l-7.724-7.724c-.142-.146-.221-.343-.219-.547z' fill='%23004A99'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  transform-origin: center center;
  transition: transform 0.2s ease-in-out;
  width: 1em;
}

.c-accordion__header[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.badger-accordion__panel {
  max-height: 75vh;
  overflow: hidden;
}

.badger-accordion__panel.-ba-is-hidden {
  max-height: 0 !important;
  visibility: hidden;
}

.badger-accordion--initialized .badger-accordion__panel {
  transition: max-height ease-in-out 0.2s;
}

.c-badges-carousel {
  margin-left: 4rem;
  margin-right: 4rem;
}

.c-badges-carousel .carousel-cell {
  padding-bottom: 50%;
  position: relative;
  width: 100%;
}

@media (min-width: 640px) {
  .c-badges-carousel .carousel-cell {
    padding-bottom: 25%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .c-badges-carousel .carousel-cell {
    padding-bottom: 15%;
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .c-badges-carousel .carousel-cell {
    padding-bottom: 10%;
    width: 16.6666666667%;
  }
}

.c-badges-carousel__item {
  padding: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
}

.c-cards-carousel {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.c-cards-carousel .carousel-cell {
  width: 100%;
}

@media (min-width: 640px) {
  .c-cards-carousel .carousel-cell {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .c-cards-carousel .carousel-cell {
    width: 33.3333333333%;
  }
}

.c-cards-carousel .flickity-button {
  display: none;
}

@media (min-width: 1280px) {
  .c-cards-carousel .flickity-button {
    display: block;
  }
}

.c-emergency-button {
  --bg-opacity: 1;
  background-color: #A02F2E;
  background-color: rgba(160, 47, 46, var(--bg-opacity));
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  bottom: 10vh;
  height: 6.25rem;
  position: fixed;
  right: 0;
  width: 3.75rem;
}

.c-emergency-button svg {
  height: 1.5rem;
  width: 1.5rem;
}

.c-hero {
  min-height: 12.5rem;
  position: relative;
}

.c-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(233deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.51) 100%);
  content: "";
  opacity: 0.66;
}

@media (min-width: 1024px) {
  .c-hero {
    height: 30rem;
  }
}

.c-hero__body {
  bottom: 2.5rem;
}

.c-hero > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.map-accordion {
  margin-top: 40px;
}

.map-accordion__element {
  margin-bottom: 25px;
  overflow: hidden;
}

.map-accordion__content {
  max-height: 0;
  transition: max-height 0.3s linear;
}

.map-accordion__element--active .map-accordion__content {
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 20px;
}

.map-accordion__headline {
  border-bottom: 1px solid #004a99;
  color: #004a99;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

.map--warning .map-accordion__headline {
  border-color: #000;
  color: #000;
}

.map-accordion__headline svg {
  display: inline;
  fill: #004a99;
  float: right;
  margin-right: 20px;
  pointer-events: none;
  transition: transform 0.3s linear;
}

.map-accordion__element--active .map-accordion__headline svg {
  transform: rotateZ(180deg);
}

.map--warning .map-accordion__headline svg {
  fill: #000;
}

.map-accordion__text {
  margin-bottom: 10px;
}

.map-accordion__member-list {
  color: #004a99;
  list-style: disc;
  padding-left: 20px;
}

.map--warning .map-accordion__member-list {
  display: none;
}

.map-accordion__member-list--warning {
  display: none;
}

.map--warning .map-accordion__member-list--warning {
  display: block;
  padding-left: 0;
}

.map-accordion__member-link {
  color: #004a99;
}

.map-legend {
  bottom: 20px;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.map-check__input {
  height: 0;
  opacity: 0;
  width: 0;
}

.map-check__label {
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}

.map-check__label--fluss svg {
  padding-bottom: 5px;
}

@media (min-width: 1024px) {
  .map-check__label {
    margin-right: 40px;
  }
}

.map-check__label::before {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  padding: 1px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 18px;
}

.map-filter__element--active .map-check__label::after, .map-check__input + .map-check__label::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 12px;
}

.map-check__input:checked + .map-check__label::after {
  content: none;
}

.map-check__label svg {
  display: inline;
  fill: #fff;
  margin-bottom: 2px;
  margin-right: 10px;
  width: 20px;
}

.map-filter {
  display: none;
  position: absolute;
  top: 25px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .map-filter {
    display: block;
  }
}

.map--warning .map-filter {
  display: none;
}

.map-filter__title {
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  line-height: 28px;
  padding-bottom: 10px;
  width: 325px;
}

.map-filter__title svg {
  fill: #fff;
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
  width: 16px;
}

.map-filter--active .map-filter__title svg {
  transform: rotateZ(180deg);
}

.map-filter__headline {
  pointer-events: none;
}

.map-filter__label {
  color: #fff;
  padding-left: 25px;
  pointer-events: none;
  position: relative;
}

.map-filter__label::before {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 18px;
}

.map-filter__element--active .map-filter__label::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 12px;
}

.map-filter__list {
  height: 0;
  list-style-type: none;
  margin: 0;
  overflow-y: scroll;
  padding: 0;
  transition: height 0.3s ease-in-out;
}

.map-filter--active .map-filter__list {
  height: 300px;
}

.map-filter__element {
  cursor: pointer;
  padding: 20px 0;
}

.map-filter__element--active, .map-filter__element:hover {
  background: linear-gradient(270deg, #1a63a400 0%, #729fc760 13%, #ffffff81 50%, #b8d3e876 81%, #2b7bbb00 100%);
}

.map-filter__text {
  color: #fff;
  display: none;
  flex-direction: column;
  font-size: 24px;
  line-height: 32px;
  max-width: 275px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out 0.2s;
}

@media (min-width: 1024px) {
  .map-filter__text {
    display: flex;
  }
}

.map-filter__text-info {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.map-filter__text-link {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.map-filter__text--hidden {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.map-flyout {
  background-color: #fff;
  border-bottom: 40px solid #fff;
  bottom: 0;
  display: none;
  left: 0;
  padding: 40px 40px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.3s linear, border-width 0.3s linear;
  z-index: 20;
}

@media (min-width: 1280px) {
  .map-flyout {
    background-color: #fff;
    border-bottom: 20px solid #fff;
    box-shadow: 0 3px 6px #00000029;
    display: none;
    height: 500px;
    left: 50px;
    max-width: 400px;
    padding: 20px 20px 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 10;
  }
}

.map-flyout--active {
  display: block;
}

.map-flyout__incident-icon {
  background-color: #a02f2e;
  border-radius: 5px 0 0 5px;
  height: 40px;
  left: 0;
  padding: 9px 8px 8px;
  position: absolute;
  top: 10px;
  transform: translateX(-100%);
  width: 36px;
}

.map--warning .map-flyout__incident-icon {
  display: none;
}

.map-flyout__incident-icon svg {
  fill: #fff;
}

.map-flyout__incident-icon--mobile {
  left: 100%;
  top: 40px;
  transform: rotate(180deg);
}

.map-flyout__close {
  color: #004a99;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 25px;
}

@media (min-width: 1280px) {
  .map-flyout__close {
    right: 20px;
    top: 25px;
    width: 15px;
  }
}

.map-flyout__close svg {
  fill: #004a99;
  pointer-events: none;
  transition: fill 0.3s linear, transform 0.3s linear;
}

.map--warning .map-flyout__close svg {
  fill: #a02f2e;
}

.map-flyout__town {
  color: #004a99;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-right: 50px;
  text-transform: uppercase;
}

.map--warning .map-flyout__town {
  color: #a02f2e;
}

.map-flyout__warning-headline {
  display: none;
}

.map--warning .map-flyout__warning-headline {
  display: inline;
}

.map-flyout__info {
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .map-flyout__info {
    display: flex;
    flex-direction: row;
  }
}

.map--warning .map-flyout__info {
  display: none;
}

.map-flyout__text {
  flex-grow: 2;
  margin-bottom: 30px;
  max-width: 50%;
  transition: opacity 0.3s linear;
}

@media (min-width: 1280px) {
  .map-flyout__text {
    margin-bottom: 0;
    max-width: 60%;
  }
}

.map--warning .map-flyout__text {
  display: none;
}

.map-flyout__image {
  box-shadow: 0 3px 6px #00000050;
  cursor: zoom-in;
  flex-grow: 1;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1280px) {
  .map-flyout__image {
    pointer-events: auto;
  }
}

.map--warning .map-flyout__image {
  display: none;
}

.map-flyout__image-wrapper {
  transition: width 0.3s ease-out;
  width: 50%;
}

@media (min-width: 1280px) {
  .map-flyout__image-wrapper {
    position: absolute;
    right: 20px;
    width: 30%;
  }
}

@media (min-width: 1280px) {
  .map-flyout--big-image .map-flyout__image-wrapper {
    cursor: zoom-out;
    width: calc(100% - 40px);
  }
}

@media (min-width: 1280px) {
  .map-flyout--big-image .map-flyout__text {
    opacity: 0;
  }
}

@media (min-width: 1280px) {
  .map-flyout--big-image .map-flyout__town {
    color: #004a99;
  }
}

.map-flyout--big-image .map-flyout__close svg {
  transform: rotate(90deg);
}

.map-flyout__members {
  margin: 0;
  max-height: 180px;
  overflow-y: scroll;
  padding-right: 40px;
  transition: opacity 0.3s linear;
  width: 100%;
}

.map--warning .map-flyout__members {
  max-height: calc(100% - 48px);
  padding-right: 40px;
  position: relative;
}

@media (min-width: 1280px) {
  .map--warning .map-flyout__members {
    max-height: 380px;
  }
}

.map-flyout__member {
  border-bottom: 1px solid #004a99;
  color: #004a99;
  font-size: 18px;
  font-weight: bold;
  list-style-type: none;
  padding: 20px 0;
}

@media (min-width: 1280px) {
  .map-flyout__member {
    font-size: 14px;
  }
}

.map-flyout__member:last-of-type {
  border-bottom: 0;
}

.map--warning .map-flyout__member {
  border-color: #000;
  color: #000;
}

.map-flyout__resize {
  display: none;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateX(calc(-50% + 4px)) translateY(calc(-50% + 4px));
}

@media (min-width: 1280px) {
  .map-flyout__resize {
    display: block;
  }
}

.map-flyout__resize-icon {
  pointer-events: none;
}

.map-flyout__resize-icon--minus {
  display: none;
}

.map-flyout--big-image .map-flyout__resize-icon--minus {
  display: block;
}

.map-flyout__resize-icon--plus {
  display: block;
}

.map-flyout--big-image .map-flyout__resize-icon--plus {
  display: none;
}

.map-flyout__resize svg {
  fill: #fff;
  height: 25px;
}

.map-hotspots__spot {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  transition: transform 0.3s linear;
  z-index: 10;
}

@media (min-width: 1024px) {
  .map-hotspots__spot {
    pointer-events: auto;
  }
}

.map-hotspots__spot--1 {
  right: 105px;
  top: 200px;
}

@media (min-width: 1024px) {
  .map-hotspots__spot--1 {
    right: 18%;
    top: 35%;
  }
}

.map-hotspots__spot--1 .map-hotspots__name {
  top: 120%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .map-hotspots__spot--1 .map-hotspots__name {
    left: 54px;
    top: 18px;
  }
}

.map-hotspots__spot--2 {
  right: 210px;
  top: 155px;
}

@media (min-width: 1024px) {
  .map-hotspots__spot--2 {
    right: 25%;
    top: 29%;
  }
}

.map-hotspots__spot--2 .map-hotspots__name {
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .map-hotspots__spot--2 .map-hotspots__name {
    left: 54px;
    top: 18px;
  }
}

.map-hotspots__spot--3 {
  right: 312px;
  top: 260px;
}

@media (min-width: 1024px) {
  .map-hotspots__spot--3 {
    right: 32%;
    top: 45%;
  }
}

.map-hotspots__spot--3 .map-hotspots__name {
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .map-hotspots__spot--3 .map-hotspots__name {
    left: 54px;
    top: 18px;
  }
}

.map-hotspots__spot--4 {
  right: 382px;
  top: 285px;
}

@media (min-width: 1024px) {
  .map-hotspots__spot--4 {
    right: 37%;
    top: 51%;
  }
}

.map-hotspots__spot--4 .map-hotspots__name {
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .map-hotspots__spot--4 .map-hotspots__name {
    right: 54px;
    top: 18px;
  }
}

.map-hotspots__spot--5 {
  right: 197px;
  top: 305px;
}

@media (min-width: 1024px) {
  .map-hotspots__spot--5 {
    right: 24.5%;
    top: 53%;
  }
}

.map-hotspots__spot--5 .map-hotspots__name {
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .map-hotspots__spot--5 .map-hotspots__name {
    left: 54px;
    top: 18px;
  }
}

.map-hotspots__spot--6 {
  right: 297px;
  top: 50px;
}

@media (min-width: 1024px) {
  .map-hotspots__spot--6 {
    right: 32%;
    top: 12%;
  }
}

.map-hotspots__spot--6 .map-hotspots__name {
  left: 90%;
  top: -10px;
}

@media (min-width: 1280px) {
  .map-hotspots__spot--6 .map-hotspots__name {
    left: 34px;
    top: -20px;
  }
}

.map-hotspots__spot--7 {
  right: 375px;
  top: 390px;
}

@media (min-width: 1024px) {
  .map-hotspots__spot--7 {
    right: 37%;
    top: 69%;
  }
}

.map-hotspots__spot--7 .map-hotspots__name {
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .map-hotspots__spot--7 .map-hotspots__name {
    left: 54px;
    top: 18px;
  }
}

.map-hotspots__spot--8 {
  right: 292px;
  top: 205px;
}

@media (min-width: 1024px) {
  .map-hotspots__spot--8 {
    right: 30%;
    top: 37%;
  }
}

.map-hotspots__spot--8 .map-hotspots__name {
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .map-hotspots__spot--8 .map-hotspots__name {
    right: 54px;
    top: 18px;
  }
}

.map-hotspots__spot--9 {
  right: 565px;
  top: 120px;
}

@media (min-width: 1024px) {
  .map-hotspots__spot--9 {
    right: 50%;
    top: 26%;
  }
}

.map-hotspots__spot--9 .map-hotspots__name {
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .map-hotspots__spot--9 .map-hotspots__name {
    left: 54px;
    top: 18px;
  }
}

.map-hotspots__spot--active, .map-hotspots__spot:hover {
  display: block;
  transform: scale(1.3);
}

.map-hotspots__outer {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: block;
  height: 48px;
  pointer-events: none;
  position: relative;
  width: 48px;
}

.map-hotspots__inner {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #004a99;
  display: flex;
  font-size: 16px;
  height: 26px;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 26px;
}

@media (min-width: 1024px) {
  .map-hotspots__inner {
    height: 26px;
    width: 26px;
  }
}

.map-hotspots__spot--active .map-hotspots__inner, .map-hotspots__spot:hover .map-hotspots__inner {
  background-color: #b6cb00;
  color: #fff;
}

.map--warning .map-hotspots__spot--active .map-hotspots__inner, .map--warning .map-hotspots__spot:hover .map-hotspots__inner {
  background-color: #a02f2e;
  color: #fff;
}

.map-hotspots__name {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.45px;
  line-height: 12px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  white-space: nowrap;
}

.map-minimap {
  bottom: 60px;
  position: absolute;
  right: 20px;
}

.map-minimap svg {
  height: 140px;
}

@media (min-width: 1024px) {
  .map-minimap {
    bottom: 60px;
    right: 20px;
  }
}

@media (min-width: 1280px) {
  .map-minimap {
    right: 130px;
  }
}

.map--warning .map-minimap__green {
  display: none;
}

.map-minimap__red {
  display: none;
}

.map--warning .map-minimap__red {
  display: block;
}

.map-warning-info {
  display: none;
  flex-direction: row;
  justify-content: space-between;
}

.map-accordion .map-warning-info, .map--warning .map-warning-info {
  display: block;
}

@media (min-width: 640px) {
  .map-accordion .map-warning-info, .map--warning .map-warning-info {
    display: flex;
  }
}

.map-warning-info__wrapper {
  width: 95%;
}

@media (min-width: 640px) {
  .map-warning-info__wrapper {
    width: 45%;
  }
}

.map-warning-info__headline {
  color: #a02f2e;
  display: block;
  margin-top: 15px;
}

.map-warning-info__info {
  color: #000;
  display: block;
  font-weight: 300;
}

.map-warning__download {
  display: none;
}

.map-warning__download a {
  margin-bottom: 10px;
}

.map--warning .map-warning__download {
  display: block;
}

.is-hidden {
  display: none;
}

.map {
  background: linear-gradient(63deg, #2b7bbb, #002f63 100%);
  display: none;
  height: 600px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .map {
    display: block;
  }
}

@media (min-width: 1024px) {
  .map {
    height: 100%;
    overflow: visible;
  }
}

.map-svg {
  float: right;
  height: 100%;
  transform: translateX(10%);
}

@media (min-width: 1024px) {
  .map-svg {
    float: none;
    height: 100%;
    transform: none;
  }
}

.map-svg text {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .c-navigation {
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 20;
  }
}

.c-navigation__body {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  height: 3.75rem;
  position: relative;
  z-index: 30;
}

.c-navigation__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: default;
  width: 100%;
  visibility: hidden;
  z-index: 10;
}

.c-navigation__backdrop.is-open {
  visibility: visible;
}

.c-navigation__menu {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1023px) {
  .c-navigation__menu {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    right: 0;
    left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    bottom: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: fixed;
    top: 3.75rem;
    visibility: hidden;
  }
}

body.admin-bar .c-navigation__menu {
  top: calc(46px + 3.75rem);
}

.c-navigation__logo .custom-logo-link {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-navigation__menu.is-open {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .c-navigation__list {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .c-navigation__submenu {
    display: none;
  }
}

.c-navigation__link {
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
  position: relative;
}

@media (min-width: 1024px) {
  .c-navigation__link {
    height: 3.75rem;
  }
}

@media (max-width: 1023px) {
  .c-navigation__link > button:first-child {
    --bg-opacity: 1;
    background-color: #F5F5F5;
    background-color: rgba(245, 245, 245, var(--bg-opacity));
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .c-navigation__link > button:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .c-navigation__link > button:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.c-navigation__link > ul {
  margin-bottom: 1.5rem;
}

.c-navigation__link > ul a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
  font-weight: 600;
}

.c-navigation__link > ul a::before {
  content: ">";
  display: inline-block;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .c-navigation__link:hover {
    --text-opacity: 1;
    color: #2B7BBB;
    color: rgba(43, 123, 187, var(--text-opacity));
  }
}

@media (min-width: 1024px) {
  .c-navigation__link::after {
    --bg-opacity: 1;
    background-color: #2B7BBB;
    background-color: rgba(43, 123, 187, var(--bg-opacity));
    bottom: 0;
    content: "";
    display: block;
    height: 0.3125rem;
    left: 1.25rem;
    position: absolute;
    right: 1.25rem;
    transform: scaleX(0);
    transition: transform 0.2s ease-in-out;
  }
}

.c-navigation__link:hover::after {
  transform: scaleX(1);
}

.c-navigation__dropdown,
.c-navigation__dropdown-icons {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1.5rem;
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
  font-weight: 600;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  transition: transform 0.2s ease-in;
  width: 100%;
}

@media (min-width: 1024px) {
  .c-navigation__dropdown {
    display: block;
  }

  .c-navigation__dropdown-icons {
    display: flex;
  }
}

.c-navigation__dropdown a,
.c-navigation__link > ul a {
  align-items: center;
  display: flex;
}

.c-navigation__dropdown a::before,
.c-navigation__link > ul a::before {
  padding-right: 2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg height='32' viewBox='0 0 17.46 32' width='17.46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.459 32a1.46 1.46 0 0 1 -1.03-2.49l13.511-13.51-13.514-13.512a1.458 1.458 0 0 1 2.062-2.062l14.543 14.543a1.454 1.454 0 0 1 0 2.062l-14.54 14.54a1.455 1.455 0 0 1 -1.032.429z' fill='%23004A99'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.85em 0.85em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}

.c-navigation__dropdown a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-navigation__dropdown a:hover {
  text-decoration: underline;
}

.c-navigation__dropdown.is-open,
.c-navigation__dropdown-icons.is-open {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  transform: translateY(0);
  z-index: 20;
}

.c-navigation__dropdown ul {
  padding: 1.5rem;
  white-space: nowrap;
}

.c-navigation__dropdown-icons__icon svg,
.c-navigation__dropdown-icons__icon img {
  width: 4rem;
  height: 4rem;
}

.c-navigation__toggle-button {
  height: 3.125rem;
  position: relative;
  touch-action: none;
  transition: color 0.175s;
  width: 3.125rem;
}

@media (min-width: 1024px) {
  .c-navigation__toggle-button {
    display: none;
  }
}

.c-navigation__toggle-button > i {
  background-color: #004A99;
  display: block;
  height: 0.125rem;
  left: 50%;
  margin: -0.0625rem 0 0 -0.625rem;
  position: absolute;
  top: 50%;
  transition: margin-top 0.0875s 0.0875s, transform 0.0875s 0s;
  width: 1.25rem;
}

.c-navigation__toggle-button > i:nth-child(1) {
  margin-top: -0.5rem;
}

.c-navigation__toggle-button > i:nth-child(3) {
  margin-top: 0.375rem;
}

.c-navigation__toggle-button[aria-expanded=true] > i {
  transition: margin-top 0.0875s 0s, transform 0.0875s 0.0875s;
}

.c-navigation__toggle-button[aria-expanded=true] > i:nth-child(1) {
  margin-top: 0;
  transform: rotate(-45deg);
}

.c-navigation__toggle-button[aria-expanded=true] > i:nth-child(2) {
  transform: scale(0);
}

.c-navigation__toggle-button[aria-expanded=true] > i:nth-child(3) {
  margin-top: 0;
  transform: rotate(45deg);
}

@media (max-width: 1023px) {
  .c-navigation__languages {
    display: none;
  }
}

.c-navigation-languages {
  color: #888;
}

.c-navigation-languages li + li::before {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  display: block;
  content: "\A0|\A0";
}

.c-navigation-social-media {
  display: flex;
}

.c-navigation-social-media li + li {
  margin-left: 1.25rem;
}

.c-navigation-social-media__link {
  --text-opacity: 1;
  color: #004A99;
  color: rgba(0, 74, 153, var(--text-opacity));
  align-items: center;
  background-color: white;
  border-radius: 50%;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.c-site-intro {
  position: relative;
}

@media (min-width: 1024px) {
  .is-small.c-site-intro {
    max-height: 410px;
    min-height: 410px;
  }
}

.c-site-intro__navigation {
  background: transparent linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  display: none;
  height: 10.625rem;
  position: absolute;
  width: 100%;
  z-index: 60;
}

@media (min-width: 1024px) {
  .c-site-intro__navigation {
    display: block;
  }
}

.c-site-intro__navigation .custom-logo-link {
  left: 0;
  position: absolute;
  top: 1.25rem;
}

.c-site-intro__language {
  position: absolute;
  right: 0;
  top: 1.25rem;
  z-index: 60;
}

@media (max-width: 1023px) {
  .c-site-intro__body {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    max-height: calc(100vh - 60px);
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}

@media (min-width: 1024px) {
  .c-site-intro__body {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    min-height: calc(100vh - 4rem);
    min-height: calc(var(--vh, 1vh) * 100 - 4rem);
    transition: min-height 0.2s ease-in-out 0.4s;
    z-index: 50;
  }
}

@media (min-width: 1024px) {
  .is-small .c-site-intro__body {
    min-height: 410px;
  }
}

.c-site-intro__section {
  position: relative;
}

.c-site-intro__section video {
  display: none;
}

@media (min-width: 1024px) {
  .c-site-intro__section {
    height: 50%;
    position: absolute;
    transition: all 0.4s ease-in-out;
    width: 50%;
  }

  .c-site-intro__section:nth-child(1) {
    left: 0;
  }

  .c-site-intro__section:nth-child(2) {
    left: 50%;
  }

  .c-site-intro__section:nth-child(3) {
    left: 0;
    top: 50%;
  }

  .c-site-intro__section:nth-child(4) {
    left: 50%;
    top: 50%;
  }

  .c-site-intro__section video {
    display: block;
  }

  .c-site-intro__section img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s 0.4s;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .is-small .c-site-intro__section {
    height: 410px;
    width: 25%;
  }
}

.is-small .c-site-intro__section:nth-child(2) {
  left: 25%;
}

.is-small .c-site-intro__section:nth-child(3) {
  left: 50%;
  top: 0;
}

.is-small .c-site-intro__section:nth-child(4) {
  left: 75%;
  top: 0;
}

.is-small .c-site-intro__section img {
  opacity: 1;
  visibility: visible;
}

.c-site-intro__label {
  letter-spacing: 0.025em;
  padding: 1.5rem;
  bottom: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in-out;
  width: 100%;
}

@media (min-width: 1024px) {
  .c-site-intro__label {
    letter-spacing: 0.1em;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.is-small .c-site-intro__label {
  letter-spacing: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-site-intro__more {
    bottom: 0;
    color: white;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .is-small .c-site-intro__more {
    opacity: 0;
    visibility: hidden;
  }
}

body.home main {
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  body.home main {
    padding-top: 5rem;
  }
}

body.dd-no-scroll--mobile {
  overflow: hidden;
}

@media (min-width: 1280px) {
  body.dd-no-scroll--mobile {
    overflow: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  .o-modules > * ~ * {
    margin-top: 80px;
  }

  .o-card.flex {
    display: block;
  }

  img {
    flex-shrink: 0;
  }
}

@media (min-width: 640px){
  .sm\:h1 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .sm\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }
}

@media (min-width: 768px){
  .md\:h1 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .md\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
}

@media (min-width: 1024px){
  .lg\:h1 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .lg\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
}

@media (min-width: 1280px){
  .xl\:h1 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .xl\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }
}
/*# sourceMappingURL=index.css.map*/