/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@charset "UTF-8";

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

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slide-in_horizontal {
  0% {
    transform: translateX(-20%);
  }

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

@keyframes slide-in_vertical {
  0% {
    transform: translateY(20%);
  }

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

.grid-container {
  display: grid;
}

.grid {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  display: grid;
}

@media all and (max-width: 53em) {
  .grid {
    grid-row-gap: 32px;
    grid-column-gap: 16px;
  }
}

.container {
  max-width: calc(1400px - (32px));
  width: calc(90vw - (32px));
  padding: 0 16px;
  margin: auto;
}

@media all and (max-width: 80em) {
  .container {
    max-width: calc(1140px - (32px));
    width: calc(100% - (32px));
  }
}

@media all and (max-width: 36em) {
  .container {
    padding: 0;
  }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.flex {
  display: flex;
}

::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

::placeholder {
  color: #a1a1a1;
  opacity: 1;
}

.alert {
  margin: 8px 0;
}

.alert--error {
  color: #bd1327;
}

.btn {
  transition: 300ms all ease-out;
  padding: 10px 24px;
  font-family: "Nunito Sans", sans-serif;
  min-height: 48px;
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  border: 0;
}

.btn:hover,
.btn:focus {
  transition: 300ms all ease-in;
}

.btn--wide {
  padding: 10px 48px;
}

.btn--primary {
  background: #f93249;
  color: #ffffff;
}

.btn--primary:hover,
.btn--primary:focus {
  background: rgb(228.5478672986, 19.4521327014, 43.6189763986);
}

.btn--primary .icon svg path {
  fill: #ffffff;
}

.btn--secondary {
  background: #00adba;
  color: #ffffff;
}

.btn--secondary:hover,
.btn--secondary:focus {
  background: rgb(6.75, 119.7580645161, 128.25);
}

.btn--secondary .icon svg path {
  fill: #ffffff;
}

.checkbox__parent {
  vertical-align: middle;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1em;
  cursor: pointer;
  min-height: 1em;
  padding: 7px 0;
}

.checkbox__parent input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox__placeholder {
  border-radius: 0;
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #a1a1a1;
  margin-right: 0.7em;
  margin-top: -0.2em;
  text-align: center;
  position: relative;
  line-height: 1em;
  font-size: 12px;
  height: 1.5em;
  width: 1.5em;
}

.checkbox__placeholder::before {
  background-image: url(/typo3conf/ext/site_template/Resources/Public/dist/images/chevron-down.svg?267d686c8c0d09e8b9e4bd2b8c71e851);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@supports (display: block) {
  .checkbox__placeholder::before {
    background-image: url('data:image/svg+xml;utf8,<svg class="svg__checkbox" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M20.285 2L9 13.567 3.714 8.556 0 12.272 9 21 24 5.715z"/></svg>');
  }

  .checkbox__placeholder::before:hover {
    background-image: url('data:image/svg+xml;utf8,<svg class="svg__checkbox" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgb(229.5, 229.5, 229.5)" d="M20.285 2L9 13.567 3.714 8.556 0 12.272 9 21 24 5.715z"/></svg>');
  }
}

.checkbox__placeholder::before {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #00adba;
  outline: 1px solid #00adba;
  border-radius: inherit;
  position: absolute;
  display: block;
  content: "";
  opacity: 0;
}

.checkbox__parent:hover input[type=checkbox] + .checkbox__placeholder,
input[type=checkbox]:focus + .checkbox__placeholder {
  border-color: #ffffff;
}

.checkbox__parent:hover input[type=checkbox] + .checkbox__placeholder::before,
input[type=checkbox]:focus + .checkbox__placeholder::before {
  opacity: 0;
}

input[type=checkbox]:checked + .checkbox__placeholder,
.checkbox__parent:hover input[type=checkbox]:checked + .checkbox__placeholder {
  border-color: #ffffff;
}

input[type=checkbox]:checked + .checkbox__placeholder::before,
.checkbox__parent:hover input[type=checkbox]:checked + .checkbox__placeholder::before {
  opacity: 1;
}

input[type=checkbox]:disabled + .checkbox__placeholder,
.checkbox__parent:hover input[type=checkbox]:disabled + .checkbox__placeholder {
  border-color: rgb(84.5, 84.5, 84.5);
}

input[type=checkbox]:disabled + .checkbox__placeholder::before,
.checkbox__parent:hover input[type=checkbox]:disabled + .checkbox__placeholder::before {
  opacity: 0;
}

input[type=checkbox]:disabled + .checkbox__placeholder + .checkbox__label,
.checkbox__parent:hover input[type=checkbox]:disabled + .checkbox__placeholder + .checkbox__label {
  color: rgb(84.5, 84.5, 84.5);
}

input[type=checkbox]:indeterminate + .checkbox__placeholder::before {
  content: "\F068";
}

input[type=tel],
input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password] {
  line-height: 26px;
  background-color: transparent;
  border-radius: 0;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  min-height: 48px;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #a1a1a1;
  padding: 10px 16px;
  width: 340px;
}

input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus {
  border-color: #ffffff;
}

input[type=tel]:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=password]:disabled {
  border-color: rgb(84.5, 84.5, 84.5);
  color: rgb(84.5, 84.5, 84.5);
}

input[type=tel]:disabled::-moz-placeholder, input[type=text]:disabled::-moz-placeholder, input[type=email]:disabled::-moz-placeholder, input[type=number]:disabled::-moz-placeholder, input[type=search]:disabled::-moz-placeholder, input[type=password]:disabled::-moz-placeholder {
  color: rgb(84.5, 84.5, 84.5);
}

input[type=tel]:disabled::placeholder,
input[type=text]:disabled::placeholder,
input[type=email]:disabled::placeholder,
input[type=number]:disabled::placeholder,
input[type=search]:disabled::placeholder,
input[type=password]:disabled::placeholder {
  color: rgb(84.5, 84.5, 84.5);
}

input[type=tel].block,
input[type=text].block,
input[type=email].block,
input[type=number].block,
input[type=search].block,
input[type=password].block {
  width: 100%;
}

@media only screen and (max-width: 27em) {
  input[type=tel].sm-block,
  input[type=text].sm-block,
  input[type=email].sm-block,
  input[type=number].sm-block,
  input[type=search].sm-block,
  input[type=password].sm-block {
    width: 100%;
  }
}

.radio__parent {
  vertical-align: middle;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1em;
  cursor: pointer;
  min-height: 1em;
  padding: 7px 0;
}

.radio__parent input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio__placeholder {
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #a1a1a1;
  margin-right: 0.7em;
  margin-top: -0.2em;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 1em;
  font-size: 12px;
  padding: 0.3em;
  height: 1.5em;
  width: 1.5em;
}

.radio__placeholder::before {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #00adba;
  border-radius: inherit;
  position: absolute;
  display: block;
  content: "";
  opacity: 0;
}

input[type=radio]:focus ~ .radio__placeholder,
.radio__parent:hover input[type=radio] ~ .radio__placeholder {
  border-color: #ffffff;
}

input[type=radio]:focus ~ .radio__placeholder::before,
.radio__parent:hover input[type=radio] ~ .radio__placeholder::before {
  background-color: #a1a1a1;
}

input[type=radio]:checked ~ .radio__placeholder,
.radio__parent:hover input[type=radio]:checked ~ .radio__placeholder {
  border-color: #ffffff;
}

input[type=radio]:checked ~ .radio__placeholder::before,
.radio__parent:hover input[type=radio]:checked ~ .radio__placeholder::before {
  background-color: #00adba;
  opacity: 1;
}

input[type=radio]:disabled ~ .radio__placeholder,
.radio__parent:hover input[type=radio]:disabled ~ .radio__placeholder {
  border-color: rgb(84.5, 84.5, 84.5);
  cursor: default;
}

input[type=radio]:disabled ~ .radio__placeholder::before,
.radio__parent:hover input[type=radio]:disabled ~ .radio__placeholder::before {
  background-color: rgb(84.5, 84.5, 84.5);
}

input[type=radio]:disabled ~ .radio__placeholder ~ .radio__label,
.radio__parent:hover input[type=radio]:disabled ~ .radio__placeholder ~ .radio__label {
  color: rgb(84.5, 84.5, 84.5);
  cursor: default;
}

select {
  background-image: url(/typo3conf/ext/site_template/Resources/Public/dist/images/chevron-down.svg?267d686c8c0d09e8b9e4bd2b8c71e851);
  background-position: right 16px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 12px;
}

select::-ms-expand {
  display: none;
}

@supports (display: block) {
  select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  }

  select:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgb(229.5, 229.5, 229.5)" d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  }
}

select {
  line-height: 26px;
  background-color: transparent;
  border-radius: 0;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  min-height: 48px;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #a1a1a1;
  padding: 10px 16px;
  width: 340px;
}

@-moz-document url-prefix()  {
  select {
    padding-left: 12px;
  }
}

select:focus {
  border-color: #ffffff;
}

select:disabled {
  background-image: url(/typo3conf/ext/site_template/Resources/Public/dist/images/chevron-down.svg?267d686c8c0d09e8b9e4bd2b8c71e851);
  background-position: right 16px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 12px;
}

select:disabled::-ms-expand {
  display: none;
}

@supports (display: block) {
  select:disabled {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgb(84.5, 84.5, 84.5)" d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  }

  select:disabled:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%233b3b3b" d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  }
}

select:disabled {
  border-color: rgb(84.5, 84.5, 84.5);
  color: rgb(84.5, 84.5, 84.5);
}

select:required:invalid {
  color: #a1a1a1;
}

select option {
  color: #191919;
  padding: 0;
  margin: 0;
}

select option[value=""][disabled] {
  color: rgb(50.5, 50.5, 50.5);
}

select.block {
  width: 100%;
}

@media only screen and (max-width: 27em) {
  select.sm-block {
    width: 100%;
  }
}

textarea {
  background: transparent;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  max-width: 480px;
  padding: 10px 0;
  resize: none;
  width: 100%;
  border: 0;
}

textarea:hover {
  resize: both;
}

textarea.block {
  max-width: 100%;
  width: 100%;
}

.grecaptcha-badge {
  display: none;
}

.dev-grid {
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  position: fixed;
  z-index: 99999;
  opacity: 0.1;
  height: 5px;
  width: 100%;
}

.dev-grid:hover {
  opacity: 0;
}

.dev-grid * {
  pointer-events: none;
}

.dev-grid .container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
}

.dev-grid .container .grid > div {
  background: rgba(150, 150, 150, 0.2);
  height: 100vh;
  grid-row: 1;
}

.dev-grid .container .grid > div:nth-child(1) {
  grid-column: 1;
}

.dev-grid .container .grid > div:nth-child(2) {
  grid-column: 2;
}

.dev-grid .container .grid > div:nth-child(3) {
  grid-column: 3;
}

.dev-grid .container .grid > div:nth-child(4) {
  grid-column: 4;
}

.dev-grid .container .grid > div:nth-child(5) {
  grid-column: 5;
}

.dev-grid .container .grid > div:nth-child(6) {
  grid-column: 6;
}

.dev-grid .container .grid > div:nth-child(7) {
  grid-column: 7;
}

.dev-grid .container .grid > div:nth-child(8) {
  grid-column: 8;
}

.dev-grid .container .grid > div:nth-child(9) {
  grid-column: 9;
}

.dev-grid .container .grid > div:nth-child(10) {
  grid-column: 10;
}

.dev-grid .container .grid > div:nth-child(11) {
  grid-column: 11;
}

.dev-grid .container .grid > div:nth-child(12) {
  grid-column: 12;
}

.dev {
  outline: 1px dashed red;
}

[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none !important;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  overflow-y: scroll;
}

.h-overflow-hidden {
  overflow: hidden;
}

html,
body {
  -webkit-text-size-adjust: none;
  position: relative;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  line-height: 1.14;
  font-size: 56px;
}

@media all and (max-width: 53em) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-weight: 800;
  font-size: 40px;
}

@media all and (max-width: 53em) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  line-height: 1.33;
  font-size: 24px;
}

@media all and (max-width: 53em) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  line-height: 1.56;
  font-size: 18px;
}

@media all and (max-width: 53em) {
  h4,
  .h4 {
    font-size: 16px;
  }
}

ul,
ol {
  padding: 0;
}

ul li,
ol li {
  margin: 8px 0 8px 22px;
  padding: 0;
}

ul:not([class]) {
  list-style: none;
}

ul:not([class]) li::before {
  color: #f93249;
  display: inline-block;
  margin-left: -22px;
  text-align: center;
  content: "\25AA";
  width: 22px;
}

ol {
  counter-reset: item;
  padding: 0;
}

ol > li {
  counter-increment: item;
  list-style-type: none;
  margin-left: 22px;
  text-indent: -6px;
}

ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  width: 22px;
}

a {
  color: #00adba;
  text-decoration: none;
}

a:not([class]):hover,
a:not([class]):focus {
  color: rgb(0, 158.7693548387, 170.7);
  text-decoration: underline;
}

a:not([class]):visited {
  color: rgb(0, 144.5387096774, 155.4);
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  border-left: 2px solid #f93249;
  margin: 32px 0 32px 23px;
  padding: 0 0 0 18px;
  font-style: italic;
}

p,
.p,
ul,
ol,
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 24px;
  display: block;
}

@media all and (max-width: 53em) {
  p,
  .p,
  ul,
  ol,
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0 0 16px;
  }
}

p.subline,
.p.subline,
ul.subline,
ol.subline,
h1.subline,
h2.subline,
h3.subline,
h4.subline,
h5.subline {
  margin: 0 0 12px;
}

p:first-child,
.p:first-child,
ul:first-child,
ol:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

p:last-child,
p.subline:last-child,
.p:last-child,
.p.subline:last-child,
ul:last-child,
ul.subline:last-child,
ol:last-child,
ol.subline:last-child,
h1:last-child,
h1.subline:last-child,
h2:last-child,
h2.subline:last-child,
h3:last-child,
h3.subline:last-child,
h4:last-child,
h4.subline:last-child,
h5:last-child,
h5.subline:last-child {
  margin-bottom: 0;
}

.btn-mobile-menu {
  transition: 300ms all ease-in;
  background: #ffffff;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-top: -4px;
  width: 0.8em;
  height: 2px;
}

.btn-mobile-menu:first-child {
  margin-right: 8px;
}

.btn-mobile-menu:last-child {
  margin-left: 8px;
}

.btn-mobile-menu::before {
  transition: 300ms all ease-in;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  margin-top: -6px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
}

.btn-mobile-menu::after {
  transition: 300ms all ease-in;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  margin-top: 10px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
}

.h-overflow-hidden .btn-mobile-menu {
  transition: 300ms all ease-in;
  background: transparent;
}

.h-overflow-hidden .btn-mobile-menu::before {
  transition: 300ms all ease-in;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  margin-left: 1px;
  width: 120%;
}

.h-overflow-hidden .btn-mobile-menu::after {
  transition: 300ms all ease-in;
  transform: rotate(-45deg);
  transform-origin: 0% 0%;
  width: 120%;
}

.overlay {
  transition: 900ms opacity ease-in 300ms, 100ms z-index ease-in 1100ms;
  background-image: url(/typo3conf/ext/site_template/Resources/Public/dist/images/bg_headerhome.jpg?34b05576b1a1af9faddae3349276f476);
  background-color: rgb(50.5, 50.5, 50.5);
  background-position: center bottom;
  top: 0;
  left: 0;
  right: -17px;
  background-size: cover;
  position: fixed;
  overflow: auto;
  height: 100vh;
  z-index: -1;
  opacity: 0;
}

.overlay__content {
  position: relative;
  min-height: 100vh;
  justify-content: space-between;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  display: flex;
}

@media all and (max-width: 36em) {
  .overlay__content {
    padding-top: 64px;
  }
}

.overlay a {
  color: inherit;
}

.overlay a:visited {
  color: inherit;
}

.overlay .container {
  padding-bottom: 32px;
  padding-top: 32px;
  align-self: center;
  margin: auto;
}

@media all and (max-width: 53em) {
  .overlay .container {
    padding-right: 32px;
  }
}

@media all and (max-width: 36em) {
  .overlay .container {
    padding-right: 16px;
  }
}

.overlay .grid .quicklink {
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
}

.overlay .grid .quicklink:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  padding-bottom: 64px;
}

@media all and (max-width: 53em) {
  .overlay .grid .quicklink:nth-child(1) {
    margin-top: 64px;
    grid-column: unset;
    grid-row: unset;
  }
}

.overlay .grid .quicklink:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

@media all and (max-width: 53em) {
  .overlay .grid .quicklink:nth-child(2) {
    grid-column: unset;
    grid-row: unset;
    padding-bottom: 64px;
  }
}

.overlay .grid .quicklink:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
  padding-bottom: 64px;
}

@media all and (max-width: 53em) {
  .overlay .grid .quicklink:nth-child(3) {
    grid-column: unset;
    grid-row: unset;
  }
}

.overlay .grid .quicklink:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

@media all and (max-width: 53em) {
  .overlay .grid .quicklink:nth-child(4) {
    grid-column: unset;
    grid-row: unset;
    padding-bottom: 64px;
  }
}

.overlay .grid .quicklink:nth-child(5) {
  grid-column: 3;
  grid-row: 1/3;
  border-right: unset;
}

@media all and (max-width: 53em) {
  .overlay .grid .quicklink:nth-child(5) {
    grid-column: unset;
    grid-row: unset;
  }
}

.overlay .grid .quicklink .insight__container {
  height: 30%;
  position: relative;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 32px;
  margin-bottom: 32px;
}

@media all and (max-width: 53em) {
  .overlay .grid .quicklink .insight__container {
    height: 250px;
  }
}

.overlay .grid .quicklink .insight__container > figure {
  position: relative;
  height: 100%;
}

.overlay .grid .quicklink .insight__container > figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

@supports ((-o-object-fit: fill) or (object-fit: fill)) {
  .overlay .grid .quicklink .insight__container > figure img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.overlay .grid .quicklink .insight__container .insight__container-overlay {
  width: 100%;
  height: calc(100% - 32px);
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
  z-index: 10;
}

.overlay .grid .quicklink .insight__container .insight__container-text {
  position: absolute;
  bottom: 32px;
  left: 18px;
  margin-bottom: 16px;
  z-index: 11;
}

.overlay .grid .quicklink .insight__container .insight__container-text .branche {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.1px;
  margin-bottom: 0;
  color: #f93249;
}

.overlay .grid .quicklink .insight__container .insight__container-text .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.overlay .grid .quicklink a:last-child .insight__container {
  border-bottom: unset;
  margin-bottom: unset;
}

.overlay .grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 0;
}

@media all and (max-width: 53em) {
  .overlay .grid.grid-3 {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
    width: 100%;
  }
}

.overlay footer {
  padding: 16px 32px;
  align-self: flex-end;
  margin-right: auto;
  max-width: 1400px;
  margin-left: auto;
  width: 90vw;
}

@media all and (max-width: 53em) {
  .overlay footer {
    width: calc(100% - 32px);
    padding: 16px;
  }

  .overlay footer .left,
  .overlay footer .right {
    float: none;
  }

  .overlay footer ul {
    list-style: none;
  }

  .overlay footer ul li {
    padding: 2px 0;
    margin: 0;
  }
}

@media all and (max-width: 53em) {
  .overlay footer {
    width: 100%;
  }
}

.overlay footer,
.overlay .grid-3 > *,
.overlay .grid-4 > * {
  animation: 300ms fade-out forwards;
  opacity: 0;
}

.overlay.active {
  transition: 450ms all ease-in;
  z-index: 90;
  opacity: 1;
}

.overlay.active .grid-3 > * {
  opacity: 0;
}

.overlay.active .grid-3 > *:nth-child(1) {
  animation: 300ms slide-in_horizontal ease-in forwards 100ms, 600ms fade-in ease-in forwards 150ms;
}

.overlay.active .grid-3 > *:nth-child(2) {
  animation: 300ms slide-in_horizontal ease-in forwards 200ms, 600ms fade-in ease-in forwards 300ms;
}

.overlay.active .grid-3 > *:nth-child(3) {
  animation: 300ms slide-in_horizontal ease-in forwards 300ms, 600ms fade-in ease-in forwards 450ms;
}

.overlay.active .grid-3 > *:nth-child(4) {
  animation: 300ms slide-in_horizontal ease-in forwards 400ms, 600ms fade-in ease-in forwards 600ms;
}

.overlay.active .grid-3 > *:nth-child(5) {
  animation: 300ms slide-in_horizontal ease-in forwards 500ms, 600ms fade-in ease-in forwards 750ms;
}

.overlay.active .grid-4 > * {
  animation: 600ms fade-in ease-in forwards;
  opacity: 0;
}

.overlay.active .grid-4 > *:nth-child(1) {
  animation-delay: 300ms;
}

.overlay.active .grid-4 > *:nth-child(2) {
  animation-delay: 450ms;
}

.overlay.active .grid-4 > *:nth-child(3) {
  animation-delay: 600ms;
}

.overlay.active .grid-4 > *:nth-child(4) {
  animation-delay: 750ms;
}

.overlay.active footer {
  animation: 1000ms fade-in forwards 150ms;
  opacity: 0;
}

.navigation-main.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.navigation-main a {
  color: inherit;
}

.navigation-main a:visited {
  color: inherit;
}

.navigation-main .h3 {
  color: #f93249;
}

.navigation-main .h3 a {
  color: inherit;
}

.navigation-main ul {
  list-style: none;
}

.navigation-main ul li {
  padding: 4px 0;
  list-style: none;
  margin: 0;
}

.navigation-main ul li::before {
  content: "";
}

.navigation-main ul li a {
  display: inline-block;
  color: inherit;
}

.navigation-main ul li a:visited {
  color: inherit;
}

@media all and (max-width: 53em) {
  .navigation-main.grid-4 {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }

  .navigation-main.grid-4 .h3 {
    padding-right: 30px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
  }

  .navigation-main.grid-4 .h3::after {
    background-image: url(/typo3conf/ext/site_template/Resources/Public/dist/images/chevron-down.svg?267d686c8c0d09e8b9e4bd2b8c71e851);
    transition: 100ms all ease-out;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    background-size: contain;
    top: 50%;
    right: 8px;
    position: absolute;
    display: block;
    height: 12px;
    content: "";
    width: 12px;
  }

  .navigation-main.grid-4 ul {
    margin-top: 4px;
    margin-left: 16px;
    display: none;
  }

  .navigation-main.grid-4 .active .h3::after {
    transform: translateY(-50%) rotate(180deg);
    transition: 100ms all ease-in;
  }

  .navigation-main.grid-4 .active ul {
    display: block;
  }
}

body.h-overflow-hidden {
  position: relative;
}

@media only screen and (min-width: 53em) {
  body.h-overflow-hidden > main > * {
    padding-right: 17px;
  }
}

.header {
  transition: 450ms top ease-in;
  top: -100px;
  left: 0;
  right: 0;
  padding: 32px 0;
  position: absolute;
  margin-top: 100px;
  z-index: 100;
}

.header.show-mobile-menu {
  position: fixed;
}

.header.fixed {
  transition: 450ms top ease-out;
  background: #000000;
  position: fixed;
  margin-top: 0;
  top: -100px;
  padding: 0;
}

.header.fixed .header__logo .logo {
  padding-top: 21.5%;
  max-width: 200px;
  width: 200px;
  position: relative;
  display: block;
}

.header.fixed .header__logo .logo::before {
  background: transparent;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.header.fixed .header__logo .logo > img {
  margin-top: -21.5%;
  position: relative;
  display: block;
  width: 100%;
}

.header.fixed .header__logo .logo {
  max-width: 40vw;
}

.header.fixed.active {
  transition: 450ms top ease-in;
  position: fixed;
  top: 0;
}

@media all and (max-width: 640px) {
  .header.fixed.active {
    padding: 16px 0;
  }
}

.header {
  max-height: 116px;
}

.header .container {
  max-width: 1600px;
  width: 100%;
}

.header__logo {
  margin-right: auto;
  padding: 16px;
}

.header__logo .logo {
  padding-top: 21.5384615385%;
  max-width: 260px;
  width: 260px;
  position: relative;
  display: block;
}

.header__logo .logo::before {
  background: transparent;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.header__logo .logo > img {
  margin-top: -21.5384615385%;
  position: relative;
  display: block;
  width: 100%;
}

.header__logo .logo {
  background-image: url(/typo3conf/ext/site_template/Resources/Public/dist/images/logo-worldpack.svg?9feeecb21090d2a11852bcb17b9b67d2);
  background-repeat: no-repeat;
  background-size: cover;
}

.header__menu {
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  align-self: center;
  margin-left: auto;
}

.header__menu > div {
  padding: 16px 24px;
  float: left;
}

.header__menu > div a .link {
  color: #ffffff;
}

.header__menu .link::before {
  background-color: #ffffff;
}

.header__menu .icon svg.svg__menu {
  max-height: 0.8em;
  margin-top: 0.1em;
}

.header__menu .icon svg path {
  fill: #ffffff;
}

@media all and (max-width: 53em) {
  .header__menu .about-us,
  .header__menu .our-values,
  .header__menu .brand-store {
    display: none;
  }
}

.header__menu a {
  color: #ffffff;
}

.header__menu a .icon svg path {
  fill: #ffffff;
}

.header__menu a:focus,
.header__menu a:hover {
  color: #ffffff;
}

.header__menu .languages {
  position: relative;
  padding: 0;
}

.header__menu .languages .icon {
  margin: -2px 0 0 4px;
  height: 11px;
}

.header__menu .languages__trigger {
  position: relative;
  cursor: pointer;
  margin: 16px;
  z-index: 2;
}

.header__menu .languages__trigger span {
  position: relative;
}

.header__menu .languages__dropdown {
  margin: -12px 16px 0;
  transition: 300ms all ease-out;
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
}

.header__menu .languages__dropdown::before {
  top: -42px;
  left: -16px;
  right: -16px;
  bottom: 0;
  background: #000000;
  position: absolute;
  padding-top: 42px;
  content: "";
}

.header__menu .languages__dropdown ul {
  position: relative;
  padding: 2px 0 4px;
  margin: 0;
}

.header__menu .languages__dropdown ul li {
  list-style: none;
  padding: 2px 0;
  margin: 0;
}

.header__menu .languages__dropdown ul li::before {
  display: none;
  content: "";
}

.header__menu .languages__dropdown ul li a {
  color: #ffffff;
  display: block;
  padding: 0;
  margin: 0;
}

.header__menu .languages.active .languages__dropdown {
  transition: 300ms all ease-in;
  opacity: 1;
}

.header__menu .trigger-menu {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.header__menu .trigger-menu__open {
  display: inline-block;
}

body.h-overflow-hidden .header__menu .trigger-menu__open {
  display: none;
}

.header__menu .trigger-menu__close {
  display: none;
}

body.h-overflow-hidden .header__menu .trigger-menu__close {
  display: inline-block;
}

.header__menu .brand-store a {
  color: #ffffff;
}

.header__menu .brand-store a .icon svg path {
  fill: unset;
}

@media all and (max-width: 53em) {
  .header {
    padding: 16px 0 0;
  }

  .header::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
  }

  .header .container {
    position: relative;
  }

  .header .header__logo {
    margin: auto;
    padding: 0;
    z-index: 9;
  }

  .header .header__logo .logo {
    padding-top: 21.5384615385%;
    max-width: 260px;
    width: 260px;
    position: relative;
    display: block;
  }

  .header .header__logo .logo::before {
    background: transparent;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }

  .header .header__logo .logo > img {
    margin-top: -21.5384615385%;
    position: relative;
    display: block;
    width: 100%;
  }

  .header .header__logo .logo {
    max-width: 40vw;
  }
}

@media all and (max-width: 53em) and (max-width: 480px) {
  .header .header__logo {
    margin-top: 7px;
  }
}

@media all and (max-width: 53em) {
  .header__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
  }

  .header__menu .trigger-menu {
    position: absolute;
    top: -4px;
    left: 0;
  }

  .header__menu .trigger-menu .btn-mobile-menu {
    margin-right: 0;
  }

  .header__menu .trigger-menu .link {
    margin-top: -20px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 8px;
    top: 100%;
  }

  .header__menu .trigger-menu .link::before {
    height: 0;
  }

  .header__menu .trigger-menu__open {
    display: inline-block;
  }

  body.h-overflow-hidden .header__menu .trigger-menu__open {
    display: none;
  }

  .header__menu .trigger-menu__close {
    display: none;
  }

  body.h-overflow-hidden .header__menu .trigger-menu__close {
    display: inline-block;
  }

  .header__menu .languages {
    top: 0;
    left: 48px;
    position: absolute;
  }
}

@media all and (max-width: 53em) and (max-width: 480px) {
  .header__menu .languages {
    margin-left: -4px;
    font-size: 14px;
    margin-top: 1px;
  }

  .header__menu .languages .icon {
    margin-top: -4px;
  }
}

@media all and (max-width: 53em) {
  .header__menu .mobile-number {
    float: right;
  }

  .header__menu .mobile-number .link {
    display: none;
  }
}

.footer__social-linkedIn:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/typo3conf/ext/site_template/Resources/Public/dist/images/linkedin.svg?d7efe01ee0f7e5c8fd6837a2e1211f28) no-repeat center;
  margin-left: 4px;
  padding-right: 30px;
}

.doormat {
  border-top: 1px solid #ffffff;
}

.footer {
  background: #191919;
  color: #e9e9e9;
}

.footer a {
  color: inherit;
}

.footer a:visited {
  color: inherit;
}

.footer a,
.footer a:hover,
.footer a:visited {
  color: inherit;
}

.footer .container {
  padding-bottom: 16px;
  padding-top: 16px;
  display: flex;
}

@media all and (max-width: 53em) {
  .footer .container {
    flex-direction: column;
  }
}

.footer .left {
  margin-right: auto;
  padding-top: 2px;
}

.footer .right {
  margin-left: auto;
}

@media all and (max-width: 53em) {
  .footer {
    padding-bottom: 24px;
    background: #191919;
    font-size: 0.8em;
  }

  .footer .container {
    padding-top: 0;
  }

  .footer .right {
    margin-left: 0;
  }

  .footer .right ul {
    list-style: none;
  }

  .footer .right ul li {
    padding: 2px 0;
    margin: 0;
  }
}

@media all and (max-width: 36em) {
  .banner .flex {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.banner__item {
  background-position: center;
  background-size: cover;
  position: relative;
  flex: 1;
}

.banner__item[style]::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
}

.banner__content {
  padding: 144px 32px;
  text-align: center;
  position: relative;
  max-width: 720px;
  margin: auto;
  width: 100%;
}

@media all and (max-width: 53em) {
  .banner__content {
    padding: 80px 32px;
  }
}

.clients .grid {
  grid-row-gap: 48px;
  margin: 0;
}

.clients__header {
  grid-column: 1/13;
  text-align: center;
  grid-row: 1;
}

.clients__list {
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 48px;
  grid-column-gap: 16px;
  grid-column: 1/13;
  grid-row: 2;
  list-style: none;
  display: grid;
  margin: 0;
}

@media all and (max-width: 80em) {
  .clients__list {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 32px;
  }
}

@media all and (max-width: 71em) {
  .clients__list {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 32px;
  }
}

@media all and (max-width: 53em) {
  .clients__list {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 32px;
  }
}

@media all and (max-width: 36em) {
  .clients__list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
  }
}

.clients__list > * {
  align-self: center;
}

.clients__list li {
  padding: 8px;
  align-self: center;
  display: flex;
  margin: 0;
}

.clients__list li::before {
  display: none;
  content: "";
}

.clients__list li img {
  max-width: 140px;
  display: block;
  margin: auto;
  width: 100%;
}

@media all and (max-width: 53em) {
  .clients__list li img {
    max-width: 128px;
  }
}

.content-media--left .content-media__media {
  grid-column: 1/7;
  grid-row: 1;
}

.content-media--left .content-media__content {
  grid-column: 8/13;
  grid-row: 1;
}

.content-media--right .content-media__content {
  grid-column: 1/6;
  grid-row: 1;
}

.content-media--right .content-media__media {
  grid-column: 7/13;
  grid-row: 1;
}

@media all and (max-width: 53em) {
  .content-media--left .content-media__content,
  .content-media--right .content-media__content {
    grid-column: 1/13;
    grid-row: 2;
  }

  .content-media--left .content-media__media,
  .content-media--right .content-media__media {
    grid-column: 1/13;
    grid-row: 1;
  }
}

.content-media__content {
  justify-content: center;
  flex-flow: column wrap;
  display: flex;
}

.content-media__media {
  background: none;
}

.contactbanner.grid {
  grid-column-gap: 0;
}

.contactbanner__image {
  grid-column: 1/5;
  position: relative;
}

@media all and (max-width: 53em) {
  .contactbanner__image {
    grid-column: 1/13;
    grid-row: 1;
  }
}

.contactbanner__photo {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (min-width: 53em) {
  .contactbanner__photo {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}

@media all and (max-width: 53em) {
  .contactbanner__photo {
    padding-top: 115.25%;
    max-width: 800px;
    width: 800px;
    position: relative;
    display: block;
  }

  .contactbanner__photo::before {
    background: transparent;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }

  .contactbanner__photo > img {
    margin-top: -115.25%;
    position: relative;
    display: block;
    width: 100%;
  }

  .contactbanner__photo {
    width: 100%;
  }
}

.contactbanner__author {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  position: absolute;
}

@media all and (max-width: 53em) {
  .contactbanner__author {
    padding: 16px;
  }
}

@media all and (max-width: 71em) {
  .quote + .contactbanner .contactbanner__content {
    padding-top: 0;
  }
}

.contactbanner__content {
  padding: 80px;
  grid-column: 5/13;
  width: 100%;
}

@media all and (max-width: 53em) {
  .contactbanner__content {
    grid-column: 1/13;
    padding: 16px;
    grid-row: 2;
  }
}

@media all and (min-width: 71em) {
  .contactbanner__content {
    min-height: 810px;
  }
}

.contactbanner__content h2 {
  margin-bottom: 48px;
  max-width: 10em;
}

@media all and (max-width: 71em) {
  .contactbanner__content h2 {
    font-size: 36px;
  }
}

.contactbanner__content form {
  margin-bottom: 16px;
}

.form {
  grid-column: 1/7;
}

@media all and (max-width: 53em) {
  .form {
    grid-column: 1/13;
  }
}

.contactform__completed {
  grid-column: 1/7;
}

@media all and (max-width: 53em) {
  .contactform__completed {
    grid-column: 1/13;
  }
}

form textarea {
  background: none;
  height: 130px;
}

form input {
  height: 30px;
}

form > .row:not(:last-child) {
  margin-bottom: 32px;
}

.contact-directly {
  line-height: 36px;
}

.contact-directly a {
  padding: 4px 0;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
}

.contact-directly a:hover {
  text-decoration: none;
}

.fullmedia__video {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.fullmedia__video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  left: 0;
  top: 0;
}

.imagelinkssmall .grid {
  grid-row-gap: 48px;
}

.imagelinkssmall__header {
  grid-column: 1/9;
  grid-row: 1;
}

.imagelinkssmall__list {
  grid-column: 1/13;
  grid-row: 2;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  list-style: none;
  display: grid;
  margin: 0;
}

@media all and (max-width: 71em) {
  .imagelinkssmall__list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
  }
}

@media all and (max-width: 36em) {
  .imagelinkssmall__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
}

.imagelinkssmall__item {
  padding: 0;
  margin: 0;
}

.imagelinkssmall__item::before {
  content: "";
}

.imagelinkssmall__item a {
  font-weight: 700;
  color: #ffffff;
  display: block;
}

.imagelinkssmall__item a .image {
  margin-bottom: 8px;
  overflow: hidden;
}

.imagelinkssmall__item a img {
  transition: 300ms all ease-in;
  transform: scale(1);
  display: block;
}

.imagelinkssmall__item a:hover img {
  transition: 300ms all ease-in;
  transform: scale(1.1);
}

.imagelinkslarge__header {
  grid-column: 1/9;
  grid-row: 1;
}

.imagelinkslarge__list {
  grid-column: 1/13;
  grid-row: 2;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  list-style: none;
  display: grid;
  margin: 0;
}

.imagelinkslarge__list:only-child {
  grid-row: 1;
}

@media all and (max-width: 43em) {
  .imagelinkslarge__list {
    grid-template-columns: 1fr;
  }
}

.imagelinkslarge__item {
  position: relative;
  padding: 0;
  margin: 0;
}

.imagelinkslarge__item::before {
  content: "";
}

.imagelinkslarge__item a {
  overflow: hidden;
  display: block;
  height: 100%;
}

.imagelinkslarge__item a img {
  transition: 300ms all ease-in;
  transform: scale(1);
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imagelinkslarge__item a:hover img {
  transition: 300ms all ease-in;
  transform: scale(1.05);
}

.imagelinkslarge__item-date {
  color: #ffffff;
}

.imagelinkslarge__caption {
  position: absolute;
  bottom: 32px;
  right: 32px;
  left: 32px;
}

.imagelinkslarge__caption .h4 {
  color: #f93249;
}

.imagelinkslarge__caption .h2 {
  color: #ffffff;
  font-size: 40px;
}

@media all and (max-width: 71em) {
  .imagelinkslarge__caption .h2 {
    font-size: 24px;
  }
}

.headerhome {
  position: relative;
}

.headerhome::before {
  border-top: 1px solid #191919;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
}

@media all and (min-width: 53em) {
  .headerhome .container:after {
    content: "";
    display: table;
    clear: both;
  }

  .headerhome .container {
    position: relative;
    max-width: 1600px;
    display: flex;
    margin-top: 0;
    width: 100%;
    padding: 0;
  }

  .headerhome__image {
    background-color: rgb(50.5, 50.5, 50.5);
    background-position: right 30% bottom;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    position: absolute;
  }

  .headerhome__content {
    padding: 0 0 48px 0;
    justify-content: flex-end;
    flex-direction: column;
    flex: 0 0 640px;
    display: flex;
    z-index: 2;
  }

  .headerhome__caption {
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    padding: 360px 0 0 0;
    background-size: 0;
    margin-top: auto;
    width: 640px;
  }
}

@media all and (min-width: 53em) and (max-width: 1600px) {
  .headerhome__caption {
    padding-top: 320px;
  }
}

@media all and (min-width: 53em) and (max-width: 1280px) {
  .headerhome__caption {
    padding-top: 280px;
  }
}

@media all and (min-width: 53em) {
  .headerhome__caption h1 {
    font-size: 64px;
  }

  .headerhome__caption h1 {
    animation: 600ms fade-in forwards 300ms, 500ms slide-in_vertical forwards 300ms;
    opacity: 0;
  }

  .headerhome__caption p {
    animation: 600ms fade-in forwards 450ms, 500ms slide-in_vertical forwards 450ms;
    opacity: 0;
  }

  .headerhome__links {
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    width: 640px;
  }

  .headerhome__links > div:first-child {
    padding-top: 0;
  }

  .headerhome__links .nested--md {
    width: 720px;
  }

  .headerhome__links__item {
    display: inline-block;
    width: 320px;
  }

  .headerhome__links__item:nth-child(1) {
    animation: 600ms fade-in ease-in forwards 800ms;
    opacity: 0;
  }

  .headerhome__links__item:nth-child(2) {
    animation: 600ms fade-in ease-in forwards 1000ms;
    opacity: 0;
  }

  .headerhome .worldpack__slogan {
    right: 32px;
    bottom: 32px;
    position: absolute;
  }
}

@media all and (max-width: 53em) {
  .headerhome .container {
    display: grid;
    width: 100vw;
    padding: 0;
    margin: 0;
  }

  .headerhome__content {
    position: relative;
    display: grid;
    width: 100vw;
  }

  .headerhome__caption {
    background-color: rgb(50.5, 50.5, 50.5);
    background-position: center;
    background-size: cover;
    padding-top: 50vh;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
    padding-right: 120px;
    grid-column: 1/13;
    grid-row: 1;
    z-index: 3;
  }

  .headerhome__links {
    background-color: #191919;
    grid-column: 1/13;
    position: relative;
    grid-row: 3;
  }

  .headerhome__links > div:last-child {
    padding-bottom: 0;
  }
}

@media all and (max-width: 53em) and (max-width: 640px) {
  .headerhome__links .col-padding--lg {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media all and (max-width: 53em) {
  .headerhome .worldpack__slogan {
    grid-column: 1/13;
    position: relative;
    grid-row: 2;
    z-index: 4;
  }

  .headerhome .worldpack__slogan figure {
    transform: translateY(-50%);
    position: absolute;
    right: 32px;
  }
}

@media all and (max-width: 640px) {
  .headerhome__caption {
    padding-right: 60px;
    padding-top: 45vh;
  }

  .headerhome__caption .col-padding--lg {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media all and (max-width: 480px) {
  .headerhome__caption {
    padding-right: 30px;
  }
}

.headerbasic {
  padding-top: 152px;
}

.headerbasic .container {
  margin-top: 0;
}

.headerbasic__content {
  padding: 64px 64px 64px 0;
  grid-column: 1/7;
  position: relative;
  grid-row: 1;
  z-index: 2;
}

@media all and (min-width: 53em) and (max-width: 1279px) {
  .headerbasic__content h1.title {
    line-height: 1.14;
    font-size: 40px;
  }
}

@media all and (max-width: 53em) {
  .headerbasic__content {
    grid-column: 1/13;
    grid-row: 2;
    padding: 0;
  }

  .headerbasic__content h1 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
}

.headerbasic__content:only-child {
  padding: 96px 0 0 0;
  grid-column: 1/9;
}

@media all and (max-width: 53em) {
  .headerbasic__content:only-child {
    grid-column: 1/13;
  }
}

.headerbasic__content:only-child .backlink {
  top: 32px;
}

.headerbasic__content .backlink {
  top: 0;
  left: 0;
}

@media all and (min-width: 53em) {
  .headerbasic__content .backlink {
    position: absolute;
  }
}

.headerbasic__content .backlink a {
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
}

.headerbasic__content .backlink a:hover {
  text-decoration: none;
  color: #ffffff;
}

.headerbasic__content .backlink a:hover span {
  text-decoration: underline;
}

.headerbasic__content .backlink a:focus {
  text-decoration: none;
  color: #ffffff;
}

.headerbasic__content .backlink + p.subline {
  margin-top: 12px;
}

.headerbasic__content .btn[href^=tel]::before,
.headerbasic__content .btn.btn--shopping::before,
.headerbasic__content .btn[href^=mailto]::before {
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.headerbasic__content .btn[href^=mailto]::before {
  content: url(/typo3conf/ext/site_template/Resources/Public/dist/images/email-white.svg?366dbf999d46c4e4029557de525ad987);
  margin: -6px 6px 0 0;
}

.headerbasic__content .btn[href^=tel]::before {
  content: url(/typo3conf/ext/site_template/Resources/Public/dist/images/phone-white.svg?993506abd9d015ff834b1fe535b5db3c);
  margin: -3px 8px 0 0;
}

.headerbasic__content .btn.btn--shopping::before {
  content: url(/typo3conf/ext/site_template/Resources/Public/dist/images/shopping-cart-white.svg?99dc83b6bb703872d4afa706de052ac1);
  margin: -3px 8px 0 0;
}

.headerbasic__image {
  background-position: center;
  background-size: cover;
  grid-column: 7/13;
  position: relative;
  grid-row: 1;
}

.headerbasic__image .image {
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  position: absolute;
  width: 50vw;
}

@media all and (max-width: 53em) {
  .headerbasic__image {
    grid-column: 1/13;
    margin-top: -152px;
    grid-row: 1;
  }

  .headerbasic__image .image {
    margin: 0 -32px -164px;
    position: relative;
    height: 500px;
    width: 100vw;
  }
}

@media all and (max-width: 36em) {
  .headerbasic__image .image {
    margin: 0 -16px -164px;
    height: 400px;
  }
}

.imageslider .grid {
  grid-row-gap: 48px;
}

.imageslider .grid .imageslider__header {
  grid-column: 1/12;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.imageslider .grid .imageslider__header a {
  font-size: 18px;
  margin-left: 16px;
}

.imageslider__header {
  grid-column: 1/9;
  grid-row: 1;
}

.imageslider__slider {
  grid-column: 1/13;
  position: relative;
  max-width: 100%;
  grid-row: 2;
}

.imageslider__slider .swiper-container {
  overflow: visible;
}

.imageslider__slider .swiper-container .slide-item {
  height: auto;
}

.imageslider__slider .swiper-container .slide-item img {
  display: block;
  width: 100%;
}

.imageslider__slider .swiper-button-prev,
.imageslider__slider .swiper-button-next {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #00adba;
  transition: 100ms all ease-out;
  background-image: none;
  border-radius: 50%;
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
}

.imageslider__slider .swiper-button-prev.swiper-button-disabled,
.imageslider__slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.imageslider__slider .swiper-button-prev:hover,
.imageslider__slider .swiper-button-next:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  transition: 100ms all ease-in;
}

.imageslider__slider .swiper-button-prev .icon,
.imageslider__slider .swiper-button-next .icon {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  margin: 0;
}

.imageslider__slider .swiper-button-prev .icon path,
.imageslider__slider .swiper-button-next .icon path {
  fill: #ffffff;
}

.imageslider__slider .swiper-button-prev {
  transform: translateX(-50%) scale(1);
  left: 0;
}

.imageslider__slider .swiper-button-prev:hover {
  transform: translateX(-50%) scale(1.1);
}

.imageslider__slider .swiper-button-prev .icon {
  margin-left: -1px;
}

.imageslider__slider .swiper-button-next {
  transform: translateX(50%) scale(1);
  right: 0;
}

.imageslider__slider .swiper-button-next:hover {
  transform: translateX(50%) scale(1.1);
}

.imageslider__slider .swiper-button-next .icon {
  margin-left: 1px;
}

.textcardslider .grid {
  grid-row-gap: 48px;
}

.textcardslider__header {
  grid-column: 1/13;
  grid-row: 1;
}

@media all and (min-width: 53em) {
  .textcardslider__header {
    grid-column: 1/9;
  }
}

.textcardslider__slider {
  grid-column: 1/13;
  position: relative;
  max-width: 100%;
  grid-row: 2;
}

.textcardslider__slider .swiper-container {
  overflow: visible;
}

.textcardslider__slider .swiper-container .slide-item {
  height: auto;
}

.textcardslider__slider .swiper-container .slide-item .card {
  background: #ffffff;
  padding: 24px;
  color: #000000;
  position: relative;
  display: flex;
  height: 100%;
}

.textcardslider__slider .swiper-container .slide-item .card__number {
  line-height: 1.33;
  font-size: 24px;
}

@media all and (max-width: 53em) {
  .textcardslider__slider .swiper-container .slide-item .card__number {
    font-size: 18px;
  }
}

.textcardslider__slider .swiper-container .slide-item .card__number {
  font-weight: 700;
  padding: 8px;
  width: auto;
}

.textcardslider__slider .swiper-container .slide-item .card__content {
  padding: 8px;
  flex: 1;
}

.textcardslider__slider .swiper-button-prev,
.textcardslider__slider .swiper-button-next {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #00adba;
  transition: 100ms all ease-out;
  background-image: none;
  border-radius: 50%;
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
}

.textcardslider__slider .swiper-button-prev.swiper-button-disabled,
.textcardslider__slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.textcardslider__slider .swiper-button-prev:hover,
.textcardslider__slider .swiper-button-next:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  transition: 100ms all ease-in;
}

.textcardslider__slider .swiper-button-prev .icon,
.textcardslider__slider .swiper-button-next .icon {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  margin: 0;
}

.textcardslider__slider .swiper-button-prev .icon path,
.textcardslider__slider .swiper-button-next .icon path {
  fill: #ffffff;
}

@media all and (max-width: 53em) {
  .textcardslider__slider .swiper-button-prev,
  .textcardslider__slider .swiper-button-next {
    margin-top: -15px;
    height: 30px;
    width: 30px;
  }

  .textcardslider__slider .swiper-button-prev .icon,
  .textcardslider__slider .swiper-button-next .icon {
    height: 10px;
    width: 10px;
  }
}

.textcardslider__slider .swiper-button-prev {
  transform: translateX(-50%) scale(1);
  left: 0;
}

.textcardslider__slider .swiper-button-prev:hover {
  transform: translateX(-50%) scale(1.1);
}

.textcardslider__slider .swiper-button-prev .icon {
  margin-left: -1px;
}

@media all and (max-width: 53em) {
  .textcardslider__slider .swiper-button-prev {
    left: 10px;
  }
}

.textcardslider__slider .swiper-button-next {
  transform: translateX(50%) scale(1);
  right: 0;
}

.textcardslider__slider .swiper-button-next:hover {
  transform: translateX(50%) scale(1.1);
}

.textcardslider__slider .swiper-button-next .icon {
  margin-left: 1px;
}

@media all and (max-width: 53em) {
  .textcardslider__slider .swiper-button-next {
    right: 10px;
  }
}

.textcardslider__footer {
  grid-column: 1/13;
  grid-row: 3;
}

.sticker__label {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  padding: 16px 24px;
  background: #f93249;
  transform: rotate(-2deg);
  color: #ffffff;
  font-size: 1.2em;
  display: block;
  float: left;
}

.sticker__label .text--lg {
  font-family: "Special Elite", cursive;
  font-size: 1.1em;
}

.sticker__label .icon {
  height: 22px;
  width: 22px;
}

.sticker__label .icon path {
  fill: #ffffff;
}

.sticker__label .link::before {
  background: #ffffff;
}

.promises .grid {
  grid-row-gap: 48px;
}

@media all and (max-width: 53em) {
  .promises .grid {
    grid-row-gap: 32px;
  }
}

@media all and (max-width: 36em) {
  .promises .grid {
    grid-row-gap: 16px;
  }
}

.promises__header {
  grid-column: 1/13;
  grid-row: 1;
}

.promises__list {
  grid-column: 1/13;
  grid-row-gap: 48px;
  grid-row: 2;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  display: grid;
  margin: 0;
}

@media all and (max-width: 53em) {
  .promises__list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 32px;
  }
}

@media all and (max-width: 36em) {
  .promises__list {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}

.promises__item {
  padding-right: 48px;
  margin: 0 0 0 40px;
  line-height: 34px;
  font-size: 22px;
}

@media all and (max-width: 36em) {
  .promises__item {
    padding-right: 20px;
  }
}

@media all and (max-width: 36em) {
  .promises__item {
    padding-right: 0;
    font-size: 20px;
  }
}

.promises__item::before {
  background-image: url(/typo3conf/ext/site_template/Resources/Public/dist/images/check.svg?60b8974e14aa13b4df1af80c3ee1d1bc);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: -4px 4px 0 -38px;
  vertical-align: middle;
  display: inline-block;
  height: 28px;
  content: "";
  width: 28px;
}

.quote {
  margin: 80px 0;
  position: relative;
  overflow: hidden;
}

.quote__background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.quote .grid {
  grid-row-gap: 0;
}

.quote.quote--background > .container {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.quote.quote--background .grid {
  grid-row-gap: 48px;
}

.quote.quote--background::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  z-index: 3;
}

.quote.quote--background .container {
  padding: 80px 0 128px;
  position: relative;
  z-index: 4;
}

@media all and (max-width: 53em) {
  .quote.quote--background .container {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 27em) {
  .quote.quote--background .container {
    padding: 48px 0;
  }
}

.quote__label {
  grid-column: 3/11;
  text-align: center;
  grid-row: 1;
}

.quote__content {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  grid-column: 3/11;
  text-align: center;
  grid-row: 2;
  font-style: normal;
  border-left: 0;
  padding: 0;
  margin: 0;
}

.quote__content p {
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 36px;
  font-style: italic;
  font-size: 36px;
}

@media all and (max-width: 53em) {
  .quote__content {
    grid-column: 1/13;
  }

  .quote__content p {
    font-size: 30px;
  }
}

.rich-text__content {
  grid-column: 1/9;
  grid-row: 1;
}

@media all and (max-width: 53em) {
  .rich-text__content {
    grid-column: 1/13;
  }
}

.imageslider .container {
  max-width: 1600px;
  width: unset;
  padding: 0px 32px;
}

.imageslider .grid {
  grid-row-gap: 48px;
}

.imageslider__header {
  grid-column: 1/9;
  grid-row: 1;
}

.imageslider .insight__slider {
  position: relative;
}

.imageslider .insight__slider figure {
  position: relative;
  padding-top: 56.25%;
}

.imageslider .insight__slider figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

@supports ((-o-object-fit: fill) or (object-fit: fill)) {
  .imageslider .insight__slider figure img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.imageslider .insight__slider .insight__slider-text {
  position: absolute;
  bottom: 16px;
  left: 18px;
  margin-bottom: 16px;
}

@media all and (max-width: 53em) {
  .imageslider .insight__slider .insight__slider-text {
    margin-bottom: 0;
    bottom: 16px;
  }
}

.imageslider .insight__slider .insight__slider-text .branche {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.1px;
  margin-bottom: 0;
  color: #f93249;
}

.imageslider .insight__slider .insight__slider-text .title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}

.imageslider__slider {
  grid-column: 1/13;
  position: relative;
  max-width: 100%;
  grid-row: 2;
}

.imageslider__slider .swiper-container {
  overflow: visible;
}

.imageslider__slider .swiper-container .slide-item {
  height: auto;
}

.imageslider__slider .swiper-container .slide-item img {
  display: block;
  width: 100%;
}

.imageslider__slider .swiper-button-prev,
.imageslider__slider .swiper-button-next {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #00adba;
  transition: 100ms all ease-out;
  background-image: none;
  border-radius: 50%;
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
}

.imageslider__slider .swiper-button-prev.swiper-button-disabled,
.imageslider__slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.imageslider__slider .swiper-button-prev:hover,
.imageslider__slider .swiper-button-next:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  transition: 100ms all ease-in;
}

.imageslider__slider .swiper-button-prev .icon,
.imageslider__slider .swiper-button-next .icon {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  margin: 0;
}

.imageslider__slider .swiper-button-prev .icon path,
.imageslider__slider .swiper-button-next .icon path {
  fill: #ffffff;
}

.imageslider__slider .swiper-button-prev {
  transform: translateX(-50%) scale(1);
  left: 0;
}

.imageslider__slider .swiper-button-prev:hover {
  transform: translateX(-50%) scale(1.1);
}

.imageslider__slider .swiper-button-prev .icon {
  margin-left: -1px;
}

.imageslider__slider .swiper-button-next {
  transform: translateX(50%) scale(1);
  right: 0;
}

.imageslider__slider .swiper-button-next:hover {
  transform: translateX(50%) scale(1.1);
}

.imageslider__slider .swiper-button-next .icon {
  margin-left: 1px;
}

.maps__embed {
  width: 100%;
  height: 400px;
}

.maps__embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.pagination__pages {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.pagination__pages__page,
.pagination__pages__arrow {
  width: 25px;
  height: 25px;
  margin: 0 1px;
  font-size: 18px;
  line-height: 28px;
  color: white;
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.pagination__pages__page img,
.pagination__pages__arrow img {
  height: 11px;
}

.pagination__pages__arrow {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0 14px;
}

.pagination__pages__page {
  font-weight: 400;
}

.pagination__pages__page.active {
  font-weight: 700;
}

.pagination__pages__arrow {
  border-radius: 50%;
  background-color: #00adba;
}

html,
body {
  background-color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.56;
  padding: 0;
  margin: 0;
}

main {
  background-color: #191919;
  color: #ffffff;
  overflow: hidden;
  width: 100vw;
}

main > section > .container {
  margin-bottom: 80px;
  margin-top: 80px;
}

@media all and (max-width: 53em) {
  main > section > .container {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}

.google-label a,
.google-label a:visited {
  text-decoration: underline;
  color: inherit;
}

.worldpack__slogan figure {
  transition: 300ms all ease-in;
  background-image: url(/typo3conf/ext/site_template/Resources/Public/dist/images/slogan-worldpack.svg?a66c2903a1fc31d1a8284a39cf01d6b5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  height: 160px;
  width: 178px;
}

@media all and (max-width: 53em) {
  .worldpack__slogan figure {
    height: 120px;
    width: 133px;
  }
}

@media all and (max-width: 36em) {
  .worldpack__slogan figure {
    height: 60px;
    width: 68px;
  }
}

.link {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link::before {
  transition: 300ms all ease-in;
  background: #00adba;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0;
}

.link.color--primary::before {
  background: #f93249;
}

.link.small-text {
  font-size: 18px;
  margin-left: 16px;
}

.link:hover,
.link:focus,
a:hover .link,
a:focus .link,
.link-parent:hover .link {
  text-decoration: none;
}

.link:hover::before,
.link:focus::before,
a:hover .link::before,
a:focus .link::before,
.link-parent:hover .link::before {
  transition: 300ms all ease-in;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.link--fat {
  font-weight: 700;
}

.menu-link {
  margin-top: 4px;
}

.menu-link:hover,
.menu-link:focus {
  text-decoration: none;
}

.text--lg {
  font-size: 1.3em;
}

.text--sm {
  font-size: 0.8em;
}

.left {
  float: left;
}

.right {
  float: right;
}

@media only screen and (max-width: 27em) {
  .col-sm-12 {
    width: 100%;
    float: left;
  }
}

.nested {
  margin: -16px;
}

.nested--lg {
  margin: -32px;
}

.nested--md {
  margin: -16px;
}

.nested--sm {
  margin: -8px;
}

.nested--xs {
  margin: -4px;
}

.col-padding {
  padding: 16px;
}

.col-padding--lg {
  padding: 32px;
}

.col-padding--md {
  padding: 16px;
}

.col-padding--sm {
  padding: 8px;
}

.col-padding--xs {
  padding: 4px;
}

.color--primary {
  color: #f93249;
}

.color--secondary {
  color: #00adba !important;
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  margin-top: -2px;
  height: 18px;
  width: 18px;
}

.icon:not(:last-child) {
  margin-right: 8px;
}

.icon:not(:first-child) {
  margin-left: 8px;
}

br + .icon:not(:first-child) {
  margin-left: 0;
}

.icon svg {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}

.icon svg path {
  fill: #f93249;
}

.icon--phone {
  background-image: url(/typo3conf/ext/site_template/Resources/Public/dist/images/phone.svg?1e45d9a1cec21373658673efe7bec014);
}

.list-inline {
  vertical-align: middle;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.list-inline li a,
.list-inline li a:hover,
.list-inline li a:visited {
  color: inherit;
}

.list-inline li a:hover {
  text-decoration: none;
}

.list-inline li a .link::before {
  background: #ffffff;
}

.list-inline.list-inline--md,
.list-inline.list-inline--md:last-child,
.list-inline.list-inline--md:first-child {
  margin: -4px -30px -4px 0;
}

.list-inline.list-inline--md li {
  padding: 4px 30px 4px 0;
}

@media all and (min-width: 53em) {
  .list-lg-inline {
    vertical-align: middle;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-lg-inline li {
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  .list-lg-inline li a,
  .list-lg-inline li a:hover,
  .list-lg-inline li a:visited {
    color: inherit;
  }

  .list-lg-inline li a:hover {
    text-decoration: none;
  }

  .list-lg-inline li a .link::before {
    background: #ffffff;
  }

  .list-lg-inline.list-inline--md,
  .list-lg-inline.list-inline--md:last-child,
  .list-lg-inline.list-inline--md:first-child {
    margin: -4px -30px -4px 0;
  }

  .list-lg-inline.list-inline--md li {
    padding: 4px 30px 4px 0;
  }
}

