/* import */
/* variables */
/* breakpoints */
/* wrapper widths */
/* margins and paddings */
/* slider base */
/* Fullscreen Slider */
/* Fullscreen Gallery */
/* Overlay Navigation */
/* Keyframes */
/* high-res */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.transition-all {
  -webkit-transition-delay: all 0.5s ease;
  -moz-transition-delay: all 0.5s ease;
  -ms-transition-delay: all 0.5s ease;
  transition: all 0.5s ease;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.appearance-checkbox {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.preline {
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.preline {
  font-family: 'Nunito', 'thesans', sans-serif;
}
@media (max-width: 992px) and (max-width: 480px) {
  .data-privacy a {
    overflow-wrap: break-word;
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}
html,
body {
  height: 100%;
}
body {
  -webkit-text-size-adjust: none;
  font-size: 18px;
  color: #222;
  line-height: 155%;
  font-weight: 300;
  font-family: 'thesans', 'Roboto Condensed', Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}
body.noOverflow {
  overflow-y: hidden;
}
img {
  display: block;
  max-width: 100%;
  border: none;
}
.hr {
  display: block;
  height: 1px;
  margin: 40px 0;
  position: relative;
  background: #8A8A89;
  opacity: 0.2;
}
ul {
  list-style: square;
  padding: 0;
  margin: 8px 0 0;
  text-align: center;
  padding-bottom: 15px;
}
ul li {
  margin: 0 0 10px;
  position: relative;
}
a {
  color: #05345A;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-delay: all 0.5s ease;
  -moz-transition-delay: all 0.5s ease;
  -ms-transition-delay: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #08538F;
}
a:focus {
  outline: 0;
}
i {
  padding-right: 5px;
}
.button,
button[type="submit"],
.map-accept {
  display: inline-block;
  margin: 16px 0 0;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-family: 'Nunito', 'thesans', sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #05345A;
  background: transparent;
  border: 1.5px solid #05345A;
  border-radius: 40px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.button:hover,
.button:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.map-accept:hover,
.map-accept:focus {
  color: #fff;
  background: #05345A;
}
.button.inverted,
button[type="submit"].inverted,
.map-accept.inverted {
  color: #fff;
  border: 1.5px solid #fff;
}
.button.inverted:hover,
.button.inverted:focus,
button[type="submit"].inverted:hover,
button[type="submit"].inverted:focus,
.map-accept.inverted:hover,
.map-accept.inverted:focus {
  color: #05345A;
  background: #fff;
}
.button i,
button[type="submit"] i,
.map-accept i {
  padding-right: 10px;
}
strong,
.bold {
  font-weight: 700;
}
p {
  padding-bottom: 17px;
}
p.twice {
  padding-bottom: 34px;
}
p.half {
  padding-bottom: 12px;
}
.block {
  display: block;
}
h1,
.h1 {
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  color: #05345A;
  line-height: 1.3;
}
h1 i,
.h1 i {
  padding-right: 10px;
}
h1.inverted,
.h1.inverted {
  color: #fff;
}
table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 40px;
}
table th {
  padding: 15px 20px 15px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  color: #7c848a;
  font-weight: 400;
}
table td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
#preloader {
  position: fixed;
  width: 100%;
  z-index: 10000;
  height: 100%;
  background: url(/assets/image/layout/groovepaper.png);
  left: 0;
  top: 0;
  display: table;
}
#preloader #centerXY {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  height: 100%;
  padding: 0 30px;
  vertical-align: middle;
  width: 100%;
  font-size: 63px;
  text-align: center;
  line-height: 130%;
  color: #000;
}
#preloader #centerXY span {
  opacity: 0;
  display: block;
  padding-top: 40px;
}
#preloader #centerXY span:first-child {
  padding-top: 0;
}
#preloader #centerXY strong {
  opacity: 0;
}
.wrapper {
  max-width: 1675px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 1675px) {
  .wrapper {
    max-width: 100%;
  }
}
.wrapper .clipper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.wrapper .left {
  text-align: left;
}
.wrapper .left label {
  display: inline-block;
  width: calc(100% - 40px);
}
.owl-carousel {
  list-style: none;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-stage {
  margin: 0 auto;
}
#fullscreenSlider {
  padding-top: 148px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullscreenSlider .owl-stage-outer,
#fullscreenSlider .owl-stage,
#fullscreenSlider .owl-item {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fullscreenSlider .owl-item {
  background-color: #000;
}
#fullscreenSlider .owl-item li {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: .2;
  -webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}
#fullscreenSlider .owl-item li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 396px;
  background: url(/assets/image/layout/gradient-fullscreenslider.png) repeat-x;
  z-index: 1;
}
#fullscreenSlider .owl-item li > strong {
  font-size: 64px;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 100;
}
#fullscreenSlider .owl-item li > strong:after {
  content: "";
  width: 60px;
  height: 1px;
  background: url(/assets/image/layout/seam-white.png) repeat-x;
  margin: 20px auto 0;
  display: block;
}
#fullscreenSlider .owl-item li > strong i {
  padding-right: 5px;
}
#fullscreenSlider .owl-item li .slideUp {
  background: #05345A;
  padding: 50px 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -100%;
  -webkit-transition-delay: all 0.5s ease;
  -moz-transition-delay: all 0.5s ease;
  -ms-transition-delay: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}
#fullscreenSlider .owl-item li .slideUp strong {
  font-size: 64px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
#fullscreenSlider .owl-item li .slideUp strong:after {
  content: "";
  width: 60px;
  height: 1px;
  background: url(/assets/image/layout/seam-white.png) repeat-x;
  margin: 20px auto 30px;
  display: block;
}
#fullscreenSlider .owl-item li .slideUp .close {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/assets/image/layout/close.png) no-repeat;
  cursor: pointer;
}
#fullscreenSlider .owl-item li .slideUp .close:hover {
  background-position: 0 -29px;
}
#fullscreenSlider .owl-item.active li {
  opacity: 1;
  cursor: pointer;
}
#fullscreenSlider .owl-nav > div {
  background: url(/assets/image/layout/fullscreen-arrows.png);
  background-size: 94px 220px;
  cursor: pointer;
  height: 100px;
  left: 10px;
  position: absolute;
  top: 50%;
  margin-top: 49px;
  width: 47px;
  z-index: 200;
}
#fullscreenSlider .owl-nav .owl-prev {
  background-position: left top;
  left: 38px;
}
#fullscreenSlider .owl-nav .owl-prev:hover {
  background-position: left bottom;
}
#fullscreenSlider .owl-nav .owl-next {
  background-position: right top;
  left: auto;
  right: 38px;
}
#fullscreenSlider .owl-nav .owl-next:hover {
  background-position: right bottom;
}
#start .section {
  padding: 89px 0 83px;
  position: relative;
  z-index: 900;
}
#start .section .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  position: relative;
}
#start .section.gears {
  background: url(/assets/image/layout/gears.png) no-repeat right -200px bottom 0;
}
#start .section.box-shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
#start .section.quote {
  font-size: 39px;
  line-height: 125%;
  color: #fff;
  padding: 190px 0 174px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#start .section.quote em {
  font-size: 20px;
  display: block;
  text-align: center;
  padding-top: 7px;
}
#start .section.cover {
  padding: 0;
}
#start .section.cover img {
  width: 100%;
  max-width: none;
}
#main {
  padding-top: 100px;
}
#main .section {
  padding: 89px 0 83px;
  position: relative;
  z-index: 900;
}
#main .section .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  position: relative;
}
#main .section.gears {
  background: url(/assets/image/layout/gears.png) no-repeat right -200px bottom 0;
}
#main .section.box-shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
#main .section.quote {
  font-size: 39px;
  line-height: 125%;
  color: #fff;
  padding: 190px 0 174px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#main .section.quote em {
  font-size: 20px;
  display: block;
  text-align: center;
  padding-top: 7px;
}
#main .section.cover {
  padding: 0;
}
#main .section.cover img {
  width: 100%;
  max-width: none;
}
#main .section h1.detail {
  max-width: 480px;
}
#main .section h1.detail i {
  display: block;
  padding: 0 0 10px;
}
#main .section .download .col-60 .row {
  margin: 0 -10px;
}
#main .section .download .col-60 .row .col {
  margin-bottom: 0;
  padding: 0 10px;
}
#main .section .download .col-60 .row .col .panel strong {
  font-size: 25px;
  text-transform: uppercase;
  color: #05345A;
  font-weight: 300;
  display: block;
  padding-bottom: 15px;
}
#main .section .download .col-60 .row .col .panel span {
  color: #05345A;
}
#main .section .download .col-60 .row .col .panel span i {
  padding-right: 5px;
}
#main .section .download .col-60 .row .col .panel a:hover {
  text-decoration: underline;
}
#main .section #history .clipper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  display: block;
}
#main .section #history li {
  text-align: center;
  display: table;
  height: 390px;
  width: 100%;
  margin: 0;
}
#main .section #history li div {
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}
#main .section #history li strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  font-size: 500px;
  line-height: 375px;
  color: rgba(49,39,131,0.075);
}
#main .section #history li p {
  padding: 0;
}
#main .section #history li p .normal {
  padding-bottom: 17px;
}
#main .section #history .owl-nav > div {
  content: "";
  background: url(/assets/image/layout/history-carousel-arrows.png);
  cursor: pointer;
  width: 28px;
  height: 60px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 200;
}
#main .section #history .owl-nav .owl-prev {
  background-position: left top;
  left: 30px;
}
#main .section #history .owl-nav .owl-prev:hover {
  background-position: left bottom;
}
#main .section #history .owl-nav .owl-next {
  background-position: right top;
  left: auto;
  right: 30px;
}
#main .section #history .owl-nav .owl-next:hover {
  background-position: right bottom;
}
#main .section.contact-person {
  padding-bottom: 43px;
}
#main .section.contact-person .panel {
  text-align: center;
}
#main .section.contact-person .panel img {
  padding-bottom: 12px;
}
#main .section.contact-person .panel strong {
  display: block;
  text-transform: uppercase;
}
#main .section.contact-person .panel span {
  display: block;
}
#main .section.sitemap ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .section.sitemap ul.nav li {
  font-weight: 700;
}
#main .section.sitemap ul.nav li li {
  font-weight: 300;
}
#main .section.sitemap ul li {
  margin-bottom: 5px;
}
#main .section.sitemap ul li i {
  display: none;
}
#main .section.sitemap ul li ul {
  margin: 10px 0 20px 10px;
  padding: 0;
  list-style-position: inside;
}
#main .section.sitemap ul li ul li {
  padding-left: 0;
  float: none;
  text-align: left;
  width: 100%;
}
#main .section.sitemap ul li ul li:first-child {
  float: none;
}
#main .section.sitemap .col-60 .col .row {
  margin: 0 -15px;
}
#main .section.sitemap .col-60 .col .row .col {
  margin-top: 0;
  padding: 0 15px;
}
#main .section.sitemap .additional-nav {
  margin-top: 30px;
}
#main .section.sitemap .additional-nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main .section.sitemap .additional-nav ul {
  float: left;
}
#main .section.sitemap .additional-nav ul li {
  width: auto;
  display: inline-block;
  padding: 0 20px 0 0;
}
#main .section.sitemap .additional-nav ul li.notInSitemap {
  display: none;
}
#main .section.sitemap .additional-nav ul.footerbar li {
  padding: 0 0 0 20px;
}
#main .section.sitemap .additional-nav ul.footerbar li:first-child {
  padding: 0;
}
#main .section.sitemap #map {
  height: 226px;
  width: 100%;
  margin-top: 30px;
}
#main #headerImage img {
  max-width: none;
  width: 100%;
}
#main #map {
  height: 400px;
  width: 100%;
}
#main .slider,
#main .slider-single {
  background: #fff;
  /*
		&:before {
			content: "";
			background: url(/assets/image/layout/gradient-carousel-left.png) repeat-y left top;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 473px;
			z-index: 100;
			pointer-events: none;
		}

		&:after {
			content: "";
			background: url(/assets/image/layout/gradient-carousel-right.png) repeat-y right top;
			height: 100%;
			right: 0;
			position: absolute;
			top: 0;
			width: 473px;
			z-index: 100;
			pointer-events: none;
		}
		*/
  margin-bottom: 2px;
}
#main .slider li,
#main .slider-single li {
  margin: 0;
}
#main .slider li a,
#main .slider-single li a {
  position: relative;
  display: block;
}
#main .slider li a:hover:after,
#main .slider-single li a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/assets/image/layout/plus.png) no-repeat center center rgba(0,0,0,0.5);
  z-index: 100;
  left: 0;
  top: 0;
}
#main .slider li a.touchDevice:hover:after,
#main .slider-single li a.touchDevice:hover:after {
  content: none;
}
#main .slider .owl-nav > div,
#main .slider-single .owl-nav > div {
  content: "";
  background: url(/assets/image/layout/carousel-arrows.png);
  cursor: pointer;
  width: 40px;
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 200;
}
#main .slider .owl-nav .owl-prev,
#main .slider-single .owl-nav .owl-prev {
  background-position: left top;
  left: 30px;
  /*
				&.disabled {
					opacity: .2;

					&:hover {
						background-position: left top;
					}
				}
				*/
}
#main .slider .owl-nav .owl-prev:hover,
#main .slider-single .owl-nav .owl-prev:hover {
  background-position: left bottom;
}
#main .slider .owl-nav .owl-next,
#main .slider-single .owl-nav .owl-next {
  background-position: right top;
  left: auto;
  right: 30px;
  /*
				&.disabled {
					opacity: .2;

					&:hover {
						background-position: right top;
					}
				}
				*/
}
#main .slider .owl-nav .owl-next:hover,
#main .slider-single .owl-nav .owl-next:hover {
  background-position: right bottom;
}
#main .accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#main .accordion li {
  background: #05345A;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  padding: 17px 50px 19px 25px;
  color: #fff;
  margin-top: 10px;
}
#main .accordion li:first-child {
  margin-top: 0;
}
#main .accordion li ul {
  padding: 17px 0 0;
  list-style: none;
  margin: 0;
  text-align: left;
}
#main .accordion li ul li {
  padding: 0 0 10px 27px;
  margin: 0;
  position: relative;
}
#main .accordion li ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
}
#main .accordion li > div {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
}
#main .accordion li > div:after {
  content: "";
  top: 0;
  margin-top: 8px;
  right: -25px;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/assets/image/layout/accordion-open-close.png) no-repeat;
}
#main .accordion li > div.ui-state-active:after {
  background-position: left bottom;
}
#main .accordion li p {
  padding: 17px 0 0;
}
#fullscreenSlideshowContainer {
  background: url(/assets/image/layout/groovepaper.png);
  width: 100%;
  height: 100%;
}
#fullscreenSlideshowContainer .ui {
  position: absolute;
  z-index: 10;
}
#fullscreenSlideshowContainer #fs-close {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(/assets/image/layout/close.png) no-repeat left top;
  cursor: pointer;
  z-index: 300;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: normal;
}
#fullscreenSlideshowContainer #fs-close:hover {
  background-position: 0 -29px;
}
#fullscreenSlideshowContainer #fs-prev,
#fullscreenSlideshowContainer #fs-next {
  cursor: pointer;
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  display: block;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: normal;
}
#fullscreenSlideshowContainer #fs-prev:after,
#fullscreenSlideshowContainer #fs-next:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 28px;
  height: 60px;
  z-index: 100;
  background: url(/assets/image/layout/carousel-arrows.png) no-repeat left top;
}
#fullscreenSlideshowContainer #fs-prev {
  left: 0;
  background: url(/assets/image/layout/gradient-carousel-left.png) repeat-y left top;
  background-size: 250px 26px;
}
#fullscreenSlideshowContainer #fs-prev:after {
  left: 30px;
  background-position: left top;
}
#fullscreenSlideshowContainer #fs-prev:hover:after {
  background-position: left bottom;
}
#fullscreenSlideshowContainer #fs-next {
  left: auto;
  right: 0;
  background: url(/assets/image/layout/gradient-carousel-right.png) repeat-y right top;
  background-size: 250px 26px;
}
#fullscreenSlideshowContainer #fs-next:after {
  left: auto;
  right: 30px;
  background-position: right top;
}
#fullscreenSlideshowContainer #fs-next:hover:after {
  background-position: right bottom;
}
#fullscreenSlideshowContainer #fs-caption {
  bottom: 0;
  text-align: center;
  width: 100%;
  left: 0;
  display: none !important;
  color: #222;
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
#fullscreenSlideshowContainer #fs-caption p {
  display: inline-block;
  position: relative;
  width: 80%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#fullscreenSlideshowContainer #fs-caption p strong {
  display: block;
  margin: 0 0 10px;
}
#form form input,
#form form select,
#form form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #222;
  margin: 0 0 7px;
  padding: 11px 18px 12px;
  width: 100%;
  border: 1px solid #8A8A89;
  font-size: 18px;
  font-weight: 300;
  font-family: 'thesans', 'Roboto Condensed', Arial, sans-serif;
}
#form form input:focus,
#form form select:focus,
#form form textarea:focus {
  border: 1px solid #312783;
}
#form form input,
#form form textarea {
  /* WebKit Browser */
  /* Firefox 19+ */
  /* IE 10+ */
}
#form form input::-webkit-input-placeholder,
#form form textarea::-webkit-input-placeholder {
  color: #8A8A89;
  opacity: .7;
}
#form form input::-moz-placeholder,
#form form textarea::-moz-placeholder {
  color: #8A8A89;
  opacity: .7;
}
#form form input:-ms-input-placeholder,
#form form textarea:-ms-input-placeholder {
  color: #8A8A89;
  opacity: .7;
}
#form form input.error::-webkit-input-placeholder,
#form form textarea.error::-webkit-input-placeholder {
  color: red;
  opacity: 1;
}
#form form input.error::-moz-placeholder,
#form form textarea.error::-moz-placeholder {
  color: red;
  opacity: 1;
}
#form form input.error:-ms-input-placeholder,
#form form textarea.error:-ms-input-placeholder {
  color: red;
  opacity: 1;
}
#form form input[type="checkbox"],
#form form textarea[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  background: #fff;
  color: #222;
  margin: 7px 0 0;
  padding: 11px 18px 12px;
  width: 20px;
  border: 1px solid #8A8A89;
  font-size: 18px;
  font-weight: 300;
  font-family: 'thesans', 'Roboto Condensed', Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
}
#form form select option {
  color: #555 !important;
  padding: 0 18px;
}
#form form select::-ms-expand {
  display: none;
}
#form form select#salutation.inactive {
  color: #c9c9c9;
}
#form form select#salutation.error {
  color: red;
}
#form form textarea {
  height: 200px;
  resize: none;
}
#form form button {
  -webkit-transition-delay: all 0.5s ease;
  -moz-transition-delay: all 0.5s ease;
  -ms-transition-delay: all 0.5s ease;
  transition: all 0.5s ease;
}
#form form .formError strong {
  color: red;
}
#form form .formSuccess strong {
  color: green;
}
body.cookieNotice {
  margin-top: 126px;
}
body.cookieNotice #header {
  top: 126px;
}
#cookieNotice {
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #000;
  display: none;
  z-index: 999999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#cookieNotice.show {
  display: block;
}
#cookieNotice a.agree {
  display: inline-block;
  padding: 10px 35px;
  background: #05345A;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#cookieNotice a.agree:hover {
  color: #fff;
  text-decoration: underline;
}
#cookieNotice div a {
  color: #05345A;
  margin: 10px 10px 0;
  display: inline-block;
}
#cookieNotice div a:hover {
  color: #08538F;
  text-decoration: underline;
}
.clear {
  clear: both;
}
.test2 {
  border: 1px solid white;
}
body.landingpage * {
  box-sizing: border-box;
}
body.landingpage a svg {
  margin: 0 -10px -5px 0;
}
body.landingpage a svg.icon-left {
  margin: 0 0 -5px -10px;
}
body.landingpage #main #headerImage {
  height: 600px;
  background: #fff;
  position: relative;
}
body.landingpage #main #headerImage .overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
body.landingpage #main #headerImage .overlay .overlay-content {
  width: 60%;
  height: 100%;
  margin: 0 30px;
  padding: 40px 40px;
  background: rgba(5,52,90,0.7);
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  text-align: left;
}
body.landingpage #main #headerImage .overlay .overlay-content .headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 43px;
  line-height: 120%;
  margin: 25px 0 60px 0;
}
body.landingpage #main #headerImage .overlay .overlay-content .subheadline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 30px;
}
body.landingpage #main #headerImage .overlay .overlay-content ul {
  text-align: left;
  list-style: none;
}
body.landingpage #main #headerImage .overlay .overlay-content ul li {
  line-height: 120%;
  font-size: 20px;
  margin: 0 0 15px 20px;
  width: 80%;
}
body.landingpage #main #headerImage .overlay .overlay-content ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 20px;
  margin: 0 10px 0 -20px;
  color: #FDCB27;
}
body.landingpage #main #headerImage .overlay #seal {
  position: absolute;
  top: 50%;
  right: 30%;
}
body.landingpage #main h1,
body.landingpage #main h2,
body.landingpage #main h3 {
  font-family: 'Montserrat', sans-serif;
}
body.landingpage #main h2 {
  padding-bottom: 40px;
  color: #1D3556;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
}
body.landingpage #main .navigation {
  padding: 48px 0;
}
body.landingpage #main .navigation .wrapper {
  text-align: left;
}
body.landingpage #main .navigation .seals {
  position: absolute;
  right: 130px;
  top: -100px;
  display: flex;
  gap: 24px;
  align-items: center;
}
body.landingpage #main .navigation .seals .google-reviews {
  background: white;
  color: #000;
  width: 250px;
  height: 150px;
  border: 1px solid grey;
}
body.landingpage #main .navigation nav {
  display: flex;
  gap: 24px;
}
body.landingpage #main .section,
body.landingpage #main .text-image {
  font-family: 'Roboto', Arial, sans-serif;
}
body.landingpage #main .section.secondary,
body.landingpage #main .text-image.secondary {
  background: #dfe2e6;
}
body.landingpage #main .section.cta,
body.landingpage #main .text-image.cta {
  background: #FDCB27;
  padding: 16px 0;
}
body.landingpage #main .section.cta h2,
body.landingpage #main .text-image.cta h2 {
  text-decoration: underline;
}
body.landingpage #main .section.cta .clipper,
body.landingpage #main .text-image.cta .clipper {
  max-width: 860px;
}
body.landingpage #main .section.cta .cta-content,
body.landingpage #main .text-image.cta .cta-content {
  font-family: 'Magistral', sans-serif;
}
body.landingpage #main .section.cta .button-cta,
body.landingpage #main .text-image.cta .button-cta {
  background: #1D3556;
  color: #fff;
  cursor: pointer;
  margin-bottom: 16px;
}
body.landingpage #main .section.cta .info,
body.landingpage #main .text-image.cta .info {
  font-size: 12px;
}
body.landingpage #main .section.customers,
body.landingpage #main .text-image.customers {
  background: #1D3556;
  color: #fff;
  padding: 16px;
}
body.landingpage #main .section.customers h3,
body.landingpage #main .text-image.customers h3 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
body.landingpage #main .section.text-image,
body.landingpage #main .text-image.text-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom 0 right -120px;
}
body.landingpage #main .section.text-image .wrapper .text .button-cta,
body.landingpage #main .text-image.text-image .wrapper .text .button-cta {
  background: #FDCB27;
  color: #1D3556;
  border: none;
  cursor: pointer;
}
body.landingpage #main .configurator {
  position: relative;
  background: #dfe2e6;
  max-width: 1675px;
  margin: 24px auto;
  padding: 32px 48px;
}
body.landingpage #main .configurator .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: #c2c8d0;
}
body.landingpage #main .configurator .progress .progress-bar {
  height: 24px;
  padding-right: 24px;
  background: #a6aeb9;
  color: #fff;
  text-align: right;
  font-size: 18px;
}
body.landingpage #main .configurator .step {
  display: none;
  border: none;
  margin-bottom: 24px;
}
body.landingpage #main .configurator .step.active {
  display: block;
}
body.landingpage #main .configurator .step strong {
  display: block;
  font-size: 1.2em;
  margin-bottom: 16px;
}
body.landingpage #main .configurator .step .contact {
  max-width: 1080px;
  margin: 0 auto;
}
body.landingpage #main .configurator .step .contact label span {
  display: block;
  font-weight: 600;
}
body.landingpage #main .configurator .step .contact label input,
body.landingpage #main .configurator .step .contact label select,
body.landingpage #main .configurator .step .contact label textarea {
  width: 100%;
}
body.landingpage #main .configurator .actions {
  display: flex;
  justify-content: space-between;
}
body.landingpage #main .configurator .actions button {
  border-radius: 5px;
  background: #FDCB27;
  color: #1D3556;
  border: none;
  cursor: pointer;
  margin: 0;
}
body.landingpage #main .configurator .actions button i {
  padding: 0;
}
body.landingpage #main .configurator .actions button svg {
  margin: 0 -10px -5px 0;
}
body.landingpage #main .configurator .actions button svg.icon-left {
  margin: 0 0 -5px -10px;
}
body.landingpage #main .configurator .actions button i {
  padding: 0;
}
body.landingpage #main .configurator h3 {
  font-size: 1.5em;
  margin: 24px 0;
}
body.landingpage #main .configurator .form-group-header {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
}
body.landingpage #main .configurator .form-group {
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
body.landingpage #main .configurator .form-group.form-group-2-col {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 2%;
}
body.landingpage #main .configurator .form-group-other {
  margin: -32px 0 48px 0;
}
body.landingpage #main .configurator .form-group-other label {
  display: block;
  margin-top: 24px;
}
body.landingpage #main .configurator .form-group-other label span {
  font-size: 18px;
  font-weight: 600;
  margin-right: 16px;
}
body.landingpage #main .configurator .form-description {
  font-size: 14px;
  margin: -32px 0 48px 0;
  padding: 0 24px;
  max-width: 1080px;
}
body.landingpage #main .configurator .form-description h3 {
  font-size: 18px;
  margin: 0 0 16px 0;
}
body.landingpage #main .configurator label.button {
  margin: 0;
  border-radius: 0;
  border: none;
  background: #1D3556;
  color: #fff;
}
body.landingpage #main .configurator label.button.color-button {
  position: relative;
}
body.landingpage #main .configurator label.button.color-button .color {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 48px;
}
body.landingpage #main .configurator label.button.color-button .color.black {
  background: #000;
}
body.landingpage #main .configurator label.button.color-button .color.white {
  background: #fff;
}
body.landingpage #main .configurator label.button.color-button .color.gray {
  background: #7b7b7b;
}
body.landingpage #main .configurator label.button.color-button .color.blue {
  background: #1b45d1;
}
body.landingpage #main .configurator label.button.color-button .color.green {
  background: #3dac2e;
}
body.landingpage #main .configurator label.button.color-button .color.red {
  background: #c12e2e;
}
body.landingpage #main .configurator label.button.color-button .color.yellow {
  background: #f0de00;
}
body.landingpage #main .configurator label.button.color-button .color.orange {
  background: #f2a005;
}
body.landingpage #main .configurator label.button.color-button span {
  margin-left: 48px;
}
body.landingpage #main .configurator label.button:hover {
  background: #00507A;
}
body.landingpage #main .configurator label.button:has(input:checked) {
  background: #FDCB27;
  color: #1D3556;
}
body.landingpage #main .configurator label.button input {
  display: none;
}
body.landingpage #main .configurator label.button i {
  padding: 0;
}
body.landingpage #main .configurator label.icon-button {
  margin: 0;
  color: #1D3556;
  width: 170px;
  text-align: center;
}
body.landingpage #main .configurator label.icon-button .icon {
  margin: 0 0 24px 0;
  padding: 24px;
  background: #1D3556;
  width: 170px;
  height: 170px;
  align-content: center;
}
body.landingpage #main .configurator label.icon-button .icon svg {
  fill: #fff;
}
body.landingpage #main .configurator label.icon-button span {
  word-wrap: break-word;
}
body.landingpage #main .configurator label.icon-button input {
  display: none;
}
body.landingpage #main .configurator label.icon-button:hover {
  cursor: pointer;
}
body.landingpage #main .configurator label.icon-button:hover .icon {
  background: #00507A;
}
body.landingpage #main .configurator label.icon-button:has(input:checked) .icon {
  background: #FDCB27;
}
body.landingpage #main .configurator label.icon-button:has(input:checked) .icon svg {
  fill: #1D3556;
}
body.landingpage #main .configurator label input,
body.landingpage #main .configurator label select,
body.landingpage #main .configurator label textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #dfe2e6;
  color: #222;
  padding: 11px 18px 12px;
  border: 1px solid #1D3556;
  font-size: 18px;
  font-weight: 300;
  font-family: 'thesans', 'Roboto Condensed', Arial, sans-serif;
  width: 30%;
}
body.landingpage #main .configurator label input:focus,
body.landingpage #main .configurator label select:focus,
body.landingpage #main .configurator label textarea:focus {
  border: 1px solid #00507A;
}
body.landingpage #main .ratings .rating {
  display: flex;
  margin: 24px auto;
  max-width: 1100px;
  gap: 24px;
}
body.landingpage #main .ratings .rating .rating-icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 300px;
  font-weight: 700;
  color: #1D3556;
  line-height: 100%;
  margin-bottom: -100px;
}
body.landingpage #main .ratings .rating .rating-content {
  text-align: left;
  align-content: center;
  font-size: 1.4em;
}
body.landingpage #main .cards {
  display: grid;
  margin-bottom: 32px;
}
body.landingpage #main .cards.advantages {
  grid-template-columns: 33% 33% 33%;
}
body.landingpage #main .cards.advantages .card {
  background: #1D3556;
  color: #fff;
}
body.landingpage #main .cards.four-steps {
  grid-template-columns: 25% 25% 25% 25%;
}
body.landingpage #main .cards.four-steps .card {
  background: #dfe2e6;
}
body.landingpage #main .cards.four-steps .card:not(:last-child):after {
  content: '';
  position: relative;
  display: block;
  top: -105%;
  right: -90%;
  height: 61px;
  width: 150px;
  background-color: #1D3556;
  -webkit-mask: url("/assets/image/content/landingpage/icons/icon_step_arrow.svg") no-repeat center;
  mask: url("/assets/image/content/landingpage/icons/icon_step_arrow.svg") no-repeat center;
}
body.landingpage #main .cards .card {
  background: #8A8A89;
  text-align: center;
  padding: 32px;
  margin: calc(12px);
}
body.landingpage #main .cards .card .card-icon {
  color: #FDCB27;
  height: 104px;
  width: 104px;
  margin-bottom: 16px;
}
body.landingpage #main .cards .card .card-headline {
  font-size: 22px;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
}
body.landingpage #main .cards .card .card-content {
  font-size: 16px;
}
body.landingpage #main .cta-content {
  display: grid;
  grid-template-columns: 40% 60%;
  margin-bottom: 24px;
}
body.landingpage #main .cta-content .value {
  font-size: 120px;
  font-weight: 900;
  line-height: 120%;
  color: #FDCB27;
  letter-spacing: 2px;
  -webkit-text-stroke: 4px #1D3556;
}
body.landingpage #main .cta-content .text {
  text-transform: uppercase;
  text-align: left;
  font-size: 35px;
  font-weight: 900;
  line-height: 120%;
  color: #1D3556;
  align-content: center;
}
body.landingpage #main .slider-single {
  background: transparent;
}
body.landingpage #main .slider.catalog {
  background: transparent;
  color: #222;
  padding: 16px 86px;
}
body.landingpage #main .slider.catalog li {
  margin: 16px;
}
body.landingpage #main .slider.catalog li a:hover:after {
  display: none;
}
body.landingpage #main .slider.catalog li a img {
  margin-bottom: 18px;
}
body.landingpage #main .slider.catalog li a strong,
body.landingpage #main .slider.catalog li a span {
  display: block;
  color: #222;
}
body.landingpage #main .customer-logos {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  gap: 32px;
}
body.landingpage #main .accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
body.landingpage #main .accordion li {
  background: #fff;
  padding: 17px 0;
  color: #000;
  margin-top: 10px;
  border-radius: 0;
}
body.landingpage #main .accordion li:first-child {
  margin-top: 0;
}
body.landingpage #main .accordion li ul {
  padding: 24px 0 16px;
  list-style: none;
  margin: 0;
  text-align: left;
}
body.landingpage #main .accordion li ul li {
  padding: 0 48px;
  margin: 0;
  position: relative;
}
body.landingpage #main .accordion li ul li:before {
  content: none;
}
body.landingpage #main .accordion li > div {
  text-transform: none;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
body.landingpage #main .accordion li > div:before {
  content: '';
  position: relative;
  display: inline-block;
  top: 5px;
  height: 24px;
  width: 24px;
  margin-right: 16px;
  background-color: #1D3556;
  -webkit-mask: url("/assets/image/layout/icon_chevron.svg") no-repeat center;
  mask: url("/assets/image/layout/icon_chevron.svg") no-repeat center;
  transition: all .35s;
}
body.landingpage #main .accordion li > div:after {
  content: none;
}
body.landingpage #main .accordion li > div.ui-state-active:before {
  transform: rotate(180deg);
}
body.landingpage #main .accordion > li {
  border-bottom: 1px solid #8A8A89;
}
body.landingpage #main .stars {
  color: #FDCB27;
}
body.landingpage #main .button,
body.landingpage #main button {
  border-radius: 5px;
}
body.landingpage #main .button i,
body.landingpage #main button i {
  padding: 0;
}
body.landingpage #main .button svg,
body.landingpage #main button svg {
  margin: 0 -10px -5px 0;
}
body.landingpage #main .button svg.icon-left,
body.landingpage #main button svg.icon-left {
  margin: 0 0 -5px -10px;
}
body.landingpage #main .highlight {
  font-family: 'Magistral', sans-serif;
}
body.landingpage #main .row {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
body.landingpage #main .row .col-30 {
  width: 30%;
  text-align: left;
}
body.landingpage #main .row .col-30 ul,
body.landingpage #main .row .col-30 li {
  text-align: left;
  line-height: 120%;
  margin-left: 10px;
}
body.landingpage #footer {
  padding: 48px 0;
  background: #000;
  color: #fff;
}
body.landingpage #footer .row {
  display: flex;
}
body.landingpage #footer .row .col-10 {
  width: 10%;
  margin: 0;
  padding: 16px;
  text-align: left;
}
body.landingpage #footer .row .col-20 {
  width: 20%;
  margin: 0;
  padding: 16px;
  text-align: left;
}
body.landingpage #footer .row .col-25 {
  width: 25%;
  margin: 0;
  padding: 16px;
  text-align: left;
}
body.landingpage #footer .row .col-30 {
  width: 30%;
  margin: 0;
  padding: 16px;
  text-align: left;
}
body.landingpage #footer .seals {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
body.landingpage #footer .seals .google-reviews {
  background: white;
  color: #000;
  width: 250px;
  height: 150px;
  border: 1px solid grey;
}
body.landingpage #footer .logo {
  background: #fff;
  padding: 16px;
  border-radius: 5px;
}
body.landingpage #footer .address {
  margin-bottom: 32px;
}
body.landingpage #footer .footer-nav {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 32px;
}
body.landingpage #footer .footer-nav li {
  padding: 0;
}
body.landingpage #footer .footer-nav li:before {
  display: none;
}
body.landingpage #footer .footer-nav li a {
  padding-left: 0;
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: inherit;
  font-size: inherit;
  text-transform: none;
}
@media only screen and (max-width: 1200px) {
  body.landingpage #main #headerImage .overlay .overlay-content {
    width: 100%;
    margin: 0;
  }
  body.landingpage #main #headerImage .overlay .overlay-content .headline {
    font-size: 28px;
    line-height: 120%;
    margin: 25px 0 40px 0;
  }
  body.landingpage #main #headerImage .overlay #seal {
    display: none;
  }
  body.landingpage #main .navigation nav {
    gap: 16px;
    flex-wrap: wrap;
  }
  body.landingpage #main .cards {
    margin-bottom: 24px;
  }
  body.landingpage #main .cards.advantages,
  body.landingpage #main .cards.four-steps {
    grid-template-columns: 50% 50%;
  }
  body.landingpage #main .cards.advantages .card:after,
  body.landingpage #main .cards.four-steps .card:after {
    display: none !important;
    content: none !important;
  }
  body.landingpage #main .ratings .rating {
    max-width: 780px;
  }
  body.landingpage #main .text-image,
  body.landingpage #main .section.text-image {
    background-position: bottom 0 right -370px;
  }
}
@media only screen and (max-width: 576px) {
  body.landingpage #main #headerImage {
    height: 90vh;
  }
  body.landingpage #main #headerImage .overlay .overlay-content {
    padding: 16px;
  }
  body.landingpage #main #headerImage .overlay .overlay-content .headline {
    font-size: 28px;
    margin: 16px 0 40px 0;
  }
  body.landingpage #main #headerImage .overlay .overlay-content .subheadline {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  body.landingpage #main #headerImage .overlay .overlay-content ul li {
    font-size: 16px;
    margin: 0 0 15px 16px;
    width: 100%;
  }
  body.landingpage #main h2 {
    padding-bottom: 16px;
    color: #1D3556;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: none;
  }
  body.landingpage #main .configurator label.button.color-button {
    position: relative;
  }
  body.landingpage #main .configurator label.button.color-button .color {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 32px;
  }
  body.landingpage #main .configurator label.button.color-button span {
    margin-left: 32px;
  }
  body.landingpage #main .configurator label.icon-button {
    width: 150px;
  }
  body.landingpage #main .configurator label.icon-button .icon {
    width: 150px;
    height: 150px;
  }
  body.landingpage #main .configurator label input,
  body.landingpage #main .configurator label select,
  body.landingpage #main .configurator label textarea {
    width: 100%;
  }
  body.landingpage #main .configurator .form-description {
    padding: 0;
  }
  body.landingpage #main .configurator .form-group.form-group-2-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  body.landingpage #main .cards.advantages,
  body.landingpage #main .cards.four-steps {
    grid-template-columns: 100%;
  }
  body.landingpage #main .ratings .rating {
    flex-direction: column;
  }
  body.landingpage #main .ratings .rating .rating-content {
    font-size: 1.1em;
  }
  body.landingpage #main .cta-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  body.landingpage #main .customer-logos {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
  }
  body.landingpage #main .customer-logos div {
    width: 40%;
  }
  body.landingpage #main .text-image,
  body.landingpage #main .section.text-image {
    background-position: bottom 0 left 0;
  }
  body.landingpage #main .text-image .wrapper .text,
  body.landingpage #main .section.text-image .wrapper .text {
    height: unset;
  }
  body.landingpage #main .text-image .wrapper .image,
  body.landingpage #main .section.text-image .wrapper .image {
    height: 300px;
  }
  body.landingpage #main .accordion li ul li {
    padding: 0;
  }
  body.landingpage #main .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  body.landingpage #main .row .col-30 {
    width: 100%;
    text-align: left;
  }
  body.landingpage #main .row .col-30 ul,
  body.landingpage #main .row .col-30 li {
    text-align: left;
    line-height: 120%;
    margin-left: 10px;
  }
  body.landingpage #footer .row {
    display: flex;
    flex-direction: column;
  }
  body.landingpage #footer .row .col-10,
  body.landingpage #footer .row .col-20,
  body.landingpage #footer .row .col-20,
  body.landingpage #footer .row .col-30 {
    width: 100%;
  }
}
body.landingpage .wrapper {
  max-width: 1550px;
}
body.landingpage .button-cta {
  background: #FDCB27;
  color: #1D3556;
  border: none;
  cursor: pointer;
}
body.landingpage .uppercase {
  text-transform: uppercase;
}
body.landingpage .full-width {
  width: 100%;
}
#header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 30px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
#header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .wrapper #mobileMenuToggler,
#header .wrapper #metanav {
  flex: 0 0 25%;
  width: 25%;
}
@media (max-width: 1680px) {
  #header .wrapper #mobileMenuToggler,
  #header .wrapper #metanav {
    flex: 0 0 35%;
    width: 35%;
  }
}
@media (max-width: 768px) {
  #header .wrapper #mobileMenuToggler,
  #header .wrapper #metanav {
    flex: 0 0 15%;
    width: 15%;
  }
}
#header .wrapper #mobileMenuToggler {
  display: flex;
}
@media (max-width: 576px) {
  #header .wrapper #mobileMenuToggler {
    margin-right: auto;
  }
}
#header .wrapper #metanav {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  #header .wrapper #metanav {
    flex: 0;
    width: 0;
  }
}
#header a#logo {
  width: 345px;
  height: 60px;
  cursor: pointer;
  text-decoration: none;
  background: url(/assets/image/layout/logo.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1400px) {
  #header a#logo {
    width: 250px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  #header a#logo {
    width: 270px;
    height: 60px;
  }
}
#header ul.nav {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Nunito', 'thesans', sans-serif;
}
#header ul.nav li {
  display: inline-block;
  padding: 0 0 0 58px;
  position: relative;
}
#header ul.nav li.showAt800 {
  display: none;
}
@media (max-width: 992px) {
  #header ul.nav li.showAt800 {
    display: block;
  }
}
#header ul.nav li:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 2px;
  height: 14px;
  margin-top: -6px;
  background: url(/assets/image/layout/nav-divider.png) no-repeat;
}
#header ul.nav li:first-child:before {
  content: none;
}
#header ul.nav li.active a {
  color: #05345A;
}
#header ul.nav li.active a:hover {
  color: #05345A;
}
#header ul.nav li.active i {
  color: #05345A;
}
#header ul.nav li a {
  cursor: pointer;
  font-weight: 400;
  color: #222;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header ul.nav li a:hover {
  color: #05345A;
}
#header ul.nav li a:hover i {
  color: #05345A;
}
#header ul.nav li a i {
  margin-left: 5px;
  -webkit-transition-delay: all 0.5s ease;
  -moz-transition-delay: all 0.5s ease;
  -ms-transition-delay: all 0.5s ease;
  transition: all 0.5s ease;
}
#header ul.nav li ul {
  display: none;
}
#header #metanav {
  display: flex;
}
#header #metanav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  #header #metanav ul:not(#language) {
    display: none;
  }
}
#header #metanav ul li {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-size: 18px;
  font-family: 'Nunito', 'thesans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#header #metanav ul li a {
  display: inline-block;
  padding: 16px;
  color: #8A8A89;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1400px) {
  #header #metanav ul li a {
    padding: 12px;
    font-size: 14px;
  }
}
#header #metanav ul li a:hover {
  color: #05345A;
}
#header #metanav ul li a i {
  margin-right: 4px;
  -webkit-transition-delay: all 0.5s ease;
  -moz-transition-delay: all 0.5s ease;
  -ms-transition-delay: all 0.5s ease;
  transition: all 0.5s ease;
}
#header #metanav ul li a i.fa-angle-down {
  margin-left: 3px;
  margin-right: 0;
}
#header #metanav ul li a.active {
  color: #05345A;
}
#header #metanav ul li i {
  margin-right: 4px;
  -webkit-transition-delay: all 0.5s ease;
  -moz-transition-delay: all 0.5s ease;
  -ms-transition-delay: all 0.5s ease;
  transition: all 0.5s ease;
}
#header #metanav ul li ul {
  display: none;
}
#header #metanav ul#language {
  padding-left: 16px;
}
@media (max-width: 1400px) {
  #header #metanav ul#language {
    padding-left: 12px;
  }
}
@media (max-width: 768px) {
  #header #metanav ul#language {
    display: none;
  }
}
#header #metanav ul#language li a {
  padding-right: 8px;
  padding-left: 8px;
}
@media (max-width: 992px) {
  #header #metanav ul#language li a {
    font-size: 18px;
  }
}
#header #metanav ul#language li:last-child a {
  padding-right: 0;
}
#header #metanav ul#language li + li {
  position: relative;
}
#header #metanav ul#language li + li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30%;
  position: absolute;
  top: 35%;
  left: 0;
  background-color: #8A8A89;
  opacity: 0.32;
  transform: translateX(-200%);
}
#header #mobileMenuToggler {
  display: block;
  color: #05345A;
  font-weight: 400;
  cursor: pointer;
}
#header #mobileMenuToggler .tel {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  margin-left: 40px;
  color: #8A8A89;
  font-family: 'Nunito', 'thesans', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  #header #mobileMenuToggler .tel {
    margin-left: 32px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #header #mobileMenuToggler .tel {
    display: none;
  }
}
#header #mobileMenuToggler .tel:hover {
  color: #05345A;
}
#header #mobileMenuToggler .navbar-toggler {
  position: relative;
  padding: 24px 0;
  text-align: right;
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  transition: 0s;
  cursor: pointer;
}
#header #mobileMenuToggler .navbar-toggler .icon-bar {
  display: block;
  height: 2px;
  margin-bottom: 8px;
  background-color: #05345A;
  transition: all 0.2s;
}
#header #mobileMenuToggler .navbar-toggler .icon-bar.top-bar {
  width: 35px;
}
#header #mobileMenuToggler .navbar-toggler .icon-bar.middle-bar {
  width: 25px;
  margin-right: auto;
}
#header #mobileMenuToggler .navbar-toggler .icon-bar.bottom-bar {
  width: 35px;
  margin-bottom: 0px;
}
#header #mobileMenuToggler.open .navbar-toggler span.icon-bar {
  width: 35px !important;
}
#header #mobileMenuToggler.open .navbar-toggler span.icon-bar.top-bar {
  -webkit-animation: top-bar .4s linear forwards;
  -o-animation: top-bar .4s linear forwards;
  animation: top-bar .4s linear forwards;
  margin-bottom: -2px;
  width: 35px;
}
#header #mobileMenuToggler.open .navbar-toggler span.icon-bar.middle-bar {
  -webkit-animation: middle-bar .4s linear forwards;
  -o-animation: middle-bar .4s linear forwards;
  animation: middle-bar .4s linear forwards;
  display: none;
}
#header #mobileMenuToggler.open .navbar-toggler span.icon-bar.bottom-bar {
  -webkit-animation: bottom-bar .4s linear forwards;
  -o-animation: bottom-bar .4s linear forwards;
  animation: bottom-bar .4s linear forwards;
  width: 35px;
}
@keyframes navbarAfterFade {
  0% {
    background: #000000;
  }
  35% {
    background: #000000;
  }
  100% {
    background: #000100;
  }
}
@keyframes top-bar {
  0% {
    top: 2px;
    width: 30px;
    transform: rotate(0deg);
  }
  40% {
    top: 10px;
    width: 30px;
    transform: rotate(0deg);
  }
  60% {
    width: 30px;
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    width: 30px;
    top: 10px;
    transform: rotate(-31deg);
  }
}
@keyframes middle-bar {
  0% {
    top: 18px;
    width: 40px;
  }
  40% {
    top: 10px;
    width: 35px;
  }
  60% {
    width: 0px;
    top: 10px;
  }
  100% {
    width: 0px;
    top: 10px;
  }
}
@keyframes bottom-bar {
  0% {
    top: 18px;
    width: 35px;
    transform: rotate(0deg);
  }
  40% {
    top: 10px;
    width: 35px;
    transform: rotate(0deg);
  }
  60% {
    width: 35px;
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    width: 30px;
    top: 10px;
    transform: rotate(31deg);
  }
}
#overlay {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #001424;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s, visibility .5s, width .5s;
  -moz-transition: opacity .5s, visibility .5s, width .5s;
  transition: opacity .5s, visibility .5s, width .5s;
  z-index: 999;
  overflow: hidden;
}
@media (max-width: 601px) {
  #overlay {
    height: calc(100% - 70px);
    top: 70px;
  }
}
#overlay:before {
  content: '';
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  transform: translateX(-20%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 2284.1 978.5' style='enable-background:new 0 0 2284.1 978.5;' xml:space='preserve'%3E%3Cpath fill='%2305345A' d='M2.3,958.3c134.2-49.7,271.8-93.3,413-130.8c139-36.8,280.9-67.2,424.7-90.6 c145.6-23.8,292.4-40.1,439.6-49c72.1-4.3,145.8-9,218.2-5.5c36.4,1.8,72.9,6.3,107,16.6c32.2,9.7,64.6,24.6,80.3,49.2 c31.4,49-12.7,108.3-54.4,145.2c-41,36.3-97.1,65.7-158.1,78c-29,5.9-62.5,7.8-90.4-2.1c-31.4-11.2-44.8-35.8-43.5-61.1 c1.9-37.2,24.8-74.2,44.8-107.6c42-70.1,92.2-137.3,143.7-203.6c55.9-72,114.3-142.7,175.4-212.3c55.1-62.8,111.6-125.5,178.9-181.2 c87.7-72.4,192-134.2,310.1-174.8c29.7-10.2,60.2-19,91.4-26.3c1.8-0.4,1.1-2.6-0.8-2.2c-126.5,29.8-240.7,84.2-338,152.3 c-81.1,56.8-147.3,123.1-209.5,192c-63.6,70.4-124.3,142.3-182.1,215.6c-56.6,71.3-111.8,143.8-159.2,219 c-19.1,30.3-38.1,61.5-49.9,94c-7.9,21.7-12.8,46.4-1.1,67.9c10,18.2,30.9,30.4,55.6,35c56.9,10.6,119.7-11,166.1-34.7 c51.2-26.2,95.6-63.9,119.4-107.7c11.9-21.9,18.7-46.9,11.4-70.4c-7.1-23.1-28.3-40.9-54.2-53.1c-60.2-28.3-135.1-31.6-203.8-30.6 c-152.7,2.1-305.8,15.1-456.3,34.7c-151,19.6-300.8,47-449,82c-146,34.5-288.9,75.8-428.7,123.9c-34.3,11.8-68.4,24-102.3,36.5 C-1,956.9,0.5,958.9,2.3,958.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (max-width: 601px) {
  #overlay:before {
    height: calc(100% - 70px);
    top: 70px;
  }
}
#overlay.open {
  visibility: visible;
  opacity: 1;
  height: calc(100% - 100px);
}
@media (max-width: 601px) {
  #overlay.open {
    height: calc(100% - 70px);
  }
}
#overlay.open:before {
  left: 0;
}
#overlay.open:after {
  right: 0;
}
#overlay.open #overlay-menu {
  overflow-y: auto;
  overflow-x: hidden;
}
#overlay.open .nav > li > a > span,
#overlay.open .nav > li {
  -webkit-animation: fadeInRight .75s ease forwards;
  -moz-animation: fadeInRight .75s ease forwards;
  animation: fadeInRight .75s ease forwards;
}
#overlay.open .nav > span {
  -webkit-animation-delay: .45s;
  -moz-animation-delay: .45s;
  animation-delay: .45s;
}
#overlay.open .nav > li:nth-of-type(1) {
  -webkit-animation-delay: .55s;
  -moz-animation-delay: .55s;
  animation-delay: .55s;
}
#overlay.open .nav > li:nth-of-type(2) {
  -webkit-animation-delay: .65s;
  -moz-animation-delay: .65s;
  animation-delay: .65s;
}
#overlay.open .nav > li:nth-of-type(3) {
  -webkit-animation-delay: .75s;
  -moz-animation-delay: .75s;
  animation-delay: .75s;
}
#overlay.open .nav > li:nth-of-type(4) {
  -webkit-animation-delay: .85s;
  -moz-animation-delay: .85s;
  animation-delay: .85s;
}
#overlay.open .nav > li:nth-of-type(5) {
  -webkit-animation-delay: .95s;
  -moz-animation-delay: .95s;
  animation-delay: .95s;
}
#overlay.open .nav > li:nth-of-type(6) {
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
#overlay.open .nav > li:nth-of-type(7) {
  -webkit-animation-delay: 1.15s;
  -moz-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
#overlay.open .nav > li:nth-of-type(8) {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
#overlay .close {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 40px;
  right: 0;
  background: url(/assets/image/layout/close.png) no-repeat left bottom;
  cursor: pointer;
  z-index: 101;
  opacity: 0;
}
#overlay .close.animate {
  -webkit-animation: fadeIn .75s ease forwards;
  -moz-animation: fadeIn .75s ease forwards;
  animation: fadeIn .75s ease forwards;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
#overlay .close:hover {
  background-position: 0 -29px;
}
#overlay .back {
  width: 15px;
  height: 28px;
  position: absolute;
  top: 40px;
  left: 30px;
  background: url(/assets/image/layout/arrow-back.png) no-repeat left top;
  cursor: pointer;
  z-index: 101;
  opacity: 0;
}
#overlay .back.animate {
  -webkit-animation: fadeIn .75s ease forwards;
  -moz-animation: fadeIn .75s ease forwards;
  animation: fadeIn .75s ease forwards;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
#overlay .back:hover {
  background-position: left bottom;
}
#overlay #overlay-menu {
  padding-right: 32px;
  padding-left: 32px;
  position: relative;
  font-size: 50px;
  font-family: 'Nunito', 'thesans', sans-serif;
  text-align: center;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  max-height: calc(100% - 80px);
  margin: 24px 0;
}
@media (max-width: 601px) {
  #overlay #overlay-menu {
    max-height: calc(100% - 50px);
  }
}
#overlay #overlay-menu span {
  display: inline-block;
  opacity: 0;
  position: relative;
  color: inherit;
  text-decoration: none;
}
#overlay #overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 100%;
}
#overlay #overlay-menu ul li {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  #overlay #overlay-menu ul li {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #overlay #overlay-menu ul li {
    font-size: 18px;
  }
}
#overlay #overlay-menu ul li.showAt800 {
  display: none;
}
@media (max-width: 768px) {
  #overlay #overlay-menu ul li.showAt800 {
    display: block;
  }
}
@media (max-width: 992px) {
  #overlay #overlay-menu ul li.showAt800.spacer {
    display: block;
  }
}
#overlay #overlay-menu ul li:last-child {
  margin-bottom: 0;
}
#overlay #overlay-menu ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
#overlay #overlay-menu ul li a:hover,
#overlay #overlay-menu ul li a.active {
  color: #08538F;
}
#overlay #overlay-menu ul li a.open i {
  transform: translateY(10%) scale(-1);
}
#overlay #overlay-menu ul li a.language {
  padding-right: 8px;
  padding-left: 8px;
  font-weight: 600;
}
@media (max-width: 992px) {
  #overlay #overlay-menu ul li a.language {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  #overlay #overlay-menu ul li a.language {
    font-size: 16px;
  }
}
#overlay #overlay-menu ul li a.language.active {
  font-weight: 700;
}
#overlay #overlay-menu ul li a.language.en {
  padding-right: 0;
  position: relative;
}
#overlay #overlay-menu ul li a.language.en:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  background-color: #8A8A89;
  opacity: 0.7;
  transform: translateX(-200%);
}
#overlay #overlay-menu ul li i {
  color: inherit;
  transform: translateY(10%);
}
#overlay #overlay-menu ul li ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  height: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: 100;
}
#overlay #overlay-menu ul li ul.open {
  height: 100%;
  padding-top: 24px;
  opacity: 1;
}
#overlay #overlay-menu ul li ul li {
  padding: 8px 24px;
}
@media (max-width: 576px) {
  #overlay #overlay-menu ul li ul li {
    margin-bottom: 0;
    padding: 8px 16px;
  }
}
#overlay #overlay-menu > ul {
  max-height: 100%;
}
#overlay #overlay-menu > ul > li {
  width: 100%;
  margin-bottom: 48px;
  opacity: 0;
}
@media (max-width: 1200px) {
  #overlay #overlay-menu > ul > li {
    margin-bottom: 24px;
  }
}
@media (max-height: 800px) {
  #overlay #overlay-menu > ul > li {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  #overlay #overlay-menu > ul > li {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  #overlay #overlay-menu > ul > li {
    margin-bottom: 24px;
  }
}
#overlay #overlay-menu > ul > li:nth-child(5) {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #overlay #overlay-menu > ul > li:nth-child(5) {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  #overlay #overlay-menu > ul > li:nth-child(5) {
    margin-bottom: 24px;
  }
}
#overlay #overlay-menu > ul > li > a {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  #overlay #overlay-menu > ul > li > a {
    font-size: 32px;
  }
}
@media (max-height: 800px) {
  #overlay #overlay-menu > ul > li > a {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  #overlay #overlay-menu > ul > li > a {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #overlay #overlay-menu > ul > li > a {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #overlay #overlay-menu > ul > li > a {
    font-size: 20px;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#footer {
  border-top: 1px solid #001424;
}
#footer .section {
  position: relative;
  z-index: 900;
}
#footer .section .wrapper {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .section ul {
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 480px) {
  #footer .section ul {
    text-align: left;
  }
}
#footer .section ul li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 480px) {
  #footer .section ul li {
    display: block;
    padding-left: 0;
  }
}
#footer .section ul li a {
  padding-right: 8px;
  padding-left: 8px;
  color: #8A8A89;
  font-family: 'Nunito', 'thesans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #footer .section ul li a {
    padding-left: 0;
    font-size: 14px;
  }
}
#footer .section ul li a:hover {
  color: #05345A;
}
#footer .section ul li a.active {
  color: #05345A;
}
#footer .section ul li:last-child a {
  padding-right: 0;
}
@media (max-width: 480px) {
  #footer .section ul li:last-child a {
    padding-right: 8px;
  }
}
#footer .section ul li + li {
  position: relative;
}
#footer .section ul li + li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  background-color: #8A8A89;
  opacity: 0.4;
  transform: translateX(-200%);
}
@media (max-width: 480px) {
  #footer .section ul li + li:before {
    display: none;
  }
}
#footer .section.nav {
  padding: 24px 30px;
}
#footer .section.nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  #footer .section.nav .wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#footer .section.nav .social-icons {
  display: flex;
  column-gap: 16px;
}
@media (max-width: 480px) {
  #footer .section.nav .social-icons {
    padding-top: 16px;
  }
}
#footer .section.nav .social-icons a {
  display: inline-flex;
}
#footer .section.nav .social-icons a svg,
#footer .section.nav .social-icons a path {
  transition: all .3s ease-in-out;
}
#footer .section.nav .social-icons a:hover path {
  fill: #08538F;
}
#footer .section.customer {
  padding: 70px 0;
}
#footer .section.customer li {
  padding: 0 38px;
}
#footer .section.quote {
  font-size: 39px;
  line-height: 125%;
  color: #fff;
  padding: 190px 0 172px;
}
#footer .section.cover {
  padding: 89px 0 83px;
  color: #fff;
  background: url(/assets/image/layout/footer.jpg) no-repeat center top / cover;
}
#footer .section.cover.start {
  background: url(/assets/image/content/start/map.jpg) no-repeat center top / cover;
}
.intro {
  padding: 100px 30px 0;
  position: relative;
  background-color: #001424;
}
@media (max-width: 601px) {
  .intro {
    padding: 70px 30px 0;
  }
}
.intro:before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  width: 90%;
  height: 100%;
  transform: translateX(-20%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 2284.1 978.5' style='enable-background:new 0 0 2284.1 978.5;' xml:space='preserve'%3E%3Cpath fill='%2305345A' d='M2.3,958.3c134.2-49.7,271.8-93.3,413-130.8c139-36.8,280.9-67.2,424.7-90.6 c145.6-23.8,292.4-40.1,439.6-49c72.1-4.3,145.8-9,218.2-5.5c36.4,1.8,72.9,6.3,107,16.6c32.2,9.7,64.6,24.6,80.3,49.2 c31.4,49-12.7,108.3-54.4,145.2c-41,36.3-97.1,65.7-158.1,78c-29,5.9-62.5,7.8-90.4-2.1c-31.4-11.2-44.8-35.8-43.5-61.1 c1.9-37.2,24.8-74.2,44.8-107.6c42-70.1,92.2-137.3,143.7-203.6c55.9-72,114.3-142.7,175.4-212.3c55.1-62.8,111.6-125.5,178.9-181.2 c87.7-72.4,192-134.2,310.1-174.8c29.7-10.2,60.2-19,91.4-26.3c1.8-0.4,1.1-2.6-0.8-2.2c-126.5,29.8-240.7,84.2-338,152.3 c-81.1,56.8-147.3,123.1-209.5,192c-63.6,70.4-124.3,142.3-182.1,215.6c-56.6,71.3-111.8,143.8-159.2,219 c-19.1,30.3-38.1,61.5-49.9,94c-7.9,21.7-12.8,46.4-1.1,67.9c10,18.2,30.9,30.4,55.6,35c56.9,10.6,119.7-11,166.1-34.7 c51.2-26.2,95.6-63.9,119.4-107.7c11.9-21.9,18.7-46.9,11.4-70.4c-7.1-23.1-28.3-40.9-54.2-53.1c-60.2-28.3-135.1-31.6-203.8-30.6 c-152.7,2.1-305.8,15.1-456.3,34.7c-151,19.6-300.8,47-449,82c-146,34.5-288.9,75.8-428.7,123.9c-34.3,11.8-68.4,24-102.3,36.5 C-1,956.9,0.5,958.9,2.3,958.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (max-width: 1680px) {
  .intro:before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .intro:before {
    transform: none;
  }
}
@media (max-width: 601px) {
  .intro:before {
    top: 70px;
  }
}
.intro .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 144px 0;
  text-align: left;
}
@media (max-width: 1400px) {
  .intro .wrapper {
    flex-wrap: wrap;
    padding: 120px 0;
  }
}
@media (max-width: 992px) {
  .intro .wrapper {
    padding: 96px 0 80px;
  }
}
@media (max-width: 576px) {
  .intro .wrapper {
    padding: 80px 0 48px;
  }
}
.intro .wrapper .text,
.intro .wrapper .svg-wrapper {
  flex: 0 0 45%;
  width: 45%;
}
@media (max-width: 992px) {
  .intro .wrapper .text,
  .intro .wrapper .svg-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }
}
.intro .wrapper .text {
  color: #fff;
  font-family: 'Nunito', 'thesans', sans-serif;
}
.intro .wrapper .text h1 {
  padding-bottom: 72px;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
}
@media (max-width: 1680px) {
  .intro .wrapper .text h1 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .intro .wrapper .text h1 {
    padding-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .intro .wrapper .text h1 {
    font-size: 40px;
  }
}
.intro .wrapper .text h1 strong {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #001424;
  text-shadow: 0 0 2.5px #fdcb28, 0 0 2.5px #fdcb28, 0 0 2.5px #fdcb28, 0 0 2.5px #fdcb28;
}
.intro .wrapper .text h1:after {
  display: none;
}
.intro .wrapper .text .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
}
.intro .wrapper .text .button-wrapper .button.inverted {
  margin-top: 0;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: 1.5px solid #fff;
  border-radius: 40px;
}
.intro .wrapper .text .button-wrapper .button.inverted:hover,
.intro .wrapper .text .button-wrapper .button.inverted:focus {
  color: #05345A;
  background: #fff;
}
@media (max-width: 992px) {
  .intro .wrapper .svg-wrapper {
    padding-top: 80px;
  }
}
.intro .wrapper .svg-wrapper .svg-inner {
  position: relative;
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  padding-top: 100%;
}
@media (max-width: 992px) {
  .intro .wrapper .svg-wrapper .svg-inner {
    max-width: 100%;
    margin-right: auto;
  }
}
.intro .wrapper .svg-wrapper .svg-inner svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}
.intro .wrapper .svg-wrapper .svg-inner svg > g {
  transition: all .3s ease-in-out;
}
.intro .wrapper .svg-wrapper .svg-inner svg > g .circle-inner {
  transition: all .3s ease-in-out;
}
.intro .wrapper .svg-wrapper .svg-inner svg > g .circle-outer {
  opacity: 0;
  stroke: #fff;
  stroke-width: 6px;
  transition: all .3s ease-in-out;
}
.intro .wrapper .svg-wrapper .svg-inner svg > g:hover .circle-inner,
.intro .wrapper .svg-wrapper .svg-inner svg > g:focus .circle-inner {
  opacity: 0.4;
}
.intro .wrapper .svg-wrapper .svg-inner svg > g:hover .circle-outer,
.intro .wrapper .svg-wrapper .svg-inner svg > g:focus .circle-outer {
  opacity: 1;
}
.intro .wrapper .svg-wrapper .svg-inner svg .loading {
  opacity: 0.4;
}
.text-image {
  padding: 0 30px;
  overflow: hidden;
}
.text-image .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 144px 0;
  text-align: left;
}
@media (max-width: 1400px) {
  .text-image .wrapper {
    padding: 120px 0;
  }
}
@media (max-width: 992px) {
  .text-image .wrapper {
    flex-wrap: wrap;
    padding: 96px 0;
  }
}
@media (max-width: 576px) {
  .text-image .wrapper {
    padding: 80px 0;
  }
}
.text-image .wrapper .text {
  flex: 0 0 50%;
  width: 50%;
}
.text-image .wrapper .text h2 {
  padding-bottom: 40px;
  color: #05345A;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
}
@media (max-width: 1680px) {
  .text-image .wrapper .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .text-image .wrapper .text h2 {
    padding-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .text-image .wrapper .text h2 {
    font-size: 34px;
  }
}
.text-image .wrapper .text h2 strong {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 0 0 3px #fdcb28, 0 0 3px #fdcb28, 0 0 3px #fdcb28, 0 0 3px #fdcb28;
}
.text-image .wrapper .text ul.leistungen {
  max-width: 80%;
  margin-bottom: 0;
  padding-top: 48px;
  list-style-type: none;
  text-align: left;
  font-family: 'Nunito', 'thesans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1680px) {
  .text-image .wrapper .text ul.leistungen {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .text-image .wrapper .text ul.leistungen {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .text-image .wrapper .text ul.leistungen {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .text-image .wrapper .text ul.leistungen {
    padding-top: 32px;
  }
}
@media (max-width: 576px) {
  .text-image .wrapper .text ul.leistungen {
    padding-top: 32px;
    -webkit-column-count: unset;
    column-count: unset;
    -webkit-column-gap: unset;
    column-gap: unset;
  }
}
.text-image .wrapper .text ul.leistungen li {
  padding: 0 0 16px 40px;
  position: relative;
}
@media (max-width: 576px) {
  .text-image .wrapper .text ul.leistungen li:last-child {
    padding-bottom: 0;
  }
}
.text-image .wrapper .text ul.leistungen li:before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #8A8A89;
}
.text-image .wrapper .text .button {
  margin-top: 64px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #05345A;
  background: transparent;
  border: 1.5px solid #05345A;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .text-image .wrapper .text .button {
    margin-top: 48px;
  }
}
.text-image .wrapper .text .button:hover,
.text-image .wrapper .text .button:focus {
  color: #fff;
  background: #05345A;
}
.text-image .wrapper .image {
  flex: 0 0 40%;
  width: 40%;
}
@media (max-width: 992px) {
  .text-image .wrapper .image {
    padding-top: 64px;
  }
}
.text-image .wrapper .image .img-wrapper {
  position: relative;
  padding-top: 100%;
}
@media (max-width: 992px) {
  .text-image .wrapper .image .img-wrapper {
    padding-top: 56.25%;
  }
}
.text-image .wrapper .image .img-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .text-image .wrapper .image .img-wrapper img {
    object-position: center top;
  }
}
@media (max-width: 992px) {
  .text-image .wrapper .text,
  .text-image .wrapper .image {
    flex: 0 0 100%;
    width: 100%;
  }
}
.text-image--reverse .wrapper {
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 992px) {
  .text-image--reverse .wrapper {
    flex-direction: row;
  }
}
.text-image--reverse .wrapper:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 350px;
  transform: translateX(50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='260' height='350' viewBox='0 0 260 350'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_35' data-name='Rechteck 35' width='260' height='350' transform='translate(-178 5206.844)' fill='%23fff'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rechteck_34' data-name='Rechteck 34' width='226.813' height='301.898' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Logo_Grafik' data-name='Logo Grafik' transform='translate(178 -5206.844)' clip-path='url(%23clip-path)'%3E%3Cg id='Logo_Grafikelement' data-name='Logo Grafikelement' transform='translate(-159.036 5246.79)'%3E%3Cg id='Gruppe_74' data-name='Gruppe 74' transform='translate(0 0)' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Pfad_66' data-name='Pfad 66' d='M88.978,301.427a278.36,278.36,0,0,1-22.493-17.07C18.614,239.719,6.655,157.674,39.195,94.576c19.92-38.519,49.922-67.687,85.973-91.049,9.7-6.327,15.47-2.885,22.354,3.894,42.726,42,34.765,117.053-17.382,148.828-15.853,9.63-35.078,14.671-53.434,18.982-10.429,2.434-14.566,6.153-12.376,15.748q10.429,45.42,21.728,90.632a146.1,146.1,0,0,0,6.327,17.07ZM64.643,156.179c40.918-10.117,60.213-36.816,71.685-70.364,8.413-24.544,3.164-43.247-14.775-57.153-33.826,34.382-47.072,77.7-56.98,127.517Z' transform='translate(51.771 0.47)' fill='%23f5f5f3'/%3E%3Cpath id='Pfad_67' data-name='Pfad 67' d='M174.576.07C71.254,60.109,14.657,144.205,29.293,267.238,3.115,243.32-12.181,166.211,12.4,107.111,35.968,50.41,113.216-2.19,174.576.07' transform='translate(0 -0.001)' fill='%23f5f5f3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1920px) {
  .text-image--reverse .wrapper:before {
    transform: translateX(20%) translateY(5%);
  }
}
@media (max-width: 1920px) {
  .text-image--reverse .wrapper:before {
    width: 160px;
    height: 200px;
  }
}
@media (max-width: 992px) {
  .text-image--reverse .wrapper:before {
    z-index: 1;
    transform: translateX(23%) translateY(5%);
  }
}
@media (max-width: 576px) {
  .text-image--reverse .wrapper:before {
    width: 120px;
    height: 140px;
  }
}
.text-image--reverse .wrapper .text {
  flex: 0 0 45%;
  width: 45%;
  padding-right: 8%;
}
@media (max-width: 992px) {
  .text-image--reverse .wrapper .text {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
}
.process {
  padding: 0 30px;
  background-color: #001424;
  color: #fff;
}
.process .wrapper {
  padding: 144px 0;
}
@media (max-width: 1400px) {
  .process .wrapper {
    flex-wrap: wrap;
    padding: 120px 0;
  }
}
@media (max-width: 992px) {
  .process .wrapper {
    padding: 96px 0;
  }
}
@media (max-width: 576px) {
  .process .wrapper {
    padding: 80px 0;
  }
}
.process .wrapper .text h2 {
  padding-bottom: 40px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}
@media (max-width: 1680px) {
  .process .wrapper .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .process .wrapper .text h2 {
    padding-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .process .wrapper .text h2 {
    font-size: 34px;
  }
}
.process .wrapper .text h2 strong {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #001424;
  text-shadow: 0 0 2.5px #fdcb28, 0 0 2.5px #fdcb28, 0 0 2.5px #fdcb28, 0 0 2.5px #fdcb28;
}
.process .wrapper .text--two-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
}
@media (max-width: 992px) {
  .process .wrapper .text--two-columns {
    flex-direction: column;
  }
}
.process .wrapper .text--two-columns .text-column {
  flex: 0 0 46%;
  width: 46%;
}
@media (max-width: 992px) {
  .process .wrapper .text--two-columns .text-column {
    flex: 0 0 100%;
    width: 100%;
  }
}
.process .wrapper .text--two-columns .text-column:last-child {
  flex: 0 0 42%;
  width: 42%;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .process .wrapper .text--two-columns .text-column:last-child {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 0;
  }
}
.process .wrapper .text--two-columns .text-column:last-child p {
  padding-bottom: 0;
}
.process .wrapper .process-steps {
  display: flex;
  flex-direction: column;
  padding-top: 144px;
}
@media (max-width: 1400px) {
  .process .wrapper .process-steps {
    padding-top: 120px;
  }
}
@media (max-width: 992px) {
  .process .wrapper .process-steps {
    padding-top: 96px;
  }
}
@media (max-width: 576px) {
  .process .wrapper .process-steps {
    padding-top: 80px;
  }
}
.process .wrapper .process-steps .step {
  flex: 0 0 50%;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step {
    flex: 0 0 100%;
    width: 100%;
  }
}
.process .wrapper .process-steps .step:before {
  content: '';
  display: block;
  height: 100%;
  width: 25%;
  position: absolute;
  top: 20px;
  bottom: -20px;
}
.process .wrapper .process-steps .step:nth-child(odd) {
  margin-left: auto;
  text-align: left;
}
.process .wrapper .process-steps .step:nth-child(odd):before {
  left: -25%;
}
@media (max-width: 1200px) {
  .process .wrapper .process-steps .step:nth-child(odd) .step-inner {
    padding: 64px 24px 64px 96px;
  }
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step:nth-child(odd) .step-inner {
    padding: 40px 24px;
  }
}
.process .wrapper .process-steps .step:nth-child(even) {
  margin-right: auto;
  text-align: right;
}
.process .wrapper .process-steps .step:nth-child(even):before {
  right: -25%;
}
@media (max-width: 1200px) {
  .process .wrapper .process-steps .step:nth-child(even) .step-inner {
    padding: 64px 96px 64px 24px;
  }
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step:nth-child(even) .step-inner {
    padding: 40px 24px;
  }
}
.process .wrapper .process-steps .step:nth-child(even) .step-inner .number {
  left: unset;
  right: 0;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step:nth-child(even) .step-inner .number {
    right: unset;
  }
}
.process .wrapper .process-steps .step:nth-child(even) .step-inner .dscr {
  margin-left: auto;
}
.process .wrapper .process-steps .step .step-inner {
  padding: 80px 96px;
  position: relative;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step .step-inner {
    text-align: center;
    border: 1.5px solid #fff;
    border-radius: 24px;
  }
}
.process .wrapper .process-steps .step .step-inner .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Nunito', 'thesans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #05345A;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step .step-inner .number {
    margin: 0 auto 24px;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
}
.process .wrapper .process-steps .step .step-inner .number:before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 100%;
  border: 1.5px solid #fff;
  z-index: 0;
}
.process .wrapper .process-steps .step .step-inner .number.finish {
  top: unset;
  bottom: 0;
  right: -40px;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step .step-inner .number.finish {
    position: absolute;
    right: unset;
    bottom: -128px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
.process .wrapper .process-steps .step .step-inner .h4 {
  padding-bottom: 24px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.process .wrapper .process-steps .step .step-inner .dscr {
  max-width: 500px;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step .step-inner .dscr {
    margin: 0 auto;
    text-align: center;
  }
}
.process .wrapper .process-steps .step.step-1:before {
  width: 130px;
  height: auto;
  left: 0;
  bottom: -16px;
  transform: translateX(-120%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='111.777' height='179.629' viewBox='0 0 111.777 179.629'%3E%3Cpath id='Pfad_89' data-name='Pfad 89' d='M2916.381,3976.191c-126.686,80.44-151.962,149.271-34.823,177.813' transform='translate(-2805.14 -3975.347)' fill='none' stroke='%23f0b802' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step.step-1:before {
    left: 50%;
    transform: translateX(-50%);
    bottom: -104px;
    top: 106%;
  }
}
.process .wrapper .process-steps .step.step-2:before {
  width: 160px;
  height: auto;
  top: 32px;
  right: 0;
  bottom: 0;
  transform: translateX(74%) rotate(-10deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140.543' height='168.026' viewBox='0 0 140.543 168.026'%3E%3Cpath id='Pfad_90' data-name='Pfad 90' d='M3095.422,4226.3s82.693,49.518,72.967,85.593-105.69,35.719-127.819,49.912,0,30.865,0,30.865' transform='translate(-3029.665 -4225.438)' fill='none' stroke='%23f0b802' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step.step-2:before {
    left: 50%;
    transform: translateX(-50%) rotate(-10deg);
    bottom: -104px;
    top: 104%;
  }
}
.process .wrapper .process-steps .step.step-3:before {
  width: 152px;
  left: 3%;
  transform: translateX(-75%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='154.732' height='171.761' viewBox='0 0 154.732 171.761'%3E%3Cpath id='Pfad_94' data-name='Pfad 94' d='M3117.13,4463.876c62.908,44.9-99.311,148.525-125.576,115.409s229.871-74.849,125.576,54.912' transform='translate(-2988.579 -4463.062)' fill='none' stroke='%23f0b802' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step.step-3:before {
    width: 88px;
    height: 120px;
    top: 100%;
    bottom: -104px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.process .wrapper .process-steps .step.step-3 .step-inner {
  padding: 80px 64px 80px 128px;
}
@media (max-width: 1200px) {
  .process .wrapper .process-steps .step.step-3 .step-inner {
    padding: 80px 24px 80px 96px;
  }
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step.step-3 .step-inner {
    padding: 40px 24px;
  }
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step.step-4 {
    padding-bottom: 128px;
  }
}
.process .wrapper .process-steps .step.step-4:before {
  width: 60px;
  top: 8px;
  right: 1%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61.712' height='166.914' viewBox='0 0 61.712 166.914'%3E%3Cpath id='Pfad_93' data-name='Pfad 93' d='M3073.831,4708.978s-123.965,123.635-15.509,165.272' transform='translate(-3012.825 -4708.27)' fill='none' stroke='%23f0b802' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step.step-4:before {
    height: 60px;
    top: 77%;
    bottom: -104px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 50%;
  }
}
.process .wrapper .process-steps .step.step-4 .step-inner {
  padding: 80px 128px 80px 64px;
}
@media (max-width: 1200px) {
  .process .wrapper .process-steps .step.step-4 .step-inner {
    padding: 64px 96px 64px 24px;
  }
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step.step-4 .step-inner {
    padding: 40px 24px;
  }
}
.process .wrapper .process-steps .step.step-4 .step-inner .number {
  right: -40px;
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step.step-4 .step-inner .number {
    right: unset;
  }
}
@media (max-width: 768px) {
  .process .wrapper .process-steps .step + .step {
    padding-top: 120px;
  }
}
.quote {
  padding: 0 30px;
  position: relative;
  background-color: #001424;
  overflow: hidden;
}
.quote:before {
  content: '';
  width: 240%;
  height: 225%;
  position: absolute;
  top: -102%;
  left: 0;
  transform: translateX(-30%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2452.321' height='1499.392' viewBox='0 0 2452.321 1499.392'%3E%3Cpath id='Pfad_53' data-name='Pfad 53' d='M2.281,955.627q201.258-74.37,412.95-130.477c138.98-36.663,280.854-66.994,424.692-90.377a4352.471,4352.471,0,0,1,439.631-48.845c72.139-4.291,145.805-9,218.153-5.512,36.367,1.754,72.929,6.3,106.976,16.515,32.172,9.647,64.6,24.539,80.335,49.026,31.424,48.908-12.7,107.975-54.366,144.769-40.99,36.193-97.062,65.5-158.091,77.8-28.975,5.844-62.472,7.8-90.364-2.11-31.358-11.146-44.79-35.656-43.463-60.968,1.947-37.13,24.788-73.948,44.844-107.306,42.012-69.876,92.243-136.96,143.655-203.009q83.811-107.672,175.421-211.7c55.138-62.626,111.589-125.175,178.913-180.652,87.667-72.238,191.96-133.817,310.068-174.28q44.6-15.28,91.418-26.245c1.839-.432,1.055-2.641-.8-2.206-126.467,29.737-240.732,83.931-337.981,151.874-81.087,56.653-147.284,122.764-209.536,191.5q-95.359,105.3-182.1,214.993c-56.626,71.139-111.752,143.38-159.186,218.381-19.1,30.207-38.079,61.3-49.855,93.7-7.878,21.678-12.83,46.253-1.061,67.676,9.955,18.122,30.915,30.277,55.647,34.864,56.913,10.555,119.712-10.96,166.093-34.588,51.23-26.1,95.592-63.737,119.367-107.4,11.918-21.886,18.7-46.771,11.45-70.244-7.117-23.052-28.291-40.764-54.236-52.926-60.166-28.2-135.112-31.526-203.849-30.564-152.691,2.135-305.825,15.091-456.3,34.571a4462.507,4462.507,0,0,0-448.992,81.785Q312.65,845.236,103.071,917.206q-51.5,17.645-102.3,36.446c-1.737.641-.218,2.615,1.514,1.975' transform='translate(236.068 0.003) rotate(14)' fill='%2305345a'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 992px) {
  .quote:before {
    width: 200%;
    height: 185%;
    top: -70%;
  }
}
.quote .wrapper {
  max-width: 1100px;
  width: auto;
  padding: 160px 0;
}
@media (max-width: 1100px) {
  .quote .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  .quote .wrapper {
    padding: 144px 0;
  }
}
@media (max-width: 992px) {
  .quote .wrapper {
    padding: 96px 0;
  }
}
@media (max-width: 576px) {
  .quote .wrapper {
    padding: 80px 0;
  }
}
.quote-inner {
  color: #fff;
}
.quote-inner p {
  padding: 56px 0 24px 0;
  font-size: 34px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .quote-inner p {
    padding: 40px 0 24px 0;
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .quote-inner p {
    font-size: 20px;
  }
}
.quote-inner .author {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  font-family: 'Nunito', 'thesans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.quote-inner .author:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #fff;
}
.popup-wrapper {
  display: none;
}
.popup-wrapper.open {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(33,33,33,0.33);
  z-index: 999;
}
.popup-wrapper .popup {
  width: 576px;
  padding: 48px;
  background: #fff;
  color: #1D3556;
  border-radius: 25px;
  font-family: 'Roboto', Arial, sans-serif;
}
.popup-wrapper .popup h1,
.popup-wrapper .popup h2,
.popup-wrapper .popup h3,
.popup-wrapper .popup h4,
.popup-wrapper .popup h5,
.popup-wrapper .popup h6,
.popup-wrapper .popup strong {
  font-family: 'Montserrat', sans-serif;
}
.popup-wrapper .popup p,
.popup-wrapper .popup a,
.popup-wrapper .popup span,
.popup-wrapper .popup button {
  font-family: 'Roboto', Arial, sans-serif;
}
.popup-wrapper .popup .popup-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.popup-wrapper .popup .popup-header .close {
  font-size: 48px;
}
.popup-wrapper .popup .popup-header .close:hover {
  cursor: pointer;
}
.popup-wrapper .popup .popup-body {
  text-align: center;
}
.popup-wrapper .popup .popup-body .button-cta {
  background: #FDCB27;
  color: #1D3556;
  border: none;
  cursor: pointer;
}
.popup-wrapper .popup .popup-body .button-cta:hover {
  background: #1D3556;
  color: #FDCB27;
}
.popup-wrapper .popup .stars {
  color: #FDCB27;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #header a#logo {
    background-image: url(/assets/image/layout/logo@2x.png);
  }
  #overlay .close {
    background-image: url(/assets/image/layout/close@2x.png);
    background-size: 29px 87px;
  }
  #overlay .back {
    background-image: url(/assets/image/layout/arrow-back@2x.png);
    background-size: 15px 56px;
  }
  #fullscreenSlider .owl-nav > div {
    background-image: url(/assets/image/layout/fullscreen-arrows@2x.png);
  }
  #fullscreenSlider .owl-item li .slideUp .close {
    background-image: url(/assets/image/layout/close@2x.png);
    background-size: 29px 87px;
  }
  #main .slider .owl-nav > div {
    background-image: url(/assets/image/layout/carousel-arrows@2x.png);
    background-size: 80px 40px;
  }
  #main .section #history .owl-nav > div {
    background-image: url(/assets/image/layout/history-carousel-arrows@2x.png);
    background-size: 56px 120px;
  }
  #fullscreenSlideshowContainer #fs-prev:after,
  #fullscreenSlideshowContainer #fs-next:after {
    background-image: url(/assets/image/layout/carousel-arrows@2x.png);
    background-size: 56px 120px;
  }
  #fullscreenSlideshowContainer #fs-close {
    background-image: url(/assets/image/layout/close@2x.png);
    background-size: 29px 87px;
  }
  .chocolat-wrapper .chocolat-right,
  .chocolat-wrapper .chocolat-left {
    background-image: url(/assets/image/layout/carousel-arrows@2x.png);
    background-size: 80px 40px;
  }
  .chocolat-wrapper .chocolat-close {
    background-image: url(/assets/image/layout/close-circle@2x.png);
    background-size: 40px 40px;
  }
  #header #metanav ul#language li a.de:before {
    background-image: url(/assets/image/layout/flag_de@2x.png);
    background-size: 16px 16px;
  }
  #header #metanav ul#language li a.en:before {
    background-image: url(/assets/image/layout/flag_en@2x.png);
    background-size: 16px 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #fullscreenSlider {
    padding-top: 100px;
  }
  #fullscreenSlider .owl-nav > div {
    margin-top: 0;
  }
  #fullscreenSlider .owl-nav .owl-prev {
    left: 30px;
  }
  #fullscreenSlider .owl-nav .owl-next {
    right: 30px;
  }
  #overlay .close {
    right: 30px;
  }
  #start .section.quote {
    font-size: 32px;
    padding: 150px 0 134px;
  }
  #main {
    padding-top: 100px;
  }
  #main .section #history li strong {
    font-size: 400px;
  }
  #main .section #history li .clipper {
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .section.gears {
    background: none;
  }
  #main .section.quote {
    padding: 130px 0 94px;
  }
  #main .slider .owl-nav .owl-prev {
    left: 30px;
  }
  #main .slider .owl-nav .owl-next {
    right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .section {
    padding: 59px 0 53px;
  }
}
@media only screen and (max-width: 800px) {
  #start .section {
    padding: 59px 0 53px;
  }
  #start .section.gears {
    background: none;
  }
  #main .section .download .col-20,
  #main .section .download .col-40 {
    width: 50%;
  }
  #main .section.quote {
    padding: 100px 0 74px;
  }
  #main .section #history li {
    height: 250px;
  }
  #main .section #history li strong {
    font-size: 300px;
    line-height: 230px;
  }
  #main .section #history li .clipper {
    padding: 0 100px;
  }
  #main .accordion li > div {
    text-transform: none;
  }
  #main .slider:before,
  #main .slider:after {
    width: 270px;
    background-size: 250px 26px;
  }
  #main .download .col-60 .col-30 {
    width: 100%;
    padding: 0 45px;
  }
  #main .download .col-60 .col-30 .panel {
    text-align: center;
  }
  #main .download .col-60 .col-30 .panel.text {
    margin-top: -10px;
  }
  #main .download .col-60 .col-30 .panel img {
    margin: 0 auto;
  }
  #main .download .col-60 .col-30 .panel img:nth-child(1) {
    margin-top: 35px;
  }
  #footer .section.cover {
    padding: 59px 0 53px;
  }
  #footer .section ul li.notInSitemap {
    display: none;
  }
  #start .section.quote {
    padding: 100px 0 74px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  #fullscreenSlider {
    padding-top: 100px;
  }
  #fullscreenSlider .owl-item li > strong {
    font-size: 54px;
  }
  #fullscreenSlider .owl-item li .slideUp {
    bottom: 0 !important;
    background: none;
    height: 100%;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  #fullscreenSlider .owl-item li .slideUp .clone,
  #fullscreenSlider .owl-item li .slideUp p,
  #fullscreenSlider .owl-item li .slideUp .close {
    display: none;
  }
  #fullscreenSlider .owl-item li .slideUp a {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  #fullscreenSlider .owl-item li .slideUp a span {
    display: none;
  }
  #fullscreenSlider .owl-item li .slideUp strong {
    font-size: 54px;
  }
  #preloader #centerXY {
    font-size: 50px;
  }
}
@media only screen and (max-width: 601px) {
  #header {
    height: 70px;
  }
  #header a#logo {
    width: 210px;
    height: 45px;
  }
  #fullscreenSlider {
    padding-top: 70px;
  }
  #fullscreenSlider .owl-item li > strong {
    font-size: 44px;
    bottom: 30px;
  }
  #fullscreenSlider .owl-item li:after {
    bottom: -130px;
  }
  #main {
    padding-top: 70px;
  }
  #main .section #history li {
    height: auto;
    margin-bottom: 15px;
  }
  #main .section #history li .clipper {
    padding: 0 30px;
  }
  #main .section #history li strong {
    position: relative;
    font-size: 24px;
    line-height: 155%;
    display: block;
    text-align: center;
    color: #222;
    padding-bottom: 10px;
  }
  #main .section .owl-controls {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #main .section .owl-controls .owl-dots {
    margin-top: 20px;
  }
  #main .section .owl-controls .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    display: inline-block;
    background: #05345A;
  }
  #main .section .owl-controls .owl-dots .owl-dot.active {
    background: #08538F;
  }
  #main .section.quote {
    font-size: 30px;
    padding: 80px 0 54px;
  }
  #main .section .col-60 .row .col.col-30 {
    width: 100%;
    float: none;
  }
  #main .section .col-60 .row .col.col-30 img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  #preloader #centerXY {
    font-size: 40px;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  #start .section.quote {
    font-size: 30px;
    padding: 80px 0 54px;
  }
}
@media only screen and (max-width: 500px) {
  #main .section {
    padding: 29px 0 23px;
  }
  #main .section .download .col-60 .row .col.col-20,
  #main .section .download .col-60 .row .col.col-40 {
    width: 100%;
    float: none;
  }
  #main .section .download .col-60 .row .col.col-20 {
    padding-top: 20px;
  }
  #main .section .download .col-60 .row .col.col-20 .panel {
    text-align: center;
  }
  #main .section.quote {
    font-size: 20px;
    padding: 60px 0 34px;
  }
  #main .section.quote em {
    font-size: 17px;
  }
  #main .accordion li > div {
    font-size: 18px;
  }
  #main .slider {
    background: #fff;
  }
  #main .slider:before,
  #main .slider:after {
    opacity: .5;
  }
  #preloader #centerXY {
    font-size: 25px;
  }
  #start .section.quote {
    font-size: 20px;
    padding: 60px 0 34px;
  }
  #start .section.quote em {
    font-size: 17px;
  }
  #fullscreenSlider .owl-item li > strong {
    font-size: 36px;
    line-height: 125%;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  .button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .button i {
    padding-right: 7px;
  }
  #fullscreenSlideshowContainer #fs-prev,
  #fullscreenSlideshowContainer #fs-next {
    width: 100px;
  }
  #fullscreenSlideshowContainer #fs-prev {
    background-position: right top;
  }
  #fullscreenSlideshowContainer #fs-next {
    background-position: left top;
  }
}
@media only screen and (max-height: 400px) {
  #overlay #overlay-menu ul li a,
  #overlay.all #overlay-menu ul li a span {
    font-size: 20px;
    line-height: 100%;
    display: inline-block;
  }
  #overlay #overlay-menu ul li {
    margin-bottom: 15px;
  }
  #overlay #overlay-menu ul li.spacer {
    padding-bottom: 25px;
  }
  #overlay #overlay-menu ul li.showAt800 a.language {
    font-size: 18px;
  }
}
