@charset "UTF-8";
/* COLORS */
/* ==== CUSTOM COLORS ==== */
.bg-mid-green-light {
  background: #BCCCA4;
}

/* TYPO */
/* Breakpoints */
::-moz-selection {
  background: #CEF2FF;
}

::selection {
  background: #CEF2FF;
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-transition: all 0.3s ease-out, right 0.2s ease-out;
  -moz-transition: all 0.3s ease-out, right 0.2s ease-out;
  -ms-transition: all 0.3s ease-out, right 0.2s ease-out;
  -o-transition: all 0.3s ease-out, right 0.2s ease-out;
  transition: all 0.3s ease-out, right 0.2s ease-out;
}

body, html {
  min-height: 100%;
  padding: 0;
  margin: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #10384F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, p {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 1.75;
}

body a:active:hover,
body a:hover,
body a:link:hover,
body a:visited:hover {
  cursor: pointer;
  text-decoration: none;
}

.hyph {
  hyphens: manual;
  -ms-hyphens: manual;
  -moz-hyphens: manual;
  -webkit-hyphens: manual;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.9px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 24px;
  padding: 0;
}

h1, .h1 {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media (min-width: 481px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 52px;
    line-height: 1.1;
  }
}
@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0.6px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.9px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0.9px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

h3, .h3 {
  font-size: 29px;
  line-height: 34px;
  letter-spacing: 0.9px;
  margin-bottom: 22px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 37px;
  }
}

h4, .h4 {
  font-size: 26px;
  letter-spacing: 0.9px;
  line-height: 31px;
  margin-top: 40px;
  margin-bottom: 20px;
}

h5, .h5 {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 22px;
  letter-spacing: 0.6px;
  line-height: 25px;
  margin-top: 40px;
  margin-bottom: 18px;
}

h6, .h6 {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin-top: 40px;
  margin-bottom: 12px;
}

p {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 1rem;
  line-height: inherit;
  margin-bottom: 24px;
}

small {
  font-size: 85%;
}

.small {
  font-size: 85%;
  line-height: 1.2;
}

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: super;
}

em, .italic {
  font-style: italic;
}

abbr[title], acronym[title] {
  text-decoration: dotted underline;
  cursor: pointer;
}

/*General links color*/
a {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  color: #00BCFF;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: none;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}
a.bodytext {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
}

.text-small {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

.text-thin {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
}

.text-light {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
}

.text-regular {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
}

.text-medium, .font-medium {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
}

.text-bold {
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

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

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

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

.text-align-middle {
  vertical-align: middle;
}

hr {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #E7EAEA;
  margin: 24px 0;
}
hr.content-spacer {
  margin: 50px auto;
}
hr.hr-white {
  border-top: 1px solid #fff;
}
hr.hr-white.trans03 {
  opacity: 0.3;
}

/* LISTS */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

ul, ol {
  margin-bottom: 24px;
}
ul li, ol li {
  line-height: 1.75;
  margin: 0;
  padding: 0;
}

ul.no-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.no-symbol li::before, ul.no-symbol a::before {
  display: none;
}
ul li.head {
  font-weight: 400;
}

ul.inline {
  width: 100%;
}
ul.inline li {
  display: inline;
  margin-right: 8px;
}

ul.underscore-bullet {
  margin-left: 10px;
  list-style: none;
}
ul.underscore-bullet li {
  padding: 0 0 0 0.4em;
}
ul.underscore-bullet li::marker {
  content: "_";
  font-size: 16px;
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  color: #10384F;
}

ul.dash-bullet {
  list-style: none;
  padding-left: 16px;
}
ul.dash-bullet li::before {
  content: "–";
  margin-left: -16px;
  margin-right: 7.7px;
  color: #00BCFF;
}
ul.dash-bullet li.head {
  margin-left: -16px;
}
ul.dash-bullet li.head:before {
  display: none;
}

ul.bullet {
  list-style: none;
  padding-left: 20px;
}
ul.bullet li::before {
  content: "//";
  margin-left: -20px;
  margin-right: 8px;
  color: #D30F4B;
}
ul.bullet li.li-head {
  margin-left: -20px;
}
ul.bullet li.li-head:before {
  content: "";
  margin-left: 0;
  margin-right: 0;
  color: inherit;
}
ul.bullet.dark-blue li::before {
  color: #10384F;
}
ul.bullet.mid-blue li::before {
  color: #00617F;
}
ul.bullet.bright-blue li::before {
  color: #00BCFF;
}
ul.bullet.mid-green li::before {
  color: #2B6636;
}
ul.bullet.bright-green li::before {
  color: #89D329;
}
ul.bullet.mid-purple li::before {
  color: #624963;
}
ul.bullet.pink li::before {
  color: #D30F4B;
}
ul.bullet.fuchsia li::before {
  color: #FF3162;
}
ul.bullet li.head {
  margin-left: -16px;
}
ul.bullet li.head:before {
  display: none;
}

ol.numbers {
  list-style: none;
  counter-reset: my-counter 0;
}
ol.numbers li {
  counter-increment: my-counter;
  padding: 0 0 0 0.4em;
}
ol.numbers li::marker {
  content: counter(my-counter) ".";
  font-size: 16px;
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  color: #10384F;
}

ol.numbers li ul.bullet {
  margin-left: 10px;
  list-style: none;
}
ol.numbers li ul.bullet li {
  padding: 0 0 0 0.4em;
}
ol.numbers li ul.bullet li::marker {
  content: "_";
  font-size: 16px;
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  color: #10384F;
}

img, video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

figcaption, .image-caption {
  font-family: "HelveticaNeueLTW05-46LtIt", Arial, Roboto, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}

ul.info-facts, .info-facts {
  margin-bottom: 34px;
}
ul.info-facts:last-child, .info-facts:last-child {
  margin-bottom: 0;
}
ul.info-facts li.title, ul.info-facts .title, .info-facts li.title, .info-facts .title {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
}
ul.info-facts li.facts span.description, ul.info-facts .facts span.description, .info-facts li.facts span.description, .info-facts .facts span.description {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  margin-right: 16px;
}

ul.no-bullet.iconsets {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  margin: 0 0 25px;
  padding: 5px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
ul.no-bullet.iconsets li {
  font-size: 24px;
  margin-right: 10px;
}

.text-dark-blue {
  color: #10384F !important;
}

.text-mid-blue {
  color: #00617F !important;
}

.text-blue {
  color: #0091DF !important;
}

.text-bright-blue {
  color: #00BCFF !important;
}

.text-dark-green {
  color: #004422 !important;
}

.text-mid-green {
  color: #2B6636 !important;
}

.text-green {
  color: #66B512 !important;
}

.text-bright-green {
  color: #89D329 !important;
}

.text-dark-purple {
  color: #443247 !important;
}

.text-mid-purple {
  color: #624963 !important;
}

.text-pink {
  color: #D30F4B !important;
}

.text-fuchsia {
  color: #FF3162 !important;
}

.text-grey {
  color: rgb(75, 85, 99);
}

.bg-dark-blue {
  background-color: #10384F !important;
}

.bg-mid-blue {
  background-color: #00617F !important;
}

.bg-blue {
  background-color: #0091DF !important;
}

.bg-bright-blue {
  background-color: #00BCFF !important;
}

.bg-dark-green {
  background-color: #004422 !important;
}

.bg-mid-green {
  background-color: #2B6636 !important;
}

.bg-green {
  background-color: #66B512 !important;
}

.bg-bright-green {
  background-color: #89D329 !important;
}

.bg-dark-purple {
  background-color: #443247 !important;
}

.bg-mid-purple {
  background-color: #624963 !important;
}

.bg-pink {
  background-color: #D30F4B !important;
}

.bg-fuchsia {
  background-color: #FF3162 !important;
}

.bg-white {
  background-color: #fff !important;
}

.op-01 {
  opacity: 0.1 !important;
}

.op-015 {
  opacity: 0.15 !important;
}

.op-02 {
  opacity: 0.2 !important;
}

.op-025 {
  opacity: 0.25 !important;
}

.op-03 {
  opacity: 0.3 !important;
}

.op-035 {
  opacity: 0.35 !important;
}

.op-04 {
  opacity: 0.4 !important;
}

.op-045 {
  opacity: 0.45 !important;
}

.op-05 {
  opacity: 0.5 !important;
}

.op-055 {
  opacity: 0.55 !important;
}

.op-06 {
  opacity: 0.6 !important;
}

.op-065 {
  opacity: 0.65 !important;
}

.op-07 {
  opacity: 0.7 !important;
}

.op-075 {
  opacity: 0.75 !important;
}

.op-08 {
  opacity: 0.8 !important;
}

.op-085 {
  opacity: 0.85 !important;
}

.op-09 {
  opacity: 0.9 !important;
}

.op-095 {
  opacity: 0.95 !important;
}

.op-1 {
  opacity: 1 !important;
}

/* MARGINS */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*
.mt-4 {
    margin-top: 4px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
*/
.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mtb-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mtb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mtb-50 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mtb-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mtb-150 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mtb-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.mtb-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

/* PADDINGS */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.pt-250 {
  padding-top: 250px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.ptb-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 639px) {
  .plr-0-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .plr-0-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.rotateY-180deg {
  transform: rotateY(180deg);
}

.top-0 {
  top: 0;
}

.top-10 {
  top: 10px;
}

/*
@mixin transform($value) {
  -webkit-transform: ($value);
  -moz-transform: ($value);
  -ms-transform: ($value);
  transform: ($value);
}
@mixin transition($value) {
  -webkit-transition: ($value);
  -moz-transition: ($value);
  -ms-transition: ($value);
  transition: ($value);
}
*/
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.hidden {
  display: none;
}

@media (min-width: 0) and (max-width: 575px) {
  .hide-for-xs-only {
    display: none;
  }
}

@media (min-width: 576px) {
  .hide-for-sm-up {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-for-md {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .hide-for-lg-down {
    display: none;
  }
}

@media (min-width: 992px) {
  .hide-for-lg {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hide-for-xl {
    display: none;
  }
}

@media (min-width: 1440px) {
  .hide-for-xxl {
    display: none;
  }
}

@media (min-width: 1920px) {
  .hide-for-xxxl {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 576px) {
  .show-for-xs {
    display: none;
  }
}

.show-for-md-up {
  display: none;
}
@media (min-width: 768px) {
  .show-for-md-up {
    display: block;
  }
}

.show-for-lg-up {
  display: none;
}
@media (min-width: 992px) {
  .show-for-lg-up {
    display: block;
  }
}

.intro-text {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.56;
  letter-spacing: 0.54px;
}

.title-has-dynamic-texture {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (min-width: 768px) {
  .title-has-dynamic-texture {
    font-size: 50px;
  }
}

.title-dynamic-texture-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.title-dynamic-texture-wrapper:before {
  content: "";
  position: absolute;
  top: 57px;
  right: calc(100% - 25px);
  width: 100vw;
  height: 38px;
  background-position: 100%;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .title-dynamic-texture-wrapper:before {
    top: 77px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .title-dynamic-texture-wrapper:before {
    top: 99px;
  }
}
.title-dynamic-texture-wrapper .title-has-dynamic-texture {
  padding: 60px 50px;
}
@media (min-width: 768px) {
  .title-dynamic-texture-wrapper .title-has-dynamic-texture {
    padding: 80px 50px;
  }
}
@media (min-width: 992px) {
  .title-dynamic-texture-wrapper .title-has-dynamic-texture {
    padding: 100px 50px;
  }
}
.title-dynamic-texture-wrapper.texture-dark-green:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-dark-green.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-mid-green:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-mid-green.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-green:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-green.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-bright-green:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-bright-green.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-dark-blue:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-dark-blue.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-mid-blue:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-mid-blue.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-blue:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-blue.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-bright-blue:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-bright-blue.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-dark-purple:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-dark-purple.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-mid-purple:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-mid-purple.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-pink:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-raspberry.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-fuchsia:before {
  background-image: url("../images/dynamic-textures/dynamic-texture-fuchsia.svg");
  background-size: contain;
}
.title-dynamic-texture-wrapper.texture-right {
  width: max-content;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .title-dynamic-texture-wrapper.texture-right {
    margin-bottom: 50px;
  }
}
.title-dynamic-texture-wrapper.texture-right:after {
  display: none;
}
.title-dynamic-texture-wrapper.texture-right:before {
  content: "";
  position: absolute;
  top: -4px;
  left: calc(100% - 30px);
  right: unset;
  width: 100vw;
  height: 38px;
  background-position: 0;
  z-index: 1;
}
@media (min-width: 380px) {
  .title-dynamic-texture-wrapper.texture-right:before {
    left: calc(100% - 40px);
  }
}
@media (min-width: 400px) {
  .title-dynamic-texture-wrapper.texture-right:before {
    left: calc(100% - 20px);
  }
}
@media (min-width: 576px) {
  .title-dynamic-texture-wrapper.texture-right:before {
    left: calc(100% - 10px);
  }
}
@media (min-width: 768px) {
  .title-dynamic-texture-wrapper.texture-right:before {
    height: 48px;
    top: 0;
    left: calc(100% + 10px);
  }
}
.title-dynamic-texture-wrapper.texture-right .title-has-dynamic-texture {
  padding: 100px 50px 0 0;
}
.title-dynamic-texture-wrapper.texture-top {
  margin-top: 60px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .title-dynamic-texture-wrapper.texture-top {
    margin-top: 80px;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .title-dynamic-texture-wrapper.texture-top {
    margin-top: 100px;
    margin-bottom: 48px;
  }
}
.title-dynamic-texture-wrapper.texture-top:after {
  display: none;
}
.title-dynamic-texture-wrapper.texture-top:before {
  top: -58px;
  left: 0;
  right: unset;
  background-position: 0;
}
@media (min-width: 768px) {
  .title-dynamic-texture-wrapper.texture-top:before {
    top: -80px;
  }
}
.title-dynamic-texture-wrapper.texture-top .title-has-dynamic-texture {
  padding: 60px 50px 60px 0;
}
@media (min-width: 768px) {
  .title-dynamic-texture-wrapper.texture-top .title-has-dynamic-texture {
    padding: 80px 50px 80px 0;
  }
}
@media (min-width: 992px) {
  .title-dynamic-texture-wrapper.texture-top .title-has-dynamic-texture {
    padding: 100px 50px 100px 0;
  }
}
.title-dynamic-texture-wrapper.texture-bottom:after {
  display: none;
}
.title-dynamic-texture-wrapper.texture-bottom:before {
  top: unset;
  bottom: -80px;
  left: 0;
  right: unset;
  background-position: 0;
}
.title-dynamic-texture-wrapper.texture-bottom .title-has-dynamic-texture {
  padding: 100px 50px 100px 0;
}

.read-more {
  display: inline-block;
  position: relative;
  width: fit-content;
  font-family: "HelveticaNeueLTW05-76BoldIt", Arial, Roboto, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-left: 15px;
  padding-bottom: 1px;
  padding-top: 3px;
  color: #0091DF;
}
.read-more::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -10px;
  border-left: 1px solid #0091DF;
  transform: rotate(11deg);
}
.read-more.extern::after {
  content: " ";
  position: absolute;
  width: 14px;
  height: 16px;
  top: 0;
  right: -26px;
  background-image: url("../images/icons/link-extern-blue.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
}
.read-more:hover {
  padding-left: 15px;
}
.read-more.has-hover-none {
  padding-left: 0;
}
.read-more.dark-blue {
  color: #10384F;
}
.read-more.dark-blue:before {
  border-left: 1px solid #10384F;
}
.read-more.mid-blue {
  color: #00617F;
}
.read-more.mid-blue:before {
  border-left: 1px solid #00617F;
}
.read-more.blue {
  color: #0091DF;
}
.read-more.blue:before {
  border-left: 1px solid #0091DF;
}
.read-more.bright-blue {
  color: #00BCFF;
}
.read-more.bright-blue:before {
  border-left: 1px solid #00BCFF;
}
.read-more.bright-blue.extern::after {
  background-image: url("../images/icons/link-extern-bright-blue.svg");
}
.read-more.dark-green {
  color: #004422;
}
.read-more.dark-green:before {
  border-left: 1px solid #004422;
}
.read-more.mid-green {
  color: #2B6636;
}
.read-more.mid-green:before {
  border-left: 1px solid #2B6636;
}
.read-more.green {
  color: #66B512;
}
.read-more.green:before {
  border-left: 1px solid #66B512;
}
.read-more.bright-green {
  color: #89D329;
}
.read-more.bright-green:before {
  border-left: 1px solid #89D329;
}
.read-more.dark-purple {
  color: #443247;
}
.read-more.dark-purple:before {
  border-left: 1px solid #443247;
}
.read-more.mid-purple {
  color: #624963;
}
.read-more.mid-purple:before {
  border-left: 1px solid #624963;
}
.read-more.pink {
  color: #D30F4B;
}
.read-more.pink:before {
  border-left: 1px solid #D30F4B;
}
.read-more.fuchsia {
  color: #FF3162;
}
.read-more.fuchsia:before {
  border-left: 1px solid #FF3162;
}

.pdf-download {
  position: relative;
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #10384F;
  padding-left: 44px;
  cursor: pointer;
}
.pdf-download a {
  display: block;
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #10384F;
}
.pdf-download::before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-image: url("../images/icons/pdf-icon-raspberry.svg");
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: center;
}
.pdf-download .download-size {
  font-size: 11px;
  color: #00617F;
}
.pdf-download:hover a {
  color: #00BCFF;
}

.blockquote {
  position: relative;
  width: 100%;
}
.blockquote .blockquote-wrapper {
  position: relative;
  display: flex;
}
.blockquote .quote-wrapper {
  position: relative;
  padding: 0;
}
.blockquote .quote-wrapper:before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -5px;
  content: "“";
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-style: normal;
  font-size: 67px;
  line-height: 1;
  color: #00BCFF;
}
@media (min-width: 576px) {
  .blockquote .quote-wrapper:before {
    top: -4px;
    font-size: 69px;
  }
}
@media (min-width: 992px) {
  .blockquote .quote-wrapper:before {
    top: -2px;
    font-size: 78px;
  }
}
.blockquote .quote-content {
  position: relative;
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-style: normal;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.86px;
  text-indent: 40px;
  margin-bottom: 26px;
}
@media (min-width: 576px) {
  .blockquote .quote-content {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .blockquote .quote-content {
    font-size: 36px;
    text-indent: 44px;
  }
}
.blockquote .quote-author {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: 1.11;
  color: #00BCFF;
}
.blockquote.has-author-image .blockquote-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .blockquote.has-author-image .blockquote-wrapper {
    flex-direction: row;
  }
}
.blockquote.has-author-image .quote-wrapper {
  padding-left: 0;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .blockquote.has-author-image .quote-wrapper {
    padding-left: 40px;
    margin-top: 0;
  }
}
.blockquote.has-author-image .author-image-wrapper {
  margin: 0 auto;
}
.blockquote.has-author-image .author-image-wrapper img {
  width: 120px;
  max-width: 120px;
  height: auto;
  border-radius: 50%;
}
.blockquote.small .quote-wrapper:before {
  width: 30px;
  height: 30px;
  top: -4px;
  font-size: 52px;
}
@media (min-width: 576px) {
  .blockquote.small .quote-wrapper:before {
    top: -3px;
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .blockquote.small .quote-wrapper:before {
    top: -3px;
    font-size: 60px;
  }
}
.blockquote.small .quote-content {
  font-size: 22px;
  line-height: 1.2;
  text-indent: 30px;
}
@media (min-width: 576px) {
  .blockquote.small .quote-content {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .blockquote.small .quote-content {
    font-size: 26px;
    text-indent: 34px;
  }
}
.blockquote.small.has-author-image img {
  width: 100px;
  max-width: 100px;
}
.blockquote.fuchsia .quote-author, .blockquote.fuchsia .quote-wrapper:before {
  color: #FF3162;
}
.blockquote.white .quote-content, .blockquote.white .quote-author, .blockquote.white .quote-wrapper:before {
  color: #fff;
}

.btn, a.btn, button, [type=button], [type=reset], [type=submit] {
  display: inline-block;
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  user-select: none;
  background-color: #0091DF;
  border: 1px solid #0091DF;
  border-radius: 0;
  padding: 0.5rem 1rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn.text-uppercase, a.btn.text-uppercase, button.text-uppercase, [type=button].text-uppercase, [type=reset].text-uppercase, [type=submit].text-uppercase {
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.58px;
  line-height: 1;
  padding: 1rem 1rem 0.75rem 1rem;
}
.btn.has-hover:hover, a.btn.has-hover:hover, button.has-hover:hover, [type=button].has-hover:hover, [type=reset].has-hover:hover, [type=submit].has-hover:hover {
  text-decoration: none;
  background-color: #00617F;
}
.btn.has-focus:focus, a.btn.has-focus:focus, button.has-focus:focus, [type=button].has-focus:focus, [type=reset].has-focus:focus, [type=submit].has-focus:focus {
  border: 4px solid #0091DF;
  background-color: #00617F;
}
.btn.has-focus-shadow:focus, a.btn.has-focus-shadow:focus, button.has-focus-shadow:focus, [type=button].has-focus-shadow:focus, [type=reset].has-focus-shadow:focus, [type=submit].has-focus-shadow:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 255, 0.25);
}
.btn.is-disabled:disabled, a.btn.is-disabled:disabled, button.is-disabled:disabled, [type=button].is-disabled:disabled, [type=reset].is-disabled:disabled, [type=submit].is-disabled:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), a.btn:not(:disabled):not(.disabled), button:not(:disabled):not(.disabled), [type=button]:not(:disabled):not(.disabled), [type=reset]:not(:disabled):not(.disabled), [type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn.blue, a.btn.blue, button.blue, [type=button].blue, [type=reset].blue, [type=submit].blue {
  background-color: #0091DF;
}
.btn.mid-blue, a.btn.mid-blue, button.mid-blue, [type=button].mid-blue, [type=reset].mid-blue, [type=submit].mid-blue {
  background-color: #00617F;
  border: 1px solid #00617F;
}
.btn.mid-blue.has-hover:hover, a.btn.mid-blue.has-hover:hover, button.mid-blue.has-hover:hover, [type=button].mid-blue.has-hover:hover, [type=reset].mid-blue.has-hover:hover, [type=submit].mid-blue.has-hover:hover {
  text-decoration: none;
  background-color: #10384F;
}
.btn.dark-blue, a.btn.dark-blue, button.dark-blue, [type=button].dark-blue, [type=reset].dark-blue, [type=submit].dark-blue {
  background-color: #10384F;
  border: 1px solid #00BCFF;
}
.btn.dark-blue.has-hover:hover, a.btn.dark-blue.has-hover:hover, button.dark-blue.has-hover:hover, [type=button].dark-blue.has-hover:hover, [type=reset].dark-blue.has-hover:hover, [type=submit].dark-blue.has-hover:hover {
  text-decoration: none;
  background-color: #00617F;
}
.btn.sg-pink, .btn.danger-button, a.btn.sg-pink, a.btn.danger-button, button.sg-pink, button.danger-button, [type=button].sg-pink, [type=button].danger-button, [type=reset].sg-pink, [type=reset].danger-button, [type=submit].sg-pink, [type=submit].danger-button {
  background-color: #D30F4B;
  border: 1px solid #D30F4B;
}
.btn.sg-pink.has-hover:hover, .btn.danger-button.has-hover:hover, a.btn.sg-pink.has-hover:hover, a.btn.danger-button.has-hover:hover, button.sg-pink.has-hover:hover, button.danger-button.has-hover:hover, [type=button].sg-pink.has-hover:hover, [type=button].danger-button.has-hover:hover, [type=reset].sg-pink.has-hover:hover, [type=reset].danger-button.has-hover:hover, [type=submit].sg-pink.has-hover:hover, [type=submit].danger-button.has-hover:hover {
  text-decoration: none;
  background-color: #ad0b3c;
}
.btn.secondary-button, a.btn.secondary-button, button.secondary-button, [type=button].secondary-button, [type=reset].secondary-button, [type=submit].secondary-button {
  background-color: #fff;
  border: 1px solid #10384F;
  color: #10384F;
}
.btn.secondary-button.has-hover:hover, a.btn.secondary-button.has-hover:hover, button.secondary-button.has-hover:hover, [type=button].secondary-button.has-hover:hover, [type=reset].secondary-button.has-hover:hover, [type=submit].secondary-button.has-hover:hover {
  text-decoration: none;
  background-color: #10384F;
  color: #fff;
}

.cta {
  position: relative;
  display: inline-block;
  font-family: "HelveticaNeueLTW05-76BoldIt", Arial, Roboto, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  margin: 5px 0;
  padding: 18px 70px 18px 22px;
  overflow: hidden;
  background: #D30F4B no-repeat 100% 0;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.cta:hover, .cta:focus, .cta:visited {
  text-decoration: none;
}
.cta::before {
  content: "";
  display: block;
  height: 100%;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  left: calc(100% - 54px);
  transform: skewX(-12deg);
  opacity: 1;
  background-color: #FF3162;
  pointer-events: none;
  touch-action: none;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .cta::before {
    transition: none;
  }
}
.cta::after {
  position: absolute;
  content: "";
  background-image: url("../images/icons/arrow-round-white.svg");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center;
  display: block;
  width: 14px;
  height: 24px;
  right: 20px;
  top: calc(50% - 12px);
  pointer-events: none;
  touch-action: none;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.cta.has-hover:hover {
  padding-left: 30px;
  padding-right: 62px;
}
.cta.has-hover:hover::after {
  right: 30px;
}
.cta.has-hover:hover::before {
  left: 110%;
}
.cta.has-focus:focus {
  outline: 4px solid #a8a8a8;
  padding-left: 30px;
  padding-right: 62px;
}
.cta.blue {
  background: #0091DF no-repeat 100% 0;
}
.cta.blue::before {
  background-color: #00BCFF;
  opacity: 0.6;
}
.cta.cta-download::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  right: 16px;
  background-image: url("../images/icons/pdf-icon-white.svg");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center;
}

.ctalist-container {
  margin-top: 10px;
  width: 280px;
}
.ctalist-container .ctalist-dropdown {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  transform: translateZ(0);
}
.ctalist-container .ctalist-dropdown .ctalist-input {
  display: none;
}
.ctalist-container .ctalist-dropdown label.ctalist-button {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  background-color: #fff;
  cursor: pointer;
}
.ctalist-container .ctalist-dropdown label.ctalist-button .ctalist-display {
  width: 100%;
  display: block;
  align-items: center;
  justify-content: flex-start;
  font-family: "HelveticaNeueLTW05-76BoldIt", Arial, Roboto, sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  overflow: hidden;
  border: 0.1px solid #FF3162;
  border-right: none;
  color: #FF3162;
}
.ctalist-container .ctalist-dropdown label.ctalist-button .ctalist-arrow {
  width: 100%;
  max-width: 45px;
  border-top: 0.1px solid #FF3162;
  border-bottom: 0.1px solid #FF3162;
}
.ctalist-container .ctalist-dropdown label.ctalist-button .ctalist-arrow:before {
  position: absolute;
  display: block;
  top: 3px;
  right: 11px;
  content: "";
  width: 14px;
  height: 36px;
  background-image: url("../images/icons/arrow-round-white.svg");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: center;
  transform: rotate(90deg);
  z-index: 1;
}
.ctalist-container .ctalist-dropdown label.ctalist-button .ctalist-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  border: solid;
  border-width: 0 0 40px 12px;
  width: 45px;
  height: 40px;
  top: 0;
  border-color: transparent transparent #FF3162;
}
.ctalist-container .ctalist-dropdown .cta-doptown-item-body {
  display: none;
  position: relative;
  top: 10px;
  width: 280px;
  max-height: 0;
  color: #FF3162;
  padding: 6px 0;
  background: #fff;
  border: 0.1px solid #FF3162;
  overflow-y: hidden;
  z-index: 2;
  transition: all 0.35s;
}
.ctalist-container .ctalist-dropdown ul.ctalist-menu li, .ctalist-container .ctalist-dropdown ul.ctalist-menu a {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  color: #10384F;
}
.ctalist-container .ctalist-dropdown ul.ctalist-menu li {
  width: calc(100% - 15px);
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-top: 1px solid #cfd7dc;
  cursor: pointer;
}
.ctalist-container .ctalist-dropdown ul.ctalist-menu li:first-child {
  border-top: none;
}
.ctalist-container .ctalist-dropdown ul.ctalist-menu li:hover {
  background-color: #f5fafd;
}
.ctalist-container .ctalist-dropdown ul.ctalist-menu li a {
  display: block;
  line-height: 1.5;
}
.ctalist-container .ctalist-dropdown input:checked ~ .cta-doptown-item-body {
  display: block;
  max-height: 100vh;
  overflow-y: auto;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  color: #10384F;
  -webkit-appearance: none;
  cursor: text;
}
input[type=text]:focus, input[type=text]:active, input[type=text]:target,
input[type=password]:focus,
input[type=password]:active,
input[type=password]:target,
input[type=date]:focus,
input[type=date]:active,
input[type=date]:target,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:target,
input[type=month]:focus,
input[type=month]:active,
input[type=month]:target,
input[type=week]:focus,
input[type=week]:active,
input[type=week]:target,
input[type=email]:focus,
input[type=email]:active,
input[type=email]:target,
input[type=number]:focus,
input[type=number]:active,
input[type=number]:target,
input[type=search]:focus,
input[type=search]:active,
input[type=search]:target,
input[type=tel]:focus,
input[type=tel]:active,
input[type=tel]:target,
input[type=time]:focus,
input[type=time]:active,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:active,
input[type=url]:target,
input[type=color]:focus,
input[type=color]:active,
input[type=color]:target,
textarea:focus,
textarea:active,
textarea:target {
  border: 1px solid #00617F;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

label {
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, .form-control:active, .form-control:target {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #D30F4B;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 85%;
  color: #D30F4B;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.input-group {
  position: relative;
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 1rem 0 1rem 0;
}
.input-group.last {
  margin-bottom: 8px;
}
.input-group.remember-me {
  font-size: 0.875rem;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
  z-index: 1;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-label {
  position: relative;
}

.custom-control-input ~ .custom-control-label, .custom-control-label:after {
  cursor: pointer;
}

.custom-control-label:after,
.custom-control-label:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
}

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #10384f;
  border-color: #0091df;
  background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("../images/icons/check.svg");
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

.signin.forgotten-password {
  font-size: 0.875rem;
  color: #10384f;
}

.signin .remember-me {
  font-size: 0.875rem;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

form.form-has-bg-mid-blue .form-control {
  border: 2px solid #00BCFF;
  border-radius: 0;
}
form.form-has-bg-mid-blue .form-control:focus, form.form-has-bg-mid-blue .form-control:active, form.form-has-bg-mid-blue .form-control:target {
  box-shadow: none;
}
form.form-has-bg-mid-blue .forgotten-password, form.form-has-bg-mid-blue label {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  color: #00BCFF;
}
form.form-has-bg-mid-blue .custom-control-label:before {
  border: 2px solid #00BCFF;
}

.tab-set {
  position: relative;
  width: 100%;
}
.tab-set .tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 2;
}
.tab-set .tabs .tab-item {
  display: block;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 2px;
  padding: 0.5rem 1rem;
  background-color: #0091DF;
  border: 1px solid #0091DF;
  border-bottom: transparent;
  cursor: pointer;
}
.tab-set .tabs .tab-item:first-child {
  margin-left: 0;
}
.tab-set .tabs .tab-item:hover {
  color: #0091DF;
  background-color: #fff;
}
.tab-set .tabs .tab-item:active {
  background-color: #fff;
  color: #0091DF;
  border: 1px solid #0091DF;
  border-bottom: transparent;
}
.tab-set .tab-content-panels {
  position: relative;
  margin-top: -3px;
  border: 1px solid #0091DF;
  background-color: #fff;
  z-index: 1;
}
.tab-set .tab-content-panels .tab-body {
  width: 100%;
  min-height: 2px;
  padding: 3rem;
  overflow: hidden;
}
.tab-set .tab-heading-mob {
  position: relative;
  width: 100%;
  padding: 0.75rem 1.25rem;
}
.tab-set .tab-heading-mob .tab-item-mob {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tab-set .tab-heading-mob .tab-item-mob:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  right: 20px;
  top: 0;
  background-image: url("../images/icons/arrow-round-blue.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.tab-set .tab-body {
  display: none;
  animation: fadein 0.8s;
}
.tab-set .radio {
  display: none;
}
.tab-set #tab-1:checked ~ .tab-content-panels #body-tab-1,
.tab-set #tab-2:checked ~ .tab-content-panels #body-tab-2,
.tab-set #tab-3:checked ~ .tab-content-panels #body-tab-3,
.tab-set #tab-4:checked ~ .tab-content-panels #body-tab-4 {
  display: block;
}
.tab-set #tab-1-mob:checked ~ .tab-content-panels #body-tab-1,
.tab-set #tab-2-mob:checked ~ .tab-content-panels #body-tab-2,
.tab-set #tab-3-mob:checked ~ .tab-content-panels #body-tab-3,
.tab-set #tab-4-mob:checked ~ .tab-content-panels #body-tab-4 {
  display: block;
}
.tab-set #tab-1:checked ~ .tabs #label-tab-1,
.tab-set #tab-2:checked ~ .tabs #label-tab-2,
.tab-set #tab-3:checked ~ .tabs #label-tab-3,
.tab-set #tab-4:checked ~ .tabs #label-tab-4 {
  color: #0091DF;
  background-color: #fff;
  border: 1px solid #0091DF;
  border-bottom: 1px solid #fff;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-set.blue .tabs .tab-item {
  background-color: #0091DF;
  border: 1px solid #0091DF;
  border-bottom: transparent;
}
.tab-set.blue .tabs .tab-item:hover {
  color: #0091DF;
  background-color: #fff;
}
.tab-set.blue .tabs .tab-item:active {
  color: #0091DF;
  border: 1px solid #0091DF;
  border-bottom: transparent;
}
.tab-set.blue .tab-content-panels {
  border: 1px solid #0091DF;
}
.tab-set.blue .tab-content-panels .tab-body h1, .tab-set.blue .tab-content-panels .tab-body h2, .tab-set.blue .tab-content-panels .tab-body h3, .tab-set.blue .tab-content-panels .tab-body h4, .tab-set.blue .tab-content-panels .tab-body h5, .tab-set.blue .tab-content-panels .tab-body h6 {
  color: #0091DF;
}
.tab-set.blue #tab-01:checked ~ .tab-content-panels #body-tab-01,
.tab-set.blue #tab-02:checked ~ .tab-content-panels #body-tab-02,
.tab-set.blue #tab-03:checked ~ .tab-content-panels #body-tab-03,
.tab-set.blue #tab-04:checked ~ .tab-content-panels #body-tab-04 {
  display: block;
}
.tab-set.blue #tab-01:checked ~ .tabs #label-tab-01,
.tab-set.blue #tab-02:checked ~ .tabs #label-tab-02,
.tab-set.blue #tab-03:checked ~ .tabs #label-tab-03,
.tab-set.blue #tab-04:checked ~ .tabs #label-tab-04 {
  color: #0091DF;
  background-color: #fff;
  border: 1px solid #0091DF;
  border-bottom: 1px solid #fff;
}
.tab-set.mid-blue .tabs .tab-item {
  background-color: #00617F;
  border: 1px solid #00617F;
  border-bottom: transparent;
}
.tab-set.mid-blue .tabs .tab-item:hover {
  color: #00617F;
  background-color: #fff;
}
.tab-set.mid-blue .tabs .tab-item:active {
  color: #00617F;
  border: 1px solid #00617F;
  border-bottom: transparent;
}
.tab-set.mid-blue .tab-content-panels {
  border: 1px solid #00617F;
}
.tab-set.mid-blue .tab-content-panels .tab-body h1, .tab-set.mid-blue .tab-content-panels .tab-body h2, .tab-set.mid-blue .tab-content-panels .tab-body h3, .tab-set.mid-blue .tab-content-panels .tab-body h4, .tab-set.mid-blue .tab-content-panels .tab-body h5, .tab-set.mid-blue .tab-content-panels .tab-body h6 {
  color: #00617F;
}
.tab-set.mid-blue #tab-01:checked ~ .tab-content-panels #body-tab-01,
.tab-set.mid-blue #tab-02:checked ~ .tab-content-panels #body-tab-02,
.tab-set.mid-blue #tab-03:checked ~ .tab-content-panels #body-tab-03,
.tab-set.mid-blue #tab-04:checked ~ .tab-content-panels #body-tab-04 {
  display: block;
}
.tab-set.mid-blue #tab-01:checked ~ .tabs #label-tab-01,
.tab-set.mid-blue #tab-02:checked ~ .tabs #label-tab-02,
.tab-set.mid-blue #tab-03:checked ~ .tabs #label-tab-03,
.tab-set.mid-blue #tab-04:checked ~ .tabs #label-tab-04 {
  color: #00617F;
  background-color: #fff;
  border: 1px solid #00617F;
  border-bottom: 1px solid #fff;
}
.tab-set.dark-blue .tabs .tab-item {
  background-color: #10384F;
  border: 1px solid #10384F;
  border-bottom: transparent;
}
.tab-set.dark-blue .tabs .tab-item:hover {
  color: #10384F;
  background-color: #fff;
}
.tab-set.dark-blue .tabs .tab-item:active {
  color: #10384F;
  border: 1px solid #10384F;
  border-bottom: transparent;
}
.tab-set.dark-blue .tab-content-panels {
  border: 1px solid #10384F;
}
.tab-set.dark-blue .tab-content-panels .tab-body h1, .tab-set.dark-blue .tab-content-panels .tab-body h2, .tab-set.dark-blue .tab-content-panels .tab-body h3, .tab-set.dark-blue .tab-content-panels .tab-body h4, .tab-set.dark-blue .tab-content-panels .tab-body h5, .tab-set.dark-blue .tab-content-panels .tab-body h6 {
  color: #10384F;
}
.tab-set.dark-blue #tab-01:checked ~ .tab-content-panels #body-tab-01,
.tab-set.dark-blue #tab-02:checked ~ .tab-content-panels #body-tab-02,
.tab-set.dark-blue #tab-03:checked ~ .tab-content-panels #body-tab-03,
.tab-set.dark-blue #tab-04:checked ~ .tab-content-panels #body-tab-04 {
  display: block;
}
.tab-set.dark-blue #tab-01:checked ~ .tabs #label-tab-01,
.tab-set.dark-blue #tab-02:checked ~ .tabs #label-tab-02,
.tab-set.dark-blue #tab-03:checked ~ .tabs #label-tab-03,
.tab-set.dark-blue #tab-04:checked ~ .tabs #label-tab-04 {
  color: #10384F;
  background-color: #fff;
  border: 1px solid #10384F;
  border-bottom: 1px solid #fff;
}
.tab-set.mid-green .tabs .tab-item {
  background-color: #2B6636;
  border: 1px solid #2B6636;
  border-bottom: transparent;
}
.tab-set.mid-green .tabs .tab-item:hover {
  color: #2B6636;
  background-color: #fff;
}
.tab-set.mid-green .tabs .tab-item:active {
  color: #2B6636;
  border: 1px solid #2B6636;
  border-bottom: transparent;
}
.tab-set.mid-green .tab-content-panels {
  border: 1px solid #2B6636;
}
.tab-set.mid-green .tab-content-panels .tab-body h1, .tab-set.mid-green .tab-content-panels .tab-body h2, .tab-set.mid-green .tab-content-panels .tab-body h3, .tab-set.mid-green .tab-content-panels .tab-body h4, .tab-set.mid-green .tab-content-panels .tab-body h5, .tab-set.mid-green .tab-content-panels .tab-body h6 {
  color: #2B6636;
}
.tab-set.mid-green #tab-01:checked ~ .tab-content-panels #body-tab-01,
.tab-set.mid-green #tab-02:checked ~ .tab-content-panels #body-tab-02,
.tab-set.mid-green #tab-03:checked ~ .tab-content-panels #body-tab-03,
.tab-set.mid-green #tab-04:checked ~ .tab-content-panels #body-tab-04 {
  display: block;
}
.tab-set.mid-green #tab-01:checked ~ .tabs #label-tab-01,
.tab-set.mid-green #tab-02:checked ~ .tabs #label-tab-02,
.tab-set.mid-green #tab-03:checked ~ .tabs #label-tab-03,
.tab-set.mid-green #tab-04:checked ~ .tabs #label-tab-04 {
  color: #2B6636;
  background-color: #fff;
  border: 1px solid #2B6636;
  border-bottom: 1px solid #fff;
}
.tab-set.mid-purple .tabs .tab-item {
  background-color: #624963;
  border: 1px solid #624963;
  border-bottom: transparent;
}
.tab-set.mid-purple .tabs .tab-item:hover {
  color: #624963;
  background-color: #fff;
}
.tab-set.mid-purple .tabs .tab-item:active {
  color: #624963;
  border: 1px solid #624963;
  border-bottom: transparent;
}
.tab-set.mid-purple .tab-content-panels {
  border: 1px solid #624963;
}
.tab-set.mid-purple .tab-content-panels .tab-body h1, .tab-set.mid-purple .tab-content-panels .tab-body h2, .tab-set.mid-purple .tab-content-panels .tab-body h3, .tab-set.mid-purple .tab-content-panels .tab-body h4, .tab-set.mid-purple .tab-content-panels .tab-body h5, .tab-set.mid-purple .tab-content-panels .tab-body h6 {
  color: #624963;
}
.tab-set.mid-purple #tab-01:checked ~ .tab-content-panels #body-tab-01,
.tab-set.mid-purple #tab-02:checked ~ .tab-content-panels #body-tab-02,
.tab-set.mid-purple #tab-03:checked ~ .tab-content-panels #body-tab-03,
.tab-set.mid-purple #tab-04:checked ~ .tab-content-panels #body-tab-04 {
  display: block;
}
.tab-set.mid-purple #tab-01:checked ~ .tabs #label-tab-01,
.tab-set.mid-purple #tab-02:checked ~ .tabs #label-tab-02,
.tab-set.mid-purple #tab-03:checked ~ .tabs #label-tab-03,
.tab-set.mid-purple #tab-04:checked ~ .tabs #label-tab-04 {
  color: #624963;
  background-color: #fff;
  border: 1px solid #624963;
  border-bottom: 1px solid #fff;
}
.tab-set.dark-purple .tabs .tab-item {
  background-color: #443247;
  border: 1px solid #443247;
  border-bottom: transparent;
}
.tab-set.dark-purple .tabs .tab-item:hover {
  color: #443247;
  background-color: #fff;
}
.tab-set.dark-purple .tabs .tab-item:active {
  color: #443247;
  border: 1px solid #443247;
  border-bottom: transparent;
}
.tab-set.dark-purple .tab-content-panels {
  border: 1px solid #443247;
}
.tab-set.dark-purple .tab-content-panels .tab-body h1, .tab-set.dark-purple .tab-content-panels .tab-body h2, .tab-set.dark-purple .tab-content-panels .tab-body h3, .tab-set.dark-purple .tab-content-panels .tab-body h4, .tab-set.dark-purple .tab-content-panels .tab-body h5, .tab-set.dark-purple .tab-content-panels .tab-body h6 {
  color: #443247;
}
.tab-set.dark-purple #tab-01:checked ~ .tab-content-panels #body-tab-01,
.tab-set.dark-purple #tab-02:checked ~ .tab-content-panels #body-tab-02,
.tab-set.dark-purple #tab-03:checked ~ .tab-content-panels #body-tab-03,
.tab-set.dark-purple #tab-04:checked ~ .tab-content-panels #body-tab-04 {
  display: block;
}
.tab-set.dark-purple #tab-01:checked ~ .tabs #label-tab-01,
.tab-set.dark-purple #tab-02:checked ~ .tabs #label-tab-02,
.tab-set.dark-purple #tab-03:checked ~ .tabs #label-tab-03,
.tab-set.dark-purple #tab-04:checked ~ .tabs #label-tab-04 {
  color: #443247;
  background-color: #fff;
  border: 1px solid #443247;
  border-bottom: 1px solid #fff;
}

.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion .tabs {
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #0091DF;
}
.accordion .tab {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.accordion .tab:last-child {
  border-bottom: none;
}
.accordion .tab-label {
  position: relative;
  display: block;
  padding: 0.75rem 3.125rem 0.75rem 1.25rem;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-weight: normal;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.9px;
  color: white;
  cursor: pointer;
  background-color: #0091DF;
}
.accordion .tab-label:hover {
  background-color: #007abb;
}
.accordion .tab-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 100%;
  background-image: url("../images/icons/arrow-flat-down-white.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  transform: rotate(0deg);
  -webkit-transition: 0.6s transform;
  -o-transition: 0.6s transform;
  transition: 0.6s transform;
}
.accordion .tab-content {
  position: relative;
  width: 100%;
  max-height: 0;
  padding: 0 1.25rem;
  color: #10384F;
  background: white;
  transition: all 0.35s;
}
.accordion .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #00617F;
  cursor: pointer;
}
.accordion .tab-close:hover {
  background: #003a4c;
}
.accordion input:checked + .tab-label {
  background: #007abb;
}
.accordion input:checked + .tab-label::after {
  transform: rotate(180deg);
}
.accordion input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1.75rem 1.25rem;
}

.accordion-light {
  transform: translateZ(0);
}
.accordion-light input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-light .tabs {
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #0091DF;
}
.accordion-light .tab {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.accordion-light .tab:last-child {
  border-bottom: none;
}
.accordion-light .tab-label {
  position: relative;
  display: block;
  padding: 0.75rem 3.125rem 0.75rem 1.25rem;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-weight: normal;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0.9px;
  color: white;
  cursor: pointer;
  background-color: #0091DF;
}
.accordion-light .tab-label:hover {
  background-color: #007abb;
}
.accordion-light .tab-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 100%;
  background-image: url("../images/icons/arrow-flat-down-white.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  transform: rotate(0deg);
  -webkit-transition: 0.6s transform;
  -o-transition: 0.6s transform;
  transition: 0.6s transform;
}
.accordion-light .tab-content {
  position: relative;
  width: 100%;
  max-height: 0;
  padding: 0 1.25rem;
  color: #10384F;
  background: white;
  transition: all 0.35s;
}
.accordion-light .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #00617F;
  cursor: pointer;
}
.accordion-light .tab-close:hover {
  background: #003a4c;
}
.accordion-light input:checked + .tab-label {
  background: #007abb;
}
.accordion-light input:checked + .tab-label::after {
  transform: rotate(180deg);
}
.accordion-light input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1.75rem 1.25rem;
}
.accordion-light .tabs {
  box-shadow: none;
  border-bottom: 1px solid #0091DF;
}
.accordion-light .tab {
  background-color: #fff;
  border-bottom: none;
}
.accordion-light .tab-label {
  color: #0091DF;
  border-top: 1px solid #0091DF;
  background-color: #fff;
}
.accordion-light .tab-label::after {
  background-image: url("../images/icons/arrow-flat-down-blue.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.accordion-light .tab-label:hover {
  background: transparent;
}
.accordion-light .tab-content {
  overflow: hidden;
}
.accordion-light .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 0.8em 1em;
  font-size: 1.0625rem;
  line-height: 1;
  color: #fff;
  background: #0091DF;
  cursor: pointer;
  transition: background-color 0.35s;
}
.accordion-light .tab-close:hover {
  background: #0070ac;
}
.accordion-light input:checked + .tab-label {
  background: transparent;
}
.accordion-light input:checked ~ .tab-content {
  max-height: 100vh;
  overflow-y: auto;
  padding: 3rem 1.25rem;
}
.accordion-light.close-tab-has-gab .tab-close-wrapper {
  width: 100%;
  overflow: hidden;
}
.accordion-light.close-tab-has-gab .tab-close-wrapper .tab-close {
  margin-top: 8px;
}

.accordion-light.mid-purple .tabs {
  border-bottom: 1px solid #624963;
}
.accordion-light.mid-purple .tabs .tab-label {
  color: #443247;
  border-top: 1px solid #624963;
}
.accordion-light.mid-purple .tabs .tab-label::after {
  background-image: url("../images/icons/arrow-flat-down-mid-purple.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.accordion-light.mid-purple .tabs .tab-close {
  background: #624963;
}
.accordion-light.mid-purple .tabs .tab-close:hover {
  background: #453346;
}

.accordion-light.mid-green .tabs {
  border-bottom: 1px solid #2B6636;
}
.accordion-light.mid-green .tabs .tab-label {
  color: #2B6636;
  border-top: 1px solid #004422;
}
.accordion-light.mid-green .tabs .tab-label::after {
  background-image: url("../images/icons/arrow-flat-down-mid-green.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.accordion-light.mid-green .tabs .tab-close {
  background: #2B6636;
}
.accordion-light.mid-green .tabs .tab-close:hover {
  background: #1c4223;
}

.accordion-light.mid-blue .tabs {
  border-bottom: 1px solid #00617F;
}
.accordion-light.mid-blue .tabs .tab-label {
  color: #00617F;
  border-top: 1px solid #10384F;
}
.accordion-light.mid-blue .tabs .tab-label::after {
  background-image: url("../images/icons/arrow-flat-down-mid-green.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.accordion-light.mid-blue .tabs .tab-close {
  background: #00617F;
}
.accordion-light.mid-blue .tabs .tab-close:hover {
  background: #003a4c;
}

.accordion-light.dark-blue .tabs {
  border-bottom: 1px solid #10384F;
}
.accordion-light.dark-blue .tabs .tab-label {
  color: #10384F;
  border-top: 1px solid #10384F;
}
.accordion-light.dark-blue .tabs .tab-label::after {
  background-image: url("../images/icons/arrow-flat-down-mid-green.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.accordion-light.dark-blue .tabs .tab-close {
  background: #10384F;
}
.accordion-light.dark-blue .tabs .tab-close:hover {
  background: #071a25;
}

.accordion-light.hide-for-sm-up.info-block-sport-divisions .content-title {
  display: none;
}

.tab-set, .accordion-light, .accordion {
  margin-bottom: 50px;
}
.tab-set p:last-child, .tab-set ul:last-child, .tab-set ol:last-child, .accordion-light p:last-child, .accordion-light ul:last-child, .accordion-light ol:last-child, .accordion p:last-child, .accordion ul:last-child, .accordion ol:last-child {
  margin-bottom: 0;
}
.tab-set h1:first-child, .tab-set h2:first-child, .tab-set h3:first-child, .tab-set h4:first-child, .tab-set h5:first-child, .tab-set h6:first-child, .accordion-light h1:first-child, .accordion-light h2:first-child, .accordion-light h3:first-child, .accordion-light h4:first-child, .accordion-light h5:first-child, .accordion-light h6:first-child, .accordion h1:first-child, .accordion h2:first-child, .accordion h3:first-child, .accordion h4:first-child, .accordion h5:first-child, .accordion h6:first-child {
  margin-top: 0;
}
.tab-set.blue h1, .tab-set.blue h2, .tab-set.blue h3, .tab-set.blue h4, .tab-set.blue h5, .tab-set.blue h6, .accordion-light.blue h1, .accordion-light.blue h2, .accordion-light.blue h3, .accordion-light.blue h4, .accordion-light.blue h5, .accordion-light.blue h6, .accordion.blue h1, .accordion.blue h2, .accordion.blue h3, .accordion.blue h4, .accordion.blue h5, .accordion.blue h6 {
  color: #0091DF;
}
.tab-set.mid-blue h1, .tab-set.mid-blue h2, .tab-set.mid-blue h3, .tab-set.mid-blue h4, .tab-set.mid-blue h5, .tab-set.mid-blue h6, .accordion-light.mid-blue h1, .accordion-light.mid-blue h2, .accordion-light.mid-blue h3, .accordion-light.mid-blue h4, .accordion-light.mid-blue h5, .accordion-light.mid-blue h6, .accordion.mid-blue h1, .accordion.mid-blue h2, .accordion.mid-blue h3, .accordion.mid-blue h4, .accordion.mid-blue h5, .accordion.mid-blue h6 {
  color: #00617F;
}
.tab-set.mid-green h1, .tab-set.mid-green h2, .tab-set.mid-green h3, .tab-set.mid-green h4, .tab-set.mid-green h5, .tab-set.mid-green h6, .accordion-light.mid-green h1, .accordion-light.mid-green h2, .accordion-light.mid-green h3, .accordion-light.mid-green h4, .accordion-light.mid-green h5, .accordion-light.mid-green h6, .accordion.mid-green h1, .accordion.mid-green h2, .accordion.mid-green h3, .accordion.mid-green h4, .accordion.mid-green h5, .accordion.mid-green h6 {
  color: #2B6636;
}
.tab-set.mid-purple h1, .tab-set.mid-purple h2, .tab-set.mid-purple h3, .tab-set.mid-purple h4, .tab-set.mid-purple h5, .tab-set.mid-purple h6, .accordion-light.mid-purple h1, .accordion-light.mid-purple h2, .accordion-light.mid-purple h3, .accordion-light.mid-purple h4, .accordion-light.mid-purple h5, .accordion-light.mid-purple h6, .accordion.mid-purple h1, .accordion.mid-purple h2, .accordion.mid-purple h3, .accordion.mid-purple h4, .accordion.mid-purple h5, .accordion.mid-purple h6 {
  color: #624963;
}
.tab-set .content-title, .accordion-light .content-title, .accordion .content-title {
  margin-bottom: 40px;
}

.overlay-black-1:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.bg-light-alfa-80:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}

.bg-black-gradient-5:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, black, transparent);
  opacity: 0.5;
}

.bg-black-gradient-4:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, black, transparent);
  opacity: 0.4;
}

.shadow-medium {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.soft-shadow {
  box-shadow: -15px 5px 60px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -15px 5px 60px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -15px 5px 60px 1px rgba(0, 0, 0, 0.4);
}

.soft-shadow-light {
  box-shadow: 1px 1px 40px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 40px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 40px 4px rgba(0, 0, 0, 0.1);
}

.soft-shadow-very-light {
  box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.1);
}

.shadow-0-20-60--30-black-05 {
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.5);
}

.shadow-0-20-60--30-black-07 {
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.7);
}

body#gridtemlate01 .bodygrid {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: fit-content(5rem) auto auto;
  grid-template-areas: "header" "main" "footer";
  overflow: hidden;
}
body#gridtemlate01 main {
  grid-area: main;
  padding-top: 93px;
}
@media (min-width: 768px) {
  body#gridtemlate01 main {
    padding-top: 125px;
  }
}
@media (min-width: 992px) {
  body#gridtemlate01 main {
    padding-top: 143px;
  }
}
body#gridtemlate01 footer {
  grid-area: footer;
}

.row {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(1px, 1fr));
  gap: 2vmax;
}
@media (min-width: 992px) {
  .row {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .row {
    gap: 30px;
  }
}

@media (min-width: 0) {
  /* JUSTIFY ITEMS */
  .col-xs-justify-items-start {
    justify-items: start;
  }
  .col-xs-justify-items-end {
    justify-items: end;
  }
  .col-xs-justify-items-center {
    justify-items: center;
  }
  .col-xs-justify-items-stretch {
    justify-items: stretch;
  }
  /* ALIGN ITEMS */
  .col-xs-align-items-start {
    align-items: start;
  }
  .col-xs-align-items-end {
    align-items: end;
  }
  .col-xs-align-items-center {
    align-items: center;
  }
  .col-xs-align-items-stretch {
    align-items: stretch;
  }
  /* JUSTIFY CONTENT */
  .col-xs-justify-content-start {
    justify-content: start;
  }
  .col-xs-justify-content-end {
    justify-content: end;
  }
  .col-xs-justify-content-center {
    justify-content: center;
  }
  .col-xs-justify-content-stretch {
    justify-content: stretch;
  }
  .col-xs-justify-content-space-around {
    justify-content: space-around;
  }
  .col-xs-justify-content-space-between {
    justify-content: space-between;
  }
  .col-xs-justify-content-space-evenly {
    justify-content: space-evenly;
  }
  /* ALIGN CONTENT */
  .col-xs-align-content-start {
    align-content: start;
  }
  .col-xs-align-content-end {
    align-content: end;
  }
  .col-xs-align-content-center {
    align-content: center;
  }
  .col-xs-align-content-stretch {
    align-content: stretch;
  }
  .col-xs-align-content-space-around {
    align-content: space-around;
  }
  .col-xs-align-content-space-between {
    align-content: space-between;
  }
  .col-xs-align-content-space-evenly {
    align-content: space-evenly;
  }
  /* GRID AUTO-FLOW */
  .col-xs-grid-auto-flow-row {
    grid-auto-flow: row;
  }
  .col-xs-grid-auto-flow-column {
    grid-auto-flow: column;
  }
  .col-xs-grid-auto-flow-dense {
    grid-auto-flow: dense;
  }
  /* GRID COLUMNS */
  .col-xs-1 {
    grid-column-end: span 1;
  }
  .col-xs-2 {
    grid-column-end: span 2;
  }
  .col-xs-3 {
    grid-column-end: span 3;
  }
  .col-xs-4 {
    grid-column-end: span 4;
  }
  .col-xs-5 {
    grid-column-end: span 5;
  }
  .col-xs-6 {
    grid-column-end: span 6;
  }
  .col-xs-7 {
    grid-column-end: span 7;
  }
  .col-xs-8 {
    grid-column-end: span 8;
  }
  .col-xs-9 {
    grid-column-end: span 9;
  }
  .col-xs-10 {
    grid-column-end: span 10;
  }
  .col-xs-11 {
    grid-column-end: span 11;
  }
  .col-xs-12 {
    grid-column-end: span 12;
  }
  /* COLUMN OFFSETS */
  .col-xs-offset-0 {
    grid-column-start: unset;
  }
  .col-xs-offset-1 {
    grid-column-start: 2;
  }
  .col-xs-offset-2 {
    grid-column-start: 3;
  }
  .col-xs-offset-3 {
    grid-column-start: 4;
  }
  .col-xs-offset-4 {
    grid-column-start: 5;
  }
  .col-xs-offset-5 {
    grid-column-start: 6;
  }
  .col-xs-offset-6 {
    grid-column-start: 7;
  }
  .col-xs-offset-7 {
    grid-column-start: 8;
  }
  .col-xs-offset-8 {
    grid-column-start: 9;
  }
  .col-xs-offset-9 {
    grid-column-start: 10;
  }
  .col-xs-offset-10 {
    grid-column-start: 11;
  }
  .col-xs-offset-11 {
    grid-column-start: 12;
  }
  /* JUSTIFY SELF */
  .col-xs-justify-self-start {
    justify-self: start;
  }
  .col-xs-justify-self-end {
    justify-self: end;
  }
  .col-xs-justify-self-center {
    justify-self: center;
  }
  .col-xs-justify-self-stretch {
    justify-self: stretch;
  }
  /* ALIGN SELF */
  .col-xs-align-self-start {
    align-self: start;
  }
  .col-xs-align-self-end {
    align-self: end;
  }
  .col-xs-align-self-center {
    align-self: center;
  }
  .col-xs-align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 576px) {
  /* JUSTIFY ITEMS */
  .col-sm-justify-items-start {
    justify-items: start;
  }
  .col-sm-justify-items-end {
    justify-items: end;
  }
  .col-sm-justify-items-center {
    justify-items: center;
  }
  .col-sm-justify-items-stretch {
    justify-items: stretch;
  }
  /* ALIGN ITEMS */
  .col-sm-align-items-start {
    align-items: start;
  }
  .col-sm-align-items-end {
    align-items: end;
  }
  .col-sm-align-items-center {
    align-items: center;
  }
  .col-sm-align-items-stretch {
    align-items: stretch;
  }
  /* JUSTIFY CONTENT */
  .col-sm-justify-content-start {
    justify-content: start;
  }
  .col-sm-justify-content-end {
    justify-content: end;
  }
  .col-sm-justify-content-center {
    justify-content: center;
  }
  .col-sm-justify-content-stretch {
    justify-content: stretch;
  }
  .col-sm-justify-content-space-around {
    justify-content: space-around;
  }
  .col-sm-justify-content-space-between {
    justify-content: space-between;
  }
  .col-sm-justify-content-space-evenly {
    justify-content: space-evenly;
  }
  /* ALIGN CONTENT */
  .col-sm-align-content-start {
    align-content: start;
  }
  .col-sm-align-content-end {
    align-content: end;
  }
  .col-sm-align-content-center {
    align-content: center;
  }
  .col-sm-align-content-stretch {
    align-content: stretch;
  }
  .col-sm-align-content-space-around {
    align-content: space-around;
  }
  .col-sm-align-content-space-between {
    align-content: space-between;
  }
  .col-sm-align-content-space-evenly {
    align-content: space-evenly;
  }
  /* GRID AUTO-FLOW */
  .col-sm-grid-auto-flow-row {
    grid-auto-flow: row;
  }
  .col-sm-grid-auto-flow-column {
    grid-auto-flow: column;
  }
  .col-sm-grid-auto-flow-dense {
    grid-auto-flow: dense;
  }
  /* GRID COLUMNS */
  .col-sm-1 {
    grid-column-end: span 1;
  }
  .col-sm-2 {
    grid-column-end: span 2;
  }
  .col-sm-3 {
    grid-column-end: span 3;
  }
  .col-sm-4 {
    grid-column-end: span 4;
  }
  .col-sm-5 {
    grid-column-end: span 5;
  }
  .col-sm-6 {
    grid-column-end: span 6;
  }
  .col-sm-7 {
    grid-column-end: span 7;
  }
  .col-sm-8 {
    grid-column-end: span 8;
  }
  .col-sm-9 {
    grid-column-end: span 9;
  }
  .col-sm-10 {
    grid-column-end: span 10;
  }
  .col-sm-11 {
    grid-column-end: span 11;
  }
  .col-sm-12 {
    grid-column-end: span 12;
  }
  /* OFFSETS */
  .col-sm-offset-0 {
    grid-column-start: unset;
  }
  .col-sm-offset-1 {
    grid-column-start: 2;
  }
  .col-sm-offset-2 {
    grid-column-start: 3;
  }
  .col-sm-offset-3 {
    grid-column-start: 4;
  }
  .col-sm-offset-4 {
    grid-column-start: 5;
  }
  .col-sm-offset-5 {
    grid-column-start: 6;
  }
  .col-sm-offset-6 {
    grid-column-start: 7;
  }
  .col-sm-offset-7 {
    grid-column-start: 8;
  }
  .col-sm-offset-8 {
    grid-column-start: 9;
  }
  .col-sm-offset-9 {
    grid-column-start: 10;
  }
  .col-sm-offset-10 {
    grid-column-start: 11;
  }
  .col-sm-offset-11 {
    grid-column-start: 12;
  }
  /* JUSTIFY SELF */
  .col-sm-justify-self-start {
    justify-self: start;
  }
  .col-sm-justify-self-end {
    justify-self: end;
  }
  .col-sm-justify-self-center {
    justify-self: center;
  }
  .col-sm-justify-self-stretch {
    justify-self: stretch;
  }
  /* ALIGN SELF */
  .col-sm-align-self-start {
    align-self: start;
  }
  .col-sm-align-self-end {
    align-self: end;
  }
  .col-sm-align-self-center {
    align-self: center;
  }
  .col-sm-align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  /* JUSTIFY ITEMS */
  .col-md-justify-items-start {
    justify-items: start;
  }
  .col-md-justify-items-end {
    justify-items: end;
  }
  .col-md-justify-items-center {
    justify-items: center;
  }
  .col-md-justify-items-stretch {
    justify-items: stretch;
  }
  /* ALIGN ITEMS */
  .col-md-align-items-start {
    align-items: start;
  }
  .col-md-align-items-end {
    align-items: end;
  }
  .col-md-align-items-center {
    align-items: center;
  }
  .col-md-align-items-stretch {
    align-items: stretch;
  }
  /* JUSTIFY CONTENT */
  .col-md-justify-content-start {
    justify-content: start;
  }
  .col-md-justify-content-end {
    justify-content: end;
  }
  .col-md-justify-content-center {
    justify-content: center;
  }
  .col-md-justify-content-stretch {
    justify-content: stretch;
  }
  .col-md-justify-content-space-around {
    justify-content: space-around;
  }
  .col-md-justify-content-space-between {
    justify-content: space-between;
  }
  .col-md-justify-content-space-evenly {
    justify-content: space-evenly;
  }
  /* ALIGN CONTENT */
  .col-md-align-content-start {
    align-content: start;
  }
  .col-md-align-content-end {
    align-content: end;
  }
  .col-md-align-content-center {
    align-content: center;
  }
  .col-md-align-content-stretch {
    align-content: stretch;
  }
  .col-md-align-content-space-around {
    align-content: space-around;
  }
  .col-md-align-content-space-between {
    align-content: space-between;
  }
  .col-md-align-content-space-evenly {
    align-content: space-evenly;
  }
  /* GRID AUTO-FLOW */
  .col-md-grid-auto-flow-row {
    grid-auto-flow: row;
  }
  .col-md-grid-auto-flow-column {
    grid-auto-flow: column;
  }
  .col-md-grid-auto-flow-dense {
    grid-auto-flow: dense;
  }
  /* COLUMNS MEDIUM BREAKPOINT */
  .col-md-1 {
    grid-column-end: span 1;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .col-md-9 {
    grid-column-end: span 9;
  }
  .col-md-10 {
    grid-column-end: span 10;
  }
  .col-md-11 {
    grid-column-end: span 11;
  }
  .col-md-12 {
    grid-column-end: span 12;
  }
  /* OFFSETS */
  .col-md-offset-0 {
    grid-column-start: unset;
  }
  .col-md-offset-1 {
    grid-column-start: 2;
  }
  .col-md-offset-2 {
    grid-column-start: 3;
  }
  .col-md-offset-3 {
    grid-column-start: 4;
  }
  .col-md-offset-4 {
    grid-column-start: 5;
  }
  .col-md-offset-5 {
    grid-column-start: 6;
  }
  .col-md-offset-6 {
    grid-column-start: 7;
  }
  .col-md-offset-7 {
    grid-column-start: 8;
  }
  .col-md-offset-8 {
    grid-column-start: 9;
  }
  .col-md-offset-9 {
    grid-column-start: 10;
  }
  .col-md-offset-10 {
    grid-column-start: 11;
  }
  .col-md-offset-11 {
    grid-column-start: 12;
  }
  /* JUSTIFY SELF */
  .col-md-justify-self-start {
    justify-self: start;
  }
  .col-md-justify-self-end {
    justify-self: end;
  }
  .col-md-justify-self-center {
    justify-self: center;
  }
  .col-md-justify-self-stretch {
    justify-self: stretch;
  }
  /* ALIGN SELF */
  .col-md-align-self-start {
    align-self: start;
  }
  .col-md-align-self-end {
    align-self: end;
  }
  .col-md-align-self-center {
    align-self: center;
  }
  .col-md-align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  /* JUSTIFY ITEMS */
  .col-lg-justify-items-start {
    justify-items: start;
  }
  .col-lg-justify-items-end {
    justify-items: end;
  }
  .col-lg-justify-items-center {
    justify-items: center;
  }
  .col-lg-justify-items-stretch {
    justify-items: stretch;
  }
  /* ALIGN ITEMS */
  .col-lg-align-items-start {
    align-items: start;
  }
  .col-lg-align-items-end {
    align-items: end;
  }
  .col-lg-align-items-center {
    align-items: center;
  }
  .col-lg-align-items-stretch {
    align-items: stretch;
  }
  /* JUSTIFY CONTENT */
  .col-lg-justify-content-start {
    justify-content: start;
  }
  .col-lg-justify-content-end {
    justify-content: end;
  }
  .col-lg-justify-content-center {
    justify-content: center;
  }
  .col-lg-justify-content-stretch {
    justify-content: stretch;
  }
  .col-lg-justify-content-space-around {
    justify-content: space-around;
  }
  .col-lg-justify-content-space-between {
    justify-content: space-between;
  }
  .col-lg-justify-content-space-evenly {
    justify-content: space-evenly;
  }
  /* ALIGN CONTENT */
  .col-lg-align-content-start {
    align-content: start;
  }
  .col-lg-align-content-end {
    align-content: end;
  }
  .col-lg-align-content-center {
    align-content: center;
  }
  .col-lg-align-content-stretch {
    align-content: stretch;
  }
  .col-lg-align-content-space-around {
    align-content: space-around;
  }
  .col-lg-align-content-space-between {
    align-content: space-between;
  }
  .col-lg-align-content-space-evenly {
    align-content: space-evenly;
  }
  /* GRID AUTO-FLOW */
  .col-lg-grid-auto-flow-row {
    grid-auto-flow: row;
  }
  .col-lg-grid-auto-flow-column {
    grid-auto-flow: column;
  }
  .col-lg-grid-auto-flow-dense {
    grid-auto-flow: dense;
  }
  /* COLUMNS LARGE BREAKPOINT */
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .col-lg-9 {
    grid-column-end: span 9;
  }
  .col-lg-10 {
    grid-column-end: span 10;
  }
  .col-lg-11 {
    grid-column-end: span 11;
  }
  .col-lg-12 {
    grid-column-end: span 12;
  }
  /* OFFSETS */
  .col-lg-offset-0 {
    grid-column-start: unset;
  }
  .col-lg-offset-1 {
    grid-column-start: 2;
  }
  .col-lg-offset-2 {
    grid-column-start: 3;
  }
  .col-lg-offset-3 {
    grid-column-start: 4;
  }
  .col-lg-offset-4 {
    grid-column-start: 5;
  }
  .col-lg-offset-5 {
    grid-column-start: 6;
  }
  .col-lg-offset-6 {
    grid-column-start: 7;
  }
  .col-lg-offset-7 {
    grid-column-start: 8;
  }
  .col-lg-offset-8 {
    grid-column-start: 9;
  }
  .col-lg-offset-9 {
    grid-column-start: 10;
  }
  .col-lg-offset-10 {
    grid-column-start: 11;
  }
  .col-lg-offset-11 {
    grid-column-start: 12;
  }
  /* JUSTIFY SELF */
  .col-lg-justify-self-start {
    justify-self: start;
  }
  .col-lg-justify-self-end {
    justify-self: end;
  }
  .col-lg-justify-self-center {
    justify-self: center;
  }
  .col-lg-justify-self-stretch {
    justify-self: stretch;
  }
  /* ALIGN SELF */
  .col-lg-align-self-start {
    align-self: start;
  }
  .col-lg-align-self-end {
    align-self: end;
  }
  .col-lg-align-self-center {
    align-self: center;
  }
  .col-lg-align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  /* JUSTIFY ITEMS */
  .col-xl-justify-items-start {
    justify-items: start;
  }
  .col-xl-justify-items-end {
    justify-items: end;
  }
  .col-xl-justify-items-center {
    justify-items: center;
  }
  .col-xl-justify-items-stretch {
    justify-items: stretch;
  }
  /* ALIGN ITEMS */
  .col-xl-align-items-start {
    align-items: start;
  }
  .col-xl-align-items-end {
    align-items: end;
  }
  .col-xl-align-items-center {
    align-items: center;
  }
  .col-xl-align-items-stretch {
    align-items: stretch;
  }
  /* JUSTIFY CONTENT */
  .col-xl-justify-content-start {
    justify-content: start;
  }
  .col-xl-justify-content-end {
    justify-content: end;
  }
  .col-xl-justify-content-center {
    justify-content: center;
  }
  .col-xl-justify-content-stretch {
    justify-content: stretch;
  }
  .col-xl-justify-content-space-around {
    justify-content: space-around;
  }
  .col-xl-justify-content-space-between {
    justify-content: space-between;
  }
  .col-xl-justify-content-space-evenly {
    justify-content: space-evenly;
  }
  /* ALIGN CONTENT */
  .col-xl-align-content-start {
    align-content: start;
  }
  .col-xl-align-content-end {
    align-content: end;
  }
  .col-xl-align-content-center {
    align-content: center;
  }
  .col-xl-align-content-stretch {
    align-content: stretch;
  }
  .col-xl-align-content-space-around {
    align-content: space-around;
  }
  .col-xl-align-content-space-between {
    align-content: space-between;
  }
  .col-xl-align-content-space-evenly {
    align-content: space-evenly;
  }
  /* GRID AUTO-FLOW */
  .col-xl-grid-auto-flow-row {
    grid-auto-flow: row;
  }
  .col-xl-grid-auto-flow-column {
    grid-auto-flow: column;
  }
  .col-xl-grid-auto-flow-dense {
    grid-auto-flow: dense;
  }
  /* COLUMNS X-LARGE BREAKPOINT */
  .col-xl-1 {
    grid-column-end: span 1;
  }
  .col-xl-2 {
    grid-column-end: span 2;
  }
  .col-xl-3 {
    grid-column-end: span 3;
  }
  .col-xl-4 {
    grid-column-end: span 4;
  }
  .col-xl-5 {
    grid-column-end: span 5;
  }
  .col-xl-6 {
    grid-column-end: span 6;
  }
  .col-xl-7 {
    grid-column-end: span 7;
  }
  .col-xl-8 {
    grid-column-end: span 8;
  }
  .col-xl-9 {
    grid-column-end: span 9;
  }
  .col-xl-10 {
    grid-column-end: span 10;
  }
  .col-xl-11 {
    grid-column-end: span 11;
  }
  .col-xl-12 {
    grid-column-end: span 12;
  }
  /* OFFSETS */
  .col-xl-offset-0 {
    grid-column-start: unset;
  }
  .col-xl-offset-1 {
    grid-column-start: 2;
  }
  .col-xl-offset-2 {
    grid-column-start: 3;
  }
  .col-xl-offset-3 {
    grid-column-start: 4;
  }
  .col-xl-offset-4 {
    grid-column-start: 5;
  }
  .col-xl-offset-5 {
    grid-column-start: 6;
  }
  .col-xl-offset-6 {
    grid-column-start: 7;
  }
  .col-xl-offset-7 {
    grid-column-start: 8;
  }
  .col-xl-offset-8 {
    grid-column-start: 9;
  }
  .col-xl-offset-9 {
    grid-column-start: 10;
  }
  .col-xl-offset-10 {
    grid-column-start: 11;
  }
  .col-xl-offset-11 {
    grid-column-start: 12;
  }
  /* JUSTIFY SELF */
  .col-xl-justify-self-start {
    justify-self: start;
  }
  .col-xl-justify-self-end {
    justify-self: end;
  }
  .col-xl-justify-self-center {
    justify-self: center;
  }
  .col-xl-justify-self-stretch {
    justify-self: stretch;
  }
  /* ALIGN SELF */
  .col-xl-align-self-start {
    align-self: start;
  }
  .col-xl-align-self-end {
    align-self: end;
  }
  .col-xl-align-self-center {
    align-self: center;
  }
  .col-xl-align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1440px) {
  /* JUSTIFY ITEMS */
  .col-xxl-justify-items-start {
    justify-items: start;
  }
  .col-xxl-justify-items-end {
    justify-items: end;
  }
  .col-xxl-justify-items-center {
    justify-items: center;
  }
  .col-xxl-justify-items-stretch {
    justify-items: stretch;
  }
  /* ALIGN ITEMS */
  .col-xxl-align-items-start {
    align-items: start;
  }
  .col-xxl-align-items-end {
    align-items: end;
  }
  .col-xxl-align-items-center {
    align-items: center;
  }
  .col-xxl-align-items-stretch {
    align-items: stretch;
  }
  /* JUSTIFY CONTENT */
  .col-xxl-justify-content-start {
    justify-content: start;
  }
  .col-xxl-justify-content-end {
    justify-content: end;
  }
  .col-xxl-justify-content-center {
    justify-content: center;
  }
  .col-xxl-justify-content-stretch {
    justify-content: stretch;
  }
  .col-xxl-justify-content-space-around {
    justify-content: space-around;
  }
  .col-xxl-justify-content-space-between {
    justify-content: space-between;
  }
  .col-xxl-justify-content-space-evenly {
    justify-content: space-evenly;
  }
  /* ALIGN CONTENT */
  .col-xxl-align-content-start {
    align-content: start;
  }
  .col-xxl-align-content-end {
    align-content: end;
  }
  .col-xxl-align-content-center {
    align-content: center;
  }
  .col-xxl-align-content-stretch {
    align-content: stretch;
  }
  .col-xxl-align-content-space-around {
    align-content: space-around;
  }
  .col-xxl-align-content-space-between {
    align-content: space-between;
  }
  .col-xxl-align-content-space-evenly {
    align-content: space-evenly;
  }
  /* GRID AUTO-FLOW */
  .col-xxl-grid-auto-flow-row {
    grid-auto-flow: row;
  }
  .col-xxl-grid-auto-flow-column {
    grid-auto-flow: column;
  }
  .col-xxl-grid-auto-flow-dense {
    grid-auto-flow: dense;
  }
  /* COLUMNS XX-LARGE BREAKPOINT */
  .col-xxl-1 {
    grid-column-end: span 1;
  }
  .col-xxl-2 {
    grid-column-end: span 2;
  }
  .col-xxl-3 {
    grid-column-end: span 3;
  }
  .col-xxl-4 {
    grid-column-end: span 4;
  }
  .col-xxl-5 {
    grid-column-end: span 5;
  }
  .col-xxl-6 {
    grid-column-end: span 6;
  }
  .col-xxl-7 {
    grid-column-end: span 7;
  }
  .col-xxl-8 {
    grid-column-end: span 8;
  }
  .col-xxl-9 {
    grid-column-end: span 9;
  }
  .col-xxl-10 {
    grid-column-end: span 10;
  }
  .col-xxl-11 {
    grid-column-end: span 11;
  }
  .col-xxl-12 {
    grid-column-end: span 12;
  }
  /* OFFSETS */
  .col-xxl-offset-0 {
    grid-column-start: unset;
  }
  .col-xxl-offset-1 {
    grid-column-start: 2;
  }
  .col-xxl-offset-2 {
    grid-column-start: 3;
  }
  .col-xxl-offset-3 {
    grid-column-start: 4;
  }
  .col-xxl-offset-4 {
    grid-column-start: 5;
  }
  .col-xxl-offset-5 {
    grid-column-start: 6;
  }
  .col-xxl-offset-6 {
    grid-column-start: 7;
  }
  .col-xxl-offset-7 {
    grid-column-start: 8;
  }
  .col-xxl-offset-8 {
    grid-column-start: 9;
  }
  .col-xxl-offset-9 {
    grid-column-start: 10;
  }
  .col-xxl-offset-10 {
    grid-column-start: 11;
  }
  .col-xxl-offset-11 {
    grid-column-start: 12;
  }
  /* JUSTIFY SELF */
  .col-xxl-justify-self-start {
    justify-self: start;
  }
  .col-xxl-justify-self-end {
    justify-self: end;
  }
  .col-xxl-justify-self-center {
    justify-self: center;
  }
  .col-xxl-justify-self-stretch {
    justify-self: stretch;
  }
  /* ALIGN SELF */
  .col-xxl-align-self-start {
    align-self: start;
  }
  .col-xxl-align-self-end {
    align-self: end;
  }
  .col-xxl-align-self-center {
    align-self: center;
  }
  .col-xxl-align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1920px) {
  /* JUSTIFY ITEMS */
  .col-xxxl-justify-items-start {
    justify-items: start;
  }
  .col-xxxl-justify-items-end {
    justify-items: end;
  }
  .col-xxxl-justify-items-center {
    justify-items: center;
  }
  .col-xxxl-justify-items-stretch {
    justify-items: stretch;
  }
  /* ALIGN ITEMS */
  .col-xxxl-align-items-start {
    align-items: start;
  }
  .col-xxxl-align-items-end {
    align-items: end;
  }
  .col-xxxl-align-items-center {
    align-items: center;
  }
  .col-xxxl-align-items-stretch {
    align-items: stretch;
  }
  /* JUSTIFY CONTENT */
  .col-xxxl-justify-content-start {
    justify-content: start;
  }
  .col-xxxl-justify-content-end {
    justify-content: end;
  }
  .col-xxxl-justify-content-center {
    justify-content: center;
  }
  .col-xxxl-justify-content-stretch {
    justify-content: stretch;
  }
  .col-xxxl-justify-content-space-around {
    justify-content: space-around;
  }
  .col-xxxl-justify-content-space-between {
    justify-content: space-between;
  }
  .col-xxxl-justify-content-space-evenly {
    justify-content: space-evenly;
  }
  /* ALIGN CONTENT */
  .col-xxxl-align-content-start {
    align-content: start;
  }
  .col-xxxl-align-content-end {
    align-content: end;
  }
  .col-xxxl-align-content-center {
    align-content: center;
  }
  .col-xxxl-align-content-stretch {
    align-content: stretch;
  }
  .col-xxxl-align-content-space-around {
    align-content: space-around;
  }
  .col-xxxl-align-content-space-between {
    align-content: space-between;
  }
  .col-xxxl-align-content-space-evenly {
    align-content: space-evenly;
  }
  /* GRID AUTO-FLOW */
  .col-xxxl-grid-auto-flow-row {
    grid-auto-flow: row;
  }
  .col-xxxl-grid-auto-flow-column {
    grid-auto-flow: column;
  }
  .col-xxxl-grid-auto-flow-dense {
    grid-auto-flow: dense;
  }
  /* COLUMNS XXX-LARGE BREAKPOINT */
  .col-xxxl-1 {
    grid-column-end: span 1;
  }
  .col-xxxl-2 {
    grid-column-end: span 2;
  }
  .col-xxxl-3 {
    grid-column-end: span 3;
  }
  .col-xxxl-4 {
    grid-column-end: span 4;
  }
  .col-xxxl-5 {
    grid-column-end: span 5;
  }
  .col-xxxl-6 {
    grid-column-end: span 6;
  }
  .col-xxxl-7 {
    grid-column-end: span 7;
  }
  .col-xxxl-8 {
    grid-column-end: span 8;
  }
  .col-xxxl-9 {
    grid-column-end: span 9;
  }
  .col-xxxl-10 {
    grid-column-end: span 10;
  }
  .col-xxxl-11 {
    grid-column-end: span 11;
  }
  .col-xxxl-12 {
    grid-column-end: span 12;
  }
  /* OFFSETS */
  .col-xxxl-offset-0 {
    grid-column-start: unset;
  }
  .col-xxxl-offset-1 {
    grid-column-start: 2;
  }
  .col-xxxl-offset-2 {
    grid-column-start: 3;
  }
  .col-xxxl-offset-3 {
    grid-column-start: 4;
  }
  .col-xxxl-offset-4 {
    grid-column-start: 5;
  }
  .col-xxxl-offset-5 {
    grid-column-start: 6;
  }
  .col-xxxl-offset-6 {
    grid-column-start: 7;
  }
  .col-xxxl-offset-7 {
    grid-column-start: 8;
  }
  .col-xxxl-offset-8 {
    grid-column-start: 9;
  }
  .col-xxxl-offset-9 {
    grid-column-start: 10;
  }
  .col-xxxl-offset-10 {
    grid-column-start: 11;
  }
  .col-xxxl-offset-11 {
    grid-column-start: 12;
  }
  /* JUSTIFY SELF */
  .col-xxxl-justify-self-start {
    justify-self: start;
  }
  .col-xxxl-justify-self-end {
    justify-self: end;
  }
  .col-xxxl-justify-self-center {
    justify-self: center;
  }
  .col-xxxl-justify-self-stretch {
    justify-self: stretch;
  }
  /* ALIGN SELF */
  .col-xxxl-align-self-start {
    align-self: start;
  }
  .col-xxxl-align-self-end {
    align-self: end;
  }
  .col-xxxl-align-self-center {
    align-self: center;
  }
  .col-xxxl-align-self-stretch {
    align-self: stretch;
  }
}
.gap-0 {
  gap: 0;
}

.col-gap-0 {
  column-gap: 0;
}

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

/* Equal Hight */
.equal-h-wrapper {
  height: 100%;
}

.equal-h {
  grid-auto-flow: unset;
}

.grid-table .row {
  gap: 10px;
}
.grid-table.infos .info-title {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 18px;
  color: #D30F4B;
}
.grid-table.infos .info-topic {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 16px;
  color: #0091DF;
}
.grid-table.infos .info-description span {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
}
.grid-table.infos p {
  margin-bottom: 18px;
}

.flex-table-2col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .flex-table-2col {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 5px;
  }
}
.flex-table-2col .first-col {
  width: 100%;
}
@media (min-width: 576px) {
  .flex-table-2col .first-col {
    width: 160px;
    max-width: max-content;
    min-width: 150px;
  }
}
.flex-table-2col .second-col {
  flex: 1 1 auto;
}
.flex-table-2col p {
  margin-bottom: 0;
}
.flex-table-2col.first-col-min70 .first-col {
  width: 100%;
}
@media (min-width: 576px) {
  .flex-table-2col.first-col-min70 .first-col {
    width: 160px;
    max-width: max-content;
    min-width: 70px;
  }
}
.flex-table-2col.first-col-min200 .first-col {
  width: 100%;
}
@media (min-width: 576px) {
  .flex-table-2col.first-col-min200 .first-col {
    width: 200px;
    max-width: max-content;
    min-width: 200px;
  }
}

.infos-sport-departmens-wrapper {
  width: 100%;
  height: 100%;
}

.table-infos-sport-departmens {
  width: 100%;
  margin-bottom: 34px;
}
.table-infos-sport-departmens:last-child {
  margin-bottom: 0;
}
.table-infos-sport-departmens .info-title {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #D30F4B;
  margin-bottom: 24px;
}
.table-infos-sport-departmens .info-topic {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  color: #0091DF;
}
.table-infos-sport-departmens .info-highlight {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
}

.main-content {
  width: 100%;
  min-width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
}

section, .page-section {
  position: relative;
  overflow: hidden;
}

.stripe-fw {
  display: block;
  width: 100vw;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
.stripe-fw.has-fullwidth-content {
  margin: 0 auto 50px auto;
}
@media (min-width: 992px) {
  .stripe-fw.has-fullwidth-content {
    margin: 0 auto 80px auto;
  }
}
@media (min-width: 1900px) {
  .stripe-fw.has-fullwidth-content {
    margin: 0 auto 100px auto;
  }
}
.stripe-fw.has-inner-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .stripe-fw.has-inner-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.stripe-fw.has-full-bg {
  margin: 80px 0;
}
@media (min-width: 992px) {
  .stripe-fw.has-full-bg {
    margin: 80px 0;
  }
}
@media (min-width: 1900px) {
  .stripe-fw.has-full-bg {
    margin: 100px 0;
  }
}

.container, .main-header .container-fluid {
  width: 100%;
  margin: 0 auto 50px auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container, .main-header .container-fluid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .main-header .container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .main-header .container-fluid {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 80px auto;
  }
}
@media (min-width: 1200px) {
  .container, .main-header .container-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container, .main-header .container-fluid {
    max-width: 1270px;
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .container, .main-header .container-fluid {
    max-width: 1180px;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .container, .main-header .container-fluid {
    max-width: 968px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .main-header .container-fluid {
    max-width: 1140px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .container, .main-header .container-fluid {
    max-width: 968px;
    width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 967px) {
  .container, .main-header .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  .container, .main-header .container-fluid {
    max-width: 640px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 639px) {
  .container, .main-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  .container, .main-header .container-fluid {
    max-width: 290px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.fullwidth {
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.fullscreen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.parallax-window {
  position: relative;
  width: 100%;
  height: 470px;
  background: transparent;
  overflow: hidden;
}
.parallax-window.small {
  height: 360px;
}
.parallax-window.medium {
  height: 580px;
}
.parallax-window.large {
  height: 800px;
}
.parallax-window.fullscreen {
  width: 100vw;
  height: 100vh;
}

.hero-section {
  position: relative;
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
.sidebar-right {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .sidebar-right {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .sidebar-right {
    padding-left: 30px;
  }
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column, .flex-col {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end, .justify-end {
  justify-content: flex-end !important;
}

.justify-content-center, .justify-center {
  justify-content: center !important;
}

.justify-content-between, .justify-between {
  justify-content: space-between !important;
}

.justify-content-around, .justify-around {
  justify-content: space-around !important;
}

.justify-items-center {
  justify-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end, .items-end {
  align-items: flex-end !important;
}

.align-items-center, .items-center {
  align-items: center !important;
}

.align-items-baseline, .items-baseline {
  align-items: baseline !important;
}

.align-items-stretch, .items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end, .self-end {
  align-self: flex-end;
}

.align-self-center, .self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.flex-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column-cc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-lc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-lb {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-column-lb {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-rb {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-column-rb {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

header.main-header-02 {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0 10px 0;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  z-index: 999;
}
@media (min-width: 768px) {
  header.main-header-02 {
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 992px) {
  header.main-header-02 {
    padding: 30px 0 30px 0;
  }
}
header.main-header-02 .basic-sticky-example {
  position: relative;
  width: 100%;
  background-color: #fff;
}
header.main-header-02 .container.main-header-wrapper {
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  header.main-header-02 .container.main-header-wrapper {
    height: 84px;
  }
}
header.main-header-02 a.logo, header.main-header-02 a.logo2 {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #10384F;
  text-transform: none;
  letter-spacing: 1px;
}
header.main-header-02 a.logo:hover, header.main-header-02 a.logo:focus, header.main-header-02 a.logo2:hover, header.main-header-02 a.logo2:focus {
  color: #00617F;
}
header.main-header-02 .site-branding {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 56px;
  padding: 0;
  margin: 0;
}
@media (min-width: 414px) {
  header.main-header-02 .site-branding {
    height: 64px;
  }
}
header.main-header-02 .site-branding a.logo {
  display: block;
  padding: 0;
  margin: 0;
}
header.main-header-02 .site-branding a.logo img {
  width: auto;
  height: 56px;
}
@media (min-width: 414px) {
  header.main-header-02 .site-branding a.logo img {
    width: auto;
    height: 64px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .site-branding a.logo img {
    height: 76px;
    width: auto;
  }
}
header.main-header-02 .site-branding a.logo:hover, header.main-header-02 .site-branding a.logo:focus {
  color: #00617F;
  text-decoration: none;
}
header.main-header-02 .site-branding a.logo-type {
  display: none;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #10384F;
  padding-top: 20px;
}
@media (min-width: 430px) {
  header.main-header-02 .site-branding a.logo-type {
    display: block;
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  header.main-header-02 .site-branding a.logo-type {
    font-size: 16px;
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .site-branding a.logo-type {
    display: none;
  }
}
header.main-header-02 .header-right {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.main-header-02 .second-brand {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  header.main-header-02 .second-brand {
    width: 48px;
    height: 61px;
  }
}
@media (min-width: 992px) {
  header.main-header-02 .second-brand {
    width: 57px;
    height: 76px;
  }
}
header.main-header-02 .second-brand a.logo2 {
  display: block;
  margin: 0;
  padding: 0;
}
header.main-header-02 .second-brand a.logo2 img {
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  header.main-header-02 .second-brand a.logo2 img {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  header.main-header-02 .second-brand a.logo2 img {
    width: 57px;
    height: 57px;
  }
}
header.main-header-02 .sticky-wrapper {
  height: auto !important;
  width: 100%;
}
header.main-header-02 .header-login-container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 24px;
}
@media (min-width: 576px) {
  header.main-header-02 .header-login-container {
    margin-left: 26px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .header-login-container {
    margin-left: 40px;
  }
}
header.main-header-02 .header-login-container .user-login-btn-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 12px;
  z-index: 10;
}
@media (min-width: 576px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn {
    font-size: 13px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn {
    font-size: 14px;
  }
}
header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn:hover, header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn:focus, header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn:visited {
  text-decoration: none;
}
header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #FF3162;
  transform: skewX(-12deg);
  z-index: -2;
  box-sizing: content-box;
}
@media (min-width: 430px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn::after {
    left: -8px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn::after {
    left: -15px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn:hover::after {
    left: -24px;
  }
}
header.main-header-02 .header-login-container .user-login-btn-wrapper a.user-login-btn::before {
  content: " ";
  position: absolute;
  width: 50vw;
  top: 0;
  left: 100vw;
  background-color: #443247;
  transform: skew(-12deg);
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
header.main-header-02 .header-login-container .user-login-btn-wrapper form.header-logout-form {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header.main-header-02 .header-login-container .user-login-btn-wrapper form.header-logout-form button.user-logout-btn {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 0 12px;
  border: none;
  background: transparent;
  z-index: 11;
}
@media (min-width: 576px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper form.header-logout-form button.user-logout-btn {
    font-size: 13px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper form.header-logout-form button.user-logout-btn {
    font-size: 14px;
  }
}
header.main-header-02 .header-login-container .user-login-btn-wrapper form.header-logout-form button.user-logout-btn::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #FF3162;
  transform: skewX(-12deg);
  z-index: -2;
  box-sizing: content-box;
}
@media (min-width: 430px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper form.header-logout-form button.user-logout-btn::after {
    left: -8px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper form.header-logout-form button.user-logout-btn::after {
    left: -15px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .header-login-container .user-login-btn-wrapper form.header-logout-form button.user-logout-btn:hover::after {
    left: -24px;
  }
}
header.main-header-02 .header-login-container .user-login-btn-wrapper form.header-logout-form button.user-logout-btn::before {
  content: " ";
  position: absolute;
  width: 50vw;
  top: 0;
  left: 100vw;
  background-color: #443247;
  transform: skew(-12deg);
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
header.main-header-02 .mobile-navigation {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 94px;
  left: 0;
  color: #fff;
  padding: 40px 30px;
  margin: 0 auto;
  background-color: #10384f;
  overflow: auto;
}
@media (min-width: 576px) {
  header.main-header-02 .mobile-navigation {
    padding: 40px 20%;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .mobile-navigation {
    top: 125px;
  }
}
@media (min-width: 992px) {
  header.main-header-02 .mobile-navigation {
    top: 143px;
    padding: 40px 20%;
  }
}
header.main-header-02 .mobile-navigation.show {
  display: block;
}
header.main-header-02 .mobile-navigation nav.mobile-menu {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu:last-child {
  margin-bottom: 48px;
}
header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu li, header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu li a {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.9px;
  color: #fff;
}
header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu li.menu-item a {
  display: block;
  padding: 15px;
  margin-bottom: 0;
  border-bottom: 2px solid #00617f;
}
header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu li.menu-item a.link-extern {
  display: flex;
  align-items: center;
}
header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu li.menu-item a.link-extern::after {
  content: " ";
  position: relative;
  width: 14px;
  height: 16px;
  margin-left: 12px;
  background-image: url("../images/icons/link-extern-white.svg");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: center;
  opacity: 0.9;
}
header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu li.menu-item.active a {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  padding-left: 30px;
}
header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu li.menu-item.active a:before {
  content: " ";
  position: relative;
  width: 2px;
  height: 29px;
  top: 0;
  left: -15px;
  border-left: 1px solid #D30F4B;
}
header.main-header-02 .mobile-navigation nav.mobile-menu ul.mainmenu li.mobile-menu-title {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 22px;
  letter-spacing: 0.9px;
  color: #00BCFF;
  padding: 8px 0;
  margin-top: 15px;
}

.menu-toggle-wrapper {
  position: relative;
  width: 40px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .menu-toggle-wrapper {
    height: 84px;
  }
}
.menu-toggle-wrapper::after {
  content: " ";
  position: absolute;
  width: 50vw;
  top: 0;
  left: 100vw;
  height: 100%;
  transform: skew(-16deg);
  background-color: #10384F;
  opacity: 0;
  z-index: -1;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.menu-toggle-wrapper .menu-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
.menu-toggle-wrapper .menu-toggle .hamburger-icon {
  position: absolute;
  width: 20px;
  height: 2px;
  top: 14px;
  right: 0;
  background-color: #624963;
  transition-duration: 0.5s;
}
.menu-toggle-wrapper .menu-toggle .hamburger-icon::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 2px;
  top: -8px;
  right: 0;
  background-color: #624963;
  transition-duration: 0.5s;
}
.menu-toggle-wrapper .menu-toggle .hamburger-icon::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  top: 8px;
  right: 0;
  background-color: #624963;
  transition-duration: 0.5s;
}
.menu-toggle-wrapper.active .menu-toggle .hamburger-icon {
  width: 28px;
  background-color: transparent;
}
.menu-toggle-wrapper.active .menu-toggle .hamburger-icon::before {
  width: 24px;
  transform: rotateZ(45deg) scaleX(1.25) translate(5px, 5px);
}
.menu-toggle-wrapper.active .menu-toggle .hamburger-icon::after {
  width: 24px;
  width: 24px;
  transform: rotateZ(-45deg) scaleX(1.25) translate(5px, -5px);
}

.menu-toggle-wrapper.large {
  position: relative;
  width: 40px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .menu-toggle-wrapper.large {
    height: 84px;
  }
}
.menu-toggle-wrapper.large::after {
  content: " ";
  position: absolute;
  width: 50vw;
  top: 0;
  left: 100vw;
  height: 100%;
  transform: skew(-16deg);
  background-color: #10384F;
  opacity: 0;
  z-index: -1;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.menu-toggle-wrapper.large .menu-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.menu-toggle-wrapper.large .menu-toggle .hamburger-icon {
  position: absolute;
  width: 22px;
  height: 2px;
  top: 15px;
  right: 0;
  background-color: #624963;
  transition-duration: 0.5s;
}
.menu-toggle-wrapper.large .menu-toggle .hamburger-icon::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: -10px;
  right: 0;
  background-color: #624963;
  transition-duration: 0.5s;
}
.menu-toggle-wrapper.large .menu-toggle .hamburger-icon::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 10px;
  right: 0;
  background-color: #624963;
  transition-duration: 0.5s;
}
.menu-toggle-wrapper.large.active .menu-toggle .hamburger-icon {
  background-color: transparent;
}
.menu-toggle-wrapper.large.active .menu-toggle .hamburger-icon::before {
  width: 30px;
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.menu-toggle-wrapper.large.active .menu-toggle .hamburger-icon::after {
  width: 30px;
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

header.main-header-02 .stuck {
  position: fixed;
  width: 100%;
  height: 74px;
  top: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  header.main-header-02 .stuck {
    height: 84px;
  }
}
header.main-header-02 .stuck .site-branding a.logo {
  width: 70px;
  height: 50px;
  background-image: url("../images/logo-betriebssport-signet-only.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 50px;
}
header.main-header-02 .stuck .site-branding a.logo img {
  display: none;
}
@media (min-width: 576px) {
  header.main-header-02 .stuck .site-branding a.logo {
    margin-right: 6px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .stuck .site-branding a.logo {
    width: 68px;
    height: 56px;
    margin-right: 20px;
    background-size: 67.8788px 56px;
  }
}
@media (min-width: 992px) {
  header.main-header-02 .stuck .site-branding a.logo {
    width: 100px;
    height: 66px;
    margin-right: 20px;
    background-size: auto 66px;
  }
}
header.main-header-02 .stuck .site-branding a.logo-type {
  display: none;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #10384F;
  padding-top: 27px;
}
@media (min-width: 576px) {
  header.main-header-02 .stuck .site-branding a.logo-type {
    display: block;
    font-size: 15px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .stuck .site-branding a.logo-type {
    font-size: 16px;
    padding-top: 27px;
  }
}
@media (min-width: 576px) {
  header.main-header-02 .stuck .second-brand {
    width: 46px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  header.main-header-02 .stuck .second-brand {
    width: 48px;
    height: 74px;
  }
}
header.main-header-02 .stuck .second-brand a.logo2 img {
  width: 38px;
  height: 38px;
}
@media (min-width: 768px) {
  header.main-header-02 .stuck .second-brand a.logo2 img {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 992px) {
  header.main-header-02 .stuck .second-brand a.logo2 img {
    width: 48px;
    height: 48px;
  }
}
header.main-header-02 .stuck .menu-toggle-wrapper:after {
  left: -20px;
  opacity: 1;
  animation: headerafter-right 0.8s;
}
header.main-header-02 .stuck .menu-toggle-wrapper .menu-toggle .hamburger-icon {
  background-color: #fff;
}
header.main-header-02 .stuck .menu-toggle-wrapper .menu-toggle .hamburger-icon::before, header.main-header-02 .stuck .menu-toggle-wrapper .menu-toggle .hamburger-icon::after {
  background-color: #fff;
}
header.main-header-02 .stuck .menu-toggle-wrapper.active .hamburger-icon {
  background-color: transparent;
}
@media (min-width: 768px) {
  header.main-header-02 .stuck .header-login-container a.user-login-btn:before {
    left: 93px;
    opacity: 0.35;
    animation: headerbefore-right 0.8s;
  }
}
@media (min-width: 768px) {
  header.main-header-02 .stuck .header-login-container form.header-logout-form button.user-logout-btn:before {
    left: 105px;
    opacity: 0.35;
    animation: headerbefore-right 0.8s;
  }
}

@keyframes headerafter-right {
  0% {
    left: 100vw;
  }
  to {
    left: -10px;
  }
}
@keyframes headerafter {
  0% {
    right: 100vw;
  }
  to {
    right: -10px;
  }
}
@keyframes headerbefore-right {
  0% {
    left: 100vw;
  }
  to {
    left: 90px;
  }
}
header.main-header-02 .stuck .mobile-navigation {
  top: 74px;
}
@media (min-width: 768px) {
  header.main-header-02 .stuck .mobile-navigation {
    top: 84px;
  }
}

.menu-icon-close {
  position: absolute;
  right: 0;
  top: 15px;
  min-width: 70px;
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 10px;
  line-height: 3;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  padding-left: 8px;
  border: 1px solid #00617f;
  background-color: transparent;
  padding-right: 25px;
  background: url("../images/icons/x-icon-sm.svg") no-repeat right 10px center;
  z-index: 9999;
}

.breadcrumb-container {
  position: relative;
  width: 100%;
  padding: 10px 0 0 0;
  background: transparent;
}
.breadcrumb-container nav.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-container nav.breadcrumb ul.breadcrumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.breadcrumb-container nav.breadcrumb ul.breadcrumbs li {
  display: block;
  margin: 0 3px;
}
.breadcrumb-container nav.breadcrumb ul.breadcrumbs li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  padding: 0;
  opacity: 0.8;
  color: #10384F;
  background-image: url("../images/icons/arrow-right-flat-dark-blue.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.breadcrumb-container nav.breadcrumb ul.breadcrumbs li a {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.23px;
  line-height: 1.92;
  color: #10384F;
  opacity: 0.7;
}
.breadcrumb-container nav.breadcrumb ul.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumb-container nav.breadcrumb ul.breadcrumbs li:last-child a {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  opacity: 0.7;
  cursor: default;
}
.breadcrumb-container nav.breadcrumb ul.breadcrumbs li:last-child:before {
  opacity: 0.8;
}

footer .scroll-to-top a,
footer .scroll-to-top a:hover,
footer .scroll-to-top a:link {
  display: none;
  position: fixed;
  right: 0;
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  min-width: 59px;
  height: 60px;
  background-position: 17px 17px;
  padding-top: 30px;
  background-color: #FF3162;
  -webkit-animation: moveup 0.5s;
  animation: moveup 0.5s;
  z-index: 99;
}

footer .scroll-to-top a:after,
footer .scroll-to-top a:hover:after,
footer .scroll-to-top a:link:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FF3162;
  top: 0;
  left: -5px;
  height: 100%;
  width: 15px;
  transform: skewX(-10deg);
}

footer .scroll-to-top a:before,
footer .scroll-to-top a:hover:before,
footer .scroll-to-top a:link:before {
  position: absolute;
  display: block;
  content: "";
  right: 21px;
  top: -6px;
  width: 20px;
  height: 55px;
  background-image: url("../images/icons/arrow-flat-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 22px;
  transform: rotate(-90deg);
}

@-webkit-keyframes moveup {
  0% {
    bottom: -80px;
  }
  to {
    bottom: 0;
  }
}
@keyframes moveup {
  0% {
    bottom: -80px;
  }
  to {
    bottom: 0;
  }
}
footer .scroll-to-top.top-button-visible a {
  display: inline;
  bottom: 0;
  opacity: 1;
}

footer .scroll-to-top.animate-down a,
footer .scroll-to-top.animate-down a:hover,
footer .scroll-to-top.animate-down a:link {
  display: inline;
  -webkit-animation: movedown 1s;
  animation: movedown 1s;
}

@-webkit-keyframes movedown {
  0% {
    bottom: 0;
  }
  to {
    bottom: -80px;
  }
  0% {
    display: inline;
    opacity: 0;
  }
}
@keyframes movedown {
  0% {
    bottom: 0;
  }
  to {
    bottom: -80px;
  }
  0% {
    display: inline;
    opacity: 0;
  }
}
.ticker {
  max-width: 100%;
  overflow: hidden;
  height: 2.75rem;
  margin: 10px 0 15px 30px;
  background-color: transparent;
  /*
  &::after {
      position: absolute;
      content: "//";
      font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
      margin-right: -19px;
      margin-left: 8px;
      color: $bayer-raspberry;
  }
  */
  box-sizing: content-box;
}
.ticker::before {
  position: absolute;
  content: "//";
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 26px;
  line-height: inherit;
  margin-left: -30px;
  margin-right: 20px;
  color: #D30F4B;
}
.ticker .ticker-wrapper {
  display: inline-block;
  height: 2.75rem;
  line-height: 2.75rem;
  white-space: nowrap;
  box-sizing: content-box;
  animation: ticker linear 34s infinite;
}
@media (min-width: 320px) and (max-width: 500px) {
  .ticker .ticker-wrapper {
    animation: ticker-start50 linear 24s infinite;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .ticker .ticker-wrapper {
    animation: ticker-start65 linear 24s infinite;
  }
}
.ticker .ticker-wrapper .ticker-item {
  display: inline-block;
  padding: 0 1rem;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 1.5rem;
  color: #00617F;
}
.ticker .ticker-wrapper .ticker-item a {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  color: #00617F;
}
.ticker .ticker-wrapper:hover {
  animation-play-state: paused;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes ticker-start65 {
  0% {
    -webkit-transform: translate3d(65%, 0, 0);
    transform: translate3d(65%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker-start65 {
  0% {
    -webkit-transform: translate3d(65%, 0, 0);
    transform: translate3d(65%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes ticker-start50 {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker-start50 {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.section-main-heading .container {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-main-heading .container {
    margin-bottom: 20px;
  }
}
.section-main-heading.home {
  margin-top: 80px;
}

.title-box-skew-right-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.title-box-skew-right {
  position: relative;
  display: block;
  color: #fff;
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  padding: 12px 23px 11px 15px;
  z-index: 1;
}
.title-box-skew-right:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0091DF;
  transform: skewX(-12deg);
  z-index: -1;
  box-sizing: content-box;
}
.title-box-skew-right.has-hover:hover::before {
  padding-right: 17px;
}
.title-box-skew-right.dark-blue:before {
  background-color: #10384F;
}
.title-box-skew-right.mid-blue:before {
  background-color: #00617F;
}
.title-box-skew-right.bright-blue:before {
  background-color: #00BCFF;
}
.title-box-skew-right.dark-green:before {
  background-color: #004422;
}
.title-box-skew-right.mid-green:before {
  background-color: #2B6636;
}
.title-box-skew-right.green:before {
  background-color: #66B512;
}
.title-box-skew-right.bright-green:before {
  background-color: #89D329;
}
.title-box-skew-right.dark-purple:before {
  background-color: #443247;
}
.title-box-skew-right.mid-purple:before {
  background-color: #624963;
}
.title-box-skew-right.pink:before {
  background-color: #D30F4B;
}
.title-box-skew-right.fuchsia:before {
  background-color: #FF3162;
}

.title-box-skew-left-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
}

.title-box-skew-left {
  position: relative;
  display: block;
  color: #fff;
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  padding: 12px 23px 11px 15px;
  z-index: 1;
  padding: 12px 15px 11px 23px;
}
.title-box-skew-left:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0091DF;
  transform: skewX(-12deg);
  z-index: -1;
  box-sizing: content-box;
}
.title-box-skew-left.has-hover:hover::before {
  padding-right: 17px;
}
.title-box-skew-left.dark-blue:before {
  background-color: #10384F;
}
.title-box-skew-left.mid-blue:before {
  background-color: #00617F;
}
.title-box-skew-left.bright-blue:before {
  background-color: #00BCFF;
}
.title-box-skew-left.dark-green:before {
  background-color: #004422;
}
.title-box-skew-left.mid-green:before {
  background-color: #2B6636;
}
.title-box-skew-left.green:before {
  background-color: #66B512;
}
.title-box-skew-left.bright-green:before {
  background-color: #89D329;
}
.title-box-skew-left.dark-purple:before {
  background-color: #443247;
}
.title-box-skew-left.mid-purple:before {
  background-color: #624963;
}
.title-box-skew-left.pink:before {
  background-color: #D30F4B;
}
.title-box-skew-left.fuchsia:before {
  background-color: #FF3162;
}
.title-box-skew-left:before {
  right: -5px;
  left: unset;
}
.title-box-skew-left.has-hover:hover::before {
  padding-left: 17px;
  padding-right: unset;
}

.anchore-offset::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

.content-cta-section {
  position: relative;
  width: 100%;
  margin-top: 66px;
}

.info-box {
  position: relative;
  word-break: break-word;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 80px;
  background-color: #0091DF;
  z-index: 1;
}
.info-box .info-box-content {
  position: relative;
  color: #fff;
  text-align: left;
  padding: 30px;
}
.info-box .info-box-content h1:first-child, .info-box .info-box-content h2:first-child, .info-box .info-box-content h3:first-child, .info-box .info-box-content h4:first-child, .info-box .info-box-content h5:first-child, .info-box .info-box-content h6:first-child {
  margin-top: 0;
}
.info-box .info-box-content .info-box-title {
  margin-top: 0;
}
.info-box .info-box-content .info-box-subtitle {
  font-size: 15px;
  letter-spacing: 0.97px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.info-box .info-box-content p, .info-box .info-box-content ul li, .info-box .info-box-content a {
  color: #fff;
}
.info-box .info-box-content p {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 15px;
}
.info-box .info-box-content p:last-child {
  margin-bottom: 0;
}
.info-box .info-box-content p.text-medium {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
}
.info-box.position-left .info-box-content {
  text-align: right;
  padding: 30px 30px 30px 55px;
}
.info-box.position-left .info-box-content::before {
  content: "";
  top: -1px;
  left: -15px;
  height: 101%;
  z-index: 2;
  position: absolute;
  background-color: #fff;
  width: 30px;
  transform: skew(-4deg);
}
.info-box.position-right .info-box-content {
  text-align: left;
  padding: 30px 55px 30px 30px;
}
.info-box.position-right .info-box-content::before {
  content: "";
  top: -1px;
  right: -18px;
  height: 101%;
  z-index: 2;
  position: absolute;
  background-color: #fff;
  width: 40px;
  transform: skew(-4deg);
}
.info-box.dark-blue {
  background-color: #10384F;
}
.info-box.mid-blue {
  background-color: #00617F;
}
.info-box.blue {
  background-color: #0091DF;
}
.info-box.bright-blue {
  background-color: #00BCFF;
}
.info-box.dark-purple {
  background-color: #443247;
}
.info-box.mid-purple {
  background-color: #624963;
}
.info-box.pink {
  background-color: #D30F4B;
}
.info-box.fuchsia {
  background-color: #FF3162;
}
.info-box.infox-has-img-plus-list .img-plus-list-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) and (max-width: 991px) {
  .info-box.infox-has-img-plus-list .img-plus-list-wrapper {
    flex-direction: row;
    align-items: flex-end;
  }
  .info-box.infox-has-img-plus-list .img-plus-list-wrapper .round-image-container {
    margin: 0 50px 0 0;
  }
}

.info-box-has-title-box {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.info-box-has-title-box:last-child {
  margin-bottom: 0;
}
.info-box-has-title-box .title-box-skew-right-wrapper {
  position: relative;
  margin-left: 20px;
  z-index: 2;
}
.info-box-has-title-box .info-box-content-wrapper {
  position: relative;
  padding: 40px 30px 30px;
  margin-top: -16px;
  z-index: 1;
}
.info-box-has-title-box .info-box-content {
  word-break: break-word;
  letter-spacing: normal;
  color: #10384F;
  text-align: left;
}
.info-box-has-title-box .info-box-content .h6 {
  font-family: "HelveticaNeueLTW05-46LtIt", Arial, Roboto, sans-serif;
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 16px;
}
.info-box-has-title-box .info-box-content .h6:first-child {
  margin-top: 0;
}
.info-box-has-title-box .info-box-content p, .info-box-has-title-box .info-box-content ul, .info-box-has-title-box .info-box-content ul li, .info-box-has-title-box .info-box-content ul li a {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.info-box-has-title-box .info-box-content p:last-child, .info-box-has-title-box .info-box-content ul:last-child, .info-box-has-title-box .info-box-content ul li:last-child, .info-box-has-title-box .info-box-content ul li a:last-child {
  margin-bottom: 0;
}
.info-box-has-title-box.pink .info-box-content-wrapper {
  background-color: rgba(255, 49, 98, 0.04);
}
.info-box-has-title-box.blue .info-box-content-wrapper {
  background-color: #EDF7FD;
}
.info-box-has-title-box.white-bg-border .info-box-content-wrapper {
  background-color: #fff;
  border: 1px solid rgba(98, 73, 99, 0.25);
}

.info-box-has-title-box.news-box .h6 {
  font-size: 17px;
  color: #0091DF;
  margin-bottom: 4px;
}
.info-box-has-title-box.news-box .read-more {
  font-size: 11px;
}
.info-box-has-title-box.news-box .read-more::before {
  border-left: 1px solid #D30F4B;
}

.contact-person-list-wrapper {
  position: relative;
  width: 100%;
}
.contact-person-list-wrapper h2.h3 {
  margin-top: 80px;
}
.contact-person-list-wrapper .contact-person-list-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .contact-person-list-wrapper .contact-person-list-block {
    flex-direction: row;
  }
}
.contact-person-list-wrapper .contact-person-list-block .heading {
  min-width: 180px;
  margin-right: 16px;
}
.contact-person-list-wrapper .contact-person-list-block .heading p {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  color: #0091DF;
  margin-bottom: 0;
}
.contact-person-list-wrapper .contact-person-list-block .person-list ul.contact-person-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-person-list-wrapper .contact-person-list-block .person-list ul.contact-person-list {
    flex-direction: row;
  }
}
.contact-person-list-wrapper .contact-person-list-block .person-list ul.contact-person-list li {
  margin-right: 16px;
}
.contact-person-list-wrapper .contact-person-list-block .person-list ul.contact-person-list li.head {
  min-width: 180px;
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
}

.contact-has-image-block {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dfebf0;
}
@media (min-width: 576px) {
  .contact-has-image-block {
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
  }
}
.contact-has-image-block .contact-portrait {
  position: relative;
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .contact-has-image-block .contact-portrait {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.contact-has-image-block .contact-portrait img {
  width: 180px;
  max-width: 180px;
  height: auto;
  border-radius: 50%;
}
.contact-has-image-block .contact-portrait.no-image {
  border-radius: 50%;
  border: 1px solid #dfebf0;
}
.contact-has-image-block .contact-portrait.no-image-sgsignet {
  border-radius: 50%;
  border: 1px solid #dfebf0;
}
.contact-has-image-block .contact-portrait.no-image-sgsignet img {
  height: 100px;
  opacity: 0.9;
}
.contact-has-image-block .contact-data .title {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
}
.contact-has-image-block .contact-data .subtitle {
  margin-bottom: 16px;
}

.blog-items-list-wrapper {
  position: relative;
  width: 100%;
}
.blog-items-list-wrapper .blog-list-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfebf0;
}
@media (min-width: 992px) {
  .blog-items-list-wrapper .blog-list-item {
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 40px;
  }
}
.blog-items-list-wrapper .blog-list-item .blog-list-image-item {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .blog-items-list-wrapper .blog-list-item .blog-list-image-item {
    max-width: 240px;
  }
}
.blog-items-list-wrapper .blog-list-item .blog-list-teaser-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media (min-width: 992px) {
  .blog-items-list-wrapper .blog-list-item .blog-list-teaser-content {
    padding: 0 30px;
  }
}
.blog-items-list-wrapper .blog-list-item .blog-list-teaser-content .blog-list-tag {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1;
}
.blog-items-list-wrapper .blog-list-item .blog-list-teaser-content .blog-list-tag .blog-tag {
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 12px;
  color: #00BCFF;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.blog-items-list-wrapper .blog-list-item .blog-list-teaser-content .blog-list-date {
  color: #00617F;
  margin-top: 0;
}
.blog-items-list-wrapper .blog-list-item .blog-list-teaser-content .blog-list-title {
  margin: 10px 0 20px 0;
}
.blog-items-list-wrapper .blog-list-item .blog-list-teaser-content .blog-list-title .blog-title {
  font-size: 23px;
  line-height: 1.2;
  margin: 0;
}

.blog-article-wrapper .blog-article-tag {
  width: 100%;
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 12px;
  color: #00BCFF;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.blog-article-wrapper .blog-article-date {
  width: 100%;
  color: #00617F;
  margin: 0;
}
.blog-article-wrapper .blog-article-title {
  width: 100%;
  font-size: 23px;
  line-height: 1.2;
  margin: 10px 0 20px 0;
}

h6.nikolaus {
  display: flex;
  align-items: center;
}
h6.nikolaus span {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
h6.nikolaus img.nikolaus-icon {
  width: 100%;
  height: 30px;
}

.round-image-container {
  position: relative;
  padding: 0;
  margin: 24px 0;
}
.round-image-container img {
  width: 120px;
  max-width: 120px;
  height: auto;
  border-radius: 50%;
}
.round-image-container.img-has-border img {
  border: 2px solid #fff;
}

.image-caption-wrapper {
  position: relative;
  padding: 25px;
}
.image-caption-wrapper .image-caption:last-child {
  margin-bottom: 0;
}

.dynamic-image-wrapper {
  transform: skewX(-11deg);
  overflow: hidden;
  transform-origin: 100% 0;
}
.dynamic-image-wrapper img {
  width: calc(100% + 80px);
  max-width: none;
  transform: skew(11deg);
  margin-left: -40px;
}

.image-wrapper-skew-right {
  position: relative;
}
.image-wrapper-skew-right:before {
  content: "";
  top: -1px;
  right: -25px;
  height: 101%;
  z-index: 2;
  position: absolute;
  background-color: #fff;
  width: 50px;
  transform: skew(-4deg);
}
.image-wrapper-skew-right.deg-11:before {
  content: "";
  top: -1px;
  right: -25px;
  height: 101%;
  z-index: 2;
  position: absolute;
  background-color: #fff;
  width: 50px;
  transform: skew(-11deg);
}

.image-clip-skew-right.deg-11 {
  position: relative;
}
.image-clip-skew-right.deg-11 img {
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0 100%);
}

.image-clip-skew-right.deg-7 {
  position: relative;
}
.image-clip-skew-right.deg-7 img {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

.grid-image-collage-landscape-portrait-texture {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 15px 50px auto;
  position: relative;
  gap: 0;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .grid-image-collage-landscape-portrait-texture {
    grid-template-rows: 20px 90px auto;
    margin-top: 80px;
  }
}
.grid-image-collage-landscape-portrait-texture .grid-item-01 {
  grid-column: 1/span 8;
  grid-row: 1/span 3;
  z-index: 3;
}
.grid-image-collage-landscape-portrait-texture .grid-item-02 {
  grid-column: 8/span 4;
  grid-row: 2/span 1;
  z-index: 1;
}
.grid-image-collage-landscape-portrait-texture .grid-item-02 .dynamic-texture-wrapper {
  position: relative;
  width: 100%;
  height: 28px;
  background-image: url("../images/dynamic-textures/dynamic-texture-green.svg");
  background-repeat: repeat-x;
  background-size: contain;
  overflow: hidden;
}
.grid-image-collage-landscape-portrait-texture .grid-item-02 .dynamic-texture-wrapper.texture-blue {
  background-image: url("../images/dynamic-textures/dynamic-texture-blue.svg");
  background-repeat: repeat-x;
  background-size: contain;
}
.grid-image-collage-landscape-portrait-texture .grid-item-02 .dynamic-texture-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 5px;
  height: 32px;
  background: #fff;
  -ms-transform: skew(-11deg, 0deg);
  -webkit-transform: skew(-11deg, 0deg);
  transform: skew(-11deg, 0deg);
}
@media (min-width: 768px) {
  .grid-image-collage-landscape-portrait-texture .grid-item-02 .dynamic-texture-wrapper:after {
    right: -4px;
    width: 8px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .grid-image-collage-landscape-portrait-texture .grid-item-02 .dynamic-texture-wrapper:after {
    right: -2px;
    width: 8px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .grid-image-collage-landscape-portrait-texture .grid-item-02 .dynamic-texture-wrapper {
    height: 48px;
  }
}
.grid-image-collage-landscape-portrait-texture .grid-item-03 {
  grid-column: 7/-1;
  grid-row: 3/span 1;
  z-index: 2;
}
.grid-image-collage-landscape-portrait-texture .grid-item-03 .skewed-clip-image-wrapper {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.grid-image-collage-portrait-texture {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 15px 50px auto;
  position: relative;
  gap: 0;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .grid-image-collage-portrait-texture {
    grid-template-rows: 20px 90px auto;
    margin-top: 80px;
  }
}
.grid-image-collage-portrait-texture .grid-item-01 {
  grid-column: 1/span 6;
  grid-row: 1/span 3;
  z-index: 1;
}
.grid-image-collage-portrait-texture .grid-item-01 .img-wrapper {
  position: relative;
}
.grid-image-collage-portrait-texture .grid-item-01 .img-wrapper:after {
  content: "";
  position: absolute;
  top: -5%;
  right: -22px;
  width: 48px;
  height: 110%;
  background: #fff;
  -ms-transform: skew(-4deg, 0deg);
  -webkit-transform: skew(-4deg, 0deg);
  transform: skew(-4deg, 0deg);
}
.grid-image-collage-portrait-texture .grid-item-02 {
  grid-column: 6/-1;
  grid-row: 2/span 1;
  z-index: 2;
}
.grid-image-collage-portrait-texture .grid-item-02 .dynamic-texture-wrapper {
  position: relative;
  width: 100%;
  height: 28px;
  background-image: url("../images/dynamic-textures/dynamic-texture-dark-purple.svg");
  background-repeat: repeat-x;
  background-size: contain;
  overflow: hidden;
  opacity: 0.8;
}
.grid-image-collage-portrait-texture .grid-item-02 .dynamic-texture-wrapper.texture-blue {
  background-image: url("../images/dynamic-textures/dynamic-texture-blue.svg");
  background-repeat: repeat-x;
  background-size: contain;
}
.grid-image-collage-portrait-texture .grid-item-02 .dynamic-texture-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 5px;
  height: 32px;
  background: #fff;
  -ms-transform: skew(-11deg, 0deg);
  -webkit-transform: skew(-11deg, 0deg);
  transform: skew(-11deg, 0deg);
}
@media (min-width: 992px) {
  .grid-image-collage-portrait-texture .grid-item-02 .dynamic-texture-wrapper:after {
    right: -4px;
    width: 8px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .grid-image-collage-portrait-texture .grid-item-02 .dynamic-texture-wrapper:after {
    right: -2px;
    width: 11px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .grid-image-collage-portrait-texture .grid-item-02 .dynamic-texture-wrapper {
    height: 48px;
  }
}

.grid-image-collage-landscape-texture {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 30px 50px auto;
  position: relative;
  gap: 0;
  margin: 50px 0;
}
@media (min-width: 992px) {
  .grid-image-collage-landscape-texture {
    grid-template-rows: 40px 90px auto;
    margin-top: 80px;
  }
}
.grid-image-collage-landscape-texture .grid-item-01 {
  grid-column: 1/span 8;
  grid-row: 1/span 3;
  z-index: 1;
}
.grid-image-collage-landscape-texture .grid-item-01 .img-wrapper img {
  clip-path: polygon(0 0, 100% 0, 85.4% 100%, 0% 100%);
}
.grid-image-collage-landscape-texture .grid-item-02 {
  grid-column: 7/-1;
  grid-row: 2/span 1;
  z-index: 2;
}
.grid-image-collage-landscape-texture .grid-item-02 .dynamic-texture-wrapper {
  position: relative;
  width: 100%;
  height: 38px;
  clip-path: polygon(2.8% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-image: url("../images/dynamic-textures/dynamic-texture-fuchsia.svg");
  background-repeat: repeat-x;
  background-size: contain;
  background-position-x: right;
  overflow: hidden;
  opacity: 1;
}
@media (min-width: 576px) {
  .grid-image-collage-landscape-texture .grid-item-02 .dynamic-texture-wrapper {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .grid-image-collage-landscape-texture .grid-item-02 .dynamic-texture-wrapper {
    height: 48px;
  }
}
.grid-image-collage-landscape-texture .grid-item-02 .dynamic-texture-wrapper.texture-blue {
  background-image: url("../images/dynamic-textures/dynamic-texture-blue.svg");
  background-repeat: repeat-x;
  background-size: contain;
}

.masonry-container {
  column-count: 4;
  column-gap: 30px;
}

.masonry-item {
  margin: 0 0 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .masonry-item {
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  .masonry-item {
    margin: 0 0 30px;
  }
}
.masonry-item.text-item {
  color: #fff;
  padding: 15px;
  background-color: #00617F;
}
.masonry-item.text-item p {
  margin-bottom: 0;
}

.grid-image-and-text-in-center-overlays-wide {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 140px 40px auto;
  position: relative;
  gap: 30px 0;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide {
    grid-template-rows: 50px 40px auto 50px;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .grid-image-and-text-in-center-overlays-wide {
    grid-template-rows: 70px 50px auto 70px;
    gap: 0;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 {
  grid-column: 1/span 12;
  grid-row: 1/span 1;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 {
    grid-column: 1/span 5;
    grid-row: 1/-1;
    z-index: 1;
    display: block;
  }
}
@media (min-width: 1200px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 {
    grid-column: 1/span 4;
  }
}
@media (min-width: 1440px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 {
    grid-column: 1/span 5;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-wrapper .section-overlay-light {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  right: 18%;
  opacity: 0.9;
  transform: skewX(-11deg);
  z-index: -1;
  /*
  &:after {
    content: "";
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 26%;
    background: $bayer-mid-blue;
    transform: skewX(-18deg);
    z-index: 1;
    @media (min-width: $breakpoint-lg) {
      right: 32%;
    }
    @media (min-width: $breakpoint-xl) {
      right: 34%;
    }
    @media (min-width: $breakpoint-xxl) {
      right: 31%;
    }
    @media (min-width: $breakpoint-xxxl) {
      right: 26%;
    }
  }
  */
}
@media (min-width: 1200px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-wrapper .section-overlay-light {
    right: 18%;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-wrapper .section-overlay-dark {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 26%;
  transform: skewX(-18deg);
  z-index: 1;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-wrapper .section-overlay-dark {
    right: 32%;
  }
}
@media (min-width: 1200px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-wrapper .section-overlay-dark {
    right: 34%;
  }
}
@media (min-width: 1440px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-wrapper .section-overlay-dark {
    right: 31%;
  }
}
@media (min-width: 1920px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-wrapper .section-overlay-dark {
    right: 26%;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-wrapper .overlay-line {
  width: 1px;
  height: 120%;
  position: absolute;
  left: 82%;
  top: -10%;
  overflow: hidden;
  transform: skewX(-16deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #FF3162;
  z-index: 3;
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper {
  width: 100%;
  position: absolute;
  right: -7%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 10;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper {
    max-width: 200px;
    position: absolute;
    top: 50px;
    right: 74%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper {
    right: 80%;
  }
}
@media (min-width: 1440px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper {
    right: 74%;
  }
}
@media (min-width: 1920px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper {
    right: 70%;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper .round-image-wrapper {
  width: 100px;
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper .round-image-wrapper img {
  max-width: 100px;
  height: auto;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper .round-image-wrapper {
    width: 140px;
  }
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper .round-image-wrapper img {
    max-width: 140px;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper .image-caption-wrapper {
  color: #fff;
  padding: 15px;
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper .image-caption-wrapper .image-caption {
  color: #fff;
  text-align: left;
}
.grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper .image-caption-wrapper .image-caption:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-01 .section-overlay-content-wrapper .image-caption-wrapper .image-caption {
    text-align: center;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-02 {
  grid-column: 2/span 9;
  grid-row: 2/span 2;
  z-index: 1;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-02 {
    grid-column: 6/span 6;
  }
}
@media (min-width: 1200px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-02 {
    grid-column: 5/span 5;
  }
}
@media (min-width: 1440px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-02 {
    grid-column: 6/span 4;
  }
}
@media (min-width: 1920px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-02 {
    grid-column: 6/span 4;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center {
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center {
    padding-right: 60px;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center .teaser-heading {
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.2px;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center .teaser-heading {
    font-size: 17px;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center .title-heading {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  line-height: 1.1;
  margin-top: 0;
}
.grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center p:last-child, .grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center ul:last-child, .grid-image-and-text-in-center-overlays-wide .grid-item-02 .text-wrapper-center ol:last-child {
  margin-bottom: 0;
}
.grid-image-and-text-in-center-overlays-wide .grid-item-03 {
  display: none;
  grid-column: 11/-1;
  grid-row: 1/-1;
  z-index: 1;
}
.grid-image-and-text-in-center-overlays-wide .grid-item-03 .skewed-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.grid-image-and-text-in-center-overlays-wide .grid-item-03 .skewed-bg:after {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: -15%;
  background: #00617F;
  transform: skewX(-11deg);
}
.grid-image-and-text-in-center-overlays-wide .grid-item-03 .skewed-bg.mid-purple:after {
  background: #624963;
}
@media (min-width: 1200px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-03 {
    display: block;
    grid-column: 12/-1;
  }
}
@media (min-width: 1440px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-03 {
    display: block;
    grid-column: 11/-1;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-04 {
  display: none;
  grid-column: 11/-1;
  grid-row: 2/span 1;
  z-index: 2;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-04 {
    display: block;
    grid-column: 11/-1;
    grid-row: 2/span 1;
  }
}
@media (min-width: 1440px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-04 {
    grid-column: 10/-1;
  }
}
.grid-image-and-text-in-center-overlays-wide .grid-item-04 .dynamic-texture-wrapper {
  position: relative;
  width: 100%;
  height: 28px;
  background-image: url("../images/dynamic-textures/dynamic-texture-green.svg");
  background-repeat: repeat-x;
  background-size: contain;
  overflow: hidden;
}
@media (min-width: 992px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-04 .dynamic-texture-wrapper {
    height: 38px;
  }
}
@media (min-width: 1200px) {
  .grid-image-and-text-in-center-overlays-wide .grid-item-04 .dynamic-texture-wrapper {
    height: 48px;
  }
}

.section-img-right-text-left .image-item {
  order: 1;
}
.section-img-right-text-left .text-item {
  order: 2;
}
@media (min-width: 992px) {
  .section-img-right-text-left .image-item {
    order: 2;
  }
  .section-img-right-text-left .text-item {
    order: 1;
  }
}

.section-teaser-image-plus-description .teaser-description {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.section-teaser-image-plus-description .teaser-description h1:first-child, .section-teaser-image-plus-description .teaser-description h2:first-child, .section-teaser-image-plus-description .teaser-description h3:first-child, .section-teaser-image-plus-description .teaser-description h4:first-child, .section-teaser-image-plus-description .teaser-description h5:first-child, .section-teaser-image-plus-description .teaser-description h6:first-child {
  margin-top: 0;
}

.bg-img-has-full-overlay .section-image-overlay:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.bg-img-has-full-overlay.dark-green .section-image-overlay:after {
  background: #004422;
  opacity: 0.9;
}
.bg-img-has-full-overlay.dark-blue .section-image-overlay:after {
  background: #10384F;
  opacity: 0.8;
}
.bg-img-has-full-overlay.dark-purple .section-image-overlay:after {
  background: #443247;
  opacity: 0.8;
}

.lft-40 {
  left: -40px;
}

.section-type-image-overlay {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.section-type-image-overlay a {
  display: block;
  cursor: pointer;
}
.section-type-image-overlay .section-image-overlay {
  position: relative;
  width: 100%;
  z-index: 1;
}
.section-type-image-overlay .section-image-overlay img {
  position: relative;
  width: 100%;
}
.section-type-image-overlay .section-teasertext-wrapper {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 100%;
  max-width: 36%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  overflow-wrap: normal;
  color: #fff;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  z-index: 10;
}
@media (min-width: 490px) and (max-width: 767px) {
  .section-type-image-overlay .section-teasertext-wrapper {
    max-width: 38%;
  }
}
@media (min-width: 768px) {
  .section-type-image-overlay .section-teasertext-wrapper {
    max-width: 35%;
  }
}
@media (min-width: 992px) {
  .section-type-image-overlay .section-teasertext-wrapper {
    max-width: 37%;
  }
}
.section-type-image-overlay .section-teasertext-wrapper .teaser-kicker {
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 4px;
}
.section-type-image-overlay .section-teasertext-wrapper h5.teaser-title {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 18px;
  color: #fff;
  /*
  @media (min-width: 460px) {
    font-size: calc(23px + 5 * ((100vw - 414px) / 575));
  }
  */
  /*
  @media (min-width: 768px) {
    font-size: calc(20px + (23 - 20) * (100vw - 576px) / (768 - 576));
  }
  */
}
@media (min-width: 414px) {
  .section-type-image-overlay .section-teasertext-wrapper h5.teaser-title {
    font-size: 23px;
  }
}
@media (min-width: 460px) {
  .section-type-image-overlay .section-teasertext-wrapper h5.teaser-title {
    font-size: calc(23px + 5 * (100vw - 460px) / 307);
  }
}
@media (min-width: 768px) {
  .section-type-image-overlay .section-teasertext-wrapper h5.teaser-title {
    font-size: 23px;
  }
}
.section-type-image-overlay .section-teasertext-wrapper .read-more {
  color: #fff;
  margin-top: 0;
}
.section-type-image-overlay .section-teasertext-wrapper .read-more:before {
  border-left: 1px solid #fff;
}
.section-type-image-overlay .section-teasertext-wrapper .read-more.fuchsia {
  color: #FF3162;
}
.section-type-image-overlay .section-teasertext-wrapper .read-more.fuchsia:before {
  border-left: 1px solid #FF3162;
}
.section-type-image-overlay .section-overlays .section-overlay-light {
  position: absolute;
  width: 115%;
  height: 100%;
  top: 0;
  right: -62%;
  transform: skewX(-16deg);
  opacity: 0.6;
  z-index: 2;
}
.section-type-image-overlay .section-overlays .section-overlay-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: -52%;
  transform: skewX(-11deg);
  opacity: 0.7;
  z-index: 3;
}
.section-type-image-overlay .section-overlays .section-overlay-line {
  width: 1px;
  height: 100%;
  overflow: hidden;
  transform: skewX(-16deg);
  backface-visibility: hidden;
  position: absolute;
  left: 98%;
  top: 0;
  z-index: 99;
}
.section-type-image-overlay.has-hover:hover img {
  transform: scale(1.05);
}
.section-type-image-overlay.has-hover:hover .read-more {
  padding-left: 15px;
}
.section-type-image-overlay.position-left .section-teasertext-wrapper {
  left: 7%;
}
.section-type-image-overlay.position-left .section-overlay-light {
  left: -59%;
}
.section-type-image-overlay.position-left .section-overlay-dark {
  left: -49%;
}
.section-type-image-overlay.position-left .section-overlay-line {
  right: 98%;
}
.section-type-image-overlay.tiny-angles .section-overlay-light {
  right: -60%;
  transform: skewX(-12deg);
}
.section-type-image-overlay.tiny-angles .section-overlay-dark {
  right: -45%;
  transform: skewX(-6deg);
}
.section-type-image-overlay.tiny-angles .section-overlay-line {
  right: 98%;
}

.section-type-image-overlay.has-round-portrait .section-portrait {
  position: absolute;
  top: 30px;
  left: 26px;
  height: 100%;
  display: flex;
  z-index: 100;
}
.section-type-image-overlay.has-round-portrait .section-portrait .round-image-container {
  margin: 0;
}
.section-type-image-overlay.has-round-portrait .section-portrait .round-image-container img {
  width: 97px;
  max-width: 97px;
  height: auto;
  border-radius: 50%;
}

.paragraph-type-image-overlay-wide {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.paragraph-type-image-overlay-wide .type-image-overlay-wide-wrapper {
  position: relative;
  overflow: hidden;
}
.paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper {
  position: absolute;
  left: 78%;
  width: calc(-10% + 230px);
  max-width: 230px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #fff;
  z-index: 4;
}
.paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper .teaser-title {
  font-family: "HelveticaNeueLTW05-36ThinIt", Arial, Roboto, sans-serif;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
.paragraph-type-image-overlay-wide .read-more-wrapper {
  margin-top: 0;
  margin-left: 2px;
}
.paragraph-type-image-overlay-wide .read-more-wrapper .read-more {
  margin-left: 0;
  font-size: 12px;
}
.paragraph-type-image-overlay-wide .read-more-wrapper .read-more.extern {
  margin-right: 34px;
}
.paragraph-type-image-overlay-wide .read-more-wrapper .read-more.extern::after {
  width: 14px;
  height: 18px;
  top: 0;
  right: -26px;
  background-size: 13px 13px;
  background-position: center;
}
.paragraph-type-image-overlay-wide .overlay-dark {
  position: absolute;
  left: 72%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #10384F;
  opacity: 0.9;
  transform: skewX(-12deg);
  z-index: 2;
}
.paragraph-type-image-overlay-wide .overlay-angel-left {
  position: absolute;
  top: 0;
  left: -97.5%;
  width: 100%;
  height: 100%;
  transform: skewX(-24deg);
  background-color: #00BCFF;
  opacity: 0.7;
  z-index: 2;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -ms-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}
.paragraph-type-image-overlay-wide .overlay-line {
  width: 1px;
  height: 120%;
  overflow: hidden;
  transform: skewX(-16deg);
  backface-visibility: hidden;
  position: absolute;
  left: 72%;
  top: -10%;
  background-color: #FF3162;
  z-index: 3;
}
.paragraph-type-image-overlay-wide .wide-image-wrapper {
  position: relative;
  width: 100%;
}
.paragraph-type-image-overlay-wide .wide-image-wrapper img {
  width: 100%;
}
.paragraph-type-image-overlay-wide:hover .overlay-line {
  transform: rotate(20deg);
}
.paragraph-type-image-overlay-wide:hover img {
  transform: scale(1.1);
}
.paragraph-type-image-overlay-wide:hover .read-more-wrapper {
  padding-right: 8px;
}
.paragraph-type-image-overlay-wide:hover .read-more-wrapper .read-more {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide .type-image-overlay-wide-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .paragraph-type-image-overlay-wide .type-image-overlay-wide-wrapper:hover img {
    transform: none;
  }
  .paragraph-type-image-overlay-wide .overlay-angel-left, .paragraph-type-image-overlay-wide .overlay-line, .paragraph-type-image-overlay-wide .overlay-dark {
    display: none;
  }
  .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper {
    position: relative;
    bottom: -7%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 43%;
    margin-top: -30px;
    text-align: right;
    padding: 20px 35px 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper {
    padding: 30px 35px 30px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper .teaser-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper .teaser-title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skewy(-3deg);
    background-color: #10384F;
    z-index: -1;
  }
  .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #FF3162;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
}

.paragraph-type-image-overlay-wide.news-teaser .wide-image-teasertext-wrapper {
  left: 48%;
  width: calc(-10% + 220px);
  max-width: 220px;
  color: #fff;
}
.paragraph-type-image-overlay-wide.news-teaser .wide-image-teasertext-wrapper .teaser-title {
  font-family: "HelveticaNeueLTW05-36ThinIt", Arial, Roboto, sans-serif;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
.paragraph-type-image-overlay-wide.news-teaser .overlay-dark {
  left: 38%;
  background-color: #443247;
  opacity: 0.9;
  transform: skewX(-12deg);
  z-index: 2;
}
.paragraph-type-image-overlay-wide.news-teaser .overlay-dark.gradient {
  background: linear-gradient(194deg, #FF3162, #443247);
}
.paragraph-type-image-overlay-wide.news-teaser .overlay-angel-left {
  display: none;
}
.paragraph-type-image-overlay-wide.news-teaser .overlay-line {
  width: 1px;
  height: 120%;
  overflow: hidden;
  transform: skewX(-16deg);
  backface-visibility: hidden;
  position: absolute;
  left: 38%;
  top: -10%;
  background-color: #FF3162;
  z-index: 3;
}
.paragraph-type-image-overlay-wide.news-teaser .wide-image-wrapper {
  position: relative;
  width: 100%;
  min-height: 220px;
}
.paragraph-type-image-overlay-wide.news-teaser .wide-image-wrapper img {
  width: 100%;
}
.paragraph-type-image-overlay-wide.news-teaser .wide-image-wrapper.signet {
  padding: 20px;
}
.paragraph-type-image-overlay-wide.news-teaser .wide-image-wrapper.signet img {
  width: 110px;
}
@media (max-width: 1199px) {
  .paragraph-type-image-overlay-wide.news-teaser .wide-image-teasertext-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.news-teaser .type-image-overlay-wide-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .paragraph-type-image-overlay-wide.news-teaser .type-image-overlay-wide-wrapper:hover img {
    transform: none;
  }
  .paragraph-type-image-overlay-wide.news-teaser .overlay-angel-left, .paragraph-type-image-overlay-wide.news-teaser .overlay-line, .paragraph-type-image-overlay-wide.news-teaser .overlay-dark {
    display: none;
  }
  .paragraph-type-image-overlay-wide.news-teaser .wide-image-teasertext-wrapper {
    position: relative;
    bottom: -7%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 43%;
    margin-top: -30px;
    text-align: right;
    padding: 20px 35px 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .paragraph-type-image-overlay-wide.news-teaser .wide-image-teasertext-wrapper {
    padding: 30px 35px 30px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.news-teaser .wide-image-teasertext-wrapper .teaser-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .paragraph-type-image-overlay-wide.news-teaser .wide-image-teasertext-wrapper .teaser-title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.news-teaser .wide-image-teasertext-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skewy(-3deg);
    background-color: #443247;
    z-index: -1;
  }
  .paragraph-type-image-overlay-wide.news-teaser .wide-image-teasertext-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #FF3162;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
}

.paragraph-type-image-overlay-wide.text-image-50 .wide-image-teasertext-wrapper {
  left: 60%;
  width: calc(-10% + 630px);
  max-width: 430px;
  color: #fff;
}
.paragraph-type-image-overlay-wide.text-image-50 .overlay-dark {
  left: 50%;
  opacity: 1;
  transform: skewX(-12deg);
  z-index: 2;
}
.paragraph-type-image-overlay-wide.text-image-50 .overlay-angel-left {
  display: none;
}
.paragraph-type-image-overlay-wide.text-image-50 .overlay-line {
  width: 20px;
  height: 120%;
  overflow: hidden;
  transform: skewX(-12deg);
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  top: -10%;
  background-color: #fff;
  z-index: 3;
}
.paragraph-type-image-overlay-wide.text-image-50 .bg-image-overlay-wrapper {
  position: relative;
  width: 50%;
}
.paragraph-type-image-overlay-wide.text-image-50 .bg-image-overlay-wrapper img {
  position: relative;
  top: 20px;
  left: 0;
  transform: scale(1.15);
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50 .type-image-overlay-wide-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .paragraph-type-image-overlay-wide.text-image-50 .type-image-overlay-wide-wrapper:hover img {
    transform: scale(1.1);
  }
  .paragraph-type-image-overlay-wide.text-image-50 .bg-image-overlay-wrapper {
    position: relative;
    width: 100%;
  }
  .paragraph-type-image-overlay-wide.text-image-50 .bg-image-overlay-wrapper img {
    position: relative;
    top: 20px;
    left: -10px;
    transform: scale(1.1);
  }
  .paragraph-type-image-overlay-wide.text-image-50 .overlay-angel-left, .paragraph-type-image-overlay-wide.text-image-50 .overlay-line, .paragraph-type-image-overlay-wide.text-image-50 .overlay-dark {
    display: none;
  }
  .paragraph-type-image-overlay-wide.text-image-50 .wide-image-teasertext-wrapper {
    position: relative;
    bottom: -7%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 43%;
    margin-top: -30px;
    text-align: right;
    padding: 20px 35px 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .paragraph-type-image-overlay-wide.text-image-50 .wide-image-teasertext-wrapper {
    padding: 30px 35px 30px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50 .wide-image-teasertext-wrapper .teaser-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .paragraph-type-image-overlay-wide.text-image-50 .wide-image-teasertext-wrapper .teaser-title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50 .wide-image-teasertext-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skewy(-3deg);
    background-color: #004422;
    z-index: -1;
  }
  .paragraph-type-image-overlay-wide.text-image-50 .wide-image-teasertext-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #89D329;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
}
.paragraph-type-image-overlay-wide.text-image-50.text-position-left .wide-image-teasertext-wrapper {
  left: 10%;
}
.paragraph-type-image-overlay-wide.text-image-50.text-position-left .overlay-dark {
  left: -52%;
}
.paragraph-type-image-overlay-wide.text-image-50.text-position-left .overlay-line {
  width: 18px;
  left: 48%;
}
.paragraph-type-image-overlay-wide.text-image-50.text-position-left .bg-image-overlay-wrapper {
  width: 52%;
  left: 48%;
}
.paragraph-type-image-overlay-wide.text-image-50.text-position-left .bg-image-overlay-wrapper img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50.text-position-left .type-image-overlay-wide-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .paragraph-type-image-overlay-wide.text-image-50.text-position-left .type-image-overlay-wide-wrapper:hover img {
    transform: scale(1.1);
  }
  .paragraph-type-image-overlay-wide.text-image-50.text-position-left .bg-image-overlay-wrapper {
    position: relative;
    width: 100%;
    left: 0;
  }
  .paragraph-type-image-overlay-wide.text-image-50.text-position-left .bg-image-overlay-wrapper img {
    position: relative;
    top: 20px;
    left: -10px;
    transform: scale(1.1);
  }
  .paragraph-type-image-overlay-wide.text-image-50.text-position-left .wide-image-teasertext-wrapper {
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 45%;
    padding: 40px 35px 40px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .paragraph-type-image-overlay-wide.text-image-50.text-position-left .wide-image-teasertext-wrapper {
    padding: 40px 35px 40px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50.text-position-left .wide-image-teasertext-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skewy(-3deg);
    background-color: #004422;
    z-index: -1;
  }
  .paragraph-type-image-overlay-wide.text-image-50.text-position-left .wide-image-teasertext-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #89D329;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
}

.paragraph-type-image-overlay-wide.text-image-50.blue .wide-image-teasertext-wrapper {
  left: 60%;
  width: calc(-10% + 630px);
  max-width: 430px;
  color: #fff;
}
.paragraph-type-image-overlay-wide.text-image-50.blue .overlay-dark {
  left: 50%;
  opacity: 1;
  transform: skewX(-12deg);
  z-index: 2;
}
.paragraph-type-image-overlay-wide.text-image-50.blue .overlay-angel-left {
  display: none;
}
.paragraph-type-image-overlay-wide.text-image-50.blue .overlay-line {
  width: 20px;
  height: 120%;
  overflow: hidden;
  transform: skewX(-12deg);
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  top: -10%;
  background-color: #fff;
  z-index: 3;
}
.paragraph-type-image-overlay-wide.text-image-50.blue .bg-image-overlay-wrapper {
  position: relative;
  width: 50%;
}
.paragraph-type-image-overlay-wide.text-image-50.blue .bg-image-overlay-wrapper img {
  position: relative;
  top: 20px;
  left: 0;
  transform: scale(1.15);
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50.blue .type-image-overlay-wide-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue .type-image-overlay-wide-wrapper:hover img {
    transform: scale(1.1);
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue .bg-image-overlay-wrapper {
    position: relative;
    width: 100%;
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue .bg-image-overlay-wrapper img {
    position: relative;
    top: 20px;
    left: -10px;
    transform: scale(1.1);
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue .overlay-angel-left, .paragraph-type-image-overlay-wide.text-image-50.blue .overlay-line, .paragraph-type-image-overlay-wide.text-image-50.blue .overlay-dark {
    display: none;
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue .wide-image-teasertext-wrapper {
    position: relative;
    bottom: -7%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 43%;
    margin-top: -30px;
    text-align: right;
    padding: 20px 35px 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .paragraph-type-image-overlay-wide.text-image-50.blue .wide-image-teasertext-wrapper {
    padding: 30px 35px 30px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50.blue .wide-image-teasertext-wrapper .teaser-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .paragraph-type-image-overlay-wide.text-image-50.blue .wide-image-teasertext-wrapper .teaser-title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50.blue .wide-image-teasertext-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skewy(-3deg);
    background-color: #0091DF;
    z-index: -1;
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue .wide-image-teasertext-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #10384F;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
}
.paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .wide-image-teasertext-wrapper {
  left: 10%;
}
.paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .overlay-dark {
  left: -52%;
}
.paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .overlay-line {
  width: 18px;
  left: 48%;
}
.paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .bg-image-overlay-wrapper {
  width: 52%;
  left: 48%;
}
.paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .bg-image-overlay-wrapper img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .type-image-overlay-wide-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .type-image-overlay-wide-wrapper:hover img {
    transform: scale(1.1);
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .bg-image-overlay-wrapper {
    position: relative;
    width: 100%;
    left: 0;
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .bg-image-overlay-wrapper img {
    position: relative;
    top: 20px;
    left: -10px;
    transform: scale(1.1);
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .wide-image-teasertext-wrapper {
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 45%;
    padding: 40px 35px 40px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .wide-image-teasertext-wrapper {
    padding: 40px 35px 40px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .wide-image-teasertext-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skewy(-3deg);
    background-color: #0091DF;
    z-index: -1;
  }
  .paragraph-type-image-overlay-wide.text-image-50.blue.text-position-left .wide-image-teasertext-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #10384F;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
}

.paragraph-type-image-overlay-wide.dark-purple {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.paragraph-type-image-overlay-wide.dark-purple .type-image-overlay-wide-wrapper {
  position: relative;
  overflow: hidden;
}
.paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper {
  position: absolute;
  left: 78%;
  width: calc(-10% + 230px);
  max-width: 230px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #fff;
  z-index: 4;
}
.paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper .teaser-title {
  font-family: "HelveticaNeueLTW05-36ThinIt", Arial, Roboto, sans-serif;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
.paragraph-type-image-overlay-wide.dark-purple .read-more-wrapper {
  margin-top: 0;
  margin-left: 2px;
}
.paragraph-type-image-overlay-wide.dark-purple .read-more-wrapper .read-more {
  margin-left: 0;
  font-size: 12px;
}
.paragraph-type-image-overlay-wide.dark-purple .read-more-wrapper .read-more.extern {
  margin-right: 34px;
}
.paragraph-type-image-overlay-wide.dark-purple .read-more-wrapper .read-more.extern::after {
  width: 14px;
  height: 18px;
  top: 0;
  right: -26px;
  background-size: 13px 13px;
  background-position: center;
}
.paragraph-type-image-overlay-wide.dark-purple .overlay-dark {
  position: absolute;
  left: 72%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #10384F;
  opacity: 0.9;
  transform: skewX(-12deg);
  z-index: 2;
}
.paragraph-type-image-overlay-wide.dark-purple .overlay-angel-left {
  position: absolute;
  top: 0;
  left: -97.5%;
  width: 100%;
  height: 100%;
  transform: skewX(-24deg);
  background-color: #00BCFF;
  opacity: 0.7;
  z-index: 2;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -ms-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}
.paragraph-type-image-overlay-wide.dark-purple .overlay-line {
  width: 1px;
  height: 120%;
  overflow: hidden;
  transform: skewX(-16deg);
  backface-visibility: hidden;
  position: absolute;
  left: 72%;
  top: -10%;
  background-color: #FF3162;
  z-index: 3;
}
.paragraph-type-image-overlay-wide.dark-purple .wide-image-wrapper {
  position: relative;
  width: 100%;
}
.paragraph-type-image-overlay-wide.dark-purple .wide-image-wrapper img {
  width: 100%;
}
.paragraph-type-image-overlay-wide.dark-purple:hover .overlay-line {
  transform: rotate(20deg);
}
.paragraph-type-image-overlay-wide.dark-purple:hover img {
  transform: scale(1.1);
}
.paragraph-type-image-overlay-wide.dark-purple:hover .read-more-wrapper {
  padding-right: 8px;
}
.paragraph-type-image-overlay-wide.dark-purple:hover .read-more-wrapper .read-more {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.dark-purple .type-image-overlay-wide-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .paragraph-type-image-overlay-wide.dark-purple .type-image-overlay-wide-wrapper:hover img {
    transform: none;
  }
  .paragraph-type-image-overlay-wide.dark-purple .overlay-angel-left, .paragraph-type-image-overlay-wide.dark-purple .overlay-line, .paragraph-type-image-overlay-wide.dark-purple .overlay-dark {
    display: none;
  }
  .paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper {
    position: relative;
    bottom: -7%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 43%;
    margin-top: -30px;
    text-align: right;
    padding: 20px 35px 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper {
    padding: 30px 35px 30px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper .teaser-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper .teaser-title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skewy(-3deg);
    background-color: #10384F;
    z-index: -1;
  }
  .paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #FF3162;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
}
@media (min-width: 992px) {
  .paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper {
    left: 71%;
    width: calc(-10% + 260px);
    max-width: 260px;
  }
}
.paragraph-type-image-overlay-wide.dark-purple .overlay-dark {
  left: 65%;
  background-color: #443247;
  opacity: 0.9;
}
.paragraph-type-image-overlay-wide.dark-purple .overlay-angel-left {
  background-color: #89D329;
}
.paragraph-type-image-overlay-wide.dark-purple .overlay-line {
  left: 65%;
}
@media (max-width: 991px) {
  .paragraph-type-image-overlay-wide.dark-purple .wide-image-teasertext-wrapper::after {
    background-color: #443247;
  }
}

.paragraph-type-hero-teaser {
  width: 100vw;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.paragraph-type-hero-teaser .hero-teaser-wrapper {
  position: relative;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .paragraph-type-hero-teaser .hero-teaser-wrapper {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .paragraph-type-hero-teaser .hero-teaser-wrapper {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .paragraph-type-hero-teaser .hero-teaser-wrapper {
    height: 450px;
  }
}
.paragraph-type-hero-teaser .teaser-content-wrapper {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.paragraph-type-hero-teaser .teaser-text-wrapper {
  max-width: 230px;
  padding-left: 40px;
  z-index: 10;
}
@media (min-width: 375px) {
  .paragraph-type-hero-teaser .teaser-text-wrapper {
    max-width: 250px;
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  .paragraph-type-hero-teaser .teaser-text-wrapper {
    max-width: 400px;
    padding-left: 45px;
  }
}
@media (min-width: 768px) {
  .paragraph-type-hero-teaser .teaser-text-wrapper {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .paragraph-type-hero-teaser .teaser-text-wrapper {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .paragraph-type-hero-teaser .teaser-text-wrapper {
    max-width: 650px;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .paragraph-type-hero-teaser .teaser-text-wrapper {
    max-width: 1024px;
  }
}
.paragraph-type-hero-teaser .hero-teaser-heading {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-style: normal;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.86px;
  color: #fff;
}
@media (min-width: 576px) {
  .paragraph-type-hero-teaser .hero-teaser-heading {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph-type-hero-teaser .hero-teaser-heading {
    font-size: 36px;
  }
}
.paragraph-type-hero-teaser .teaser-overlay-dark {
  position: absolute;
  top: 0;
  left: 10%;
  width: 100%;
  height: 100%;
  background-color: #10384f;
  opacity: 0.6;
  overflow: hidden;
  transform: skewX(-12deg);
  transition: left 0.6s ease-in-out;
  z-index: 2;
}
.paragraph-type-hero-teaser .teaser-overlay-mid {
  position: absolute;
  top: 0;
  left: 10%;
  height: 100%;
  width: 100%;
  background-color: #10384f;
  opacity: 0.4;
  overflow: hidden;
  transform: skewX(-12deg);
  transition: left 0.6s ease-in-out;
  z-index: 3;
}
.paragraph-type-hero-teaser .teaser-overlay-line-right {
  background-color: #ff3162;
  width: 1px;
  height: 100%;
  transform: skewX(-32deg);
  backface-visibility: hidden;
  position: absolute;
  left: 89%;
  top: 0;
  z-index: 4;
}
.paragraph-type-hero-teaser .teaser-overlay-line-left {
  background-color: #00bcff;
  width: 1px;
  height: 100%;
  left: 10%;
  transform: skewX(-22deg);
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 4;
}
.paragraph-type-hero-teaser .teaser-image-wrapper {
  position: relative;
  z-index: 2;
}
.paragraph-type-hero-teaser .teaser-image-wrapper img {
  position: absolute;
  min-width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.paragraph-type-hero-teaser:hover .teaser-overlay-dark {
  left: 90%;
}
.paragraph-type-hero-teaser:hover .teaser-overlay-line-right {
  left: 89%;
}
.paragraph-type-hero-teaser:hover .teaser-overlay-line-left {
  transform: skewX(-18deg);
}
@media (min-width: 320px) and (max-width: 575px) {
  .paragraph-type-hero-teaser .teaser-image-wrapper img {
    transform: scale(2);
  }
}

.section-teaser-plusmodul {
  border-top: 1px solid #d3d8dc;
}
.section-teaser-plusmodul .container {
  margin-top: 80px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .section-teaser-plusmodul .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide {
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .type-image-overlay-wide-wrapper {
  position: relative;
  overflow: hidden;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper {
  position: absolute;
  left: 78%;
  width: calc(-10% + 230px);
  max-width: 230px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #fff;
  z-index: 4;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper .teaser-title {
  font-family: "HelveticaNeueLTW05-36ThinIt", Arial, Roboto, sans-serif;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .read-more-wrapper {
  margin-top: 0;
  margin-left: 2px;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .read-more-wrapper .read-more {
  margin-left: 0;
  font-size: 12px;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .read-more-wrapper .read-more.extern {
  margin-right: 34px;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .read-more-wrapper .read-more.extern::after {
  width: 14px;
  height: 18px;
  top: 0;
  right: -26px;
  background-size: 13px 13px;
  background-position: center;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .overlay-dark {
  position: absolute;
  left: 72%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #10384F;
  opacity: 0.9;
  transform: skewX(-12deg);
  z-index: 2;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .overlay-angel-left {
  position: absolute;
  top: 0;
  left: -97.5%;
  width: 100%;
  height: 100%;
  transform: skewX(-24deg);
  background-color: #00BCFF;
  opacity: 0.7;
  z-index: 2;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -ms-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .overlay-line {
  width: 1px;
  height: 120%;
  overflow: hidden;
  transform: skewX(-16deg);
  backface-visibility: hidden;
  position: absolute;
  left: 72%;
  top: -10%;
  background-color: #FF3162;
  z-index: 3;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-wrapper {
  position: relative;
  width: 100%;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-wrapper img {
  width: 100%;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide:hover .overlay-line {
  transform: rotate(20deg);
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide:hover img {
  transform: scale(1.1);
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide:hover .read-more-wrapper {
  padding-right: 8px;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide:hover .read-more-wrapper .read-more {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .type-image-overlay-wide-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .type-image-overlay-wide-wrapper:hover img {
    transform: none;
  }
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .overlay-angel-left, .section-teaser-plusmodul .paragraph-type-image-overlay-wide .overlay-line, .section-teaser-plusmodul .paragraph-type-image-overlay-wide .overlay-dark {
    display: none;
  }
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper {
    position: relative;
    bottom: -7%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 43%;
    margin-top: -30px;
    text-align: right;
    padding: 20px 35px 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper {
    padding: 30px 35px 30px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper .teaser-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper .teaser-title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skewy(-3deg);
    background-color: #10384F;
    z-index: -1;
  }
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #FF3162;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper {
  width: calc(-10% + 330px);
  max-width: 160px;
  left: 81%;
}
@media (max-width: 991px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .wide-image-teasertext-wrapper {
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px;
  background: transparent;
  z-index: 100;
}
@media (min-width: 450px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text {
    height: 55%;
    padding: 30px 35px;
  }
}
@media (min-width: 768px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text {
    padding: 35px 10%;
  }
}
@media (min-width: 800px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text {
    height: 60%;
    padding: 35px 12%;
  }
}
@media (min-width: 900px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text {
    height: 65%;
  }
}
@media (min-width: 992px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text {
    width: 74%;
    height: 100%;
  }
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text .teaser-text {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.9px;
  color: #fff;
}
@media (min-width: 414px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text .teaser-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (min-width: 480px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text .teaser-text {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text .teaser-text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text .teaser-text {
    font-size: 20px;
  }
}
@media (min-width: 800px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text .teaser-text {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 900px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text .teaser-text {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .section-teaser-plusmodul .paragraph-type-image-overlay-wide .content-text .teaser-text {
    text-align: left;
  }
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .overlay-dark, .section-teaser-plusmodul .paragraph-type-image-overlay-wide .overlay-line {
  left: 74%;
}
.section-teaser-plusmodul .paragraph-type-image-overlay-wide .bg-image-overlay-wrapper:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(16, 56, 79, 0.88);
  z-index: 1;
}

.teaser-card-image {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.teaser-card-image a {
  color: #10384F;
  cursor: pointer;
}
.teaser-card-image a:link, .teaser-card-image a:hover, .teaser-card-image a:focus, .teaser-card-image a:visited {
  text-decoration: none;
}
.teaser-card-image a .teaser-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.teaser-card-image a .teaser-image-wrapper img {
  width: 100%;
}
.teaser-card-image a .teaser-kicker-wrapper .title-box-skew-right-wrapper {
  float: none;
}
.teaser-card-image a .teaser-content-wrapper {
  padding: 20px 15px 20px;
}
.teaser-card-image a .teaser-content-wrapper .teaser-heading h4 {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 26px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 0 0 18px;
}
.teaser-card-image a .teaser-content-wrapper .teaser-description {
  margin-bottom: 16px;
}
.teaser-card-image a .teaser-content-wrapper .teaser-description p {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  line-height: 1.56;
  margin-bottom: 0;
}
.teaser-card-image a:hover .teaser-image-wrapper img {
  transform: scale(1.1);
}
.teaser-card-image a:hover .title-box-skew-right:before {
  padding-right: 17px;
}
.teaser-card-image a:hover .read-more {
  padding-left: 15px;
}
.teaser-card-image.bright-green .title-box-skew-right:before {
  background-color: #89D329;
}
.teaser-card-image.bright-green .read-more {
  color: #89D329;
}
.teaser-card-image.bright-green .read-more:before {
  border-left: 1px solid #89D329;
}

.info-card-image {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d3d8dc;
  margin-bottom: 50px;
}
.info-card-image .section-teasertext-wrapper h5.teaser-title {
  font-family: "HelveticaNeueLTW05-46LtIt", Arial, Roboto, sans-serif;
}
.info-card-image .infocard-kicker-wrapper .title-box-skew-right-wrapper {
  float: none;
}
.info-card-image .infocard-content-wrapper {
  position: relative;
  width: 100%;
  min-height: 195px;
  padding: 36px 15px 20px 15px;
}
.info-card-image .infocard-content-wrapper a {
  color: inherit;
}
.info-card-image .infocard-content-wrapper .infocard-heading h4, .info-card-image .infocard-content-wrapper .infocard-heading .title {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin: 0;
}
.info-card-image .infocard-content-wrapper .infocard-heading h5, .info-card-image .infocard-content-wrapper .infocard-heading .subtitle {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 16px;
  margin: 0;
}
.info-card-image .infocard-content-wrapper .infocard-description {
  margin-top: 18px;
  margin-bottom: 16px;
}
.info-card-image .infocard-content-wrapper .infocard-description p, .info-card-image .infocard-content-wrapper .infocard-description ul li, .info-card-image .infocard-content-wrapper .infocard-description a {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  line-height: 1.56;
  margin-bottom: 0;
}

.hero-type-image-overlay-fullwidth {
  width: 100vw;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.hero-type-image-overlay-fullwidth .hero-wide-image-overlay-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-type-image-overlay-fullwidth .overlay-line {
  width: 1px;
  height: 100%;
  overflow: hidden;
  transform: skewX(-12deg);
  backface-visibility: hidden;
  position: absolute;
  left: 92%;
  top: 0;
  background-color: #D30F4B;
  animation: slideInLine 1s ease 2s;
  z-index: 99;
}
.hero-type-image-overlay-fullwidth .overlay-left {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: -96.75%;
  transform: skewX(-24deg);
  background-color: #D30F4B;
  opacity: 0.7;
  z-index: 2;
  animation: slideInFromLeft 1s ease 2s;
}
.hero-type-image-overlay-fullwidth .overlay-right-dark {
  position: absolute;
  left: 64%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0091DF;
  opacity: 0.95;
  transform: skewX(-12deg);
  z-index: 1;
}
.hero-type-image-overlay-fullwidth .overlay-right-mid {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 92%;
  transform: skewX(-24deg);
  background-color: #00BCFF;
  opacity: 0.65;
  z-index: 2;
  animation: slideInFromRight 1s ease 2s;
}
.hero-type-image-overlay-fullwidth .overlay-right-light {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  transform: skewX(-38deg);
  background-color: #00BCFF;
  opacity: 1;
  z-index: 3;
  animation: slideInFromLast 1s ease 2s;
}
.hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 72%;
  z-index: 110;
  transform: skewX(-12deg);
}
.hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-teaser {
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1;
  padding-left: 0;
  margin-bottom: 6px;
  color: #89D329;
}
@media (min-width: 576px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 26px;
  }
}
.hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-title {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
}
@media (min-width: 576px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: calc(26px + 10 * (100vw - 768px) / 992);
  }
}
@media (min-width: 992px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: calc(36px + 12 * (100vw - 992px) / 1200);
  }
}
@media (min-width: 1200px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: calc(48px + 10 * (100vw - 1200px) / 1440);
  }
}
@media (min-width: 1440px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 58px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-type-image-overlay-fullwidth:hover img {
    transform: none;
  }
  .hero-type-image-overlay-fullwidth .hero-image-overlays-wrapper {
    display: none;
  }
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper {
    position: relative;
    bottom: -7%;
    left: 0;
    width: 100vw;
    height: 43%;
    margin-top: -30px;
    text-align: right;
    padding: 20px 35px 20px;
    transform: none;
  }
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper .hero-title {
    font-family: "HelveticaNeueLTW05-36ThinIt", Arial, Roboto, sans-serif;
  }
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skew(0deg, -3deg);
    background-color: #0091DF;
    z-index: -1;
  }
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #D30F4B;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-image-wrapper img {
    min-width: 150%;
  }
}
@media (min-width: 0) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper {
    margin-top: -52px;
    padding: 20px 35px;
  }
}
@media (min-width: 375px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper {
    margin-top: -30px;
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper {
    width: 20%;
    left: 69%;
    margin-top: 0;
    padding: 0;
  }
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-image-wrapper img {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper {
    left: 67.5%;
  }
}
@media (min-width: 1440px) {
  .hero-type-image-overlay-fullwidth .hero-wide-image-overlay-text-wrapper {
    left: 67.5%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.medium-size .hero-wide-image-overlay-image-wrapper {
    min-height: 150px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.mid-purple .hero-wide-image-overlay-text-wrapper::after {
    background-color: #624963;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.dark-purple .hero-wide-image-overlay-text-wrapper::after {
    background-color: #443247;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.green .hero-wide-image-overlay-text-wrapper::after {
    background-color: #66B512;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.mid-green .hero-wide-image-overlay-text-wrapper::after {
    background-color: #2B6636;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.mid-blue .hero-wide-image-overlay-text-wrapper::after {
    background-color: #00617F;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.bright-blue .hero-wide-image-overlay-text-wrapper::after {
    background-color: #00BCFF;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.dark-blue .hero-wide-image-overlay-text-wrapper::after {
    background-color: #10384F;
  }
}

.hero-type-image-overlay-fullwidth.hero-home {
  width: 100vw;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-type-image-overlay-fullwidth.hero-home .overlay-line {
  width: 1px;
  height: 100%;
  overflow: hidden;
  transform: skewX(-12deg);
  backface-visibility: hidden;
  position: absolute;
  left: 92%;
  top: 0;
  background-color: #D30F4B;
  animation: slideInLine 1s ease 2s;
  z-index: 99;
}
.hero-type-image-overlay-fullwidth.hero-home .overlay-left {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: -96.75%;
  transform: skewX(-24deg);
  background-color: #D30F4B;
  opacity: 0.7;
  z-index: 2;
  animation: slideInFromLeft 1s ease 2s;
}
.hero-type-image-overlay-fullwidth.hero-home .overlay-right-dark {
  position: absolute;
  left: 64%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0091DF;
  opacity: 0.95;
  transform: skewX(-12deg);
  z-index: 1;
}
.hero-type-image-overlay-fullwidth.hero-home .overlay-right-mid {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 92%;
  transform: skewX(-24deg);
  background-color: #00BCFF;
  opacity: 0.65;
  z-index: 2;
  animation: slideInFromRight 1s ease 2s;
}
.hero-type-image-overlay-fullwidth.hero-home .overlay-right-light {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  transform: skewX(-38deg);
  background-color: #00BCFF;
  opacity: 1;
  z-index: 3;
  animation: slideInFromLast 1s ease 2s;
}
.hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 72%;
  z-index: 110;
  transform: skewX(-12deg);
}
.hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1;
  padding-left: 0;
  margin-bottom: 6px;
  color: #89D329;
}
@media (min-width: 576px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 26px;
  }
}
.hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
}
@media (min-width: 576px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: calc(26px + 10 * (100vw - 768px) / 992);
  }
}
@media (min-width: 992px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: calc(36px + 12 * (100vw - 992px) / 1200);
  }
}
@media (min-width: 1200px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: calc(48px + 10 * (100vw - 1200px) / 1440);
  }
}
@media (min-width: 1440px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 58px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.hero-home {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-type-image-overlay-fullwidth.hero-home:hover img {
    transform: none;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-image-overlays-wrapper {
    display: none;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
    position: relative;
    bottom: -7%;
    left: 0;
    width: 100vw;
    height: 43%;
    margin-top: -30px;
    text-align: right;
    padding: 20px 35px 20px;
    transform: none;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-family: "HelveticaNeueLTW05-36ThinIt", Arial, Roboto, sans-serif;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 120%;
    transform: skew(0deg, -3deg);
    background-color: #0091DF;
    z-index: -1;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 1px;
    margin-top: -5%;
    margin-left: 50%;
    border: solid #D30F4B;
    border-width: 1px 0 0;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    transform: rotate(-7deg) translateX(-50%);
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-image-wrapper img {
    min-width: 150%;
  }
}
@media (min-width: 0) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
    margin-top: -52px;
    padding: 20px 35px;
  }
}
@media (min-width: 375px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
    margin-top: -30px;
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
    width: 20%;
    left: 69%;
    margin-top: 0;
    padding: 0;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-image-wrapper img {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
    left: 67.5%;
  }
}
@media (min-width: 1440px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
    left: 67.5%;
  }
}
.hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
  left: 73%;
}
.hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
  padding-left: 25px;
  margin-bottom: 0;
}
.hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
  font-size: 140px;
  line-height: 1;
}
.hero-type-image-overlay-fullwidth.hero-home .hero-image-overlays-wrapper .overlay-left {
  left: -93.75%;
}
.hero-type-image-overlay-fullwidth.hero-home .hero-image-overlays-wrapper .overlay-right-dark {
  left: 70.5%;
}
@media (min-width: 0) and (max-width: 767px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
    left: 0;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
    padding-left: 35px;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
    padding-left: 45px;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 120px;
  }
}
@media (min-width: 1440px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
    padding-left: 55px;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 140px;
  }
}
@media (min-width: 1900px) {
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper {
    left: 73%;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-teaser {
    font-size: 26px;
  }
  .hero-type-image-overlay-fullwidth.hero-home .hero-wide-image-overlay-text-wrapper .hero-title {
    font-size: 160px;
    line-height: 1;
  }
}

@keyframes slideInLine {
  0% {
    left: 100%;
  }
  to {
    left: 92%;
  }
}
@keyframes slideInFromLeft {
  0% {
    left: -66.75%;
    opacity: 0.1;
  }
  to {
    left: -93.75%;
    opacity: 0.7;
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0.1;
    left: 48%;
  }
  to {
    opacity: 0.3;
    left: 92%;
  }
}
@keyframes slideInFromLast {
  0% {
    opacity: 0.1;
    left: 92%;
  }
  to {
    opacity: 0.7;
    left: 100%;
  }
}
body.p-login {
  background: #00617F;
}

#gridtemlate01.p-login main {
  margin: 0;
  padding: 0;
}

.section-login-page {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: #00617F;
}
@media (min-width: 992px) {
  .section-login-page {
    display: block;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: transparent;
  }
}
.section-login-page .login-wrapper {
  position: relative;
  width: 80vw;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-login-page .login-wrapper {
    width: 100%;
  }
}
.section-login-page .login-wrapper .login-overlay, .section-login-page .login-wrapper .login-overlay-line, .section-login-page .login-wrapper .login-overlay-right-mid, .section-login-page .login-wrapper .login-overlay-right-light, .section-login-page .login-wrapper .login-image-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .section-login-page .login-wrapper .login-overlay, .section-login-page .login-wrapper .login-overlay-line, .section-login-page .login-wrapper .login-overlay-right-mid, .section-login-page .login-wrapper .login-overlay-right-light, .section-login-page .login-wrapper .login-image-wrapper {
    display: block;
  }
}
.section-login-page .login-wrapper .login-overlay {
  position: absolute;
  right: 50%;
  width: 100%;
  height: 100%;
  background-color: #00617F;
  transform: skewX(-10deg);
  opacity: 1;
  z-index: 1;
}
@media (min-width: 1200px) {
  .section-login-page .login-wrapper .login-overlay {
    right: 68%;
  }
}
.section-login-page .login-wrapper .login-overlay-line {
  content: " ";
  position: absolute;
  left: 98%;
  top: 0;
  width: 1px;
  height: 100%;
  overflow: hidden;
  transform: skewX(-12deg);
  backface-visibility: hidden;
  background-color: #D30F4B;
  z-index: 99;
}
.section-login-page .login-wrapper .login-overlay-right-mid {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 95.8%;
  transform: skewX(-24deg);
  background-color: #00BCFF;
  opacity: 0.8;
  z-index: 2;
}
.section-login-page .login-wrapper .login-overlay-right-light {
  height: 100%;
  width: 100%;
  position: fixed;
  content: "";
  top: 0;
  left: 109%;
  transform: skewX(-35deg);
  background-color: #00617F;
  opacity: 0.7;
  z-index: 3;
}
.section-login-page .login-wrapper .login-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 39.5%;
  background-image: url("../images/hero-sg-bayer-berlin-login-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media (min-width: 1200px) {
  .section-login-page .login-wrapper .login-image-wrapper {
    left: 23%;
  }
}
.section-login-page .login-wrapper .login-inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-login-page .login-wrapper .login-inner-wrapper {
    position: absolute;
    left: 4%;
    width: 35%;
    max-width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .section-login-page .login-wrapper .login-inner-wrapper {
    width: 20%;
  }
}
.section-login-page .login-wrapper .login-form-wrapper {
  position: relative;
  width: 100%;
  margin: 60px 0;
}
@media (min-width: 992px) {
  .section-login-page .login-wrapper .login-form-wrapper {
    margin: 0;
  }
}
.section-login-page .login-wrapper label {
  font-size: 15px;
  color: #fff !important;
  margin-bottom: 6px;
}
.section-login-page .login-wrapper .login-text-wrapper {
  position: relative;
  width: 100%;
}
.section-login-page .login-wrapper .login-text-wrapper .login-title {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
}
@media (min-width: 320px) {
  .section-login-page .login-wrapper .login-text-wrapper .login-title {
    font-size: calc(23px + 3 * (100vw - 320px) / 767);
  }
}
@media (min-width: 992px) {
  .section-login-page .login-wrapper .login-text-wrapper .login-title {
    font-size: 26px;
  }
}
.section-login-page .login-wrapper .login-links-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.section-login-page .login-wrapper .login-links-wrapper p {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.section-login-page .login-wrapper .login-links-wrapper .cta-download {
  line-height: 1.2;
  margin: 8px 0;
}
@media (min-width: 992px) {
  .section-login-page .login-wrapper .login-links-wrapper {
    margin-bottom: 10px;
  }
}
.section-login-page .login-wrapper .logo-bag-mob {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-login-page .login-wrapper .logo-bag-mob a {
  display: block;
}
.section-login-page .login-wrapper .logo-bag-mob a img {
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .section-login-page .login-wrapper .logo-bag-mob {
    display: none;
  }
}
.section-login-page .login-wrapper .logo-bag {
  display: none;
}
@media (min-width: 992px) {
  .section-login-page .login-wrapper .logo-bag {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    z-index: 10;
  }
  .section-login-page .login-wrapper .logo-bag a {
    display: block;
  }
  .section-login-page .login-wrapper .logo-bag a img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1920px) {
  .section-login-page .login-wrapper .logo-bag {
    right: 32px;
    bottom: 32px;
    width: 60px;
    height: 60px;
  }
}
.section-login-page .login-wrapper .logo-sg-bag-wrapper {
  position: relative;
  width: 100%;
  margin: 36px 0 0 0;
  z-index: 10;
}
.section-login-page .login-wrapper .logo-sg-bag-wrapper a {
  display: inline-block;
}
.section-login-page .login-wrapper .logo-sg-bag-wrapper a img {
  height: 80px;
}
@media (min-width: 992px) {
  .section-login-page .login-wrapper .logo-sg-bag-wrapper a img {
    height: 90px;
  }
}

footer.p-login-footer .login-links-wrapper {
  padding: 10px 0 10px 0;
  width: 100%;
}
footer.p-login-footer .login-footer-bottom-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 10px 0 16px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  z-index: 1;
}
footer.p-login-footer .login-footer-bottom-wrapper .login-copyright-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  word-break: break-word;
  padding-top: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  order: 2;
}
@media (min-width: 992px) {
  footer.p-login-footer .login-footer-bottom-wrapper .login-copyright-wrapper {
    width: auto;
    padding: 0 15px 0 0;
    border-top: none;
    order: 1;
  }
}
footer.p-login-footer .login-footer-bottom-wrapper .login-copyright-wrapper p {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
footer.p-login-footer .login-footer-bottom-wrapper .login-legal-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  word-break: break-word;
  margin-bottom: 10px;
  padding: 0;
  order: 1;
}
@media (min-width: 992px) {
  footer.p-login-footer .login-footer-bottom-wrapper .login-legal-wrapper {
    width: auto;
    margin-bottom: 0;
    order: 2;
  }
}
footer.p-login-footer .login-footer-bottom-wrapper .login-legal-wrapper nav.legal-links {
  width: 100%;
  display: flex;
}
footer.p-login-footer .login-footer-bottom-wrapper .login-legal-wrapper nav.legal-links ul li, footer.p-login-footer .login-footer-bottom-wrapper .login-legal-wrapper nav.legal-links a {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}
footer.p-login-footer .login-footer-bottom-wrapper .login-legal-wrapper ul.footer-menu.legal {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
footer.p-login-footer .login-footer-bottom-wrapper .login-legal-wrapper ul.footer-menu.legal li.menu-item::after {
  top: -3px;
  right: -0.25px;
}

.port-filter-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 60px 0;
}
.port-filter-menu ul.filter-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .port-filter-menu ul.filter-menu {
    flex-flow: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.port-filter-menu ul.filter-menu li {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #10384F;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.port-filter-menu ul.filter-menu li {
  display: inline-block;
  position: relative;
  color: #10384F;
  padding: 10px 0;
  margin: 0;
}
.port-filter-menu ul.filter-menu li.head {
  font-weight: 600;
  padding: 10px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .port-filter-menu ul.filter-menu li {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .port-filter-menu ul.filter-menu li {
    margin: 0 16px;
  }
}
.port-filter-menu ul.filter-menu li:hover, .port-filter-menu ul.filter-menu li:focus {
  cursor: pointer;
  color: #10384F;
}
.port-filter-menu ul.filter-menu li:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  background-color: #10384F;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.port-filter-menu ul.filter-menu li:hover::after {
  width: 15px;
}
.port-filter-menu ul.filter-menu li.active::after {
  width: 15px;
}

.content-sec-legal .h5 {
  letter-spacing: 0.3px;
  margin-top: 50px;
  margin-bottom: 8px;
}

footer.footer {
  display: block;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-style: normal;
  color: #fff;
  overflow: hidden;
}
footer.footer .container {
  margin-bottom: 0;
}
footer.footer p {
  margin: 0;
}
footer.footer .region-footer {
  width: 100%;
  position: relative;
}
footer.footer .footer-content-block {
  display: flex;
  flex-direction: column;
}
footer.footer .last-updated-date-block {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #10384F;
  padding: 25px 0;
  border-top: 1px solid #d3d8dc;
}
footer.footer .footer-main-content {
  background-color: #624963;
  color: #fff;
}
footer.footer .footer-main-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  footer.footer .footer-main-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer.footer .footer-menu-links {
  padding-top: 70px;
  padding-bottom: 100px;
}
footer.footer nav.row, footer.footer nav.row .row {
  column-gap: 10px;
}
footer.footer .footer-menu-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  footer.footer .footer-menu-wrapper {
    margin-bottom: 0;
  }
}
footer.footer ul.footer-menu {
  padding: 0;
  margin: 0;
}
footer.footer ul.footer-menu li, footer.footer ul.footer-menu a {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #fff;
}
footer.footer ul.footer-menu li.menu-item, footer.footer ul.footer-menu li {
  display: flex;
  padding: 5px 0;
}
footer.footer ul.footer-menu li.menu-item::before, footer.footer ul.footer-menu li::before {
  content: "";
  background-image: url("../images/icons/arrow-round-white.svg");
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: 0 center;
  padding-right: 16px;
  width: 6px;
}
footer.footer ul.footer-menu li.menu-item a, footer.footer ul.footer-menu li a {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #fff;
  cursor: pointer;
}
footer.footer ul.footer-menu li.menu-item a.link-extern, footer.footer ul.footer-menu li a.link-extern {
  display: flex;
  align-items: center;
}
footer.footer ul.footer-menu li.menu-item a.link-extern::after, footer.footer ul.footer-menu li a.link-extern::after {
  content: " ";
  position: relative;
  width: 14px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/icons/link-extern-white.svg");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: center;
  opacity: 0.6;
}
footer.footer ul.footer-menu.contact-data li:before {
  display: none;
}
footer.footer .footer-menu-title {
  height: 65px;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  footer.footer .footer-menu-title {
    height: 75px;
  }
}
footer.footer .footer-cta-block {
  position: relative;
  padding-bottom: 55px;
  z-index: 1;
}
footer.footer .footer-cta-block::after {
  content: "";
  position: absolute;
  width: 200vw;
  transform: skewY(-3deg);
  background: #10384F;
  height: 100vh;
  top: -70px;
  z-index: -1;
  left: -50vw;
  opacity: 0.2;
}
@media (min-width: 768px) {
  footer.footer .footer-cta-block::after {
    top: -80px;
  }
}
@media (min-width: 1200px) {
  footer.footer .footer-cta-block::after {
    top: -90px;
  }
}
@media (min-width: 1440px) {
  footer.footer .footer-cta-block::after {
    top: -100px;
  }
}
footer.footer .footer-cta-block .get-in-touch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer.footer .footer-cta-block .get-in-touch .get-in-touch-title {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
footer.footer .footer-cta-block .cta-wrapper {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  footer.footer .footer-cta-block .cta-wrapper {
    flex-wrap: nowrap;
  }
}
footer.footer .footer-cta-block .cta-wrapper .cta-item {
  width: 100%;
  margin: 0 10px 20px 10px;
}
@media (min-width: 576px) {
  footer.footer .footer-cta-block .cta-wrapper .cta-item {
    width: 70%;
  }
}
@media (min-width: 768px) {
  footer.footer .footer-cta-block .cta-wrapper .cta-item {
    width: 60%;
  }
}
@media (min-width: 992px) {
  footer.footer .footer-cta-block .cta-wrapper .cta-item {
    width: 40%;
    max-width: 40%;
  }
}
footer.footer .footer-cta-block .cta-wrapper .cta-item a.cta {
  width: 100%;
}

footer .logo-wrapper-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  order: 3;
}
@media (min-width: 992px) {
  footer .logo-wrapper-footer {
    width: auto;
    display: block;
    margin-top: 0;
    order: 3;
  }
}
footer .logo-wrapper-footer .logo-bag-footer {
  display: block;
  width: 38px;
  height: 38px;
  opacity: 0.7;
}
footer .footer-bottom-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  padding: 0 0 35px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  z-index: 1;
  /*
  .response-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: unset;
    max-width: unset;
    word-break: break-word;
    margin: 25px 0 35px 0;
    padding-left: 15px;
    padding-right: 15px;
    @media (min-width: 481px) {
      justify-content: center;
    }
    @media (min-width: $breakpoint-lg){
      display: flex;
      justify-content: flex-end;
      flex: 0 0 27%;
      max-width: 27%;
      word-break: break-word;
      order: 3;
    }
  }
  */
}
@media (min-width: 992px) {
  footer .footer-bottom-wrapper {
    padding: 15px 0 60px 0;
  }
}
@media (min-width: 1140px) {
  footer .footer-bottom-wrapper {
    padding: 15px 0;
  }
}
footer .footer-bottom-wrapper ul li, footer .footer-bottom-wrapper a, footer .footer-bottom-wrapper p {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #fff;
}
footer .footer-bottom-wrapper .copyright-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: break-word;
  padding: 15px 15px 0 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  order: 3;
}
@media (min-width: 992px) {
  footer .footer-bottom-wrapper .copyright-wrapper {
    width: auto;
    justify-content: flex-start;
    padding-top: 0;
    border-top: none;
    order: 1;
  }
}
footer .footer-bottom-wrapper .legal-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  margin: 35px 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 481px) {
  footer .footer-bottom-wrapper .legal-wrapper {
    align-items: center;
  }
}
@media (min-width: 992px) {
  footer .footer-bottom-wrapper .legal-wrapper {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    order: 2;
  }
}
footer .footer-bottom-wrapper .legal-wrapper nav.legal-links {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul li, footer .footer-bottom-wrapper .legal-wrapper nav.legal-links a {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (min-width: 481px) {
  footer .footer-bottom-wrapper .legal-wrapper nav.legal-links {
    width: unset;
  }
}
@media (min-width: 992px) {
  footer .footer-bottom-wrapper .legal-wrapper nav.legal-links {
    width: auto;
    justify-content: flex-end;
  }
}
footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal {
    width: unset;
    flex-direction: row;
  }
}
footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item {
  position: relative;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 10px;
}
footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item::before {
  padding-right: 14px;
  background-size: auto 8px;
}
@media (min-width: 992px) {
  footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item {
    position: relative;
    padding-right: 10px;
  }
  footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item::after {
    content: "|";
    transform: rotate(15deg);
    position: absolute;
    top: 0;
    right: 6px;
    opacity: 0.4;
    color: #fff;
    line-height: 2.25;
  }
  footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item::before {
    display: none;
  }
  footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item:last-child {
    padding-right: 0;
  }
  footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item:last-child::after {
    content: "";
  }
}
footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal a {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal a:hover, footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal a:focus, footer .footer-bottom-wrapper .legal-wrapper nav.legal-links ul.footer-menu.legal a:visited {
  text-decoration: none;
}

.footer-bottom-wrapper-02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  padding: 0 0 30px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  z-index: 1;
}
.footer-bottom-wrapper-02 ul li, .footer-bottom-wrapper-02 a, .footer-bottom-wrapper-02 p {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #fff;
}
.footer-bottom-wrapper-02 .copyright-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: break-word;
  padding: 18px 15px 15px 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  order: 2;
}
.footer-bottom-wrapper-02 .legal-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  margin: 10px 0;
  padding-left: 15px;
  padding-right: 15px;
  order: 1;
}
.footer-bottom-wrapper-02 .legal-wrapper nav.legal-links {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul li, .footer-bottom-wrapper-02 .legal-wrapper nav.legal-links a {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal {
    flex-direction: row;
  }
}
.footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item {
  position: relative;
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 10px;
}
.footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item::before {
  padding-right: 14px;
  background-size: auto 8px;
}
@media (min-width: 576px) {
  .footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item {
    position: relative;
    padding-right: 10px;
  }
  .footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item::after {
    content: "|";
    transform: rotate(15deg);
    position: absolute;
    top: 0;
    right: 6px;
    opacity: 0.4;
    color: #fff;
    line-height: 2.25;
  }
  .footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item::before {
    display: none;
  }
  .footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item:last-child {
    padding-right: 0;
  }
  .footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal li.menu-item:last-child::after {
    content: "";
  }
}
.footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal a {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal a:hover, .footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal a:focus, .footer-bottom-wrapper-02 .legal-wrapper nav.legal-links ul.footer-menu.legal a:visited {
  text-decoration: none;
}
.footer-bottom-wrapper-02 .logo-wrapper-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  order: 3;
}
.footer-bottom-wrapper-02 .logo-wrapper-footer .logo-bag-footer {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}

body.lara-guestlayout main {
  margin: 0;
  padding: 0;
}

body.lara-guestlayout .text-medium, body.lara-guestlayout .font-medium, body.lara-applayout .text-medium, body.lara-applayout .font-medium, body.sg-wartungsseiten .text-medium, body.sg-wartungsseiten .font-medium {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
}
body.lara-guestlayout h1, body.lara-guestlayout .h1, body.lara-guestlayout h2, body.lara-guestlayout .h2, body.lara-guestlayout h3, body.lara-guestlayout .h3, body.lara-guestlayout h4, body.lara-guestlayout .h4, body.lara-guestlayout h5, body.lara-guestlayout .h5, body.lara-guestlayout h6, body.lara-guestlayout .h6, body.lara-applayout h1, body.lara-applayout .h1, body.lara-applayout h2, body.lara-applayout .h2, body.lara-applayout h3, body.lara-applayout .h3, body.lara-applayout h4, body.lara-applayout .h4, body.lara-applayout h5, body.lara-applayout .h5, body.lara-applayout h6, body.lara-applayout .h6, body.sg-wartungsseiten h1, body.sg-wartungsseiten .h1, body.sg-wartungsseiten h2, body.sg-wartungsseiten .h2, body.sg-wartungsseiten h3, body.sg-wartungsseiten .h3, body.sg-wartungsseiten h4, body.sg-wartungsseiten .h4, body.sg-wartungsseiten h5, body.sg-wartungsseiten .h5, body.sg-wartungsseiten h6, body.sg-wartungsseiten .h6 {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 24px;
  padding: 0;
}
body.lara-guestlayout h1, body.lara-guestlayout .h1, body.lara-applayout h1, body.lara-applayout .h1, body.sg-wartungsseiten h1, body.sg-wartungsseiten .h1 {
  font-family: "HelveticaNeueLTW05-35Thin", Arial, Roboto, sans-serif;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: normal;
  margin-bottom: 40px;
}
@media (min-width: 481px) {
  body.lara-guestlayout h1, body.lara-guestlayout .h1, body.lara-applayout h1, body.lara-applayout .h1, body.sg-wartungsseiten h1, body.sg-wartungsseiten .h1 {
    font-size: 45px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  body.lara-guestlayout h1, body.lara-guestlayout .h1, body.lara-applayout h1, body.lara-applayout .h1, body.sg-wartungsseiten h1, body.sg-wartungsseiten .h1 {
    font-size: 52px;
    line-height: 1.1;
  }
}
@media (min-width: 1440px) {
  body.lara-guestlayout h1, body.lara-guestlayout .h1, body.lara-applayout h1, body.lara-applayout .h1, body.sg-wartungsseiten h1, body.sg-wartungsseiten .h1 {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0.6px;
  }
}
body.lara-guestlayout h2, body.lara-guestlayout .h2, body.lara-applayout h2, body.lara-applayout .h2, body.sg-wartungsseiten h2, body.sg-wartungsseiten .h2 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: normal;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.lara-guestlayout h2, body.lara-guestlayout .h2, body.lara-applayout h2, body.lara-applayout .h2, body.sg-wartungsseiten h2, body.sg-wartungsseiten .h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  body.lara-guestlayout h2, body.lara-guestlayout .h2, body.lara-applayout h2, body.lara-applayout .h2, body.sg-wartungsseiten h2, body.sg-wartungsseiten .h2 {
    font-size: 36px;
    line-height: 41px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
body.lara-guestlayout h3, body.lara-guestlayout .h3, body.lara-applayout h3, body.lara-applayout .h3, body.sg-wartungsseiten h3, body.sg-wartungsseiten .h3 {
  font-size: 29px;
  line-height: 34px;
  letter-spacing: normal;
  margin-bottom: 22px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  body.lara-guestlayout h3, body.lara-guestlayout .h3, body.lara-applayout h3, body.lara-applayout .h3, body.sg-wartungsseiten h3, body.sg-wartungsseiten .h3 {
    font-size: 32px;
    line-height: 37px;
  }
}
body.lara-guestlayout h4, body.lara-guestlayout .h4, body.lara-applayout h4, body.lara-applayout .h4, body.sg-wartungsseiten h4, body.sg-wartungsseiten .h4 {
  font-size: 26px;
  letter-spacing: normal;
  line-height: 31px;
  margin-top: 40px;
  margin-bottom: 20px;
}
body.lara-guestlayout h5, body.lara-guestlayout .h5, body.lara-applayout h5, body.lara-applayout .h5, body.sg-wartungsseiten h5, body.sg-wartungsseiten .h5 {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 22px;
  letter-spacing: normal;
  line-height: 25px;
  margin-top: 40px;
  margin-bottom: 18px;
}
body.lara-guestlayout h6, body.lara-guestlayout .h6, body.lara-applayout h6, body.lara-applayout .h6, body.sg-wartungsseiten h6, body.sg-wartungsseiten .h6 {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  font-size: 17px;
  letter-spacing: normal;
  line-height: 21px;
  margin-top: 40px;
  margin-bottom: 12px;
}
body.lara-guestlayout p, body.lara-applayout p, body.sg-wartungsseiten p {
  font-family: "HelveticaNeueLTW05-45Light", Arial, Roboto, sans-serif;
  font-size: 1rem;
  line-height: inherit;
  margin-bottom: 24px;
}
body.lara-guestlayout a, body.lara-applayout a, body.sg-wartungsseiten a {
  font-family: inherit;
  color: #00BCFF;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: none;
}
body.lara-guestlayout a:hover, body.lara-guestlayout a:focus, body.lara-guestlayout a:visited, body.lara-applayout a:hover, body.lara-applayout a:focus, body.lara-applayout a:visited, body.sg-wartungsseiten a:hover, body.sg-wartungsseiten a:focus, body.sg-wartungsseiten a:visited {
  text-decoration: none;
  outline: none;
}
body.lara-guestlayout a.bodytext, body.lara-applayout a.bodytext, body.sg-wartungsseiten a.bodytext {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
}
body.lara-guestlayout .text-base, body.lara-applayout .text-base, body.sg-wartungsseiten .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
body.lara-guestlayout .text-lg, body.lara-applayout .text-lg, body.sg-wartungsseiten .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body.lara-guestlayout .text-sm, body.lara-guestlayout .text-small, body.lara-applayout .text-sm, body.lara-applayout .text-small, body.sg-wartungsseiten .text-sm, body.sg-wartungsseiten .text-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
body.lara-guestlayout .text-xl, body.lara-applayout .text-xl, body.sg-wartungsseiten .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
body.lara-guestlayout .text-xs, body.lara-applayout .text-xs, body.sg-wartungsseiten .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
body.lara-guestlayout .transition, body.lara-applayout .transition, body.sg-wartungsseiten .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
body.lara-guestlayout .transition-all, body.lara-applayout .transition-all, body.sg-wartungsseiten .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
body.lara-guestlayout .duration-150, body.lara-applayout .duration-150, body.sg-wartungsseiten .duration-150 {
  transition-duration: 0.15s;
}
body.lara-guestlayout .duration-200, body.lara-applayout .duration-200, body.sg-wartungsseiten .duration-200 {
  transition-duration: 0.2s;
}
body.lara-guestlayout .duration-300, body.lara-applayout .duration-300, body.sg-wartungsseiten .duration-300 {
  transition-duration: 0.3s;
}
body.lara-guestlayout .duration-75, body.lara-applayout .duration-75, body.sg-wartungsseiten .duration-75 {
  transition-duration: 75ms;
}
body.lara-guestlayout .ease-in, body.lara-applayout .ease-in, body.sg-wartungsseiten .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
body.lara-guestlayout .ease-in-out, body.lara-applayout .ease-in-out, body.sg-wartungsseiten .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body.lara-guestlayout .ease-out, body.lara-applayout .ease-out, body.sg-wartungsseiten .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.authcard-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.authcardform-wrapper {
  width: 100%;
  padding: 30px;
  margin: 30px;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 576px) {
  .authcardform-wrapper {
    max-width: 30rem;
  }
}

.authcardcustomlogo-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 28rem;
  width: 28rem;
}

a.authcardcustomlogo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.authcardcustomlogo img {
  width: auto;
  height: 110px;
}

.button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block {
  display: block;
}

body#gridtemlate02 .appbodygrid {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: fit-content(5rem) auto auto auto;
  grid-template-areas: "nav" "header" "main" "footer";
  overflow: hidden;
}
body#gridtemlate02 nav {
  grid-area: nav;
}
body#gridtemlate02 header {
  grid-area: header;
}
body#gridtemlate02 main {
  grid-area: main;
  padding-top: 93px;
}
@media (min-width: 768px) {
  body#gridtemlate02 main {
    padding-top: 125px;
  }
}
@media (min-width: 992px) {
  body#gridtemlate02 main {
    padding-top: 143px;
  }
}
body#gridtemlate02 footer {
  grid-area: footer;
}

body.lara-applayout main.main-content, body.sg-wartungsseiten main.main-content {
  width: 100%;
  min-width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0 0 150px 0;
}
body.lara-applayout .stripe-fw, body.sg-wartungsseiten .stripe-fw {
  display: block;
  width: 100vw;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
body.lara-applayout .container, body.sg-wartungsseiten .container {
  width: 100%;
  margin: 0 auto 50px auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 80px auto;
  }
}
@media (min-width: 1200px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 1270px;
    width: 100%;
  }
}
@media (min-width: 1441px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 1180px;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 968px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 1140px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 968px;
    width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 967px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 640px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 639px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  body.lara-applayout .container, body.sg-wartungsseiten .container {
    max-width: 290px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
body.lara-applayout .section-main-heading .container, body.sg-wartungsseiten .section-main-heading .container {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.lara-applayout .section-main-heading .container, body.sg-wartungsseiten .section-main-heading .container {
    margin-bottom: 20px;
  }
}
body.lara-applayout header .container, body.sg-wartungsseiten header .container {
  margin-bottom: 0;
}
body.lara-applayout footer.footer .container, body.sg-wartungsseiten footer.footer .container {
  margin-bottom: 0;
}
body.lara-applayout .allwrapper, body.sg-wartungsseiten .allwrapper {
  min-height: 100vh;
  background-color: white;
}

body.lara-applayout input[type=text],
body.lara-applayout input[type=password],
body.lara-applayout input[type=date],
body.lara-applayout input[type=datetime],
body.lara-applayout input[type=datetime-local],
body.lara-applayout input[type=month],
body.lara-applayout input[type=week],
body.lara-applayout input[type=email],
body.lara-applayout input[type=number],
body.lara-applayout input[type=search],
body.lara-applayout input[type=tel],
body.lara-applayout input[type=time],
body.lara-applayout input[type=url],
body.lara-applayout input[type=color],
body.lara-applayout textarea {
  display: block;
  width: 100%;
  height: 46px;
  font-family: inherit;
  font-size: 1rem;
  color: #10384F;
  margin: 0.25rem 0 0.5rem 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid #C5CFD5;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: text;
}
body.lara-applayout input[type=text]:focus, body.lara-applayout input[type=text]:active, body.lara-applayout input[type=text]:target,
body.lara-applayout input[type=password]:focus,
body.lara-applayout input[type=password]:active,
body.lara-applayout input[type=password]:target,
body.lara-applayout input[type=date]:focus,
body.lara-applayout input[type=date]:active,
body.lara-applayout input[type=date]:target,
body.lara-applayout input[type=datetime]:focus,
body.lara-applayout input[type=datetime]:active,
body.lara-applayout input[type=datetime]:target,
body.lara-applayout input[type=datetime-local]:focus,
body.lara-applayout input[type=datetime-local]:active,
body.lara-applayout input[type=datetime-local]:target,
body.lara-applayout input[type=month]:focus,
body.lara-applayout input[type=month]:active,
body.lara-applayout input[type=month]:target,
body.lara-applayout input[type=week]:focus,
body.lara-applayout input[type=week]:active,
body.lara-applayout input[type=week]:target,
body.lara-applayout input[type=email]:focus,
body.lara-applayout input[type=email]:active,
body.lara-applayout input[type=email]:target,
body.lara-applayout input[type=number]:focus,
body.lara-applayout input[type=number]:active,
body.lara-applayout input[type=number]:target,
body.lara-applayout input[type=search]:focus,
body.lara-applayout input[type=search]:active,
body.lara-applayout input[type=search]:target,
body.lara-applayout input[type=tel]:focus,
body.lara-applayout input[type=tel]:active,
body.lara-applayout input[type=tel]:target,
body.lara-applayout input[type=time]:focus,
body.lara-applayout input[type=time]:active,
body.lara-applayout input[type=time]:target,
body.lara-applayout input[type=url]:focus,
body.lara-applayout input[type=url]:active,
body.lara-applayout input[type=url]:target,
body.lara-applayout input[type=color]:focus,
body.lara-applayout input[type=color]:active,
body.lara-applayout input[type=color]:target,
body.lara-applayout textarea:focus,
body.lara-applayout textarea:active,
body.lara-applayout textarea:target {
  border: 1px solid #00617F;
  outline: none;
}
body.lara-applayout label {
  display: inline-block;
  padding: 5px 0;
}
body.lara-applayout .intro-text {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.56;
  letter-spacing: 0.54px;
}
body.lara-applayout .cta {
  position: relative;
  display: inline-block;
  font-family: "HelveticaNeueLTW05-76BoldIt", Arial, Roboto, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  margin: 5px 0;
  padding: 18px 70px 18px 22px;
  overflow: hidden;
  background: #D30F4B no-repeat 100% 0;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
body.lara-applayout .cta:hover, body.lara-applayout .cta:focus, body.lara-applayout .cta:visited {
  text-decoration: none;
}
body.lara-applayout .cta::before {
  content: "";
  display: block;
  height: 100%;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  left: calc(100% - 54px);
  transform: skewX(-12deg);
  opacity: 1;
  background-color: #FF3162;
  pointer-events: none;
  touch-action: none;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  body.lara-applayout .cta::before {
    transition: none;
  }
}
body.lara-applayout .cta::after {
  position: absolute;
  content: "";
  background-image: url("../images/icons/arrow-round-white.svg");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center;
  display: block;
  width: 14px;
  height: 24px;
  right: 20px;
  top: calc(50% - 12px);
  pointer-events: none;
  touch-action: none;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
body.lara-applayout .cta.has-hover:hover {
  padding-left: 30px;
  padding-right: 62px;
}
body.lara-applayout .cta.has-hover:hover::after {
  right: 30px;
}
body.lara-applayout .cta.has-hover:hover::before {
  left: 110%;
}
body.lara-applayout .cta.has-focus:focus {
  outline: 4px solid #a8a8a8;
  padding-left: 30px;
  padding-right: 62px;
}
body.lara-applayout .cta.blue {
  background: #0091DF no-repeat 100% 0;
  color: #fff;
}
body.lara-applayout .cta.blue::before {
  background-color: #00BCFF;
  opacity: 0.6;
}
body.lara-applayout .cta.cta-download::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  right: 16px;
  background-image: url("../images/icons/pdf-icon-white.svg");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center;
}

nav.navheader-applayout {
  background-color: #fff;
  border-bottom: 1px solid #E7EAEA;
}
nav.navheader-applayout .relative {
  position: relative;
}
nav.navheader-applayout .container {
  margin-bottom: 0;
}
nav.navheader-applayout .navheader-applayout-wrapper {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: 80px;
  padding-top: 2px;
}
nav.navheader-applayout .navheader-applayout-logo-wrapper {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
nav.navheader-applayout .navheader-applayout-logo-wrapper a {
  display: block;
  height: 60px;
  width: auto;
}
nav.navheader-applayout .navheader-applayout-logo-wrapper a svg {
  display: block;
  height: 60px;
  width: auto;
}
nav.navheader-applayout .navheader-left {
  display: flex;
}
nav.navheader-applayout .nav-dashboard-link {
  display: none;
}
@media (min-width: 640px) {
  nav.navheader-applayout .nav-dashboard-link {
    display: flex;
    margin-inline-start: 2.5rem;
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
nav.navheader-applayout .nav-dashboard-link a {
  display: inline-flex;
  align-items: center;
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-bottom: 2px solid #00BCFF;
}
nav.navheader-applayout .hamburger-wrapper button.menu-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
}
nav.navheader-applayout .hamburger-wrapper button.menu-toggle .hamburger-icon {
  position: absolute;
  width: 20px;
  height: 2px;
  top: 14px;
  right: 0;
  background-color: #624963;
  transition-duration: 0.5s;
}
nav.navheader-applayout .hamburger-wrapper button.menu-toggle .hamburger-icon::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 2px;
  top: -8px;
  right: 0;
  background-color: #624963;
  transition-duration: 0.5s;
}
nav.navheader-applayout .hamburger-wrapper button.menu-toggle .hamburger-icon::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  top: 8px;
  right: 0;
  background-color: #624963;
  transition-duration: 0.5s;
}

body.sg-wartungsseiten header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.1);
}
body.sg-wartungsseiten a {
  color: #10384F;
}
body.sg-wartungsseiten p {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
}
body.sg-wartungsseiten .choose-btn-group .btn {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 0.75rem 1rem;
  color: #fff;
}

.wartung-listeneintrag {
  position: relative;
  width: 100%;
  color: #10384F;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wartung-listeneintrag ul, .wartung-listeneintrag ul li, .wartung-listeneintrag ul li a, .wartung-listeneintrag a, .wartung-listeneintrag p {
  font-family: "HelveticaNeueLTW05-65Medium", Arial, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #10384F;
}
.wartung-listeneintrag a.btn {
  color: #fff;
}

.eintrag-zeile {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px 30px;
  padding: 10px 0;
  background: #fff;
}
.eintrag-zeile .entry-items, .eintrag-zeile .group-modify {
  display: flex;
  align-items: center;
}
.eintrag-zeile .item {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 30px;
  border-right: 1px solid #E7EAEA;
}
.eintrag-zeile .item.mg-eintrag, .eintrag-zeile .item.delete {
  border-right: none;
}
.eintrag-zeile .item.edit {
  border-left: 1px solid #E7EAEA;
}
.eintrag-zeile .item.mg-number {
  width: 110px;
}
.eintrag-zeile .mg-eintrag ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.eintrag-zeile .mg-eintrag ul li {
  margin-right: 12px;
  margin-bottom: 10px;
}
.eintrag-zeile .mg-eintrag ul li.email-verify-date {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
  color: #777777;
}
.eintrag-zeile .mg-eintrag ul li a {
  overflow-wrap: anywhere;
}
.eintrag-zeile .mg-eintrag ul li a.mg-email {
  font-family: "HelveticaNeueLTW05-55Roman", Arial, Roboto, sans-serif;
}
@media (min-width: 576px) {
  .eintrag-zeile .mg-eintrag ul {
    flex-direction: row;
  }
  .eintrag-zeile .mg-eintrag ul li {
    margin-bottom: 0;
  }
}
.eintrag-zeile .icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.eintrag-zeile .icon a img {
  height: 30px;
}

.mymodal-btn {
  transition: all 0.3s ease-out;
}

.mymodal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.mymodal-overlay:target {
  visibility: visible;
  opacity: 1;
}

.mymodal {
  position: relative;
  width: 50vw;
  margin: 150px auto;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  z-index: 999;
}
@media (min-width: 0) and (max-width: 767px) {
  .mymodal {
    width: 88vw;
  }
}
@media (min-width: 768px) {
  .mymodal {
    width: 80vw;
  }
}
@media (min-width: 1200px) {
  .mymodal {
    width: 60vw;
  }
}
@media (min-width: 1920px) {
  .mymodal {
    width: 50vw;
  }
}
.mymodal .content {
  width: 100%;
  overflow: auto;
}
.mymodal .modal-title {
  margin-top: 25px;
}
.mymodal p {
  letter-spacing: normal;
}

.mymodal-footer {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding: 1.75rem 0 0 0;
  border-top: 1px solid #E7EAEA;
}
.mymodal-footer .secondary-button, .mymodal-footer .danger-button {
  padding: 0.5rem 2rem;
  margin-right: 1rem;
}

.mymodal .close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: "HelveticaNeueLTW05-75Bold", Arial, Roboto, sans-serif;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
  color: #0091DF;
  transition: all 200ms;
}
.mymodal .close:hover {
  color: #10384F;
}

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