@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, .ce-texticon__headline, .header-text .ce-texticon__headline, .ce-teaser__headline, .header-text .ce-teaser__headline, .ce-headericon__headline, .header-text .ce-headericon__headline, .header-text h1,
.header-text h2,
.header-text h3,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong,
.header-text h4,
.header-text .form legend,
.form .header-text legend,
.header-text h5 {
  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;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 36rem) {
  .container {
    max-width: 48rem;
  }
}
@media (min-width: 48rem) {
  .container {
    max-width: 62rem;
  }
}
@media (min-width: 62rem) {
  .container {
    max-width: 75rem;
  }
}
@media (min-width: 75rem) {
  .container {
    max-width: 80rem;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36rem) {
  .container-sm, .container {
    max-width: 48rem;
  }
}
@media (min-width: 48rem) {
  .container-md, .container-sm, .container {
    max-width: 62rem;
  }
}
@media (min-width: 62rem) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 75rem;
  }
}
@media (min-width: 75rem) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 80rem;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 36rem) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 48rem) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 62rem) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 75rem) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 36rem) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 48rem) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 62rem) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 75rem) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 36rem) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 48rem) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 62rem) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 75rem) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 36rem) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 48rem) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 62rem) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 75rem) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.clearfix::after, .tx-news-detail__content::after {
  display: block;
  clear: both;
  content: "";
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 36rem) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 48rem) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 62rem) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 75rem) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@font-face {
  font-family: "Thesans plain";
  src: url(../Fonts/thesans-plain.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Thesans semi bold";
  src: url(../Fonts/thesans-semi-bold.woff2) format("woff2");
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Thesans plain, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
  color: #4b4b4b;
  background: #fff;
  text-align: justify;
}
body:before {
  content: "default";
  display: none;
  /**
   * For dev
   *
  display: block;
  background: rgba(#888, .75);
  color: #000;
  width: 200px;
  height: 50px;
  border: 1px #000 double;
  position: fixed;
  left: calc(50vw - 100px);
  top: calc(50vh - 25px);
  padding: 15px;
  z-index: 5000000;
  text-align: center;*/
}
@media (min-width: 36rem) {
  body:before {
    content: "sm";
  }
}
@media (min-width: 48rem) {
  body:before {
    content: "md";
  }
}
@media (min-width: 62rem) {
  body:before {
    content: "lg";
  }
}
@media (min-width: 75rem) {
  body:before {
    content: "xl";
  }
}
body.scrolling-is-disabled {
  overflow: hidden;
}
@media (min-width: 62rem) {
  body.scrolling-is-disabled {
    overflow: auto;
  }
}

a {
  transition: color 0.25s linear;
  text-decoration: none;
  color: #00b1d5;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}
a:hover, a:focus, a:active {
  color: #00b1d5;
  text-decoration: underline;
}
a[href^=http] {
  --icon-size: 1.25rem;
  min-height: var(--icon-size);
  padding-inline-end: calc(var(--icon-size) + 0.25rem);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: var(--icon-size) var(--icon-size);
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%2300b1d5" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%2300b1d5"/%3e%3c/svg%3e');
}
a[href*="ibb-business-team.de"], a[href*="ibb-business-team.ddev.site"], a[href*="ibt-v11.ddev.site"] {
  background-image: none !important;
  padding-inline-end: 0 !important;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
summary:focus {
  box-shadow: none !important;
  outline: 0.25rem solid #00b1d5;
}

h1, .ce-texticon__headline, .header-text .ce-texticon__headline, .ce-teaser__headline, .header-text .ce-teaser__headline, .ce-headericon__headline, .header-text .ce-headericon__headline, .header-text h1,
.header-text h2,
.header-text h3,
.header-text h4,
.header-text h5,
h2,
h3,
.ce-media__caption:not(.ce-media__caption--reset) strong,
h4,
.form legend,
h5 {
  line-height: 125%;
  margin: 3rem 0 1rem 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  text-align: left;
}
h1:first-child, .ce-texticon__headline:first-child, .ce-teaser__headline:first-child, .ce-headericon__headline:first-child,
h2:first-child,
h3:first-child,
.ce-media__caption:not(.ce-media__caption--reset) strong:first-child,
h4:first-child,
.form legend:first-child,
h5:first-child {
  margin-top: 0;
}

h1, .ce-texticon__headline, .header-text .ce-texticon__headline, .ce-teaser__headline, .header-text .ce-teaser__headline, .ce-headericon__headline, .header-text .ce-headericon__headline, .header-text h1,
.header-text h2,
.header-text h3,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong,
.header-text h4,
.header-text .form legend,
.form .header-text legend,
.header-text h5,
h2 {
  text-align: left;
}
h1:after, .ce-texticon__headline:after, .ce-teaser__headline:after, .ce-headericon__headline:after, .header-text h1:after,
.header-text h2:after,
.header-text h3:after,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong:after,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong:after,
.header-text h4:after,
.header-text .form legend:after,
.form .header-text legend:after,
.header-text h5:after,
h2:after {
  content: "";
  width: 1rem;
  border-top: 1px #ff4300 solid;
  position: absolute;
  left: 0;
}
h1.text-justify:after, .text-justify.ce-texticon__headline:after, .text-justify.ce-teaser__headline:after, .text-justify.ce-headericon__headline:after,
.header-text h3.text-justify:after,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong.text-justify:after,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong.text-justify:after,
.header-text h4.text-justify:after,
.header-text .form legend.text-justify:after,
.form .header-text legend.text-justify:after,
.header-text h5.text-justify:after, h1.text-center:after, .text-center.ce-texticon__headline:after, .text-center.ce-teaser__headline:after, h1.ce-headline--center:after, .ce-headline--center.ce-texticon__headline:after, .ce-headline--center.ce-teaser__headline:after, .text-center.ce-headericon__headline:after, .ce-headericon__headline.ce-headline--center:after,
.header-text h3.text-center:after,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong.text-center:after,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong.text-center:after,
.header-text h3.ce-headline--center:after,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong.ce-headline--center:after,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong.ce-headline--center:after,
.header-text h4.text-center:after,
.header-text .form legend.text-center:after,
.form .header-text legend.text-center:after,
.header-text h4.ce-headline--center:after,
.header-text .form legend.ce-headline--center:after,
.form .header-text legend.ce-headline--center:after,
.header-text h5.text-center:after,
.header-text h5.ce-headline--center:after,
h2.text-justify:after,
h2.text-center:after,
h2.ce-headline--center:after {
  margin-left: 50%;
  left: -0.5rem;
}
h1.text-right:after, .text-right.ce-texticon__headline:after, .text-right.ce-teaser__headline:after, h1.ce-headline--right:after, .ce-headline--right.ce-texticon__headline:after, .ce-headline--right.ce-teaser__headline:after, .text-right.ce-headericon__headline:after, .ce-headericon__headline.ce-headline--right:after,
.header-text h3.text-right:after,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong.text-right:after,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong.text-right:after,
.header-text h3.ce-headline--right:after,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong.ce-headline--right:after,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong.ce-headline--right:after,
.header-text h4.text-right:after,
.header-text .form legend.text-right:after,
.form .header-text legend.text-right:after,
.header-text h4.ce-headline--right:after,
.header-text .form legend.ce-headline--right:after,
.form .header-text legend.ce-headline--right:after,
.header-text h5.text-right:after,
.header-text h5.ce-headline--right:after,
h2.text-right:after,
h2.ce-headline--right:after {
  left: auto;
  right: 0;
}

h1, .ce-texticon__headline, .header-text .ce-texticon__headline, .ce-teaser__headline, .header-text .ce-teaser__headline, .ce-headericon__headline, .header-text .ce-headericon__headline, .header-text h1,
.header-text h2,
.header-text h3,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong,
.header-text h4,
.header-text .form legend,
.form .header-text legend,
.header-text h5 {
  font-size: 2.125rem;
  margin-bottom: 2.125rem;
}
h1:after, .ce-texticon__headline:after, .ce-teaser__headline:after, .ce-headericon__headline:after, .header-text h1:after,
.header-text h2:after,
.header-text h3:after,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong:after,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong:after,
.header-text h4:after,
.header-text .form legend:after,
.form .header-text legend:after,
.header-text h5:after {
  bottom: -1rem;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}
h2:after {
  bottom: -0.75rem;
}

h3, .ce-media__caption:not(.ce-media__caption--reset) strong,
h4,
.form legend,
h5 {
  margin-top: 2rem;
}

p,
ul,
ol,
blockquote,
.table-wrapper {
  margin: 0 0 1.25rem 0;
}
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
.table-wrapper:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 1rem;
  margin-top: 0.5rem;
}

strong {
  font-family: Thesans semi bold, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

label,
input,
textarea,
select {
  font-family: Thesans plain, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #4b4b4b;
}

button {
  cursor: pointer;
  color: #4b4b4b;
}

svg {
  fill: #4b4b4b;
}
svg .brand {
  fill: #00b1d5;
}

table {
  min-width: 40rem;
  background: #f9f9f9;
  padding: 1rem 0.25rem;
}
@media (min-width: 36rem) {
  table {
    padding: 2rem 1.25rem;
  }
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

th,
td {
  padding: 0.25rem 0.75rem;
  vertical-align: top;
}

th {
  font-family: Thesans semi bold, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
}

@media (min-width: 36rem) {
  .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 62rem) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.text-left, .ce-headline--left {
  text-align: left;
}

.text-center, .ce-headline--center {
  text-align: center;
}

.text-right, .ce-headline--right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.frame ul {
  list-style-type: none;
  padding-left: 1rem;
}
.frame ul li {
  position: relative;
}
.frame ul li::marker {
  color: transparent;
}
.frame ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background: #00b1d5;
  position: absolute;
  top: 0.7rem;
  left: -1rem;
}

.button {
  transition: color 0.25s linear, background-color 0.25s linear;
  width: 11.875rem;
  min-height: 2.6rem;
  display: inline-block;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 1.5rem;
  margin: 0 0 0.75rem 0;
}
.button:active, .button:focus, .button:hover {
  text-decoration: none;
}
.button[href^=http] {
  padding-inline-end: calc(var(--icon-size) + 1.75rem);
  background-position: calc(100% - 1.5rem) center;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%234b4b4b"/%3e%3c/svg%3e');
}
.button[href*="ibb-business-team.de"], .button[href*="ibb-business-team.ddev.site"], .button[href*="ibt-v11.ddev.site"] {
  padding-inline-end: 1.5rem !important;
}

.button + .button {
  margin-left: 1.5rem;
}
.button + .button:first-child {
  margin-left: 0;
}

.button.button--default {
  background-color: #f9f9f9 !important;
  color: #4b4b4b !important;
}
.button.button--default[href^=http] {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%234b4b4b"/%3e%3c/svg%3e');
}
.button.button--default:active, .button.button--default:focus, .button.button--default:hover {
  background-color: rgb(223.5, 223.5, 223.5);
  color: #4b4b4b;
}

.button.button--primary {
  background-color: #00b1d5 !important;
  color: #fff !important;
}
.button.button--primary[href^=http] {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%23fff" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%23fff"/%3e%3c/svg%3e');
}
.button.button--primary:active, .button.button--primary:focus, .button.button--primary:hover {
  background-color: rgb(0, 134.6197183099, 162) !important;
  color: #fff !important;
}

/**
 * Layout
 */
.closure {
  color: #fff;
  background: #00b1d5;
  margin: 3rem -0.75rem 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 36rem) {
  .closure {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media (min-width: 62rem) {
  .closure {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.closure img {
  margin-left: 0.75rem;
  width: auto;
  height: 2rem;
}
.closure p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0.75rem;
}
@media (min-width: 36rem) {
  .closure p {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 62rem) {
  .closure p {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.footer {
  font-size: 1.1rem;
  padding-top: 3rem;
  background: #f9f9f9;
}
.footer a {
  color: #4b4b4b;
}
.footer .row {
  height: 100%;
}

.footer-address {
  margin-top: 2.2rem;
  text-align: center;
}
@media (min-width: 36rem) {
  .footer-address {
    text-align: left;
  }
}
@media (min-width: 62rem) {
  .footer-address {
    margin-top: 0;
  }
}

.footer-contact {
  margin-top: 2.2rem;
  text-align: center;
}
@media (min-width: 36rem) {
  .footer-contact {
    margin-top: 0;
    text-align: left;
    align-self: flex-end;
  }
}
@media (min-width: 62rem) {
  .footer-contact {
    margin-top: 0;
  }
}
.footer-contact a {
  text-decoration: underline;
}
.footer-contact a:hover, .footer-contact a:active, .footer-contact a:focus {
  text-decoration: none;
}

.footer-logo {
  text-align: center;
}
@media (min-width: 36rem) {
  .footer-logo {
    text-align: left;
    position: relative;
    left: -60px;
  }
}

.footer-logo__image {
  width: 175px;
  height: 64px;
}

.footer-menu {
  margin-top: 2.2rem;
  display: flex;
  justify-content: center;
  align-self: flex-end;
}
@media (min-width: 36rem) {
  .footer-menu {
    justify-content: normal;
  }
}

.footer-menu__level-1-list {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 36rem) {
  .footer-menu__level-1-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer-menu__level-1-item {
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 36rem) {
  .footer-menu__level-1-item {
    margin: 0 1rem 0 0;
    text-align: left;
  }
}

.footer-menu__level-1-link {
  text-transform: uppercase;
}
.footer-menu__level-1-link[href^=http] {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%234b4b4b"/%3e%3c/svg%3e');
}

.footer-social {
  margin-top: 2.2rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 36rem) {
  .footer-social {
    justify-content: normal;
  }
}
@media (min-width: 62rem) {
  .footer-social {
    justify-content: flex-end;
    margin-bottom: 1.5rem;
  }
}

.footer-social__list {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.footer-social__item {
  margin: 0 0.65rem 0;
  padding: 0;
}
.footer-social__item:before {
  display: none !important;
}
@media (min-width: 36rem) {
  .footer-social__item {
    margin-right: 1.3rem;
    margin-left: 0;
  }
}
@media (min-width: 62rem) {
  .footer-social__item {
    margin-right: 0;
    margin-left: 1.3rem;
  }
}

.footer-social__link {
  transition: fill 0.25s linear;
}
.footer-social__link:link .footer-social__icon, .footer-social__link:visited .footer-social__icon {
  fill: #4b4b4b;
}
.footer-social__link:active .footer-social__icon, .footer-social__link:hover .footer-social__icon, .footer-social__link:focus .footer-social__icon {
  fill: #00b1d5;
}

.footer-social__icon {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  display: block;
}

.header {
  position: relative;
  height: 21rem;
  overflow: hidden;
}
@media (min-width: 36rem) {
  .header {
    height: 26rem;
  }
}
@media (min-width: 48rem) {
  .header {
    height: 28rem;
  }
}
@media (min-width: 62rem) {
  .header {
    height: 31rem;
  }
}
@media (min-width: 75rem) {
  .header {
    height: 33rem;
  }
}

.header--pattern:before {
  transition: left 0.25s linear;
  content: "";
  position: absolute;
  z-index: 50;
  left: -25rem;
  bottom: -35rem;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background: #00b1d5;
  opacity: 0.85;
}

.header--mobile-menu-is-visible {
  overflow-y: auto;
  height: 100vh;
}
.header--mobile-menu-is-visible.header--pattern:before {
  left: -50rem;
}

.header-breadcrumb {
  position: relative;
  z-index: 1000;
  font-size: 1rem;
  opacity: 0.8;
}

.header-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 7.5rem 0 0 0;
  padding: 0 0.25rem;
}
@media (min-width: 36rem) {
  .header-breadcrumb__list {
    margin-top: 8.35rem;
    padding: 0;
  }
}
@media (min-width: 62rem) {
  .header-breadcrumb__list {
    margin-top: 10.1rem;
  }
}

.header-breadcrumb__item {
  margin: 0;
  padding: 0;
  display: flex;
}
.header-breadcrumb__item:after {
  content: ">";
  display: block;
  padding: 0 0.25rem;
  line-height: 100%;
}
.header-breadcrumb__item:last-child:after {
  display: none;
}

.header-breadcrumb__link {
  text-decoration: none;
  display: block;
  line-height: 125%;
}
.header-breadcrumb__link:link, .header-breadcrumb__link:visited {
  color: #4b4b4b;
}
.header-breadcrumb__link:hover, .header-breadcrumb__link:focus, .header-breadcrumb__link:active {
  color: #00b1d5;
}

.header-image {
  width: 100%;
  height: 12rem;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  margin: 9rem 0 0 0;
  padding: 0;
}
@media (min-width: 36rem) {
  .header-image {
    height: 15rem;
    margin-top: 11rem;
    width: calc(100% + 130px);
    left: -67px;
  }
}
@media (min-width: 36rem) {
  .header-image {
    height: 17rem;
  }
}
@media (min-width: 62rem) {
  .header-image {
    height: 18rem;
    margin-top: 13rem;
    width: calc(100% + 176px);
    left: -88px;
  }
}
@media (min-width: 75rem) {
  .header-image {
    height: 20rem;
  }
}

.header-image__image {
  position: absolute;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-menu {
  position: relative;
  z-index: 1030;
  top: 0;
  right: 0.25rem;
  margin: 2.25rem 0 0 0;
  font-family: Thesans semi bold, Arial, Helvetica, sans-serif;
}
@media (min-width: 36rem) {
  .header-menu {
    right: 0;
  }
}
@media (min-width: 62rem) {
  .header-menu {
    position: absolute;
    top: 5.8rem;
    right: 0;
    z-index: 1010;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}

.header-menu__level-1-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 62rem) {
  .header-menu__level-1-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.header-menu__level-1-item {
  margin: 1.5rem 0 0 0;
  padding: 0;
  text-align: right;
}
.header-menu__level-1-item:first-child {
  margin-top: 0;
}
@media (min-width: 62rem) {
  .header-menu__level-1-item {
    margin: 0 1rem;
    text-align: left;
  }
}
@media (min-width: 75rem) {
  .header-menu__level-1-item {
    margin: 0 2.5rem;
  }
}

.header-menu__level-1-link {
  color: #4b4b4b;
  position: relative;
  padding: 0;
  display: inline-block;
}
@media (min-width: 62rem) {
  .header-menu__level-1-link {
    padding: 0 0.5rem;
  }
}
.header-menu__level-1-link[href^=http] {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%234b4b4b"/%3e%3c/svg%3e');
}
.header-menu__level-1-link:after {
  transition: border-top-color 0.25s linear;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  border-top: 1px transparent solid;
}
.header-menu__level-1-link:hover, .header-menu__level-1-link:active, .header-menu__level-1-link:focus, .header-menu__level-1-link.header-menu__level-1-link--is-active {
  color: #4b4b4b;
  text-decoration: none;
}
.header-menu__level-1-link:hover:after, .header-menu__level-1-link:active:after, .header-menu__level-1-link:focus:after, .header-menu__level-1-link.header-menu__level-1-link--is-active:after {
  border-top-color: #00b1d5;
}

.header-menu-meta {
  position: relative;
  z-index: 1030;
  top: 0;
  right: 0.25rem;
  margin: 7rem 0 0 0;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 36rem) {
  .header-menu-meta {
    right: 0;
  }
}
@media (min-width: 62rem) {
  .header-menu-meta {
    position: absolute;
    top: 1.75rem;
    right: 10.75rem;
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
}

.header-menu-meta__list {
  margin: 0.75rem 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: end;
}
@media (min-width: 62rem) {
  .header-menu-meta__list {
    margin: 0 1.5rem 0 0;
  }
}

.header-menu-meta__item {
  padding: 0 0 0 1.5rem;
  margin: 0;
  position: relative;
}

.header-menu-meta__link {
  color: #4b4b4b;
}
.header-menu-meta__link[href^=http] {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%234b4b4b"/%3e%3c/svg%3e');
  transition: background-image 0.25s linear;
}
.header-menu-meta__link[href^=http]:hover, .header-menu-meta__link[href^=http]:focus, .header-menu-meta__link[href^=http]:active {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%2300b1d5" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%2300b1d5"/%3e%3c/svg%3e');
}

.header-menu-meta__link--active {
  color: #00b1d5;
}

.header-menu-language {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: end;
}
@media (min-width: 62rem) {
  .header-menu-language {
    margin-right: 1.5rem;
  }
}

.header-menu-language__item {
  padding: 0 0.75rem;
  margin: 0;
  position: relative;
}
.header-menu-language__item:before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  border-left: 1px #d2d2d2 solid;
  width: 1px;
  height: 1.1rem;
}
.header-menu-language__item:first-child {
  padding-left: 0;
}
.header-menu-language__item:first-child:before {
  display: none;
}
.header-menu-language__item:last-child {
  padding-right: 0;
}

.header-menu-language__link--is-unavailable {
  opacity: 0.5;
}

.header-mobile__icon,
.header-mobile__icon:before,
.header-mobile__icon:after {
  transition: all 0.25s linear;
  content: "";
  font-size: 0;
  display: block;
  height: 2px;
  background: #4b4b4b;
  width: 1.6rem;
  position: absolute;
  right: 0.2rem;
}

.header-mobile__icon:before, .header-mobile__icon:after {
  right: 0;
}
.header-mobile__icon:before {
  top: -8px;
}
.header-mobile__icon:after {
  top: 8px;
  width: 1.2rem;
}

.header-mobile__button {
  transition: background-color 0.25s linear;
  width: 2rem;
  height: 2rem;
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1010;
  background: none;
  right: 0.75rem;
  top: 3.75rem;
}
@media (min-width: 36rem) {
  .header-mobile__button {
    top: 4.25rem;
    right: 0.75rem;
  }
}
@media (min-width: 62rem) {
  .header-mobile__button {
    display: none;
  }
}

.header-mobile__button--is-active .header-mobile__icon:before, .header-mobile__button--is-active .header-mobile__icon:after {
  width: 12px;
}
.header-mobile__button--is-active .header-mobile__icon:before {
  top: -4px;
  transform: rotate(40deg);
}
.header-mobile__button--is-active .header-mobile__icon:after {
  top: 4px;
  transform: rotate(-40deg);
}

.header-mobile__container {
  transition: left 0.25s linear;
  position: absolute;
  left: 100vw;
  top: 0;
  z-index: 1000;
  display: none;
}
.header-mobile__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  padding: 0 0.75rem;
  background: #fff;
  z-index: 1020;
}
@media (min-width: 62rem) {
  .header-mobile__container {
    position: initial;
    display: block;
    left: 0;
    width: auto;
  }
  .header-mobile__container:before {
    display: none;
  }
}

.header-mobile__container--mobile-menu-is-visible {
  left: 0;
  height: 100%;
  display: block;
}
@media (min-width: 36rem) {
  .header-mobile__container--mobile-menu-is-visible {
    left: -63px;
    width: calc(100% + 50px);
    padding: 0;
  }
}
.header-mobile__container--mobile-menu-is-visible + .header-breadcrumb {
  display: none;
}

.header-link {
  position: relative;
  z-index: 1030;
  top: 0;
  right: 0.25rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin: 9.5rem 0 0 0;
}
@media (min-width: 36rem) {
  .header-link {
    right: 0;
  }
}
@media (min-width: 62rem) {
  .header-link {
    top: 5.3rem;
    margin-top: 0;
    position: absolute;
    right: 0.75rem;
  }
}
.header-link .button {
  width: 10rem;
  margin: 0;
}

.header-logo {
  position: absolute;
  z-index: 1020;
  left: 1rem;
  top: 2.5rem;
  margin: 0;
}
@media (min-width: 36rem) {
  .header-logo {
    left: -50px;
  }
}
@media (min-width: 62rem) {
  .header-logo {
    top: 2.5rem;
    left: -68px;
  }
}

.header-logo__image {
  width: 145px;
  height: 53px;
}
@media (min-width: 36rem) {
  .header-logo__image {
    width: 175px;
    height: 64px;
  }
}
@media (min-width: 62rem) {
  .header-logo__image {
    width: 230px;
    height: 84px;
  }
}

.header-search {
  position: relative;
  z-index: 1030;
  top: 0;
  right: 0.25rem;
  height: 1.75rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 2.25rem 0 0 0;
}
@media (min-width: 36rem) {
  .header-search {
    right: 0;
  }
}
@media (min-width: 62rem) {
  .header-search {
    margin-top: 0;
    width: 10rem;
    position: absolute;
    top: 1.6rem;
    right: 0.75rem;
  }
}

.header-search__input {
  width: 10rem;
  height: 100%;
  padding: 0 2.5rem 0 0.75rem;
  margin: 0;
  font-size: 1.1rem;
  border-radius: 3px;
  border: 1px #d2d2d2 solid;
  border-right: none;
}

.header-search__icon {
  transition: fill 0.25s linear;
  width: 0.75rem;
  height: 0.75rem;
  fill: #4b4b4b;
}

.header-search__submit {
  transition: background 0.25s linear;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 3px 3px 0;
  width: 1.75rem;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 1px #d2d2d2 solid;
  border-left: none;
  cursor: pointer;
  background: #f9f9f9;
}
.header-search__submit:hover, .header-search__submit:focus, .header-search__submit:active {
  background: rgb(223.5, 223.5, 223.5);
}

.header-text {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 2.75rem 0 0 0;
  padding: 0 0.75rem;
}
@media (min-width: 36rem) {
  .header-text {
    margin-top: 3.25rem;
  }
}
@media (min-width: 48rem) {
  .header-text {
    margin-top: 4rem;
  }
}
@media (min-width: 62rem) {
  .header-text {
    margin-top: 4.25rem;
  }
}
@media (min-width: 75rem) {
  .header-text {
    margin-top: 5.25rem;
  }
}
.header-text > * {
  text-align: center !important;
}
@media (min-width: 36rem) {
  .header-text > * {
    max-width: 25rem;
  }
}
@media (min-width: 48rem) {
  .header-text > * {
    max-width: 35rem;
  }
}
@media (min-width: 62rem) {
  .header-text > * {
    max-width: 45rem;
  }
}
@media (min-width: 62rem) {
  .header-text > * {
    max-width: 50rem;
  }
}
.header-text h1, .header-text .ce-texticon__headline, .header-text .ce-teaser__headline, .header-text .ce-headericon__headline,
.header-text h2,
.header-text h3,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong,
.header-text h4,
.header-text .form legend,
.form .header-text legend,
.header-text h5 {
  margin-top: 0;
}
.header-text h1:after, .header-text .ce-texticon__headline:after, .header-text .ce-teaser__headline:after, .header-text .ce-headericon__headline:after,
.header-text h2:after,
.header-text h3:after,
.header-text .ce-media__caption:not(.ce-media__caption--reset) strong:after,
.ce-media__caption:not(.ce-media__caption--reset) .header-text strong:after,
.header-text h4:after,
.header-text .form legend:after,
.form .header-text legend:after,
.header-text h5:after {
  margin-left: 50%;
  left: -0.5rem;
}

.header--home .header-text {
  margin-top: 11.25rem;
}
@media (min-width: 36rem) {
  .header--home .header-text {
    margin-top: 13.5rem;
  }
}
@media (min-width: 48rem) {
  .header--home .header-text {
    margin-top: 14.25rem;
  }
}
@media (min-width: 62rem) {
  .header--home .header-text {
    margin-top: 16.25rem;
  }
}
@media (min-width: 75rem) {
  .header--home .header-text {
    margin-top: 17.25rem;
  }
}

.link-overview,
.link-overview__link {
  margin-bottom: 0;
  padding-bottom: 0;
}

.main__content {
  padding: 5rem 1rem;
}
@media (min-width: 36rem) {
  .main__content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.main__content .button {
  width: auto;
}
.main__content a:not([class]) {
  text-decoration: underline;
}
.main__content a:not([class]):hover, .main__content a:not([class]):active, .main__content a:not([class]):focus {
  text-decoration: none;
}

.skip-menu ul {
  margin: 0;
  padding: 0;
}
.skip-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.skip-menu a {
  position: absolute !important;
  z-index: 500;
  inset-block-start: 0;
  inset-inline-start: calc(50% - 8rem);
  width: 16rem;
  text-align: center;
  transform: translateY(-10rem);
}
.skip-menu a:focus {
  transform: translateY(0);
  inset-block-start: 1.25rem;
}
@media (min-width: 62rem) {
  .skip-menu a {
    inset-inline-start: calc(50% - 15.7rem);
  }
}

.sub-menu {
  background: #f9f9f9;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
.sub-menu[open] .sub-menu__dropdown-icon {
  transform: rotate(180deg);
}

.sub-menu__dropdown-header {
  display: block;
  padding: 1.5rem 0;
  cursor: pointer;
  position: relative;
  width: 14rem;
}
@media (min-width: 36rem) {
  .sub-menu__dropdown-header {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 18rem;
  }
}

.sub-menu__dropdown-title {
  font-family: Thesans semi bold, Arial, Helvetica, sans-serif;
  display: block;
  margin-right: 1.5rem;
}

.sub-menu__dropdown-icon {
  transition: transform 0.25s linear;
  fill: #4b4b4b;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: 0;
  top: 2rem;
}
@media (min-width: 36rem) {
  .sub-menu__dropdown-icon {
    right: 2rem;
  }
}

.sub-menu__dropdown-content {
  transition: max-height 0.25s linear;
  padding: 1.5rem 0;
  width: 14rem;
}
@media (min-width: 36rem) {
  .sub-menu__dropdown-content {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    width: 18rem;
  }
}
@media (min-width: 62rem) {
  .sub-menu__dropdown-content {
    width: 100%;
  }
}

.sub-menu__level-1-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 62rem) {
  .sub-menu__level-1-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.sub-menu__level-1-item {
  margin: 1.5rem 0 0 0;
  padding: 0;
}
.sub-menu__level-1-item:first-child {
  margin-top: 0;
}
.sub-menu__level-1-item:last-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 62rem) {
  .sub-menu__level-1-item {
    margin-top: 0;
  }
  .sub-menu__level-1-item:last-child {
    margin-bottom: 0;
  }
}

.sub-menu__level-1-link {
  color: #4b4b4b;
  position: relative;
  padding: 0;
  display: inline-block;
}
@media (min-width: 62rem) {
  .sub-menu__level-1-link {
    padding: 1.5rem 0.5rem;
    margin: 0 1rem;
  }
}
@media (min-width: 75rem) {
  .sub-menu__level-1-link {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.sub-menu__level-1-link:after {
  transition: border-top-color 0.25s linear;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px transparent solid;
}
.sub-menu__level-1-link:hover, .sub-menu__level-1-link:active, .sub-menu__level-1-link:focus, .sub-menu__level-1-link.sub-menu__level-1-link--is-active {
  color: #4b4b4b;
  text-decoration: none;
}
.sub-menu__level-1-link:hover:after, .sub-menu__level-1-link:active:after, .sub-menu__level-1-link:focus:after, .sub-menu__level-1-link.sub-menu__level-1-link--is-active:after {
  border-top-color: #00b1d5;
}
.sub-menu__level-1-link:focus {
  outline-offset: -0.25rem;
}
.sub-menu__level-1-link[href^=http] {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%234b4b4b"/%3e%3c/svg%3e');
}

/**
 * Components
 */
.ce-headericon-group--layout-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ce-headericon {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ce-headericon:first-child {
  padding-top: 0;
}
.ce-headericon:last-child {
  padding-bottom: 0;
}
@media (min-width: 62rem) {
  .ce-headericon {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ce-headericon--layout-1 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.ce-headericon__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 15rem;
}

.ce-headericon__content--layout-1 {
  flex-direction: column;
}

.ce-headericon__icon svg {
  width: auto;
  height: 2.5rem;
}

.ce-headericon__link {
  transition: opacity 0.25s linear;
  text-decoration: none;
  color: #4b4b4b;
}
.ce-headericon__link:hover, .ce-headericon__link:focus, .ce-headericon__link:active {
  color: #4b4b4b;
  text-decoration: none;
  opacity: 0.5;
}

.ce-headericon__headline {
  margin: 0 0 0 0.75rem;
}
.ce-headericon__headline:after {
  display: none;
}

.ce-headericon__headline--layout-1 {
  text-align: center;
  margin-top: 1rem;
  margin-left: 0;
  font-size: 1rem;
  font-family: Thesans semi bold, Arial, Helvetica, sans-serif;
}

.ce-headline--center {
  text-align: center;
}

.ce-image {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.ce-image .ce-media {
  transition: opacity 0.25s linear;
}
.ce-image .ce-media:before, .ce-image .ce-media:after {
  display: none;
}
.ce-image .ce-media:hover, .ce-image .ce-media:active, .ce-image .ce-media:focus {
  opacity: 0.75;
}
@media (min-width: 48rem) {
  .ce-image .ce-media {
    width: 100%;
  }
}

.ce-image__item {
  padding: 0.125rem !important;
}

.ce-media {
  overflow: hidden;
  position: relative;
}

.ce-media__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  background: #f9f9f9;
  overflow: hidden;
}

.ce-media__wrapper--16-9 {
  padding: 0 0 56.25% 0;
}

.ce-media__wrapper--3-2 {
  padding: 0 0 66.66% 0;
}

.ce-media__image,
.ce-media__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ce-media__caption:not(.ce-media__caption--reset) {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ce-media__caption:not(.ce-media__caption--reset):before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -50%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: #00b1d5;
  opacity: 0.85;
}
.ce-media__caption:not(.ce-media__caption--reset) p {
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  z-index: 20;
  padding: 1rem;
  width: 90%;
  text-align: left;
}
@media (min-width: 36rem) {
  .ce-media__caption:not(.ce-media__caption--reset) p {
    padding: 2rem;
    width: 75%;
  }
}
@media (min-width: 62rem) {
  .ce-media__caption:not(.ce-media__caption--reset) p {
    width: 66%;
  }
}
@media (min-width: 75rem) {
  .ce-media__caption:not(.ce-media__caption--reset) p {
    width: 50%;
  }
}
.ce-media__caption:not(.ce-media__caption--reset) strong {
  margin: 0;
  padding: 0;
}
.ce-media__caption:not(.ce-media__caption--reset) strong:after {
  display: none;
}
.ce-media__caption:not(.ce-media__caption--reset) svg {
  width: auto;
  height: 2.5rem;
  fill: #fff;
  margin-bottom: 1.25rem;
}
.ce-media__caption:not(.ce-media__caption--reset) svg .brand {
  fill: #fff;
}

.ce-media__caption--left:before {
  left: -110%;
}
@media (min-width: 36rem) {
  .ce-media__caption--left:before {
    left: -125%;
  }
}
@media (min-width: 62rem) {
  .ce-media__caption--left:before {
    left: -133%;
  }
}
@media (min-width: 75rem) {
  .ce-media__caption--left:before {
    left: -150%;
  }
}

.ce-media__caption--right:before {
  right: -110%;
}
@media (min-width: 36rem) {
  .ce-media__caption--right:before {
    right: -125%;
  }
}
@media (min-width: 62rem) {
  .ce-media__caption--right:before {
    right: -133%;
  }
}
@media (min-width: 75rem) {
  .ce-media__caption--right:before {
    right: -150%;
  }
}
.ce-media__caption--right p {
  margin-left: 10%;
  text-align: right;
}
@media (min-width: 36rem) {
  .ce-media__caption--right p {
    margin-left: 25%;
  }
}
@media (min-width: 62rem) {
  .ce-media__caption--right p {
    margin-left: 33%;
  }
}
@media (min-width: 75rem) {
  .ce-media__caption--right p {
    margin-left: 50%;
  }
}

.ce-menu {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.ce-menu__item {
  transition: opacity 0.25s linear;
  position: relative;
  padding: 0.125rem;
}
.ce-menu__item:hover, .ce-menu__item:active, .ce-menu__item:focus {
  opacity: 0.75;
}

.ce-menu__figure {
  position: relative;
  z-index: 1;
  height: 0;
  margin: 0;
  background: #f9f9f9;
  overflow: hidden;
  padding: 0 0 56.25% 0; /* 16:9 */
}
.ce-menu__figure:before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.ce-menu__image {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ce-menu__main {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  z-index: 15;
  color: #fff;
  text-align: left;
}

.ce-menu__headline {
  margin: 0;
  padding: 0;
}

.ce-menu__content {
  display: none;
}
@media (min-width: 36rem) {
  .ce-menu__content {
    display: block;
  }
}
@media (min-width: 48rem) {
  .ce-menu__content {
    display: none;
  }
}
@media (min-width: 62rem) {
  .ce-menu__content {
    display: block;
  }
}

.ce-menu__link {
  position: absolute;
  z-index: 20;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999rem;
}
.ce-menu__link:hover, .ce-menu__link:focus, .ce-menu__link:active {
  text-decoration: none;
  color: #fff;
}
.ce-menu__link:focus {
  outline-offset: -0.25rem;
}

@media (min-width: 48rem) {
  .ce-organigram {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.ce-organigram__item {
  width: 100%;
  max-width: 25rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 0 0 2.5rem 3.25rem;
  border-left: 2px #d2d2d2 solid;
}
@media (min-width: 48rem) {
  .ce-organigram__item {
    border-left: none;
    padding-left: 0;
    width: 10.75rem;
  }
}
@media (min-width: 48rem) {
  .ce-organigram__item {
    width: 22.5rem;
  }
}
.ce-organigram__item:before {
  content: "";
  position: absolute;
  top: calc(6rem / 2 + 1px);
  left: 0;
  width: 3.25rem;
  height: 1px;
  display: block;
  border-top: 2px #d2d2d2 solid;
}
@media (min-width: 48rem) {
  .ce-organigram__item:before {
    top: -3.25rem;
    left: calc(50% + 1px);
    width: 1px;
    height: 3.25rem;
    border-top: none;
    border-left: 2px #d2d2d2 solid;
  }
}
.ce-organigram__item:first-child:after, .ce-organigram__item:last-child:after {
  content: "";
  position: absolute;
  width: 1rem;
  display: block;
  background: #fff;
}
.ce-organigram__item:first-child {
  width: 100%;
  max-width: 25rem;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 48rem) {
  .ce-organigram__item:first-child {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 48rem) {
  .ce-organigram__item:first-child:before {
    top: auto;
    bottom: -2.25rem;
  }
}
.ce-organigram__item:first-child:after {
  top: 1px;
  left: -2px;
  height: 3rem;
}
@media (min-width: 48rem) {
  .ce-organigram__item:first-child:after {
    left: 50%;
    width: 50%;
    height: 1px;
    margin-left: calc(-25% + 2px);
    top: auto;
    bottom: -2.25rem;
    border-top: 2px #d2d2d2 solid;
  }
}
.ce-organigram__item:last-child:after {
  top: calc(6rem / 2 + 3px);
  left: -2px;
  height: calc(100% - 6rem / 2 - 2px);
}

@media (min-width: 48rem) {
  .ce-organigram__item--level-1 p {
    text-align: center;
  }
}

@media (min-width: 48rem) {
  .ce-organigram__item--level-2 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: flex-start;
    position: relative;
    margin-top: calc(5.5rem - 2px);
  }
  .ce-organigram__item--level-2 .ce-organigram__content {
    max-width: 15rem;
  }
}
@media (min-width: 62rem) {
  .ce-organigram__item--level-2 .ce-organigram__content {
    max-width: 22.5rem;
  }
}

.ce-organigram__child {
  position: absolute;
  top: 1rem;
  left: 0;
  font-size: 1.1rem;
  width: 3.25rem;
  display: inline-block;
  text-align: center;
}
@media (min-width: 48rem) {
  .ce-organigram__child {
    top: -2rem;
    left: auto;
    width: auto;
  }
}

@media (min-width: 48rem) {
  .ce-organigram__child--left {
    right: 50%;
    margin-right: 1rem;
  }
}

@media (min-width: 48rem) {
  .ce-organigram__child--right {
    left: 50%;
    margin-left: 1rem;
  }
}

.ce-organigram__figure {
  width: 100%;
  height: 6rem;
  padding: 1rem;
  margin: 0 0 1.5rem 0;
  border: 1px #d2d2d2 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.5rem 0 #d2d2d2;
}
@media (min-width: 48rem) {
  .ce-organigram__figure {
    max-width: 15rem;
  }
}
@media (min-width: 62rem) {
  .ce-organigram__figure {
    max-width: 22.5rem;
    height: 8rem;
  }
}

.ce-organigram__image {
  width: 100%;
  max-width: 10rem;
  height: auto;
  display: inline-block;
}
@media (min-width: 62rem) {
  .ce-organigram__image {
    max-width: 12.5rem;
  }
}

.ce-organigram__content {
  width: 100%;
}
@media (min-width: 48rem) {
  .ce-organigram__content strong {
    max-width: 17.5rem;
    display: inline-block;
  }
}

.ce-overview {
  border: 1px #d2d2d2 solid;
  text-align: initial;
  overflow: hidden;
}

.ce-overview__image {
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 48rem) {
  .ce-overview__image {
    margin-bottom: 0;
  }
}
.ce-overview__image .ce-media {
  height: 100%;
}
.ce-overview__image .ce-media__wrapper {
  width: auto;
  height: 100%;
}
.ce-overview__image .ce-media__image {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: auto;
  height: 105%;
}

.ce-overview__title {
  margin-bottom: 0.25rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.ce-overview__title a {
  color: #4b4b4b;
  text-decoration: none !important;
}
.ce-overview__title a[href^=http] {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%234b4b4b"/%3e%3c/svg%3e');
}
.ce-overview__title a:hover, .ce-overview__title a:focus, .ce-overview__title a:active {
  text-decoration: underline !important;
}

.ce-overview__content {
  position: relative;
  z-index: 20;
  margin-top: -2rem;
  padding: 0 2rem !important;
}
@media (min-width: 48rem) {
  .ce-overview__content {
    margin-top: 0;
  }
}

.ce-overview__item {
  padding: 1rem 0;
  border-top: 1px #d2d2d2 solid;
}
.ce-overview__item:first-child {
  border-top: none;
}

.ce-overview__link,
.ce-overview__bodytext {
  margin: 0;
  padding: 0;
  display: inline;
}

.ce-overview__link a:link, .ce-overview__link a:visited {
  text-decoration: none !important;
}
.ce-overview__link a:hover, .ce-overview__link a:focus, .ce-overview__link a:active {
  text-decoration: underline !important;
}

/*
.ce-overview__bodytext {
    @include media-breakpoint-up(md) {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.ce-overview__bodytext--count-1 {
    @include media-breakpoint-up(md) {
        -webkit-line-clamp: 5;
    }
}

.ce-overview__bodytext--count-2 {
    @include media-breakpoint-up(md) {
        -webkit-line-clamp: 3;
    }
}

.ce-overview__bodytext--count-3,
.ce-overview__bodytext--count-4 {
    @include media-breakpoint-up(md) {
        -webkit-line-clamp: 2;
    }
}

.ce-overview__bodytext--count-5 {
    @include media-breakpoint-up(md) {
        -webkit-line-clamp: 1;
    }
}*/
.ce-quote {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.ce-quote__content {
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .ce-quote__content {
    margin-top: 0;
  }
}
@media (min-width: 48rem) {
  .ce-quote__content > * {
    padding: 0 1.25rem;
  }
}

@media (min-width: 48rem) {
  .ce-quote__content--without-image > * {
    padding: 0;
  }
}

.ce-quote__bodytext {
  font-style: italic;
}
.ce-quote__bodytext:before {
  content: "„";
}
.ce-quote__bodytext:after {
  content: "“";
}

.ce-quote__author {
  margin: 0;
}

.ce-quote__image .ce-media:before, .ce-quote__image .ce-media:after {
  display: none;
}

.ce-teaser-group {
  display: flex;
}

.ce-teaser {
  position: relative;
  text-align: left;
}
.ce-teaser:nth-child(2n+1) {
  margin-bottom: 0.25rem;
}
.ce-teaser:last-child {
  margin-bottom: 0;
}
@media (min-width: 62rem) {
  .ce-teaser {
    margin-bottom: 0 !important;
  }
  .ce-teaser:nth-child(2n+1) {
    border-right: 0.125rem #fff solid;
  }
  .ce-teaser:nth-child(2n+0) {
    border-left: 0.125rem #fff solid;
  }
}

.ce-teaser--layout-1 .ce-teaser__link {
  background: #00b1d5;
}
.ce-teaser--layout-1 .ce-teaser__link:hover, .ce-teaser--layout-1 .ce-teaser__link:active, .ce-teaser--layout-1 .ce-teaser__link:focus {
  background: rgba(0, 177, 213, 0.9);
}
.ce-teaser--layout-1.ce-teaser--has-image .ce-teaser__link {
  background: rgba(0, 177, 213, 0.9);
}
.ce-teaser--layout-1.ce-teaser--has-image .ce-teaser__link:hover, .ce-teaser--layout-1.ce-teaser--has-image .ce-teaser__link:active, .ce-teaser--layout-1.ce-teaser--has-image .ce-teaser__link:focus {
  background: rgba(0, 177, 213, 0.65);
}

.ce-teaser--layout-2 .ce-teaser__link {
  background: #b2ac83;
}
.ce-teaser--layout-2 .ce-teaser__link:hover, .ce-teaser--layout-2 .ce-teaser__link:active, .ce-teaser--layout-2 .ce-teaser__link:focus {
  background: rgba(178, 172, 131, 0.9);
}
.ce-teaser--layout-2.ce-teaser--has-image .ce-teaser__link {
  background: rgba(178, 172, 131, 0.9);
}
.ce-teaser--layout-2.ce-teaser--has-image .ce-teaser__link:hover, .ce-teaser--layout-2.ce-teaser--has-image .ce-teaser__link:active, .ce-teaser--layout-2.ce-teaser--has-image .ce-teaser__link:focus {
  background: rgba(178, 172, 131, 0.65);
}

.ce-teaser__figure {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.ce-teaser__image {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.ce-teaser__headline {
  margin-bottom: 0.75rem;
}
.ce-teaser__headline:after {
  display: none;
}

.ce-teaser__headline {
  padding-block-start: 2rem !important;
  padding-inline: 1rem !important;
}

.ce-teaser__bodytext {
  padding-block-end: 2rem !important;
}

.ce-teaser__bodytext,
.ce-teaser__headline {
  padding-inline: 1rem !important;
}
@media (min-width: 36rem) {
  .ce-teaser__bodytext,
  .ce-teaser__headline {
    padding-inline: 75px !important;
  }
}
@media (min-width: 62rem) {
  .ce-teaser__bodytext,
  .ce-teaser__headline {
    padding-inline: 100px !important;
  }
}

.ce-teaser__link {
  transition: background 0.25s linear;
  display: block;
  color: #fff;
  height: 100%;
}
.ce-teaser__link:hover, .ce-teaser__link:active, .ce-teaser__link:focus {
  text-decoration: none;
  color: #fff;
}
.ce-teaser__link:hover .ce-teaser__figure, .ce-teaser__link:active .ce-teaser__figure, .ce-teaser__link:focus .ce-teaser__figure {
  opacity: 0.9;
}
.ce-teaser__link:focus {
  outline-offset: -0.25rem;
}

.ce-texticon-group--layout-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ce-texticon {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ce-texticon:first-child {
  padding-top: 0;
}
.ce-texticon:last-child {
  padding-bottom: 0;
}
@media (min-width: 62rem) {
  .ce-texticon {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ce-texticon--layout-1 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.ce-texticon__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ce-texticon__header--layout-1 {
  flex-direction: column;
  margin-bottom: 1rem;
}

.ce-texticon__header,
.ce-texticon__bodytext {
  max-width: 15rem;
}

.ce-texticon__icon svg {
  width: auto;
  height: 2.5rem;
}

.ce-texticon__headline {
  margin: 0 0 0 0.75rem;
}
.ce-texticon__headline:after {
  display: none;
}

.ce-texticon__headline--layout-1 {
  text-align: center;
  margin-top: 1rem;
  margin-left: 0;
  font-size: 1rem;
  font-family: Thesans semi bold, Arial, Helvetica, sans-serif;
}

.ce-texticon__bodytext {
  text-align: center;
  font-size: 1.1rem;
}

.ce-textmedia {
  text-align: initial;
}

.ce-textmedia__media {
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .ce-textmedia__media {
    margin-bottom: 0;
  }
}

@media (min-width: 48rem) {
  .frame--type-textmedia .ce-textmedia__text--right {
    padding-left: 2rem;
  }
}
@media (min-width: 48rem) {
  .frame--type-textmedia .ce-textmedia__text--left {
    padding-right: 2rem;
  }
}
.frame--type-textmedia.frame--layout-1 .ce-textmedia__text--right,
.frame--type-textmedia.frame--layout-1 .ce-textmedia__text--left {
  padding: 0 1rem 1rem 1rem;
}
@media (min-width: 36rem) {
  .frame--type-textmedia.frame--layout-1 .ce-textmedia__text--right,
  .frame--type-textmedia.frame--layout-1 .ce-textmedia__text--left {
    padding: 0 2rem 2rem 2rem;
  }
}
@media (min-width: 48rem) {
  .frame--type-textmedia.frame--layout-1 .ce-textmedia__text--right,
  .frame--type-textmedia.frame--layout-1 .ce-textmedia__text--left {
    padding: 2rem;
  }
}

.form fieldset {
  border: 0;
  padding: 0;
  margin: 3rem 0 0 0;
}
.form fieldset:first-child {
  margin-top: 0;
}
.form > div + fieldset {
  margin-top: 0;
}
.form legend {
  margin: 0;
  padding: 0;
}

.form--newsletter-subscribe,
.form--newsletter-unsubscribe {
  width: 100%;
}
@media (min-width: 48rem) {
  .form--newsletter-subscribe,
  .form--newsletter-unsubscribe {
    width: 75%;
  }
}
@media (min-width: 62rem) {
  .form--newsletter-subscribe,
  .form--newsletter-unsubscribe {
    width: 66%;
  }
}
@media (min-width: 75rem) {
  .form--newsletter-subscribe,
  .form--newsletter-unsubscribe {
    width: 50%;
  }
}
.form--newsletter-subscribe h2,
.form--newsletter-unsubscribe h2 {
  font-size: 1.2rem;
  text-align: left !important;
  font-weight: bold;
  margin: 0 0 1.25rem 0;
}
.form--newsletter-subscribe h2:after,
.form--newsletter-unsubscribe h2:after {
  display: none;
}

.form--newsletter-subscribe .form__field-item:nth-last-child(2) > div {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.form--newsletter-subscribe .form__field-item:nth-last-child(2) > div > div {
  padding: 100px 0 0 0 !important;
}
@media (min-width: 36rem) {
  .form--newsletter-subscribe .form__field-item:nth-last-child(2) > div > div {
    padding-top: 0 !important;
    padding-left: calc(33.3333% + 0.4rem) !important;
  }
  .form--newsletter-subscribe .form__field-item:nth-last-child(2) > div > div img {
    width: 20% !important;
  }
}
@media (min-width: 62rem) {
  .form--newsletter-subscribe .form__field-item:nth-last-child(2) > div > div {
    padding-left: calc(25% + 0.4rem) !important;
  }
  .form--newsletter-subscribe .form__field-item:nth-last-child(2) > div > div img {
    width: 15% !important;
  }
}
.form--newsletter-subscribe .form__field-item:nth-last-child(1) > div {
  margin-top: 1rem;
}

.honeypot {
  margin-left: -99999px;
  position: absolute;
}

.form-navigation {
  margin-top: 3rem;
}

.form-element-text,
.form-element-select {
  align-items: center;
}

.form-check-wrapping-label {
  position: relative;
}

.form__field-item {
  margin-top: 1rem;
}

.form-element,
.form__wrapper-field {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 55rem;
}
.form-element .frame,
.form__wrapper-field .frame {
  margin-top: 1rem !important;
}
.form-element.checkbox-inline,
.form__wrapper-field.checkbox-inline {
  margin-top: 1.5rem;
}
.form-element.checkbox-inline label,
.form-element .form__field--radio label,
.form-element .form__field--checkbox label,
.form-element .form-element-check label,
.form-element > .col-12 > span:not(.mandatory) label,
.form__wrapper-field.checkbox-inline label,
.form__wrapper-field .form__field--radio label,
.form__wrapper-field .form__field--checkbox label,
.form__wrapper-field .form-element-check label,
.form__wrapper-field > .col-12 > span:not(.mandatory) label {
  cursor: pointer;
  position: relative;
  padding-top: 0;
  padding-left: 2rem;
  display: inline-block;
}
.form-element.checkbox-inline label:before, .form-element.checkbox-inline label:after,
.form-element .form__field--radio label:before,
.form-element .form__field--radio label:after,
.form-element .form__field--checkbox label:before,
.form-element .form__field--checkbox label:after,
.form-element .form-element-check label:before,
.form-element .form-element-check label:after,
.form-element > .col-12 > span:not(.mandatory) label:before,
.form-element > .col-12 > span:not(.mandatory) label:after,
.form__wrapper-field.checkbox-inline label:before,
.form__wrapper-field.checkbox-inline label:after,
.form__wrapper-field .form__field--radio label:before,
.form__wrapper-field .form__field--radio label:after,
.form__wrapper-field .form__field--checkbox label:before,
.form__wrapper-field .form__field--checkbox label:after,
.form__wrapper-field .form-element-check label:before,
.form__wrapper-field .form-element-check label:after,
.form__wrapper-field > .col-12 > span:not(.mandatory) label:before,
.form__wrapper-field > .col-12 > span:not(.mandatory) label:after {
  position: absolute;
  display: inline-block;
  border-radius: 3px;
  content: "";
}
.form-element.checkbox-inline label:before,
.form-element .form__field--radio label:before,
.form-element .form__field--checkbox label:before,
.form-element .form-element-check label:before,
.form-element > .col-12 > span:not(.mandatory) label:before,
.form__wrapper-field.checkbox-inline label:before,
.form__wrapper-field .form__field--radio label:before,
.form__wrapper-field .form__field--checkbox label:before,
.form__wrapper-field .form-element-check label:before,
.form__wrapper-field > .col-12 > span:not(.mandatory) label:before {
  left: 0;
  top: 0.1rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px #d2d2d2 solid;
}
.form-element.checkbox-inline label:after,
.form-element .form__field--radio label:after,
.form-element .form__field--checkbox label:after,
.form-element .form-element-check label:after,
.form-element > .col-12 > span:not(.mandatory) label:after,
.form__wrapper-field.checkbox-inline label:after,
.form__wrapper-field .form__field--radio label:after,
.form__wrapper-field .form__field--checkbox label:after,
.form__wrapper-field .form-element-check label:after,
.form__wrapper-field > .col-12 > span:not(.mandatory) label:after {
  transition: background 0.25s linear;
  left: 0.25rem;
  top: 0.35rem;
  width: 0.75rem;
  height: 0.75rem;
  background: none;
}
.form-element .required,
.form__wrapper-field .required {
  margin-top: 0 !important;
  display: inline !important;
}
.form-element > .col-12 > span:not(.required),
.form-element > .col-12 > span:not(.mandatory),
.form__wrapper-field > .col-12 > span:not(.required),
.form__wrapper-field > .col-12 > span:not(.mandatory) {
  margin-top: 0.4rem;
  display: block;
}
.form-element .form__field--radio label:before, .form-element .form__field--radio label:after,
.form__wrapper-field .form__field--radio label:before,
.form__wrapper-field .form__field--radio label:after {
  border-radius: 50%;
}
.form-element label,
.form__wrapper-field label {
  width: 100%;
  display: block;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  text-align: left;
}
@media (min-width: 48rem) {
  .form-element label,
  .form__wrapper-field label {
    width: 25%;
  }
}
.form-element input[type=text],
.form-element input[type=email],
.form-element select,
.form-element textarea,
.form__wrapper-field input[type=text],
.form__wrapper-field input[type=email],
.form__wrapper-field select,
.form__wrapper-field textarea {
  padding: 0.5rem 0.75rem !important;
  border-radius: 3px !important;
  border: 1px #d2d2d2 solid !important;
  width: 100%;
  line-height: 175%;
}
@media (min-width: 48rem) {
  .form-element input[type=text],
  .form-element input[type=email],
  .form-element select,
  .form-element textarea,
  .form__wrapper-field input[type=text],
  .form__wrapper-field input[type=email],
  .form__wrapper-field select,
  .form__wrapper-field textarea {
    width: 75%;
  }
}
.form-element input[type=radio],
.form-element input[type=checkbox],
.form__wrapper-field input[type=radio],
.form__wrapper-field input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0.15rem;
  appearance: none;
  -webkit-appearance: none;
}
.form-element input[type=radio]:checked + label:after,
.form-element input[type=checkbox]:checked + label:after,
.form__wrapper-field input[type=radio]:checked + label:after,
.form__wrapper-field input[type=checkbox]:checked + label:after {
  background: #00b1d5 !important;
}
.form-element input[type=radio]:focus ~ label:after,
.form-element input[type=checkbox]:focus ~ label:after,
.form__wrapper-field input[type=radio]:focus ~ label:after,
.form__wrapper-field input[type=checkbox]:focus ~ label:after {
  border: 1px blue solid;
}
.form-element input[type=radio] + label,
.form-element input[type=checkbox] + label,
.form__wrapper-field input[type=radio] + label,
.form__wrapper-field input[type=checkbox] + label {
  width: 100%;
}
.form-element input[type=submit],
.form__wrapper-field input[type=submit] {
  border: none;
  background-image: none !important;
}
.form-element button,
.form__wrapper-field button {
  transition: color 0.25s linear, background-color 0.25s linear;
  color: #fff !important;
  background: #00b1d5 !important;
  width: 11.875rem !important;
  min-height: 2.6rem !important;
  display: inline-block !important;
  border-radius: 3px !important;
  padding: 0.5rem !important;
  margin: 0 0 0.75rem 0 !important;
}
.form-element button:active, .form-element button:focus, .form-element button:hover,
.form__wrapper-field button:active,
.form__wrapper-field button:focus,
.form__wrapper-field button:hover {
  background: rgb(0, 134.6197183099, 162) !important;
  color: #fff !important;
}

.form--epxsponsorchip-territory .form__wrapper-field {
  margin-top: 0;
}
.form--epxsponsorchip-territory .form__field-item input[type=text],
.form--epxsponsorchip-territory .form__field-item input[type=email],
.form--epxsponsorchip-territory .form__field-item select,
.form--epxsponsorchip-territory .form__field-item textarea {
  max-width: 10rem;
}
.form--epxsponsorchip-territory .form__label {
  display: flex;
  align-items: center;
}

/**
 * Upload
 */
.form__upload-input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form__upload-button {
  width: auto;
  max-width: 45rem;
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 2.5rem !important;
  border: 1px #d2d2d2 solid;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 36rem) {
  .form__upload-button {
    display: flex;
    padding-bottom: 0 !important;
  }
}

.form__upload-button-file,
.form__upload-button-label {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  border-radius: 0;
}
@media (min-width: 36rem) {
  .form__upload-button-file,
  .form__upload-button-label {
    width: 50%;
  }
}

.form__upload-button-file {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form__upload-button-label {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  margin-left: 0 !important;
}
@media (min-width: 36rem) {
  .form__upload-button-label {
    left: auto;
    right: 0;
  }
}

.form__field-item .ce-form__label {
  display: flex;
  align-items: center;
}

/**
 * Error
 */
.form__field-item input.form__field--error[type=text] {
  border-color: #d00 !important;
}

.form-element.is-invalid select,
.form-element.is-invalid input,
.form-element.is-invalid textarea,
.form-element.is-invalid .form-check-label:before {
  border-color: #d00 !important;
}
.form-element .invalid-feedback {
  color: #d00;
  display: block;
  width: 100%;
}
@media (min-width: 48rem) {
  .form-element .invalid-feedback {
    padding-left: 25%;
  }
}

.form-element-check .invalid-feedback {
  padding-left: 0;
}

.frame {
  margin-top: 5rem;
}

.footer-address > .frame:first-child,
.footer-contact > .frame:first-child,
.main__content > .frame:first-child,
.tx-news-detail > .frame:first-child {
  margin-top: 0;
}

.easy-language-1 .main__content p:not([class]),
.easy-language-1 .main__content ul:not([class]),
.easy-language-1 .main__content ol:not([class]) {
  font-size: 1.25rem;
  line-height: 150%;
}

.main__content > a:first-child + .frame {
  margin-top: 0;
}

.frame--type-epxbase_teaser:last-child {
  margin-bottom: -4.75rem;
}

.frame--space-before-small {
  margin-top: 1.5rem;
}

.main__content > .frame--layout-list-epxsponsorship_territory,
.main__content > .frame--type-epxbase_quote,
.main__content > .frame--type-epxbase_teaser,
.main__content > .frame--type-epxbase_headericon,
.main__content > .frame--type-epxbase_texticon,
.tx-news-detail > .frame--layout-list-epxsponsorship_territory,
.tx-news-detail > .frame--type-epxbase_quote,
.tx-news-detail > .frame--type-epxbase_teaser,
.tx-news-detail > .frame--type-epxbase_headericon,
.tx-news-detail > .frame--type-epxbase_texticon {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 36rem) {
  .main__content > .frame--layout-list-epxsponsorship_territory,
  .main__content > .frame--type-epxbase_quote,
  .main__content > .frame--type-epxbase_teaser,
  .main__content > .frame--type-epxbase_headericon,
  .main__content > .frame--type-epxbase_texticon,
  .tx-news-detail > .frame--layout-list-epxsponsorship_territory,
  .tx-news-detail > .frame--type-epxbase_quote,
  .tx-news-detail > .frame--type-epxbase_teaser,
  .tx-news-detail > .frame--type-epxbase_headericon,
  .tx-news-detail > .frame--type-epxbase_texticon {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media (min-width: 62rem) {
  .main__content > .frame--layout-list-epxsponsorship_territory,
  .main__content > .frame--type-epxbase_quote,
  .main__content > .frame--type-epxbase_teaser,
  .main__content > .frame--type-epxbase_headericon,
  .main__content > .frame--type-epxbase_texticon,
  .tx-news-detail > .frame--layout-list-epxsponsorship_territory,
  .tx-news-detail > .frame--type-epxbase_quote,
  .tx-news-detail > .frame--type-epxbase_teaser,
  .tx-news-detail > .frame--type-epxbase_headericon,
  .tx-news-detail > .frame--type-epxbase_texticon {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.main__content > .frame--layout-list-epxsponsorship_territory,
.main__content > .frame--type-epxbase_quote,
.main__content > .frame--type-epxbase_headericon,
.main__content > .frame--type-epxbase_texticon,
.tx-news-detail > .frame--layout-list-epxsponsorship_territory,
.tx-news-detail > .frame--type-epxbase_quote,
.tx-news-detail > .frame--type-epxbase_headericon,
.tx-news-detail > .frame--type-epxbase_texticon {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 36rem) {
  .main__content > .frame--layout-list-epxsponsorship_territory,
  .main__content > .frame--type-epxbase_quote,
  .main__content > .frame--type-epxbase_headericon,
  .main__content > .frame--type-epxbase_texticon,
  .tx-news-detail > .frame--layout-list-epxsponsorship_territory,
  .tx-news-detail > .frame--type-epxbase_quote,
  .tx-news-detail > .frame--type-epxbase_headericon,
  .tx-news-detail > .frame--type-epxbase_texticon {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 62rem) {
  .main__content > .frame--layout-list-epxsponsorship_territory,
  .main__content > .frame--type-epxbase_quote,
  .main__content > .frame--type-epxbase_headericon,
  .main__content > .frame--type-epxbase_texticon,
  .tx-news-detail > .frame--layout-list-epxsponsorship_territory,
  .tx-news-detail > .frame--type-epxbase_quote,
  .tx-news-detail > .frame--type-epxbase_headericon,
  .tx-news-detail > .frame--type-epxbase_texticon {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.main__content > .frame--layout-list-epxsponsorship_territory,
.main__content > .frame--type-epxbase_headericon.frame--layout-1,
.main__content > .frame--type-epxbase_texticon.frame--layout-1,
.main__content > .frame--type-epxbase_quote,
.tx-news-detail > .frame--layout-list-epxsponsorship_territory,
.tx-news-detail > .frame--type-epxbase_headericon.frame--layout-1,
.tx-news-detail > .frame--type-epxbase_texticon.frame--layout-1,
.tx-news-detail > .frame--type-epxbase_quote {
  background: #f9f9f9;
}
.main__content > .frame--type-text.frame--layout-1,
.main__content > .frame--type-text.frame--layout-2,
.tx-news-detail > .frame--type-text.frame--layout-1,
.tx-news-detail > .frame--type-text.frame--layout-2 {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.main__content > .frame--type-text.frame--layout-1:before,
.main__content > .frame--type-text.frame--layout-2:before,
.tx-news-detail > .frame--type-text.frame--layout-1:before,
.tx-news-detail > .frame--type-text.frame--layout-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1rem;
  width: calc(100% + 2rem);
  height: 100%;
}
@media (min-width: 36rem) {
  .main__content > .frame--type-text.frame--layout-1:before,
  .main__content > .frame--type-text.frame--layout-2:before,
  .tx-news-detail > .frame--type-text.frame--layout-1:before,
  .tx-news-detail > .frame--type-text.frame--layout-2:before {
    left: -75px;
    width: calc(100% + 150px);
  }
}
@media (min-width: 62rem) {
  .main__content > .frame--type-text.frame--layout-1:before,
  .main__content > .frame--type-text.frame--layout-2:before,
  .tx-news-detail > .frame--type-text.frame--layout-1:before,
  .tx-news-detail > .frame--type-text.frame--layout-2:before {
    left: -100px;
    width: calc(100% + 200px);
  }
}
.main__content > .frame--type-text.frame--layout-1:before,
.tx-news-detail > .frame--type-text.frame--layout-1:before {
  background: #f9f9f9;
}
.main__content > .frame--type-text.frame--layout-2,
.tx-news-detail > .frame--type-text.frame--layout-2 {
  color: #fff;
}
.main__content > .frame--type-text.frame--layout-2:before,
.tx-news-detail > .frame--type-text.frame--layout-2:before {
  background: #00b1d5;
}
.main__content > .frame--type-text.frame--layout-2 a,
.tx-news-detail > .frame--type-text.frame--layout-2 a {
  color: #4b4b4b;
}
.main__content > .frame--type-text.frame--layout-2 a:hover, .main__content > .frame--type-text.frame--layout-2 a:focus, .main__content > .frame--type-text.frame--layout-2 a:active,
.tx-news-detail > .frame--type-text.frame--layout-2 a:hover,
.tx-news-detail > .frame--type-text.frame--layout-2 a:focus,
.tx-news-detail > .frame--type-text.frame--layout-2 a:active {
  color: #4b4b4b;
}
.main__content > .frame--type-text.frame--layout-2 ul li:before,
.tx-news-detail > .frame--type-text.frame--layout-2 ul li:before {
  background: #fff;
}
.main__content > .frame--type-text.frame--layout-2 .button--primary,
.tx-news-detail > .frame--type-text.frame--layout-2 .button--primary {
  color: #00b1d5;
  background: #fff;
}
.main__content > .frame--type-text.frame--layout-2 .button--primary:hover, .main__content > .frame--type-text.frame--layout-2 .button--primary:focus, .main__content > .frame--type-text.frame--layout-2 .button--primary:active,
.tx-news-detail > .frame--type-text.frame--layout-2 .button--primary:hover,
.tx-news-detail > .frame--type-text.frame--layout-2 .button--primary:focus,
.tx-news-detail > .frame--type-text.frame--layout-2 .button--primary:active {
  color: rgb(0, 134.6197183099, 162);
  background: rgb(229.5, 229.5, 229.5);
}
.main__content > .frame--type-epxbase_headericon + .frame--type-epxbase_teaser,
.main__content > .frame--type-epxbase_texticon + .frame--type-epxbase_teaser,
.tx-news-detail > .frame--type-epxbase_headericon + .frame--type-epxbase_teaser,
.tx-news-detail > .frame--type-epxbase_texticon + .frame--type-epxbase_teaser {
  margin-top: 0;
}
.main__content > .frame--type-textmedia.frame--layout-1,
.tx-news-detail > .frame--type-textmedia.frame--layout-1 {
  border: 1px #d2d2d2 solid;
}
.main__content > .frame--type-epxbase_overview + .frame--type-epxbase_overview,
.tx-news-detail > .frame--type-epxbase_overview + .frame--type-epxbase_overview {
  margin-top: 0.25rem;
}

.pagination {
  margin: 2rem 0 0 0;
  padding: 0;
  width: 100%;
}

.pagination__list {
  margin: 0 0 0 -0.25rem !important;
  padding: 0 !important;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: baseline;
}

.pagination__item {
  margin: 0 0.25rem;
  padding: 0;
}
.pagination__item:before {
  display: none !important;
}

.pagination__link {
  transition: border-color 0.25s linear;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px #d2d2d2 solid;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4b4b4b;
}
.pagination__link:hover, .pagination__link:focus, .pagination__link:active {
  color: #4b4b4b;
  text-decoration: none;
  border-color: #00b1d5;
}

.pagination__link--is-active {
  font-family: Thesans plain, Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-color: #00b1d5;
}

.pagination__text {
  display: none;
}

.pagination__icon {
  fill: #4b4b4b;
  width: 0.75rem;
  height: 0.75rem;
}

.pagination__icon--previous {
  transform: rotate(90deg);
}

.pagination__icon--next {
  transform: rotate(-90deg);
}

.frame--layout-list-epxsponsorship_territory {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.epx-sponsorship__result-info {
  font-weight: bold;
}

.tx-indexedsearch__form {
  display: none;
}

.tx-indexedsearch__info-sword {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tx-indexedsearch__headline a {
  text-decoration: none;
  color: #4b4b4b;
}

.tx-indexedsearch__result:nth-child(odd) {
  background: #f9f9f9;
}

.tx-indexedsearch__description {
  color: #4b4b4b;
}

.tx-indexedsearch__link {
  padding: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #4b4b4b;
}
@media (min-width: 36rem) {
  .tx-indexedsearch__link {
    padding: 2rem;
  }
}
.tx-indexedsearch__link:hover, .tx-indexedsearch__link:focus, .tx-indexedsearch__link:active {
  text-decoration: none;
}
.tx-indexedsearch__link:hover .tx-indexedsearch__description, .tx-indexedsearch__link:focus .tx-indexedsearch__description, .tx-indexedsearch__link:active .tx-indexedsearch__description {
  color: #4b4b4b;
}

.tx-news-detail__headline {
  margin-top: 0.5rem;
}

.tx-news-detail__date {
  font-size: 1.1rem;
}

.tx-news-detail__description {
  margin-bottom: 3rem;
}

.tx-news-detail__content .ce-media {
  margin: 0 0 2rem 0;
}
.tx-news-detail__content .ce-media:before, .tx-news-detail__content .ce-media:after {
  display: none;
}
@media (min-width: 48rem) {
  .tx-news-detail__content .ce-media {
    width: 50%;
    float: right;
    margin: 0 0 1.5rem 1.5rem;
  }
}

.tx-news-detail__author,
.tx-news-detail__publisher,
.tx-news-detail__image--schema-org {
  display: none;
}

.tx-news-list-default__item {
  padding: 1rem;
}
@media (min-width: 36rem) {
  .tx-news-list-default__item {
    padding: 2rem;
  }
}
.tx-news-list-default__item:nth-child(odd) {
  background: #f9f9f9;
}

.tx-news-list-default__date {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #4b4b4b;
  display: block;
}

.tx-news-list-default__link {
  margin: 0;
  padding: 0;
  font-family: Thesans semi bold, Arial, Helvetica, sans-serif;
  color: #4b4b4b;
  display: inline;
}
.tx-news-list-default__link:hover, .tx-news-list-default__link:focus, .tx-news-list-default__link:active {
  text-decoration: none;
}
.tx-news-list-default__link:hover[href^=http], .tx-news-list-default__link:focus[href^=http], .tx-news-list-default__link:active[href^=http] {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%2300b1d5" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%2300b1d5"/%3e%3c/svg%3e');
}
.tx-news-list-default__link[href^=http] {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%234b4b4b"/%3e%3c/svg%3e');
}

.tx-news-list-teaser {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.tx-news-list-teaser__item {
  position: relative;
  padding: 0 0.125rem;
  text-align: left;
  margin-top: 1.5rem;
}
.tx-news-list-teaser__item:first-child {
  margin-top: 0;
}
.tx-news-list-teaser__item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: 100%;
  display: block;
  background: #f9f9f9;
}
@media (min-width: 48rem) {
  .tx-news-list-teaser__item {
    margin-top: 0;
  }
}

.tx-news-list-teaser__figure {
  margin: 0;
  aspect-ratio: 16/9;
}
.tx-news-list-teaser__figure a {
  background: none;
  padding: 0;
  display: inline;
}

.tx-news-list-teaser__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.tx-news-list-teaser__main {
  padding: 0.75rem 1rem;
  text-align: left;
}

.tx-news-list-teaser__meta {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.tx-news-list-teaser__date {
  margin: 0;
  padding: 0;
}

.tx-news-list-teaser__category {
  display: inline-block;
  padding-left: 0.75rem;
  margin-left: 0.5rem;
  position: relative;
}
.tx-news-list-teaser__category:before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  border-left: 1px #d2d2d2 solid;
  width: 1px;
  height: 1.1rem;
}

.tx-news-list-teaser__link {
  color: #4b4b4b;
}
.tx-news-list-teaser__link:hover, .tx-news-list-teaser__link:focus, .tx-news-list-teaser__link:active {
  color: #4b4b4b;
}
.tx-news-list-teaser__link[href^=http] {
  display: inline;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="17" viewBox="0 0 16 17" fill="%234b4b4b" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M9.20001 2.69998C9.20001 3.03248 9.46751 3.29998 9.80001 3.29998H12.3525L6.77501 8.87498C6.54001 9.10998 6.54001 9.48998 6.77501 9.72248C7.01001 9.95498 7.39001 9.95748 7.62251 9.72248L13.1975 4.14748L13.2 6.69998C13.2 7.03248 13.4675 7.29998 13.8 7.29998C14.1325 7.29998 14.4 7.03248 14.4 6.69998V2.69998C14.4 2.36748 14.1325 2.09998 13.8 2.09998H9.80001C9.46751 2.09998 9.20001 2.36748 9.20001 2.69998ZM3.40001 2.89998C2.40501 2.89998 1.60001 3.70498 1.60001 4.69998V13.1C1.60001 14.095 2.40501 14.9 3.40001 14.9H11.8C12.795 14.9 13.6 14.095 13.6 13.1V9.89998C13.6 9.56748 13.3325 9.29998 13 9.29998C12.6675 9.29998 12.4 9.56748 12.4 9.89998V13.1C12.4 13.4325 12.1325 13.7 11.8 13.7H3.40001C3.06751 13.7 2.80001 13.4325 2.80001 13.1V4.69998C2.80001 4.36748 3.06751 4.09998 3.40001 4.09998H6.60001C6.93251 4.09998 7.20001 3.83248 7.20001 3.49998C7.20001 3.16748 6.93251 2.89998 6.60001 2.89998H3.40001Z" fill="%234b4b4b"/%3e%3c/svg%3e');
}

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