:root {
  --font-base:    Barlow, "Segoe UI", Arial, sans-serif;
  /* 300(normal), 400(normal, italic), 500(normal), 600(normal), 700(normal, italic), 800(normal)*/
  --color-grey:       #7c7c7b;
  --color-dark-grey:  #494948;
  --color-light-grey: #f3f3f3;
  --color-black:      #000000;
  --color-blue:       #0059a3;
  --color-blue-light: #307bba;
  --color-blue-dark:  #003d70;
  --color-white:      #ffffff;
  --color-yellow:     #ffde00;
  --text-margin-vertical: 1.2em;
}

/* ! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x:    0;
  --tw-translate-y:    0;
  --tw-rotate:    0;
  --tw-skew-x:    0;
  --tw-skew-y:    0;
  --tw-scale-x:    1;
  --tw-scale-y:    1;
  --tw-pan-x:     ;
  --tw-pan-y:     ;
  --tw-pinch-zoom:     ;
  --tw-scroll-snap-strictness:    proximity;
  --tw-ordinal:     ;
  --tw-slashed-zero:     ;
  --tw-numeric-figure:     ;
  --tw-numeric-spacing:     ;
  --tw-numeric-fraction:     ;
  --tw-ring-inset:     ;
  --tw-ring-offset-width:    0px;
  --tw-ring-offset-color:    #fff;
  --tw-ring-color:    rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:    0 0 #0000;
  --tw-ring-shadow:    0 0 #0000;
  --tw-shadow:    0 0 #0000;
  --tw-shadow-colored:    0 0 #0000;
  --tw-blur:     ;
  --tw-brightness:     ;
  --tw-contrast:     ;
  --tw-grayscale:     ;
  --tw-hue-rotate:     ;
  --tw-invert:     ;
  --tw-saturate:     ;
  --tw-sepia:     ;
  --tw-drop-shadow:     ;
  --tw-backdrop-blur:     ;
  --tw-backdrop-brightness:     ;
  --tw-backdrop-contrast:     ;
  --tw-backdrop-grayscale:     ;
  --tw-backdrop-hue-rotate:     ;
  --tw-backdrop-invert:     ;
  --tw-backdrop-opacity:     ;
  --tw-backdrop-saturate:     ;
  --tw-backdrop-sepia:     ;
}

/*!
Name: uikit.css
Version: 1.0
Author: Robert Menghini
*/

/* ========================================================================
   Component: Icon
 ========================================================================== */

/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */

.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */

button.uk-icon:not(:disabled) {
  cursor: pointer;
}

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

.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */

.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */

.uk-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */

/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */

.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: none;
}

/* Style modifiers
 ========================================================================== */

/*
 * Link
 * 1. Allow text within link
 */

.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important;
}

.uk-icon-link:hover {
  color: #666;
}

/* OnClick + Active */

.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */

.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover */

.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}

/* OnClick + Active */

.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */

/*
 * Adopts `uk-icon`
 */

/* SVG
 ========================================================================== */

.uk-spinner > * {
  -webkit-animation: uk-spinner-rotate 1.4s linear infinite;
          animation: uk-spinner-rotate 1.4s linear infinite;
}

@-webkit-keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

/*
 * Circle
 */

.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  -webkit-animation: uk-spinner-dash 1.4s ease-in-out infinite;
          animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@-webkit-keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */

/*
 * 1. Prevent tab highlighting on iOS.
 */

.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */

/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 * 5. Disable horizontal panning gestures
 */

.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
  /* 5 */
  touch-action: pan-y;
}

/* Item
 ========================================================================== */

/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */

.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
}

/*
 * Hide not active items
 */

.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */

/*
 * 1. Prevent tab highlighting on iOS.
 */

.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */

/*
 * Clip child elements
 */

.uk-slider-container {
  overflow: hidden;
}

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */

.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

/* Items
 ========================================================================== */

/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 * 3. Disable horizontal panning gestures
 */

.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */

.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */

/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 */

.uk-slider-items > * {
  /* 1 */
  flex: none;
  max-width: 100%;
  /* 3 */
  position: relative;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */

.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

/* Show */

.uk-tooltip.uk-active {
  display: block;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */

/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */

.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */

.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */

.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */

/*
 * Default
 */

/* Horizontal */

.uk-grid {
  margin-left: -1.5rem;
}

.uk-grid > * {
  padding-left: 1.5rem;
}

/* Vertical */

.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 1.5rem;
}

/* Desktop and bigger */

@media (min-width: 992px) {
  /* Horizontal */

  .uk-grid {
    margin-left: -2rem;
  }

  .uk-grid > * {
    padding-left: 2rem;
  }

  /* Vertical */

  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 2rem;
  }
}

/*
 * Small
 */

/* Horizontal */

.uk-grid-small,
.uk-grid-column-small {
  margin-left: -1.25rem;
}

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 1.25rem;
}

/* Vertical */

.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 1.25rem;
}

/*
 * Medium
 */

/* Horizontal */

.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -1.5rem;
}

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 1.5rem;
}

/* Vertical */

.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 1.5rem;
}

/*
 * Large
 */

/* Horizontal */

.uk-grid-large,
.uk-grid-column-large {
  margin-left: -2rem;
}

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 2rem;
}

/* Vertical */

.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 2rem;
}

/* Desktop and bigger */

@media (min-width: 992px) {
  /* Horizontal */

  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -3.75rem;
  }

  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 3.75rem;
  }

  /* Vertical */

  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 3.75rem;
  }
}

/*
 * Collapse
 */

/* Horizontal */

.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0;
}

/* Vertical */

.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */

.uk-grid-divider > * {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */

/* Horizontal */

.uk-grid-divider {
  margin-left: -3rem;
}

.uk-grid-divider > * {
  padding-left: 3rem;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 1.5rem;
}

/* Vertical */

.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 3rem;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -1.5rem;
  left: 3rem;
}

/* Desktop and bigger */

@media (min-width: 992px) {
  /* Horizontal */

  .uk-grid-divider {
    margin-left: -4rem;
  }

  .uk-grid-divider > * {
    padding-left: 4rem;
  }

  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 2rem;
  }

  /* Vertical */

  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 4rem;
  }

  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -2rem;
    left: 4rem;
  }
}

/*
 * Small
 */

/* Horizontal */

.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -2.5rem;
}

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 2.5rem;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 1.25rem;
}

/* Vertical */

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 2.5rem;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -1.25rem;
  left: 2.5rem;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -1.25rem;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 2.5rem;
}

/*
 * Medium
 */

/* Horizontal */

.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -3rem;
}

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 3rem;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 1.5rem;
}

/* Vertical */

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 3rem;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -1.5rem;
  left: 3rem;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -1.5rem;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 3rem;
}

/*
 * Large
 */

/* Horizontal */

.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -4rem;
}

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 4rem;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 2rem;
}

/* Vertical */

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 4rem;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -2rem;
  left: 4rem;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -2rem;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 4rem;
}

/* Desktop and bigger */

@media (min-width: 992px) {
  /* Horizontal */

  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -7.5rem;
  }

  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 7.5rem;
  }

  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 3.75rem;
  }

  /* Vertical */

  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 7.5rem;
  }

  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -3.75rem;
    left: 7.5rem;
  }

  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -3.75rem;
  }

  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 7.5rem;
  }
}

/* Match child of a grid cell
 ========================================================================== */

/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */

.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */

/*
 * Adopts `uk-icon`
 */

.uk-slidenav {
  padding: 5px 10px;
  color: var(--color-white);
  transition: color 0.1s ease-in-out;
}

/* Hover */

.uk-slidenav:hover {
  color: var(--color-blue);
}

/* OnClick */

.uk-slidenav:active {
  color: var(--color-blue);
}

/* Icon modifier
 ========================================================================== */

/*
 * Previous
 */

/*
 * Next
 */

/* Size modifier
 ========================================================================== */

.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */

.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */

.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */

.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 10px;
}

/* Items
 ========================================================================== */

/*
 * Items
 * 1. Hide text if present
 */

.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: rgba(0, 89, 163, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Hover */

.uk-dotnav > * > :hover {
  background-color: rgba(0, 89, 163, 0.6);
}

/* OnClick */

.uk-dotnav > * > :active {
  background-color: rgba(0, 89, 163, 0.2);
}

/* Active */

.uk-dotnav > .uk-active > * {
  background-color: #0059a3;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}

/* 2 */

.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

/* ========================================================================
   Component: Lightbox
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */

.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */

.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/*
 * Focus
 */

.uk-lightbox :focus {
  outline-color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}

/* Page
 ========================================================================== */

/*
 * Prevent scrollbars
 */

.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */

/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 */

.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}

/* 5 */

.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.uk-lightbox-items > .uk-active {
  display: flex;
}

/* Toolbar
 ========================================================================== */

.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */

.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */

.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */

/*
 * 1. Center icon vertically and horizontally
 */

.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover */

.uk-lightbox-button:hover {
  color: #fff;
}

/* OnClick */

/* Caption
 ========================================================================== */

.uk-lightbox-caption:empty {
  display: none;
}

/* Iframe
 ========================================================================== */

.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */

[class*='uk-animation-'] {
  -webkit-animation: 0.5s ease-out both;
          animation: 0.5s ease-out both;
}

/* Animations
 ========================================================================== */

/*
 * Fade
 */

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
          animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*
 * Scale
 */

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade, uk-scale-up;
          animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade, uk-scale-down;
          animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade, uk-slide-top;
          animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade, uk-slide-bottom;
          animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade, uk-slide-left;
          animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade, uk-slide-right;
          animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */

.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade, uk-slide-top-small;
          animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade, uk-slide-bottom-small;
          animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade, uk-slide-left-small;
          animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade, uk-slide-right-small;
          animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */

.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade, uk-slide-top-medium;
          animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade, uk-slide-bottom-medium;
          animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade, uk-slide-left-medium;
          animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade, uk-slide-right-medium;
          animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */

.uk-animation-kenburns {
  -webkit-animation-name: uk-kenburns;
          animation-name: uk-kenburns;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

/*
 * Shake
 */

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
          animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */

.uk-animation-stroke {
  -webkit-animation-name: uk-stroke;
          animation-name: uk-stroke;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
 ========================================================================== */

.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */

.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */

.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  -webkit-animation-name: none;
          animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */

/*
 * Fade
 */

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
 * Scale
 */

@-webkit-keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*
 * Slide
 */

@-webkit-keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

/*
 * Slide Small
 */

@-webkit-keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

/*
 * Slide Medium
 */

@-webkit-keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

/*
 * Kenburns
 */

@-webkit-keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/*
 * Shake
 */

@-webkit-keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-9px);
  }

  20% {
    transform: translateX(8px);
  }

  30% {
    transform: translateX(-7px);
  }

  40% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(4px);
  }

  70% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(2px);
  }

  90% {
    transform: translateX(-1px);
  }
}

@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-9px);
  }

  20% {
    transform: translateX(8px);
  }

  30% {
    transform: translateX(-7px);
  }

  40% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(4px);
  }

  70% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(2px);
  }

  90% {
    transform: translateX(-1px);
  }
}

/*
 * Stroke
 */

@-webkit-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* ========================================================================
   Component: Width
 ========================================================================== */

/* Equal child widths
 ========================================================================== */

[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

.uk-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */

.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */

@media (min-width: 576px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }

  .uk-child-width-1-2\@s > * {
    width: 50%;
  }

  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }

  .uk-child-width-1-4\@s > * {
    width: 25%;
  }

  .uk-child-width-1-5\@s > * {
    width: 20%;
  }

  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }

  .uk-child-width-auto\@s > * {
    width: auto;
  }

  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 768px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }

  .uk-child-width-1-2\@m > * {
    width: 50%;
  }

  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }

  .uk-child-width-1-4\@m > * {
    width: 25%;
  }

  .uk-child-width-1-5\@m > * {
    width: 20%;
  }

  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }

  .uk-child-width-auto\@m > * {
    width: auto;
  }

  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */

@media (min-width: 992px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }

  .uk-child-width-1-2\@l > * {
    width: 50%;
  }

  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }

  .uk-child-width-1-4\@l > * {
    width: 25%;
  }

  .uk-child-width-1-5\@l > * {
    width: 20%;
  }

  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }

  .uk-child-width-auto\@l > * {
    width: auto;
  }

  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }

  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }

  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }

  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }

  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }

  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }

  .uk-child-width-auto\@xl > * {
    width: auto;
  }

  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

/* Single Widths
 ========================================================================== */

/*
 * 1. `max-width` is needed for the pixel-based classes
 */

[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */

.uk-width-1-2 {
  width: 50%;
}

/* Thirds */

.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */

.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */

.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */

.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */

.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-2xlarge {
  width: 750px;
}

/* Auto */

.uk-width-auto {
  width: auto;
}

/* Expand */

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */

@media (min-width: 576px) {
  /* Whole */

  .uk-width-1-1\@s {
    width: 100%;
  }

  /* Halves */

  .uk-width-1-2\@s {
    width: 50%;
  }

  /* Thirds */

  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }

  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  .uk-width-1-4\@s {
    width: 25%;
  }

  .uk-width-3-4\@s {
    width: 75%;
  }

  /* Fifths */

  .uk-width-1-5\@s {
    width: 20%;
  }

  .uk-width-2-5\@s {
    width: 40%;
  }

  .uk-width-3-5\@s {
    width: 60%;
  }

  .uk-width-4-5\@s {
    width: 80%;
  }

  /* Sixths */

  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }

  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */

  .uk-width-small\@s {
    width: 150px;
  }

  .uk-width-medium\@s {
    width: 300px;
  }

  .uk-width-large\@s {
    width: 450px;
  }

  .uk-width-xlarge\@s {
    width: 600px;
  }

  .uk-width-2xlarge\@s {
    width: 750px;
  }

  /* Auto */

  .uk-width-auto\@s {
    width: auto;
  }

  /* Expand */

  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 768px) {
  /* Whole */

  .uk-width-1-1\@m {
    width: 100%;
  }

  /* Halves */

  .uk-width-1-2\@m {
    width: 50%;
  }

  /* Thirds */

  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }

  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  .uk-width-1-4\@m {
    width: 25%;
  }

  .uk-width-3-4\@m {
    width: 75%;
  }

  /* Fifths */

  .uk-width-1-5\@m {
    width: 20%;
  }

  .uk-width-2-5\@m {
    width: 40%;
  }

  .uk-width-3-5\@m {
    width: 60%;
  }

  .uk-width-4-5\@m {
    width: 80%;
  }

  /* Sixths */

  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }

  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */

  .uk-width-small\@m {
    width: 150px;
  }

  .uk-width-medium\@m {
    width: 300px;
  }

  .uk-width-large\@m {
    width: 450px;
  }

  .uk-width-xlarge\@m {
    width: 600px;
  }

  .uk-width-2xlarge\@m {
    width: 750px;
  }

  /* Auto */

  .uk-width-auto\@m {
    width: auto;
  }

  /* Expand */

  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */

@media (min-width: 992px) {
  /* Whole */

  .uk-width-1-1\@l {
    width: 100%;
  }

  /* Halves */

  .uk-width-1-2\@l {
    width: 50%;
  }

  /* Thirds */

  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }

  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  .uk-width-1-4\@l {
    width: 25%;
  }

  .uk-width-3-4\@l {
    width: 75%;
  }

  /* Fifths */

  .uk-width-1-5\@l {
    width: 20%;
  }

  .uk-width-2-5\@l {
    width: 40%;
  }

  .uk-width-3-5\@l {
    width: 60%;
  }

  .uk-width-4-5\@l {
    width: 80%;
  }

  /* Sixths */

  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }

  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */

  .uk-width-small\@l {
    width: 150px;
  }

  .uk-width-medium\@l {
    width: 300px;
  }

  .uk-width-large\@l {
    width: 450px;
  }

  .uk-width-xlarge\@l {
    width: 600px;
  }

  .uk-width-2xlarge\@l {
    width: 750px;
  }

  /* Auto */

  .uk-width-auto\@l {
    width: auto;
  }

  /* Expand */

  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* Whole */

  .uk-width-1-1\@xl {
    width: 100%;
  }

  /* Halves */

  .uk-width-1-2\@xl {
    width: 50%;
  }

  /* Thirds */

  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }

  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  .uk-width-1-4\@xl {
    width: 25%;
  }

  .uk-width-3-4\@xl {
    width: 75%;
  }

  /* Fifths */

  .uk-width-1-5\@xl {
    width: 20%;
  }

  .uk-width-2-5\@xl {
    width: 40%;
  }

  .uk-width-3-5\@xl {
    width: 60%;
  }

  .uk-width-4-5\@xl {
    width: 80%;
  }

  /* Sixths */

  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }

  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */

  .uk-width-small\@xl {
    width: 150px;
  }

  .uk-width-medium\@xl {
    width: 300px;
  }

  .uk-width-large\@xl {
    width: 450px;
  }

  .uk-width-xlarge\@xl {
    width: 600px;
  }

  .uk-width-2xlarge\@xl {
    width: 750px;
  }

  /* Auto */

  .uk-width-auto\@xl {
    width: auto;
  }

  /* Expand */

  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}

/* Intrinsic Widths
 ========================================================================== */

.uk-width-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-width-min-content {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */

/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */

/* 1 */

[uk-cover],
[data-uk-cover] {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none;
}

/* Container
 ========================================================================== */

/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */

.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Position
 ========================================================================== */

:root {
  --uk-position-margin-offset: 0px;
}

/* Directions
 ========================================================================== */

/*
 * 1. Prevent content overflow.
 */

[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */

.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/*
 * Corners
 */

.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */

.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Vertical */

[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Horizontal */

.uk-position-top-center,
.uk-position-bottom-center {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

/*
 * Cover
 */

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Margin
 ========================================================================== */

.uk-position-small {
  margin: 1.25rem;
  --uk-position-margin-offset: 1.25rem;
}

.uk-position-medium {
  margin: 1.5rem;
  --uk-position-margin-offset: 1.5rem;
}

.uk-position-large {
  margin: 1.5rem;
  --uk-position-margin-offset: 1.5rem;
}

/* Desktop and bigger */

@media (min-width: 992px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px;
  }
}

/* Schemes
 ========================================================================== */

.uk-position-relative {
  position: relative  !important;
}

.uk-position-absolute {
  position: absolute  !important;
}

.uk-position-fixed {
  position: fixed  !important;
}

.uk-position-sticky {
  position: -webkit-sticky  !important;
  position: sticky  !important;
}

/* Layer
 ========================================================================== */

.uk-position-z-index {
  z-index: 1;
}

.uk-position-z-index-negative {
  z-index: -1;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */

/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */

[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */

@media (min-width: 576px) {
  .uk-hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 768px) {
  .uk-hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */

@media (min-width: 992px) {
  .uk-hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}

/*
 * Visible
 */

/* Phone portrait and smaller */

@media (max-width: 575px) {
  .uk-visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */

@media (max-width: 767px) {
  .uk-visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */

@media (max-width: 991px) {
  .uk-visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */

@media (max-width: 1199px) {
  .uk-visible\@xl {
    display: none !important;
  }
}

/* Visibility
 ========================================================================== */

.uk-invisible {
  visibility: hidden !important;
}

/* Based on the State of the Parent Element
 ========================================================================== */

/*
 * Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 * The target stays visible if any element within receives focus through keyboard.
 */

/*
 * Discard space when hidden.
 */

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/*
 * Keep space when hidden.
 */

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */

/*
 * Hover
 */

/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */

@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}

/* Hide if primary pointing device supports hover, e.g. mice. */

@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}

/* ========================================================================
   Component: Inverse
 ========================================================================== */

/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */

html {
  font-family:    var(--font-base);
  overflow-y:    scroll;
  font-size:    1rem;
  line-height:    1.2;
  -webkit-tap-highlight-color: #000000;
}

body {
  --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
}

address {
  font-style: normal;
}

::-moz-selection {
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
  --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
  text-shadow: none;
}

::selection {
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
  --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
  text-shadow: none;
}

details,
main {
  display: block;
}

hr {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

summary {
  display: list-item;
}

template {
  display: none;
}

/* ========================================================================
  ContentBox Base Styles
 ========================================================================== */

.cc-contentBox {
  position:    relative;
  display:    flow-root;
}

.cc-contentBox > :last-child {
  margin-bottom:    0px;
}

.cc-contentBox a:not(.cc-button),
.cc-contentBox .cc-link {
  /* @apply tw-text-blue tw-underline tw-duration-300 tw-transition-colors; */
  -webkit-text-decoration-line:    underline;
          text-decoration-line:    underline;
  transition-property:    color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property:    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property:    color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function:    cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:    300ms;
}

.cc-contentBox a:not(.cc-button):hover, .cc-contentBox .cc-link:hover {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-contentBox p, .cc-contentBox ul, .cc-contentBox ol, .cc-contentBox dl, .cc-contentBox pre, .cc-contentBox address, .cc-contentBox figure {
  margin-top:    0px;
  margin-right:    0px;
  margin-bottom:    var(--text-margin-vertical);
  margin-left:    0px;
}

.cc-contentBox ul > li {
  position:    relative;
  padding-left:    .8em;
}

.cc-contentBox ul > li::before {
  --tw-content:    '\25AA';
  content:    var(--tw-content);
  position:    absolute;
  top:    0px;
  left:    0px;
  display:    block;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-contentBox ul ul, .cc-contentBox ol ol, .cc-contentBox ul ol, .cc-contentBox ol ul {
  margin-bottom:    0px;
}

.cc-contentBox h1, .cc-contentBox .cc-h1, .cc-h1 {
  font-size:    1.875rem;
  line-height:    1.1;
  font-weight:    600;
  text-transform:    uppercase;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
  margin-bottom:    2rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.cc-contentBox h2, .cc-contentBox .cc-h2, .cc-h2 {
  font-size:    1.5rem;
  line-height:    1.2;
  font-weight:    600;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
  margin-bottom:    var(--text-margin-vertical);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.cc-contentBox h3, .cc-contentBox .cc-h3, .cc-h3 {
  font-size:    1.125rem;
  line-height:    1.2;
  font-weight:    500;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
  margin-bottom:    0.5rem;
}

.cc-contentBox h4, .cc-contentBox h5, .cc-contentBox h6, .cc-contentBox .cc-h4, .cc-contentBox .cc-h5, .cc-contentBox .cc-h6, .cc-h4, .cc-h5, .cc-h6 {
  font-size:    1rem;
  line-height:    1.2;
  font-weight:    600;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
  margin-bottom:    0px;
}

/* ========================================================================
  Grouped Styles
 ========================================================================== */

/* .cc-footerNav-list  > li > a,
.cc-mainNav-list > li > a,
.cc-navOffcanvas-nav a,
.cc-linkBoarder {
  @apply outline-none relative;
  @apply hover:before:right-0 focus:before:right-0;
} */

/* ========================================================================
  Container Styles
 ========================================================================== */

/* 1140px */

.cc-container {
  display:    flow-root;
  max-width:    71.25rem;
  margin-left:    auto;
  margin-right:    auto;
  padding-left:    15px;
  padding-right:    15px;
}

.cc-container > :last-child {
  margin-bottom:    0px;
}

.cc-container .cc-container {
  padding-left:    0px;
  padding-right:    0px;
}

/* 912px */

.cc-container--xsmall {
  max-width:    57rem;
}

/* 1010px */

.cc-container--small {
  max-width:    63.125rem;
}

/* 1290px */

.cc-container--large {
  max-width:    80.625rem;
}

/* 100% */

.cc-container--expand {
  max-width:    none;
}

/* ========================================================================
  General Styles
 ========================================================================== */

.cc-main {
  position:    relative;
  min-height:    100vh;
}

.cc-mainNav-cols {
  display:    none;
  /*grid-template-columns:    repeat(6, minmax(0, 1fr));*/
  grid-template-columns: 0fr 1fr 0.2fr 1fr 0.6fr 1fr 1fr 1fr;
  justify-items:    end;
  gap:    0rem; /*1rem*/
}

@media (min-width: 980px) {/*786*/
  .cc-mainNav-cols {
    display:    grid;
  }
}

.cc-mainNav-heading {
  display:    flex;
  align-items:    center;
  justify-content:    flex-end;
  cursor:    pointer;
  font-weight:    500;
}

.cc-mainNav-languages {
  font-size:    0.876rem;
  line-height:    1.2;
  padding-top:    0.25rem;
}

.cc-mainNav-languageIcon {
  display:    inline-block;
  margin-left:    0.5rem;
  height:    0.75rem;
  width:    0.75rem;
  background-image:    url('../../assets/icons/ci-icon-triangle-down-white.svg');
  background-size:    contain;
  background-position:    center;
  background-repeat:    no-repeat;
}

.cc-mainNav-mapImg {
  display:    none;
  max-width:    7.6rem;
  cursor:    pointer;
}

@media (min-width: 992px) {
  .cc-mainNav-mapImg {
    display:    inline-block;
  }
}

.cc-mainNav-right {
  display:    none;
  width:    100%;
  flex-grow:    1;
}

@media (min-width: 980px) { /*786*/
  .cc-mainNav-right {
    display:    block;
  }
}

@media (min-width: 992px) {
  .cc-mainNav-right {
    width:    auto;
  }
}

.cc-mainNav-menuIcon {
  display:    inline-block;
  margin-left:    1.125rem;
  height:    1.125rem;
  width:    1.125rem;
  background-size:    contain;
  background-position:    center;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/ci-icon-menu-bars-white.svg');
}

.cc-mainNav-innerWrapper {
  display:    flex;
  justify-content:    space-between;
  -moz-column-gap:    1.875rem;
       column-gap:    1.875rem;
  text-align:    right;
}

@media (min-width: 980px) {/*786*/
  .cc-mainNav-innerWrapper {
    flex-wrap:    wrap;
  }
}

@media (min-width: 992px) {
  .cc-mainNav-innerWrapper {
    flex-wrap:    nowrap;
  }
}

.cc-mainNav-innerWrapper {
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
  padding-top:    1rem;
}

@media (min-width: 980px) {/*786*/
  .cc-mainNav-innerWrapper {
    background-color:    transparent;
    padding-top:    0px;
  }
}

.cc-mobileNavContent {
  width:    100%;
  flex:    0 1 auto;
  --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
}

@media (min-width: 980px) {/*786*/
  .cc-mobileNavContent {
    display:    none !important;
  }
}

.cc-mobileNavContent {
  padding-left:    15px;
  padding-right:    15px;
  padding-top:    0.5rem;
  padding-bottom:    1rem;
  --tw-shadow:    0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity:    1;
  background-color:    rgb(255 255 255 / var(--tw-bg-opacity));
}

.cc-mobileNavContent-languages {
  margin-bottom:    0.5rem;
  display:    flex;
}

.cc-mobileNavContent-languages li:not(:last-child)::after {
  --tw-content:    '|';
  content:    var(--tw-content);
  margin-left:    0.25rem;
  margin-right:    0.25rem;
}

.cc-mobileNavContent-languages a:hover {
  font-weight:    500;
}

.cc-mobileNavContent-languages a:focus {
  font-weight:    500;
}

.cc-mobileNavContent-languages .cc-active a {
  --tw-text-opacity:    1;
  color:    rgb(73 73 72 / var(--tw-text-opacity));
}

.cc-mobileNavContent-accordion {
  margin-bottom:    2rem;
}

.cc-mobileNavContent-accordion .uk-accordion-title {
  position:    relative;
  display:    block;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-mobileNavContent-accordion .uk-accordion-title:hover {
  --tw-text-opacity:    1;
  color:    rgb(0 61 112 / var(--tw-text-opacity));
}

.cc-mobileNavContent-accordion .uk-accordion-title:focus {
  --tw-text-opacity:    1;
  color:    rgb(0 61 112 / var(--tw-text-opacity));
}

.cc-mobileNavContent-accordion .uk-accordion-title {
  border-bottom-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
  padding-top:    0.5rem;
  padding-bottom:    0.5rem;
}

.cc-mobileNavContent-accordion .uk-accordion-title::after {
  position:    absolute;
  z-index:    50;
  display:    block;
  --tw-rotate:    -45deg;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content:    '';
  content:    var(--tw-content);
  left:    40%;
  bottom:    -7px;
  height:    12px;
  width:    12px;
  border-left-width:    1px;
  border-bottom-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
  --tw-bg-opacity:    1;
  background-color:    rgb(255 255 255 / var(--tw-bg-opacity));
}

.cc-mobileNavContent-accordion .uk-open .uk-accordion-title {
  font-weight:    500;
}

.cc-mobileNavContent-accordion .uk-accordion-content {
  border-bottom-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
  --tw-bg-opacity:    1;
  background-color:    rgb(243 243 243 / var(--tw-bg-opacity));
  padding:    1rem;
}

.cc-mobileNavToggle {
  display:    flex;
  flex:    0 1 auto;
  cursor:    pointer;
  --tw-bg-opacity:    1;
  background-color:    rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 980px) {/*786*/
  .cc-mobileNavToggle {
    display:    none;
  }
}

.cc-mobileNavToggle {
  margin-top:    -1rem;
  margin-right:    -15px;
  width:    13rem;
  padding-top:    1rem;
  padding-bottom:    1rem;
  padding-left:    15px;
  padding-right:    15px;
}

.cc-mobileNavToggle-map {
  flex-grow:    2;
}

.cc-mobileNavToggle-menuButton {
  flex-grow:    1;
}

.cc-mobileNavToggle-menuIcon {
  display:    inline-block;
  height:    30px;
  width:    30px;
  background-image:    url('../../assets/icons/ci-icon-menu-bars-blue.svg');
  background-size:    contain;
  background-position:    center;
  background-repeat:    no-repeat;
}

@media (min-width: 768px) {
  .cc-narrowContent {
    width:    83.333333%;
  }
}

@media (min-width: 992px) {
  .cc-narrowContent {
    width:    75%;
  }
}

.cc-pageContent {
  padding-top:    1.75rem;
  padding-bottom:    2.5rem;
}

@media (min-width: 768px) {
  .cc-pageContent {
    padding-top:    2.5rem;
    padding-bottom:    3.5rem;
  }
}

.cc-pageFooter {
  position:    relative;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 0 0 / var(--tw-bg-opacity));
  font-size:    0.876rem;
  line-height:    1.2;
  text-transform:    uppercase;
  --tw-text-opacity:    1;
  color:    rgb(255 255 255 / var(--tw-text-opacity));
  padding-top:    1rem;
  padding-bottom:    1rem;
}

@media (min-width: 576px) {
  .cc-pageFooter {
    padding-top:    1.5rem;
    padding-bottom:    1.5rem;
  }
}

@media (min-width: 768px) {
  .cc-pageFooter {
    padding-top:    2rem;
    padding-bottom:    2rem;
  }
}

.cc-pageFooter a:hover {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-pageFooter a:focus {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-pageFooter-top, .cc-pageFooter-bottom {
  display:    flex;
  flex-wrap:    wrap;
  justify-content:    space-between;
}

.cc-pageFooter-bottom {
  gap:    1.25rem;
}

@media (min-width: 576px) {
  .cc-pageFooter-bottom {
    border-top-width:    2px;
    --tw-border-opacity:    1;
    border-color:    rgb(124 124 123 / var(--tw-border-opacity));
    padding-top:    2rem;
  }
}

.cc-pageFooter-heading {
  --tw-text-opacity:    1;
  color:    rgb(48 123 186 / var(--tw-text-opacity));
  margin-bottom:    0.25rem;
}

.cc-pageFooter-navList > li {
  margin-bottom:    0.25rem;
  display:    flex;
  -moz-column-gap:    0.2em;
       column-gap:    0.2em;
}

.cc-pageFooter-navContainer {
  display:    flex;
  flex-direction:    column;
  justify-content:    space-between;
}

.cc-pageFooter-navContainer a {
  display:    inline-flex;
  align-items:    center;
  -moz-column-gap:    .2em;
       column-gap:    .2em;
}

.cc-pageFooter-navContainer a::before {
  display:    inline-block;
  --tw-content:    '';
  content:    var(--tw-content);
  height:    0.6em;
  width:    0.6em;
  background-image:    url('../../assets/icons/ci-icon-triangle-right-white_1.svg');
  background-size:    contain;
  background-position:    bottom;
  background-repeat:    no-repeat;
}

.cc-pageFooter-top {
  margin-bottom:    1.25rem;
  -moz-column-gap:    1.25rem;
       column-gap:    1.25rem;
  row-gap:    2rem;
}

.pageFooter-socialLinks {
  display:    flex;
  gap:    0.25rem;
}

.pageFooter-socialLinks li {
  flex:    none;
}

.pageFooter-socialLinks a {
  display:    block;
  height:    1.5rem;
  width:    1.5rem;
  background-size:    contain;
  background-position:    center;
  background-repeat:    no-repeat;
}

.pageFooter-socialLinks a:hover {
  --tw-scale-x:    1.1;
  --tw-scale-y:    1.1;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity:    0.8;
}

.pageFooter-socialLinks a:focus {
  --tw-scale-x:    1.1;
  --tw-scale-y:    1.1;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity:    0.8;
}

.cc-pageHeader {
  font-weight:    300;
  text-transform:    uppercase;
  --tw-text-opacity:    1;
  color:    rgb(255 255 255 / var(--tw-text-opacity));
  width:    100%;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
}

@media (min-width: 980px) {/*786*/
  .cc-pageHeader {
    padding-top:    1rem;
    padding-bottom:    1.25rem;
  }
}

.cc-pageHeader--absolute {
  top:    0px;
  left:    0px;
  z-index:    200;
}

@media (min-width: 980px) {/*786*/
  .cc-pageHeader--absolute {
    position:    absolute;
    background-color:    rgb(0 89 163 / 0.9);
  }
}

.cc-pageHeader a:focus, .cc-pageHeader a:hover, .cc-pageHeader a.cc-active, .cc-pageHeader .cc-active > a {
  font-weight:    500;
}

.cc-pageWrapper {
  position:    relative;
  min-width:    320px;
}

.cc-siteLogo {
  flex:    0 1 auto;
  margin-bottom:    1rem;
  width:    15.9375rem;
}

@media (min-width: 992px) {
  .cc-siteLogo {
    margin-bottom:    0px;
    padding-top:    1.25rem;
  }
}

.cc-siteLogo-img {
  display:    inline-block;
  height:    auto;
  width:    100%;
}

/* ========================================================================
  Dynamic Elements Styles
 ========================================================================== */

[data-collapse-content] {
  height:    0px;
  width:    0px;
  opacity:    0;
}

.cc-js [data-collapse-content] {
  display:    none;
  height:    auto;
  width:    auto;
  opacity:    1;
}

[data-mobile-nav-content] {
  height:    0px;
  width:    0px;
  opacity:    0;
}

.cc-js [data-mobile-nav-content] {
  display:    none;
  height:    auto;
  width:    auto;
  opacity:    1;
}

/** ========================================================================
  START: Specials
 ========================================================================== */

.cc-dlDefault {
  display:    grid;
  gap:    0.25rem;
}

@media (min-width: 420px) {
  .cc-dlDefault {
    grid-template-columns:    -webkit-max-content auto;
    grid-template-columns:    max-content auto;
  }
}

.cc-dlDefault dt {
  font-weight:    500;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-h1-sub {
  font-weight:    300;
}

.cc-h1-subSmall {
  font-weight:    300;
  font-size:    77%;
}

.cc-h1-subTiny {
  font-weight:    400;
  font-size:    75%;
  text-transform:    none;
}

.cc-hyphens {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.cc-inverse, .cc-inverse *, .cc-inverse ul li::before {
  --tw-text-opacity:    1 !important;
  color:    rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.cc-listNumbersRounded {
  counter-reset: section;
}

.cc-listNumbersRounded > li {
  position:    relative;
  padding-left:    1.4em;
}

.cc-listNumbersRounded > li::before {
  counter-increment: section;
  content: counter(section);
  position:    absolute;
  top:    .3em;
  left:    0px;
  display:    inline-block;
  text-align:    center;
  font-size:    .6em;
  line-height:    1em;
  height:    1.8em;
  width:    1.8em;
  padding:    .15em;
  border-radius:    9999px;
  border-width:    2px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
}

.cc-labeledLink {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
  display:    inline-flex;
  align-items:    center;
  gap:    .4em;
  font-size:    0.876rem;
  line-height:    1.2;
  text-transform:    uppercase;
  -webkit-text-decoration-line:    none !important;
          text-decoration-line:    none !important;
}

.cc-labeledLink::before {
  display:    inline-block;
  --tw-content:    '';
  content:    var(--tw-content);
  height:    0.9em;
  width:    0.9em;
  background-size:    contain;
  background-position:    bottom;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/ci-icon-more-blue.svg');
}

.cc-labeledLink--grey {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-labeledLink--grey::before {
  background-image:    url('../../assets/icons/ci-icon-more-gray.svg');
}

.cc-panel {
  position:    relative;
  display:    flow-root;
}

.cc-panel > :last-child {
  margin-bottom:    0px;
}

.cc-emailLink, .cc-telLink, .cc-webLink {
  display:    inline-flex;
  align-items:    center;
  gap:    .2em;
}

.cc-emailLink::before, .cc-telLink::before, .cc-webLink::before {
  display:    block;
  --tw-content:    '';
  content:    var(--tw-content);
  height:    0.8em;
  width:    0.8em;
  background-size:    contain;
  background-position:    bottom;
  background-repeat:    no-repeat;
}

.cc-emailLink--blue::before {
  background-image:    url('../../assets/icons/ci-icon-mail-solid-blue.svg');
}

.cc-telLink--blue::before {
  background-image:    url('../../assets/icons/ci-icon-phone-blue.svg');
}

.cc-webLink--blue::before {
  background-image:    url('../../assets/icons/ci-icon-web-blue.svg');
}

.cc-emailLink--grey::before {
  background-image:    url('../../assets/icons/ci-icon-mail-solid-grey.svg');
}

.cc-telLink--grey::before {
  background-image:    url('../../assets/icons/ci-icon-phone-grey.svg');
}

.cc-webLink--grey::before {
  background-image:    url('../../assets/icons/ci-icon-web-grey.svg');
}

.cc-emailLink--white::before {
  background-image:    url('../../assets/icons/ci-icon-mail-solid-white.svg');
}

.cc-telLink--white::before {
  background-image:    url('../../assets/icons/ci-icon-phone-white.svg');
}

.cc-webLink--white::before {
  background-image:    url('../../assets/icons/ci-icon-web-white.svg');
}

/** ========================================================================
  START: General
 ========================================================================== */

.cc-accordion li {
  margin-bottom:    0.75rem;
}

.cc-accordion-close {
  position:    absolute;
  z-index:    10;
  display:    block;
  cursor:    pointer;
  left:    20%;
  bottom:    -4px;
  height:    19px;
  width:    19px;
  background-size:    contain;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/ci-icon-triangle-up-blue.svg');
}

.cc-accordion .uk-accordion-content {
  position:    relative;
  --tw-bg-opacity:    1;
  background-color:    rgb(243 243 243 / var(--tw-bg-opacity));
  padding-top:    1.25rem;
  padding-left:    2rem;
  padding-right:    2rem;
  padding-bottom:    2rem;
  border-bottom-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
}

.cc-accordion .uk-accordion-title {
  position:    relative;
  display:    block;
  font-size:    1.5rem;
  line-height:    1.2;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-accordion .uk-accordion-title:hover {
  --tw-text-opacity:    1;
  color:    rgb(0 61 112 / var(--tw-text-opacity));
}

.cc-accordion .uk-accordion-title:focus {
  --tw-text-opacity:    1;
  color:    rgb(0 61 112 / var(--tw-text-opacity));
}

.cc-accordion .uk-accordion-title {
  border-bottom-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
  --tw-bg-opacity:    1;
  background-color:    rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top:    0.5rem;
  padding-bottom:    0.5rem;
}

.cc-accordion .uk-accordion-title::after {
  position:    absolute;
  z-index:    10;
  display:    block;
  --tw-content:    '';
  content:    var(--tw-content);
  left:    20%;
  bottom:    -16px;
  height:    19px;
  width:    19px;
  background-size:    contain;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/ci-icon-triangle-down-blue.svg');
}

.cc-blueBox {
  position:    relative;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
  margin-right:    1.5rem;
  padding-top:    1.25rem;
  padding-left:    2rem;
  padding-right:    2rem;
  padding-bottom:    2rem;
}

@media (min-width: 420px) {
  .cc-blueBox {
    margin-right:    0px;
  }
}

.cc-blueBox strong, .cc-blueBox b {
  font-weight:    500;
}

.cc-blueBox::after {
  position:    absolute;
  --tw-content:    '';
  content:    var(--tw-content);
  right:    -1.5rem;
  bottom:    -1.5rem;
  height:    3rem;
  width:    3rem;
  background-size:    contain;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/ci-icon-plus-white-blue-background.svg');
}

.cc-branches {
  position:    relative;
  display:    grid;
  -moz-column-gap:    2rem;
       column-gap:    2rem;
  row-gap:    4rem;
}

@media (min-width: 768px) {
  .cc-branches {
    grid-template-columns:    repeat(2, minmax(0, 1fr));
  }
}

.cc-branches {
  text-align:    center;
}

.cc-branches-col {
  display:    flex;
  flex-direction:    column;
  justify-content:    space-between;
}

.cc-branches-col--sep {
  position:    relative;
}

.cc-branches-col--sep::before {
  display:    block;
  position:    absolute;
  --tw-bg-opacity:    1;
  background-color:    rgb(213 213 213 / var(--tw-bg-opacity));
  --tw-content:    '';
  content:    var(--tw-content);
  height:    1px;
  width:    80%;
  bottom:    -2rem;
  left:    50%;
  --tw-translate-x:    -50%;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .cc-branches-col--sep::before {
    height:    80%;
    width:    1px;
    bottom:    auto;
    left:    auto;
    right:    -1rem;
    top:    20%;
    --tw-translate-x:    0px;
    transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.cc-branches-col--sep::after {
  display:    block;
  position:    absolute;
  --tw-content:    '';
  content:    var(--tw-content);
  height:    2rem;
  width:    2rem;
  left:    50%;
  bottom:    -3rem;
  --tw-translate-x:    -50%;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .cc-branches-col--sep::after {
    left:    auto;
    bottom:    auto;
    --tw-translate-x:    0px;
    transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    right:    -2rem;
    top:    35%;
  }
}

.cc-branches-col--sep::after {
  --tw-bg-opacity:    1;
  background-color:    rgb(255 255 255 / var(--tw-bg-opacity));
  background-size:    contain;
  background-size:    75%;
  background-position:    center;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/schluesselbauer-icon-gray.svg');
  border-radius:    9999px;
  border-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(124 124 123 / var(--tw-border-opacity));
}

.cc-branches-hl {
  margin-bottom:    0.5rem;
  font-size:    1.6875rem;
  line-height:    1.1;
  font-weight:    300;
  text-transform:    uppercase;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.cc-branches-hlSub {
  display:    block;
  font-size:    1.125rem;
  line-height:    1.2;
  font-weight:    400;
  text-transform:    none;
}

.cc-branches-img {
  margin-left:    auto;
  margin-right:    auto;
  margin-top:    2rem;
  margin-bottom:    2rem;
}

.cc-branches-readMoreWrapper {
  margin-top:    3.5rem;
}

.cc-downloadList > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(0.25rem * var(--tw-space-y-reverse));
}

.cc-downloadList + .cc-downloadList {
  margin-top:    0.75rem;
}

.cc-downloadList-item {
  display:    grid;
  grid-template-columns:    repeat(12, minmax(0, 1fr));
  gap:    0.25rem;
}

.cc-downloadList-text {
  grid-column:    span 10 / span 10;
}

@media (min-width: 576px) {
  .cc-downloadList-text {
    grid-column:    span 9 / span 9;
  }
}

.cc-downloadList-text {
  padding-left:    0.5rem;
  padding-right:    0.5rem;
  padding-top:    0.125rem;
  padding-bottom:    0.375rem;
  --tw-bg-opacity:    1;
  background-color:    rgb(243 243 243 / var(--tw-bg-opacity));
}

.cc-downloadList-button {
  display:    flex;
  align-items:    center;
  justify-content:    center;
  gap:    0.125rem;
  grid-column:    span 2 / span 2;
}

@media (min-width: 576px) {
  .cc-downloadList-button {
    grid-column:    span 3 / span 3;
  }
}

.cc-downloadList-button {
  text-transform:    uppercase;
  --tw-text-opacity:    1;
  color:    rgb(255 255 255 / var(--tw-text-opacity));
  padding:    0.5rem;
  padding-top:    0.125rem;
  padding-bottom:    0.375rem;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
}

.cc-downloadList-button:hover {
  --tw-bg-opacity:    1;
  background-color:    rgb(48 123 186 / var(--tw-bg-opacity));
}

.cc-downloadList-buttonIcon {
  display:    inline-block;
  height:    0.9em;
  width:    0.9em;
  background-size:    contain;
  background-position:    bottom;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/ci-icon-arrow-download-white.svg');
}

.cc-downloadList-buttonText {
  position:    absolute;
  width:    1px;
  height:    1px;
  padding:    0;
  margin:    -1px;
  overflow:    hidden;
  clip:    rect(0, 0, 0, 0);
  white-space:    nowrap;
  border-width:    0;
}

@media (min-width: 576px) {
  .cc-downloadList-buttonText {
    position:    static;
    width:    auto;
    height:    auto;
    padding:    0;
    margin:    0;
    overflow:    visible;
    clip:    auto;
    white-space:    normal;
  }
}

.cc-filterContainer {
  display:    flex;
  flex-wrap:    wrap;
  gap:    0.5rem;
  margin-top:    2.5rem;
  margin-bottom:    2.5rem;
}

.cc-filterSelect {
  position:    relative;
  flex:    none;
}

.cc-filterSelect::after {
  pointer-events:    none;
  display:    inline-block;
  --tw-content:    '';
  content:    var(--tw-content);
  position:    absolute;
  top:    50%;
  right:    0.5rem;
  --tw-translate-y:    -50%;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  height:    0.5rem;
  width:    1rem;
  background-size:    contain;
  background-position:    bottom;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/ci-icon-arrow-down-white-full.svg');
}

.cc-filterSelect select {
  cursor:    pointer;
  -webkit-appearance:    none;
     -moz-appearance:    none;
          appearance:    none;
  border-style:    none;
  outline:    2px solid transparent;
  outline-offset:    2px;
  --tw-text-opacity:    1;
  color:    rgb(255 255 255 / var(--tw-text-opacity));
  width:    100%;
  padding-top:    0.25rem;
  padding-bottom:    0.375rem;
  padding-left:    1rem;
  padding-right:    2rem;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
  -moz-padding-start: calc(10px - 3px);
}

.cc-filterSelect select::-ms-expand {
  display:    none;
}

.cc-filterSelect select:focus::-ms-value {
  background-color: transparent;
}

.cc-filterSelect option {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
  --tw-bg-opacity:    1;
  background-color:    rgb(255 255 255 / var(--tw-bg-opacity));
}

.cc-filterSearch {
  position:    relative;
  display:    inline-block;
  flex:    none;
  width:    15rem;
}

.cc-filterSearch-input {
  font-size:    0.876rem;
  line-height:    1.2;
  --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
  caret-color:    #0059a3;
  width:    100%;
  padding-top:    0.25rem;
  padding-bottom:    0.375rem;
  padding-left:    1rem;
  padding-right:    2rem;
  outline:    2px solid transparent;
  outline-offset:    2px;
  border-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(124 124 123 / var(--tw-border-opacity));
}

.cc-filterSearch-button {
  position:    absolute;
  top:    50%;
  right:    0.5em;
  display:    inline-block;
  --tw-translate-y:    -50%;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  height:    1em;
  width:    1em;
  background-size:    contain;
  background-position:    center;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/ci-icon-search-gray.svg');
}

.cc-fixedNav {
  position:    absolute;
  width:    1px;
  height:    1px;
  padding:    0;
  margin:    -1px;
  overflow:    hidden;
  clip:    rect(0, 0, 0, 0);
  white-space:    nowrap;
  border-width:    0;
}

@media (min-width: 768px) {
  .cc-fixedNav {
    position:    static;
    width:    auto;
    height:    auto;
    padding:    0;
    margin:    0;
    overflow:    visible;
    clip:    auto;
    white-space:    normal;
  }
}

.cc-fixedNav {
  position:    fixed;
  left:    0px;
  top:    25vh;
  z-index:    50;
}

.cc-fixedNav > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(0.5rem * var(--tw-space-y-reverse));
}

.cc-fixedNav-item {
  display:    flex;
  -moz-column-gap:    0.5rem;
       column-gap:    0.5rem;
}

.cc-fixedNav-icon {
  display:    inline-block;
  height:    2.75rem;
  width:    2.75rem;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
  background-size:    80% 80%;
  background-position:    center;
  background-repeat:    no-repeat;
}

.cc-fixedNav-label {
  position:    absolute;
  width:    1px;
  height:    1px;
  padding:    0;
  margin:    -1px;
  overflow:    hidden;
  clip:    rect(0, 0, 0, 0);
  white-space:    nowrap;
  border-width:    0;
  display:    block;
  display:    flex;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
}

.cc-fixedNav-labelText {
  display:    flex;
  align-items:    center;
  padding-left:    0.75rem;
  padding-right:    0.75rem;
}

.cc-fixedNav-item:hover .cc-fixedNav-label, .cc-fixedNav-item:focus .cc-fixedNav-label {
  position:    static;
  width:    auto;
  height:    auto;
  padding:    0;
  margin:    0;
  overflow:    visible;
  clip:    auto;
  white-space:    normal;
}

.cc-gallery {
  display:    grid;
  gap:    0.75rem;
}

@media (min-width: 576px) {
  .cc-gallery {
    grid-template-columns:    repeat(3, minmax(0, 1fr));
  }
}

.cc-heroSlider-scrollDownButton {
  position:    absolute;
  bottom:    -1.25rem;
  left:    50%;
  --tw-translate-x:    -50%;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1200px) {
  .cc-heroSlider-scrollDownButton {
    bottom:    15%;
  }
}

.cc-heroSlider-scrollDownButton {
  height:    2.5rem;
  width:    2.5rem;
  border-radius:    9999px;
  border-width:    4px;
  --tw-border-opacity:    1;
  border-color:    rgb(124 124 123 / var(--tw-border-opacity));
  --tw-bg-opacity:    1;
  background-color:    rgb(255 255 255 / var(--tw-bg-opacity));
  background-image:    url('../../assets/icons/ci-icon-arrow-down-gray.svg');
  background-size:    contain;
  background-size:    70%;
  background-position:    center;
  background-repeat:    no-repeat;
}

@-webkit-keyframes tw-pulse {
  50% {
    opacity:    .5;
  }
}

@keyframes tw-pulse {
  50% {
    opacity:    .5;
  }
}

.cc-heroSlider-scrollDownButton {
  -webkit-animation:    tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation:    tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  transition-property:    all;
  transition-timing-function:    cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:    150ms;
}

.cc-heroSlider-scrollDownButton:hover {
  --tw-scale-x:    1.1;
  --tw-scale-y:    1.1;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity:    0.8;
}

.cc-heroSlider-scrollDownButton:focus {
  --tw-scale-x:    1.1;
  --tw-scale-y:    1.1;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity:    0.8;
}

.cc-heroSliderCaption, .cc-imageSliderCaption {
  position:    absolute;
  --tw-border-opacity:    1;
  border-color:    rgb(131 200 182 / var(--tw-border-opacity));
  left:    15px;
  border-left-width:    6px;
  padding-left:    1rem;
  padding-right:    15px;
}

.cc-heroSliderCaption--right, .cc-imageSliderCaption--right {
  right:    15px;
  border-right-width:    6px;
  border-left-width:    0px;
  padding-right:    1rem;
  padding-left:    15px;
  text-align:    right;
}

.cc-heroSliderCaption-container, .cc-imageSliderCaption-container {
  position:    absolute;
  top:    0px;
  left:    50%;
  --tw-translate-x:    -50%;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  pointer-events:    none;
  text-transform:    uppercase;
  --tw-text-opacity:    1;
  color:    rgb(255 255 255 / var(--tw-text-opacity));
  display:    flow-root;
  max-width:    71.25rem;
  height:    100%;
  width:    100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.cc-heroSliderCaption {
  top:    50%;
  --tw-translate-y:    -50%;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .cc-heroSliderCaption {
    --tw-translate-y:    calc(calc(50% - 3.5rem) * -1);
    transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.cc-heroSliderCaption {
  font-size:    1.5rem;
  line-height:    1.2;
}

@media (min-width: 420px) {
  .cc-heroSliderCaption {
    font-size:    1.875rem;
    line-height:    1.1;
  }
}

@media (min-width: 576px) {
  .cc-heroSliderCaption {
    font-size:    2.25rem;
    line-height:    1.1;
  }
}

@media (min-width: 768px) {
  .cc-heroSliderCaption {
    font-size:    3rem;
    line-height:    1.1;
  }
}

@media (min-width: 1200px) {
  .cc-heroSliderCaption {
    font-size:    4.5rem;
    line-height:    1.1;
  }
}

.cc-heroSliderCaption-bolder {
  font-weight:    700;
}

.cc-imageSliderCaption {
  bottom:    33.333333%;
  --tw-translate-y:    33.333333%;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size:    1.125rem;
  line-height:    1.2;
  font-weight:    300;
}

@media (min-width: 420px) {
  .cc-imageSliderCaption {
    font-size:    1.5rem;
    line-height:    1.2;
  }
}

@media (min-width: 576px) {
  .cc-imageSliderCaption {
    font-size:    1.875rem;
    line-height:    1.1;
  }
}

@media (min-width: 768px) {
  .cc-imageSliderCaption {
    font-size:    2.25rem;
    line-height:    1.1;
  }
}

.cc-imageSliderCaption > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(0.375rem * var(--tw-space-y-reverse));
}

.cc-imageSliderCaption-bolder, .cc-imageSliderCaption-normal {
  margin-bottom:    .15em;
  display:    inline-block;
  background-color:    rgb(0 0 0 / 0.3);
  padding-left:    .2em;
  padding-right:    .2em;
  padding-top:    .1em;
  padding-bottom:    .1em;
}

.cc-imageSliderCaption-bolder {
  font-weight:    600;
}

.cc-imageSliderCaption-sub {
  margin-bottom:    .3em;
  font-size:    1.125rem;
  line-height:    1.2;
  text-transform:    none;
}

@media (min-width: 420px) {
  .cc-imageSliderCaption-sub {
    font-size:    1.6875rem;
    line-height:    1.1;
  }
}

.cc-mainGrid {
  display:    grid;
  grid-template-columns:    repeat(12, minmax(0, 1fr));
  row-gap:    2.75rem;
}

@media (min-width: 768px) {
  .cc-mainGrid {
    -moz-column-gap:    2.75rem;
         column-gap:    2.75rem;
  }
}

.cc-mainGrid--divided {
  border-top-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
  padding-top:    1.25rem;
  padding-bottom:    1.25rem;
}

.cc-mainGridContent {
  position:    relative;
  grid-column:    1 / -1;
}

@media (min-width: 768px) {
  .cc-mainGridContent {
    grid-column:    span 7 / span 7;
  }
}

.cc-mainGridContent--divided > * {
  border-bottom-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
  padding-bottom:    2rem;
}

.cc-mainGridContent--divided > :not(:last-child) {
  margin-bottom:    2rem;
}

.cc-mainGridContent-outsideIcon {
  display:    none;
}

@media (min-width: 1380px) {
  .cc-mainGridContent-outsideIcon {
    display:    block;
  }
}

.cc-mainGridContent-outsideIcon {
  position:    absolute;
  left:    -5rem;
  top:    0px;
  --tw-translate-x:    0.5rem;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  height:    3.75rem;
  width:    3.75rem;
  background-size:    contain;
  background-position:    center;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/schluesselbauer-icon-white-blue-background.svg');
}

.cc-mainGridSidebar {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
  grid-column:    1 / -1;
}

@media (min-width: 768px) {
  .cc-mainGridSidebar {
    grid-column:    span 5 / span 5;
  }
}

.cc-mainGridSidebar > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(2.5rem * var(--tw-space-y-reverse));
}

.cc-mainGridSidebar {
  padding-top:    calc(0.5em + 1px);
}

.cc-mainGridSidebar-module {
  position:    relative;
  border-left-width:    1px;
  --tw-border-opacity:    1;
  border-left-color:    rgb(0 89 163 / var(--tw-border-opacity));
  padding-left:    1.5rem;
  padding-bottom:    1.5rem;
}

@media (min-width: 992px) {
  .cc-mainGridSidebar-module {
    padding-left:    2.75rem;
  }
}

.cc-mainGridSidebar-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(2rem * var(--tw-space-y-reverse));
}

.cc-mainGridSidebar-dots {
  position:    absolute;
  bottom:    -4px;
}

.cc-mainGridSidebar-dots::before {
  display:    block;
  --tw-content:    '';
  content:    var(--tw-content);
  position:    relative;
  left:    -1.5rem;
  bottom:    -6px;
  z-index:    20;
}

@media (min-width: 992px) {
  .cc-mainGridSidebar-dots::before {
    left:    -2.75rem;
  }
}

.cc-mainGridSidebar-dots::before {
  height:    1px;
  width:    1rem;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
}

@media (min-width: 992px) {
  .cc-mainGridSidebar-dots::before {
    width:    2.25rem;
  }
}

.cc-mainGridSidebar-dot {
  display:    block;
  height:    10px;
  width:    10px;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
}

.cc-mainGridSidebar-hl {
  font-size:    1.6875rem;
  line-height:    1.1;
  font-weight:    300;
  text-transform:    uppercase;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
  margin-bottom:    1.25rem;
}

.cc-mainGridSidebar-section:first-child > .cc-mainGridSidebar-hl {
  position:    relative;
  --tw-translate-y:    calc(calc(0.5em + 1px) * -1);
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin-bottom:    0.5rem;
}

.cc-mainGridSidebar-section:first-child > .cc-mainGridSidebar-hl::before {
  display:    block;
  --tw-content:    '';
  content:    var(--tw-content);
  position:    absolute;
  left:    -1.5rem;
  top:    calc(0.5em + 1px);
  z-index:    10;
}

@media (min-width: 992px) {
  .cc-mainGridSidebar-section:first-child > .cc-mainGridSidebar-hl::before {
    left:    -2.75rem;
  }
}

.cc-mainGridSidebar-section:first-child > .cc-mainGridSidebar-hl::before {
  height:    1px;
  width:    1rem;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
}

@media (min-width: 992px) {
  .cc-mainGridSidebar-section:first-child > .cc-mainGridSidebar-hl::before {
    width:    2.25rem;
  }
}

.cc-mainGridSidebar-linkList > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(0.5rem * var(--tw-space-y-reverse));
}

.cc-mainGridSidebar-linkListItem > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(0.25rem * var(--tw-space-y-reverse));
}

.cc-partnerTable {
  width:    100%;
  table-layout:    auto;
}

.cc-partnerTable tr {
  border-bottom-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
}

.cc-partnerTable tr:first-child {
  border-top-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
}

.cc-partnerTable-address, .cc-partnerTable-contact, .cc-partnerTable-logo, .cc-partnerTable-name {
  padding-top:    0.5rem;
  padding-bottom:    1rem;
}

.cc-partnerTable-address, .cc-partnerTable-name {
  height:    25%;
  min-width:    240px;
  padding-right:    2rem;
}

.cc-partnerTable-contact {
  width:    100%;
  min-width:    240px;
}

.cc-partnerTable-pagination .cc-active, .cc-partnerTable-hasNext, .cc-partnerTable-hasPrev {
  --tw-text-opacity:    1 !important;
  color:    rgb(124 124 123 / var(--tw-text-opacity)) !important;
}

.cc-partnerTable-logo {
  padding-right:    1.25rem;
}

.cc-partnerTable-name {
  font-size:    1.125rem;
  line-height:    1.2;
  font-weight:    600;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-partnerTable-pagination {
  display:    flex;
  align-items:    center;
  gap:    0.5rem;
  color:    rgb(124 124 123 / 0.5);
}

.cc-partnerTable-prev {
  padding-right:    0.25rem;
}

.cc-partnerTable-next {
  padding-left:    0.25rem;
}

.cc-partnerTable-thead {
  position:    absolute;
  width:    1px;
  height:    1px;
  padding:    0;
  margin:    -1px;
  overflow:    hidden;
  clip:    rect(0, 0, 0, 0);
  white-space:    nowrap;
  border-width:    0;
}

.cc-partnerTable-toolBox {
  display:    flex;
  flex-wrap:    wrap;
  justify-content:    space-between;
  -moz-column-gap:    2.5rem;
       column-gap:    2.5rem;
  row-gap:    1rem;
  margin-top:    1.25rem;
}

.cc-search {
  display:    flex;
  max-width:    230px;
  align-items:    center;
  -moz-column-gap:    1rem;
       column-gap:    1rem;
}

.cc-search-input {
  flex:    0 1 auto;
  font-size:    0.876rem;
  text-transform:    none;
  line-height:    1.5;
  --tw-text-opacity:    1;
  color:    rgb(124 124 123 / var(--tw-text-opacity));
  height:    calc(2.0125rem + 2px);
  width:    75%;
  border-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(124 124 123 / var(--tw-border-opacity));
  padding-left:    1rem;
  padding-right:    1rem;
  padding-top:    0.35rem;
  padding-bottom:    0.35rem;
}

.cc-search-button {
  text-align:    center;
  border-width:    1px;
  border-color:    transparent;
}

.cc-search-icon {
  display:    inline-block;
  height:    18px;
  width:    18px;
  background-size:    contain;
  background-position:    center;
  background-repeat:    no-repeat;
}

.cc-search-icon--blue {
  background-image:    url('../../assets/icons/ci-icon-search-blue.svg');
}

.cc-search-icon--grey {
  background-image:    url('../../assets/icons/ci-icon-search-gray.svg');
}

.cc-search-icon--white {
  background-image:    url('../../assets/icons/ci-icon-search-white.svg');
}

.cc-subNav {
  display:    flex;
  flex-wrap:    wrap;
  -moz-column-gap:    2.5rem;
       column-gap:    2.5rem;
  row-gap:    1.25rem;
}

.cc-subNav a:focus, .cc-subNav a:hover, .cc-subNav .cc-active, .cc-subNav .cc-active a {
  font-weight:    600;
  -webkit-text-decoration-line:    underline;
          text-decoration-line:    underline;
  text-underline-offset:    4px;
}

.cc-subNav-headline {
  font-size:    1.5rem;
  line-height:    1.2;
  font-weight:    600;
  margin-bottom:    1.5rem;
  border-bottom-width:    1px;
  padding-bottom:    0.75rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.cc-subNav-scrollNav {
  display:    flex;
  flex-wrap:    wrap;
  row-gap:    0.375rem;
}

.cc-subNav-scrollNav li:not(:last-child)::after {
  --tw-content:    '|';
  content:    var(--tw-content);
  margin-left:    0.75rem;
  margin-right:    0.75rem;
}

.cc-subNav-wrapper {
  text-transform:    uppercase;
  --tw-text-opacity:    1;
  color:    rgb(255 255 255 / var(--tw-text-opacity));
  padding-bottom:    1.5rem;
  padding-top:    1rem;
  --tw-bg-opacity:    1;
  background-color:    rgb(0 89 163 / var(--tw-bg-opacity));
}

.cc-teamMember {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-teamMember-data {
  margin-top:    1rem;
  display:    flex;
  flex-direction:    column;
  justify-content:    space-between;
  row-gap:    1rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.cc-teamMember-grid {
  display:    grid;
  -moz-column-gap:    2.5rem;
       column-gap:    2.5rem;
  row-gap:    2rem;
}

@media (min-width: 420px) {
  .cc-teamMember-grid {
    grid-template-columns:    repeat(2, minmax(0, 1fr));
  }
}

.cc-teamMember-img {
  width:    10rem;
}

.cc-teamMember-name {
  font-size:    1rem;
  line-height:    1.2;
  font-weight:    500;
  text-transform:    uppercase;
}

.cc-teaser {
  text-align:    center;
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.cc-teaser .cc-labeledLink {
  margin-top:    1rem;
}

.cc-teaser-body {
  display:    flex;
  flex-direction:    column;
  justify-content:    space-between;
  --tw-bg-opacity:    1;
  background-color:    rgb(243 243 243 / var(--tw-bg-opacity));
  padding-left:    1.25rem;
  padding-right:    1.25rem;
  padding-top:    1.25rem;
  padding-bottom:    1.75rem;
}

.cc-teaser-figure {
  position:    relative;
}

.cc-teaser-figure::after {
  position:    absolute;
  z-index:    10;
  display:    block;
  --tw-content:    '';
  content:    var(--tw-content);
  left:    50%;
  bottom:    -0.625rem;
  --tw-translate-x:    -50%;
  transform:    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  height:    1.25rem;
  width:    1.25rem;
  background-size:    contain;
  background-repeat:    no-repeat;
  background-image:    url('../../assets/icons/schluesselbauer-icon-blue-circle.svg');
}

.cc-teaser-grid {
  display:    grid;
  gap:    0.75rem;
}

@media (min-width: 576px) {
  .cc-teaser-grid {
    grid-template-columns:    repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .cc-teaser-grid {
    grid-template-columns:    repeat(3, minmax(0, 1fr));
  }
}

.cc-teaser-title {
  margin-bottom:    0.75rem;
  font-size:    1.5rem;
  line-height:    1.2;
  text-transform:    uppercase;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.cc-textBoxImageSlider {
  grid-template-columns:    repeat(12, minmax(0, 1fr));
  align-items:    center;
}

@media (min-width: 992px) {
  .cc-textBoxImageSlider {
    display:    grid;
  }
}

.cc-textBoxImageSlider-dots {
  grid-template-columns:    repeat(12, minmax(0, 1fr));
}

@media (min-width: 992px) {
  .cc-textBoxImageSlider-dots {
    display:    grid;
  }
}

.cc-textBoxImageSlider-dots {
  margin-top:    1rem;
  margin-bottom:    1rem;
}

.cc-textBoxImageSlider-nav {
  grid-column-start:    4;
  grid-column-end:    12;
  grid-row-start:    1;
  justify-self:    end;
}

.cc-textBoxImageSlider-imageCol {
  position:    relative;
  grid-column-start:    4;
  grid-column-end:    12;
  grid-row-start:    1;
}

.cc-textBoxImageSlider-textBoxCol {
  position:    relative;
  z-index:    10;
  grid-column-start:    1;
  grid-column-end:    5;
  grid-row-start:    1;
}

.cc-textBoxImageSlider--reverse .cc-textBoxImageSlider-imageCol {
  grid-column-start:    1;
  grid-column-end:    10;
}

.cc-textBoxImageSlider--reverse .cc-textBoxImageSlider-textBoxCol {
  grid-column-start:    8;
  grid-column-end:    12;
}

.cc-textBoxImageSlider-textBox {
  border-width:    1px;
  --tw-border-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-border-opacity));
  --tw-bg-opacity:    1;
  background-color:    rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top:    1.25rem;
  padding-left:    2rem;
  padding-right:    2rem;
  padding-bottom:    2rem;
}

/** ========================================================================
  START: UIkit Specials
 ========================================================================== */

.uk-icon > svg {
  height:    auto;
  width:    100%;
}

/** ========================================================================
  START: Miscellaneous
 ========================================================================== */

.tw-sr-only {
  position:    absolute;
  width:    1px;
  height:    1px;
  padding:    0;
  margin:    -1px;
  overflow:    hidden;
  clip:    rect(0, 0, 0, 0);
  white-space:    nowrap;
  border-width:    0;
}

.tw-col-span-full {
  grid-column:    1 / -1;
}

.tw-col-span-4 {
  grid-column:    span 4 / span 4;
}

.tw-col-span-2 {
  grid-column:    span 2 / span 2;
}

.tw-my-9 {
  margin-top:    2.25rem;
  margin-bottom:    2.25rem;
}

.tw-mt-8 {
  margin-top:    2rem;
}

.tw-mt-3 {
  margin-top:    0.75rem;
}

.tw-mb-text {
  margin-bottom:    var(--text-margin-vertical);
}

.tw-mb-4 {
  margin-bottom:    1rem;
}

.tw-mb-2 {
  margin-bottom:    0.5rem;
}

.\!tw-mb-5 {
  margin-bottom:    1.25rem !important;
}

.tw-mt-15 {
  margin-top:    3.75rem;
}

.\!tw-mb-4 {
  margin-bottom:    1rem !important;
}

.tw-mt-10 {
  margin-top:    2.5rem;
}

.tw-mb-10 {
  margin-bottom:    2.5rem;
}

.tw-mt-text {
  margin-top:    var(--text-margin-vertical);
}

.tw-ml-auto {
  margin-left:    auto;
}

.tw-mb-0 {
  margin-bottom:    0px;
}

.tw-mt-0 {
  margin-top:    0px;
}

.tw-ml-0 {
  margin-left:    0px;
}

.tw-mr-0 {
  margin-right:    0px;
}

.tw-block {
  display:    block;
}

.tw-flex {
  display:    flex;
}

.tw-grid {
  display:    grid;
}

.tw-h-12 {
  height:    3rem;
}

.tw-w-\[154px\] {
  width:    154px;
}

.tw-w-5\/6 {
  width:    83.333333%;
}

.tw-w-12 {
  width:    3rem;
}

.tw-w-\[170px\] {
  width:    170px;
}

.tw-w-\[213px\] {
  width:    213px;
}

.tw-w-13 {
  width:    3.25rem;
}

.tw-max-w-xl {
  max-width:    36rem;
}

.tw-max-w-none {
  max-width:    none;
}

.tw-flex-none {
  flex:    none;
}

.tw-grid-cols-5 {
  grid-template-columns:    repeat(5, minmax(0, 1fr));
}

.tw-grid-cols-2 {
  grid-template-columns:    repeat(2, minmax(0, 1fr));
}

.tw-flex-wrap {
  flex-wrap:    wrap;
}

.tw-items-end {
  align-items:    flex-end;
}

.tw-gap-5 {
  gap:    1.25rem;
}

.tw-gap-4 {
  gap:    1rem;
}

.tw-gap-x-5 {
  -moz-column-gap:    1.25rem;
       column-gap:    1.25rem;
}

.tw-gap-y-8 {
  row-gap:    2rem;
}

.tw-gap-x-6 {
  -moz-column-gap:    1.5rem;
       column-gap:    1.5rem;
}

.tw-gap-y-4 {
  row-gap:    1rem;
}

.tw-gap-x-10 {
  -moz-column-gap:    2.5rem;
       column-gap:    2.5rem;
}

.tw-gap-y-3 {
  row-gap:    0.75rem;
}

.tw-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(2.75rem * var(--tw-space-y-reverse));
}

.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(2rem * var(--tw-space-y-reverse));
}

.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(1.25rem * var(--tw-space-y-reverse));
}

.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(0.75rem * var(--tw-space-y-reverse));
}

.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:    0;
  margin-top:    calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:    calc(1rem * var(--tw-space-y-reverse));
}

.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse:    0;
  border-top-width:    calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:    calc(1px * var(--tw-divide-y-reverse));
}

.tw-divide-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity:    1;
  border-color:    rgb(0 89 163 / var(--tw-divide-opacity));
}

.tw-overflow-auto {
  overflow:    auto;
}

.tw-py-2 {
  padding-top:    0.5rem;
  padding-bottom:    0.5rem;
}

.tw-pr-\[2\.375rem\] {
  padding-right:    2.375rem;
}

.tw-pr-\[1\.1rem\] {
  padding-right:    1.1rem;
}

.\!tw-text-xlarge {
  font-size:    1.6875rem !important;
  line-height:    1.1 !important;
}

.tw-font-medium {
  font-weight:    500;
}

.\!tw-font-light {
  font-weight:    300 !important;
}

.tw-font-normal {
  font-weight:    400;
}

.tw-uppercase {
  text-transform:    uppercase;
}

.tw-normal-case {
  text-transform:    none;
}

.tw-text-blue {
  --tw-text-opacity:    1;
  color:    rgb(0 89 163 / var(--tw-text-opacity));
}

.tw-underline {
  -webkit-text-decoration-line:    underline;
          text-decoration-line:    underline;
}

.\!tw-no-underline {
  -webkit-text-decoration-line:    none !important;
          text-decoration-line:    none !important;
}

.tw-decoration-blue\/40 {
  -webkit-text-decoration-color:    rgb(0 89 163 / 0.4);
          text-decoration-color:    rgb(0 89 163 / 0.4);
}

.tw-decoration-2 {
  text-decoration-thickness:    2px;
}

.tw-underline-offset-4 {
  text-underline-offset:    4px;
}

@media (min-width: 420px) {
  .sm\:tw-grid-cols-3 {
    grid-template-columns:    repeat(3, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns:    repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 576px) {
  .md\:tw-col-span-1 {
    grid-column:    span 1 / span 1;
  }

  .md\:tw-block {
    display:    block;
  }

  .md\:tw-h-15 {
    height:    3.75rem;
  }

  .md\:tw-w-2\/3 {
    width:    66.666667%;
  }

  .md\:tw-w-3\/4 {
    width:    75%;
  }

  .md\:tw-w-15 {
    width:    3.75rem;
  }

  .md\:tw-w-4\/5 {
    width:    80%;
  }

  .md\:tw-gap-x-20 {
    -moz-column-gap:    5rem;
         column-gap:    5rem;
  }

  .md\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse:    0;
    margin-top:    calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:    calc(1rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px) {
  .lg\:tw-mt-9 {
    margin-top:    2.25rem;
  }

  .lg\:tw-w-1\/2 {
    width:    50%;
  }
}

@media (min-width: 992px) {
  .xl\:tw-w-3\/5 {
    width:    60%;
  }
}
