/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../files/theme/plugins/owl/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:~'alpha(opacity = 90)'}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@font-face {
    font-family: 'General Sans';
    src: url('/files/theme/fonts/GeneralSans-Extralight.eot');
    src: url('/files/theme/fonts/GeneralSans-Extralight.eot?#iefix') format('embedded-opentype'),
        url('/files/theme/fonts/GeneralSans-Extralight.woff2') format('woff2'),
        url('/files/theme/fonts/GeneralSans-Extralight.woff') format('woff'),
        url('/files/theme/fonts/GeneralSans-Extralight.ttf') format('truetype'),
        url('/files/theme/fonts/GeneralSans-Extralight.svg#GeneralSans-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('/files/theme/fonts/GeneralSans-Light.eot');
    src: url('/files/theme/fonts/GeneralSans-Light.eot?#iefix') format('embedded-opentype'),
        url('/files/theme/fonts/GeneralSans-Light.woff2') format('woff2'),
        url('/files/theme/fonts/GeneralSans-Light.woff') format('woff'),
        url('/files/theme/fonts/GeneralSans-Light.ttf') format('truetype'),
        url('/files/theme/fonts/GeneralSans-Light.svg#GeneralSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('/files/theme/fonts/GeneralSans-Regular.eot');
    src: url('/files/theme/fonts/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/files/theme/fonts/GeneralSans-Regular.woff2') format('woff2'),
        url('/files/theme/fonts/GeneralSans-Regular.woff') format('woff'),
        url('/files/theme/fonts/GeneralSans-Regular.ttf') format('truetype'),
        url('/files/theme/fonts/GeneralSans-Regular.svg#GeneralSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('/files/theme/fonts/GeneralSans-Medium.eot');
    src: url('/files/theme/fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('/files/theme/fonts/GeneralSans-Medium.woff2') format('woff2'),
        url('/files/theme/fonts/GeneralSans-Medium.woff') format('woff'),
        url('/files/theme/fonts/GeneralSans-Medium.ttf') format('truetype'),
        url('/files/theme/fonts/GeneralSans-Medium.svg#GeneralSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('/files/theme/fonts/GeneralSans-Semibold.eot');
    src: url('/files/theme/fonts/GeneralSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/files/theme/fonts/GeneralSans-Semibold.woff2') format('woff2'),
        url('/files/theme/fonts/GeneralSans-Semibold.woff') format('woff'),
        url('/files/theme/fonts/GeneralSans-Semibold.ttf') format('truetype'),
        url('/files/theme/fonts/GeneralSans-Semibold.svg#GeneralSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('/files/theme/fonts/GeneralSans-Bold.eot');
    src: url('/files/theme/fonts/GeneralSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/files/theme/fonts/GeneralSans-Bold.woff2') format('woff2'),
        url('/files/theme/fonts/GeneralSans-Bold.woff') format('woff'),
        url('/files/theme/fonts/GeneralSans-Bold.ttf') format('truetype'),
        url('/files/theme/fonts/GeneralSans-Bold.svg#GeneralSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}
#wrapper > #container{min-height: calc(var(--vh)*100 - var(--headerheight) - var(--footerheight))}body.center-container #wrapper > #container{display: flex;flex-direction: column;justify-content: center;align-items: center}.mod_changelanguage ul{display: flex;column-gap: 0;justify-content: flex-start;align-items: center}.mod_changelanguage ul .globe-icon svg{width: 20px;height: 20px;margin-right: 11px;vertical-align: bottom}.mod_changelanguage ul li{color: #111326;position: relative}.mod_changelanguage ul li:after{content: "|";padding: 0 6px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;color: #111326}.mod_changelanguage ul li:last-child:after{display: none}.mod_changelanguage ul li strong,.mod_changelanguage ul li a{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: normal;font-size: 16px;line-height: 1.5;letter-spacing: 0.05em;text-transform: uppercase;text-decoration: none;color: #111326}.mod_changelanguage ul li strong{text-decoration: underline;text-underline-offset: 4px;text-decoration-thickness: 2px;color: #111326}.menu-trigger{align-self: flex-start;position: absolute;display: block;width: 45px;height: 36px;cursor: pointer;top: 29px;right: 20px}.menu-trigger span{position: relative;text-indent: -9999px;opacity: 0;pointer-events: none;visibility: hidden;position: absolute;top: 0}.menu-trigger .menu-icon{width: 100%;height: 100%;position: relative;background: url("/files/theme/i/icons/mmenu-open.svg");background-repeat: no-repeat;background-position: center center}.menu-trigger .bar{position: absolute;left: 14px;width: 17px;height: 2px;display: block;background-color: #111326;-moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out, transform-origin .5s ease-in-out, top .5s ease-in-out, left .5s ease-in-out, position .5s ease-in-out, width .5s ease-in-out;-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out, transform-origin .5s ease-in-out, top .5s ease-in-out, left .5s ease-in-out, position .5s ease-in-out, width .5s ease-in-out;-o-transition: transform .5s ease-in-out, opacity .5s ease-in-out, transform-origin .5s ease-in-out, top .5s ease-in-out, left .5s ease-in-out, position .5s ease-in-out, width .5s ease-in-out;-ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out, transform-origin .5s ease-in-out, top .5s ease-in-out, left .5s ease-in-out, position .5s ease-in-out, width .5s ease-in-out;transition: transform .5s ease-in-out, opacity .5s ease-in-out, transform-origin .5s ease-in-out, top .5s ease-in-out, left .5s ease-in-out, position .5s ease-in-out, width .5s ease-in-out;-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0)}body.scrolled .menu-trigger .bar,body:not(.fixed-header) .menu-trigger .bar{background-color: #111326}.menu-trigger .bar.bar1{top: 12px;width: 17px}body.mm-wrapper--opened .menu-trigger .bar.bar1{width: 17px}.menu-trigger .bar.bar2{top: 50%;width: 17px;-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);-o-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%)}body.mm-wrapper--opened .menu-trigger .bar.bar2{width: 17px}.menu-trigger .bar.bar3{bottom: 12px;width: 17px}body.mm-wrapper--opened .menu-trigger .bar.bar1,body.mm-wrapper--opened .menu-trigger .bar.bar2{-moz-transform: rotate(45deg) translate(-50%, -50%);-webkit-transform: rotate(45deg) translate(-50%, -50%);-o-transform: rotate(45deg) translate(-50%, -50%);-ms-transform: rotate(45deg) translate(-50%, -50%);transform: rotate(45deg) translate(-50%, -50%);-moz-transform-origin: 0 0;-webkit-transform-origin: 0 0;-o-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;position: absolute;top: 50%;left: 50%;z-index: 2}body.mm-wrapper--opened .menu-trigger .bar.bar2{-moz-transform: rotate(-45deg) translate(-50%, -50%);-webkit-transform: rotate(-45deg) translate(-50%, -50%);-o-transform: rotate(-45deg) translate(-50%, -50%);-ms-transform: rotate(-45deg) translate(-50%, -50%);transform: rotate(-45deg) translate(-50%, -50%)}body.mm-wrapper--opened .menu-trigger .bar.bar3{opacity: 0}#header{position: fixed;top: 0;left: 0;display: block;width: 100%;z-index: 99;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}body.fixed-header #header{background-color: transparent}body.scrolled #header,body:not(.fixed-header) #header{background-color: #fff}body.scrolled #header{box-shadow: 0 8px 8px rgba(0,0,0,0.16)}body.up #header{-moz-transform: translate(0, -110%);-webkit-transform: translate(0, -110%);-o-transform: translate(0, -110%);-ms-transform: translate(0, -110%);transform: translate(0, -110%);-moz-transform: translate(0, calc(-100% - 16px));-webkit-transform: translate(0, calc(-100% - 16px));-o-transform: translate(0, calc(-100% - 16px));-ms-transform: translate(0, calc(-100% - 16px));transform: translate(0, calc(-100% - 16px))}#header .rsce_header{display: grid;grid-template-columns: auto auto auto;justify-content: space-between;align-items: stretch;column-gap: 20px;row-gap: 0;width: 100%;max-width: 1440px;margin: 0 auto;padding: 20px 40px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}@media screen and (max-width: 1023px){#header .rsce_header{padding: 31px 25px;display: flex;align-items: center}}@media screen and (max-width: 1023px){#header .rsce_header .logo{max-width: 149px;flex: 1 1 auto}#header .rsce_header .logo img,#header .rsce_header .logo svg{display: block;max-width: 100%;height: auto}}#header .rsce_header #nav_main{display: flex;justify-content: flex-end;align-items: center}@media screen and (max-width: 1023px){#header .rsce_header #nav_main{display: none}}#header .rsce_header #nav_main > ul{display: inline-flex;align-items: center;justify-content: center;column-gap: 30px}#header .rsce_header #nav_main > ul > li > a,#header .rsce_header #nav_main > ul > li > strong{color: #111326;font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 500;font-size: 18px;line-height: normal;text-decoration: none;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}#header .rsce_header #nav_main > ul > li > a:hover,#header .rsce_header #nav_main > ul > li > strong:hover,#header .rsce_header #nav_main > ul > li > a.active,#header .rsce_header #nav_main > ul > li > strong.active,#header .rsce_header #nav_main > ul > li > a.trail,#header .rsce_header #nav_main > ul > li > strong.trail{text-decoration: underline;text-underline-offset: 8px;text-decoration-thickness: 3px}#header .rsce_header #nav_main > ul > li > a.active,#header .rsce_header #nav_main > ul > li > strong.active,#header .rsce_header #nav_main > ul > li > a.trail,#header .rsce_header #nav_main > ul > li > strong.trail{text-decoration: underline;text-underline-offset: 8px;text-decoration-thickness: 3px}#header .rsce_header .icons{display: flex;flex-direction: row;column-gap: 27px;align-items: center}#header .rsce_header .icons .btn{height: 48px}@media screen and (max-width: 1023px){#header .rsce_header .icons{display: none}}#header .rsce_header .menu-trigger{display: none}@media screen and (max-width: 1023px){#header .rsce_header .menu-trigger{display: block;flex: 0 0 auto}}#header .mod_search.header_search{position: absolute;top: 100%;left: 0;width: 100%;background-color: #afd4df;z-index: 1;opacity: 0;-moz-transform: translate(0, -100%);-webkit-transform: translate(0, -100%);-o-transform: translate(0, -100%);-ms-transform: translate(0, -100%);transform: translate(0, -100%);-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}#header .mod_search.header_search.active{-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);opacity: 1}#header .mod_search.header_search form .formbody{display: grid;grid-template-columns: minmax(0, 1fr) auto;justify-content: flex-start;align-items: stretch;column-gap: 13px;row-gap: 0;padding: 20px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;border-top: 1px solid #afd4df}#header .mod_search.header_search form .formbody .widget{margin-bottom: 0}#header .mod_search.header_search form .formbody .widget.widget-text{position: relative}#header .mod_search.header_search form .formbody .widget.widget-text input{height: 40px;border-radius: 8px;position: relative;z-index: 1;padding: 10px 16px 10px 36px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: normal;font-size: 16px;line-height: 1.21875}#header .mod_search.header_search form .formbody .widget.widget-text input::-webkit-input-placeholder{color: #afd4df;opacity: 1}#header .mod_search.header_search form .formbody .widget.widget-text input:-moz-placeholder{color: #afd4df;opacity: 1}#header .mod_search.header_search form .formbody .widget.widget-text input::-moz-placeholder{color: #afd4df;opacity: 1}#header .mod_search.header_search form .formbody .widget.widget-text input:-ms-input-placeholder{color: #afd4df;opacity: 1}#header .mod_search.header_search form .formbody .widget.widget-text:before{content: "";display: block;width: 14px;height: 14px;background-image: url("/files/theme/i/icons/search-icon.svg");background-size: contain;background-repeat: no-repeat;background-position: center center;position: absolute;z-index: 2;top: 50%;left: 16px;-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);-o-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%)}:root{--mm-size: 100% !important;--mm-max-size: 100% !important}.mm-wrapper--opened .mm-wrapper__blocker{height: var(--dh)}.mm-wrapper__blocker{background: none}.mod_mmenu{padding: 6px;background: none;overflow: hidden}.mod_mmenu .mm-navbars--top{border-bottom: none;border-top-left-radius: 6px;border-top-right-radius: 6px;overflow: hidden}.mod_mmenu .mm-navbars--top .mm-navbar .mm-navbar__title > span{overflow: visible}.mod_mmenu .mm-navbars--top .mm-navbar .mmenu_logo_wrap{display: grid;width: 100%;padding: 25px 19px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;grid-template-columns: minmax(0, 1fr) auto;justify-content: space-between;align-items: center;column-gap: 20px}.mod_mmenu .mm-navbars--top .mm-navbar .mmenu_logo_wrap .logo{max-width: 149px;font-size: 0;line-height: 0;display: flex;column-gap: 40px}.mod_mmenu .mm-navbars--top .mm-navbar .mmenu_logo_wrap .logo img,.mod_mmenu .mm-navbars--top .mm-navbar .mmenu_logo_wrap .logo svg{display: block;max-width: 100%;height: auto}.mod_mmenu .mm-navbars--top .mm-navbar .mmenu_logo_wrap .mobile_icon{align-self: flex-start;position: relative;width: 45px;height: 36px;top: -2px;right: -5px;cursor: pointer;display: block;text-indent: -9999px;background: url("/files/theme/i/icons/mmenu-close.svg");background-repeat: no-repeat;background-position: center center}.mod_mmenu .mm-navbars--top .mm-navbar .mmenu_logo_wrap .mobile_icon a{position: relative;line-height: 1em;text-indent: -4000em;text-align: left}.mod_mmenu .mm-navbars--top .mm-navbar:last-child{position: relative;min-height: 0;border: none}.mod_mmenu .mm-navbars--top .mm-navbar:last-child:after{content: "";position: absolute;bottom: 0;left: 15px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;width: 100%;width: calc(100% - 30px);height: 1px;background-color: #BEBEBE}.mod_mmenu .mm-navbars--top .mm-navbar:last-child .mm-navbar__title{text-align: left;font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: bold;font-size: 20px;line-height: .83333333;letter-spacing: 0.05em;color: #e5e248;min-height: 0;justify-content: left;padding-top: 26px;padding-bottom: 26px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}.mod_mmenu .mm-navbars--top .mm-navbar:last-child .mm-navbar__btn.mm-btn_prev{min-height: 0}.mod_mmenu .mm-navbars--top .mm-navbar:last-child .mm-navbar__btn.mm-btn_prev:before{border-color: #e5e248}.mod_mmenu .mm-navbars--top .mm-navbar:last-child.empty{display: none}.mod_mmenu .mm-navbars--top .mm-navbar:after{display: none}.mod_mmenu .mm-listview li{border: none}.mod_mmenu .mm-listview li:after{border: none;left: 15px;right: auto;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;width: 100%;width: calc(100% - 30px);height: 1px;border-top: 1px dashed #111326}.mod_mmenu .mm-listview li > .mm-listitem__text{font-size: 18px;line-height: .83333333;letter-spacing: 0.05em;color: #111326;padding-top: 26px;padding-bottom: 26px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-weight: 500}.mod_mmenu .mm-listview li > .mm-listitem__btn{border-left: none}.mod_mmenu .mm-listview li > .mm-listitem__btn:after{border-color: #111326}.mod_mmenu .mm-listview li.mm-listitem_selected > .mm-listitem__text{color: #e5e248;background-color: transparent}.mod_mmenu .mm-listview li.mm-listitem_selected > .mm-listitem__btn:after{border-color: #e5e248}.mod_mmenu .mm-navbars_bottom .mm-navbar{text-align: center;display: block}.mod_mmenu .mm-navbars_bottom .mm-navbar:first-child{border-top: none}.mod_mmenu .mm-navbars--bottom{border-top: none;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;overflow: hidden}.mod_mmenu .bottom_actions .icons{padding: 15px;width: 100%;display: flex;flex-direction: column;row-gap: 20px}.mod_mmenu .bottom_actions .icons .btn{width: fit-content}.mod_mmenu .mm-navbar__title{display: none}#footer .rsce_footer{position: relative;background-color: #fff}#footer .rsce_footer .background{z-index: 1;position: absolute;width: 100%;height: 100%}#footer .rsce_footer .background figure,#footer .rsce_footer .background picture{height: 100%;width: 100%}#footer .rsce_footer .background img{height: 100%;width: 100%;-moz-object-fit: cover;-webkit-object-fit: cover;-o-object-fit: cover;-ms-object-fit: cover;object-fit: cover;-moz-object-position: center center;-webkit-object-position: center center;-o-object-position: center center;-ms-object-position: center center;object-position: center center;font-family: "object-fit:cover; object-position:center center;";object-fit: fill}@media screen and (max-width: 800px){#footer .rsce_footer .background img{object-fit: cover}}#footer .rsce_footer .form_section{position: relative;max-width: 1440px;width: 100%;margin: 0 auto;padding-left: 40px;padding-right: 40px;z-index: 2;padding-top: 178px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: grid;grid-template-columns: auto minmax(0, 1fr);justify-content: space-between;align-items: flex-start;column-gap: 118px}@media screen and (max-width: 1023px){#footer .rsce_footer .form_section{padding-left: 15px;padding-right: 15px}}@media screen and (max-height: 899px){#footer .rsce_footer .form_section{padding-top: 80px}}@media screen and (max-width: 1023px){#footer .rsce_footer .form_section{grid-template-columns: minmax(0, 1fr);row-gap: 30px;padding-top: 50px}}@media screen and (min-width: 1024px){#footer .rsce_footer .form_section .left{max-width: 670px}}#footer .rsce_footer .form_section .left .text-container{max-width: 670px;color: #fff;margin-bottom: 46px}@media screen and (min-width: 600px) and (max-width: 1023px){#footer .rsce_footer .form_section .left .text-container{text-align: center;margin: 0 auto;margin-bottom: 46px}}#footer .rsce_footer .form_section .left .text-container .headline{font-family: 'Genera lSans', Arial, Helvetica, sans-serif;font-weight: 600;font-size: 32px;line-height: normal;margin-bottom: 19px}@media screen and (max-width: 599px){#footer .rsce_footer .form_section .left .text-container .headline{font-size: 24px}}@media screen and (min-width: 600px) and (max-width: 1023px){#footer .rsce_footer .form_section .left .text-container .headline{font-size: 25.6px}}#footer .rsce_footer .form_section .left .text-container .text{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: normal;font-size: 16px;line-height: 1.625}@media screen and (max-width: 1023px){#footer .rsce_footer .form_section .left .form-container{max-width: 600px;margin: 0 auto}}#footer .rsce_footer .form_section .left .form-container .message{color: #fff !important;letter-spacing: 0.05em;padding-top: 30px}#footer .rsce_footer .form_section .right{max-width: 572px}@media screen and (min-width: 1024px){#footer .rsce_footer .form_section .right{align-self: flex-end;padding-top: 50px;padding-bottom: 130px}}@media screen and (min-width: 600px) and (max-width: 1023px){#footer .rsce_footer .form_section .right{margin: 0 auto;text-align: center}}@media screen and (max-width: 1023px){#footer .rsce_footer .form_section .right{margin-top: 30px}}#footer .rsce_footer .form_section .right .social-container .address{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: normal;color: #fff;font-size: 16px;line-height: 1.625;margin-bottom: 30px}#footer .rsce_footer .form_section .right .social-container .address a{text-decoration: none;color: #fff}#footer .rsce_footer .form_section .right .social-container .address a:hover{text-decoration: underline}#footer .rsce_footer .form_section .right .social-container .socials{display: flex;flex-direction: row;column-gap: 10px}#footer .rsce_footer .form_section .right .social-container .socials .social{width: 24px;height: 24px}@media screen and (min-width: 600px) and (max-width: 1023px){#footer .rsce_footer .form_section .right .social-container .socials{justify-content: center}}#footer .rsce_footer .details_section{position: relative;max-width: 1440px;width: 100%;margin: 0 auto;padding-left: 40px;padding-right: 40px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;z-index: 2;margin-top: 371px}@media screen and (max-width: 1023px){#footer .rsce_footer .details_section{padding-left: 15px;padding-right: 15px}}@media screen and (max-width: 1023px){#footer .rsce_footer .details_section{margin-top: 100px}}#footer .rsce_footer .details_section .details{display: flex;flex-direction: row;gap: 30px;margin-bottom: 90px;justify-content: space-between;align-items: flex-end}@media screen and (max-width: 1023px){#footer .rsce_footer .details_section .details{flex-direction: row;margin-bottom: 50px}}@media screen and (max-width: 1023px){#footer .rsce_footer .details_section .details{flex-direction: column;align-items: flex-start}}#footer .rsce_footer .details_section .details .email{color: #fff;font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 500;font-size: 30px;line-height: normal}#footer .rsce_footer .details_section .details .email a{color: #fff;text-decoration: none}#footer .rsce_footer .details_section .details .email:hover{text-decoration: underline}#footer .rsce_footer .details_section .details .anchors{display: flex;flex-direction: row;column-gap: 30px}@media screen and (max-width: 599px){#footer .rsce_footer .details_section .details .anchors{flex-direction: column;row-gap: 5px}}#footer .rsce_footer .details_section .details .anchors .anchor{text-decoration: none;color: #fff;font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: normal;font-size: 16px;line-height: normal}#footer .rsce_footer .details_section .details .anchors .anchor:hover{text-decoration: underline}#footer .rsce_footer .details_section .logo{margin-bottom: 90px;display: flex;flex-direction: row;justify-content: flex-end}@media screen and (max-width: 1023px){#footer .rsce_footer .details_section .logo{margin-bottom: 50px;height: 170px}#footer .rsce_footer .details_section .logo svg{height: 100%;width: auto}}@media screen and (max-width: 599px){#footer .rsce_footer .details_section .logo{height: 100px}}#footer .rsce_footer .section_bottom{position: relative;z-index: 2;color: #fff}#footer .rsce_footer .section_bottom .wrap{max-width: 1440px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;padding-top: 30px;padding-bottom: 30px;display: grid;grid-template-columns: auto minmax(0, 1fr) auto;justify-content: flex-start;align-items: center;column-gap: 20px;row-gap: 20px;font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: normal;font-size: 16px;line-height: normal}@media screen and (max-width: 1023px){#footer .rsce_footer .section_bottom .wrap{grid-template-columns: minmax(0, 1fr);row-gap: 10px;text-align: center}}@media screen and (max-width: 599px){#footer .rsce_footer .section_bottom .wrap{row-gap: 25px;text-align: left}}#footer .rsce_footer .section_bottom .wrap .text ul{display: flex;flex-direction: row;column-gap: 30px;justify-content: center}#footer .rsce_footer .section_bottom .wrap .text ul li a{color: #fff;text-decoration: none}#footer .rsce_footer .section_bottom .wrap .text ul li a:hover{text-decoration: underline}@media screen and (max-width: 599px){#footer .rsce_footer .section_bottom .wrap .text ul{flex-direction: column;row-gap: 5px}}#footer .rsce_footer .section_bottom .wrap .madeby a{color: #fff;text-decoration: none}#footer .rsce_footer .section_bottom .wrap .madeby a:hover{text-decoration: underline}
html{font-size: 62.5%;height: 100%}body,html{height: 100%}body{font-family: 'General Sans', Arial, Helvetica, sans-serif;color: #111326;font-size: 18px}@media screen and (min-width: 768px) and (max-width: 1023px){body{font-size: 18px}}@media screen and (max-width: 767px){body{font-size: 18px}}button,input{-webkit-appearance: none}#wrapper,#footer{font-size: 18px}@media screen and (min-width: 768px) and (max-width: 1023px){#wrapper,#footer{font-size: 18px}}@media screen and (max-width: 767px){#wrapper,#footer{font-size: 18px}}#wrapper{height: auto;min-height: 100%}h1,h2,h3,h4,h5,h6{margin: 1em 0 .5em 0;line-height: 1.2em}h1{margin-top: 0;font-size: 18px}@media screen and (min-width: 768px) and (max-width: 1023px){h1{font-size: 18px}}@media screen and (max-width: 767px){h1{font-size: 18px}}h2{font-size: 16px}@media screen and (min-width: 768px) and (max-width: 1023px){h2{font-size: 18px}}@media screen and (max-width: 767px){h2{font-size: 18px}}h3{font-size: 15px}@media screen and (min-width: 768px) and (max-width: 1023px){h3{font-size: 18px}}@media screen and (max-width: 767px){h3{font-size: 18px}}a{color: #e5e248}img{max-width: 100%;height: auto}ul{list-style: none;margin: 0;padding: 0}#main .ce_text a{text-decoration: none}#main .ce_text a:hover{text-decoration: underline}#main .ce_text p{margin: 0 0 1.5em 0;line-height: 1.4em}#main .ce_text p + ul{margin-top: -10px}figure,picture{display: block;margin: 0;padding: 0}#cboxWrapper #cboxPrevious{background: url(../../files/theme/i/icons/arrow-left.png) no-repeat top right;left: 20px;width: 42px}#cboxWrapper #cboxNext{background: url(../../files/theme/i/icons/arrow-right.png) no-repeat top right;right: 20px;width: 42px}#cboxWrapper #cboxClose{background: url(../../files/theme/i/icons/close.png) no-repeat top right;right: 20px;top: 20px;background-size: 50%}#cboxWrapper #cboxTitle,#cboxWrapper #cboxCurrent{display: none !important}:focus{outline: none}

.extraLight{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 200}.light{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 300}.regular{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: normal}.medium{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 500}.semiBold{font-family: 'Genera lSans', Arial, Helvetica, sans-serif;font-weight: 600}.bold{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: bold}.wrap{position: relative;max-width: 1440px;width: 100%;margin: 0 auto;padding-left: 40px;padding-right: 40px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}@media screen and (max-width: 1023px){.wrap{padding-left: 15px;padding-right: 15px}}.font{font-family: 'General Sans', Arial, Helvetica, sans-serif}.inlinefix{font-size: 0;line-height: 0}.inlinefix > *{font-size: 18px;line-height: normal}@media screen and (min-width: 768px) and (max-width: 1023px){.inlinefix > *{font-size: 18px}}@media screen and (max-width: 767px){.inlinefix > *{font-size: 18px}}.clearfix:after{content: " ";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}.clearImage{background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RTA5NjZCNjUwMTIxMUUzOTBFM0YxN0U5RjI0RjYwNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RTA5NjZCNzUwMTIxMUUzOTBFM0YxN0U5RjI0RjYwNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZFMDk2NkI0NTAxMjExRTM5MEUzRjE3RTlGMjRGNjA1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZFMDk2NkI1NTAxMjExRTM5MEUzRjE3RTlGMjRGNjA1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAAAsAAAAAAEAAQAAAgJEAQA7");background-repeat: repeat}
.ce_form .formbody{color: #fff;font-size: 0;line-height: 0}.ce_form .formbody > *{font-size: 18px;line-height: normal}@media screen and (min-width: 768px) and (max-width: 1023px){.ce_form .formbody > *{font-size: 18px}}@media screen and (max-width: 767px){.ce_form .formbody > *{font-size: 18px}}.ce_form .formbody .widget{position: relative;display: inline-block;vertical-align: top;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;margin-bottom: 35px}.ce_form .formbody .widget > .widget-inside{position: relative}.ce_form .formbody .widget > .widget-inside > label{display: block;font-size: 20px;line-height: 1.86666667;margin: 0;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;position: absolute;top: 50%;left: 0;-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);-o-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);pointer-events: none}.ce_form .formbody .widget > .widget-inside > label.has-focus{font-size: 11px;top: 6px;-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0)}.ce_form .formbody .widget.invalid > .widget-inside > label{color: red}.ce_form .formbody .widget p.error{color: red;padding: 10px 0;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 16px}@media screen and (min-width: 600px){.ce_form .formbody .widget.first-2col{padding-right: 17.5px}.ce_form .formbody .widget.last-2col,.ce_form .formbody .widget.second-2col{padding-left: 17.5px}.ce_form .formbody .widget.first-3col{padding-right: 17.5px}.ce_form .formbody .widget.second-3col{padding-left: 17.5px;padding-right: 17.5px}.ce_form .formbody .widget.last-3col,.ce_form .formbody .widget.third-3col{padding-left: 17.5px}}.ce_form .formbody .widget.no_margin{margin: 0}.ce_form .formbody .widget.float{float: left}.ce_form .formbody .widget.clr{clear: both}.ce_form .formbody .widget.w10{width: 10%}.ce_form .formbody .widget.w15{width: 15%}.ce_form .formbody .widget.w20{width: 20%}.ce_form .formbody .widget.w25{width: 25%}.ce_form .formbody .widget.w33{width: 33.33%}.ce_form .formbody .widget.w50{width: 50%}.ce_form .formbody .widget.w75{width: 75%}.ce_form .formbody .widget.w100{width: 100%;float: none;clear: both}@media screen and (max-width: 599px){.ce_form .formbody .widget.w10,.ce_form .formbody .widget.w15,.ce_form .formbody .widget.w20,.ce_form .formbody .widget.w25,.ce_form .formbody .widget.w33,.ce_form .formbody .widget.w50,.ce_form .formbody .widget.w75,.ce_form .formbody .widget.w100{width: 100%;float: none;clear: both}}.ce_form .formbody .widget.widget-radio fieldset{display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));justify-content: flex-start;align-items: flex-start;column-gap: 60px;row-gap: 0}@media screen and (max-width: 599px){.ce_form .formbody .widget.widget-radio fieldset{grid-template-columns: minmax(0, 1fr);row-gap: 20px}}.ce_form .formbody .widget.widget-radio fieldset legend{display: block;grid-column: span 3;margin-bottom: 7px;font-size: 18px;line-height: 1.77777778}.ce_form .formbody .widget.widget-radio fieldset .icheck_container{display: grid;grid-template-columns: auto minmax(0, 1fr);justify-content: center;align-items: center;column-gap: 8px;row-gap: 0}.ce_form .formbody .widget.widget-radio fieldset .icheck_container label{font-size: 12px;line-height: 1.5;color: inherit}@media screen and (max-width: 599px){.ce_form .formbody .widget.widget-radio fieldset .icheck_container label br{display: none}}.ce_form .formbody .widget.widget-radio.invalid .radio_container .radio-wrap{filter: invert(25%) sepia(94%) saturate(7406%) hue-rotate(357deg) brightness(103%) contrast(117%)}.ce_form .formbody .widget.widget-radio.invalid .radio_container label{color: red}.ce_form .formbody .widget.widget-checkbox.dsgvo{margin: 0 0 40px 0}.ce_form .formbody .widget.widget-checkbox .icheck_container{display: grid;grid-template-columns: auto minmax(0, 1fr);justify-content: flex-start;align-items: flex-start;column-gap: 11px;row-gap: 0;cursor: pointer}.ce_form .formbody .widget.widget-checkbox .icheck_container label{font-size: 12px;line-height: 1.5;color: inherit}.ce_form .formbody .widget.widget-checkbox .icheck_container label a{color: inherit}.ce_form .formbody .widget.widget-checkbox.invalid .checkbox_container .check-wrap{filter: invert(25%) sepia(94%) saturate(7406%) hue-rotate(357deg) brightness(103%) contrast(117%)}.ce_form .formbody .widget.widget-checkbox.invalid .checkbox_container label{color: red}.ce_form .formbody .widget.widget-text input,.ce_form .formbody .widget.widget-password input{background: transparent;color: #fff;display: block;width: 100%;height: 54px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 15px;border: none;border-bottom: 2px dashed #fff}.ce_form .formbody .widget.widget-text input.has-focus,.ce_form .formbody .widget.widget-password input.has-focus{padding-top: 10px}.ce_form .formbody .widget.widget-text.invalid input,.ce_form .formbody .widget.widget-password.invalid input{border-color: red;color: red}.ce_form .formbody .widget.widget-textarea label{top: 12px;-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0)}.ce_form .formbody .widget.widget-textarea label.has-focus{top: 6px}.ce_form .formbody .widget.widget-textarea textarea{font-family: 'General Sans', Arial, Helvetica, sans-serif;background: transparent;color: #fff;display: block;width: 100%;resize: none;padding: 22px 12px 16px 12px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0;font-size: 15px;border: none;padding-left: 0;border-bottom: 2px dashed #fff}body.ios .ce_form .formbody .widget.widget-textarea textarea{-webkit-appearance: none}.ce_form .formbody .widget.widget-textarea.invalid textarea{border-color: red}.ce_form .message.ajaxconfirm{line-height: 1.5}.ce_form .dsgvo-submit-wrap{display: grid;grid-template-columns: minmax(0, 1fr) auto;justify-content: space-between;align-items: center;column-gap: 20px;row-gap: 35px;grid-template-columns: none}.ce_form .dsgvo-submit-wrap .widget.widget-submit .widget-inside .submit{position: relative;display: inline-flex;justify-content: flex-start;align-items: center;min-height: 48px;padding: 13px 46px 13px 20px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 30px;text-decoration: none;overflow: hidden;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;background-color: #e5e248}.ce_form .dsgvo-submit-wrap .widget.widget-submit .widget-inside .submit span{position: relative;z-index: 3;padding-right: 10px;font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 500;font-size: 16px;line-height: normal;color: #111326;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.ce_form .dsgvo-submit-wrap .widget.widget-submit .widget-inside .submit .circle{position: absolute;z-index: 2;top: 2px;right: 2px;background-color: #111326;width: 44px;height: 44px;border-radius: 30px;display: flex;justify-content: center;align-items: center;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.ce_form .dsgvo-submit-wrap .widget.widget-submit .widget-inside .submit .circle svg{position: absolute;top: 50%;right: 2px;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.ce_form .dsgvo-submit-wrap .widget.widget-submit .widget-inside .submit:hover .circle{width: calc(100% - 4px)}.ce_form .dsgvo-submit-wrap .widget.widget-submit .widget-inside .submit:hover span{color: #fff}@media screen and (max-width: 599px){.ce_form .dsgvo-submit-wrap{grid-template-columns: minmax(0, 1fr)}}.ce_form .dsgvo-submit-wrap .widget,.ce_form .dsgvo-submit-wrap .widget.widget-checkbox.dsgvo{margin-bottom: 0}.ce_form .dsgvo-submit-wrap .widget.widget-checkbox.dsgvo{max-width: 565px}.ce_form form.label-outside .formbody .widget > .widget-inside > label{margin: 0 0 12px 0;font-size: 18px;font-weight: 500;line-height: 1.17722222;position: relative;top: auto;left: auto;-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);pointer-events: all;color: #989898;text-transform: uppercase;letter-spacing: 0.1em}.ce_form form.label-outside .formbody .widget > .widget-inside > label.has-focus{font-size: inherit;top: auto;-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0)}.ce_form form.label-outside .formbody .widget.widget-text input.has-focus,.ce_form form.label-outside .formbody .widget.widget-password input.has-focus{padding-top: 0}.ce_form form.label-outside .formbody .widget.widget-textarea label{top: auto;-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0)}.ce_form form.label-outside .formbody .widget.widget-textarea label.has-focus{top: auto}.ce_form form.label-outside .formbody .widget.widget-textarea textarea{padding: 16px 12px 16px 12px}.select2.select2-container--default{display: block;width: 100% !important}.select2.select2-container--default .select2-selection--single{border-radius: 0;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 12px;height: 54px;display: flex;align-items: center;justify-content: space-between;column-gap: 10px;background-color: #fff}.select2.select2-container--default .select2-selection--single .select2-selection__rendered{display: block;width: 100%;line-height: 1.86666667;padding: 0;margin: 0;color: #111326;font-size: 15px}.select2.select2-container--default .select2-selection--single .select2-selection__arrow{display: block;width: 17.253px;height: 9.865px;background-image: url("/files/theme/i/icons/select2-arrow-down.svg");background-size: contain;background-repeat: no-repeat;background-position: center center;position: relative;top: auto;right: auto;pointer-events: none;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.select2.select2-container--default .select2-selection--single .select2-selection__arrow b{display: none}.select2.select2-container--default .select2-selection--single .select2-selection__placeholder{color: inherit}.select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{-moz-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);-o-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg)}.select2-container .select2-dropdown{background-color: #fff;border-radius: 0;overflow: hidden}.select2-container .select2-dropdown.select2-dropdown--below{margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0}.select2-container .select2-dropdown.select2-dropdown--above{margin-top: 1px;border-bottom-left-radius: 0;border-bottom-right-radius: 0}.select2-container .select2-dropdown .select2-results .select2-results__options li{position: relative;padding: 13.5px 12px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;color: #e5e248;border-radius: 0;border: none;cursor: pointer;font-size: 15px;line-height: 1.86666667;display: flex;justify-content: flex-start;align-items: center;column-gap: 15px;background-color: inherit}.select2-container .select2-dropdown .select2-results .select2-results__options li:last-child:after{display: none}.select2-container .select2-dropdown .select2-results .select2-results__options li:before{content: "";display: block;width: 22px;height: 22px;background-size: contain;background-repeat: no-repeat;background-position: center center;background-image: url("/files/theme/i/icheck/select-unchecked.svg")}.select2-container .select2-dropdown .select2-results .select2-results__options li:after{content: "";display: block;width: calc(100% - 22px - 22px);height: 1px;background-color: #D9E1E6;position: absolute;bottom: 0;left: 50%;-moz-transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);-o-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);transform: translate(-50%, 0)}.select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option[aria-selected="true"]{color: #111326}.select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option[aria-selected="true"]:before{background-image: url("/files/theme/i/icheck/select-checked.svg")}.icheckbox_minimal-grey,.iradio_minimal-grey{background-image: url("/files/theme/i/icheck/icheck.svg") !important;background-size: auto 100% !important;width: 20px;height: 20px}.icheckbox_minimal-grey{background-position: 0% 0 !important}.icheckbox_minimal-grey.hover{background-position: 20% 0 !important}.icheckbox_minimal-grey.checked{background-position: 40% 0 !important}.iradio_minimal-grey{background-position: 60% 0 !important}.iradio_minimal-grey.hover{background-position: 80% 0 !important}.iradio_minimal-grey.checked{background-position: 100% 0 !important}
.border-box,.bb{-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
/**
 * Copyright by Rittler & Co
 */

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

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Clear */
#clear, .clear, .clearer {
	clear:both;
	/*
	height:0;
	overflow:hidden;
	margin:-1px 0 0 0;
	*/
}

/* Display */
.hide,
.invisible {
	display:none;
}
.show {
	display:block;
}

/* Visibility */
.hidden {
	visibility:hidden;
}
.visible {
	visibility:visible;
}

/* We have to reset tabless gallery */
.ce_gallery ul.tabless,
.ce_gallery ul.tabless li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	list-style-position:inside;
}
.ce_text .crumb{margin: 0 0 10px 0}.ce_text .headline{margin: 0 0 20px 0}.ce_headline .crumb{margin: 0 0 10px 0}.ce_headline .headline{margin: 0 0 20px 0}.ce_headline.no_crumb{margin: 0 0 20px 0}.owl-nav.disabled,.owl-dots.disabled{display: none}.owl-nav .owl-prev,.owl-nav .owl-next{position: absolute;top: 50%;-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);-o-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);border: none;background-color: transparent;cursor: pointer;margin: 0;padding: 0}.owl-nav .owl-prev{left: 0}.owl-nav .owl-next{right: 0}.owl-dots{display: flex;flex-direction: row;flex-wrap: wrap;column-gap: 10px;justify-content: center;align-items: center}.owl-dots .owl-dot{padding: 30px 0;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;background: transparent;border: none;cursor: pointer;display: flex;justify-content: center;align-items: center}.owl-dots .owl-dot span{display: block;width: 13px;height: 13px;border-radius: 100%;border: 2px solid #e5e248;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.owl-dots .owl-dot.active span{background-color: #e5e248}.owl-carousel.owl-singleitem .owl-stage-outer .owl-stage{width: 100% !important}.owl-carousel.owl-singleitem .owl-stage-outer .owl-stage .owl-item{width: 100% !important}.pagination{text-align: center}.pagination .pagination-inner{display: inline-flex;justify-content: flex-start;align-items: center;column-gap: 18.5px}.pagination .pagination-inner .previous,.pagination .pagination-inner .next{border: none;background: transparent;cursor: pointer;display: block}.uppercase{text-transform: uppercase}.lowercase{text-transform: lowercase}.fntsz-57{font-size: 57px}@media screen and (min-width: 768px) and (max-width: 1023px){.fntsz-57{font-size: 18px}}@media screen and (max-width: 767px){.fntsz-57{font-size: 18px}}.fntsz-47{font-size: 47px}@media screen and (min-width: 768px) and (max-width: 1023px){.fntsz-47{font-size: 18px}}@media screen and (max-width: 767px){.fntsz-47{font-size: 18px}}.fntsz-40{font-size: 40px}@media screen and (min-width: 768px) and (max-width: 1023px){.fntsz-40{font-size: 18px}}@media screen and (max-width: 767px){.fntsz-40{font-size: 18px}}.fntsz-30{font-size: 30px}@media screen and (min-width: 768px) and (max-width: 1023px){.fntsz-30{font-size: 18px}}@media screen and (max-width: 767px){.fntsz-30{font-size: 18px}}.fntsz-23{font-size: 23px}@media screen and (min-width: 768px) and (max-width: 1023px){.fntsz-23{font-size: 18px}}@media screen and (max-width: 767px){.fntsz-23{font-size: 18px}}.fntsz-18{font-size: 18px}@media screen and (min-width: 768px) and (max-width: 1023px){.fntsz-18{font-size: 18px}}@media screen and (max-width: 767px){.fntsz-18{font-size: 18px}}.fntsz-16{font-size: 16px}@media screen and (min-width: 768px) and (max-width: 1023px){.fntsz-16{font-size: 18px}}@media screen and (max-width: 767px){.fntsz-16{font-size: 18px}}.fntsz-13{font-size: 13px}@media screen and (min-width: 768px) and (max-width: 1023px){.fntsz-13{font-size: 18px}}@media screen and (max-width: 767px){.fntsz-13{font-size: 18px}}.color-white{color: #fff}.color-black{color: #111326}.color-iceberg{color: #e0f0f1}.color-aquaBlue{color: #afd4df}.color-greyBlue{color: #8fbcca}.color-darkBlue{color: #2f4993}.color-yellow{color: #e5e248}.font-extraLight{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 200}.font-light{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 300}.font-regular{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: normal}.font-medium{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 500}.font-semiBold{font-family: 'Genera lSans', Arial, Helvetica, sans-serif;font-weight: 600}.font-bold{font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: bold}ul.has-disc{list-style-type: disc;padding-left: 1em}.rsce_button.btn_container.align_left{text-align: left}.rsce_button.btn_container.align_center{text-align: center}.rsce_button.btn_container.align_right{text-align: right}.rsce_button.btn_container > .rsce_button.btn{margin: 0 !important}.btn,.button{position: relative;display: inline-flex;justify-content: flex-start;align-items: center;min-height: 48px;padding: 13px 46px 13px 20px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;background-color: #111326;border-radius: 30px;text-decoration: none;overflow: hidden;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.btn span,.button span{position: relative;z-index: 3;padding-right: 10px;font-family: 'General Sans', Arial, Helvetica, sans-serif;font-weight: 500;font-size: 16px;line-height: normal;color: #fff;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.btn .circle,.button .circle{position: absolute;z-index: 2;top: 2px;right: 2px;background-color: #e5e248;width: 44px;height: 44px;border-radius: 30px;display: flex;justify-content: center;align-items: center;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.btn .circle svg,.button .circle svg{position: absolute;top: 50%;right: 2px;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.btn.buttonYellowBlack:hover .circle,.button.buttonYellowBlack:hover .circle,.btn.buttonBlackYellow:hover .circle,.button.buttonBlackYellow:hover .circle,.btn.search:hover .circle,.button.search:hover .circle{width: calc(100% - 4px)}.btn.buttonBlackYellow .circle,.button.buttonBlackYellow .circle{background-color: #e5e248}.btn.buttonBlackYellow:hover span,.button.buttonBlackYellow:hover span{color: #111326}.btn.buttonYellowBlack,.button.buttonYellowBlack,.btn.search,.button.search{background-color: #e5e248}.btn.buttonYellowBlack span,.button.buttonYellowBlack span,.btn.search span,.button.search span{color: #111326}.btn.buttonYellowBlack .circle,.button.buttonYellowBlack .circle,.btn.search .circle,.button.search .circle{background-color: #111326}.btn.buttonYellowBlack:hover span,.button.buttonYellowBlack:hover span,.btn.search:hover span,.button.search:hover span{color: #fff}.btn.search,.button.search{border: none;cursor: pointer}.btn.search .circle svg path,.button.search .circle svg path{stroke: #fff}.mod_search .headline{text-align: center;margin-bottom: 30px}.mod_search .header{text-align: center;margin-bottom: 40px}.mod_search .info{text-align: center;margin-bottom: 40px}.mod_search .content .odd,.mod_search .content .even{padding: 20px 20px}.mod_search .content .odd > p,.mod_search .content .even > p{margin: 10px 0}.mod_search .content .odd{background-color: #cdeefd}.mod_search .content .ce_form{max-width: 500px;margin: 0 auto;margin-bottom: 30px}.mod_search .content .ce_form .widget-submit{text-align: center}body.openPopupRelative #wrapper header,body.openPopupAbsolute #wrapper header,body.openPopupRelative #wrapper #container,body.openPopupAbsolute #wrapper #container{-moz-filter: blur(5px);-webkit-filter: blur(5px);-o-filter: blur(5px);-ms-filter: blur(5px);filter: blur(5px)}.popupContainer{display: none;position: fixed;z-index: 9998;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(24,24,24,0.9)}.popupContainer .popupInner{background-color: #fff;color: #111326;position: absolute;padding: 40px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;z-index: 2;border-radius: 5px;top: 50%;left: 50%;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 817px;max-width: 100%;font-size: 18px;text-align: left;visibility: hidden;box-shadow: 0 0 30px rgba(0,0,0,0.34);pointer-events: all}@media screen and (min-width: 768px) and (max-width: 1023px){.popupContainer .popupInner{font-size: 18px}}@media screen and (max-width: 767px){.popupContainer .popupInner{font-size: 18px}}@media screen and (max-width: 599px){.popupContainer .popupInner{padding: 40px 15px}}.popupContainer .popupInner .content{position: relative;z-index: 2}.popupContainer .close{width: 33px;height: 33px;right: 15px;top: 15px;display: block;position: absolute;border: 1px solid #111326;border-radius: 100%;-moz-transition: border-color .3s ease-in-out;-webkit-transition: border-color .3s ease-in-out;-o-transition: border-color .3s ease-in-out;-ms-transition: border-color .3s ease-in-out;transition: border-color .3s ease-in-out;z-index: 3}@media screen and (max-width: 1023px){.popupContainer .close{position: fixed;top: 15px;right: 20px}}.popupContainer .close span{display: none}.popupContainer .close .bar{position: absolute;left: 0;width: 100%;width: 14px;height: 2px;display: block;background-color: #111326;-moz-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0)}.popupContainer .close .bar.bar1,.popupContainer .close .bar.bar2{-moz-transform: rotate(45deg) translate(-50%, -50%);-webkit-transform: rotate(45deg) translate(-50%, -50%);-o-transform: rotate(45deg) translate(-50%, -50%);-ms-transform: rotate(45deg) translate(-50%, -50%);transform: rotate(45deg) translate(-50%, -50%);-moz-transform-origin: 0 0;-webkit-transform-origin: 0 0;-o-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;position: absolute;top: 50%;left: 50%}.popupContainer .close .bar.bar2{-moz-transform: rotate(-45deg) translate(-50%, -50%);-webkit-transform: rotate(-45deg) translate(-50%, -50%);-o-transform: rotate(-45deg) translate(-50%, -50%);-ms-transform: rotate(-45deg) translate(-50%, -50%);transform: rotate(-45deg) translate(-50%, -50%)}.popupContainer .close .bar.bar3{opacity: 0}.popupContainer .close:hover{border-color: #e5e248}.popupContainer .close:hover .bar{background-color: #e5e248;width: 20px}.popupContainer.search_popup .popupInner{color: #111326}.popupContainer.search_popup .close{border-color: #fff}.popupContainer.search_popup .close .bar{background-color: #fff}.popupContainer.search_popup .close:hover{border-color: #e5e248}.popupContainer.search_popup .close:hover .bar{background-color: #e5e248}body.openPopupAbsolute .popupContainer.search_popup,body.openPopupRelative .popupContainer.search_popup{overflow: auto !important;background: rgba(0,0,0,0.8)}body.openPopupAbsolute .popupContainer.search_popup .popupInner,body.openPopupRelative .popupContainer.search_popup .popupInner{padding: 20px 0;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;height: 100%;margin: 0 !important;background-color: transparent;box-shadow: none;display: flex;justify-content: flex-start;align-items: center}body.openPopupAbsolute .popupContainer.search_popup .popupInner > .content,body.openPopupRelative .popupContainer.search_popup .popupInner > .content{display: block;width: 100%;max-width: 970px;margin: 0 auto;text-align: center;padding: 0 15px;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}body.openPopupRelative,body.openPopupAbsolute{overflow: hidden}body.openPopupRelative .popupContainer{overflow: auto}body.openPopupRelative .popupContainer .popupInner{position: relative;top: 0;left: auto;-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0 auto;display: block;padding: 40px 40px}@media screen and (min-width: 1024px){body.openPopupRelative .popupContainer .popupInner{margin-top: 20px;margin-bottom: 20px}}.legal .headline{font-size: 60px;margin-bottom: 80px;text-align: center}.legal .content p{margin-bottom: 5px !important;font-size: 18px}.legal .content p a{color: #0000FF;text-decoration: underline !important}.legal.data .content p{margin-bottom: 10px !important}
.rsce_intro {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.rsce_intro .video-container {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rsce_intro .video-container video {
  width: 100%;
  height: 100%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:cover; object-position:center center;";
}
.rsce_intro .wrap {
  position: relative;
  display: flex;
}
.rsce_intro .text-container {
  align-self: center;
  position: relative;
  z-index: 3;
  max-width: 822px;
}
.rsce_intro .text-container .crumb {
  margin-bottom: 20px;
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .rsce_intro .text-container .crumb {
    font-size: 22px;
  }
}
.rsce_intro .text-container .headline {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 1380px) {
  .rsce_intro .text-container {
    max-width: 745px;
  }
  .rsce_intro .text-container .headline {
    font-size: 48px;
  }
}
@media screen and (max-width: 1235px) {
  .rsce_intro .text-container {
    max-width: 670px;
  }
  .rsce_intro .text-container .headline {
    font-size: 44px;
  }
}
@media screen and (max-width: 1130px) {
  .rsce_intro .text-container {
    max-width: 580px;
  }
  .rsce_intro .text-container .headline {
    font-size: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .rsce_intro .text-container {
    max-width: 670px;
  }
  .rsce_intro .text-container .headline {
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_intro .text-container .headline {
    font-size: 33.6px;
  }
}
.rsce_intro .location-buttons {
  position: absolute;
  bottom: 52px;
  right: 15px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  column-gap: 14px;
}
.rsce_intro .location-buttons .location-btn {
  min-height: 30px;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  column-gap: 7px;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rsce_intro .location-buttons .location-btn span {
  color: #111326;
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
.rsce_intro .location-buttons .location-btn.yellow {
  background-color: #e5e248;
}
.rsce_intro .location-buttons .location-btn.yellow:hover {
  background-color: #e0f0f1;
}
.rsce_intro .location-buttons .location-btn.blue {
  background-color: #e0f0f1;
  padding-left: 9px;
}
.rsce_intro .location-buttons .location-btn.blue:hover {
  background-color: #e5e248;
}
@media screen and (max-width: 599px) {
  .rsce_intro .location-buttons {
    display: none;
  }
}
.rsce_intro .image-container {
  position: absolute;
  z-index: 2;
  height: 164%;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .rsce_intro .image-container {
    display: none;
  }
}
.rsce_intro .image-container .image,
.rsce_intro .image-container .image img,
.rsce_intro .image-container .image svg,
.rsce_intro .image-container figure,
.rsce_intro .image-container picture {
  height: 100%;
  width: auto;
}
.rsce_intro .image-container .image img,
.rsce_intro .image-container .image svg {
  position: relative;
  right: -100%;
  top: 32%;
  -moz-transform: translate(-60%, -50%);
  -webkit-transform: translate(-60%, -50%);
  -o-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}
@media screen and (max-width: 1380px) {
  .rsce_intro .image-container .image img,
  .rsce_intro .image-container .image svg {
    right: -105%;
  }
}

.rsce_eye_animation {
  overflow: hidden;
  --scroll-distance: -50%;
}
.rsce_eye_animation .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .rsce_eye_animation .wrap {
    flex-direction: column;
  }
}
.rsce_eye_animation .wrap .text-container {
  padding: 92px 0;
}
@media screen and (max-width: 1023px) {
  .rsce_eye_animation .wrap .text-container {
    padding: 50px 0;
  }
}
.rsce_eye_animation .wrap .text-container .crumb {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: normal;
}
.rsce_eye_animation .wrap .text-container .headline {
  max-width: 823px;
  margin-bottom: 26px;
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .rsce_eye_animation .wrap .text-container .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_eye_animation .wrap .text-container .headline {
    font-size: 28.8px;
  }
}
.rsce_eye_animation .wrap .text-container .line {
  margin-bottom: 30px;
  content: '';
  width: 238px;
  height: 4px;
  background-color: #e5e248;
}
.rsce_eye_animation .wrap .text-container .text {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  max-width: 728px;
}
.rsce_eye_animation .wrap .text-container .text > p {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .rsce_eye_animation .wrap .text-container .text {
    font-size: 18px;
  }
  .rsce_eye_animation .wrap .text-container .text > p {
    margin-bottom: 30px;
  }
}
.rsce_eye_animation .wrap .animation-container {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .rsce_eye_animation .wrap .animation-container {
    animation: scroll-up 15s linear infinite;
  }
}
@media screen and (max-width: 1023px) {
  .rsce_eye_animation .wrap .animation-container {
    align-self: center;
  }
}
.rsce_eye_animation .wrap .animation-container:hover {
  animation-play-state: paused;
}
.rsce_eye_animation .wrap .animation-container .left-eye {
  margin-bottom: 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 493px;
  width: 318px;
}
.rsce_eye_animation .wrap .animation-container .left-eye .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 228px;
  height: 228px;
}
.rsce_eye_animation .wrap .animation-container .left-eye .inner figure,
.rsce_eye_animation .wrap .animation-container .left-eye .inner picture {
  width: 100%;
  height: 100%;
}
.rsce_eye_animation .wrap .animation-container .left-eye .inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:cover; object-position:center center;";
}
.rsce_eye_animation .wrap .animation-container .left-eye .right-eye {
  position: absolute;
  top: calc(-50% - 22px);
  right: -100%;
}
@media screen and (max-width: 1023px) {
  .rsce_eye_animation .wrap .animation-container .left-eye .right-eye {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .rsce_eye_animation .wrap .animation-container .left-eye.second {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .rsce_eye_animation .wrap .animation-container .left-eye:not(:first-child) {
    display: none;
  }
}
@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(var(--scroll-distance));
  }
}

.rsce_list {
  background-color: #e0f0f1;
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  .rsce_list {
    padding: 50px 0;
    padding-bottom: 20px;
  }
}
.rsce_list .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-height: 899px) {
  .rsce_list .heading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .rsce_list .heading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_list .heading {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .rsce_list .heading .headline-container {
    margin-bottom: 30px;
  }
}
.rsce_list .heading .headline-container .headline {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .rsce_list .heading .headline-container .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_list .heading .headline-container .headline {
    font-size: 28.8px;
  }
}
.rsce_list .heading .headline-container .line {
  content: '';
  margin-top: 26px;
  width: 238px;
  height: 4px;
  background-color: #e5e248;
}
.rsce_list .heading .btn {
  height: 48px;
  width: fit-content;
}
.rsce_list .list-container {
  display: flex;
  flex-direction: column;
}
.rsce_list .list-container .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  margin-bottom: 40px;
  border-top: 2px dashed #111326;
  column-gap: 20px;
}
.rsce_list .list-container .item .left {
  display: flex;
  flex-direction: row;
  column-gap: 194px;
}
@media screen and (max-width: 1200px) {
  .rsce_list .list-container .item .left {
    column-gap: 100px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_list .list-container .item .left {
    flex-direction: column;
    row-gap: 10px;
  }
}
.rsce_list .list-container .item .left .count {
  font-size: 40px;
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .rsce_list .list-container .item .left .count {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.rsce_list .list-container .item .left .content .item-headline {
  margin-bottom: 19px;
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .rsce_list .list-container .item .left .content .item-headline {
    font-size: 24px;
  }
}
.rsce_list .list-container .item .left .content .item-text {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625;
}
.rsce_list .list-container .item .arrow,
.rsce_list .list-container .item .arrow-mobile {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rsce_list .list-container .item .arrow:hover,
.rsce_list .list-container .item .arrow-mobile:hover {
  background-color: #8fbcca;
}
@media screen and (max-width: 599px) {
  .rsce_list .list-container .item .arrow {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .rsce_list .list-container .item .arrow-mobile {
    display: none;
  }
}

.rsce_benefits {
  padding-top: 111px;
  padding-bottom: 68px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .rsce_benefits {
    padding: 50px 0;
  }
}
.rsce_benefits .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rsce_benefits .background figure,
.rsce_benefits .background picture {
  width: 100%;
  height: 100%;
}
.rsce_benefits .background img {
  width: 100%;
  height: 100%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:cover; object-position:center center;";
}
.rsce_benefits .crumb {
  margin-bottom: 4px;
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
.rsce_benefits .headline {
  max-width: 536px;
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .rsce_benefits .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_benefits .headline {
    font-size: 28.8px;
  }
}
.rsce_benefits .line {
  margin-top: 26px;
  content: '';
  width: 238px;
  height: 4px;
  background-color: #e5e248;
}
.rsce_benefits .benefit-container {
  width: 100%;
  margin-top: 239px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-height: 899px) {
  .rsce_benefits .benefit-container {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .rsce_benefits .benefit-container {
    margin-top: 50px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .rsce_benefits .benefit-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .rsce_benefits .benefit-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: center;
  }
}
.rsce_benefits .benefit-container .benefit {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .rsce_benefits .benefit-container .benefit {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .rsce_benefits .benefit-container .benefit:not(:first-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    border-left: 2px dashed #111326;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.rsce_benefits .benefit-container .benefit .inner {
  padding: 20px 0;
  max-width: 254px;
}
@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .rsce_benefits .benefit-container .benefit .inner {
    max-width: 220px;
  }
}
.rsce_benefits .benefit-container .benefit .inner .icon {
  margin-bottom: 94px;
  width: 64px;
  height: 64px;
}
.rsce_benefits .benefit-container .benefit .inner .icon svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .rsce_benefits .benefit-container .benefit .inner .icon {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.rsce_benefits .benefit-container .benefit .inner .benefit-headline {
  font-family: 'Genera lSans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px;
}
.rsce_benefits .benefit-container .benefit .inner .benefit-text {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625;
}

.rsce_slider {
  overflow: hidden;
  position: relative;
  background-color: #e0f0f1;
  padding-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  .rsce_slider:after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    mask-image: linear-gradient(to bottom, transparent 0%, #000000 70%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 40%, #000000 70%);
    pointer-events: none;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .rsce_slider:after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    mask-image: linear-gradient(to bottom, transparent 0%, #000000 70%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 40%, #000000 70%);
    pointer-events: none;
  }
}
.rsce_slider .wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  .rsce_slider .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .rsce_slider .wrapper {
    padding-top: 50px;
  }
}
.rsce_slider .heading {
  position: relative;
  max-width: 1005px;
  margin-bottom: 138px;
}
@media screen and (max-width: 1023px) {
  .rsce_slider .heading {
    margin-bottom: 40px;
  }
}
.rsce_slider .heading .headline {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .rsce_slider .heading .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_slider .heading .headline {
    font-size: 28.8px;
  }
}
.rsce_slider .heading .text {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625;
  max-width: 553px;
}
.rsce_slider .slider {
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  display: flex;
}
.rsce_slider .slider.owl-carousel {
  display: block;
}
.rsce_slider .slider .owl-stage-outer {
  overflow: visible !important;
}
@media screen and (max-width: 1023px) {
  .rsce_slider .slider .owl-stage-outer {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 1440px) {
  .rsce_slider .slider .owl-stage-outer .owl-stage {
    margin-left: 0;
  }
}
.rsce_slider .slider .slide {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 440/633;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .rsce_slider .slider .slide {
    aspect-ratio: auto;
  }
}
.rsce_slider .slider .slide .background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.rsce_slider .slider .slide .background figure,
.rsce_slider .slider .slide .background picture {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.rsce_slider .slider .slide .background img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:cover; object-position:center center;";
  border-radius: 10px;
}
.rsce_slider .slider .slide .slide-content {
  position: relative;
  border-radius: 10px;
  z-index: 3;
  color: #111326;
  padding: 32px 37px;
  opacity: 0;
  background-color: #8fbcca;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rsce_slider .slider .slide .slide-content .slide_headline {
  font-family: 'Genera lSans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px;
}
.rsce_slider .slider .slide .slide-content .slide_text {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
}
.rsce_slider .slider .slide .slide-content .slide_text > p {
  margin-bottom: 10px;
}
.rsce_slider .slider .slide .slide-content .slide_text strong {
  font-family: 'Genera lSans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.rsce_slider .slider .slide .slide-content .btn {
  margin-top: 21px;
}
.rsce_slider .slider .slide:hover .background {
  opacity: 0;
}
.rsce_slider .slider .slide:hover .slide-content {
  opacity: 1;
}
.rsce_slider .slider .owl-nav {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  top: -74px;
  right: 0;
  padding: 2px;
  border-radius: 30px;
  background-color: #111326;
}
.rsce_slider .slider .owl-nav .owl-prev,
.rsce_slider .slider .owl-nav .owl-next {
  position: relative;
  display: block;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  background-color: #e5e248;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none !important;
  top: 0;
}
.rsce_slider .slider .owl-nav .owl-prev:hover svg [stroke]:not([stroke="none"]),
.rsce_slider .slider .owl-nav .owl-next:hover svg [stroke]:not([stroke="none"]) {
  stroke: #2f4993;
}
@media screen and (max-width: 1023px) {
  .rsce_slider .slider .owl-nav {
    position: relative;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 35px;
    top: 0;
  }
}
.rsce_slider .bg-white {
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: 0;
  left: 0;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  .rsce_slider .bg-white {
    display: none;
  }
}

.rsce_images_on_lines {
  position: relative;
  overflow: hidden;
}
.rsce_images_on_lines .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 1250px) {
  .rsce_images_on_lines .wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .rsce_images_on_lines .wrap {
    flex-direction: column;
  }
}
.rsce_images_on_lines .wrap .text-container {
  padding: 161px 0;
}
@media screen and (max-width: 1250px) {
  .rsce_images_on_lines .wrap .text-container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .rsce_images_on_lines .wrap .text-container {
    padding: 50px 0;
  }
}
.rsce_images_on_lines .wrap .text-container .crumb {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: normal;
}
.rsce_images_on_lines .wrap .text-container .headline {
  max-width: 823px;
  margin-bottom: 26px;
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 96px;
  line-height: 1.14583333;
}
@media screen and (max-height: 899px) {
  .rsce_images_on_lines .wrap .text-container .headline {
    font-size: 72px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .rsce_images_on_lines .wrap .text-container .headline {
    font-size: 72px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_images_on_lines .wrap .text-container .headline {
    font-size: 57.6px;
  }
}
.rsce_images_on_lines .wrap .text-container .line {
  margin-bottom: 30px;
  content: '';
  width: 238px;
  height: 4px;
  background-color: #e5e248;
}
.rsce_images_on_lines .wrap .text-container .text {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  max-width: 664px;
}
.rsce_images_on_lines .wrap .text-container .text > p {
  margin-bottom: 22px;
}
.rsce_images_on_lines .wrap .text-container .text ul li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  margin-bottom: 16px;
}
.rsce_images_on_lines .wrap .text-container .text ul li::before {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/files/theme/i/icons/list-icon.svg");
  content: '';
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .rsce_images_on_lines .wrap .text-container .text {
    font-size: 18px;
  }
}
.rsce_images_on_lines .wrap .image-container {
  position: relative;
}
@media screen and (min-width: 1251px) {
  .rsce_images_on_lines .wrap .image-container {
    position: absolute;
    align-self: center;
    width: 90%;
    left: 10%;
  }
}
@media screen and (max-width: 1250px) {
  .rsce_images_on_lines .wrap .image-container {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .rsce_images_on_lines .wrap .image-container {
    width: 100%;
  }
}
@media screen and (min-width: 1251px) {
  .rsce_images_on_lines .wrap .image-container .image {
    position: relative;
    left: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .rsce_images_on_lines .wrap .image-container .image {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_images_on_lines .wrap .image-container .image {
    width: 200%;
  }
}

.rsce_bubble_animation {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 100px;
  background-color: #afd4df;
  /* Styling für das Bubble-Menü */
  /* 6 Items Layout (1-3-2) */
  /* ENDE 6 Items Layout */
}
@media screen and (max-width: 1023px) {
  .rsce_bubble_animation {
    padding: 50px 0;
  }
}
.rsce_bubble_animation .wrap .headline {
  width: 100%;
  margin-bottom: 5px;
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: normal;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .rsce_bubble_animation .wrap .headline {
    font-size: 33px;
  }
}
@media screen and (max-width: 599px) {
  .rsce_bubble_animation .wrap .headline {
    font-size: 26.4px;
  }
}
.rsce_bubble_animation .wrap .bottom-container {
  display: flex;
  flex-direction: row;
  column-gap: 70px;
  margin-top: 30px;
}
@media screen and (max-width: 1300px) {
  .rsce_bubble_animation .wrap .bottom-container {
    row-gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .rsce_bubble_animation .wrap .bottom-container {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .rsce_bubble_animation .wrap .bottom-container .left {
    padding-bottom: 130px;
  }
}
.rsce_bubble_animation .wrap .bottom-container .left .line {
  margin-bottom: 30px;
  content: '';
  width: 238px;
  height: 4px;
  background-color: #e5e248;
}
.rsce_bubble_animation .wrap .bottom-container .left .text {
  font-family: 'General Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  max-width: 648px;
}
@media screen and (max-width: 1380px) {
  .rsce_bubble_animation .wrap .bottom-container .left .text {
    max-width: 480px;
  }
}
@media screen and (max-width: 1250px) {
  .rsce_bubble_animation .wrap .bottom-container .left .text {
    max-width: 330px;
  }
}
.rsce_bubble_animation .wrap .bottom-container .right {
  margin-top: 10px;
  max-width: 630px;
}
@media screen and (max-width: 1023px) {
  .rsce_bubble_animation .wrap .bottom-container .right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .rsce_bubble_animation .wrap .bottom-container .right {
    display: none;
  }
}
.rsce_bubble_animation .bubble-menu-items {
  position: relative;
  /* 'top: 50vh;' ggf. anpassen oder entfernen, je nachdem, wo es platziert wird */
  top: 50vh;
  inset: 0;
  display: none;
  /* Initial ausgeblendet */
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 98;
}
.rsce_bubble_animation .bubble-menu-items.fixed {
  position: fixed;
}
.rsce_bubble_animation .bubble-menu-items .pill-list {
  list-style: none;
  margin: 0;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  row-gap: 20px;
  column-gap: 5px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
  justify-content: stretch;
}
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-spacer {
  width: 100%;
  height: 0;
  pointer-events: none;
}
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-col {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex: 0 0 calc(33.33333333%);
  box-sizing: border-box;
}
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-col:nth-child(1) {
  flex-basis: 100%;
  padding-left: 20%;
  padding-right: 30%;
  translate: -5%;
  /* // entfernen falls mehr buttons in dieselbe zeile kommen */
}
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-col:nth-child(2),
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-col:nth-child(3),
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-col:nth-child(4) {
  flex-basis: calc(31.33333333%);
  padding-left: 0;
  /* Reset */
  padding-right: 0;
  /* Reset */
}
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-col:nth-child(5),
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-col:nth-child(6) {
  flex-basis: calc(47%);
}
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-col:nth-child(5) {
  padding-left: calc(8.33333333%);
  /* Leichter Einzug für die untere Reihe */
}
.rsce_bubble_animation .bubble-menu-items .pill-list .pill-col:nth-child(6) {
  padding-right: calc(8.33333333%);
  /* Leichter Einzug für die untere Reihe */
}
.rsce_bubble_animation .bubble-menu-items .pill-link {
  --pill-bg: #E0F0F1;
  --pill-color: #111;
  --pill-border: rgba(0, 0, 0, 0);
  --item-rot: 0deg;
  --pill-min-h: 70px;
  width: 100%;
  min-height: var(--pill-min-h);
  padding: 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 0;
  border-radius: 999px;
  background: var(--pill-bg);
  color: var(--pill-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  will-change: transform;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  height: 10px;
  cursor: default;
}
@media (min-width: 600px) {
  .rsce_bubble_animation .bubble-menu-items .pill-link {
    transform: rotate(var(--item-rot));
  }
}
.rsce_bubble_animation .bubble-menu-items .pill-link .pill-label {
  display: inline-block;
  will-change: transform, opacity;
  height: 1.2em;
  line-height: 1.2;
  visibility: hidden;
  opacity: 0;
  font-size: 1.2rem;
}
@media (max-width: 599px) {
  .rsce_bubble_animation .bubble-menu-items {
    padding-top: 0px;
    align-items: flex-start;
  }
  .rsce_bubble_animation .bubble-menu-items .pill-list {
    row-gap: 16px;
  }
  .rsce_bubble_animation .bubble-menu-items .pill-list .pill-col {
    /* Auf Mobil alles 100% */
    flex: 0 0 100%;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible;
  }
  .rsce_bubble_animation .bubble-menu-items .pill-link {
    font-size: 1.2rem;
    padding: 1rem 0;
    min-height: 80px;
  }
  .rsce_bubble_animation .bubble-menu-items .pill-link .pill-label {
    font-size: 1.2rem;
  }
}

