@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd) {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(img, video, canvas, svg) {
  display: block;
  max-width: 100%;
}

:where(button) {
  all: unset;
  cursor: pointer;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(ul, ol) {
  list-style: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

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

:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: 'Urbanist', var(--fallback);
  --headline: 'Urbanist', var(--fallback);
  --mainColor: #00579E;
  --mainColorRGB: 0, 87, 158;
  --mainColorLight: rgb(0, 115.082278481, 209);
  --mainColorDark: rgb(0, 44.8765822785, 81.5);
  --secondColor: #F8B423;
  --secondColorLight: rgb(249.5726872247, 196.8502202643, 84.4273127753);
  --secondColorDark: rgb(200.1321585903, 138.2731277533, 6.3678414097);
  --fontColor: #282828;
  --headlineColor: linear-gradient(180deg, #0170C9 0%, #00579E 100%);
  --backgroundColor: #E7EBF4;
  --backgroundColorRGB: 241, 241, 241;
  --backgroundColorDark: rgb(126.0857142857, 147.5714285714, 195.9142857143);
  --warningColor: #b10000;
  --formBorderColor: #b6b6b6;
  --defaultBorderRadius: 6px;
  --gradientSecondary: linear-gradient(180deg, #FFD171 0%, #F8B423 100%);
  --colorA: #FFD171;
  --colorB: #F8B423;
  --contrastColor: #000;
  --contrastColorRGB: 0, 0, 0;
  --contrastColorLight: rgb(25.5, 25.5, 25.5);
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255, 255, 255;
  --contrastColorDark: rgb(229.5, 229.5, 229.5);
  --baseFontSize: clamp(1rem, 0.9027777778rem + 0.2222222222vw, 1.125rem);
  --baseLineheight: 158%;
  --h1FontSize: clamp(2rem, 1.0277777778rem + 2.2222222222vw, 3.25rem);
  --h2FontSize: clamp(1.625rem, 0.75rem + 2vw, 2.75rem);
  --h3FontSize: clamp(1.5rem, 0.8194444444rem + 1.5555555556vw, 2.375rem);
  --h4FontSize: clamp(1.375rem, 0.8888888889rem + 1.1111111111vw, 2rem);
  --h5FontSize: clamp(1.125rem, 0.7361111111rem + 0.8888888889vw, 1.625rem);
  --h6FontSize: clamp(1rem, 0.8055555556rem + 0.4444444444vw, 1.25rem);
  --headlineLineheight: 120%;
  --headerHeight: 93px;
  --stickyHeaderHeight: 70px;
  --stickyHeaderHeightMobile: 70px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: clamp(1.875rem, 0.9027777778rem + 2.2222222222vw, 3.125rem);
  --defaultFrameSpace: clamp(2.5rem, -0.4166666667rem + 6.6666666667vw, 6.25rem);
  --recursiveFrameSpace: 10px;
  --baseTransition: all .3s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 960px;
  --maxWidth: 1200px;
  --maxWidthBig: 1500px;
  --maxWidthLarge: 1720px;
  --pageLimit: 1920px;
}

/* urbanist-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/urbanist-v18-latin-300.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/urbanist-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/urbanist-v18-latin-300.woff2") format("woff2"), url("../Fonts/urbanist-v18-latin-300.woff") format("woff"), url("../Fonts/urbanist-v18-latin-300.ttf") format("truetype"), url("../Fonts/urbanist-v18-latin-300.svg#Urbanist") format("svg"); /* Legacy iOS */
}
/* urbanist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/urbanist-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/urbanist-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/urbanist-v18-latin-regular.woff2") format("woff2"), url("../Fonts/urbanist-v18-latin-regular.woff") format("woff"), url("../Fonts/urbanist-v18-latin-regular.ttf") format("truetype"), url("../Fonts/urbanist-v18-latin-regular.svg#Urbanist") format("svg"); /* Legacy iOS */
}
/* urbanist-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/urbanist-v18-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/urbanist-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/urbanist-v18-latin-500.woff2") format("woff2"), url("../Fonts/urbanist-v18-latin-500.woff") format("woff"), url("../Fonts/urbanist-v18-latin-500.ttf") format("truetype"), url("../Fonts/urbanist-v18-latin-500.svg#Urbanist") format("svg"); /* Legacy iOS */
}
/* urbanist-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/urbanist-v18-latin-600.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/urbanist-v18-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/urbanist-v18-latin-600.woff2") format("woff2"), url("../Fonts/urbanist-v18-latin-600.woff") format("woff"), url("../Fonts/urbanist-v18-latin-600.ttf") format("truetype"), url("../Fonts/urbanist-v18-latin-600.svg#Urbanist") format("svg"); /* Legacy iOS */
}
/* urbanist-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/urbanist-v18-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/urbanist-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/urbanist-v18-latin-700.woff2") format("woff2"), url("../Fonts/urbanist-v18-latin-700.woff") format("woff"), url("../Fonts/urbanist-v18-latin-700.ttf") format("truetype"), url("../Fonts/urbanist-v18-latin-700.svg#Urbanist") format("svg"); /* Legacy iOS */
}
/* urbanist-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/urbanist-v18-latin-800.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/urbanist-v18-latin-800.eot?#iefix") format("embedded-opentype"), url("../Fonts/urbanist-v18-latin-800.woff2") format("woff2"), url("../Fonts/urbanist-v18-latin-800.woff") format("woff"), url("../Fonts/urbanist-v18-latin-800.ttf") format("truetype"), url("../Fonts/urbanist-v18-latin-800.svg#Urbanist") format("svg"); /* Legacy iOS */
}
/* urbanist-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/urbanist-v18-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/urbanist-v18-latin-900.eot?#iefix") format("embedded-opentype"), url("../Fonts/urbanist-v18-latin-900.woff2") format("woff2"), url("../Fonts/urbanist-v18-latin-900.woff") format("woff"), url("../Fonts/urbanist-v18-latin-900.ttf") format("truetype"), url("../Fonts/urbanist-v18-latin-900.svg#Urbanist") format("svg"); /* Legacy iOS */
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(var(--contrastColorInvertedRGB), 0);
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-size: var(--baseFontSize);
  font-weight: normal;
  font-family: var(--mainFont);
  color: var(--fontColor);
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: var(--contrastColorInverted);
  line-height: var(--baseLineheight);
  overflow-wrap: break-word;
}
body::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(var(--contrastColorRGB), 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
body.nav-open {
  overflow: hidden;
}
body.nav-open::before {
  opacity: 1;
}

::-moz-selection {
  background: var(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox, .foot) ::-moz-selection {
  background: var(--secondColor);
  color: var(--contrastColorInvertedRGB);
}

::-moz-selection {
  background: var(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}

::selection {
  background: var(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox, .foot) ::-moz-selection {
  background: var(--secondColor);
  color: var(--contrastColorInvertedRGB);
}
:is(.frame-cibgbox, .foot) ::selection {
  background: var(--secondColor);
  color: var(--contrastColorInvertedRGB);
}

hr {
  display: block;
  height: 1px;
  background: var(--backgroundColor);
  margin: 1em 0;
  border: none;
}

img:not(.is_svg),
video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.is_svg {
  display: inline-block;
  min-height: 1px;
  min-width: 1px;
  max-width: none;
}

figure {
  margin: 0;
}

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: var(--warningColor);
  font-size: 13px;
  color: var(--contrastColorInverted);
  text-align: center;
}
.browsehappy a {
  color: var(--contrastColorInverted) !important;
}

a:not([class]) {
  color: var(--mainColor);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:not([class]):hover, a:not([class]):focus-visible {
  color: var(--secondColor);
}
:is(.frame-cibgbox, .foot) a:not([class]) {
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox, .foot) a:not([class]):hover, :is(.frame-cibgbox, .foot) a:not([class]):focus-visible {
  color: rgba(var(--contrastColorInvertedRGB), 0.7);
}

a[href*="//"]:not(.button):not(.button-secondary) {
  position: relative;
}
a[href*="//"]:not(.button):not(.button-secondary)::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background: var(--mainColor);
  -webkit-mask: url("../Images/external-link.svg") no-repeat center left/100% auto;
          mask: url("../Images/external-link.svg") no-repeat center left/100% auto;
  margin-right: 10px;
  transition: var(--baseTransition);
}
a[href*="//"]:not(.button):not(.button-secondary):hover::before, a[href*="//"]:not(.button):not(.button-secondary):focus-visible::before {
  background: var(--mainColor);
}

.button[href*="//"]::before,
.button-secondary[href*="//"]::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--mainColor);
  -webkit-mask: url("../Images/external-link.svg") no-repeat center center/100% 100%;
          mask: url("../Images/external-link.svg") no-repeat center center/100% 100%;
  transform: translateY(-50%);
  margin-right: 0;
  transition: var(--baseTransition);
  z-index: 2;
}
.button[href*="//"]:hover, .button[href*="//"]:focus-visible,
.button-secondary[href*="//"]:hover,
.button-secondary[href*="//"]:focus-visible {
  padding: clamp(0.625rem, 0.5277777778rem + 0.2222222222vw, 0.75rem) 50px clamp(0.625rem, 0.5277777778rem + 0.2222222222vw, 0.75rem) clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem);
}
.button[href*="//"]:hover::before, .button[href*="//"]:focus-visible::before,
.button-secondary[href*="//"]:hover::before,
.button-secondary[href*="//"]:focus-visible::before {
  left: calc(100% - 38px);
}

figure a[href*="//"]::before {
  content: none !important;
}

.anchor {
  display: block;
  height: 0;
  position: relative;
  top: calc((var(--stickyHeaderHeight) + 20px) * -1);
}
@media all and (max-width: 1200px) {
  .anchor {
    top: calc((var(--stickyHeaderHeightMobile) + 20px) * -1);
  }
}

#subhead {
  position: relative;
}

.cont ul li {
  padding: 5px 10px 5px 25px;
  position: relative;
}
.cont ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--secondColor);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
}
.cont ul li ul li {
  padding: 5px 10px 5px 20px;
}
.cont ul li ul li::before {
  background: var(--mainColorLight);
}
:is(.frame-cibgbox) .cont ul li ul li::before {
  filter: brightness(0) invert(1);
}
.cont :is(.frame-cibgbox, .foot) ul li::before {
  filter: brightness(0) invert(1);
}

.cont ol {
  margin: 10px 0;
  counter-reset: item;
}
.cont ol > li {
  padding: 5px 0 5px 1.7em;
  counter-increment: item;
  position: relative;
}
.cont ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: bold;
}

.cont .ce-gallery .lightbox {
  position: relative;
  height: 100%;
  display: block;
}
.cont .ce-gallery .lightbox::before {
  content: "";
  background: rgba(var(--contrastColorRGB), 0.7) url("../Images/magnifier.svg") no-repeat center center;
  background-size: 36px 36px;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: var(--baseTransition);
  z-index: 1;
}
.cont .ce-gallery .lightbox:hover ::before, .cont .ce-gallery .lightbox:focus-visible ::before {
  opacity: 1;
}

.mfp-iframe-holder .mfp-content {
  max-width: 90vw;
  max-height: 90vh;
  width: 900px; /* desktop target */
  height: 700px; /* desktop target */
}

.mfp-iframe-holder .mfp-iframe {
  width: 100%;
  height: 100%;
}

.cont .ce-textpic .ce-gallery {
  margin-bottom: 0;
}
.cont .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 10px;
}

.image:has(figcaption) {
  position: relative;
}
.image:has(figcaption) figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(var(--contrastColorRGB), 0.7);
  color: var(--contrastColorInverted);
  font-size: 0.7em;
  padding: 5px 15px;
}

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

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

:where(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  margin: 0;
  font-family: var(--headline);
  line-height: var(--headlineLineheight);
  background-image: linear-gradient(180deg, #0170C9 0%, #00579E 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto 5;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  -webkit-hyphenate-limit-lines: 2;
}
:where(h1, h2, h3, h4, h5, h6) + :where(p, ul, ol) {
  margin-top: 1.2em;
}
:is(.frame-cibgbox, .foot) :where(h1, h2, h3, h4, h5, h6) {
  color: var(--contrastColorInverted);
  background: initial;
}
@media all and (max-width: 450px) {
  :where(h1, h2, h3, h4, h5, h6) {
    -webkit-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-chars: auto 5;
    -webkit-hyphenate-limit-before: 5;
    -webkit-hyphenate-limit-after: 5;
    -webkit-hyphenate-limit-lines: 2;
  }
}

h1 {
  font-size: var(--h1FontSize);
  line-height: 130%;
}
:is(#uid29) h1 {
  font-size: calc(var(--h1FontSize) * 0.7);
}

h2 {
  font-size: var(--h2FontSize);
}
:is(#uid29) h2 {
  font-size: calc(var(--h2FontSize) * 0.7);
}

h3 {
  font-size: var(--h3FontSize);
}
:is(#uid29) h3 {
  font-size: calc(var(--h3FontSize) * 0.7);
}

h4 {
  font-size: var(--h4FontSize);
}
:is(#uid29) h4 {
  font-size: calc(var(--h4FontSize) * 0.7);
}

h5 {
  font-size: var(--h5FontSize);
}
:is(#uid29) h5 {
  font-size: calc(var(--h5FontSize) * 0.7);
}

h6 {
  font-size: var(--h6FontSize);
}
:is(#uid29) h6 {
  font-size: calc(var(--h6FontSize) * 0.7);
}

p[class*=roofline] {
  position: relative;
  margin-bottom: 20px;
  color: var(--mainColor);
  font-family: var(--mainFont);
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 10px;
  border: 1px solid var(--mainColor);
  border-radius: 0 6px 6px 6px;
}
p[class*=roofline]::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -1px;
  width: 100px;
  height: 9px;
  background: url("../Images/roofline.svg") no-repeat center/100% auto;
}

*[class*=headline] + *:not(.frame) {
  margin-top: 1em;
}

.roofline + *[class*=headline] {
  margin-top: 0;
}

:where(p:not([class*=roofline]), ul, ol) + :where(h1, h2, h3, h4, h5, h6, p, ul) {
  margin-top: 1em;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

:is(.frame-cibgbox, .foot) p {
  color: var(--contrastColorInverted);
}

.button, .news.news-single > .article .news-backlink-wrap a, .head .tabtocontent, input[type=submit],
button[type=submit],
.button-secondary,
.news .news-list-view .article .right > .teaser-text .more {
  position: relative;
  display: inline-block;
  color: var(--mainColor);
  padding: clamp(0.625rem, 0.5277777778rem + 0.2222222222vw, 0.75rem) clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem) clamp(0.625rem, 0.5277777778rem + 0.2222222222vw, 0.75rem) 50px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-size: clamp(1rem, 0.9027777778rem + 0.2222222222vw, 1.125rem);
  line-height: normal;
  background: linear-gradient(var(--colorA), var(--colorB));
  border-radius: var(--defaultBorderRadius);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.button::after, .news.news-single > .article .news-backlink-wrap a::after, .head .tabtocontent::after, input[type=submit]::after,
button[type=submit]::after,
.button-secondary::after,
.news .news-list-view .article .right > .teaser-text .more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(#f8b423, #f8b423);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: -1;
}
.button::before, .news.news-single > .article .news-backlink-wrap a::before, .head .tabtocontent::before, input[type=submit]::before,
button[type=submit]::before,
.button-secondary::before,
.news .news-list-view .article .right > .teaser-text .more::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--mainColor);
  -webkit-mask: url("../Images/arrow.svg") no-repeat center center/100% 100%;
          mask: url("../Images/arrow.svg") no-repeat center center/100% 100%;
  transform: translate(0, -50%);
  transition: var(--baseTransition);
  z-index: 2;
}
.button:hover, .news.news-single > .article .news-backlink-wrap a:hover, .head .tabtocontent:hover, input[type=submit]:hover,
button[type=submit]:hover, .button:focus-visible, .news.news-single > .article .news-backlink-wrap a:focus-visible, .head .tabtocontent:focus-visible, input[type=submit]:focus-visible,
button[type=submit]:focus-visible,
.button-secondary:hover,
.news .news-list-view .article .right > .teaser-text .more:hover,
.button-secondary:focus-visible,
.news .news-list-view .article .right > .teaser-text .more:focus-visible {
  border-color: var(--mainColorDark);
  padding: clamp(0.625rem, 0.5277777778rem + 0.2222222222vw, 0.75rem) 50px clamp(0.625rem, 0.5277777778rem + 0.2222222222vw, 0.75rem) clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem);
}
.button:hover::after, .news.news-single > .article .news-backlink-wrap a:hover::after, .head .tabtocontent:hover::after, input[type=submit]:hover::after,
button[type=submit]:hover::after, .button:focus-visible::after, .news.news-single > .article .news-backlink-wrap a:focus-visible::after, .head .tabtocontent:focus-visible::after, input[type=submit]:focus-visible::after,
button[type=submit]:focus-visible::after,
.button-secondary:hover::after,
.news .news-list-view .article .right > .teaser-text .more:hover::after,
.button-secondary:focus-visible::after,
.news .news-list-view .article .right > .teaser-text .more:focus-visible::after {
  opacity: 1;
}
.button:hover::before, .news.news-single > .article .news-backlink-wrap a:hover::before, .head .tabtocontent:hover::before, input[type=submit]:hover::before,
button[type=submit]:hover::before, .button:focus-visible::before, .news.news-single > .article .news-backlink-wrap a:focus-visible::before, .head .tabtocontent:focus-visible::before, input[type=submit]:focus-visible::before,
button[type=submit]:focus-visible::before,
.button-secondary:hover::before,
.news .news-list-view .article .right > .teaser-text .more:hover::before,
.button-secondary:focus-visible::before,
.news .news-list-view .article .right > .teaser-text .more:focus-visible::before {
  left: calc(100% - 38px);
}
.button:not(:only-child), .news.news-single > .article .news-backlink-wrap a:not(:only-child), .head .tabtocontent:not(:only-child), input[type=submit]:not(:only-child),
button[type=submit]:not(:only-child),
.button-secondary:not(:only-child),
.news .news-list-view .article .right > .teaser-text .more:not(:only-child) {
  margin: 0 1em 1em 0;
}
.text-center .button:not(:only-child), .text-center .news.news-single > .article .news-backlink-wrap a:not(:only-child), .news.news-single > .article .news-backlink-wrap .text-center a:not(:only-child), .text-center .head .tabtocontent:not(:only-child), .head .text-center .tabtocontent:not(:only-child), .text-center input[type=submit]:not(:only-child),
.text-center button[type=submit]:not(:only-child),
.text-center .button-secondary:not(:only-child),
.text-center .news .news-list-view .article .right > .teaser-text .more:not(:only-child),
.news .news-list-view .article .right > .teaser-text .text-center .more:not(:only-child) {
  margin: 0 1em 1em;
}
:is(.frame-cibgbox, .foot) .button, :is(.frame-cibgbox, .foot) .news.news-single > .article .news-backlink-wrap a, .news.news-single > .article .news-backlink-wrap :is(.frame-cibgbox, .foot) a, :is(.frame-cibgbox, .foot) .head .tabtocontent, .head :is(.frame-cibgbox, .foot) .tabtocontent, :is(.frame-cibgbox, .foot) input[type=submit],
:is(.frame-cibgbox, .foot) button[type=submit],
:is(.frame-cibgbox, .foot) .button-secondary,
:is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more,
.news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more {
  color: var(--mainColor);
}
:is(.frame-cibgbox, .foot) .button:hover, :is(.frame-cibgbox, .foot) .news.news-single > .article .news-backlink-wrap a:hover, .news.news-single > .article .news-backlink-wrap :is(.frame-cibgbox, .foot) a:hover, :is(.frame-cibgbox, .foot) .head .tabtocontent:hover, .head :is(.frame-cibgbox, .foot) .tabtocontent:hover, :is(.frame-cibgbox, .foot) input[type=submit]:hover,
:is(.frame-cibgbox, .foot) button[type=submit]:hover, :is(.frame-cibgbox, .foot) .button:focus-visible, :is(.frame-cibgbox, .foot) .news.news-single > .article .news-backlink-wrap a:focus-visible, .news.news-single > .article .news-backlink-wrap :is(.frame-cibgbox, .foot) a:focus-visible, :is(.frame-cibgbox, .foot) .head .tabtocontent:focus-visible, .head :is(.frame-cibgbox, .foot) .tabtocontent:focus-visible, :is(.frame-cibgbox, .foot) input[type=submit]:focus-visible,
:is(.frame-cibgbox, .foot) button[type=submit]:focus-visible,
:is(.frame-cibgbox, .foot) .button-secondary:hover,
:is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more:hover,
.news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more:hover,
:is(.frame-cibgbox, .foot) .button-secondary:focus-visible,
:is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more:focus-visible,
.news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more:focus-visible {
  color: var(--mainColor);
}

.button-secondary, .news .news-list-view .article .right > .teaser-text .more {
  color: var(--mainColor);
  background: transparent;
  border: 1px solid var(--mainColor);
}
.button-secondary:hover, .news .news-list-view .article .right > .teaser-text .more:hover, .button-secondary:focus-visible, .news .news-list-view .article .right > .teaser-text .more:focus-visible {
  background-color: var(--secondColor);
  border-color: var(--secondColor);
  color: var(--mainColor);
}
:is(.frame-cibgbox, .foot) .button-secondary, :is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more, .news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more {
  background: transparent;
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox, .foot) .button-secondary::before, :is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more::before, .news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more::before {
  background: var(--contrastColorInverted);
}
:is(.frame-cibgbox, .foot) .button-secondary::after, :is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more::after, .news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more::after {
  content: none;
}
:is(.frame-cibgbox, .foot) .button-secondary:hover, :is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more:hover, .news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more:hover, :is(.frame-cibgbox, .foot) .button-secondary:focus-visible, :is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more:focus-visible, .news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more:focus-visible {
  background-color: var(--contrastColorInverted);
  color: var(--mainColor);
}
:is(.frame-cibgbox, .foot) .button-secondary:hover::before, :is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more:hover::before, .news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more:hover::before, :is(.frame-cibgbox, .foot) .button-secondary:focus-visible::before, :is(.frame-cibgbox, .foot) .news .news-list-view .article .right > .teaser-text .more:focus-visible::before, .news .news-list-view .article .right > .teaser-text :is(.frame-cibgbox, .foot) .more:focus-visible::before {
  background: var(--mainColor);
}

.phone,
.mail,
.fax {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: var(--fontColor);
  text-decoration: none;
  font-size: 18px;
  transition: var(--baseTransition);
}
:is(.frame-cibgbox) .phone,
:is(.frame-cibgbox) .mail,
:is(.frame-cibgbox) .fax {
  color: var(--contrastColorInverted);
  transition: opacity 0.3s ease-in-out;
}
:is(.frame-cibgbox) .phone:hover, :is(.frame-cibgbox) .phone:focus-visible,
:is(.frame-cibgbox) .mail:hover,
:is(.frame-cibgbox) .mail:focus-visible,
:is(.frame-cibgbox) .fax:hover,
:is(.frame-cibgbox) .fax:focus-visible {
  color: var(--contrastColorInverted);
  opacity: 0.7;
}
.phone::before,
.mail::before,
.fax::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--mainColor);
  -webkit-mask: url("../Images/phone.svg") no-repeat center/100% auto;
          mask: url("../Images/phone.svg") no-repeat center/100% auto;
}
:is(.frame-cibgbox, .foot) .phone::before,
:is(.frame-cibgbox, .foot) .mail::before,
:is(.frame-cibgbox, .foot) .fax::before {
  background: var(--contrastColorInverted);
}
.phone:hover, .phone:focus-visible,
.mail:hover,
.mail:focus-visible,
.fax:hover,
.fax:focus-visible {
  color: var(--secondColor);
}

.mail::before {
  -webkit-mask: url("../Images/mail.svg") no-repeat center/100% auto;
          mask: url("../Images/mail.svg") no-repeat center/100% auto;
}

.fax::before {
  -webkit-mask: url("../Images/fax.svg") no-repeat center/100% auto;
          mask: url("../Images/fax.svg") no-repeat center/100% auto;
}

.maincolortext {
  color: var(--mainColor) !important;
}

.largetext {
  font-size: 20px;
}

.smalltext {
  font-size: 0.85em;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  display: inline-block;
}
.underline::after {
  content: "";
  display: block;
  position: relative;
  height: 3px; /* debljina linije */
  margin-top: -0.1em;
  background-image: repeating-linear-gradient(to right, #f2b500, #f2b500 10px, transparent 10px, transparent 16px);
}

.bgcoloredtxt {
  background: var(--backgroundColor);
  padding: clamp(1.5625rem, 0.8333333333rem + 1.6666666667vw, 2.5rem);
  margin-block: clamp(1.5625rem, 0.3472222222rem + 2.7777777778vw, 3.125rem);
  border-radius: var(--defaultBorderRadius);
}

a[href$=".pdf"] {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mainColor);
  margin: 15px 0;
  font-size: clamp(0.875rem, 0.375rem + 0.6666666667vw, 1.125rem);
}
a[href$=".pdf"]::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: var(--mainColor);
  -webkit-mask: url("../Images/download.svg") no-repeat center center/100% 100%;
          mask: url("../Images/download.svg") no-repeat center center/100% 100%;
  transition: var(--baseTransition);
}
a[href$=".pdf"]:hover::before {
  background: var(--secondColor);
}

.arrow-word {
  padding: 5px 10px 5px 25px;
  position: relative;
  margin-top: clamp(1.25rem, 0.5208333333rem + 1.6666666667vw, 2.1875rem);
}
.arrow-word::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url("../Images/arrow.svg") no-repeat center/100% 100%;
          mask: url("../Images/arrow.svg") no-repeat center/100% 100%;
  background: var(--mainColor);
}
.arrow-word + :where(h1, h2, h3, h4, h5, h6, p, ul) {
  margin-top: 0;
}

.table_container {
  overflow: auto;
}
.table_container:has(.styledtable) {
  max-width: 875px;
  border: 1px solid var(--backgroundColor);
  border-radius: var(--defaultBorderRadius);
}

.cont table {
  width: 100%;
  border-collapse: collapse;
}
.cont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: var(--mainColor);
  padding: 10px 15px;
}
.cont table tr td {
  padding: 5px 15px;
}
.cont table thead tr th {
  border-bottom: 1px solid var(--mainColor);
}
.cont table:not(.styledtable) tr th:first-child {
  padding-left: 0;
}
.cont table:not(.styledtable) tr td:first-child {
  padding-left: 0;
}
.cont table.styledtable tr:first-child {
  background-color: var(--mainColor);
}
.cont table.styledtable tr:first-child span {
  color: var(--contrastColorInverted);
}
.cont table.styledtable tr th {
  color: var(--contrastColorInverted);
  background: var(--mainColor);
}
.cont table.styledtable tr td {
  padding: 30px 20px;
  border-right: none;
}
.cont table.styledtable tr:nth-child(even) {
  background-color: var(--backgroundColor);
}
.cont table.styledtable thead tr th {
  border-bottom: none;
}

@container (width < 960px) {
  .CookieDeclarationTable {
    display: block;
    max-width: 100%;
    overflow: auto;
  }
}
.gridrow {
  display: grid;
  gap: var(--space);
  --space: var(--spaceBetweenDefault);
  grid-template-columns: minmax(0, 1fr);
}
.gridrow.col-spacing-wide {
  --space: var(--spaceBetweenWide);
}
.gridrow.col-spacing-slim {
  --space: var(--spaceBetweenSlim);
}
.gridrow.align-middle {
  align-items: center;
}
.gridrow.align-top {
  align-items: flex-start;
}
.gridrow.align-bottom {
  align-items: flex-end;
}

/*Boxen 2er%*/
@media all and (min-width: 768px) {
  .px-grid2cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/*Boxen 3er%*/
@media all and (min-width: 768px) {
  .px-grid3cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*Boxen 4er%*/
@media all and (min-width: 768px) {
  .px-grid4cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .px-grid4cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*Boxen 5er%*/
@media all and (min-width: 768px) {
  .px-grid5cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .px-grid5cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (min-width: 1200px) {
  .px-grid5cols {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/*Boxen 33%-66%*/
@media all and (min-width: 768px) {
  .px-grid3366 {
    grid-template-columns: calc(33.333% - 1 * var(--space) / 2) calc(66.666% - 1 * var(--space) / 2);
  }
}

/*Boxen 66%-33%*/
@media all and (min-width: 768px) {
  .px-grid6633 {
    grid-template-columns: calc(66.666% - 1 * var(--space) / 2) calc(33.333% - 1 * var(--space) / 2);
  }
}

/*Boxen 20%-80%*/
@media all and (min-width: 768px) {
  .px-grid2080 {
    grid-template-columns: calc(33.333% - 1 * var(--space) / 2) calc(66.666% - 1 * var(--space) / 2);
  }
}
@media all and (min-width: 960px) {
  .px-grid2080 {
    grid-template-columns: calc(20% - 1 * var(--space) / 2) calc(80% - 1 * var(--space) / 2);
  }
}

/*Boxen 80%-20%*/
@media all and (min-width: 768px) {
  .px-grid8020 {
    grid-template-columns: calc(66.666% - 1 * var(--space) / 2) calc(33.333% - 1 * var(--space) / 2);
  }
}
@media all and (min-width: 960px) {
  .px-grid8020 {
    grid-template-columns: calc(80% - 1 * var(--space) / 2) calc(20% - 1 * var(--space) / 2);
  }
}

body {
  position: relative;
  display: flex;
  max-width: var(--pageLimit);
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  margin: 0 auto;
  overflow-x: clip;
}
body.layout_pagets__noBanner header {
  position: -webkit-sticky;
  position: sticky;
}
body main {
  position: relative;
  flex: 1 0 auto;
  overflow-x: clip;
}
body main section > div.frame:first-of-type:not(:where(.frame-lightbgbox.frame-layout-10,
.frame-lightbgbox.frame-layout-20,
.frame-cibgbox.frame-layout-10,
.frame-cibgbox.frame-layout-20,
.frame-type-pxproject_grid100withimages),
.frame-space-before-extra-small,
.frame-space-before-small,
.frame-space-before-medium,
.frame-space-before-large,
.frame-space-before-extra-large) {
  padding-top: var(--defaultFrameSpace);
}
body main section > div:last-child:not(:where(.frame-lightbgbox.frame-layout-10,
.frame-lightbgbox.frame-layout-20,
.frame-cibgbox.frame-layout-10,
.frame-cibgbox.frame-layout-20,
.frame-type-pxproject_grid100withimages,
.frame-space-after-extra-small,
.frame-space-after-small,
.frame-space-after-medium,
.frame-space-after-large,
.frame-space-after-extra-large)) {
  padding-bottom: var(--defaultFrameSpace);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--formBorderColor);
  border-radius: 0;
  font-family: var(--mainFont);
  border-radius: var(--defaultBorderRadius);
  padding: 20px 15px;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--mainColor);
  outline: none;
}

.floating-label {
  position: relative;
}
.floating-label :is(input, textarea) {
  padding: 20px 15px;
}
.floating-label label {
  display: block;
  transition: var(--baseTransition);
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(1rem);
  pointer-events: none;
}
.floating-label:has(:focus-visible) label, .floating-label:has(input:not(:placeholder-shown)) label, .floating-label:has(textarea:not(:placeholder-shown)) label, .floating-label:has(:-webkit-autofill) label {
  transform: translateY(0.2rem);
  font-size: 0.6em;
}
.floating-label:has(:focus-visible) input, .floating-label:has(:focus-visible) textarea,
.floating-label input:not(:placeholder-shown),
.floating-label textarea:not(:placeholder-shown),
.floating-label :-webkit-autofill {
  padding: 25px 15px 15px;
}
.floating-label ::-webkit-input-placeholder {
  color: transparent;
}
.floating-label :-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label ::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label :-ms-input-placeholder {
  color: transparent;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
  border: none;
  outline: none;
}
input[type=submit]:focus {
  border: none;
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: var(--fontColor);
  background: url("../Images/select.svg") no-repeat center right 15px/15px auto;
  padding-right: 45px;
}
select option {
  color: var(--fontColor);
}
select:valid {
  border-color: var(--mainColor);
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
  height: 180px;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  transition-delay: 2147483647s;
}

::-webkit-input-placeholder {
  color: var(--mainColorDark);
}

:-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}

::-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}

:-ms-input-placeholder {
  color: var(--mainColorDark);
}

:focus {
  outline: rgba(var(--contrastColorInvertedRGB), 0);
}

.checkbox,
.radio {
  padding: 10px;
}
.checkbox input,
.radio input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: var(--contrastColorInverted);
  background-position: center;
  border: 1px solid var(--formBorderColor);
  transition: var(--baseTransition);
}
.checkbox input:hover, .checkbox input:focus-visible,
.radio input:hover,
.radio input:focus-visible {
  border-color: var(--mainColor);
}
.checkbox input:checked,
.radio input:checked {
  background: var(--contrastColorInverted) url("../Images/check.svg") no-repeat center center/80% auto;
  border: 1px solid var(--mainColor);
}
.checkbox input[type=radio],
.radio input[type=radio] {
  border-radius: 100%;
}

.frame[class*=px] {
  container-type: inline-size;
}

.frame-lightbgbox {
  position: relative;
  background: var(--backgroundColor);
}
.frame-lightbgbox .slick-dots li button::after {
  background: var(--contrastColorInverted);
}

.frame-cibgbox {
  position: relative;
  background: linear-gradient(99deg, #00579E 9.16%, #0170C9 59.94%);
  color: var(--contrastColorInverted);
}
.frame-cibgbox :where(h1, h2, h3, h4, h5, h6) {
  background: initial;
  -webkit-text-fill-color: var(--contrastColorInverted);
  background-clip: initial;
  color: var(--contrastColorInverted);
}
.frame-cibgbox table thead tr th {
  border-color: var(--contrastColorInverted);
}
.frame-cibgbox table tr th {
  color: var(--contrastColorInverted);
}
.frame-cibgbox table.styledtable tr th {
  background: var(--contrastColorInverted);
  color: var(--mainColor);
  border-color: var(--mainColorDark);
}
.frame-cibgbox table.styledtable tr td {
  border-color: var(--mainColorDark);
}
.frame-cibgbox table.styledtable tr:nth-child(even) {
  background-color: var(--mainColorDark);
}

/*Layouts -----------------------------------------*/
.cont > .frame {
  width: 100%;
}
.cont > .frame > .inner {
  width: var(--baseWidth);
  margin-inline: auto;
  max-width: var(--maxWidthBig);
}
.cont > .frame.frame-layout-10 > .inner {
  max-width: none;
}
.cont > .frame.frame-layout-10.frame-lightbgbox {
  padding: 20px 0;
}
.cont > .frame.frame-layout-20 > .inner {
  max-width: var(--pageLimit);
}
.cont .frame-layout-30 > .inner {
  max-width: var(--reducedWidth);
}

.frame {
  padding: var(--defaultFrameSpace) 0;
}
.frame:where(.frame-space-before-extra-small, .frame-space-before-small, .frame-space-before-medium, .frame-space-before-large, .frame-space-before-extra-large, .frame-space-before-nospace) {
  margin-top: 0;
}
.frame:where(.frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace) {
  margin-bottom: 0;
}
.frame.frame:not(:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage, .frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace)):has(+ :is(.frame-space-before-extra-small, .frame-space-before-small, .frame-space-before-medium, .frame-space-before-large, .frame-space-before-extra-large, .frame-space-before-nospace)) {
  padding-bottom: 0;
}
.frame.frame:not(:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage, .frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace)):has(+ :is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage)) {
  padding-bottom: calc(var(--defaultFrameSpace) * 2);
}
.frame:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage):has(+ .frame:not(:is(.frame-space-before-extra-small, .frame-space-before-small, .frame-space-before-medium, .frame-space-before-large, .frame-space-before-extra-large, .frame-space-before-nospace))) + .frame {
  padding-top: calc(var(--defaultFrameSpace) * 2);
}
.frame .frame {
  padding: var(--recursiveFrameSpace) 0;
}
.frame .frame .frame {
  padding: 0;
}
:is(.head, #subhead, .foot) .frame {
  padding-block: 0;
}
.frame-space-before-extra-small {
  padding-top: clamp(0.9375rem, 0.6944444444rem + 0.5555555556vw, 1.25rem) !important;
}
.frame-space-after-extra-small {
  padding-bottom: clamp(0.9375rem, 0.6944444444rem + 0.5555555556vw, 1.25rem) !important;
}
.frame-space-before-small {
  padding-top: clamp(1.25rem, -0.2083333333rem + 3.3333333333vw, 3.125rem) !important;
}
.frame-space-after-small {
  padding-bottom: clamp(1.25rem, -0.2083333333rem + 3.3333333333vw, 3.125rem) !important;
}
.frame-space-before-medium {
  padding-top: clamp(1.875rem, -1.5277777778rem + 7.7777777778vw, 6.25rem) !important;
}
.frame-space-after-medium {
  padding-bottom: clamp(1.875rem, -1.5277777778rem + 7.7777777778vw, 6.25rem) !important;
}
.frame-space-before-large {
  padding-top: clamp(2.5rem, -3.8194444444rem + 14.4444444444vw, 10.625rem) !important;
}
.frame-space-after-large {
  padding-bottom: clamp(2.5rem, -3.8194444444rem + 14.4444444444vw, 10.625rem) !important;
}
.frame-space-before-extra-large {
  padding-top: clamp(3.125rem, -4.1666666667rem + 16.6666666667vw, 12.5rem) !important;
}
.frame-space-after-extra-large {
  padding-bottom: clamp(3.125rem, -4.1666666667rem + 16.6666666667vw, 12.5rem) !important;
}
.frame-space-before-nospace {
  padding-top: 0 !important;
}
.frame-space-after-nospace {
  padding-bottom: 0 !important;
}
.frame-space:is(.frame-space-before-extra-small, .frame-space-before-small, .frame-space-before-medium, .frame-space-before-large, .frame-space-before-extra-large, .frame-space-before-nospace) {
  margin-top: 0;
}
.frame-space:is(.frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace) {
  margin-bottom: 0;
}
.frame-space:is(.frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace):not(:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage)):has(+ .frame:not(:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage, .frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace))) + .frame {
  padding-top: 0;
}

/*
*********************
Responsive Design ONLY for the standard Elements of TYPO3
*********************
*/
@container (width < 1024px) {
  /*
  *********************
  Text & Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-textpic.ce-intext {
    /*
    *********************
    Text & Bild / Text & Medien – Im Text rechts, Im Text links,
    Neben dem Text rechts, Neben dem Text links
    *********************
    */
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: unset;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column {
    float: unset;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video {
    display: block;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video video {
    width: 100%;
    height: auto;
  }
}
@container (width < 960px) {
  /*
  *********************
  Nur Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-image .ce-gallery {
    margin-bottom: 0;
    float: none;
  }
  .ce-image .ce-gallery .ce-column {
    float: none;
  }
  .ce-image .ce-gallery .image {
    display: block;
    width: 100%;
  }
  .ce-image .ce-gallery .image img {
    width: 100%;
    height: auto;
  }
  /*
  *********************
  Dateilinks – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-uploads li::before {
    content: none !important;
  }
  .ce-uploads li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ce-uploads li a {
    display: block;
  }
  .ce-uploads li a img {
    display: block;
    float: unset;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .ce-uploads li > div span {
    font-size: 14px;
  }
}
.breadcrumb {
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin: var(--spaceBetweenDefault) auto;
}
.breadcrumb ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  padding: 0;
  font-size: 12px;
  color: var(--backgroundColorDark);
}
.breadcrumb ul li:first-child::before {
  content: none;
}
.breadcrumb ul li:not(:first-child)::before {
  content: "»";
  position: relative;
  top: initial;
  left: initial;
  background: transparent;
  margin-right: 10px;
}

.stickybuttons-wrapper {
  position: fixed;
  top: 28%;
  right: 10px;
  z-index: 20;
  overflow: visible;
  padding: 10px 10px 10px 0;
  pointer-events: none;
}
@media all and (min-width: 1920px) {
  .stickybuttons-wrapper {
    right: calc((100vw - var(--pageLimit)) / 2);
  }
}
@media all and (max-width: 768px) {
  .stickybuttons-wrapper {
    top: auto;
    bottom: 90px;
    right: 0;
  }
}
.stickybuttons-wrapper .stickybuttons {
  display: flex;
  flex-direction: column;
  pointer-events: all;
  border-radius: 40px;
  background: var(--mainColor);
  overflow: visible;
  width: 50px;
  position: relative;
}
.stickybuttons-wrapper .stickybuttons:hover li:not(:first-child) .text {
  max-width: 300px;
  padding: 0 20px 0 45px;
  opacity: 1;
  pointer-events: auto;
}
.stickybuttons-wrapper .stickybuttons:hover li:not(:first-child) .text::before {
  opacity: 1;
}
.stickybuttons-wrapper .stickybuttons li {
  position: relative;
  transition: var(--baseTransition);
}
.stickybuttons-wrapper .stickybuttons li a, .stickybuttons-wrapper .stickybuttons li .fakeLink {
  display: flex;
  align-items: center;
  color: var(--fontColor);
  pointer-events: auto;
  transition: var(--baseTransition);
  position: relative;
}
.stickybuttons-wrapper .stickybuttons li a:hover, .stickybuttons-wrapper .stickybuttons li .fakeLink:hover {
  text-decoration: none;
}
.stickybuttons-wrapper .stickybuttons li a .image, .stickybuttons-wrapper .stickybuttons li .fakeLink .image {
  min-width: 50px;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.stickybuttons-wrapper .stickybuttons li a .image img, .stickybuttons-wrapper .stickybuttons li .fakeLink .image img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
}
.stickybuttons-wrapper .stickybuttons li a .text, .stickybuttons-wrapper .stickybuttons li .fakeLink .text {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--backgroundColor);
  border-radius: 25px 0 0 25px;
  padding: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: var(--fontColor);
  font-family: var(--headline);
  transition: all 0.3s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 35px;
  z-index: -1;
}
.stickybuttons-wrapper .stickybuttons li a .text::before, .stickybuttons-wrapper .stickybuttons li .fakeLink .text::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.stickybuttons-wrapper .stickybuttons li a .text p, .stickybuttons-wrapper .stickybuttons li .fakeLink .text p {
  margin: 0;
  width: 100%;
}
.stickybuttons-wrapper .stickybuttons li:nth-child(2) .text::before {
  background-image: url("../Images/phone-blue.svg");
}
.stickybuttons-wrapper .stickybuttons li:nth-child(3) .text::before {
  background-image: url("../Images/mail.svg");
}
.stickybuttons-wrapper .stickybuttons li.first {
  padding-top: 0;
  position: relative;
}
.stickybuttons-wrapper .stickybuttons li.first .image {
  padding: 10px;
}
.stickybuttons-wrapper .stickybuttons li.first .image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: none;
}
.stickybuttons-wrapper .stickybuttons li:nth-child(2) {
  padding-top: 0;
}
.stickybuttons-wrapper .stickybuttons li.last {
  padding-bottom: 0;
}

.head {
  position: fixed;
  top: 0;
  transition: var(--baseTransition);
  width: 100%;
  overflow-x: clip;
  z-index: 99;
  max-width: var(--pageLimit);
  background: var(--contrastColorInverted);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
.head.is-sticky {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  background: var(--contrastColorInverted);
}
@media all and (max-width: 1200px) {
  .head.is-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.head > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin-block: 20px;
  margin-inline: auto;
  transition: var(--baseTransition);
  gap: clamp(0.625rem, 0.1388888889rem + 1.1111111111vw, 1.25rem);
}
:is(.is-sticky) .head > .inner {
  margin-block: 10px;
}
.head > .inner .logo {
  transition: var(--baseTransition);
  -webkit-mask: url("../Images/logo_blue.svg") no-repeat 0/contain;
          mask: url("../Images/logo_blue.svg") no-repeat 0/contain;
  background: var(--mainColor);
  width: clamp(9.375rem, 6.9444444444rem + 5.5555555556vw, 12.5rem);
  height: clamp(2.5rem, 1.8680555556rem + 1.4444444444vw, 3.3125rem);
}
:is(.is-sticky) .head > .inner .logo {
  width: 180px;
  height: 50px;
}
.head > .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head > .inner .logo span {
  display: none;
}
.head .lang-contact {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, -0.2083333333rem + 3.3333333333vw, 3.125rem);
}
.head .tabtocontent {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  transform: translateY(-50%);
  transition: var(--baseTransition);
  pointer-events: none;
  z-index: 9999;
  margin: 0;
}
.head .tabtocontent:focus-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.head .nav {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, -2.5rem + 5vw, 3.125rem);
  position: relative;
}
.head .nav > li {
  list-style: none;
  position: relative;
}
.head .nav > li a {
  display: block;
  text-decoration: none;
  color: var(--mainColor);
  font-size: var(--baseFontSize);
}
.head .nav > li > a {
  padding: 10px 0;
  position: relative;
}
@media all and (min-width: 1200px) {
  .head .nav > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    height: 1px;
    width: 100%;
    background-image: repeating-linear-gradient(to right, #f2b500, #f2b500 10px, transparent 10px, transparent 16px);
    z-index: 1;
    opacity: 0;
    transition: var(--baseTransition);
  }
}
@media all and (min-width: 1200px) {
  .head .nav > li:has(.subnav) > a > span {
    position: relative;
    padding-right: 20px;
  }
  .head .nav > li:has(.subnav) > a > span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 5px;
    transform: rotate(90deg);
    -webkit-mask: url("../Images/arrow.svg") no-repeat center/100% auto;
            mask: url("../Images/arrow.svg") no-repeat center/100% auto;
    background: var(--mainColor);
  }
}
@media all and (min-width: 1201px) {
  .head .nav > li.uid29 > a {
    display: inline-block;
    color: var(--contrastColorInverted);
    padding: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem) clamp(0.9375rem, 0.4513888889rem + 1.1111111111vw, 1.5625rem);
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    line-height: 120%;
    background: var(--mainColor);
    border: 2px solid var(--mainColor);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    cursor: pointer;
  }
  .head .nav > li.uid29 > a:hover, .head .nav > li.uid29 > a:focus-visible {
    background-color: var(--mainColorDark);
    border-color: var(--mainColorDark);
    color: var(--contrastColorInverted);
  }
  .head .nav > li.uid29.active > a {
    background: var(--mainColorDark);
    border-color: var(--mainColorDark);
    color: var(--contrastColorInverted);
  }
}
.head .nav > li:hover > .subnav, .head .nav > li:focus-within > .subnav {
  display: flex;
}
.head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li:has(:focus-visible) > a {
  color: var(--mainColor);
}
@media all and (min-width: 1200px) {
  .head .nav > li:hover > a::after, .head .nav > li.active > a::after, .head .nav > li:has(:focus-visible) > a::after {
    opacity: 1;
  }
}
.head .nav > li .subnav {
  display: none;
  flex-direction: column;
  position: absolute;
  min-width: 220px;
  z-index: 100;
  top: 150%;
  left: 0;
  padding: 0;
  background: var(--contrastColorInverted);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
@media all and (min-width: 1201px) {
  .head .nav > li .subnav::before {
    content: "";
    position: absolute;
    left: 20%;
    top: -11px;
    height: 12px;
    width: 20px;
    background: var(--contrastColorInverted);
    -webkit-mask: url("../Images/triangle.svg") no-repeat center center/100% 100%;
            mask: url("../Images/triangle.svg") no-repeat center center/100% 100%;
  }
  .head .nav > li .subnav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    top: -35px;
  }
}
.head .nav > li .subnav li a {
  position: relative;
  color: var(--fontColor);
  font-weight: 400;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 1200px) {
  .head .nav > li .subnav li a {
    padding: 10px 20px 10px 25px;
  }
  .head .nav > li .subnav li a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 11px;
    width: 11px;
    background: var(--mainColor);
    -webkit-mask: url("../Images/arrow.svg") no-repeat center center/100% 100%;
            mask: url("../Images/arrow.svg") no-repeat center center/100% 100%;
  }
  .head .nav > li .subnav li a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 90%;
    background-image: repeating-linear-gradient(to right, #f2b500, #f2b500 10px, transparent 10px, transparent 16px);
    z-index: 1;
  }
}
.head .nav > li .subnav li:last-child > a::after {
  content: none;
}
.head .nav > li .subnav li:hover > a, .head .nav > li .subnav li.active > a, .head .nav > li .subnav li:has(:focus-visible) > a {
  background: var(--backgroundColor);
  padding-left: 35px;
}
.head .nav > li .subnav li:has(:focus-visible) > a {
  outline: 2px solid var(--mainColor);
  outline-offset: -2px;
}
.head .nav > li .subnav li:hover > .subnav, .head .nav > li .subnav li:focus-within > .subnav {
  display: flex;
}
.head .nav > li .subnav li:has(.subnav) {
  position: relative;
}
.head .nav > li .subnav li > .subnav {
  left: 100%;
  padding-left: 5px;
  top: 0;
}
.head span.anchor {
  display: none;
}

.showSub,
.hamburger {
  display: none;
}

.hamburger {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: var(--baseTransition);
}
.hamburger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 3px;
  background: var(--secondColor);
  transition: var(--baseTransition);
}
.hamburger-line:first-child {
  transform: translateX(-50%) translateY(calc(-1 * 7px - 3px));
}
.hamburger-line:last-child {
  transform: translateX(-50%) translateY(7px);
}
.hamburger.is-active .hamburger-line {
  width: 40px;
}
.hamburger.is-active .hamburger-line:first-child {
  transform: translateX(-50%) translateY(0) rotate(-45deg);
}
.hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger-line:last-child {
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

@media all and (min-width: calc(1200px + 1px)) {
  body#uid1 .head {
    position: fixed;
    max-width: var(--pageLimit);
    box-shadow: none;
    background: transparent;
  }
  body#uid1 .head .nav > li > a {
    color: var(--contrastColorInverted);
  }
  body#uid1 .head .nav > li:has(.subnav) > a > span {
    position: relative;
  }
  body#uid1 .head .nav > li:has(.subnav) > a > span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 5px;
    transform: rotate(90deg);
    -webkit-mask: url("../Images/arrow.svg") no-repeat center/100% auto;
            mask: url("../Images/arrow.svg") no-repeat center/100% auto;
    background: var(--contrastColorInverted);
    transition: var(--baseTransition);
  }
  body#uid1 .head .nav .langswitchwrap .langswitch-toggle {
    color: var(--contrastColorInverted);
  }
  body#uid1 .head .nav .langswitchwrap .langswitch-toggle::after {
    background: var(--contrastColorInverted);
  }
  body#uid1 .head > .inner {
    margin-top: 55px;
  }
  body#uid1 .head > .inner .logo {
    background: var(--contrastColorInverted);
  }
  body#uid1 .head.is-sticky {
    box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
    background: var(--contrastColorInverted);
  }
  body#uid1 .head.is-sticky .nav > li > a {
    color: var(--mainColor);
  }
  body#uid1 .head.is-sticky .nav > li:has(.subnav) > a > span::after {
    background: var(--mainColor);
  }
  body#uid1 .head.is-sticky .nav .langswitch-toggle {
    color: var(--mainColor);
  }
  body#uid1 .head.is-sticky .nav .langswitch-toggle::after {
    background: var(--mainColor);
  }
  body#uid1 .head.is-sticky > .inner {
    margin-block: 20px;
  }
  body#uid1 .head.is-sticky > .inner .logo {
    background: var(--mainColor);
  }
  .head > .inner .main-nav {
    display: block !important;
  }
}
@media all and (max-width: 1200px) {
  /*Nav*/
  .hamburger {
    display: block;
  }
  .head > .inner {
    position: static;
  }
  .head > .inner .main-nav {
    display: none;
    position: fixed;
    top: var(--stickyHeaderHeightMobile);
    left: 0;
    width: 100%;
    overflow: scroll;
    max-height: calc(100dvh - var(--stickyHeaderHeightMobile));
  }
  .head > .inner .main-nav .nav {
    flex-direction: column;
    gap: 0;
    overflow: clip;
  }
  .head > .inner .main-nav .nav li {
    width: 100%;
    position: relative;
  }
  .head > .inner .main-nav .nav li:hover > .subnav, .head > .inner .main-nav .nav li:focus-within > .subnav {
    display: none;
  }
  .head > .inner .main-nav .nav li:hover > a, .head > .inner .main-nav .nav li:has(:focus-visible) > a, .head > .inner .main-nav .nav li.active > a {
    color: var(--secondColor);
  }
  .head > .inner .main-nav .nav li:has(:focus-visible) > a {
    outline: 2px solid var(--mainColor);
    outline-offset: -2px;
  }
  .head > .inner .main-nav .nav li a {
    background-color: var(--backgroundColor);
    padding: 20px;
  }
  .head > .inner .main-nav .nav li a.button:before {
    content: none;
  }
  .head > .inner .main-nav .nav li .subnav {
    transform: translate(0);
    padding: 0;
    box-shadow: none;
  }
  .head > .inner .main-nav .nav li .subnav li a {
    padding: 10px 40px;
  }
  .head > .inner .main-nav .nav li .subnav li:hover > a, .head > .inner .main-nav .nav li .subnav li:has(:focus-visible) > a, .head > .inner .main-nav .nav li .subnav li.active > a {
    color: var(--mainColor);
  }
  .head > .inner .main-nav .nav li .subnav li + li {
    border-top: none;
    margin-left: 0;
  }
  .head > .inner .main-nav .nav li .subnav .showSub {
    height: 47px;
    line-height: 47px;
  }
  .head > .inner .main-nav .nav li .subnav,
  .head > .inner .main-nav .nav li .subnav.subnav2, .head > .inner .main-nav .nav li:last-child > .subnav, .head > .inner .main-nav .nav li:last-child > .subnav.subnav2 {
    position: inherit;
    left: inherit;
    top: inherit;
  }
  .head > .inner .main-nav .nav li:hover > .subnav, .head > .inner .main-nav .nav li:focus-within > .subnav, .head > .inner .main-nav .nav li:hover > .subnav2.subnav, .head > .inner .main-nav .nav li:focus-within > .subnav2.subnav, .head > .inner .main-nav .nav li:hover > .subnav .subnav2, .head > .inner .main-nav .nav li:focus-within > .subnav .subnav2 {
    display: none;
  }
  .head > .inner .main-nav .nav li .showSub {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 67px;
    height: 67px;
    line-height: 67px;
    background: transparent;
    text-align: center;
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li .showSub::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px dashed var(--mainColor);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li .showSub.open::after {
    border-top-color: var(--secondColor);
    transform: rotate(180deg);
  }
  .head > .inner .main-nav .nav li .showSub:focus-visible {
    outline: 2px solid var(--mainColor);
    outline-offset: -3px;
  }
  .head > .inner .main-nav .nav .lang-contact .langswitchwrap .langswitch {
    top: 0;
    left: 10px;
  }
  .head > .inner .main-nav .nav .lang-contact .langswitchwrap .langswitch.act {
    display: flex;
  }
  .head > .inner .main-nav .nav .lang-contact .langswitchwrap .langswitch.act li, .head > .inner .main-nav .nav .lang-contact .langswitchwrap .langswitch.act a {
    display: flex;
  }
  .head > .inner .main-nav .nav .lang-contact .langswitchwrap .langswitch.act a {
    padding: 5px;
  }
  .lang-contact {
    background: var(--backgroundColor);
    width: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
  }
}
.langswitchwrap {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.langswitchwrap .langswitch-toggle {
  position: relative;
  display: block;
  padding: 10px 27px 10px 10px;
  line-height: 100%;
  color: var(--mainColor);
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--baseTransition);
}
.langswitchwrap .langswitch-toggle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  background: var(--mainColor);
  -webkit-mask: url("../Images/arrow.svg") no-repeat center center/100% 100%;
          mask: url("../Images/arrow.svg") no-repeat center center/100% 100%;
  translate: 0 -50%;
  transform: rotate(90deg);
  transition: var(--baseTransition);
}
.langswitchwrap .langswitch-toggle.act::after {
  transform: rotate(-90deg);
}
@media all and (max-width: 1200px) {
  .langswitchwrap .langswitch-toggle {
    font-size: 0;
    padding: 10px 57px 30px 10px;
  }
  .langswitchwrap .langswitch-toggle::after {
    content: none;
  }
}
.langswitchwrap .notavailable {
  filter: grayscale(1);
  opacity: 0.4;
}
.langswitchwrap .notavailable a {
  cursor: not-allowed;
}
.langswitchwrap .langswitch {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--baseTransition);
  width: 100%;
  text-align: center;
  box-shadow: 1px 0 5px rgba(var(--contrastColorRGB), 0.25);
}
@media all and (max-width: 1200px) {
  .langswitchwrap .langswitch {
    box-shadow: none;
  }
}
.langswitchwrap .langswitch.act {
  opacity: 1;
  visibility: visible;
}
.langswitchwrap .langswitch li.current > a, .langswitchwrap .langswitch li:hover > a, .langswitchwrap .langswitch li:has(:focus-visible) > a {
  background-color: var(--mainColor);
  color: var(--contrastColorInverted);
}
.langswitchwrap .langswitch li:has(:focus-visible) > a {
  outline: 2px solid var(--contrastColorInverted);
  outline-offset: -3px;
}
.langswitchwrap .langswitch li a {
  display: block;
  padding: 2px 5px;
  color: var(--fontColor);
  text-decoration: none;
  transition: var(--baseTransition);
  background-color: var(--contrastColorInverted);
}

.px-accordion-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spaceBetweenDefault);
}
.px-accordion-inner .item {
  border-bottom: 1px solid #D9D9D9;
}
.px-accordion-inner .item .content {
  display: none;
  padding: 0 50px 20px 0;
}
.px-accordion-inner .item .trigger {
  position: relative;
  width: 100%;
  text-align: start;
  padding: 0 45px 20px 0;
  cursor: pointer;
}
.px-accordion-inner .item .trigger::before {
  content: "";
  display: block;
  width: 44px;
  height: 100%;
  background: var(--mainColor);
  -webkit-mask: url("../Images/arrow.svg") no-repeat center center/10px auto;
          mask: url("../Images/arrow.svg") no-repeat center center/10px auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
  transition: var(--baseTransition);
}
.px-accordion-inner .item .trigger .title {
  font-weight: bold;
}
.px-accordion-inner .item.act .trigger::before, .px-accordion-inner .item:hover .trigger::before, .px-accordion-inner .item:focus-visible .trigger::before {
  transform: rotate(-90deg);
}

.px-banner.has-bg {
  background: linear-gradient(99deg, #00579e 9.16%, #0170c9 59.94%);
}
.px-banner.has-bg .text {
  color: var(--contrastColorInverted);
}
.px-banner.has-bg .text :where(h1, h2, h3, h4, h5, h6) {
  background: initial;
  background-clip: initial;
  -webkit-text-fill-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-banner.has-bg .text .button-secondary {
  background: transparent;
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-banner.has-bg .text .button-secondary::before {
  background: var(--contrastColorInverted);
}
.px-banner.has-bg .text .button-secondary::after {
  content: none;
}
.px-banner.has-bg .text .button-secondary:hover, .px-banner.has-bg .text .button-secondary:focus-visible {
  background-color: var(--contrastColorInverted);
  color: var(--mainColor);
}
.px-banner.has-bg .text .button-secondary:hover::before, .px-banner.has-bg .text .button-secondary:focus-visible::before {
  background: var(--mainColor);
}
.px-banner.has-overlay .media::after,
.px-banner.has-overlay .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 87, 158, 0.3) 0%, rgba(0, 87, 158, 0.3) 32.33%);
}
.px-banner.is-large .inner {
  min-height: 735px;
}
@container (width < 1200px) {
  .px-banner.is-large .inner {
    min-height: 600px;
  }
}
@container (width < 960px) {
  .px-banner.is-large .inner {
    min-height: 400px;
  }
}
@container (width < 640px) {
  .px-banner.is-large .inner {
    min-height: 250px;
  }
}
.px-banner .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: clamp(1.875rem, -0.5555555556rem + 5.5555555556vw, 5rem);
  min-height: 600px;
}
@container (width < 960px) {
  .px-banner .inner {
    min-height: 400px;
    flex-direction: column;
    gap: 20px;
  }
}
@container (width < 640px) {
  .px-banner .inner {
    min-height: 250px;
  }
}
.px-banner .text {
  position: relative;
  z-index: 1;
  align-self: center;
}
.px-banner .image,
.px-banner .media {
  position: relative;
}
.px-banner .image picture,
.px-banner .image img,
.px-banner .image video,
.px-banner .media picture,
.px-banner .media img,
.px-banner .media video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.px-banner .trust-logos {
  position: absolute;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.7638888889rem + 1.1111111111vw, 1.875rem);
  border-radius: 10px;
  z-index: 3;
}
.px-banner .trust-logos .trust-logo img {
  display: block;
  width: auto;
  height: 65px;
}
@media all and (max-width: 1200px) {
  .px-banner .trust-logos {
    bottom: 20px;
    right: 4%;
  }
}
.px-banner.is-home .inner {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
  padding: clamp(4.6875rem, 1.0416666667rem + 8.3333333333vw, 9.375rem) 0 0 0;
}
@media all and (max-width: 1200px) {
  .px-banner.is-home .inner {
    padding-top: 0;
  }
}
@media all and (max-width: 1200px) {
  .px-banner.is-home.is-large .inner {
    padding-top: 0;
  }
}
.px-banner.is-home .image,
.px-banner.is-home .media {
  width: calc(52% - clamp(5rem, -0.8333333333rem + 13.3333333333vw, 12.5rem) / 2);
}
@container (width < 960px) {
  .px-banner.is-home .image,
  .px-banner.is-home .media {
    width: 100%;
  }
}
.px-banner.is-home .text {
  width: calc(48% - clamp(5rem, -0.8333333333rem + 13.3333333333vw, 12.5rem) / 2);
}
@container (width < 960px) {
  .px-banner.is-home .text {
    width: 100%;
  }
}
.px-banner.is-home .trust-logos {
  right: 0;
  bottom: -2%;
}
.px-banner.is-sub {
  padding: 0 0 0 max(4%, (100% - var(--maxWidthBig)) / 2);
}
@container (width < 960px) {
  .px-banner.is-sub {
    padding: 0 4%;
  }
}
.px-banner.is-sub .inner {
  padding-top: clamp(3.4375rem, -2.5rem + 9.5vw, 5.8125rem);
}
@media all and (max-width: 1200px) {
  .px-banner.is-sub .inner {
    padding-top: 0;
  }
}
.px-banner.is-sub .text {
  width: calc(38% - clamp(5rem, -0.8333333333rem + 13.3333333333vw, 12.5rem) / 2);
}
@container (width < 960px) {
  .px-banner.is-sub .text {
    width: 100%;
  }
}
.px-banner.is-sub .image,
.px-banner.is-sub .media {
  width: calc(62% - clamp(5rem, -0.8333333333rem + 13.3333333333vw, 12.5rem) / 2);
}
@container (width < 960px) {
  .px-banner.is-sub .image,
  .px-banner.is-sub .media {
    width: 100%;
    align-self: auto;
  }
}
.px-banner.is-sub .image img,
.px-banner.is-sub .image video,
.px-banner.is-sub .media img,
.px-banner.is-sub .media video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.px-banner.is-sub .trust-logos {
  right: min(max(4vw, (100vw - var(--maxWidthBig)) / 2), 208px);
  bottom: -10px;
}
@container (width < 960px) {
  .px-banner.is-home .text,
  .px-banner.is-home .image,
  .px-banner.is-home .media, .px-banner.is-sub .text,
  .px-banner.is-sub .image,
  .px-banner.is-sub .media {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.px-hint {
  padding: 50px;
  background: var(--warningColor);
  color: var(--contrastColorInverted);
}

.px-imageslider .images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.px-imageslider .images .image {
  height: 50px;
}
.px-imageslider .images .image:first-child {
  display: block;
}
:is(body.js) .px-imageslider .images .image {
  display: none;
}
.px-imageslider .images .image img {
  margin: 0 auto;
  width: 100%;
}
.px-imageslider .images .image img.is_svg {
  width: auto !important;
  height: 100% !important;
  max-width: 100%;
  display: block;
}
.px-imageslider .images.slick-initialized .image {
  display: block;
}
.px-imageslider .dots-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem) !important;
}
.px-imageslider .dots-arrows .slick-arrow {
  position: relative;
  top: initial;
  transform: translate(0);
  background-size: 12px 12px;
}
.px-imageslider .dots-arrows .slick-arrow.slick-prev, .px-imageslider .dots-arrows .slick-arrow.slick-next {
  transform: translate(0);
  -webkit-mask: url("../Images/arrow.svg") no-repeat center center/14px auto;
          mask: url("../Images/arrow.svg") no-repeat center center/14px auto;
}
.px-imageslider .dots-arrows .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.px-imageslider .dots-arrows .slick-arrow.slick-next {
  right: 0;
  order: 5;
}
.px-imageslider .dots-arrows .slick-dots {
  margin-top: 0;
}
@media all and (max-width: 450px) {
  .px-imageslider .dots-arrows {
    display: none;
    content: none;
  }
}

.px-onlyimage .image {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
@media all and (max-width: 960px) {
  .px-onlyimage .image {
    display: block;
  }
}
.px-onlyimage .image img {
  display: block;
  height: auto;
}
.px-onlyimage.image-gradient .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 87, 158, 0.3) 0%, rgba(0, 87, 158, 0.3) 32.33%);
}
.px-onlyimage.image-gradient.rounded-corners .image::after {
  border-radius: var(--defaultBorderRadius);
}
.px-onlyimage.image-gradient.no-rounded-corners .image::after {
  border-radius: 0;
}
.px-onlyimage.rounded-corners .image {
  border-radius: var(--defaultBorderRadius);
}
.px-onlyimage.rounded-corners .image img {
  border-radius: var(--defaultBorderRadius);
}
.px-onlyimage.no-rounded-corners .image {
  border-radius: 0;
}
.px-onlyimage.no-rounded-corners .image img {
  border-radius: 0;
}

.px-referenceslider {
  padding: 0 0 60px max(4%, (100% - var(--maxWidthLarge)) / 2);
}
.px-referenceslider .comments .slick-list {
  padding: 45px 10% 0 35px;
  padding-top: 45px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 450px) {
  .px-referenceslider .comments .slick-list {
    margin: 0 -7px;
  }
}
.px-referenceslider .comments .slick-track {
  display: flex !important;
  align-items: stretch;
  padding-left: 45px !important;
}
.px-referenceslider .comments .slick-slide {
  margin: 0 clamp(1.125rem, 0.2986111111rem + 1.8888888889vw, 2.1875rem);
  height: auto !important;
  display: flex !important;
  max-width: 314px;
}
@media all and (max-width: 450px) {
  .px-referenceslider .comments .slick-slide {
    max-width: 250px;
  }
}
.px-referenceslider .comments .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.px-referenceslider .comments .slide {
  position: relative;
  background: var(--backgroundColor);
  max-width: 314px;
  padding: clamp(1.5625rem, 0.3472222222rem + 2.7777777778vw, 3.125rem);
  height: clamp(13.125rem, 3.4027777778rem + 22.2222222222vw, 25.625rem);
  border-radius: var(--defaultBorderRadius);
}
@media all and (max-width: 1200px) {
  .px-referenceslider .comments .slide {
    height: 100%;
  }
}
@media all and (max-width: 450px) {
  .px-referenceslider .comments .slide {
    max-width: 250px;
  }
}
.px-referenceslider .comments .slide .name {
  font-size: clamp(2.375rem, 1.3055555556rem + 2.4444444444vw, 3.75rem);
  font-weight: 500;
  color: var(--mainColor);
  line-height: 100%;
  position: absolute;
  bottom: auto;
  right: auto;
  top: calc(clamp(1.25rem, 0.7152777778rem + 1.2222222222vw, 1.9375rem) * -1);
  left: calc(clamp(1.5625rem, 1.0763888889rem + 1.1111111111vw, 2.1875rem) * -1);
}
.px-referenceslider .comments .slide .title {
  font-size: clamp(1.0625rem, 0.9166666667rem + 0.3333333333vw, 1.25rem);
  font-weight: 700;
  margin-top: 0;
}
.px-referenceslider .arrows {
  width: 100%;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.px-referenceslider .arrows .slick-arrow {
  position: relative;
}
.px-referenceslider .arrows .slick-arrow.slick-prev, .px-referenceslider .arrows .slick-arrow.slick-next {
  top: initial;
  transform: translate(0);
}
.px-referenceslider .arrows .slick-arrow.slick-prev {
  transform: rotate(180deg);
}

.px-teaser-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 25px !important;
}
.px-teaser-inner .item {
  position: relative;
  min-height: clamp(23.75rem, 14.0277777778rem + 22.2222222222vw, 36.25rem);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  background: var(--contrastColorInverted);
  padding-top: 20px;
  border-radius: var(--defaultBorderRadius);
  overflow: hidden;
  transition: var(--baseTransition);
}
.px-teaser-inner .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 87, 158, 0) 0%, rgba(0, 87, 158, 0.8) 62.33%);
  pointer-events: none;
  z-index: 1;
}
.px-teaser-inner .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 87, 158, 0) 0%, rgba(0, 87, 158, 0.6) 0%);
  pointer-events: none;
  z-index: 2;
  transform: translateY(48%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media all and (max-width: 450px) {
  .px-teaser-inner .item::after {
    transform: translateY(0);
    opacity: 1;
  }
}
.px-teaser-inner .item:hover::after {
  transform: translateY(0);
  opacity: 1;
}
@media all and (min-width: 450px) {
  .px-teaser-inner .item:hover .content {
    transform: translateY(-50px);
  }
}
.px-teaser-inner .item .image {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.px-teaser-inner .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 640px) {
  .px-teaser-inner .item .image img {
    height: 450px;
  }
}
@media all and (max-width: 450px) {
  .px-teaser-inner .item .image img {
    height: 350px;
  }
}
.px-teaser-inner .item p {
  color: var(--fontColor);
}
.px-teaser-inner .item h1, .px-teaser-inner .item h2, .px-teaser-inner .item h3, .px-teaser-inner .item h4, .px-teaser-inner .item h5, .px-teaser-inner .item h6,
.px-teaser-inner .item .roofline {
  color: var(--headlineColor);
}
.px-teaser-inner .item .button-secondary {
  background: transparent;
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-teaser-inner .item .button-secondary::before {
  background: var(--contrastColorInverted);
}
.px-teaser-inner .item .button-secondary::after {
  content: none;
}
.px-teaser-inner .item .button-secondary:hover, .px-teaser-inner .item .button-secondary:focus-visible {
  background-color: var(--contrastColorInverted);
  color: var(--mainColor);
}
.px-teaser-inner .item .button-secondary:hover::before, .px-teaser-inner .item .button-secondary:focus-visible::before {
  background: var(--mainColor);
}
.px-teaser-inner .item .content {
  position: relative;
  padding: clamp(1.25rem, -0.9375rem + 2.5vw, 1.875rem);
  width: 100%;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 3;
}
@media all and (max-width: 450px) {
  .px-teaser-inner .item .content {
    transform: translateY(0);
  }
}
.px-teaser-inner .item .content :where(h1, h2, h3, h4, h5, h6) {
  color: var(--contrastColorInverted);
}
.px-teaser-inner .item .content .title {
  font-size: clamp(1.1875rem, 0.8472222222rem + 0.7777777778vw, 1.625rem);
  font-weight: 700;
  color: var(--contrastColorInverted);
  margin-bottom: clamp(0.625rem, 0.1388888889rem + 1.1111111111vw, 1.25rem);
}
.px-teaser-inner .item .content .text li, .px-teaser-inner .item .content .text p {
  color: var(--contrastColorInverted);
}
.px-teaser-inner :where(h1, h2, h3, h4, h5, h6) {
  background: initial;
  -webkit-text-fill-color: var(--contrastColorInverted);
  background-clip: initial;
  color: var(--contrastColorInverted);
}

.px-teaserprojects-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.px-teaserprojects-inner .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--backgroundColor);
  border-radius: var(--defaultBorderRadius);
}
.px-teaserprojects-inner .images > .image {
  overflow: hidden;
  align-self: stretch;
}
.px-teaserprojects-inner .images > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 6px;
}
.px-teaserprojects-inner .images .image-small {
  padding: clamp(1.25rem, -0.1453488372rem + 2.9069767442vw, 3.125rem);
}
.px-teaserprojects-inner .item {
  background: var(--contrastColorInverted);
  border-radius: var(--defaultBorderRadius);
  overflow: hidden;
}
.px-teaserprojects-inner .item p {
  color: var(--fontColor);
}
.px-teaserprojects-inner .item h1, .px-teaserprojects-inner .item h2, .px-teaserprojects-inner .item h3, .px-teaserprojects-inner .item h4, .px-teaserprojects-inner .item h5, .px-teaserprojects-inner .item h6, .px-teaserprojects-inner .item .roofline {
  color: var(--mainColor);
}
.px-teaserprojects-inner .item .button {
  color: var(--mainColor);
  background: transparent;
  border-color: transparent;
  padding-left: 20px;
}
.px-teaserprojects-inner .item .button:hover {
  color: var(--mainColor);
  background: transparent;
  padding-left: 0;
  color: var(--mainColorLight);
}
.px-teaserprojects-inner .item .button:hover::before {
  left: calc(100% - 38px);
  background: var(--mainColorLight);
}
.px-teaserprojects-inner .item .button::before {
  left: -5px;
}
.px-teaserprojects-inner .item .button::after {
  content: none;
}
.px-teaserprojects-inner .item .content {
  padding: clamp(1.25rem, 0.5208333333rem + 1.6666666667vw, 2.1875rem) 0 0 0;
}

.px-textmedia {
  position: relative;
}
.px-textmedia.image-gradient .media::after,
.px-textmedia.image-gradient .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 87, 158, 0.3) 0%, rgba(0, 87, 158, 0.3) 32.33%);
}
.px-textmedia.image-gradient.rounded-corners .media::after,
.px-textmedia.image-gradient.rounded-corners .image::after {
  border-radius: var(--defaultBorderRadius);
}
.px-textmedia.image-gradient.no-rounded-corners .media::after,
.px-textmedia.image-gradient.no-rounded-corners .image::after {
  border-radius: 0;
}
.px-textmedia.rounded-corners .media-inner .image,
.px-textmedia.rounded-corners .image {
  border-radius: var(--defaultBorderRadius);
  overflow: hidden;
}
.px-textmedia.no-rounded-corners .media-inner .image,
.px-textmedia.no-rounded-corners .image {
  border-radius: 0;
}
@container (width < 1200px) {
  .px-textmedia.img-large-height .px-textmedia-inner {
    flex-direction: column;
  }
}
.px-textmedia.img-large-height .px-textmedia-inner .col.media {
  align-self: stretch;
}
.px-textmedia.img-large-height .px-textmedia-inner .col.media .media-inner {
  height: 100%;
}
.px-textmedia.img-large-height .px-textmedia-inner .col.media .media-inner .image {
  height: 100%;
}
.px-textmedia.img-large-height .px-textmedia-inner .col.media .media-inner .image img {
  height: 100%;
}
@container (width < 1200px) {
  .px-textmedia.img-large-height .px-textmedia-inner .col.media.media {
    order: 1 !important;
    width: 100%;
  }
}
.px-textmedia.img-large-height .px-textmedia-inner .col.media .image img {
  width: 100%;
  height: clamp(31.5625rem, 12.1180555556rem + 44.4444444444vw, 56.5625rem);
  -o-object-fit: cover;
     object-fit: cover;
}
@container (width < 1200px) {
  .px-textmedia.img-large-height .px-textmedia-inner .col.media .image img {
    height: clamp(18.75rem, 11.4583333333rem + 16.6666666667vw, 28.125rem);
  }
}
@container (width < 1200px) {
  .px-textmedia.img-large-height .px-textmedia-inner .col.text {
    width: 100%;
  }
}
.px-textmedia-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@container (width < 768px) {
  .px-textmedia-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.px-textmedia-inner .col.media {
  position: relative;
  width: calc(59% - clamp(3.125rem, -9.375rem + 16.6666666667vw, 9.375rem) / 2);
}
@container (width < 768px) {
  .px-textmedia-inner .col.media {
    order: -1;
    width: 100%;
  }
}
.px-textmedia-inner .col.media .media-inner > video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.px-textmedia-inner .col.media .media-inner .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.px-textmedia-inner .col.text {
  width: calc(41% - clamp(3.125rem, -9.375rem + 16.6666666667vw, 9.375rem) / 2);
}
@container (width < 768px) {
  .px-textmedia-inner .col.text {
    order: -1;
    width: 100%;
  }
}
.px-textmedia.contact-element .col.media {
  align-self: stretch;
}
.px-textmedia.contact-element .col.media .media-inner {
  height: 100%;
}
.px-textmedia.contact-element .col.media .media-inner .image {
  height: 100%;
}
.px-textmedia.contact-element .col.media .media-inner .image img {
  height: clamp(15.625rem, 4.6875rem + 25vw, 29.6875rem);
}

.px-textimagewall-inner {
  --gap: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% - 3 * var(--gap) / 4), 1fr));
  gap: var(--gap);
}
@container (width < 1024px) {
  .px-textimagewall-inner {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 2 * var(--gap) / 3), 1fr));
  }
}
.px-textimagewall-inner.cols-1 {
  grid-template-columns: 1fr;
}
.px-textimagewall-inner.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - var(--gap) / 2), 1fr));
}
.px-textimagewall-inner.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 2 * var(--gap) / 3), 1fr));
}
.px-textimagewall-inner.cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(calc(25% - 3 * var(--gap) / 4), 1fr));
}
.px-textimagewall-inner.cols-5 {
  grid-template-columns: repeat(auto-fit, minmax(calc(20% - 4 * var(--gap) / 5), 1fr));
}
.px-textimagewall-inner.cols-6 {
  grid-template-columns: repeat(auto-fit, minmax(calc(16.6666666667% - 5 * var(--gap) / 6), 1fr));
}
@container (width < 960px) {
  .px-textimagewall-inner.cols-6, .px-textimagewall-inner.cols-5, .px-textimagewall-inner.cols-4, .px-textimagewall-inner.cols-3, .px-textimagewall-inner.cols-2 {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - var(--gap) / 2), 1fr));
  }
}
@container (width < 640px) {
  .px-textimagewall-inner.cols-6, .px-textimagewall-inner.cols-5, .px-textimagewall-inner.cols-4, .px-textimagewall-inner.cols-3, .px-textimagewall-inner.cols-2 {
    grid-template-columns: auto;
  }
}
.px-textimagewall-inner .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.px-textimagewall-inner .item .image {
  margin-bottom: 20px;
}
.px-textimagewall-inner .item .image img {
  border-radius: var(--defaultBorderRadius);
  transform: rotate(-3deg);
}
.px-textimagewall-inner .item .title {
  font-weight: bold;
  margin-bottom: var(--spaceBetweenDefault);
  font-size: clamp(1rem, 0.8055555556rem + 0.4444444444vw, 1.25rem);
}
.px-textimagewall-inner .item .text {
  padding: 0 20px;
}

.px-textonimage {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0;
}
@container (width < 640px) {
  .px-textonimage {
    min-height: inherit;
  }
}
.px-textonimage .image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: inherit;
}
.px-textonimage .image img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: inherit;
}
.px-textonimage .text {
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: var(--contrastColorInverted);
  padding: var(--spaceBetweenSlim) 0;
  width: var(--baseWidth);
  margin: 0 auto;
}
.px-textonimage .text h1, .px-textonimage .text h2, .px-textonimage .text h3, .px-textonimage .text h4, .px-textonimage .text h5, .px-textonimage .text h6 {
  color: var(--contrastColorInverted);
}
@container (width < 640px) {
  .px-textonimage .text {
    font-size: var(--baseFontSize);
  }
}
.px-textonimage.image-gradient .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 87, 158, 0.3) 0%, rgba(0, 87, 158, 0.3) 32.33%);
}
.px-textonimage.image-gradient .image::after {
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}
.px-textonimage.rounded-corners {
  border-radius: var(--defaultBorderRadius);
}
.px-textonimage.no-rounded-corners {
  border-radius: 0;
}

.frame:where([class*=textonimage]) {
  padding: 0 !important;
}
.frame:where([class*=textonimage]).frame-layout-10 > .inner {
  width: 100% !important;
  max-width: 100% !important;
}
.frame:where([class*=textonimage]).frame-layout-20 > .inner {
  width: 100% !important;
  max-width: 100% !important;
}
.frame:where([class*=textonimage]).frame-layout-20 .px-textonimage .text {
  width: var(--baseWidth);
  max-width: var(--pageLimit);
  margin-inline: auto;
}
.frame:where([class*=textonimage]).frame-layout-30 > .inner {
  width: 100% !important;
  max-width: 100% !important;
}
.frame:where([class*=textonimage]).frame-layout-30 .px-textonimage .text {
  width: var(--reducedWidth);
  max-width: var(--reducedWidth);
  margin-inline: auto;
}
.frame:where([class*=textonimage]).frame-space-before-extra-small .px-textonimage .text {
  padding-top: clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem);
}
.frame:where([class*=textonimage]).frame-space-after-extra-small .px-textonimage .text {
  padding-bottom: clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem);
}
.frame:where([class*=textonimage]).frame-space-before-small .px-textonimage .text {
  padding-top: clamp(1.25rem, 0.0347222222rem + 2.7777777778vw, 2.8125rem);
}
.frame:where([class*=textonimage]).frame-space-after-small .px-textonimage .text {
  padding-bottom: clamp(1.25rem, 0.0347222222rem + 2.7777777778vw, 2.8125rem);
}
.frame:where([class*=textonimage]).frame-space-before-medium .px-textonimage .text {
  padding-top: clamp(1.875rem, -0.0694444444rem + 4.4444444444vw, 4.375rem);
}
.frame:where([class*=textonimage]).frame-space-after-medium .px-textonimage .text {
  padding-bottom: clamp(1.875rem, -0.0694444444rem + 4.4444444444vw, 4.375rem);
}
.frame:where([class*=textonimage]).frame-space-before-large .px-textonimage .text {
  padding-top: clamp(2.5rem, -1.875rem + 10vw, 8.125rem);
}
.frame:where([class*=textonimage]).frame-space-after-large .px-textonimage .text {
  padding-bottom: clamp(2.5rem, -1.875rem + 10vw, 8.125rem);
}
.frame:where([class*=textonimage]).frame-space-before-extra-large .px-textonimage .text {
  padding-top: clamp(3.125rem, -4.1666666667rem + 16.6666666667vw, 12.5rem);
}
.frame:where([class*=textonimage]).frame-space-after-extra-large .px-textonimage .text {
  padding-bottom: clamp(3.125rem, -4.1666666667rem + 16.6666666667vw, 12.5rem);
}

.foot {
  background: linear-gradient(99deg, #00579E 9.16%, #0170C9 59.94%);
  color: var(--contrastColorInverted);
  padding-top: 20px;
  position: relative;
}
.foot a {
  text-decoration: none;
  color: var(--contrastColorInverted);
}
.foot a:hover, .foot a:focus-visible {
  text-decoration: underline;
}
.foot > .inner {
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin: auto;
}
.foot > .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  gap: 20px;
}
@media all and (max-width: 960px) {
  .foot > .inner .top {
    flex-direction: column;
  }
}
.foot > .inner .top .col.col2 {
  display: flex;
  gap: clamp(1.25rem, -1.9932432432rem + 5.4054054054vw, 3.75rem);
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 960px) {
  .foot > .inner .top .col.col2 {
    flex-direction: column;
    gap: 10px;
  }
}
.foot .bottom {
  background-color: var(--secondColor);
}
.foot .bottom .inner {
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
}
@media all and (max-width: 960px) {
  .foot .bottom .inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.foot .bottom .inner .col {
  display: flex;
  gap: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
}
@media all and (max-width: 960px) {
  .foot .bottom .inner .col.col1 {
    flex-direction: column;
    gap: 10px;
  }
}
.foot .bottom .inner .col.col2 .footnav-wrap .footnav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
}
@media all and (max-width: 960px) {
  .foot .bottom .inner .col.col2 .footnav-wrap .footnav {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.foot .bottom .inner .copy {
  font-size: 14px;
}
@media all and (max-width: 960px) {
  .foot .bottom .inner .copy {
    margin-top: 10px;
  }
}
.foot .bottom a[href*="//"]::before {
  background: var(--contrastColorInverted);
  top: 2px;
}
.foot .bottom a[href*="//"]:hover {
  padding: initial;
}

.backtotop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  transform: rotate(-90deg);
  border-radius: 100%;
  background: var(--contrastColorInverted);
  -webkit-mask: url("../Images/arrow.svg") no-repeat center center/15px auto;
          mask: url("../Images/arrow.svg") no-repeat center center/15px auto;
  transition: var(--baseTransition);
}
.backtotop:hover, .backtotop:focus-visible {
  background-color: var(--secondColor);
}
.backtotop span {
  display: none;
}
.backtotop.scroll {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: block;
  background: transparent;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: all 0.3s linear;
  -webkit-mask: none;
          mask: none;
  box-shadow: inset 0 0 0 2px var(--backgroundColorDark);
}
@media all and (max-width: 768px) {
  .backtotop.scroll {
    right: 15px;
    bottom: 15px;
    width: 25px;
    height: 25px;
  }
}
.backtotop.scroll svg path {
  fill: none;
  stroke: var(--mainColor);
  stroke-width: 4;
  transition: all 0.3s linear;
}
.backtotop.scroll::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  background: var(--mainColor);
  -webkit-mask: url("../Images/arrow.svg") no-repeat center/12px auto;
          mask: url("../Images/arrow.svg") no-repeat center/12px auto;
}
.backtotop.scroll.dark {
  box-shadow: inset 0 0 0 2px rgba(var(--backgroundColorRGB), 0.5);
}
.backtotop.scroll.dark svg path {
  stroke: var(--contrastColorInverted);
}
.backtotop.scroll.dark::after {
  background: var(--contrastColorInverted);
}
.backtotop.scroll.active-progress {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.t3-form {
  display: flex;
  flex-direction: column;
  gap: var(--spaceBetweenDefault);
}
.t3-form > div:first-child {
  display: none;
}
.t3-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spaceBetweenDefault);
}
.t3-form .row > * {
  flex-shrink: 0;
  max-width: 100%;
}
.t3-form .form-group {
  position: relative;
}
.t3-form .form-group:has(.error) input,
.t3-form .form-group:has(.error) textarea,
.t3-form .form-group:has(.error) select {
  border-color: var(--warningColor);
}
.t3-form .form-group:has(.error) label {
  color: var(--warningColor);
}
.t3-form label {
  position: absolute;
  top: 18px;
  left: 20px;
  transition: var(--baseTransition);
}
.t3-form label:has(+ div > *:not(:placeholder-shown)), .t3-form label:has(+ div > input:focus, + div > textarea:focus), .t3-form label:has(+ div > input:-webkit-autofill), .t3-form label:has(+ div > textarea:-webkit-autofill) {
  transform: translateY(-0.5rem);
  color: var(--mainColor);
  font-size: 0.8em;
}
.t3-form input,
.t3-form textarea {
  transition: var(--baseTransition);
}
.t3-form input:not(:-moz-placeholder), .t3-form textarea:not(:-moz-placeholder) {
  padding: 30px 20px 10px;
}
.t3-form input:not(:placeholder-shown), .t3-form input:focus,
.t3-form textarea:not(:placeholder-shown),
.t3-form textarea:focus {
  padding: 30px 20px 10px;
}
.t3-form input:valid:not(:-moz-placeholder), .t3-form textarea:valid:not(:-moz-placeholder) {
  border-color: var(--mainColor);
}
.t3-form input:valid:not(:placeholder-shown),
.t3-form textarea:valid:not(:placeholder-shown) {
  border-color: var(--mainColor);
}
.t3-form input::-moz-placeholder, .t3-form textarea::-moz-placeholder {
  color: transparent;
}
.t3-form input::placeholder,
.t3-form textarea::placeholder {
  color: transparent;
}
.t3-form textarea:not(:-moz-placeholder) {
  padding: 35px 20px 5px;
}
.t3-form textarea:not(:placeholder-shown), .t3-form textarea:focus {
  padding: 35px 20px 5px;
}
.t3-form .form-group:has(select) label {
  display: none;
}
.t3-form .form-group:has(input[type=radio]) > .input > label {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
}
.t3-form .form-group:has(.security-check-input) {
  display: none;
}
.t3-form input[type=radio] + label {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  transform: none !important;
}

.col-xxl {
  flex: 1 0 0%;
}

.col-xxl-auto {
  flex: 1 1 auto;
}

.col-xxl-1 {
  flex: 1 1 220px;
}

.col-xxl-2 {
  flex: 2 1 220px;
}

.col-xxl-3 {
  flex: 3 1 220px;
}

.col-xxl-4 {
  flex: 4 1 220px;
}

.col-xxl-5 {
  flex: 5 1 220px;
}

.col-xxl-6 {
  flex: 6 1 220px;
}

.col-xxl-7 {
  flex: 7 1 220px;
}

.col-xxl-8 {
  flex: 8 1 220px;
}

.col-xxl-9 {
  flex: 9 1 220px;
}

.col-xxl-10 {
  flex: 10 1 220px;
}

.col-xxl-11 {
  flex: 11 1 220px;
}

.col-xxl-12 {
  flex: 12 1 220px;
}

/* Arrows */
.slick-arrow {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: var(--mainColor);
  -webkit-mask: url("../Images/arrow.svg") no-repeat center center/20px auto;
          mask: url("../Images/arrow.svg") no-repeat center center/20px auto;
  color: transparent;
  top: calc(50% - calc(14px + var(--spaceBetweenDefault, 20px)));
  transform: translate(0, -50%);
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  transition: var(--baseTransition);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
.slick-arrow::before {
  content: none;
}
.slick-arrow:hover, .slick-arrow:focus-visible {
  outline: none;
  background-color: transparent;
  color: transparent;
  background: var(--secondColor);
}
.slick-arrow.slick-prev {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* Dots */
.slick-dots {
  justify-content: center;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: var(--spaceBetweenDefault);
  transition: var(--baseTransition);
}
.slick-dots li {
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li::before {
  content: none;
}
.slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 32px;
  background: transparent;
  border: none;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 0;
}
.slick-dots li button::after {
  content: "";
  display: block;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--backgroundColor);
  border: 1px solid var(--backgroundColor);
  border-radius: 50%;
  transition: var(--baseTransition);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::after, .slick-dots li button:focus-visible::after {
  background: var(--mainColor);
  border: 1px solid var(--mainColor);
}
.slick-dots li.slick-active button::after {
  background: var(--mainColor);
  border: 1px solid var(--mainColor);
}
.slick-dots li::before {
  content: none !important;
}

.slick-slider .slick-slide {
  display: none;
}
.slick-slider .slick-slide:first-child {
  display: block;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
}

.news {
  padding: 0 0 60px max(4%, (100% - var(--maxWidthBig)) / 2);
  background-color: var(--backgroundColor);
}
.news .news-list-view {
  position: relative;
}
.news .news-list-view:not(.slick-slider) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--spaceBetweenDefault);
}
.news .news-list-view.slick-slider .slick-list {
  padding: 0 calc((var(--pageLimit) - var(--maxWidthLarge)) / 2) 0 0;
}
@media all and (max-width: 470px) {
  .news .news-list-view.slick-slider .slick-list {
    padding: 0;
  }
}
.news .news-list-view.slick-slider .slick-slide {
  padding: 0 10px;
  height: auto;
}
.news .news-list-view.slick-slider .slick-slide > div {
  height: 100%;
}
.news .news-list-view.slick-slider .article {
  height: 100%;
}
.news .news-list-view > .f3-widget-paginator {
  display: none;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  grid-column: 1/-1;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator p {
  font-size: 0.8em;
  line-height: 1em;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator li {
  padding: 0;
  margin: 0;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator li.current,
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator li a {
  padding: 10px 15px;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator li::before {
  content: none;
}
.news .news-list-view .article {
  display: flex !important;
  border-radius: var(--defaultBorderRadius);
}
@media all and (max-width: 1430px) {
  .news .news-list-view .article {
    flex-direction: column;
  }
}
.news .news-list-view .article:hover .news-img-wrap > a > img, .news .news-list-view .article:has(:focus-visible) .news-img-wrap > a > img {
  transform: scale(1.1);
}
.news .news-list-view .article > .news-img-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  max-width: 235px;
  height: 215px;
  border-radius: var(--defaultBorderRadius);
  flex-shrink: 0;
}
@media all and (max-width: 1430px) {
  .news .news-list-view .article > .news-img-wrap {
    max-width: initial;
  }
}
.news .news-list-view .article > .news-img-wrap > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.news .news-list-view .article > .news-img-wrap > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--baseTransition);
}
.news .news-list-view .article > .news-img-wrap:has(.no-media-element) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
}
.news .news-list-view .article .right {
  display: flex;
  flex-direction: column;
  padding: 40px 20px 0 20px;
  background-color: var(--contrastColorInverted);
  border-radius: 0 6px 6px 0;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .news .news-list-view .article .right {
    border-radius: 0 0 6px 6px;
  }
}
.news .news-list-view .article .right .header {
  margin-bottom: 15px;
}
.news .news-list-view .article .right > .teaser-text {
  flex-grow: 1;
}
.news .news-list-view .article .right > .teaser-text .more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--mainColor);
  background: transparent;
  padding-left: 20px;
  border: none;
  margin-top: 10px !important;
}
.news .news-list-view .article .right > .teaser-text .more:hover {
  color: var(--mainColor);
  background: transparent;
  padding-left: 0;
  color: var(--mainColorLight);
  border: none;
}
.news .news-list-view .article .right > .teaser-text .more:hover::before {
  left: calc(100% - 38px);
  background: var(--mainColorLight);
}
.news .news-list-view .article .right > .teaser-text .more::before {
  left: -5px;
}
.news .news-list-view .article .right > .teaser-text .more::after {
  content: none;
}
.news .news-list-view .article .right > .footer {
  margin-top: auto;
}
.news .news-list-view .article .right::after {
  content: none;
}
.news.news-single > .article {
  display: grid;
  grid-template-areas: "image" "footer" "header" "text" "backlink" "related";
  gap: var(--spaceBetweenDefault);
}
.news.news-single > .article > .header,
.news.news-single > .article > .footer,
.news.news-single > .article > .teaser-text,
.news.news-single > .article > .news-img-wrap,
.news.news-single > .article > .news-backlink-wrap,
.news.news-single > .article > .news-realted-wrap {
  float: none;
  width: initial;
  height: initial;
  margin: 0;
  padding: 0;
  border: none;
}
.news.news-single > .article > .header {
  grid-area: header;
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto 5;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  -webkit-hyphenate-limit-lines: 2;
}
.news.news-single > .article > .news-img-wrap {
  grid-area: image;
  width: 100%;
  height: auto;
  aspect-ratio: 12/5;
}
.news.news-single > .article > .news-img-wrap a {
  border: none;
  padding: 0;
}
.news.news-single > .article > .news-img-wrap .outer,
.news.news-single > .article > .news-img-wrap .mediaelement,
.news.news-single > .article > .news-img-wrap a,
.news.news-single > .article > .news-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news.news-single > .article > .teaser-text {
  display: none;
  grid-area: teasertext;
}
.news.news-single > .article > .news-text-wrap {
  grid-area: text;
}
.news.news-single > .article > .footer {
  grid-area: footer;
}
.news.news-single > .article > .news-backlink-wrap {
  grid-area: backlink;
}
.news.news-single > .article > .news-related-wrap {
  grid-area: related;
}
.news.news-single > .article > .news-related-wrap:is(:empty) {
  display: none;
}
.news.news-single > .article .news-backlink-wrap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news .news-dots-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem) !important;
}
.news .news-dots-arrows .slick-arrow {
  position: relative;
  top: initial;
  transform: translate(0);
  background-size: 12px 12px;
}
.news .news-dots-arrows .slick-arrow.slick-prev, .news .news-dots-arrows .slick-arrow.slick-next {
  transform: translate(0);
  -webkit-mask: url("../Images/arrow.svg") no-repeat center center/14px auto;
          mask: url("../Images/arrow.svg") no-repeat center center/14px auto;
}
.news .news-dots-arrows .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.news .news-dots-arrows .slick-arrow.slick-next {
  right: 0;
  order: 5;
}
.news .news-dots-arrows .slick-dots {
  margin-top: 0;
}
.news .slick-dots li button:after {
  background: var(--contrastColorInverted) !important;
}
.news .slick-dots li button:hover::after {
  background: var(--mainColor) !important;
  border: var(--mainColor) !important;
}
.news .slick-dots li.slick-active button::after {
  background: var(--mainColor) !important;
  border: var(--mainColor) !important;
}

@media (max-width: 768px) {
  .news .news-list-view.slick-slider .slick-arrow {
    display: none !important;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
input.datepicker {
  background-image: url("../Images/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 18px 18px;
  padding-right: 45px;
}

input.timepicker {
  background-image: url("../Images/clock.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 18px 18px;
  padding-right: 45px;
}

.flatpickr-calendar {
  border-radius: 0;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}

.flatpickr-monthDropdown-months {
  font-size: var(--baseFontSize);
}

.flatpickr-current-month {
  height: 45px;
}
.flatpickr-current-month input.cur-year {
  font-size: var(--baseFontSize);
  padding-left: 15px;
}
.flatpickr-current-month select.flatpickr-monthDropdown-months {
  font-size: var(--baseFontSize);
  width: 49%;
  padding: 5px 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../Images/select.svg") no-repeat center right 12px/12px auto;
}
.flatpickr-current-month select.flatpickr-monthDropdown-months:hover {
  background: url("../Images/select.svg") no-repeat center right 12px/12px auto;
  background-color: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 49%;
  padding: 5px 5px;
}
.flatpickr-current-month .numInputWrapper input {
  font-size: var(--baseFontSize);
}

.numInputWrapper .numInput {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.numInputWrapper span {
  border: none;
  width: 20px;
}
.numInputWrapper span:hover {
  background: transparent;
}
.numInputWrapper span.arrowUp::after {
  border: none;
  background: url("../Images/select.svg") center no-repeat;
  background-size: 9px 7px;
  left: 3px;
  top: 20%;
  display: block;
  transition: var(--baseTransition);
  width: 12px;
  height: 13px;
  transform: rotate(-180deg);
}
.numInputWrapper span.arrowUp:hover::after {
  opacity: 0.6;
}
.numInputWrapper span.arrowDown::after {
  border: none;
  background: url("../Images/select.svg") center no-repeat;
  background-size: 9px 7px;
  top: 0;
  display: block;
  transition: var(--baseTransition);
  width: 12px;
  height: 13px;
}
.numInputWrapper span.arrowDown:hover::after {
  opacity: 0.6;
}

.flatpickr-time .numInputWrapper span.arrowDown {
  right: 1px;
}

.flatpickr-months .flatpickr-month {
  height: 45px;
  color: var(--fontColor);
  fill: var(--fontColor);
}
.flatpickr-months .flatpickr-prev-month {
  height: 45px;
  display: flex;
  align-items: center;
}
.flatpickr-months .flatpickr-prev-month:hover {
  color: var(--secondColor);
}
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: var(--secondColor);
}
.flatpickr-months .flatpickr-next-month {
  height: 45px;
  display: flex;
  align-items: center;
}
.flatpickr-months .flatpickr-next-month:hover {
  color: var(--secondColor);
}
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--secondColor);
}

.flatpickr-day {
  font-size: var(--baseFontSize);
  color: var(--fontColor);
}
.flatpickr-day.today {
  border-color: var(--mainColor);
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: var(--secondColor);
  background: var(--secondColor);
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--secondColor);
  box-shadow: none;
  color: #fff;
  border: 1px solid var(--secondColor);
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 var(--secondColor);
}

span.flatpickr-weekday {
  font-size: var(--baseFontSize);
  color: var(--fontColor);
  font-weight: 400;
}
span.flatpickr-day {
  border: 1px solid #fff;
}
span.flatpickr-day.prevMonthDay, span.flatpickr-day.nextMonthDay {
  border: 1px solid #fff;
}
span.flatpickr-day.today:not(.selected), span.flatpickr-day.today.prevMonthDay:not(.selected), span.flatpickr-day.today.nextMonthDay:not(.selected) {
  border: 1px solid var(--secondColor);
}
span.flatpickr-day.today:not(.selected):hover, span.flatpickr-day.today.prevMonthDay:not(.selected):hover, span.flatpickr-day.today.nextMonthDay:not(.selected):hover {
  border: 1px solid var(--secondColor);
}
span.flatpickr-day.startRange, span.flatpickr-day.prevMonthDay.startRange, span.flatpickr-day.nextMonthDay.startRange, span.flatpickr-day.endRange, span.flatpickr-day.prevMonthDay.endRange, span.flatpickr-day.nextMonthDay.endRange {
  border-color: var(--secondColor);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: var(--contrastColorLight);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: var(--backgroundColorDark);
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: var(--backgroundColorDark);
}

.mfp-preloader a:hover,
.mfp-preloader a:focus-visible {
  color: var(--contrastColorInverted);
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: var(--contrastColorInverted);
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus,
.mfp-close:focus-visible {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: var(--contrastColorLight);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: var(--contrastColorInverted);
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--backgroundColorDark);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus,
.mfp-arrow:focus-visible {
  opacity: 1;
}

.mfp-arrow::before,
.mfp-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  border-right: 17px solid var(--contrastColorInverted);
  margin-left: 31px;
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid var(--contrastColorLight);
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  border-left: 17px solid var(--contrastColorInverted);
  margin-left: 39px;
}

.mfp-arrow-right::before {
  border-left: 27px solid var(--contrastColorLight);
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(var(--contrastColorRGB), 0.6);
  background: var(--contrastColor);
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(var(--contrastColorRGB), 0.6);
  background: var(--contrastColorLight);
}

.mfp-figure small {
  color: var(--backgroundColorDark);
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: var(--backgroundColor);
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media all and (max-width: 800px) and (orientation: landscape), all and (max-height: 300px) {
  /**
        * Remove all paddings around the image on small screen
        */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(var(--contrastColorRGB), 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(var(--contrastColorRGB), 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-inline: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
