@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Albert Sans", var(--fallback);
  --headline: "Albert Sans", var(--fallback);
  --tertiaryFont: "Roboto", var(--fallback);
  --mainColor: #90AECF;
  --mainColorRGB: 144, 174, 207;
  --mainColorLight: #E4F0FF;
  --mainColorVeryLight: #E5F6FF;
  --mainColorDark: #718AC3;
  --secondColor: #FFE6F2;
  --secondColorLight: hsl(331.2, 100%, 105.0980392157%);
  --secondColorDark: #FFCFFA;
  --fontColor: #363636;
  --headlineColor: #404040;
  --backgroundColor: #E1EBF0;
  --backgroundColorRGB: 225, 235, 240;
  --backgroundColorDark: #7ba7bd;
  --warningColor: #b10000;
  --formBorderColor: #b6b6b6;
  --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: 16px;
  --baseLineheight: 160%;
  --h1FontSize: clamp(2rem, 1.125rem + 2vw, 3.125rem);
  --h2FontSize: clamp(1.625rem, 0.3611111111rem + 2.8888888889vw, 3.25rem);
  --h3FontSize: clamp(1.5rem, 0.5277777778rem + 2.2222222222vw, 2.75rem);
  --h4FontSize: clamp(1.375rem, 0.5972222222rem + 1.7777777778vw, 2.375rem);
  --h5FontSize: clamp(1.125rem, 0.5416666667rem + 1.3333333333vw, 1.875rem);
  --h6FontSize: clamp(1rem, 0.6111111111rem + 0.8888888889vw, 1.5rem);
  --headlineLineheight: 120%;
  --headerHeight: 105px;
  --stickyHeaderHeight: 72px;
  --stickyHeaderHeightMobile: 70px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: clamp(1.875rem, -0.5555555556rem + 5.5555555556vw, 5rem);
  --defaultFrameSpace: clamp(1.5625rem, -0.1388888889rem + 3.8888888889vw, 3.75rem);
  --recursiveFrameSpace: 5px;
  --baseTransition: all .3s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 1200px;
  --maxWidth: 1200px;
  --maxWidthBig: 1500px;
  --maxWidthLarge: 1715px;
  --pageLimit: 1920px;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* albert-sans-100 - 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: "Albert Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../Fonts/albert-sans-v1-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-100italic - 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: "Albert Sans";
  font-style: italic;
  font-weight: 100;
  src: url("../Fonts/albert-sans-v1-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-200 - 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: "Albert Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/albert-sans-v1-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-200italic - 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: "Albert Sans";
  font-style: italic;
  font-weight: 200;
  src: url("../Fonts/albert-sans-v1-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-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: "Albert Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/albert-sans-v1-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-300italic - 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: "Albert Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/albert-sans-v1-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-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: "Albert Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/albert-sans-v1-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-italic - 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: "Albert Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/albert-sans-v1-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-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: "Albert Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/albert-sans-v1-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-500italic - 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: "Albert Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/albert-sans-v1-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-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: "Albert Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/albert-sans-v1-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-600italic - 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: "Albert Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/albert-sans-v1-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-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: "Albert Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/albert-sans-v1-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-700italic - 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: "Albert Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/albert-sans-v1-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-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: "Albert Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/albert-sans-v1-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-800italic - 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: "Albert Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../Fonts/albert-sans-v1-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-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: "Albert Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/albert-sans-v1-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* albert-sans-900italic - 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: "Albert Sans";
  font-style: italic;
  font-weight: 900;
  src: url("../Fonts/albert-sans-v1-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-v48-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/roboto-v48-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v48-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-v48-latin-regular.woff") format("woff"), url("../Fonts/roboto-v48-latin-regular.ttf") format("truetype"), url("../Fonts/roboto-v48-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/roboto-v48-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/roboto-v48-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v48-latin-500.woff2") format("woff2"), url("../Fonts/roboto-v48-latin-500.woff") format("woff"), url("../Fonts/roboto-v48-latin-500.ttf") format("truetype"), url("../Fonts/roboto-v48-latin-500.svg#Roboto") 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: 300;
  font-family: var(--mainFont);
  color: var(--fontColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: var(--contrastColorInverted);
  line-height: var(--baseLineheight);
}
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-cibgbox1) ::-moz-selection {
  background: var(--secondColor);
  color: var(--contrastColorInvertedRGB);
}

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

hr {
  display: block;
  border: none;
  border-top: 2px dotted #BFBFBF;
  margin: 1em 0;
}

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-cibgbox1) a:not([class]) {
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox1) a:not([class]):hover, :is(.frame-cibgbox1) a:not([class]):focus-visible {
  color: rgba(var(--contrastColorInvertedRGB), 0.7);
}

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

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

.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;
}

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

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

.allcont .ce-gallery .lightbox {
  position: relative;
  height: 100%;
  display: block;
}
.allcont .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;
}
.allcont .ce-gallery .lightbox:hover ::before, .allcont .ce-gallery .lightbox:focus-visible ::before {
  opacity: 1;
}

.allcont .ce-textpic .ce-gallery {
  margin-bottom: 0;
}
.allcont .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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  font-family: var(--headline);
  line-height: var(--headlineLineheight);
  color: var(--headlineColor);
  hyphens: auto;
}
h1 + p, h1 + ul,
h2 + p,
h2 + ul,
h3 + p,
h3 + ul,
h4 + p,
h4 + ul,
h5 + p,
h5 + ul,
h6 + p,
h6 + ul {
  padding-top: 0.5em;
}
:is(.frame-cibgbox1) h1,
:is(.frame-cibgbox1) h2,
:is(.frame-cibgbox1) h3,
:is(.frame-cibgbox1) h4,
:is(.frame-cibgbox1) h5,
:is(.frame-cibgbox1) h6 {
  color: var(--contrastColorInverted);
}
@media all and (max-width: 450px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    hyphens: auto;
  }
}

h1 {
  font-size: var(--h1FontSize);
  font-weight: 500;
}
:is(#uid29) h1 {
  font-size: calc(var(--h1FontSize) * 0.7);
}

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

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

h4 {
  font-size: var(--h4FontSize);
  font-weight: 600;
}
: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);
  margin-bottom: 10px;
}
:is(#uid29) h6 {
  font-size: calc(var(--h6FontSize) * 0.7);
}
h6:has(+ .clock), h6:has(+ p > .phone), h6:has(+ p > .pin) {
  margin-bottom: 5px;
}

p[class*=roofline] {
  font-weight: 700;
}

*[class*=headline] + *:not(.frame) {
  margin-top: clamp(0.625rem, 0.1388888889rem + 1.1111111111vw, 1.25rem);
}

p:not([class*=roofline]) + h1,
p:not([class*=roofline]) + h2,
p:not([class*=roofline]) + h3,
p:not([class*=roofline]) + h4,
p:not([class*=roofline]) + h5,
p:not([class*=roofline]) + h6,
p:not([class*=roofline]) + p,
p:not([class*=roofline]) + ul,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p,
ul + ul,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p,
ol + ul,
header + h1,
header + h2,
header + h3,
header + h4,
header + h5,
header + h6,
header + p,
header + ul {
  margin-top: clamp(0.9375rem, 0.6944444444rem + 0.5555555556vw, 1.25rem);
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

:is(.frame-cibgbox1) p {
  color: var(--contrastColorInverted);
}

h1 + h1 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h1 + h2 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h1 + h3 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h1 + h4 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h1 + h5 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h1 + h6 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h2 + h1 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h2 + h2 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h2 + h3 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h2 + h4 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h2 + h5 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h2 + h6 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h3 + h1 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h3 + h2 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h3 + h3 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h3 + h4 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h3 + h5 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h3 + h6 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h4 + h1 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h4 + h2 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h4 + h3 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h4 + h4 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h4 + h5 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h4 + h6 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h5 + h1 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h5 + h2 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h5 + h3 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h5 + h4 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h5 + h5 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h5 + h6 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h6 + h1 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h6 + h2 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h6 + h3 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h6 + h4 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h6 + h5 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

h6 + h6 {
  margin-top: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem);
}

p:has(> .phone) + p:has(> .mail) {
  margin-top: 7px;
}

.button, .head .tabtocontent, input[type=submit],
button,
.button-secondary {
  position: relative;
  display: inline-block;
  color: var(--contrastColorInverted);
  padding: clamp(0.625rem, 0.3333333333rem + 0.6666666667vw, 1rem) 65px clamp(0.625rem, 0.3333333333rem + 0.6666666667vw, 1rem) clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem);
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  line-height: 120%;
  font-size: clamp(1rem, 0.9027777778rem + 0.2222222222vw, 1.125rem);
  background: var(--mainColorDark);
  border: 2px solid var(--mainColorDark);
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  cursor: pointer;
}
.button:hover, .head .tabtocontent:hover, input[type=submit]:hover,
button:hover, .button:focus-visible, .head .tabtocontent:focus-visible, input[type=submit]:focus-visible,
button:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible {
  background-color: var(--secondColorDark);
  border-color: var(--secondColorDark);
  color: var(--fontColor);
}
.button:hover::after, .head .tabtocontent:hover::after, input[type=submit]:hover::after,
button:hover::after, .button:focus-visible::after, .head .tabtocontent:focus-visible::after, input[type=submit]:focus-visible::after,
button:focus-visible::after,
.button-secondary:hover::after,
.button-secondary:focus-visible::after {
  background: var(--fontColor);
}
.button::after, .head .tabtocontent::after, input[type=submit]::after,
button::after,
.button-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 16px;
  height: 16px;
  background: var(--contrastColorInverted);
  mask: url("../Images/tooth-white.svg") no-repeat center/100% 100%;
  transition: var(--baseTransition);
}
.button:not(:only-child), .head .tabtocontent:not(:only-child), input[type=submit]:not(:only-child),
button:not(:only-child),
.button-secondary:not(:only-child) {
  margin: 0 1em 1em 0;
}
.text-center .button: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:not(:only-child),
.text-center .button-secondary:not(:only-child) {
  margin: 0 1em 1em;
}
:is(.frame-cibgbox1) .button, :is(.frame-cibgbox1) .head .tabtocontent, .head :is(.frame-cibgbox1) .tabtocontent, :is(.frame-cibgbox1) input[type=submit],
:is(.frame-cibgbox1) button,
:is(.frame-cibgbox1) .button-secondary {
  background-color: var(--contrastColorInverted);
  border-color: var(--contrastColorInverted);
  color: var(--mainColor);
}
:is(.frame-cibgbox1) .button:hover, :is(.frame-cibgbox1) .head .tabtocontent:hover, .head :is(.frame-cibgbox1) .tabtocontent:hover, :is(.frame-cibgbox1) input[type=submit]:hover,
:is(.frame-cibgbox1) button:hover, :is(.frame-cibgbox1) .button:focus-visible, :is(.frame-cibgbox1) .head .tabtocontent:focus-visible, .head :is(.frame-cibgbox1) .tabtocontent:focus-visible, :is(.frame-cibgbox1) input[type=submit]:focus-visible,
:is(.frame-cibgbox1) button:focus-visible,
:is(.frame-cibgbox1) .button-secondary:hover,
:is(.frame-cibgbox1) .button-secondary:focus-visible {
  background-color: var(--mainColorDark);
  border-color: var(--mainColorDark);
  color: var(--contrastColorInverted);
}

.button-secondary {
  color: var(--mainColor);
  background: transparent;
  border: 2px solid var(--mainColor);
}
.button-secondary:hover, .button-secondary:focus-visible {
  background-color: var(--contrastColorInverted);
  border-color: var(--fontColor);
}
.button-secondary:hover::after, .button-secondary:focus-visible::after {
  right: 30px;
}
:is(.frame-cibgbox1) .button-secondary {
  background-color: transparent;
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox1) .button-secondary:hover, :is(.frame-cibgbox1) .button-secondary:focus-visible {
  background-color: var(--contrastColorInverted);
  color: var(--mainColor);
}
.button-secondary::after {
  background: var(--mainColor);
  mask: url("../Images/arrow.svg") no-repeat center/100% 100%;
}

.arrow-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: var(--mainColor);
  font-weight: 700;
  text-decoration: none;
  padding-right: 26px;
  transition: var(--baseTransition);
}
.arrow-button:hover {
  color: var(--mainColorDark);
}
.arrow-button:hover:after {
  background: var(--mainColorDark);
  right: -5px;
}
.arrow-button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: var(--mainColor);
  mask: url("../Images/arrow.svg") no-repeat center/100% 100%;
  transition: var(--baseTransition);
}

.phone,
.mail,
.pin,
.clock {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: var(--mainColor);
}
:is(.frame-cibgbox) .phone,
:is(.frame-cibgbox) .mail,
:is(.frame-cibgbox) .pin,
:is(.frame-cibgbox) .clock {
  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) .pin:hover,
:is(.frame-cibgbox) .pin:focus-visible,
:is(.frame-cibgbox) .clock:hover,
:is(.frame-cibgbox) .clock:focus-visible {
  color: var(--contrastColorInverted);
  opacity: 0.7;
}
.phone::before,
.mail::before,
.pin::before,
.clock::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--mainColor);
  mask: url("../Images/cell.svg") no-repeat center/100% auto;
}
:is(.frame-cibgbox1) .phone::before,
:is(.frame-cibgbox1) .mail::before,
:is(.frame-cibgbox1) .pin::before,
:is(.frame-cibgbox1) .clock::before {
  background: var(--contrastColorInverted);
}
.phone:hover, .phone:focus-visible,
.mail:hover,
.mail:focus-visible,
.pin:hover,
.pin:focus-visible,
.clock:hover,
.clock:focus-visible {
  color: var(--secondColor);
}

.mail,
.pin,
.clock,
.phone {
  color: var(--fontColor);
  text-decoration: none;
  transition: var(--baseTransition);
}
.mail:hover,
.pin:hover,
.clock:hover,
.phone:hover {
  color: var(--mainColorDark);
}

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

.pin {
  padding-top: 0;
}
.pin::before {
  top: 0;
  mask: url("../Images/pin.svg") no-repeat center/100% auto;
}

.clock {
  padding-top: 0;
  margin-top: 10px !important;
}
.clock:first-child {
  margin-top: 0 !important;
}
.clock::before {
  mask: url("../Images/clock.svg") no-repeat center/100% auto;
}
.clock:hover {
  color: var(--fontColor);
}

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

.largetext {
  font-size: 1.5em;
}

.smalltext {
  font-size: 12px;
}

.roofline {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--mainColor);
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
}
.roofline::before {
  content: "";
  width: 20px;
  height: 19px;
  top: 0;
  left: 0;
  background: url("../Images/tooth.svg") no-repeat center/100% auto;
}

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

.uppercase {
  text-transform: uppercase;
}

.table_container {
  overflow: auto;
}

.allcont table {
  width: 100%;
  margin: 10px 0px 5px;
}
.allcont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: var(--mainColor);
  padding: 10px 15px;
}
.allcont table tr td {
  padding: 5px 15px;
}
.allcont table thead tr th {
  border-bottom: 1px solid var(--mainColor);
}
.allcont table:not(.styledtable) tr th:first-child {
  padding-left: 0;
}
.allcont table:not(.styledtable) tr td:first-child {
  padding-left: 0;
}
.allcont table.styledtable tr th {
  color: var(--contrastColorInverted);
  background: var(--mainColor);
  border-right: 1px solid var(--contrastColorInverted);
}
.allcont table.styledtable tr td {
  border-right: 1px solid var(--contrastColorInverted);
}
.allcont table.styledtable tr td:last-child {
  border-right: none;
}
.allcont table.styledtable tr:nth-child(even) {
  background-color: var(--backgroundColor);
}
.allcont 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%*/
@container (width >=768px) {
  .px-grid2cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*Boxen 3er%*/
@container (width >=768px) {
  .px-grid3cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

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

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

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

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

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

.site {
  position: relative;
  display: flex;
  max-width: var(--pageLimit);
  min-height: 100vh;
  flex-direction: column;
  margin: 0 auto;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
.site main {
  position: relative;
  flex: 1 0 auto;
  overflow-x: clip;
}
.site main .cont > 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);
}
.site main .cont > 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);
}
.site main .cont > div:last-child:is(.frame-cibgbox) {
  padding-bottom: calc(var(--defaultFrameSpace) * 2);
  margin-bottom: var(--defaultFrameSpace);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--formBorderColor);
  border-radius: 15px;
  font-family: var(--mainFont);
  padding: 15px 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:focus-within 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:focus-within input, .floating-label:focus-within 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;
}

label.form-label {
  color: var(--formBorderColor);
}

select {
  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(--formBorderColor);
}
select:valid {
  border-color: var(--formBorderColor);
}

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

a:not([class]):hover {
  color: var(--mainColorDark);
  text-decoration: underline;
}

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;
  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 {
  background: var(--backgroundColor);
}

.frame-cibgbox {
  background: var(--backgroundColor);
}
.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);
}
.frame-cibgbox:has(.px-textmedia) {
  width: 90% !important;
}
@media all and (max-width: 960px) {
  .frame-cibgbox:has(.px-textmedia) {
    width: 100% !important;
    margin-inline: auto;
  }
}
.frame-cibgbox:has(.px-textmedia.mediaposition-right) {
  border-radius: 0 44px 44px 0;
}
@media all and (max-width: 960px) {
  .frame-cibgbox:has(.px-textmedia.mediaposition-right) {
    border-radius: 30px;
  }
}
.frame-cibgbox:has(.px-textmedia.mediaposition-right) .inner {
  margin-inline: inherit;
  margin-left: auto;
}
.frame-cibgbox:has(.px-textmedia.mediaposition-left) {
  margin-left: auto;
  border-radius: 44px 0 0 44px;
}
@media all and (max-width: 960px) {
  .frame-cibgbox:has(.px-textmedia.mediaposition-left) {
    border-radius: 30px;
  }
}
.frame-cibgbox:has(.px-textmedia.mediaposition-left) .inner {
  margin-inline: initial;
}
@media all and (max-width: 960px) {
  .frame-cibgbox:has(.px-textmedia.mediaposition-left) .inner {
    margin-inline: auto;
  }
}
.frame-cibgbox + .frame-cibgbox {
  margin-top: clamp(2.5rem, -2.8472222222rem + 12.2222222222vw, 9.375rem);
}

.frame-maincolorcircle {
  position: relative;
}
.frame-maincolorcircle::before {
  content: "";
  position: absolute;
  width: clamp(25rem, -12.7222222222rem + 86.2222222222vw, 73.5rem);
  height: clamp(25rem, -12.7222222222rem + 86.2222222222vw, 73.5rem);
  left: -30%;
  top: -40%;
  background: var(--mainColorLight);
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
}
@container (width < 960px) {
  .frame-maincolorcircle::before {
    left: -15%;
    top: -5%;
  }
}

.frame-secondcolorcircle {
  position: relative;
}
.frame-secondcolorcircle::before {
  content: "";
  position: absolute;
  width: clamp(25rem, -12.7222222222rem + 86.2222222222vw, 73.5rem);
  height: clamp(25rem, -12.7222222222rem + 86.2222222222vw, 73.5rem);
  right: 0;
  top: -40%;
  background: var(--secondColor);
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
}
@container (width < 960px) {
  .frame-secondcolorcircle::before {
    left: -15%;
    top: -5%;
  }
}

/*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:not(.frame-space-after-extra-small):not(.frame-space-after-small):not(.frame-space-after-medium):not(.frame-space-after-large):not(.frame-space-after-extra-large):not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage):has(+ .frame-space-before-extra-small, + .frame-space-before-small, + .frame-space-before-medium, + .frame-space-before-large, + .frame-space-before-extra-large) {
  padding-bottom: 0;
}
.frame:not(.frame-space-after-extra-small):not(.frame-space-after-small):not(.frame-space-after-medium):not(.frame-space-after-large):not(.frame-space-after-extra-large):not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage):has(+ .frame-cibgbox, + .frame-lightbgbox, + .frame-type-pxproject_textonimage) {
  padding-bottom: calc(var(--defaultFrameSpace) * 2);
}
.frame.frame-cibgbox:has(+ .frame:not(.frame-space-before-extra-small):not(.frame-space-before-small):not(.frame-space-before-medium):not(.frame-space-before-large):not(.frame-space-before-extra-large)) + .frame, .frame.frame-lightbgbox:has(+ .frame:not(.frame-space-before-extra-small):not(.frame-space-before-small):not(.frame-space-before-medium):not(.frame-space-before-large):not(.frame-space-before-extra-large)) + .frame, .frame.frame-type-pxproject_textonimage:has(+ .frame:not(.frame-space-before-extra-small):not(.frame-space-before-small):not(.frame-space-before-medium):not(.frame-space-before-large):not(.frame-space-before-extra-large)) + .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.2083333333rem + 1.6666666667vw, 1.875rem) !important;
}
.frame-space-after-extra-small {
  padding-bottom: clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem) !important;
}
.frame-space-before-small {
  padding-top: clamp(1.25rem, 0.0347222222rem + 2.7777777778vw, 2.8125rem) !important;
}
.frame-space-after-small {
  padding-bottom: clamp(1.25rem, 0.0347222222rem + 2.7777777778vw, 2.8125rem) !important;
}
.frame-space-before-medium {
  padding-top: clamp(1.875rem, -0.0694444444rem + 4.4444444444vw, 4.375rem) !important;
}
.frame-space-after-medium {
  padding-bottom: clamp(1.875rem, -0.0694444444rem + 4.4444444444vw, 4.375rem) !important;
}
.frame-space-before-large {
  padding-top: clamp(2.5rem, -0.4166666667rem + 6.6666666667vw, 6.25rem) !important;
}
.frame-space-after-large {
  padding-bottom: clamp(2.5rem, -0.4166666667rem + 6.6666666667vw, 6.25rem) !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-extra-small, .frame-space-before-small, .frame-space-before-medium, .frame-space-before-large, .frame-space-before-extra-large {
  margin-top: 0;
}
.frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large {
  margin-bottom: 0;
}
.frame-space-after-extra-small:not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage):has(+ .frame:not(.frame-space-after-extra-small):not(.frame-space-after-small):not(.frame-space-after-medium):not(.frame-space-after-large):not(.frame-space-after-extra-large):not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage)) + .frame, .frame-space-after-small:not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage):has(+ .frame:not(.frame-space-after-extra-small):not(.frame-space-after-small):not(.frame-space-after-medium):not(.frame-space-after-large):not(.frame-space-after-extra-large):not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage)) + .frame, .frame-space-after-medium:not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage):has(+ .frame:not(.frame-space-after-extra-small):not(.frame-space-after-small):not(.frame-space-after-medium):not(.frame-space-after-large):not(.frame-space-after-extra-large):not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage)) + .frame, .frame-space-after-large:not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage):has(+ .frame:not(.frame-space-after-extra-small):not(.frame-space-after-small):not(.frame-space-after-medium):not(.frame-space-after-large):not(.frame-space-after-extra-large):not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage)) + .frame, .frame-space-after-extra-large:not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage):has(+ .frame:not(.frame-space-after-extra-small):not(.frame-space-after-small):not(.frame-space-after-medium):not(.frame-space-after-large):not(.frame-space-after-extra-large):not(.frame-cibgbox):not(.frame-lightbgbox):not(.frame-type-pxproject_textonimage)) + .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 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ce-uploads li::before {
    content: none !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 {
  position: sticky;
  top: 25%;
  right: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  overflow: hidden;
  transform: translateX(calc(100% - 70px));
  transition: var(--baseTransition);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  border-radius: 8px 0 0 8px;
}
.stickybuttons:hover {
  transform: translateX(0);
}
.stickybuttons:hover li.last .text-wrapper {
  grid-template-rows: 1fr;
}
.stickybuttons-wrapper {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-bottom: var(--spaceBetweenDefault);
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 640px) {
  .stickybuttons-wrapper {
    display: none;
  }
}
.stickybuttons li.first .image,
.stickybuttons li.first .text {
  padding-top: 20px;
}
.stickybuttons li.last a {
  align-items: flex-start;
}
.stickybuttons li.last .image,
.stickybuttons li.last .text {
  padding-bottom: 20px;
}
.stickybuttons li.last .text-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.stickybuttons li.last .bodytext {
  overflow: hidden;
}
.stickybuttons li a {
  display: flex;
  align-items: stretch;
  max-width: calc(100vw - 10px);
  background: var(--contrastColorInverted);
  color: var(--fontColor);
  text-decoration: none;
  font-size: 14px;
  pointer-events: auto;
  font-weight: 800;
  transition: var(--baseTransition);
  background-color: var(--mainColorLight);
}
@media all and (hover: hover) {
  .stickybuttons li a:hover, .stickybuttons li a:focus-visible {
    color: var(--mainColorDark);
  }
}
.stickybuttons li a .image {
  background: var(--contrastColorInverted);
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 24px;
  background-color: var(--mainColorLight);
}
.stickybuttons li a .image img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.stickybuttons li a .text {
  padding: 6px 130px 6px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.head {
  position: sticky;
  top: 0;
  background: var(--mainColorVeryLight);
  transition: var(--baseTransition);
  width: 100%;
  z-index: 99;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
.head > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin-block: 28px;
  margin-inline: auto;
  transition: var(--baseTransition);
}
:is(.is-sticky) .head > .inner {
  margin-block: 10px;
}
.head > .inner .logo {
  transition: var(--baseTransition);
  background: url("../Images/logo.svg") no-repeat 0/contain;
  width: 116px;
  height: 87px;
}
: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 > .inner .open-nav-contact {
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(0.3125rem, -0.4166666667rem + 1.6666666667vw, 1.25rem);
  align-items: center;
}
.head > .inner .open-nav-contact a[href*="//"]::before {
  content: none;
}
@media all and (max-width: 768px) {
  .head > .inner .open-nav-contact .button, .head > .inner .open-nav-contact .tabtocontent {
    font-size: 12px;
  }
}
@media all and (max-width: 450px) {
  .head > .inner .open-nav-contact .button, .head > .inner .open-nav-contact .tabtocontent {
    padding-right: 35px;
  }
  .head > .inner .open-nav-contact .button::after, .head > .inner .open-nav-contact .tabtocontent::after {
    right: 15px;
  }
}
.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, -0.2083333333rem + 3.3333333333vw, 3.125rem);
}
.head .nav > li {
  list-style: none;
  position: relative;
}
.head .nav > li a {
  display: block;
  text-decoration: none;
  color: var(--fontColor);
  font-size: 18px;
  font-weight: 400;
}
.head .nav > li > a {
  padding: 10px 0;
  position: relative;
}
@media all and (min-width: 1201px) {
  .head .nav > li.uid39 > a {
    position: relative;
    display: inline-block;
    color: var(--contrastColorInverted);
    padding: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem) clamp(0.9375rem, -0.1319444444rem + 2.4444444444vw, 2.3125rem) clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem) 62px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: var(--baseFontSize);
    line-height: var(--baseLineHeight);
    background: var(--mainColorDark);
    border: 2px solid var(--mainColorDark);
    border-radius: 8px;
    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.uid39 > a::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 49%;
    transform: translateY(-49%);
    width: 20px;
    height: 20px;
    background: var(--contrastColorInverted);
    mask: url("../Images/tooth-white.svg") no-repeat center/100% auto;
    transition: var(--baseTransition);
  }
  .head .nav > li.uid39 > a:hover, .head .nav > li.uid39 > a:focus-visible {
    background-color: var(--secondColorDark);
    border-color: var(--secondColorDark);
    color: var(--fontColor);
  }
  .head .nav > li.uid39 > a:hover::before, .head .nav > li.uid39 > a:focus-visible::before {
    background: var(--fontColor);
  }
  .head .nav > li.uid39.act > a {
    background: var(--mainColorLight);
    border-color: var(--mainColorLight);
    color: var(--mainColor);
  }
}
.head .nav > li.over > .subnav, .head .nav > li.over > a, .head .nav > li:hover > .subnav, .head .nav > li:focus-within > .subnav {
  display: flex;
}
.head .nav > li.over > a, .head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li.act > a, .head .nav > li:focus-within > a {
  color: var(--mainColor);
}
.head .nav > li .subnav {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  padding: 0;
  background: var(--contrastColorInverted);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
.head .nav > li .subnav li a {
  color: var(--fontColor);
  font-weight: 400;
  padding: 10px 20px;
  white-space: nowrap;
}
.head .nav > li .subnav li:hover > a, .head .nav > li .subnav li.over > a, .head .nav > li .subnav li.active > a, .head .nav > li .subnav li.act > a, .head .nav > li .subnav li:focus-within > a {
  color: var(--mainColor);
}
.head .nav > li .subnav li.over > .subnav, .head .nav > li .subnav li:hover > .subnav, .head .nav > li .subnav li:focus-within > .subnav {
  display: flex;
}
.head .nav > li .subnav li.has_sub {
  position: relative;
}
.head .nav > li .subnav li > .subnav {
  left: 100%;
  padding-left: 5px;
  top: 0;
}

.showSub,
.open_nav {
  display: none;
}

.hamburger {
  position: relative;
  display: block;
  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(--mainColorDark);
  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)) {
  .head > .inner .main-nav {
    display: block !important;
  }
}
@media all and (max-width: 1200px) {
  /*Nav*/
  .open_nav {
    display: inherit;
  }
  .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;
  }
  .head > .inner .main-nav .nav li {
    width: 100%;
    position: relative;
  }
  .head > .inner .main-nav .nav li:hover > a::after, .head > .inner .main-nav .nav li.over > a::after {
    display: none !important;
  }
  .head > .inner .main-nav .nav li.over > .subnav, .head > .inner .main-nav .nav li:hover > .subnav {
    display: none;
  }
  .head > .inner .main-nav .nav li:hover > a, .head > .inner .main-nav .nav li.over > a, .head > .inner .main-nav .nav li.active > a, .head > .inner .main-nav .nav li.act > a {
    color: var(--mainColor);
  }
  .head > .inner .main-nav .nav li a {
    background-color: var(--backgroundColor);
    border-bottom: 1px solid var(--contrastColorInverted);
    padding: 20px;
  }
  .head > .inner .main-nav .nav li.uid39 > a {
    padding-left: 55px;
    background-color: var(--mainColorDark);
    color: var(--contrastColorInverted);
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li.uid39 > a::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 21px;
    width: 20px;
    height: 20px;
    background: var(--contrastColorInverted);
    mask: url("../Images/phone-white.svg") no-repeat center/100% auto;
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li.uid39 > a:hover {
    color: var(--contrastColor);
    background-color: var(--secondColor);
  }
  .head > .inner .main-nav .nav li.uid39 > a:hover::before {
    background: var(--contrastColor);
  }
  .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.over > a, .head > .inner .main-nav .nav li .subnav li.active > a, .head > .inner .main-nav .nav li .subnav li.act > 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.over > .subnav, .head > .inner .main-nav .nav li:hover > .subnav2.subnav, .head > .inner .main-nav .nav li.over > .subnav2.subnav, .head > .inner .main-nav .nav li.over > .subnav .subnav2, .head > .inner .main-nav .nav li:hover > .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 {
    transform: rotate(180deg);
  }
}
.px-accordion-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spaceBetweenDefault);
}
.px-accordion-inner .item {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  border-radius: 20px;
  transition: var(--baseTransition);
}
.px-accordion-inner .item .content {
  display: none;
  padding: 30px 40px;
  color: var(--contrastColorInverted);
  border-top: 1px solid var(--contrastColorInverted);
  background-color: var(--mainColor);
  border-radius: 0 0 20px 20px;
}
.px-accordion-inner .item .trigger {
  padding: 20px 45px 20px 20px;
  cursor: pointer;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.px-accordion-inner .item .trigger::before {
  content: "";
  display: block;
  width: 44px;
  height: 100%;
  background: var(--mainColor);
  mask: url("../Images/plus.svg") no-repeat center center/20px auto;
  position: absolute;
  top: 0;
  right: 10px;
  transition: var(--baseTransition);
}
.px-accordion-inner .item .trigger .title {
  font-size: 18px;
  font-weight: 700;
}
.px-accordion-inner .item.act, .px-accordion-inner .item:hover, .px-accordion-inner .item:focus-visible {
  border-radius: 20px;
}
.px-accordion-inner .item.act .trigger {
  color: var(--contrastColorInverted);
  background-color: var(--mainColor);
  transition: var(--baseTransition);
}
.px-accordion-inner .item.act .trigger::before {
  background: var(--contrastColorInverted);
  mask: url("../Images/minus.svg") no-repeat center center/25px auto;
}
.px-accordion-inner .item.act .trigger .content {
  color: var(--contrastColorInverted);
}

.px-banner {
  position: relative;
  padding: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem) 0 clamp(1.875rem, 0.4166666667rem + 3.3333333333vw, 3.75rem) max(4%, (100% - var(--maxWidthBig)) / 2);
  height: 100%;
}
@container (width < 768px) {
  .px-banner {
    padding: 0;
  }
}
.px-banner.version-2 .inner .images {
  padding-right: clamp(0rem, -15rem + 25vw, 13.125rem);
  width: 56%;
}
.px-banner.version-2 .inner .images::after {
  left: initial;
  right: 0;
  border-radius: 0;
}
@container (width < 960px) {
  .px-banner.version-2 .inner .images {
    width: 100%;
    height: 100%;
  }
  .px-banner.version-2 .inner .images::after {
    border-radius: 0 0 0 64px;
  }
}
.px-banner.version-2 .inner .images .image {
  height: 100%;
}
.px-banner.version-2 .inner .images .image img {
  border-radius: 64px;
}
.px-banner .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: clamp(3.125rem, -5.1388888889rem + 18.8888888889vw, 13.75rem);
}
@container (width < 960px) {
  .px-banner .inner {
    flex-direction: column;
  }
}
@container (width < 768px) {
  .px-banner .inner {
    gap: 0;
  }
}
.px-banner .inner .images,
.px-banner .inner .media {
  position: relative;
  width: 47%;
  height: clamp(15.625rem, -2.1180555556rem + 40.5555555556vw, 38.4375rem);
}
@container (width < 960px) {
  .px-banner .inner .images,
  .px-banner .inner .media {
    width: 100%;
    height: 100%;
  }
  @container (width < 768px) {
    .px-banner .inner .images,
    .px-banner .inner .media {
      padding-left: 30px;
    }
  }
}
.px-banner .inner .images::after,
.px-banner .inner .media::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  background: var(--secondColor);
  opacity: 0.4;
  border-radius: 64px;
  z-index: -1;
}
.px-banner .inner .images .image,
.px-banner .inner .media .image {
  height: 100%;
}
.px-banner .inner .images .image img,
.px-banner .inner .media .image img {
  border-radius: 64px 0 0 64px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.px-banner .inner .text {
  position: relative;
  z-index: 1;
  width: 43%;
}
@container (width < 960px) {
  .px-banner .inner .text {
    width: 100%;
    padding: 0 20px 0 0;
  }
}
@container (width < 768px) {
  .px-banner .inner .text {
    max-width: var(--maxWidth);
    width: var(--baseWidth);
    margin: 0 auto;
    padding: 30px 0;
  }
}
.px-banner .inner .text-inner h1 {
  margin-bottom: clamp(1.25rem, 0.7638888889rem + 1.1111111111vw, 1.875rem);
}
.px-banner .inner .text-inner .button {
  margin-top: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
  margin-right: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
}
.px-banner .inner .trust-logos {
  position: absolute;
  right: 0.5%;
  bottom: -3%;
  display: flex;
  gap: clamp(1.25rem, -0.2083333333rem + 3.3333333333vw, 3.125rem);
  background-color: var(--contrastColorInverted);
  max-width: 215px;
  padding: 10px;
  border-radius: 10px;
  z-index: 3;
  margin: 0 10px;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
@media all and (max-width: 1400px) {
  .px-banner .inner .trust-logos {
    bottom: 100px;
  }
}
@media all and (max-width: 924px) {
  .px-banner .inner .trust-logos {
    bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .px-banner .inner .trust-logos {
    bottom: -20px;
    max-width: 130px;
    position: relative;
  }
}
.px-banner .inner p:not([class*=roofline]) + p {
  margin-top: 0;
}
.px-banner .inner .slick-list {
  height: 100%;
  border-radius: 64px 0 0 64px;
}
.px-banner .inner .slick-list .slick-track {
  height: 100%;
  border-radius: 64px 0 0 64px;
}
.px-banner .inner .slick-list .slick-track .slick-slide {
  height: 100%;
  border-radius: 64px 0 0 64px;
}
.px-banner .inner .slick-list .slick-track .slick-slide > div {
  height: 100%;
  border-radius: 64px 0 0 64px;
}

.px-contactwall-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}
.px-contactwall-inner .person {
  text-align: center;
}
.px-contactwall-inner .person .image {
  margin-bottom: var(--spaceBetweenDefault);
}
.px-contactwall-inner .person .image img {
  border-radius: 25px;
}
.px-contactwall-inner .person .sociallinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--spaceBetweenSlim);
}
.px-contactwall-inner .person .sociallinks > a {
  display: block;
  width: 30px;
  height: 30px;
  background: var(--mainColor);
  transition: opacity 0.3s ease-in-out;
}
.px-contactwall-inner .person .sociallinks > a:hover, .px-contactwall-inner .person .sociallinks > a:focus-visible {
  opacity: 0.7;
}
.px-contactwall-inner .person .sociallinks > a + a {
  margin-left: var(--spaceBetweenSlim);
}
.px-contactwall-inner .person .sociallinks > a:before {
  content: none;
}
.px-contactwall-inner .person .sociallinks > a.email {
  mask: url("../Images/mail.svg") no-repeat center/20px 20px;
}
.px-contactwall-inner .person .sociallinks > a.facebook {
  mask: url("../Images/socialicons/facebook.svg") no-repeat center/20px 20px;
}
.px-contactwall-inner .person .sociallinks > a.xing {
  mask: url("../Images/socialicons/xing.svg") no-repeat center/20px 20px;
}
.px-contactwall-inner .person .sociallinks > a.linkedin {
  mask: url("../Images/socialicons/linkedin.svg") no-repeat center/20px 20px;
}
.px-contactwall-inner .person .sociallinks > a.xsocial {
  mask: url("../Images/socialicons/xSocial.svg") no-repeat center/20px 20px;
}
.px-contactwall-inner .person .sociallinks > a span {
  display: none;
}

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

.px-onlyimage.img-center {
  text-align: center;
}

.px-referenceslider .comments {
  margin-top: clamp(1.875rem, 0.9027777778rem + 2.2222222222vw, 3.125rem);
  /* the parent */
}
.px-referenceslider .comments .slick-track {
  display: flex !important;
}
.px-referenceslider .comments .slick-list {
  margin: 0 -10px;
  padding: 10px 0;
}
.px-referenceslider .comments .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
.px-referenceslider .comments .slick-slide > div {
  height: 100%;
}
.px-referenceslider .comments .slide {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
  padding: clamp(1.25rem, 0.7638888889rem + 1.1111111111vw, 1.875rem) clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
  height: 100%;
  border-radius: 34px;
  background: var(--contrastColorInverted);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
@container (width < 1200px) {
  .px-referenceslider .comments .slide {
    flex-direction: column;
  }
}
.px-referenceslider .comments .slide .col.col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.px-referenceslider .comments .slide .col.col1 .quote {
  min-width: 38px;
  height: 30px;
  background: url("../Images/quote.svg") no-repeat center/100% 100%;
}
.px-referenceslider .comments .slide .col.col2 .comment {
  font-size: 16px;
  line-height: var(--baseLineheight);
}
.px-referenceslider .comments .slide .col.col2 .image {
  margin: var(--spaceBetweenDefault) 0;
}
.px-referenceslider .comments .slide .col.col2 .image img {
  border-radius: 50%;
  margin: 0 auto;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
}
.px-referenceslider .comments .slide .col.col2 .line-author {
  display: flex;
  align-items: center;
  margin-top: clamp(1.25rem, 0.0347222222rem + 2.7777777778vw, 2.8125rem);
  gap: 20px;
}
.px-referenceslider .comments .slide .col.col2 .line-author .line {
  width: 62px;
  height: 4px;
  background-color: var(--mainColor);
  flex-shrink: 0;
}
.px-referenceslider .comments .slide .col.col2 .line-author .name {
  font-weight: 700;
  color: var(--mainColor);
  font-size: 15px;
}
@container (width < 960px) {
  .px-referenceslider .comments .slide .col.col2 .title {
    font-size: 14px;
  }
}
.px-referenceslider .comments .slick-dots li button::after {
  width: 20px !important;
}

.px-popup {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.px-popup.open {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}
.px-popup-inner {
  position: relative;
  display: block;
  max-width: 600px;
  width: 92%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  max-height: 92vh;
}
@media all and (max-width: 768px) {
  .px-popup-inner {
    overflow: scroll;
  }
}
.px-popup-inner .close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  padding: 1px 6px;
  height: 42px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  border: none;
  font-size: 0 !important;
  cursor: pointer;
}
.px-popup-inner .close::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #000;
  mask: url("../Images/close.svg") no-repeat center/20px 20px;
  transition: var(--baseTransition);
  right: 11px;
}
.px-popup-inner .close:hover::after {
  background: var(--mainColor);
}
.px-popup-inner .text {
  padding: clamp(1.25rem, -0.2083333333rem + 3.3333333333vw, 3.125rem);
}

.px-textcolumns {
  --gap: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
}
.px-textcolumns .inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 20px;
}
@media all and (max-width: 960px) {
  .px-textcolumns .inner {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.px-textcolumns .inner .item {
  position: relative;
  border-radius: 10px;
  padding: 2px;
  transition: var(--baseTransition);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  border-radius: 25px;
}
.px-textcolumns .inner .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, hotpink, #b5f0ff, hotpink);
  border-radius: inherit;
  background-size: 400% 400%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  animation: gradientFlow 7s ease infinite;
  animation-play-state: paused;
}
.px-textcolumns .inner .item:hover::before {
  opacity: 1;
  animation-play-state: running;
}
.px-textcolumns .inner .item .text {
  height: 100%;
  border-radius: 25px;
}
.px-textcolumns .inner .item .text-inner {
  padding: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.1388888889rem + 1.1111111111vw, 1.25rem);
  height: 100%;
  background: var(--contrastColorInverted);
  border-radius: 25px;
}
.px-textcolumns .inner .item .text-inner p:has(.arrow-button) {
  margin-top: auto;
}
.px-textcolumns .inner .item .text-inner h6 + p {
  padding-top: 0;
}

.px-textmedia {
  position: relative;
}
.px-textmedia.mediaposition-right .image img {
  border-radius: 44px 0 0 44px;
}
@container (width < 960px) {
  .px-textmedia.mediaposition-right .image img {
    border-radius: 30px;
  }
}
.px-textmedia.mediaposition-right.red-circle::before {
  content: "";
  position: absolute;
  width: clamp(25rem, -14.2291666667rem + 89.6666666667vw, 75.4375rem);
  height: clamp(25rem, -14.2291666667rem + 89.6666666667vw, 75.4375rem);
  right: -50%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--secondColor);
  opacity: 0.4;
  border-radius: 50%;
  z-index: -2;
}
@container (width < 960px) {
  .px-textmedia.mediaposition-right.red-circle::before {
    content: none;
  }
}
.px-textmedia.mediaposition-left .image img {
  border-radius: 0 44px 44px 0;
}
@container (width < 960px) {
  .px-textmedia.mediaposition-left .image img {
    border-radius: 30px;
  }
}
.px-textmedia.mediaposition-left.red-circle::before {
  content: "";
  position: absolute;
  width: clamp(25rem, -14.2291666667rem + 89.6666666667vw, 75.4375rem);
  height: clamp(25rem, -14.2291666667rem + 89.6666666667vw, 75.4375rem);
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--secondColor);
  opacity: 0.4;
  border-radius: 50%;
  z-index: -2;
}
@container (width < 960px) {
  .px-textmedia.mediaposition-left.red-circle::before {
    content: none;
  }
}
.px-textmedia.mediaposition-right.tooth-icon::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 98px;
  right: -10%;
  top: -2%;
  background: var(--mainColorLight);
  mask: url("../Images/happy_tooth.svg") no-repeat center/100% auto;
  z-index: -1;
}
@container (width < 960px) {
  .px-textmedia.mediaposition-right.tooth-icon::after {
    content: none;
  }
}
.px-textmedia.mediaposition-left.tooth-icon::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 98px;
  left: -10%;
  top: -2%;
  background: var(--mainColorLight);
  mask: url("../Images/happy_tooth.svg") no-repeat center/100% auto;
  z-index: -1;
}
@container (width < 960px) {
  .px-textmedia.mediaposition-left.tooth-icon::after {
    content: none;
  }
}
.px-textmedia-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spaceBetweenWide);
}
@container (width < 768px) {
  .px-textmedia-inner {
    flex-direction: column;
    gap: var(--spaceBetweenDefault);
  }
}
@container (width < 768px) {
  .px-textmedia-inner .col {
    width: 100%;
  }
}
.px-textmedia-inner .col.media {
  position: relative;
  width: calc(54% - clamp(5rem, 2.0833333333rem + 6.6666666667vw, 8.75rem) / 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;
  object-fit: cover;
}
.px-textmedia-inner .col.media .media-inner .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 550px;
}
.px-textmedia-inner .col.text {
  width: calc(46% - clamp(5rem, 2.0833333333rem + 6.6666666667vw, 8.75rem) / 2);
}
@container (width < 768px) {
  .px-textmedia-inner .col.text {
    width: 100%;
  }
}
.px-textmedia-inner p:not([class*=roofline]) + p {
  margin: 0;
}
.px-textmedia-inner .button {
  margin-top: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
}
.px-textmedia-inner a:not([class]) {
  color: var(--fontColor);
  text-decoration: underline;
}
.px-textmedia-inner a:not([class])::before {
  content: none;
}
.px-textmedia-inner a:not([class]):hover {
  color: var(--mainColorDark);
}
.px-textmedia.twoimages .media {
  padding: 4% 0;
}
.px-textmedia.twoimages .media .image-small {
  position: absolute;
  bottom: 0;
  right: 0;
}
.px-textmedia.twoimages .media .image-small.align-right-top {
  top: 0;
  bottom: auto;
}
.px-textmedia.twoimages .media .image-small.align-left-top {
  bottom: auto;
  right: auto;
  top: 0;
  left: 0;
}
.px-textmedia.twoimages .media .image-small.align-left-bottom {
  right: auto;
  left: 0;
}
.px-textmedia.twoimages.mediaposition-right[class*=imagesmallposition-right] .media-inner {
  padding-right: 4%;
}
.px-textmedia.twoimages.mediaposition-right[class*=imagesmallposition-left] .media-inner {
  padding-left: 4%;
}
.px-textmedia.twoimages.mediaposition-left[class*=imagesmallposition-left] .media-inner {
  padding-left: 4%;
}
.px-textmedia.twoimages.mediaposition-left[class*=imagesmallposition-right] .media-inner {
  padding-right: 4%;
}

.px-textmediacounter {
  position: relative;
}
.px-textmediacounter-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--spaceBetweenWide);
}
@container (width < 768px) {
  .px-textmediacounter-inner {
    flex-direction: column;
    gap: var(--spaceBetweenDefault);
  }
}
.px-textmediacounter-inner .col.media {
  position: relative;
  width: calc(54% - clamp(5rem, 2.0833333333rem + 6.6666666667vw, 8.75rem) / 2);
  padding-bottom: 240px;
}
@container (width < 768px) {
  .px-textmediacounter-inner .col.media {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.px-textmediacounter-inner .col.media .media-inner {
  width: 65%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@container (width < 768px) {
  .px-textmediacounter-inner .col.media .media-inner {
    width: 100%;
  }
}
.px-textmediacounter-inner .col.media .media-inner .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 44px;
  border: 11px solid var(--contrastColorInverted);
}
.px-textmediacounter-inner .col.media .media-inner > video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.px-textmediacounter-inner .col.media .counter-highlight {
  width: clamp(11.25rem, 9.3055555556rem + 4.4444444444vw, 13.75rem);
  position: absolute;
  left: 50%;
  bottom: 27%;
  transform: translateX(-50%);
  background: #e9f4ff;
  padding: clamp(0.9375rem, 0.5972222222rem + 0.7777777778vw, 1.375rem) clamp(1.875rem, 0.3194444444rem + 3.5555555556vw, 3.875rem);
  border-radius: 24px;
  text-align: center;
  border: 11px solid var(--contrastColorInverted);
  z-index: 2;
}
@container (width < 768px) {
  .px-textmediacounter-inner .col.media .counter-highlight {
    position: relative;
    width: 100%;
  }
}
.px-textmediacounter-inner .col.media .counter-highlight .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.px-textmediacounter-inner .col.media .counter-highlight .number-wrap,
.px-textmediacounter-inner .col.media .counter-highlight .title {
  font-weight: 700;
  color: var(--mainColor);
}
.px-textmediacounter-inner .col.media .counter-highlight .number-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(2rem, 1.4166666667rem + 1.3333333333vw, 2.75rem);
}
.px-textmediacounter-inner .col.media .counter-highlight .number-wrap .unit {
  margin: 0;
}
.px-textmediacounter-inner .col.media .counter-highlight .title {
  font-size: clamp(1.125rem, 0.9305555556rem + 0.4444444444vw, 1.375rem);
  margin-top: 20px;
}
.px-textmediacounter-inner .col.media .image-small {
  position: absolute;
  bottom: -1%;
  right: -2%;
  width: 52%;
  min-width: 250px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@container (width < 768px) {
  .px-textmediacounter-inner .col.media .image-small {
    position: relative;
    width: 100%;
    right: 0;
  }
}
.px-textmediacounter-inner .col.media .image-small img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 44px;
  border: 11px solid var(--contrastColorInverted);
}
.px-textmediacounter-inner .col.text {
  width: calc(46% - clamp(5rem, 2.0833333333rem + 6.6666666667vw, 8.75rem) / 2);
}
@container (width < 768px) {
  .px-textmediacounter-inner .col.text {
    width: 100%;
  }
}
.px-textmediacounter-inner .col.text .button {
  margin-top: clamp(1.25rem, 0.7638888889rem + 1.1111111111vw, 1.875rem);
}
.px-textmediacounter-inner .col.text .px-counter-inner {
  margin-top: clamp(1.25rem, -1.6666666667rem + 6.6666666667vw, 5rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 40px;
}
.px-textmediacounter-inner .col.text .px-counter-inner .item {
  display: flex;
  flex-direction: column;
  gap: var(--spaceBetweenSlim);
}
.px-textmediacounter-inner .col.text .px-counter-inner .item:first-child {
  display: none;
  content: none;
}
.px-textmediacounter-inner .col.text .px-counter-inner .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.px-textmediacounter-inner .col.text .px-counter-inner .item .icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.px-textmediacounter-inner .col.text .px-counter-inner .item .number-wrap {
  display: flex;
  align-items: center;
  color: var(--mainColorDark);
  font-size: 20px;
  font-weight: 500;
}
.px-textmediacounter-inner .col.text .px-counter-inner .item .number-wrap .number {
  font-size: 30px;
  font-family: var(--tertiaryFont);
  text-align: center;
}
.px-textmediacounter-inner .col.text .px-counter-inner .item .number-wrap .unit {
  margin-top: initial;
}
.px-textmediacounter-inner .col.text .px-counter-inner .item .title {
  font-size: 16px;
  font-family: var(--tertiaryFont);
}

.px-textimagewall-inner {
  --gap: clamp(0.625rem, 0.1388888889rem + 1.1111111111vw, 1.25rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(25% - 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-3 {
  grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 2 * var(--gap) / 3), 1fr));
}
@container (width < 960px) {
  .px-textimagewall-inner.cols-4, .px-textimagewall-inner.cols-3 {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - var(--gap) / 2), 1fr));
  }
}
@container (width < 640px) {
  .px-textimagewall-inner.cols-4, .px-textimagewall-inner.cols-3 {
    grid-template-columns: auto;
  }
}
.px-textimagewall-inner .item {
  position: relative;
  border-radius: 10px;
  padding: 2px;
  transition: var(--baseTransition);
}
.px-textimagewall-inner .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, hotpink, #b5f0ff, hotpink);
  border-radius: inherit;
  background-size: 400% 400%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  animation: gradientFlow 7s ease infinite;
  animation-play-state: paused;
}
.px-textimagewall-inner .item:hover::before {
  opacity: 1;
  animation-play-state: running;
}
.px-textimagewall-inner .item .inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 20px 20px 30px;
  border-radius: 10px;
  background: var(--contrastColorInverted);
  height: 100%;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
@container (width < 1500px) {
  .px-textimagewall-inner .item .inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-top: 40px;
  }
}
.px-textimagewall-inner .item .inner .image {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.px-textimagewall-inner .item .inner .image::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  background: var(--mainColorVeryLight);
  border-radius: 50%;
  z-index: 1;
}
.px-textimagewall-inner .item .inner .image img {
  position: relative;
  margin-top: 7px;
  z-index: 2;
}
.px-textimagewall-inner .item .inner .text {
  font-weight: 300;
}
.px-textimagewall-inner .item .inner .text .title {
  font-weight: bold;
  margin-bottom: var(--spaceBetweenSlim);
}
.px-textimagewall-inner .item .inner .text a {
  color: var(--fontColor);
}
.px-textimagewall-inner .item .inner .text a:hover {
  color: var(--mainColorDark);
}
.px-textimagewall-inner .item .inner .text p:not([class*=roofline]) + p {
  margin: 0;
}
.px-textimagewall.large-icons .px-textimagewall-inner {
  margin-top: clamp(2.5rem, 0.7986111111rem + 3.8888888889vw, 4.6875rem);
}
.px-textimagewall.large-icons .px-textimagewall-inner .item .inner {
  flex-direction: column;
  text-align: center;
  gap: 25px;
  padding: 30px;
  border-radius: 25px;
}
.px-textimagewall.large-icons .px-textimagewall-inner .item .inner .image::before {
  content: none;
}

.foot {
  position: relative;
  background-color: #e5f6ff;
}
.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;
  color: var(--mainColorDark);
  font-weight: 800;
}
.foot > .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 50px;
}
@media all and (max-width: 960px) {
  .foot > .inner .top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-block: 30px;
  }
}
.foot > .inner .top a {
  color: var(--fontColor);
}
.foot > .inner .top .col {
  position: relative;
  padding-right: clamp(0rem, -4.6511627907rem + 9.6899224806vw, 6.25rem);
}
.foot > .inner .top .col:last-child {
  padding-right: 0;
}
.foot > .inner .top .col h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mainColorDark);
}
@media all and (max-width: 960px) {
  .foot > .inner .top .col h6 {
    margin-top: 20px;
  }
}
.foot > .inner .top .col::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 20px;
  height: 91px;
  transform: translateY(-50%);
  background: url("../Images/tooth-icon.svg") no-repeat center/auto 100%;
}
@media all and (max-width: 1200px) {
  .foot > .inner .top .col::after {
    content: none;
  }
}
.foot > .inner .top .col:last-child::after {
  content: none;
}
.foot > .inner .top .col.logo {
  transition: var(--baseTransition);
  background: url("../Images/logo.svg") no-repeat left/contain;
}
@media all and (max-width: 960px) {
  .foot > .inner .top .col.logo {
    background-position: center;
  }
}
.foot > .inner .top .col.logo a {
  display: block;
  width: 164px;
  height: 82px;
}
.foot > .inner .top .col.logo span {
  display: none;
}
.foot > .inner .top .col.col1 .ce-row .ce-column {
  margin-right: 20px;
}
.foot > .inner .top .col.col1 .ce-row .ce-column:last-child {
  margin-right: 0;
}
.foot > .inner .top .col.social-media .image img {
  transition: var(--baseTransition);
}
.foot > .inner .top .col.social-media .image a::before {
  content: none;
}
.foot > .inner .top .col.social-media .image a:hover img {
  filter: brightness(120%);
}
.foot > .inner .top .pin,
.foot > .inner .top .phone,
.foot > .inner .top .mail {
  font-size: 14px;
  color: var(--mainColorDark);
}
.foot > .inner .top .pin:hover,
.foot > .inner .top .phone:hover,
.foot > .inner .top .mail:hover {
  color: var(--mainColorDark);
}
.foot .bottom {
  background-color: var(--mainColor);
  padding-block: 25px;
}
.foot .bottom .inner {
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 800;
}
@media all and (max-width: 960px) {
  .foot .bottom .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.foot .bottom .col1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media all and (max-width: 960px) {
  .foot .bottom .col1 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.foot .bottom .col1 .footnav-wrap .footnav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spaceBetweenDefault);
}
.foot .bottom .copy {
  color: var(--contrastColorInverted);
}
.foot .bottom .webdesign a::before {
  content: none;
}

.backtotop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  transform: rotate(-90deg);
  border-radius: 100%;
  background: var(--contrastColorInverted);
  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;
  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);
  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);
}

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

.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);
  mask: url("../Images/arrow.svg") no-repeat center center/20px auto;
  color: transparent;
  top: calc(50% - calc(10px + 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;
  gap: 5px;
  margin-top: var(--spaceBetweenDefault);
}
.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: 42px;
  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: 10px;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--secondColor);
  border: 1px solid var(--secondColor);
  border-radius: 50%;
}
.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;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-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);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

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

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

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

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

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

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

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

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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 {
  -webkit-transition: fill 0.1s;
  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);
  -webkit-box-sizing: border-box;
  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;
  -webkit-transform: translate3d(0, 0, 0);
  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;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

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

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

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

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  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;
  -webkit-box-shadow: none;
  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)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  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;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  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;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  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;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

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

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

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

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  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;
  -webkit-box-shadow: none;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

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

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

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

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

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

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

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    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;
  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 {
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/******************
* HPH Animation JS *
*******************/
@media all and (min-width: 769px) {
  html.js:not(:has(body[data-accessibility-animations=false])) {
    /***********
    * bounceIn *
    ************/
    /****************
    * bounceInRight *
    ****************/
    /******************
    * Bounce in left *
    *******************/
    /******************
    * Bounce in up *
    *******************/
    /******************
    * Bounce in down *
    *******************/
    /**********
    * Fade In *
    **********/
    /*********************
    * fadeInUp
    *********************/
    /*********************
    * fadeInDown
    *********************/
    /*********************
    * fadeInRight
    *********************/
    /*********************
    * fadeInLeft
    *********************/
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate:not(.animate-parent) {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate.animate-parent .col {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceIn:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceInRight:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceInLeft:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceInUp:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceInDown:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeIn:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInRight:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInLeft:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInUp:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInDown:not(.animate-parent) {
    opacity: 0;
    transform: none;
  }
  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    50% {
      transform: scale(1.05);
    }
    70% {
      transform: scale(0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceIn.go:not(.animate-parent) {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceIn .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceIn .col.go {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(250px);
    }
    60% {
      transform: translateX(-30px);
    }
    80% {
      transform: translateX(10px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceInRight.go:not(.animate-parent) {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceInRight .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceInRight .col.go {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-250px);
    }
    60% {
      transform: translateX(30px);
    }
    80% {
      transform: translateX(-10px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceInLeft.go:not(.animate-parent) {
    animation-name: bounceInLeft;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceInLeft .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceInLeft .col.go {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  @keyframes bounceInUp {
    0% {
      opacity: 0;
      transform: translateY(250px);
    }
    60% {
      transform: translateY(-30px);
    }
    80% {
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceInUp.go:not(.animate-parent) {
    animation-name: bounceInUp;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceInUp .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceInUp .col.go {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }
  @keyframes bounceInDown {
    0% {
      opacity: 0;
      transform: translateY(-250px);
    }
    60% {
      transform: translateY(30px);
    }
    80% {
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .bounceInDown.go:not(.animate-parent) {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceInDown .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.bounceInDown .col.go {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      display: block;
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeIn:not(.animate-parent) {
    transform: none;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeIn.go:not(.animate-parent) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeIn .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeIn .col.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInUp:not(.animate-parent) {
    opacity: 0;
    transform: translateY(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInUp.go:not(.animate-parent) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeInUp .col {
    opacity: 0;
    transform: translateY(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeInUp .col.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInDown:not(.animate-parent) {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInDown.go:not(.animate-parent) {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeInDown .col {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeInDown .col.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInRight:not(.animate-parent) {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInRight.go:not(.animate-parent) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeInRight .col {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeInRight .col.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInLeft:not(.animate-parent) {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .fadeInLeft.go:not(.animate-parent) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeInLeft .col {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.fadeInLeft .col.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}

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