.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0,0,0,0);
}

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

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.7.0
*/

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: .7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: .7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial,Baskerville,monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial,Baskerville,monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: -o-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms, -o-transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
         -o-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsate {
  0% {
    -o-transform: scale(0.1);
       transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
    opacity: 0;
  }
}

body[data-aos-duration="50"] [data-aos],
[data-aos][data-aos][data-aos-duration="50"] {
  -webkit-transition-duration: 50ms;
       -o-transition-duration: 50ms;
          transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos],
[data-aos][data-aos][data-aos-delay="50"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="50"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="50"].aos-animate {
  -webkit-transition-delay: 50ms;
       -o-transition-delay: 50ms;
          transition-delay: 50ms;
}

body[data-aos-duration="100"] [data-aos],
[data-aos][data-aos][data-aos-duration="100"] {
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos],
[data-aos][data-aos][data-aos-delay="100"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="100"].aos-animate {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

body[data-aos-duration="150"] [data-aos],
[data-aos][data-aos][data-aos-duration="150"] {
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos],
[data-aos][data-aos][data-aos-delay="150"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="150"].aos-animate {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}

body[data-aos-duration="200"] [data-aos],
[data-aos][data-aos][data-aos-duration="200"] {
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos],
[data-aos][data-aos][data-aos-delay="200"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="200"].aos-animate {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

body[data-aos-duration="250"] [data-aos],
[data-aos][data-aos][data-aos-duration="250"] {
  -webkit-transition-duration: 250ms;
       -o-transition-duration: 250ms;
          transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos],
[data-aos][data-aos][data-aos-delay="250"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="250"].aos-animate {
  -webkit-transition-delay: 250ms;
       -o-transition-delay: 250ms;
          transition-delay: 250ms;
}

body[data-aos-duration="300"] [data-aos],
[data-aos][data-aos][data-aos-duration="300"] {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos],
[data-aos][data-aos][data-aos-delay="300"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="300"].aos-animate {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

body[data-aos-duration="350"] [data-aos],
[data-aos][data-aos][data-aos-duration="350"] {
  -webkit-transition-duration: 350ms;
       -o-transition-duration: 350ms;
          transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos],
[data-aos][data-aos][data-aos-delay="350"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="350"].aos-animate {
  -webkit-transition-delay: 350ms;
       -o-transition-delay: 350ms;
          transition-delay: 350ms;
}

body[data-aos-duration="400"] [data-aos],
[data-aos][data-aos][data-aos-duration="400"] {
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos],
[data-aos][data-aos][data-aos-delay="400"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="400"].aos-animate {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

body[data-aos-duration="450"] [data-aos],
[data-aos][data-aos][data-aos-duration="450"] {
  -webkit-transition-duration: 450ms;
       -o-transition-duration: 450ms;
          transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos],
[data-aos][data-aos][data-aos-delay="450"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="450"].aos-animate {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
}

body[data-aos-duration="500"] [data-aos],
[data-aos][data-aos][data-aos-duration="500"] {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos],
[data-aos][data-aos][data-aos-delay="500"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}

body[data-aos-duration="550"] [data-aos],
[data-aos][data-aos][data-aos-duration="550"] {
  -webkit-transition-duration: 550ms;
       -o-transition-duration: 550ms;
          transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos],
[data-aos][data-aos][data-aos-delay="550"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="550"].aos-animate {
  -webkit-transition-delay: 550ms;
       -o-transition-delay: 550ms;
          transition-delay: 550ms;
}

body[data-aos-duration="600"] [data-aos],
[data-aos][data-aos][data-aos-duration="600"] {
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos],
[data-aos][data-aos][data-aos-delay="600"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="600"].aos-animate {
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

body[data-aos-duration="650"] [data-aos],
[data-aos][data-aos][data-aos-duration="650"] {
  -webkit-transition-duration: 650ms;
       -o-transition-duration: 650ms;
          transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos],
[data-aos][data-aos][data-aos-delay="650"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="650"].aos-animate {
  -webkit-transition-delay: 650ms;
       -o-transition-delay: 650ms;
          transition-delay: 650ms;
}

body[data-aos-duration="700"] [data-aos],
[data-aos][data-aos][data-aos-duration="700"] {
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos],
[data-aos][data-aos][data-aos-delay="700"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="700"].aos-animate {
  -webkit-transition-delay: 700ms;
       -o-transition-delay: 700ms;
          transition-delay: 700ms;
}

body[data-aos-duration="750"] [data-aos],
[data-aos][data-aos][data-aos-duration="750"] {
  -webkit-transition-duration: 750ms;
       -o-transition-duration: 750ms;
          transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos],
[data-aos][data-aos][data-aos-delay="750"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="750"].aos-animate {
  -webkit-transition-delay: 750ms;
       -o-transition-delay: 750ms;
          transition-delay: 750ms;
}

body[data-aos-duration="800"] [data-aos],
[data-aos][data-aos][data-aos-duration="800"] {
  -webkit-transition-duration: 800ms;
       -o-transition-duration: 800ms;
          transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos],
[data-aos][data-aos][data-aos-delay="800"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="800"].aos-animate {
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}

body[data-aos-duration="850"] [data-aos],
[data-aos][data-aos][data-aos-duration="850"] {
  -webkit-transition-duration: 850ms;
       -o-transition-duration: 850ms;
          transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos],
[data-aos][data-aos][data-aos-delay="850"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="850"].aos-animate {
  -webkit-transition-delay: 850ms;
       -o-transition-delay: 850ms;
          transition-delay: 850ms;
}

body[data-aos-duration="900"] [data-aos],
[data-aos][data-aos][data-aos-duration="900"] {
  -webkit-transition-duration: 900ms;
       -o-transition-duration: 900ms;
          transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos],
[data-aos][data-aos][data-aos-delay="900"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="900"].aos-animate {
  -webkit-transition-delay: 900ms;
       -o-transition-delay: 900ms;
          transition-delay: 900ms;
}

body[data-aos-duration="950"] [data-aos],
[data-aos][data-aos][data-aos-duration="950"] {
  -webkit-transition-duration: 950ms;
       -o-transition-duration: 950ms;
          transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos],
[data-aos][data-aos][data-aos-delay="950"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="950"].aos-animate {
  -webkit-transition-delay: 950ms;
       -o-transition-delay: 950ms;
          transition-delay: 950ms;
}

body[data-aos-duration="1000"] [data-aos],
[data-aos][data-aos][data-aos-duration="1000"] {
  -webkit-transition-duration: 1000ms;
       -o-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos],
[data-aos][data-aos][data-aos-delay="1000"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  -webkit-transition-delay: 1000ms;
       -o-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

body[data-aos-duration="1050"] [data-aos],
[data-aos][data-aos][data-aos-duration="1050"] {
  -webkit-transition-duration: 1050ms;
       -o-transition-duration: 1050ms;
          transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos],
[data-aos][data-aos][data-aos-delay="1050"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  -webkit-transition-delay: 1050ms;
       -o-transition-delay: 1050ms;
          transition-delay: 1050ms;
}

body[data-aos-duration="1100"] [data-aos],
[data-aos][data-aos][data-aos-duration="1100"] {
  -webkit-transition-duration: 1100ms;
       -o-transition-duration: 1100ms;
          transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos],
[data-aos][data-aos][data-aos-delay="1100"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  -webkit-transition-delay: 1100ms;
       -o-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

body[data-aos-duration="1150"] [data-aos],
[data-aos][data-aos][data-aos-duration="1150"] {
  -webkit-transition-duration: 1150ms;
       -o-transition-duration: 1150ms;
          transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos],
[data-aos][data-aos][data-aos-delay="1150"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  -webkit-transition-delay: 1150ms;
       -o-transition-delay: 1150ms;
          transition-delay: 1150ms;
}

body[data-aos-duration="1200"] [data-aos],
[data-aos][data-aos][data-aos-duration="1200"] {
  -webkit-transition-duration: 1200ms;
       -o-transition-duration: 1200ms;
          transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos],
[data-aos][data-aos][data-aos-delay="1200"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

body[data-aos-duration="1250"] [data-aos],
[data-aos][data-aos][data-aos-duration="1250"] {
  -webkit-transition-duration: 1250ms;
       -o-transition-duration: 1250ms;
          transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos],
[data-aos][data-aos][data-aos-delay="1250"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  -webkit-transition-delay: 1250ms;
       -o-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

body[data-aos-duration="1300"] [data-aos],
[data-aos][data-aos][data-aos-duration="1300"] {
  -webkit-transition-duration: 1300ms;
       -o-transition-duration: 1300ms;
          transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos],
[data-aos][data-aos][data-aos-delay="1300"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  -webkit-transition-delay: 1300ms;
       -o-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

body[data-aos-duration="1350"] [data-aos],
[data-aos][data-aos][data-aos-duration="1350"] {
  -webkit-transition-duration: 1350ms;
       -o-transition-duration: 1350ms;
          transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos],
[data-aos][data-aos][data-aos-delay="1350"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  -webkit-transition-delay: 1350ms;
       -o-transition-delay: 1350ms;
          transition-delay: 1350ms;
}

body[data-aos-duration="1400"] [data-aos],
[data-aos][data-aos][data-aos-duration="1400"] {
  -webkit-transition-duration: 1400ms;
       -o-transition-duration: 1400ms;
          transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos],
[data-aos][data-aos][data-aos-delay="1400"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  -webkit-transition-delay: 1400ms;
       -o-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

body[data-aos-duration="1450"] [data-aos],
[data-aos][data-aos][data-aos-duration="1450"] {
  -webkit-transition-duration: 1450ms;
       -o-transition-duration: 1450ms;
          transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos],
[data-aos][data-aos][data-aos-delay="1450"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  -webkit-transition-delay: 1450ms;
       -o-transition-delay: 1450ms;
          transition-delay: 1450ms;
}

body[data-aos-duration="1500"] [data-aos],
[data-aos][data-aos][data-aos-duration="1500"] {
  -webkit-transition-duration: 1500ms;
       -o-transition-duration: 1500ms;
          transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos],
[data-aos][data-aos][data-aos-delay="1500"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  -webkit-transition-delay: 1500ms;
       -o-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

body[data-aos-duration="1550"] [data-aos],
[data-aos][data-aos][data-aos-duration="1550"] {
  -webkit-transition-duration: 1550ms;
       -o-transition-duration: 1550ms;
          transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos],
[data-aos][data-aos][data-aos-delay="1550"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  -webkit-transition-delay: 1550ms;
       -o-transition-delay: 1550ms;
          transition-delay: 1550ms;
}

body[data-aos-duration="1600"] [data-aos],
[data-aos][data-aos][data-aos-duration="1600"] {
  -webkit-transition-duration: 1600ms;
       -o-transition-duration: 1600ms;
          transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos],
[data-aos][data-aos][data-aos-delay="1600"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  -webkit-transition-delay: 1600ms;
       -o-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

body[data-aos-duration="1650"] [data-aos],
[data-aos][data-aos][data-aos-duration="1650"] {
  -webkit-transition-duration: 1650ms;
       -o-transition-duration: 1650ms;
          transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos],
[data-aos][data-aos][data-aos-delay="1650"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  -webkit-transition-delay: 1650ms;
       -o-transition-delay: 1650ms;
          transition-delay: 1650ms;
}

body[data-aos-duration="1700"] [data-aos],
[data-aos][data-aos][data-aos-duration="1700"] {
  -webkit-transition-duration: 1700ms;
       -o-transition-duration: 1700ms;
          transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos],
[data-aos][data-aos][data-aos-delay="1700"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  -webkit-transition-delay: 1700ms;
       -o-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

body[data-aos-duration="1750"] [data-aos],
[data-aos][data-aos][data-aos-duration="1750"] {
  -webkit-transition-duration: 1750ms;
       -o-transition-duration: 1750ms;
          transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos],
[data-aos][data-aos][data-aos-delay="1750"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  -webkit-transition-delay: 1750ms;
       -o-transition-delay: 1750ms;
          transition-delay: 1750ms;
}

body[data-aos-duration="1800"] [data-aos],
[data-aos][data-aos][data-aos-duration="1800"] {
  -webkit-transition-duration: 1800ms;
       -o-transition-duration: 1800ms;
          transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos],
[data-aos][data-aos][data-aos-delay="1800"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  -webkit-transition-delay: 1800ms;
       -o-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

body[data-aos-duration="1850"] [data-aos],
[data-aos][data-aos][data-aos-duration="1850"] {
  -webkit-transition-duration: 1850ms;
       -o-transition-duration: 1850ms;
          transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos],
[data-aos][data-aos][data-aos-delay="1850"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  -webkit-transition-delay: 1850ms;
       -o-transition-delay: 1850ms;
          transition-delay: 1850ms;
}

body[data-aos-duration="1900"] [data-aos],
[data-aos][data-aos][data-aos-duration="1900"] {
  -webkit-transition-duration: 1900ms;
       -o-transition-duration: 1900ms;
          transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos],
[data-aos][data-aos][data-aos-delay="1900"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  -webkit-transition-delay: 1900ms;
       -o-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

body[data-aos-duration="1950"] [data-aos],
[data-aos][data-aos][data-aos-duration="1950"] {
  -webkit-transition-duration: 1950ms;
       -o-transition-duration: 1950ms;
          transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos],
[data-aos][data-aos][data-aos-delay="1950"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="1950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  -webkit-transition-delay: 1950ms;
       -o-transition-delay: 1950ms;
          transition-delay: 1950ms;
}

body[data-aos-duration="2000"] [data-aos],
[data-aos][data-aos][data-aos-duration="2000"] {
  -webkit-transition-duration: 2000ms;
       -o-transition-duration: 2000ms;
          transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos],
[data-aos][data-aos][data-aos-delay="2000"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  -webkit-transition-delay: 2000ms;
       -o-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

body[data-aos-duration="2050"] [data-aos],
[data-aos][data-aos][data-aos-duration="2050"] {
  -webkit-transition-duration: 2050ms;
       -o-transition-duration: 2050ms;
          transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos],
[data-aos][data-aos][data-aos-delay="2050"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  -webkit-transition-delay: 2050ms;
       -o-transition-delay: 2050ms;
          transition-delay: 2050ms;
}

body[data-aos-duration="2100"] [data-aos],
[data-aos][data-aos][data-aos-duration="2100"] {
  -webkit-transition-duration: 2100ms;
       -o-transition-duration: 2100ms;
          transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos],
[data-aos][data-aos][data-aos-delay="2100"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  -webkit-transition-delay: 2100ms;
       -o-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

body[data-aos-duration="2150"] [data-aos],
[data-aos][data-aos][data-aos-duration="2150"] {
  -webkit-transition-duration: 2150ms;
       -o-transition-duration: 2150ms;
          transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos],
[data-aos][data-aos][data-aos-delay="2150"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  -webkit-transition-delay: 2150ms;
       -o-transition-delay: 2150ms;
          transition-delay: 2150ms;
}

body[data-aos-duration="2200"] [data-aos],
[data-aos][data-aos][data-aos-duration="2200"] {
  -webkit-transition-duration: 2200ms;
       -o-transition-duration: 2200ms;
          transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos],
[data-aos][data-aos][data-aos-delay="2200"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  -webkit-transition-delay: 2200ms;
       -o-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

body[data-aos-duration="2250"] [data-aos],
[data-aos][data-aos][data-aos-duration="2250"] {
  -webkit-transition-duration: 2250ms;
       -o-transition-duration: 2250ms;
          transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos],
[data-aos][data-aos][data-aos-delay="2250"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  -webkit-transition-delay: 2250ms;
       -o-transition-delay: 2250ms;
          transition-delay: 2250ms;
}

body[data-aos-duration="2300"] [data-aos],
[data-aos][data-aos][data-aos-duration="2300"] {
  -webkit-transition-duration: 2300ms;
       -o-transition-duration: 2300ms;
          transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos],
[data-aos][data-aos][data-aos-delay="2300"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  -webkit-transition-delay: 2300ms;
       -o-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

body[data-aos-duration="2350"] [data-aos],
[data-aos][data-aos][data-aos-duration="2350"] {
  -webkit-transition-duration: 2350ms;
       -o-transition-duration: 2350ms;
          transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos],
[data-aos][data-aos][data-aos-delay="2350"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  -webkit-transition-delay: 2350ms;
       -o-transition-delay: 2350ms;
          transition-delay: 2350ms;
}

body[data-aos-duration="2400"] [data-aos],
[data-aos][data-aos][data-aos-duration="2400"] {
  -webkit-transition-duration: 2400ms;
       -o-transition-duration: 2400ms;
          transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos],
[data-aos][data-aos][data-aos-delay="2400"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  -webkit-transition-delay: 2400ms;
       -o-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

body[data-aos-duration="2450"] [data-aos],
[data-aos][data-aos][data-aos-duration="2450"] {
  -webkit-transition-duration: 2450ms;
       -o-transition-duration: 2450ms;
          transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos],
[data-aos][data-aos][data-aos-delay="2450"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  -webkit-transition-delay: 2450ms;
       -o-transition-delay: 2450ms;
          transition-delay: 2450ms;
}

body[data-aos-duration="2500"] [data-aos],
[data-aos][data-aos][data-aos-duration="2500"] {
  -webkit-transition-duration: 2500ms;
       -o-transition-duration: 2500ms;
          transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos],
[data-aos][data-aos][data-aos-delay="2500"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  -webkit-transition-delay: 2500ms;
       -o-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

body[data-aos-duration="2550"] [data-aos],
[data-aos][data-aos][data-aos-duration="2550"] {
  -webkit-transition-duration: 2550ms;
       -o-transition-duration: 2550ms;
          transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos],
[data-aos][data-aos][data-aos-delay="2550"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  -webkit-transition-delay: 2550ms;
       -o-transition-delay: 2550ms;
          transition-delay: 2550ms;
}

body[data-aos-duration="2600"] [data-aos],
[data-aos][data-aos][data-aos-duration="2600"] {
  -webkit-transition-duration: 2600ms;
       -o-transition-duration: 2600ms;
          transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos],
[data-aos][data-aos][data-aos-delay="2600"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  -webkit-transition-delay: 2600ms;
       -o-transition-delay: 2600ms;
          transition-delay: 2600ms;
}

body[data-aos-duration="2650"] [data-aos],
[data-aos][data-aos][data-aos-duration="2650"] {
  -webkit-transition-duration: 2650ms;
       -o-transition-duration: 2650ms;
          transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos],
[data-aos][data-aos][data-aos-delay="2650"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  -webkit-transition-delay: 2650ms;
       -o-transition-delay: 2650ms;
          transition-delay: 2650ms;
}

body[data-aos-duration="2700"] [data-aos],
[data-aos][data-aos][data-aos-duration="2700"] {
  -webkit-transition-duration: 2700ms;
       -o-transition-duration: 2700ms;
          transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos],
[data-aos][data-aos][data-aos-delay="2700"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  -webkit-transition-delay: 2700ms;
       -o-transition-delay: 2700ms;
          transition-delay: 2700ms;
}

body[data-aos-duration="2750"] [data-aos],
[data-aos][data-aos][data-aos-duration="2750"] {
  -webkit-transition-duration: 2750ms;
       -o-transition-duration: 2750ms;
          transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos],
[data-aos][data-aos][data-aos-delay="2750"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  -webkit-transition-delay: 2750ms;
       -o-transition-delay: 2750ms;
          transition-delay: 2750ms;
}

body[data-aos-duration="2800"] [data-aos],
[data-aos][data-aos][data-aos-duration="2800"] {
  -webkit-transition-duration: 2800ms;
       -o-transition-duration: 2800ms;
          transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos],
[data-aos][data-aos][data-aos-delay="2800"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  -webkit-transition-delay: 2800ms;
       -o-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

body[data-aos-duration="2850"] [data-aos],
[data-aos][data-aos][data-aos-duration="2850"] {
  -webkit-transition-duration: 2850ms;
       -o-transition-duration: 2850ms;
          transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos],
[data-aos][data-aos][data-aos-delay="2850"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  -webkit-transition-delay: 2850ms;
       -o-transition-delay: 2850ms;
          transition-delay: 2850ms;
}

body[data-aos-duration="2900"] [data-aos],
[data-aos][data-aos][data-aos-duration="2900"] {
  -webkit-transition-duration: 2900ms;
       -o-transition-duration: 2900ms;
          transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos],
[data-aos][data-aos][data-aos-delay="2900"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  -webkit-transition-delay: 2900ms;
       -o-transition-delay: 2900ms;
          transition-delay: 2900ms;
}

body[data-aos-duration="2950"] [data-aos],
[data-aos][data-aos][data-aos-duration="2950"] {
  -webkit-transition-duration: 2950ms;
       -o-transition-duration: 2950ms;
          transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos],
[data-aos][data-aos][data-aos-delay="2950"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="2950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  -webkit-transition-delay: 2950ms;
       -o-transition-delay: 2950ms;
          transition-delay: 2950ms;
}

body[data-aos-duration="3000"] [data-aos],
[data-aos][data-aos][data-aos-duration="3000"] {
  -webkit-transition-duration: 3000ms;
       -o-transition-duration: 3000ms;
          transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos],
[data-aos][data-aos][data-aos-delay="3000"] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay="3000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  -webkit-transition-delay: 3000ms;
       -o-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos],
[data-aos][data-aos][data-aos-easing=linear] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
       -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing=ease] [data-aos],
[data-aos][data-aos][data-aos-easing=ease] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing=ease-in] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing=ease-out] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-out] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing=ease-out-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing=ease-in-out-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing=ease-in-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing=ease-out-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing=ease-in-out-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing=ease-in-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform,-o-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform,-o-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button,
button:active,
button:focus,
a,
a:active,
a:focus {
  outline: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
b,
strong {
  font-weight: normal;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

input:required {
  box-shadow: none !important;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(/wp-content/themes/merete/dist/fonts/Poppins-Regular.woff2) format("woff2"),url(/wp-content/themes/merete/dist/fonts/Poppins-Regular.woff) format("woff"),url(/wp-content/themes/merete/dist/fonts/Poppins-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Italic";
  src: url(/wp-content/themes/merete/dist/fonts/Poppins-Italic.woff2) format("woff2"),url(/wp-content/themes/merete/dist/fonts/Poppins-Italic.woff) format("woff"),url(/wp-content/themes/merete/dist/fonts/Poppins-Italic.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(/wp-content/themes/merete/dist/fonts/Poppins-Bold.woff2) format("woff2"),url(/wp-content/themes/merete/dist/fonts/Poppins-Bold.woff) format("woff"),url(/wp-content/themes/merete/dist/fonts/Poppins-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-BoldItalic";
  src: url(/wp-content/themes/merete/dist/fonts/Poppins-BoldItalic.woff2) format("woff2"),url(/wp-content/themes/merete/dist/fonts/Poppins-BoldItalic.woff) format("woff"),url(/wp-content/themes/merete/dist/fonts/Poppins-BoldItalic.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Light";
  src: url(/wp-content/themes/merete/dist/fonts/Poppins-Light.woff2) format("woff2"),url(/wp-content/themes/merete/dist/fonts/Poppins-Light.woff) format("woff"),url(/wp-content/themes/merete/dist/fonts/Poppins-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

html,
body {
  overflow-x: hidden !important;
}

body:not(#tinymce) {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  min-width: 320px;
  position: relative;
  color: #0d3074;
  width: 100%;
  padding-top: 45px;
}

@media (min-width: 375px) {
  body:not(#tinymce) {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  body:not(#tinymce) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100vh;
  }
}

@media print {
  body:not(#tinymce) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100vh;
  }
}

@media (min-width: 1250px) {
  body:not(#tinymce) {
    padding-top: 110px;
  }
}

body:not(#tinymce).js_naviOpen {
  position: fixed;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-welance a,
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-undstoffers a {
  display: none;
}

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lazyload,
.lazyloading {
  opacity: .3;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #0d3074;
}

.lazyloaded {
  opacity: 1;
  background-color: rgba(0,0,0,0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1250px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.container-wide {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print {
  .container-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1250px) {
  .container-wide {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1250px) {
  .container-wide {
    max-width: none;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1430px) {
  .container-wide {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-medium {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print {
  .container-medium {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1250px) {
  .container-medium {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1250px) {
  .container-medium {
    max-width: 790px;
  }
}

.container-small {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print {
  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1250px) {
  .container-small {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1250px) {
  .container-small {
    max-width: 750px;
  }
}

.container-smallest {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container-smallest {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print {
  .container-smallest {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1250px) {
  .container-smallest {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1250px) {
  .container-smallest {
    max-width: 635px;
  }
}

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

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

.list-ul {
  list-style-type: none;
  list-style-position: inside;
}

.list-ul li {
  padding: 0 0 10px 25px;
  position: relative;
}

.list-ul li:last-child {
  padding-bottom: 0;
}

.list-ul li::before {
  content: "-";
  display: block;
  color: #0d3074;
  position: absolute;
  left: 0;
  top: 0;
}

.list-ol {
  counter-reset: foo;
  list-style-type: none;
}

.list-ol>li {
  counter-increment: foo;
  position: relative;
  padding: 0 0 0 30px;
}

.list-ol>li:last-child {
  padding-bottom: 0;
}

.list-ol>li::before {
  content: counter(foo) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

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

.responsive-video {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  margin-bottom: 40px !important;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

.mobile-only {
  display: block !important;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media print {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 768px)and (max-width: 1249px) {
  .hidden-tablet {
    display: none !important;
  }
}

.tablet-only {
  display: none !important;
}

@media (min-width: 768px)and (max-width: 1249px) {
  .tablet-only {
    display: block !important;
  }
}

@media (min-width: 1250px) {
  .tablet-only {
    display: none !important;
  }
}

@media (min-width: 1250px) {
  .hidden-desktop {
    display: none !important;
  }
}

.desktop-only {
  display: none !important;
}

@media (min-width: 768px) {
  .desktop-only {
    display: block !important;
  }
}

@media print {
  .desktop-only {
    display: block !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide-text {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
}

.font-base {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
}

.font-base strong,
.font-base b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.font-small {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 12px;
  line-height: 1.75;
}

.font-small strong,
.font-small b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.font-large {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 18px;
  line-height: 1.67;
}

@media (min-width: 768px) {
  .font-large {
    font-size: 19px;
    line-height: 1.63;
  }
}

@media print {
  .font-large {
    font-size: 19px;
    line-height: 1.63;
  }
}

.font-large strong,
.font-large b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.font-h1 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 26px;
  line-height: 1.2;
  text-decoration: none;
}

@media (min-width: 768px) {
  .font-h1 {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media print {
  .font-h1 {
    font-size: 40px;
    line-height: 1.5;
  }
}

.font-h1 strong,
.font-h1 b {
  font-weight: normal;
}

.font-h2 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 23px;
  line-height: 1.65;
  text-decoration: none;
}

@media (min-width: 768px) {
  .font-h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}

@media print {
  .font-h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}

.font-h2 strong,
.font-h2 b {
  font-weight: normal;
}

.font-h3 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 22px;
  line-height: 1.32;
  text-decoration: none;
}

.font-h3 strong,
.font-h3 b {
  font-weight: normal;
  display: inline;
}

.font-h4 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 16px;
  line-height: 1.69;
  text-decoration: none;
}

@media (min-width: 768px) {
  .font-h4 {
    font-size: 18px;
    line-height: 1.32;
  }
}

@media print {
  .font-h4 {
    font-size: 18px;
    line-height: 1.32;
  }
}

.font-h4 strong,
.font-h4 b {
  font-weight: normal;
  display: inline;
}

.font-h5 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 16px;
  line-height: 1.69;
  text-decoration: none;
}

@media (min-width: 768px) {
  .font-h5 {
    font-size: 18px;
    line-height: 1.32;
  }
}

@media print {
  .font-h5 {
    font-size: 18px;
    line-height: 1.32;
  }
}

.font-h5 strong,
.font-h5 b {
  font-weight: normal;
  display: inline;
}

.font-light {
  color: #fff;
}

.font-light a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.font-light a:hover {
  color: #ebf8ff;
  border-color: #ebf8ff;
}

.font-caption {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Italic",serif;
  font-size: 14px;
  line-height: 1.4;
  color: #0d3074;
}

.button {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
}

.button:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button:focus,
.button:active {
  outline: none !important;
}

.button:disabled {
  pointer-events: none;
  opacity: .3;
}

.button--primary {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
}

.button--primary:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button--primary:focus,
.button--primary:active {
  outline: none !important;
}

.button--primary:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  .button--primary:hover {
    background-color: #fff;
    border-color: #0d3074;
    color: #0d3074;
  }
}

.button--pink {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: #b90f5f;
  border-color: #b90f5f;
  color: #fff;
}

.button--pink:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button--pink:focus,
.button--pink:active {
  outline: none !important;
}

.button--pink:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  .button--pink:hover {
    background-color: #fff;
    border-color: #0d3074;
    color: #0d3074;
  }
}

.button--borderLight {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.button--borderLight:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button--borderLight:focus,
.button--borderLight:active {
  outline: none !important;
}

.button--borderLight:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  .button--borderLight:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0d3074;
  }
}

.has-dark-bg {
  background-color: #0d3074;
}

.has-light-bg {
  background-color: #ebf8ff;
}

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

.has-primary-bg {
  background-color: #0d3074;
}

.color-primary {
  color: #0d3074;
}

.color-light {
  color: #fff;
}

.padding-bottom-block {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .padding-bottom-block {
    padding-bottom: 40px;
  }
}

@media print {
  .padding-bottom-block {
    padding-bottom: 40px;
  }
}

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

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

.padding-bottom-small {
  padding-bottom: 25px !important;
}

@media (min-width: 768px) {
  .padding-bottom-small {
    padding-bottom: 50px !important;
  }
}

@media print {
  .padding-bottom-small {
    padding-bottom: 50px !important;
  }
}

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

@media (min-width: 768px) {
  .padding-bottom-medium {
    padding-bottom: 80px !important;
  }
}

@media print {
  .padding-bottom-medium {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1250px) {
  .padding-bottom-medium {
    padding-bottom: 120px !important;
  }
}

.padding-bottom-large {
  padding-bottom: 60px !important;
}

@media (min-width: 768px) {
  .padding-bottom-large {
    padding-bottom: 100px !important;
  }
}

@media print {
  .padding-bottom-large {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1250px) {
  .padding-bottom-large {
    padding-bottom: 150px !important;
  }
}

.padding-top-small {
  padding-top: 25px !important;
}

@media (min-width: 768px) {
  .padding-top-small {
    padding-top: 50px !important;
  }
}

@media print {
  .padding-top-small {
    padding-top: 50px !important;
  }
}

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

@media (min-width: 768px) {
  .padding-top-medium {
    padding-top: 80px !important;
  }
}

@media print {
  .padding-top-medium {
    padding-top: 80px !important;
  }
}

@media (min-width: 1250px) {
  .padding-top-medium {
    padding-top: 120px !important;
  }
}

.padding-top-large {
  padding-top: 60px !important;
}

@media (min-width: 768px) {
  .padding-top-large {
    padding-top: 100px !important;
  }
}

@media print {
  .padding-top-large {
    padding-top: 100px !important;
  }
}

@media (min-width: 1250px) {
  .padding-top-large {
    padding-top: 150px !important;
  }
}

.form-field {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  display: block;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  font-size: 18px;
  color: #0d3074;
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
  border-radius: 0;
  width: 100%;
  box-shadow: none !important;
}

.form-field::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.form-field::placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.form-field::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.form-field:-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.form-field::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.form-field:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

@media (min-width: 1250px) {
  .accordion__content {
    max-width: 892px;
  }
}

.accordion__item {
  padding: 10px 0;
  border-bottom: 1px solid #0d3074;
}

.accordion__item:first-of-type {
  border-top: 1px solid #0d3074;
}

.accordion__title {
  position: relative;
}

.accordion__titleText {
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #0d3074;
  margin-right: 50px;
  pointer-events: none;
  z-index: 9999;
  position: relative;
}

.accordion__button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjIgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+cGx1czwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGx1cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxsaW5lIHgxPSIxMCIgeTE9IjE5LjMzMzMzMzMiIHgyPSIxMCIgeTI9IjAuNjY2NjY2NjY3IiBpZD0iUGF0aCI+PC9saW5lPgogICAgICAgICAgICA8bGluZSB4MT0iMCIgeTE9IjEwIiB4Mj0iMjAiIHkyPSIxMCIgaWQ9IlBhdGgiIHN0cm9rZT0iIzBEMzA3NCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj48L2xpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 10px top 6px;
  width: 100%;
  text-align: left;
  background-color: rgba(0,0,0,0);
  cursor: pointer;
}

.accordion__button.collapsed {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+cGx1czwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4KICAgICAgICA8ZyBpZD0icGx1cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wMDAwMDAsIDEuMDAwMDAwKSIgc3Ryb2tlPSIjMEQzMDc0IiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwxMCBMMjAsMTAgTTEwLDE5LjMzMzMzMzMgTDEwLDAuNjY2NjY2NjY3IiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

.accordion__textWrapper.collapse:not(.show) {
  display: none;
}

.accordion__textWrapper.collapse.show {
  display: block;
}

.accordion__text {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 25px;
  padding-bottom: 15px;
}

.accordion__text strong,
.accordion__text b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.BorlabsCookie {
  display: block;
}

.BorlabsCookie #CookieBoxTextDescription {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
}

.BorlabsCookie #CookieBoxTextDescription strong,
.BorlabsCookie #CookieBoxTextDescription b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.BorlabsCookie #CookieBoxTextDescription a {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
}

.BorlabsCookie #CookieBoxTextDescription a:hover {
  color: #4672c7;
  border-color: #4672c7;
}

.BorlabsCookie._brlbs-cb-hubspot {
  background-color: #ebf8ff;
  padding: 20px;
}

.BorlabsCookie._brlbs-cb-hubspot a.button--primary {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.BorlabsCookie._brlbs-cb-hubspot a.button--primary:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.BorlabsCookie._brlbs-cb-hubspot a.button--primary:focus,
.BorlabsCookie._brlbs-cb-hubspot a.button--primary:active {
  outline: none !important;
}

.BorlabsCookie._brlbs-cb-hubspot a.button--primary:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  .BorlabsCookie._brlbs-cb-hubspot a.button--primary:hover {
    background-color: #fff;
    border-color: #0d3074;
    color: #0d3074;
  }
}

@media (min-width: 768px) {
  .career__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print {
  .career__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media (min-width: 768px) {
  .career__text {
    padding-bottom: 80px !important;
  }
}

@media print {
  .career__text {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1250px) {
  .career__text {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .career__text {
    width: 50%;
    padding-bottom: 0 !important;
  }
}

@media print {
  .career__text {
    width: 50%;
    padding-bottom: 0 !important;
  }
}

.career__figure {
  max-width: 480px;
}

@media (min-width: 768px) {
  .career__figure {
    width: 42%;
  }
}

@media print {
  .career__figure {
    width: 42%;
  }
}

@media (min-width: 1250px) {
  .career__figure {
    width: 40%;
  }
}

.career__title {
  padding-bottom: 35px;
}

.career__subtitle {
  padding-bottom: 25px;
}

.career__editor {
  max-width: 890px;
  margin: 0 auto;
  border: 1px solid #0d3074;
  padding: 15px;
}

@media (min-width: 768px) {
  .career__editor {
    padding: 45px 50px;
  }
}

@media print {
  .career__editor {
    padding: 45px 50px;
  }
}

.career__download {
  margin-top: 20px;
}

.career__contact {
  max-width: 890px;
  margin: 20px auto 0 auto;
  padding: 15px;
}

@media (min-width: 768px) {
  .career__contact {
    padding: 45px 50px;
  }
}

@media print {
  .career__contact {
    padding: 45px 50px;
  }
}

.categoryFilter__title {
  padding-bottom: 20px;
}

.categoryFilter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -10px;
}

.categoryFilter__item {
  padding: 5px 10px;
}

.categoryFilter__link {
  display: block;
  border: 1px solid #0d3074;
  text-decoration: none;
  color: #0d3074;
  font-size: 13px;
  padding: 6px 10px;
}

.categoryFilter__link:hover,
.categoryFilter__link--active {
  background-color: #0d3074;
  color: #fff;
}

.clickmeeting {
  display: block;
}

@media (min-width: 768px) {
  .columns__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -45px;
  }
}

@media (min-width: 768px)and (min-width: 768px) {
  .columns__content {
    margin-bottom: -45px;
  }
}

@media print and (min-width: 768px) {
  .columns__content {
    margin-bottom: -45px;
  }
}

@media print {
  .columns__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -45px;
  }
}

@media print and (min-width: 768px) {
  .columns__content {
    margin-bottom: -45px;
  }
}

@media print {
  .columns__content {
    margin-bottom: -45px;
  }
}

.columns__title {
  padding-bottom: 25px;
}

.columns__item {
  margin-bottom: 25px;
  position: relative;
}

@media (min-width: 768px) {
  .columns__item {
    width: 47.5%;
    padding-right: 0;
    margin-bottom: 45px;
  }

  .columns__item--001 {
    width: 100%;
    padding-right: 0;
  }
}

@media print {
  .columns__item {
    width: 47.5%;
    padding-right: 0;
    margin-bottom: 45px;
  }

  .columns__item--001 {
    width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 1250px) {
  .columns__item {
    width: 33.33333%;
  }

  .columns__item--002 {
    width: 47.5%;
    padding-right: 0;
  }
}

.didYouKnow {
  display: block;
  background-color: #081b43;
}

.didYouKnow__intro {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .didYouKnow__intro {
    padding-top: 90px;
    padding-bottom: 95px;
    margin: 0 auto;
  }
}

@media print {
  .didYouKnow__intro {
    padding-top: 90px;
    padding-bottom: 95px;
    margin: 0 auto;
  }
}

.didYouKnow__intro-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOQAAAA6BAMAAABSTejhAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUdwTOQAe7gOZbkOXbsRWLUNXLkOXrkOXLgOXbgPX7UPWboQYLsPYLkPX8bB0DIAAAANdFJOUwADCEoPGCs4WmMhsqHpZC1pAAACfUlEQVRYw+2YPW6DQBCFww3WvkEibkABRaoVvgE0HAAkWiQ4AA3cwBQpcbFXiLuU5gIpcpfMzC4hwMbV4CSSnyyXfHpv9mdmHx7uuus/y9mxS1zB7TbUD0ixHdG54nH/xK+ffG7FIz1amc5IlCGrpAQiMS0mkeeGG0iadG0e0eDhELMqiuCjLmUrFkhMFYDxBgImfHy/QJJJTUwUqxINJZurSiIxQeDplPIoz3OkQrrInFcTc3WRqFTKqJL+leqBKcGms8g1DOOYiFVW8aiEX0lMiFbKWbIO5Yom05SLN4GBiTYxWbHIFYkILAqPTUUBHyQmJTtHoskTIDmBKN8HZk42LUi1AZGYZarWSCwlmCRi3TAqACjZpGLOkFBKhUhDPHKoNcwCkAqLuUImmKsXILDrWo5f18HHak8nO0PiHnF1KT2vaTpOHZsGkh2RE3Ong02fh2G4XF5ZdT6fh+FNr5+dEN9c0oJ9+dhI77AzLS6TbZFxJBcuqZYY7PmVWZdBB2uvpV4+bcu4eqblM6vluC/HTXLkQ7ZItGySb0eB76FPTtW4L61HgTnwINkgCBh5NZq0Hnhfx3qlz+LAqzl+AV1g9mNdI/HyomwZVeAlbb+89BUNvUPl811gvl9QM2K7oqdGpGJvREpbI4LtluuO7VaWUafEoIw6H91uhYtGVpimUo1NZcbXVGIra5pKYW2dTeecsyBPunfuba3z14AAE4LqFeOMkPS9GUoWA4K26Y5zV88+e8n1tDcNe2HEO3YdQjPsLSev1Ugbccyy40esIy0xaXCXknlul+axQFjfmG78PGEeYR75efsrj01IvPXrlrjx69avPBveddff1yfTI2CUjQ4hvwAAAABJRU5ErkJggg==) center bottom 5px no-repeat;
  background-size: 228px 58px;
  padding-bottom: 65px;
  font-size: 32px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),all and (-o-min-device-pixel-ratio: 3/2),all and (min--moz-device-pixel-ratio: 1.5),all and (min-device-pixel-ratio: 1.5) {
  .didYouKnow__intro-title {
    background: url(data:image/png;base64,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) center bottom 5px no-repeat;
    background-size: 228px 58px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 192dpi) {
  .didYouKnow__intro-title {
    background: url(data:image/png;base64,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) center bottom 5px no-repeat;
    background-size: 228px 58px;
  }
}

@media (min-width: 768px) {
  .didYouKnow__intro-title {
    padding-bottom: 75px;
    font-size: 45px;
    background-position: center bottom 15px;
  }
}

@media print {
  .didYouKnow__intro-title {
    padding-bottom: 75px;
    font-size: 45px;
    background-position: center bottom 15px;
  }
}

@media (min-width: 1250px) {
  .didYouKnow__intro-title {
    font-size: 60px;
  }
}

.didYouKnow__intro-text p {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .didYouKnow .linkScrollDown {
    margin-bottom: 90px;
  }
}

@media print {
  .didYouKnow .linkScrollDown {
    margin-bottom: 90px;
  }
}

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

@media (min-width: 768px) {
  .didYouKnow .columns {
    padding-top: 90px !important;
    padding-bottom: 70px !important;
  }
}

@media print {
  .didYouKnow .columns {
    padding-top: 90px !important;
    padding-bottom: 70px !important;
  }
}

.didYouKnow .columns__title {
  color: #fff;
}

.didYouKnow .columns__item {
  color: #fff;
  font-family: "Poppins-Light",serif !important;
}

.didYouKnow .columns__item h1,
.didYouKnow .columns__item h2,
.didYouKnow .columns__item h3,
.didYouKnow .columns__item h4,
.didYouKnow .columns__item h5,
.didYouKnow .columns__item strong {
  color: #fff;
}

.didYouKnow .columns__item a:not(.button):not(.button--primary):not(.button--attention) {
  color: #fff;
  border-color: #fff;
}

.didYouKnow .columns__item ul li::before {
  background-color: #fff;
}

.didYouKnow .columns__item b,
.didYouKnow .columns__item strong {
  font-family: "Poppins-Bold",serif !important;
}

.didYouKnow .columns__item p {
  padding-bottom: 10px;
}

.didYouKnow__separator {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOQAAAA6BAMAAABSTejhAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUdwTOQAe7gOZbkOXbsRWLUNXLkOXrkOXLgOXbgPX7UPWboQYLsPYLkPX8bB0DIAAAANdFJOUwADCEoPGCs4WmMhsqHpZC1pAAACfUlEQVRYw+2YPW6DQBCFww3WvkEibkABRaoVvgE0HAAkWiQ4AA3cwBQpcbFXiLuU5gIpcpfMzC4hwMbV4CSSnyyXfHpv9mdmHx7uuus/y9mxS1zB7TbUD0ixHdG54nH/xK+ffG7FIz1amc5IlCGrpAQiMS0mkeeGG0iadG0e0eDhELMqiuCjLmUrFkhMFYDxBgImfHy/QJJJTUwUqxINJZurSiIxQeDplPIoz3OkQrrInFcTc3WRqFTKqJL+leqBKcGms8g1DOOYiFVW8aiEX0lMiFbKWbIO5Yom05SLN4GBiTYxWbHIFYkILAqPTUUBHyQmJTtHoskTIDmBKN8HZk42LUi1AZGYZarWSCwlmCRi3TAqACjZpGLOkFBKhUhDPHKoNcwCkAqLuUImmKsXILDrWo5f18HHak8nO0PiHnF1KT2vaTpOHZsGkh2RE3Ong02fh2G4XF5ZdT6fh+FNr5+dEN9c0oJ9+dhI77AzLS6TbZFxJBcuqZYY7PmVWZdBB2uvpV4+bcu4eqblM6vluC/HTXLkQ7ZItGySb0eB76FPTtW4L61HgTnwINkgCBh5NZq0Hnhfx3qlz+LAqzl+AV1g9mNdI/HyomwZVeAlbb+89BUNvUPl811gvl9QM2K7oqdGpGJvREpbI4LtluuO7VaWUafEoIw6H91uhYtGVpimUo1NZcbXVGIra5pKYW2dTeecsyBPunfuba3z14AAE4LqFeOMkPS9GUoWA4K26Y5zV88+e8n1tDcNe2HEO3YdQjPsLSev1Ugbccyy40esIy0xaXCXknlul+axQFjfmG78PGEeYR75efsrj01IvPXrlrjx69avPBveddff1yfTI2CUjQ4hvwAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: 228px 58px;
  width: 228px;
  height: 58px;
  margin: 20px auto 0 auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),all and (-o-min-device-pixel-ratio: 3/2),all and (min--moz-device-pixel-ratio: 1.5),all and (min-device-pixel-ratio: 1.5) {
  .didYouKnow__separator {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcgAAAB0BAMAAADz8L9jAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURUdwTLUOXrgOXrkPXroNYLsPYrcPW7gNXbsPYLcOXbgPX7kPX2QUIZIAAAALdFJOUwAIGl4mEDI+UkhmbGpe5wAACXhJREFUeNrtXEuO4kgQdd4gvfAFED5BbVAtLcTelriBBdIcgBKzZQMnANYlzaKuMJebjPcibNNtU1XdvQg0hKlW92jKyseLf0Zmlj3lKU95ylOe8pSnPOX/IEGf6PLD5/cxmriDmMmHS/t9HmNIPzG60zFZEtcmKL/PZ8TvyLcV5TXy7xBi7ukjCwtR15Z9n4OAj7wGahHzPOTdv7x8KFgb+bSfb2lpJuxBUVVfvTFJATbqbvi2vofuPem7ojjCqGuSP/EfcmEVlvUVPwRPE8liCPaW7q2OBEsiA6GnVZTvK5TCy2Q3HLqWqJC/bJAMP7Ds/OEkM0K/gBMs5jH2v104lhvtDbTKGO5rKoJHGCLMa9dS5HWnt2nZUMOvuNUsDgCu1+ti7VrqdcLa8UmU4S6Rmbhi2jK1tPaNsADKXm2DOthPHA9CBzAKyvUjSJG4NJjmeKa9z0BX6wGFTbMuZ83MmTSlSLfInDobGC3vp+W56WpOWyybJr0tvXLWOJO0qARSlqV8qgsSu7xPZZ5BWU1RE4WlfGvlzKU0wKkok2mSyhCnHQ/qqswiI7S1cQruB0mrBMq66M3yDpEpkyORNMXSKKyqau5O0qoMpZJZMM1DgjcaLyO5pNeBPZYdjwKxqpaenuUcX3w177wQySST4U4Bgio0p8vhL8/nS/eiOAVlob7nHkrWHYgeEjUE49w5TCEUastwApQJRjaprqatCB1UU3vXatmunMmyHQAFStHXQtOeyfJDc521KSsgyts2bqVtCZU+qOyscrK1xaZVXqvPmS/nBJletfGJc9XKT2tkJhOjh43jLR9rzAWClByumhFj65hI4FxBZefqe4TKMFk6x4AgKa61NF3Fe7ab3e7NoWx3b2lpUFpT2GbdpT0TpXM0k2wSkZV41RVITO96k49LnDtBudoQZYNgSfcaJ8rlTJMdATk3Hm/fet67+AwEKGmXVFjk6ZNdLbidBBJEijWuBCMo3O+v/uR8PiufQgZQSrBUowx3SsmaMTIpq2Ckku7356tHlPsrYQrIFOnE95SawdrG10idJUwCo3gd4/F89S3Q2Q18rCisghxPByL8jpRYTFnTr4FHec/p6FMu19P1DJQwS8ZK5gNhNE7CJgsyOafb2SWUSScul8vp5BHn5ZRgEuUWVtkzOVGIRPodpnSVKOtWddUrj8B5FNuEjxV97YwyTOwaRFaScDtwrVsoq0JcLBYvvuRwXHBpiUxY5QYoRV9RO4/2PpCeI0oiDwCR16Sr6TWHw2JxeDksXvw8B0haW7IkgNzBKKuZudfxSiuyR5eipICUREecjnxVhxdvLPZCKq+gsoW+MlLG0f4AbZJRErVHInJ/FYeTNMMrxGRDyS4vicpklEJlH0PGo6Roa13/wOQlqeoRGF9fXl3JyztRHkClRBHJ7SphEu41/xmlJDw5bLIpJRVA0ioYk8sBxNf3D2eScBLmUazyLFRKpFR1hQGOTHwEy1wTk62A3ItrPYDH94/XD3co34VM8T4noVIjpYDMLbEbaX4ggmh2vtkqk8Toj0hBaa5HQTKxY8ozNl+FfiSSgcSkqOvf/z6c/LNptaZkXvdjYoehD+YCoq7Juf71gCDheGbEGEeZjJE2uZ49MJNLrbambDKzhEdqkAdmUh1PDCGbsMm60KzuIZlcGZPMeH6CqbvobPBICHl4Jqf6H+zVSRHSrrY7Swbgp18dRpCP95sQst1ZnCyKcZuMvXftM56zJAOSuCKPcgcxySuTgYs0e6QDUlUWJ8c2YsUmM/OuzF3RojtqypOSAVf5QFrOK/M6TeukDGmFSYmTkz1JTtNZgr5ZIUG/IEHXlP/VUflha1kc+6yutdy12w6JIzN1ZLJUJruaue8JOKpBWIUsYJIXViGsJxtT17EqZNj+QD25Q4cH+nrwR6W1QIiR9eSyZzJOtAY0hjTr2TyhbNH+2NPBHod0eurxJINUi6S6wrkak1ONrCJHysPWMvQVvQHppiycCdaEHo81spZIXRv4nXxirxldHt2cnBtKa2WZHJw8x4Ot6AqMWyVypo2s0Z27YOpaWN9V2nXbt/2ZHfSLy66rsAiMuk9QIakrlMkwtamlnqfiNrruZ0n//OSxfZ4kYdzDIpEKVB2TGD2Lo/P1GkMQRFrdnOz3s04XN7s8p24xut9jDfSGG5RjRYge6clRhwyo1D1Yl9uTpqnch5VW3awqVV1jnErQM90MwUYzqRSz5AazP5h723O2sYGKJslRnlFtNaOsFaVQKWn6bnszLeBjNx0Enm0/faujEfNZFyXz8ekPNl57/4qhAQ63bH0ORfQ76QiRSVm7Pa04PRnBfh0iZcORMw5jpa9q6xDo9m0rC9twL31ZLSVIlroFG7LJyV5GEZ2s4+Sg60mljQ3xJIxzjvFoCTI1+6H95Y5KHR9ccQrE7USWjBLKQFalI4S5bmmNE4kDWsHKLYyBAmUrIgNBPgG2HMeyOcmi+Gw+W5MeDmd3c5KU1t+s68r+wvlljtvn+eTGHfsfnFwuqLASLTl9ZjBXnj7dsiodAy1thkfz1jg9Z5/bnH1pE/ZV5XlyucIo+ky9Tq1BcnTnrhtyUYXl8R4dtJex/WTZS2eT9hVGsGzQnrqqRE4fFw2ao2stAo1tZnzNXMZf564e+e7t0ISeZ1Ie8ztBklNZ6np4MmQ2ODXhD+Xg8Euz7jDq9GC8dwxWubRzTPId+T7e05Sl6ipP+HQFSJzQ1qj1Vl70p+4As8HBqNLR06mpQmSENB7vn/fVLL3X2FKNc136OnaHL58n7kxX6XaMyXj3vG93oBnThI8h3fntmLFPd++EDxVWD2zldf0YZ2FrLLQ7Cfv5nRGoK2N3bvsBUOKob90dac4mk/Obm03k/xy7S8HnBQPDuyPuH5wcXKOExG9wlwIcbSEfOdPvSLCowTUDubIYP7kew27isVT9R6k934oR8v4KqM/ujNAcVmfSH0V4i1T4LHbc5rDICsKjwNTFcuHZ5xdjxD5Xz+yGGzuWHx09+c0VEcHulfrOJW5RzVMv59FrQ6IjyewWLzXCmH39zrNod/IMmQxMEDxhtOUYkxmpyPTKvi9i7W+Di929KMHNoyvSG6BsL+dXr+nTmIOvKvhC2W9c/drNgVE1lslsME79YLR7dbK+Po6/ft9iVMCaTDh51BlGm9T9hl8djSZZlv2Bezf/8C2S/Zp+/4rLwV130ZG23jqM8Huq+pSnPOUpT3nKU/4H8h8XBrq0rpPbeQAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: 228px 58px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 192dpi) {
  .didYouKnow__separator {
    background: url(data:image/png;base64,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) center center no-repeat;
    background-size: 228px 58px;
  }
}

.disturber__item {
  background: -webkit-linear-gradient(left, #b90f5f 0%, #0d3074 90%);
  background: -o-linear-gradient(left, #b90f5f 0%, #0d3074 90%);
  background: linear-gradient(90deg, #b90f5f 0%, #0d3074 90%);
  padding: 30px;
}

@media (min-width: 768px) {
  .disturber__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print {
  .disturber__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1250px) {
  .disturber__item {
    padding: 30px 60px;
  }
}

.disturber__image {
  width: 80px;
}

.disturber__textWrapper {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .disturber__textWrapper {
    padding-top: 0;
    width: calc(100% - 120px);
  }
}

@media print {
  .disturber__textWrapper {
    padding-top: 0;
    width: calc(100% - 120px);
  }
}

@media (min-width: 1250px) {
  .disturber__textWrapper {
    width: calc(100% - 140px);
  }
}

.disturber__title {
  padding-bottom: 10px;
  color: #fff;
}

.disturber__text {
  color: #fff;
}

.disturber__text h1,
.disturber__text h2,
.disturber__text h3,
.disturber__text h4,
.disturber__text h5,
.disturber__text strong {
  color: #fff;
}

.disturber__text a:not(.button):not(.button--primary):not(.button--attention) {
  color: #fff;
  border-color: #fff;
}

.disturber__text ul li::before {
  background-color: #fff;
}

.download {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .download {
    width: 50%;
    padding: 0 15px 50px 15px;
  }
}

@media print {
  .download {
    width: 50%;
    padding: 0 15px 50px 15px;
  }
}

@media (min-width: 1250px) {
  .download {
    width: 33.33333%;
  }
}

.download__premium {
  display: block;
  position: relative;
  background-color: #f0f0f0;
  padding-bottom: 56.25% !important;
  height: 0;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.download__premium .imageCopyright__link {
  color: #0d3074;
}

.download__premium::after {
  background: url(/wp-content/themes/merete/dist/images/premium.png) center no-repeat;
  background-size: 72px 72px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 72px;
  height: 72px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),all and (-o-min-device-pixel-ratio: 3/2),all and (min--moz-device-pixel-ratio: 1.5),all and (min-device-pixel-ratio: 1.5) {
  .download__premium::after {
    background: url(/wp-content/themes/merete/dist/images/premium@2x.png) center no-repeat;
    background-size: 72px 72px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 192dpi) {
  .download__premium::after {
    background: url(/wp-content/themes/merete/dist/images/premium@2x.png) center no-repeat;
    background-size: 72px 72px;
  }
}

.download__premium-link {
  text-decoration: none;
  color: #0d3074;
}

.download__premium-link:hover {
  color: #4672c7;
}

.download__title {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  padding-top: 20px;
}

.download__figure {
  position: relative;
  background-color: #f0f0f0;
  padding-bottom: 56.25% !important;
  height: 0;
}

.download__figure .download__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 5px 5px 15px -4px rgba(0,0,0,.33);
  margin: auto;
  width: auto;
  height: 85%;
}

.download__figure .imageCopyright__link {
  color: #0d3074;
}

.download__video {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
  background-color: #000;
}

.download__files {
  padding-top: 10px;
}

.download__file {
  padding-bottom: 7px;
}

.download__file:last-child {
  padding-bottom: 0;
}

.download__link {
  display: inline-block;
  text-decoration: none;
  color: #0d3074;
  padding-left: 25px;
  position: relative;
}

.download__link:hover {
  color: #4672c7;
}

.download__link:hover .download__icon-stroke {
  stroke: #4672c7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.download__icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 19px;
}

.download__icon-stroke {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.download__icon--play {
  width: 18px;
  height: 18px;
  top: 2px;
}

.download__info {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .downloads__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .downloads__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.event__title {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .event__title {
    padding-bottom: 60px;
  }
}

@media print {
  .event__title {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .event__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print {
  .event__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.event__date {
  display: block;
  position: relative;
  padding-left: 40px;
}

.event__date::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIxIDIyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZmlsbD0iIzBEMzA3NCIgZD0iTTE0LjM2IDQuNDhjLS4yNjQgMC0uNDgtLjIxNi0uNDgtLjQ4Vi40OGMwLS4yNjQuMjE2LS40OC40OC0uNDhzLjQ4LjIxNi40OC40OFY0YzAgLjI2NC0uMjE2LjQ4LS40OC40OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzOSAtMzQxKSB0cmFuc2xhdGUoODQwIDM0MikiLz4KICAgICAgICAgICAgICAgIDxwYXRoIHN0cm9rZT0iIzBEMzA3NCIgc3Ryb2tlLXdpZHRoPSIuNSIgZD0iTTE0LjM2IDQuNDhoMGMtLjI2NCAwLS40OC0uMjE2LS40OC0uNDhWLjQ4YzAtLjI2NC4yMTYtLjQ4LjQ4LS40OHMuNDguMjE2LjQ4LjQ4VjRjMCAuMjY0LS4yMTYuNDgtLjQ4LjQ4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzOSAtMzQxKSB0cmFuc2xhdGUoODQwIDM0MikiLz4KICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9IiMwRDMwNzQiIGQ9Ik00LjQ4IDQuNDhDNC4yMTYgNC40OCA0IDQuMjY0IDQgNFYuNDhjMC0uMjY0LjIxNi0uNDguNDgtLjQ4cy40OC4yMTYuNDguNDhWNGMwIC4yNjQtLjIxNi40OC0uNDguNDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MzkgLTM0MSkgdHJhbnNsYXRlKDg0MCAzNDIpIi8+CiAgICAgICAgICAgICAgICA8cGF0aCBzdHJva2U9IiMwRDMwNzQiIHN0cm9rZS13aWR0aD0iLjUiIGQ9Ik00LjQ4IDQuNDhoMEM0LjIxNiA0LjQ4IDQgNC4yNjQgNCA0Vi40OGMwLS4yNjQuMjE2LS40OC40OC0uNDhzLjQ4LjIxNi40OC40OFY0YzAgLjI2NC0uMjE2LjQ4LS40OC40OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MzkgLTM0MSkgdHJhbnNsYXRlKDg0MCAzNDIpIi8+CiAgICAgICAgICAgICAgICA8cGF0aCBzdHJva2U9IiMwRDMwNzQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNLjE2IDUuMzM1VjE5LjUySDE5LjJWNS4zMzVjMC0xLjYxNC0xLjIyNC0yLjkzNS0yLjcyLTIuOTM1SDIuODhDMS4zODQgMi40LjE2IDMuNzIuMTYgNS4zMzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MzkgLTM0MSkgdHJhbnNsYXRlKDg0MCAzNDIpIi8+CiAgICAgICAgICAgICAgICA8cGF0aCBzdHJva2U9IiMwRDMwNzQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMTkuMiA4Ljg4MVY1LjMzNWMwLTEuNjE0LTEuMjI0LTIuOTM1LTIuNzItMi45MzVIMi44OEMxLjM4NCAyLjQuMTYgMy43Mi4xNiA1LjMzNXYzLjU2OGwxOS4wNC0uMDIyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzOSAtMzQxKSB0cmFuc2xhdGUoODQwIDM0MikiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.event__city {
  position: relative;
  padding: 0 0 40px 40px;
  margin-top: 10px;
}

.event__city::before {
  content: "";
  width: 20px;
  height: 29px;
  position: absolute;
  left: 3px;
  top: 1px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDE3IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgc3Ryb2tlPSIjMEQzMDc0IiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjQgNy42YzAgNi4yLTcuMiAxNC03LjIgMTRTMCAxMy44IDAgNy42QzAgMy40MDMgMy4yMjQgMCA3LjIgMGMzLjk3NyAwIDcuMiAzLjQwMyA3LjIgNy42IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQwIC0zODApIHRyYW5zbGF0ZSg4NDEgMzgxKSIvPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwLjggNy4yYzAgMS45ODgtMS42MTIgMy42LTMuNiAzLjZTMy42IDkuMTg4IDMuNiA3LjJzMS42MTItMy42IDMuNi0zLjYgMy42IDEuNjEyIDMuNiAzLjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDAgLTM4MCkgdHJhbnNsYXRlKDg0MSAzODEpIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-size: 20px 29px;
  background-position: center;
  background-repeat: no-repeat;
}

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

@media (min-width: 768px) {
  .event__text {
    padding-bottom: 80px !important;
  }
}

@media print {
  .event__text {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1250px) {
  .event__text {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .event__text {
    width: 40%;
    padding-bottom: 0 !important;
  }
}

@media print {
  .event__text {
    width: 40%;
    padding-bottom: 0 !important;
  }
}

.event__figure {
  max-width: 585px;
}

@media (min-width: 768px) {
  .event__figure {
    width: 50%;
  }
}

@media print {
  .event__figure {
    width: 50%;
  }
}

.event__imageWrapper {
  position: relative;
}

.event__address {
  padding-bottom: 35px;
  padding-top: 15px;
}

.event__info {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .event__info {
    padding-top: 50px;
  }
}

@media print {
  .event__info {
    padding-top: 50px;
  }
}

.event__button {
  margin-bottom: 15px;
}

.events__headline {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .events__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px -15px -30px -15px;
  }
}

@media print {
  .events__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px -15px -30px -15px;
  }
}

.events__item {
  display: block;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .events__item {
    padding: 15px 15px 30px 15px;
    width: 50%;
  }
}

@media print {
  .events__item {
    padding: 15px 15px 30px 15px;
    width: 50%;
  }
}

@media (min-width: 1250px) {
  .events__item {
    padding: 15px 15px 30px 15px;
    width: 33.33333%;
  }
}

.events__link {
  position: relative;
  height: 100%;
  background-color: #ebf8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  color: #0d3074;
}

.events__link:hover {
  color: #4672c7;
  border-color: #4672c7;
}

.events__link:hover .events__imageWrapper::after {
  opacity: .4;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.events__imageWrapper {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}

.events__imageWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0d3074;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 10;
}

.events__text {
  padding: 18px;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
}

.events__date {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0d3074;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 75px;
  width: 100px;
  z-index: 10;
}

.events__title {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  padding-bottom: 5px;
}

.figures__heading {
  text-align: center;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .figures__heading {
    padding-bottom: 60px;
  }
}

@media print {
  .figures__heading {
    padding-bottom: 60px;
  }
}

.figures__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  .figures__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -40px;
  }
}

@media print {
  .figures__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -40px;
  }
}

.figures__item {
  padding-bottom: 40px;
}

.figures__item:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .figures__item {
    padding: 40px;
    width: 25%;
  }
}

@media print {
  .figures__item {
    padding: 40px;
    width: 25%;
  }
}

@media (min-width: 1250px) {
  .figures__item {
    width: 20%;
  }
}

.figures__bubble {
  background-color: #ebf8ff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.figures__figure,
.figures__text {
  margin-top: -7px;
}

.filter {
  display: block;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .filter {
    padding-top: 50px;
  }
}

@media print {
  .filter {
    padding-top: 50px;
  }
}

.filter__title {
  padding: 0 35px 0 0;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbl9wbHVzPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uX3BsdXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLTQyIiBzdHJva2U9IiMwRDMwNzQiIHN0cm9rZS13aWR0aD0iMiIgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIj48L2NpcmNsZT4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMEQzMDc0IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMTUgMTAuODMzMzMzNCAxMC44MzMzMzM0IDEwLjgzMzMzMzQgMTAuODMzMzMzNCAxNSA5LjE2NjY2NjY2IDE1IDkuMTY2NjY2NjYgMTAuODMzMzMzNCA1IDEwLjgzMzMzMzQgNSA5LjE2NjY2NjY2IDkuMTY2NjY2NjYgOS4xNjY2NjY2NiA5LjE2NjY2NjY2IDUgMTAuODMzMzMzNCA1IDEwLjgzMzMzMzQgOS4xNjY2NjY2NiAxNSA5LjE2NjY2NjY2Ij48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right center;
  color: #0d3074 !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.filter__wrapper {
  height: 0;
  overflow: hidden;
}

.filter__options {
  padding-bottom: 25px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .filter__options {
    padding-bottom: 40px;
  }
}

@media print {
  .filter__options {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .filter__options {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print {
  .filter__options {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.filter__checkbox {
  padding-right: 10px;
}

@media (min-width: 768px) {
  .filter__checkbox {
    width: 50%;
    padding: 0 15px;
  }
}

@media print {
  .filter__checkbox {
    width: 50%;
    padding: 0 15px;
  }
}

@media (min-width: 1000px) {
  .filter__checkbox {
    width: 33.3333%;
    padding: 0 15px;
  }
}

.filter__checkbox input {
  display: none;
}

.filter__checkbox input:checked+.wpcf7-list-item-label::before,
.filter__checkbox input:checked+label::before,
.filter__checkbox input:checked+span::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMCA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPkltcG9ydGVkIExheWVyczwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iRm9ybXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NzcuMDAwMDAwLCAtMTAyMi4wMDAwMDApIiBmaWxsPSIjMGQzMDc0Ij4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkltcG9ydGVkLUxheWVycyIgcG9pbnRzPSI1NzguNzYyNSAxMDI1LjQ4NzMxIDU4MC40NzI1IDEwMjcuMjkzOTYgNTg1LjIzOTE2NyAxMDIyIDU4NyAxMDIzLjg1MDM5IDU4MC40ODA4MzMgMTAzMSA1NzcgMTAyNy4zMzc3MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: 10px 9px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 99999;
}

.filter__checkbox input:checked+.wpcf7-list-item-label::before,
.filter__checkbox input:checked+label::before {
  display: none;
}

.filter__checkbox input:checked+.wpcf7-list-item-label::after,
.filter__checkbox input:checked+label::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIyIDEyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjUgLTExMjkpIHRyYW5zbGF0ZSg1MjUgMTEyOSkiPgogICAgICAgICAgICAgICAgPHBhdGggZmlsbD0iIzBEMzA3NCIgZD0iTTE1Ljk0NyAxMkg2LjA1M0MyLjcxIDEyIDAgOS4zMTQgMCA2czIuNzEtNiA2LjA1My02aDkuODk0QzE5LjI5IDAgMjIgMi42ODYgMjIgNnMtMi43MSA2LTYuMDUzIDZ6Ii8+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGN4PSIxNiIgY3k9IjYiIHI9IjUiIGZpbGw9IiNGRkYiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
}

.filter__checkbox label {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 14px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  line-height: 1.3;
  height: auto;
  margin-bottom: 8px;
  font-size: 15px;
  padding-left: 37px;
  line-height: 1;
  height: auto;
  margin-bottom: 10px;
}

.filter__checkbox label::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #0d3074;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.filter__checkbox label a {
  color: inherit;
}

.filter__checkbox label::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIyIDEyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIgLTEwNjcpIHRyYW5zbGF0ZSgxMjIgMTA2NykiPgogICAgICAgICAgICAgICAgPHBhdGggZmlsbD0iI0VBRTRFMCIgZD0iTTE1Ljk0NyAxMkg2LjA1M0MyLjcxIDEyIDAgOS4zMTQgMCA2czIuNzEtNiA2LjA1My02aDkuODk0QzE5LjI5IDAgMjIgMi42ODYgMjIgNnMtMi43MSA2LTYuMDUzIDZ6Ii8+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGN4PSI2IiBjeT0iNiIgcj0iNSIgZmlsbD0iI0ZGRiIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  background-color: rgba(0,0,0,0);
  width: 22px;
  height: 12px;
  border: none;
  top: 2px;
  left: 0;
}

.filter__optionTitle {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 16px;
  padding-bottom: 16px;
  width: 100%;
}

.filter.js_isOpen .filter__title {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwxLDEpIj4KICAgICAgICA8ZyBpZD0iUGFnZS0xIj4KICAgICAgICAgICAgPHBhdGggaWQ9IlNoYXBlIiBkPSJNNC41LDkuNzVMNC41LDguMjVMMTMuNSw4LjI1TDEzLjUsOS43NUw0LjUsOS43NVoiIHN0eWxlPSJmaWxsOiMwZDMwNzQ7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}

.filter.js_isOpen .filter__wrapper {
  height: auto;
}

.flexibleBlocks {
  position: relative;
}

@media (min-width: 768px) {
  .footer {
    margin-top: auto;
  }
}

@media print {
  .footer {
    margin-top: auto;
  }
}

.footer__top {
  padding-top: 45px;
  padding-bottom: 35px;
  background-color: #274780;
}

.footer__topContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .footer__topContent>* {
    width: 100%;
  }

  .footer__topContent>.socialIcons,
  .footer__topContent>.footerCertificates {
    width: 50%;
  }
}

.footer__bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 375px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__copyright {
  color: #fff;
}

.footer__badge {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .footer__badge {
    width: 45%;
    margin-top: 50px;
  }
}

@media print {
  .footer__badge {
    width: 45%;
    margin-top: 50px;
  }
}

@media (min-width: 1250px) {
  .footer__badge {
    width: 10%;
    margin-bottom: 0;
  }
}

.footer__badge-image {
  height: 80px;
  width: 80px;
}

.footerCertificates {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .footerCertificates {
    width: 45%;
  }
}

@media print {
  .footerCertificates {
    width: 45%;
  }
}

@media (min-width: 1250px) {
  .footerCertificates {
    width: 10%;
    padding-bottom: 0;
  }
}

.footerCertificates__title {
  color: #fff;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .footerCertificates__title {
    padding-bottom: 25px;
  }
}

@media print {
  .footerCertificates__title {
    padding-bottom: 25px;
  }
}

.footerCertificates__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footerCertificates__item {
  display: block;
  margin-right: 20px;
}

.footerCertificates__image {
  height: 80px;
  width: auto;
}

@media (min-width: 768px) {
  .footerContact {
    width: 50%;
  }
}

@media print {
  .footerContact {
    width: 50%;
  }
}

@media (min-width: 1250px) {
  .footerContact {
    width: 30%;
  }
}

.footerContact__title {
  color: #fff;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .footerContact__title {
    padding-bottom: 25px;
  }
}

@media print {
  .footerContact__title {
    padding-bottom: 25px;
  }
}

.footerContact__textBox {
  padding-bottom: 20px;
  max-width: 400px;
}

@media (min-width: 768px) {
  .footerContact__textBox {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print {
  .footerContact__textBox {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1250px) {
  .footerContact__textBox {
    padding-bottom: 0;
  }
}

.footerContact__text {
  color: #fff;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .footerContact__text {
    padding: 0 15px 0 0;
    width: 50%;
  }
}

@media print {
  .footerContact__text {
    padding: 0 15px 0 0;
    width: 50%;
  }
}

.footerContact__text a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footerContact__text a:hover {
  color: #ebf8ff;
  border-color: #ebf8ff;
}

@media (min-width: 1250px) {
  .footerDisclaimer {
    width: 33%;
  }
}

.footerDisclaimer__title {
  color: #fff;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .footerDisclaimer__title {
    padding-bottom: 25px;
  }
}

@media print {
  .footerDisclaimer__title {
    padding-bottom: 25px;
  }
}

.footerDisclaimer__text {
  color: #fff;
}

.footerDisclaimer__text a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footerDisclaimer__text a:hover {
  color: #ebf8ff;
  border-color: #ebf8ff;
}

.hbspt-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button),
.hbspt-form textarea,
.hbspt-form select {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  display: block;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  font-size: 18px;
  color: #0d3074;
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
  border-radius: 0;
  width: 100%;
  box-shadow: none !important;
  background-color: #fff !important;
}

.hbspt-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button)::-webkit-input-placeholder,
.hbspt-form textarea::-webkit-input-placeholder,
.hbspt-form select::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.hbspt-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button)::placeholder,
.hbspt-form textarea::placeholder,
.hbspt-form select::placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.hbspt-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button)::-webkit-input-placeholder,
.hbspt-form textarea::-webkit-input-placeholder,
.hbspt-form select::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.hbspt-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button):-moz-placeholder,
.hbspt-form textarea:-moz-placeholder,
.hbspt-form select:-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.hbspt-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button)::-moz-placeholder,
.hbspt-form textarea::-moz-placeholder,
.hbspt-form select::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.hbspt-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button):-ms-input-placeholder,
.hbspt-form textarea:-ms-input-placeholder,
.hbspt-form select:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

.hbspt-form textarea {
  height: 200px;
  resize: none;
  overflow: hidden;
  padding-top: 12px;
  line-height: 1.2;
  background-color: #fff !important;
}

.hbspt-form textarea::-webkit-input-placeholder {
  line-height: inherit;
}

.hbspt-form textarea::placeholder {
  line-height: inherit;
}

.hbspt-form select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMjUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+QXJyb3ctTmV4dDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPgogICAgICAgIDxnIGlkPSJhcnJvd19kb3duIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuMDAwMDAwLCAtMTkuMDAwMDAwKSIgc3Ryb2tlPSIjMWUyNTdiIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQuMDAwMDAwLCAyNC4wMDAwMDApIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMjQuMDAwMDAwLCAtMjQuMDAwMDAwKSAiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJBcnJvdy1OZXh0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDIzLjcxODc0MSkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC0yNi4wMDAwMDAsIC0yMy43MTg3NDEpICIgcG9pbnRzPSIxNS42ODEyNTg0IDI4LjkxODc0MSAyNS45OTk5OTk3IDE4LjUxODc0MSAzNi4zMTg3NDEgMjguOTE4NzQxIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 10px 11px;
  background-position: right 16px center;
  cursor: pointer;
}

.hbspt-form select::-ms-expand {
  display: none;
}

.hbspt-form label {
  display: block;
  color: #0d3074;
  font-size: 16px;
  padding-bottom: 10px;
}

.hbspt-form .hs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -15px;
  margin-right: -15px;
}

.hbspt-form .hs-form>* {
  padding: 0 15px;
}

.hbspt-form .hs-form .hs-form-field {
  padding-bottom: 25px !important;
  width: 100%;
}

@media (min-width: 768px) {
  .hbspt-form .hs-form .hs-form-field {
    padding-bottom: 50px !important;
  }
}

@media print {
  .hbspt-form .hs-form .hs-form-field {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .hbspt-form .hs-form .hs-form-field {
    width: 50%;
  }
}

@media print {
  .hbspt-form .hs-form .hs-form-field {
    width: 50%;
  }
}

.hbspt-form .hs-form .hs-fieldtype-textarea {
  width: 100%;
}

.hbspt-form .hs-form .legal-consent-container {
  padding-bottom: 25px !important;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .hbspt-form .hs-form .legal-consent-container {
    padding-bottom: 50px !important;
  }
}

@media print {
  .hbspt-form .hs-form .legal-consent-container {
    padding-bottom: 50px !important;
  }
}

.hbspt-form .hs-form .legal-consent-container .hs-form-field {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .hbspt-form .hs-form .legal-consent-container .hs-form-field {
    width: 100%;
  }
}

@media print {
  .hbspt-form .hs-form .legal-consent-container .hs-form-field {
    width: 100%;
  }
}

.hbspt-form .hs-form .legal-consent-container .hs-richtext {
  padding-top: 25px;
  padding-bottom: 25px;
}

.hbspt-form .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0;
}

.hbspt-form .hs-form .hs-form-booleancheckbox,
.hbspt-form .hs-form .hs-fieldtype-checkbox {
  width: 100%;
}

.hbspt-form .hs-form .hs-form-booleancheckbox label>span,
.hbspt-form .hs-form .hs-fieldtype-checkbox label>span {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 14px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  line-height: 1.3;
  height: auto;
  margin-bottom: 8px;
}

.hbspt-form .hs-form .hs-form-booleancheckbox label>span::after,
.hbspt-form .hs-form .hs-fieldtype-checkbox label>span::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #0d3074;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.hbspt-form .hs-form .hs-form-booleancheckbox label>span a,
.hbspt-form .hs-form .hs-fieldtype-checkbox label>span a {
  color: inherit;
}

.hbspt-form .hs-form .hs-form-booleancheckbox input[type=checkbox],
.hbspt-form .hs-form .hs-fieldtype-checkbox input[type=checkbox] {
  display: none;
}

.hbspt-form .hs-form .hs-form-booleancheckbox input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.hbspt-form .hs-form .hs-form-booleancheckbox input[type=checkbox]:checked+label::before,
.hbspt-form .hs-form .hs-form-booleancheckbox input[type=checkbox]:checked+span::before,
.hbspt-form .hs-form .hs-fieldtype-checkbox input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.hbspt-form .hs-form .hs-fieldtype-checkbox input[type=checkbox]:checked+label::before,
.hbspt-form .hs-form .hs-fieldtype-checkbox input[type=checkbox]:checked+span::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMCA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPkltcG9ydGVkIExheWVyczwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iRm9ybXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NzcuMDAwMDAwLCAtMTAyMi4wMDAwMDApIiBmaWxsPSIjMGQzMDc0Ij4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkltcG9ydGVkLUxheWVycyIgcG9pbnRzPSI1NzguNzYyNSAxMDI1LjQ4NzMxIDU4MC40NzI1IDEwMjcuMjkzOTYgNTg1LjIzOTE2NyAxMDIyIDU4NyAxMDIzLjg1MDM5IDU4MC40ODA4MzMgMTAzMSA1NzcgMTAyNy4zMzc3MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: 10px 9px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 99999;
}

.hbspt-form .hs-form .cookie-reset-container {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.hbspt-form .hs-form .cookie-reset-container strong,
.hbspt-form .hs-form .cookie-reset-container b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

@media (min-width: 768px) {
  .hbspt-form .hs-form .cookie-reset-container {
    margin-bottom: 50px;
  }
}

@media print {
  .hbspt-form .hs-form .cookie-reset-container {
    margin-bottom: 50px;
  }
}

.hbspt-form .hs-form .cookie-reset-container:hover {
  color: #4672c7;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.hbspt-form .hs-form .hs_submit {
  width: 100%;
  padding: 15px 15px 0 15px;
}

.hbspt-form .hs-form .hs_submit .hs-button {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
}

.hbspt-form .hs-form .hs_submit .hs-button:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.hbspt-form .hs-form .hs_submit .hs-button:focus,
.hbspt-form .hs-form .hs_submit .hs-button:active {
  outline: none !important;
}

.hbspt-form .hs-form .hs_submit .hs-button:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  .hbspt-form .hs-form .hs_submit .hs-button:hover {
    background-color: #fff;
    border-color: #0d3074;
    color: #0d3074;
  }
}

.hbspt-form .hs-form .hs-richtext {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
}

.hbspt-form .hs-form .hs-richtext strong,
.hbspt-form .hs-form .hs-richtext b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.hbspt-form .hs-form .hs-error-msg,
.hbspt-form .hs-form .hs-error-msgs .hs-main-font-element {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin: 10px 0 0 0;
  text-align: left !important;
  color: red !important;
  border: none !important;
  position: relative;
}

.hbspt-form .hs-form .hs-error-msg strong,
.hbspt-form .hs-form .hs-error-msg b,
.hbspt-form .hs-form .hs-error-msgs .hs-main-font-element strong,
.hbspt-form .hs-form .hs-error-msgs .hs-main-font-element b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header__content {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0d3074;
}

@media (min-width: 375px) {
  .header__content {
    height: 70px;
  }
}

@media (min-width: 1250px) {
  .header__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0);
    pointer-events: none;
  }
}

.header__logo {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 103px;
  height: 27px;
  background-image: url(/wp-content/themes/merete/dist/images/logo.svg);
  background-repeat: no-repeat;
  background-size: 103px 27px;
  background-position: center;
  margin-right: auto;
}

@media (min-width: 375px) {
  .header__logo {
    width: 141px;
    height: 37px;
    background-size: 141px 37px;
  }
}

@media (min-width: 1250px) {
  .header__logo {
    pointer-events: auto;
  }
}

.header__openSearchform {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgPGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjM3NSA2LjM3NWMwIDMuMzEzLTIuNjg3IDYtNiA2cy02LTIuNjg3LTYtNiAyLjY4Ny02IDYtNiA2IDIuNjg3IDYgNnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzg5IC02NSkgdHJhbnNsYXRlKDEzOTAgNjYpIi8+CiAgICAgICAgICAgICAgICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xMC42MTcgMTAuNjE3TDE3LjA5MyAxNy4wOTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzg5IC02NSkgdHJhbnNsYXRlKDEzOTAgNjYpIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  height: 45px;
  width: 45px;
}

@media (min-width: 375px) {
  .header__openSearchform {
    height: 70px;
    width: 70px;
    background-size: 25px;
  }
}

.header__openNavigation {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbl9tZW51PC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uX21lbnUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtODAiIHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxLjA1ODgyMzUzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtODEiIHg9IjAiIHk9IjguNDcwNTg4MjQiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxLjA1ODgyMzUzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtODIiIHg9IjAiIHk9IjE2Ljk0MTE3NjUiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxLjA1ODgyMzUzIj48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  height: 45px;
  width: 45px;
  margin-right: -10px;
}

@media (min-width: 375px) {
  .header__openNavigation {
    height: 70px;
    width: 70px;
    background-size: 25px;
  }
}

.header__openNavigation.js_isOpen {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDRweCIgaGVpZ2h0PSI0NHB4IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2NobGllc3Nlbi13ZWlzczwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ic2NobGllc3Nlbi13ZWlzcyIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cGF0aCBkPSJNNywyMiBMMzcsMjIgTTIyLDM3IEwyMiw3IiBpZD0iU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjAwMDAwMCwgMjIuMDAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0yMi4wMDAwMDAsIC0yMi4wMDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: 28px;
  background-color: #2650a1;
}

@media (min-width: 375px) {
  .header__openNavigation.js_isOpen {
    background-size: 40px;
  }
}

.header.js_isHidden {
  position: fixed;
  top: -45px;
}

@media (min-width: 375px) {
  .header.js_isHidden {
    top: -70px;
  }
}

@media (min-width: 1250px) {
  .header.js_isHidden {
    top: -110px;
  }
}

.header.js_isHidden.js_isReady {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1250px) {
  .header.js_isHidden.js_isReady {
    top: -110px;
  }
}

.header.js_isHidden.js_isReady.js_isFixed {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1250px) {
  .header.js_isHidden.js_isReady.js_isFixed {
    top: -40px;
  }
}

.header.js_isHidden.js_isReady.js_isFixed.js_isSlidOut {
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.headerNews {
  position: relative;
  padding-bottom: 35px;
  background-color: #ebf8ff;
}

.headerNews__title {
  text-align: left;
}

.headerSlider {
  position: relative;
}

@media (min-width: 768px) {
  .headerSlider__slides.slick-slider.slick-dotted .slick-dots {
    bottom: 40px;
  }
}

@media print {
  .headerSlider__slides.slick-slider.slick-dotted .slick-dots {
    bottom: 40px;
  }
}

.headerSlider__slides.slick-slider.slick-dotted .slick-dots li button {
  border-color: #0d3074;
}

.headerSlider__slides.slick-slider.slick-dotted .slick-dots li button:hover {
  background-color: #0d3074;
}

.headerSlider__slides.slick-slider.slick-dotted .slick-dots li.slick-active button {
  background-color: #0d3074;
}

.headerSlider__slide {
  position: relative;
  min-height: 600px;
}

@media (min-width: 768px) {
  .headerSlider__slide {
    min-height: 615px;
  }
}

@media print {
  .headerSlider__slide {
    min-height: 615px;
  }
}

.headerSlider__slide--textLight .headerSlider__title,
.headerSlider__slide--textLight .headerSlider__text {
  color: #fff;
}

.headerSlider__slide--textLight .headerSlider__button {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.headerSlider__slide--textLight .headerSlider__button:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.headerSlider__slide--textLight .headerSlider__button:focus,
.headerSlider__slide--textLight .headerSlider__button:active {
  outline: none !important;
}

.headerSlider__slide--textLight .headerSlider__button:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  .headerSlider__slide--textLight .headerSlider__button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0d3074;
  }
}

.headerSlider__slide--textDark .headerSlider__button {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
}

.headerSlider__slide--textDark .headerSlider__button:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.headerSlider__slide--textDark .headerSlider__button:focus,
.headerSlider__slide--textDark .headerSlider__button:active {
  outline: none !important;
}

.headerSlider__slide--textDark .headerSlider__button:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 768px) {
  .headerSlider__slide--largeHeight {
    min-height: 615px;
  }
}

@media print {
  .headerSlider__slide--largeHeight {
    min-height: 615px;
  }
}

.headerSlider__image {
  height: 100%;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.headerSlider__textBox {
  position: relative;
  z-index: 10;
  padding-top: 45px;
  padding-bottom: 65px;
}

@media (min-width: 768px) {
  .headerSlider__textBox {
    padding-top: 115px;
    padding-bottom: 80px;
  }
}

@media print {
  .headerSlider__textBox {
    padding-top: 115px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .headerSlider__title {
    width: 60%;
  }
}

@media print {
  .headerSlider__title {
    width: 60%;
  }
}

.headerSlider__text {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .headerSlider__text {
    width: 60%;
    padding: 30px 0 0 0;
  }
}

@media print {
  .headerSlider__text {
    width: 60%;
    padding: 30px 0 0 0;
  }
}

.headerSlider__button {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .headerSlider__button {
    margin-top: 50px;
  }
}

@media print {
  .headerSlider__button {
    margin-top: 50px;
  }
}

.headerText {
  width: 100%;
  position: relative;
}

.headerText__content {
  z-index: 10;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 1250px) {
  .headerText__content {
    max-width: 50%;
    padding-top: 115px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1250px) {
  .headerText__content.full-width {
    max-width: 100%;
  }
}

.headerText__text {
  padding-top: 20px;
}

.headerText__button {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .headerText__button {
    margin-top: 50px;
  }
}

@media print {
  .headerText__button {
    margin-top: 50px;
  }
}

.headerTextBackground {
  position: relative;
}

.headerTextBackground__content {
  position: relative;
  min-height: 510px;
}

.headerTextBackground__content--textLight .headerTextBackground__title,
.headerTextBackground__content--textLight .headerTextBackground__text {
  color: #fff;
}

.headerTextBackground__content--textLight .headerTextBackground__button {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.headerTextBackground__content--textLight .headerTextBackground__button:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.headerTextBackground__content--textLight .headerTextBackground__button:focus,
.headerTextBackground__content--textLight .headerTextBackground__button:active {
  outline: none !important;
}

.headerTextBackground__content--textLight .headerTextBackground__button:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  .headerTextBackground__content--textLight .headerTextBackground__button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0d3074;
  }
}

.headerTextBackground__content--textDark .headerTextBackground__button {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
}

.headerTextBackground__content--textDark .headerTextBackground__button:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.headerTextBackground__content--textDark .headerTextBackground__button:focus,
.headerTextBackground__content--textDark .headerTextBackground__button:active {
  outline: none !important;
}

.headerTextBackground__content--textDark .headerTextBackground__button:disabled {
  pointer-events: none;
  opacity: .3;
}

.headerTextBackground__image {
  height: 100%;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.headerTextBackground__textBox {
  position: relative;
  z-index: 1;
  padding-top: 45px;
  padding-bottom: 65px;
}

@media (min-width: 768px) {
  .headerTextBackground__textBox {
    padding-top: 115px;
    padding-bottom: 80px;
  }
}

@media print {
  .headerTextBackground__textBox {
    padding-top: 115px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .headerTextBackground__title {
    width: 50%;
  }
}

@media print {
  .headerTextBackground__title {
    width: 50%;
  }
}

.headerTextBackground__text {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .headerTextBackground__text {
    width: 50%;
    padding: 30px 0 0 0;
  }
}

@media print {
  .headerTextBackground__text {
    width: 50%;
    padding: 30px 0 0 0;
  }
}

.headerTextBackground__text a {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
  color: #fff !important;
  border-color: #fff !important;
}

.headerTextBackground__text a:hover {
  color: #4672c7;
  border-color: #4672c7;
}

.headerTextBackground__button {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .headerTextBackground__button {
    margin-top: 50px;
  }
}

@media print {
  .headerTextBackground__button {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .headerTextBackground.slick-slider.slick-dotted .slick-dots {
    bottom: 40px;
  }
}

@media print {
  .headerTextBackground.slick-slider.slick-dotted .slick-dots {
    bottom: 40px;
  }
}

.headerTextImage {
  background-color: #ebf8ff;
  position: relative;
}

@media (min-width: 768px) {
  .headerTextImage {
    min-height: 510px;
  }
}

@media print {
  .headerTextImage {
    min-height: 510px;
  }
}

.headerTextImage__image {
  position: relative;
  height: 270px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .headerTextImage__image {
    height: 100%;
    margin-bottom: 0;
    position: absolute;
    width: auto;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}

@media print {
  .headerTextImage__image {
    height: 100%;
    margin-bottom: 0;
    position: absolute;
    width: auto;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}

.headerTextImage__textBox {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 768px) {
  .headerTextImage__textBox {
    padding-top: 115px;
  }
}

@media print {
  .headerTextImage__textBox {
    padding-top: 115px;
  }
}

@media (min-width: 768px) {
  .headerTextImage__title {
    width: 50%;
    padding-right: 70px;
  }
}

@media print {
  .headerTextImage__title {
    width: 50%;
    padding-right: 70px;
  }
}

.headerTextImage__text {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .headerTextImage__text {
    width: 50%;
    padding: 25px 70px 0 0;
  }
}

@media print {
  .headerTextImage__text {
    width: 50%;
    padding: 25px 70px 0 0;
  }
}

.headerTextImage__text a {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
}

.headerTextImage__text a:hover {
  color: #4672c7;
  border-color: #4672c7;
}

.headerTextImage__caption {
  font-size: .813rem;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (min-width: 1250px) {
  .headerTextImage__caption {
    left: 20px;
  }
}

.headerTextImage__date {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  display: block;
  padding-bottom: 20px;
}

.headerTextImage__button {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .headerTextImage__button {
    margin-top: 50px;
  }
}

@media print {
  .headerTextImage__button {
    margin-top: 50px;
  }
}

.headerTextImage .postCategories {
  padding-top: 20px;
}

.headerTextImage .socialSharing {
  padding-top: 40px;
}

.headline--isCentered h1,
.headline--isCentered h2,
.headline--isCentered h3 {
  text-align: center;
}

.history__item {
  position: relative;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .history__item {
    width: 50%;
    position: relative;
    padding: 0 70px 0 0;
  }

  .history__item::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 100px;
    top: 1px;
    border-right: 2px dotted #0d3074;
  }

  .history__item:nth-of-type(even) {
    margin: -100px 0 -100px auto;
    padding: 0 0 0 70px;
  }

  .history__item:nth-of-type(even)::after {
    right: auto;
    left: -1px;
  }

  .history__item:nth-of-type(even) .history__year {
    right: auto;
    left: -49px;
  }

  .history__item:nth-of-type(even) .history__date {
    text-align: left;
    margin: -10px 0 10px -50px;
  }
}

@media (min-width: 768px)and (min-width: 1250px) {
  .history__item:nth-of-type(even) .history__date {
    margin: -10px 0 10px -105px;
  }
}

@media (min-width: 768px) {
  .history__item:nth-of-type(even) .history__title::after {
    left: -70px;
    right: 0;
  }

  .history__item:nth-of-type(even) .history__title::before {
    left: -78px;
    right: auto;
  }

  .history__item:last-of-type {
    padding-bottom: 140px !important;
    margin-bottom: 0 !important;
  }
}

@media print {
  .history__item {
    width: 50%;
    position: relative;
    padding: 0 70px 0 0;
  }

  .history__item::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 100px;
    top: 1px;
    border-right: 2px dotted #0d3074;
  }

  .history__item:nth-of-type(even) {
    margin: -100px 0 -100px auto;
    padding: 0 0 0 70px;
  }

  .history__item:nth-of-type(even)::after {
    right: auto;
    left: -1px;
  }

  .history__item:nth-of-type(even) .history__year {
    right: auto;
    left: -49px;
  }

  .history__item:nth-of-type(even) .history__date {
    text-align: left;
    margin: -10px 0 10px -50px;
  }
}

@media print and (min-width: 1250px) {
  .history__item:nth-of-type(even) .history__date {
    margin: -10px 0 10px -105px;
  }
}

@media print {
  .history__item:nth-of-type(even) .history__title::after {
    left: -70px;
    right: 0;
  }

  .history__item:nth-of-type(even) .history__title::before {
    left: -78px;
    right: auto;
  }

  .history__item:last-of-type {
    padding-bottom: 140px !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1250px) {
  .history__item {
    padding-right: 120px;
  }

  .history__item:nth-of-type(even) {
    padding: 0 0 0 120px;
  }

  .history__item:nth-of-type(even) .history__title::after {
    left: -120px;
  }

  .history__item:nth-of-type(even) .history__title::before {
    left: -128px;
  }
}

.history__year {
  font-size: 19px;
  width: 98px;
  line-height: 100px;
  height: 98px;
  background-color: #0d3074;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .history__year {
    position: absolute;
    right: -49px;
    top: -30px;
    z-index: 10;
  }
}

@media print {
  .history__year {
    position: absolute;
    right: -49px;
    top: -30px;
    z-index: 10;
  }
}

.history__date {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 14px;
  text-align: left;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .history__date {
    margin: -10px -50px 10px 0;
    text-align: right;
  }
}

@media print {
  .history__date {
    margin: -10px -50px 10px 0;
    text-align: right;
  }
}

@media (min-width: 1250px) {
  .history__date {
    margin: -10px -105px 10px 0;
  }
}

.history__imageWrapper {
  position: relative;
  max-width: 436px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .history__imageWrapper {
    margin-bottom: 30px;
  }
}

@media print {
  .history__imageWrapper {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .history__title {
    position: relative;
    padding-top: 15px;
  }

  .history__title::after {
    content: "";
    display: block;
    background-color: #0d3074;
    position: absolute;
    left: 0;
    right: -70px;
    top: 0;
    height: 1px;
  }

  .history__title::before {
    content: "";
    display: block;
    background-color: #0d3074;
    position: absolute;
    right: -78px;
    top: -8px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    z-index: 10;
  }
}

@media print {
  .history__title {
    position: relative;
    padding-top: 15px;
  }

  .history__title::after {
    content: "";
    display: block;
    background-color: #0d3074;
    position: absolute;
    left: 0;
    right: -70px;
    top: 0;
    height: 1px;
  }

  .history__title::before {
    content: "";
    display: block;
    background-color: #0d3074;
    position: absolute;
    right: -78px;
    top: -8px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    z-index: 10;
  }
}

@media (min-width: 1250px) {
  .history__title::after {
    right: -120px;
  }

  .history__title::before {
    right: -128px;
  }
}

.history__text {
  padding-top: 15px;
}

.history__button {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .history__button {
    margin-top: 40px;
  }
}

@media print {
  .history__button {
    margin-top: 40px;
  }
}

.hubspotForm__main {
  display: block;
}

.iconTeaser__heading {
  text-align: center;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .iconTeaser__heading {
    padding-bottom: 60px;
  }
}

@media print {
  .iconTeaser__heading {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .iconTeaser__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -25px -15px;
  }
}

@media print {
  .iconTeaser__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -25px -15px;
  }
}

.iconTeaser__item {
  text-align: center;
  padding-bottom: 25px;
}

.iconTeaser__item:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .iconTeaser__item {
    padding: 0 15px 25px 15px !important;
    width: 33.33333%;
  }
}

@media print {
  .iconTeaser__item {
    padding: 0 15px 25px 15px !important;
    width: 33.33333%;
  }
}

.iconTeaser__iconWrapper {
  position: relative;
  margin: 0 auto 15px auto;
  width: 90px;
  height: 90px;
}

@media (min-width: 768px) {
  .iconTeaser__iconWrapper {
    width: 128px;
    height: 128px;
    margin-bottom: 20px;
  }
}

@media print {
  .iconTeaser__iconWrapper {
    width: 128px;
    height: 128px;
    margin-bottom: 20px;
  }
}

.iconTeaser__text {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .iconTeaser__text {
    margin-top: 20px;
  }
}

@media print {
  .iconTeaser__text {
    margin-top: 20px;
  }
}

.iconTeaser__title {
  display: block;
  padding-bottom: 10px;
}

.image__figure {
  position: relative;
}

.image__link {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.imageCopyright {
  position: absolute;
  bottom: 8px;
  right: 10px;
  z-index: 9999999;
}

.imageCopyright__link {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  background-color: rgba(0,0,0,0);
  outline: none;
  line-height: 1;
}

.imageCopyright--alignLeft {
  right: auto;
  left: 10px;
  top: 10px;
  bottom: auto;
}

@media (min-width: 768px) {
  .imageCopyright--alignLeft {
    bottom: 8px;
    top: auto;
  }
}

@media print {
  .imageCopyright--alignLeft {
    bottom: 8px;
    top: auto;
  }
}

.imageCopyright--alignCenter {
  right: 0;
  left: 0;
  margin: auto;
  bottom: 4px;
  text-align: center;
}

.imageslider__figure {
  position: relative;
}

.imageslider__caption {
  padding-top: 25px;
}

.imagesliderblog__figure {
  position: relative;
}

.imagesliderblog__caption {
  padding-top: 15px;
}

@media (min-width: 550px) {
  .imagestwo__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -5px;
  }
}

@media (min-width: 768px) {
  .imagestwo__items {
    margin: -15px;
  }
}

@media print {
  .imagestwo__items {
    margin: -15px;
  }
}

.imagestwo__item {
  padding-bottom: 40px;
}

.imagestwo__item:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 550px) {
  .imagestwo__item {
    padding: 5px !important;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .imagestwo__item {
    padding: 15px !important;
  }
}

@media print {
  .imagestwo__item {
    padding: 15px !important;
  }
}

.imagestwo__figure {
  max-width: 585px;
  position: relative;
}

@media (min-width: 768px) {
  .interview__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print {
  .interview__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .interview__figures {
    padding-bottom: 20px;
  }
}

@media print {
  .interview__figures {
    padding-bottom: 20px;
  }
}

.interview__figure {
  width: 175px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .interview__figure {
    padding-bottom: 40px;
  }
}

@media print {
  .interview__figure {
    padding-bottom: 40px;
  }
}

.interview__figcaption {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.interview__figcaption strong,
.interview__figcaption b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.interview__figcaption strong {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  display: block;
}

@media (min-width: 768px) {
  .interview__text {
    padding-left: 30px;
    border-left: 1px solid #0d3074;
  }
}

@media print {
  .interview__text {
    padding-left: 30px;
    border-left: 1px solid #0d3074;
  }
}

@media (min-width: 768px) {
  .interview__textBox {
    width: 68.5%;
  }
}

@media print {
  .interview__textBox {
    width: 68.5%;
  }
}

.interview__question {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  padding-bottom: 15px;
}

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

@media (min-width: 768px) {
  .interview__answer {
    padding-bottom: 70px !important;
  }
}

@media print {
  .interview__answer {
    padding-bottom: 70px !important;
  }
}

.interview__answer:last-of-type {
  padding-bottom: 0 !important;
}

.interview__imageWrapper {
  position: relative;
  margin: 0 auto 20px auto;
  width: 175px;
  height: 175px;
}

@media (min-width: 768px) {
  .interview__imageWrapper {
    margin-bottom: 35px;
  }
}

@media print {
  .interview__imageWrapper {
    margin-bottom: 35px;
  }
}

.interview__image {
  border-radius: 50%;
}

.interview__button {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .interview__button {
    margin: 70px 0 0 30px;
  }
}

@media print {
  .interview__button {
    margin: 70px 0 0 30px;
  }
}

.interview--blog .interview__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .interview--blog .interview__figures {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

@media print {
  .interview--blog .interview__figures {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .interview--blog .interview__figure {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
  }
}

@media print {
  .interview--blog .interview__figure {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .interview--blog .interview__imageWrapper {
    margin: 0;
    height: 140px;
    width: 140px;
  }
}

@media print {
  .interview--blog .interview__imageWrapper {
    margin: 0;
    height: 140px;
    width: 140px;
  }
}

@media (min-width: 768px) {
  .interview--blog .interview__figcaption {
    text-align: left;
    width: calc(100% - 160px);
  }
}

@media print {
  .interview--blog .interview__figcaption {
    text-align: left;
    width: calc(100% - 160px);
  }
}

@media (min-width: 768px) {
  .interview--blog .interview__textBox {
    width: 100%;
  }
}

@media print {
  .interview--blog .interview__textBox {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .interview--blog .interview__text {
    padding-left: 0;
    border-left: none;
  }
}

@media print {
  .interview--blog .interview__text {
    padding-left: 0;
    border-left: none;
  }
}

@media (min-width: 768px) {
  .interview--blog .interview__question {
    padding-bottom: 20px;
  }
}

@media print {
  .interview--blog .interview__question {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .interview--blog .interview__answer {
    padding-bottom: 60px !important;
  }

  .interview--blog .interview__answer:last-of-type {
    padding-bottom: 0 !important;
  }
}

@media print {
  .interview--blog .interview__answer {
    padding-bottom: 60px !important;
  }

  .interview--blog .interview__answer:last-of-type {
    padding-bottom: 0 !important;
  }
}

.latestNews__headline {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .latestNews__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px -15px -30px -15px;
  }
}

@media print {
  .latestNews__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px -15px -30px -15px;
  }
}

.latestNews__item {
  display: block;
  text-decoration: none;
  color: #0d3074;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .latestNews__item {
    padding: 15px 15px 30px 15px;
    width: 50%;
  }
}

@media print {
  .latestNews__item {
    padding: 15px 15px 30px 15px;
    width: 50%;
  }
}

.latestNews__imageWrapper {
  position: relative;
  display: block;
}

.latestNews__imageWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0d3074;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 10;
}

.latestNews__imageWrapper:hover::after {
  opacity: .4;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.latestNews__text {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.latestNews__date {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  display: block;
  padding-bottom: 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.latestNews__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 10px;
}

.latestNews__excerpt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.latestNews__more {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
}

.latestNews__more:hover {
  color: #4672c7;
  border-color: #4672c7;
}

.lead__main {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

@media (min-width: 1250px) {
  .lead__main {
    max-width: 75%;
  }
}

@media (min-width: 1250px) {
  .lead__main.full-width {
    max-width: 100%;
  }
}

.linkID {
  position: relative;
}

@media (min-width: 768px) {
  .linkID {
    position: absolute;
    top: -70px;
    height: 1px;
  }
}

@media print {
  .linkID {
    position: absolute;
    top: -70px;
    height: 1px;
  }
}

.linkList__title {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  text-align: center;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .linkList__title {
    padding-bottom: 40px;
  }
}

@media print {
  .linkList__title {
    padding-bottom: 40px;
  }
}

.linkList__list {
  text-align: center;
}

.linkList__item {
  padding-bottom: 20px;
}

.linkList__link {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
}

.linkList__link:hover {
  color: #4672c7;
  border-color: #4672c7;
}

.linkScrollDown {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc0IiBoZWlnaHQ9IjE1NCIgdmlld0JveD0iMCAwIDE3NCAxNTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZGVmcz4KICAgICAgICA8ZmlsdGVyIHg9Ii0yMi42JSIgeT0iLTU3LjMlIiB3aWR0aD0iMTQ1LjElIiBoZWlnaHQ9IjIxOS4zJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0ieTcwN2hrbjVxYSI+CiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjgiIGluPSJTb3VyY2VHcmFwaGljIi8+CiAgICAgICAgPC9maWx0ZXI+CiAgICAgICAgPGZpbHRlciB4PSItMjIuNiUiIHk9Ii01Ny4zJSIgd2lkdGg9IjE0NS4xJSIgaGVpZ2h0PSIyMTkuMyUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9Ijd2eWF4OTJobGIiPgogICAgICAgICAgICA8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI4IiBpbj0iU291cmNlR3JhcGhpYyIvPgogICAgICAgIDwvZmlsdGVyPgogICAgICAgIDxmaWx0ZXIgeD0iLS44JSIgeT0iLTIuNCUiIHdpZHRoPSIxMDEuNiUiIGhlaWdodD0iMTA2LjQlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSI0ZWltdml4aXFjIj4KICAgICAgICAgICAgPGZlR2F1c3NpYW5CbHVyIGluPSJTb3VyY2VHcmFwaGljIi8+CiAgICAgICAgPC9maWx0ZXI+CiAgICAgICAgPGZpbHRlciB4PSItLjglIiB5PSItMi40JSIgd2lkdGg9IjEwMS42JSIgaGVpZ2h0PSIxMDYuNCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9IjFzcmN3OGtsNmQiPgogICAgICAgICAgICA8ZmVHYXVzc2lhbkJsdXIgaW49IlNvdXJjZUdyYXBoaWMiLz4KICAgICAgICA8L2ZpbHRlcj4KICAgIDwvZGVmcz4KICAgIDxnIHN0cm9rZT0iI0I5MEY1RiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBzdHJva2Utd2lkdGg9IjkiIGZpbHRlcj0idXJsKCN5NzA3aGtuNXFhKSIgZD0ibTAgMCA1OS40NDUgNDggNTkuNDQ0LTQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy41NTUgMjcuOCkiLz4KICAgICAgICA8cGF0aCBzdHJva2Utd2lkdGg9IjkiIGZpbHRlcj0idXJsKCM3dnlheDkyaGxiKSIgZD0ibTAgNDggNTkuNDQ1IDQ4IDU5LjQ0NC00OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcuNTU1IDI3LjgpIi8+CiAgICAgICAgPHBhdGggc3Ryb2tlLXdpZHRoPSIzIiBmaWx0ZXI9InVybCgjNGVpbXZpeGlxYykiIGQ9Im0wIDAgNTkuNDQ1IDQ4IDU5LjQ0NC00OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcuNTU1IDI3LjgpIi8+CiAgICAgICAgPHBhdGggc3Ryb2tlLXdpZHRoPSIzIiBmaWx0ZXI9InVybCgjMXNyY3c4a2w2ZCkiIGQ9Im0wIDQ4IDU5LjQ0NSA0OCA1OS40NDQtNDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3LjU1NSAyNy44KSIvPgogICAgPC9nPgo8L3N2Zz4K);
  display: block;
  width: 100px;
  height: 88px;
  background-size: 100px 88px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .linkScrollDown {
    width: 174px;
    height: 154px;
    background-size: 174px 154px;
  }
}

@media print {
  .linkScrollDown {
    width: 174px;
    height: 154px;
    background-size: 174px 154px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
  box-shadow: none !important;
  outline: none !important;
  z-index: 99999999;
  overflow-y: scroll;
}

.modal__content {
  background-color: #fff;
  padding: 40px 0;
  max-width: 1024px;
  margin: 10px;
  position: relative;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  .modal__content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
}

@media print {
  .modal__content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
}

@media (min-width: 1000px) {
  .modal__content {
    max-width: 800px;
  }
}

@media (min-width: 1250px) {
  .modal__content {
    margin-top: 100px;
    max-width: 1024px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.modal__intro {
  padding-top: 10px;
}

.modal__links {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1000px) {
  .modal__links {
    padding-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.modal__link {
  display: block;
  max-width: 360px;
  text-decoration: none;
  color: #0d3074;
  margin-bottom: 25px;
}

@media (min-width: 1000px) {
  .modal__link {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
}

.modal__link:last-of-type {
  margin-bottom: 0;
}

.modal__link:hover .modal__text {
  color: #4672c7;
}

.modal__link:hover .modal__arrow {
  stroke: #4672c7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.modal__link.link-patients {
  display: none;
}

@media (min-width: 1000px) {
  .modal__link.link-patients {
    display: block;
  }
}

.modal__imageWrapper {
  position: relative;
  display: none;
}

@media (min-width: 1000px) {
  .modal__imageWrapper {
    display: block;
  }
}

.modal__text {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 16px;
  padding-top: 15px;
}

.modal__arrow {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.modal__close {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDRweCIgaGVpZ2h0PSI0NHB4IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2NobGllc3Nlbi13ZWlzczwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ic2NobGllc3Nlbi13ZWlzcyIgc3Ryb2tlPSIjMEQzMDc0IiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cGF0aCBkPSJNNywyMiBMMzcsMjIgTTIyLDM3IEwyMiw3IiBpZD0iU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjAwMDAwMCwgMjIuMDAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0yMi4wMDAwMDAsIC0yMi4wMDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  position: absolute;
  top: 13px;
  right: 4px;
  width: 25px;
  height: 25px;
  background-color: rgba(0,0,0,0);
}

.modal__close.focus-visible {
  background-color: #0d3074 !important;
  color: #fff !important;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
  text-decoration: none;
}

@media (min-width: 1250px) {
  .modal__close {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
}

.navigation {
  display: none;
}

@media (min-width: 1250px) {
  .navigation {
    display: block;
    margin: 0;
    overflow-y: visible;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    background-color: #0d3074;
  }

  .navigation::before {
    position: absolute;
    content: "";
    display: block;
    height: 40px;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-color: #ebf8ff;
  }
}

@media (min-width: 1250px) {
  .navigation__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.navigationArea {
  padding-bottom: 45px;
}

@media (min-width: 1250px) {
  .navigationArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0;
    width: 40%;
    margin-right: auto;
  }
}

@media (min-width: 1250px) {
  .navigationArea__item.current-menu-item a {
    background-color: #2650a1;
    color: #fff;
  }
}

.navigationArea__link {
  display: block;
  color: #0d3074;
  line-height: 34px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 1250px) {
  .navigationArea__link {
    position: relative;
    text-align: left;
    font-size: 13px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navigationArea__link:hover {
  color: #0d3074;
}

@media (min-width: 1250px) {
  .navigationArea__link:hover {
    background-color: #2650a1;
    color: #fff;
  }
}

.navigationFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navigationFooter__item {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 12px;
  line-height: 1.75;
  position: relative;
}

.navigationFooter__item strong,
.navigationFooter__item b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.navigationFooter__item::before {
  content: "I";
  display: inline-block;
  color: #fff;
  padding: 0 8px 0 10px;
}

.navigationFooter__item:first-of-type::before {
  display: none;
}

@media (min-width: 375px) {
  .navigationFooter__item:first-of-type::before {
    display: inline-block;
  }
}

.navigationFooter__link {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 12px;
  line-height: 1.75;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  border-color: rgba(0,0,0,0);
}

.navigationFooter__link strong,
.navigationFooter__link b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.navigationFooter__link:hover {
  color: #ebf8ff;
  border-color: #ebf8ff;
}

.navigationMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 1250px) {
  .navigationMain {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.navigationMain__item {
  text-align: left;
  padding: 30px 25px;
  position: relative;
  border-bottom: 1px solid #0d3074;
  width: 100%;
}

@media (min-width: 1250px) {
  .navigationMain__item {
    padding: 0;
    border-bottom: none;
    width: auto;
  }
}

.navigationMain__item.current-menu-item>a {
  text-decoration: underline;
}

@media (min-width: 1250px) {
  .navigationMain__item.current-menu-item>a {
    text-decoration: none;
  }
}

@media (min-width: 1250px) {
  .navigationMain__item.current-menu-item a,
  .navigationMain__item.current_page_parent a {
    color: #fff;
    background-color: #4672c7;
  }

  .navigationMain__item.current-menu-item a::after,
  .navigationMain__item.current_page_parent a::after {
    background-color: #fff;
  }
}

@media (min-width: 1250px) {
  .navigationMain__item.js_isOpen {
    color: #fff;
    background-color: #4672c7;
  }
}

.navigationMain__item--search {
  display: none;
}

@media (min-width: 1250px) {
  .navigationMain__item--search {
    display: block;
  }
}

.navigationMain__link {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 24px;
  text-decoration: none;
  color: #0d3074;
}

@media (min-width: 1250px) {
  .navigationMain__link {
    font-style: normal;
    font-weight: normal;
    font-family: "Poppins-Regular",serif;
    display: block;
    font-size: 16px;
    position: relative;
    color: #fff;
    line-height: 70px;
    padding: 0 25px;
  }
}

.navigationMain__link:hover {
  color: #0d3074;
}

@media (min-width: 1250px) {
  .navigationMain__link:hover {
    color: #fff;
    background-color: #4672c7;
  }
}

.navigationMain__link--search {
  background-color: #2650a1;
  width: 80px;
  height: 70px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgPGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjM3NSA2LjM3NWMwIDMuMzEzLTIuNjg3IDYtNiA2cy02LTIuNjg3LTYtNiAyLjY4Ny02IDYtNiA2IDIuNjg3IDYgNnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzg5IC02NSkgdHJhbnNsYXRlKDEzOTAgNjYpIi8+CiAgICAgICAgICAgICAgICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xMC42MTcgMTAuNjE3TDE3LjA5MyAxNy4wOTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzg5IC02NSkgdHJhbnNsYXRlKDEzOTAgNjYpIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center;
}

.navigationMain__sub {
  padding: 15px 0 0 0;
}

@media (min-width: 1250px) {
  .navigationMain__sub {
    display: none;
    position: absolute;
    background-color: #4672c7;
  }
}

.navigationMain__subItem.current-menu-item>a {
  text-decoration: underline;
}

@media (min-width: 1250px) {
  .navigationMain__subItem.current-menu-item>a {
    text-decoration: none;
    background-color: #2650a1 !important;
  }
}

.navigationMain__subLink {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 0;
  color: #0d3074;
}

@media (min-width: 1250px) {
  .navigationMain__subLink {
    color: #fff;
    padding: 10px 25px;
    display: block;
    white-space: nowrap;
  }

  .navigationMain__subLink:hover {
    background-color: #2650a1 !important;
  }
}

.navigationMediathek__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media (max-width: 767px) {
  .navigationMediathek__list {
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigationMediathek__list::-webkit-scrollbar {
    display: none;
  }
}

.navigationMediathek__item {
  padding-right: 30px;
  white-space: nowrap;
}

@media (min-width: 1250px) {
  .navigationMediathek__item {
    padding-right: 40px;
  }
}

.navigationMediathek__item:last-child {
  padding-right: 0;
}

.navigationMediathek__item.current-menu-item a {
  opacity: 1 !important;
}

.navigationMediathek__link {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  color: #0d3074;
  opacity: 1;
  text-decoration: none;
}

.navigationMediathek__link:hover {
  opacity: .5;
}

.navigationMeta {
  padding: 35px 25px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1250px) {
  .navigationMeta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    height: 40px;
    width: calc(60% - 80px);
    margin-left: auto;
    background-color: rgba(0,0,0,0);
  }
}

.navigationMeta__item {
  padding-right: 30px;
}

.navigationMeta__item.current-menu-item a {
  text-decoration: underline;
}

@media (min-width: 1250px) {
  .navigationMeta__item.current-menu-item a {
    text-decoration: none;
  }

  .navigationMeta__item.current-menu-item a::after {
    background-color: #0d3074;
  }
}

.navigationMeta__link {
  display: block;
  color: #0d3074;
  line-height: 34px;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 1250px) {
  .navigationMeta__link {
    position: relative;
    text-align: left;
    font-size: 13px;
    line-height: 1;
  }

  .navigationMeta__link::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.navigationMeta__link:hover {
  color: #0d3074;
}

@media (min-width: 1250px) {
  .navigationMeta__link:hover::after {
    background-color: #0d3074;
  }
}

.navigationMobile {
  display: none;
  position: fixed;
  top: 45px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  background-color: #ebf8ff;
}

@media (min-width: 375px) {
  .navigationMobile {
    top: 70px;
  }
}

.navigationMobile__content {
  width: 100%;
  min-height: 100%;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigationMobile.js_isOpen {
  display: block;
  z-index: 999;
}

.navigationWPML {
  position: relative;
  padding: 0 25px 30px 25px;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 1250px) {
  .navigationWPML {
    height: 40px;
    width: 80px;
    padding: 0;
  }
}

.navigationWPML__button {
  display: none;
}

@media (min-width: 1250px) {
  .navigationWPML__button {
    font-style: normal;
    font-weight: normal;
    font-family: "Poppins-Regular",serif;
    background-color: #fff;
    display: block;
    border: none;
    height: 40px;
    width: 80px;
    padding: 0 20px;
    font-size: 13px;
    color: #0d3074;
    text-decoration: none;
    text-align: left;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHN0cm9rZT0iIzBEMzA3NCIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNCA2TDMwIDEyIDM2IDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzk1IC0xNikgdHJhbnNsYXRlKDEzNzIgMTEpIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: 12px 6px;
    background-position: center right 20px;
  }
}

.navigationWPML__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1250px) {
  .navigationWPML__content {
    width: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.navigationWPML__item {
  margin-right: 30px;
  position: relative;
}

.navigationWPML__item::after {
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #0d3074;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1250px) {
  .navigationWPML__item::after {
    display: none;
  }
}

@media (min-width: 1250px) {
  .navigationWPML__item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 1250px) {
  .navigationWPML__item.wpml-ls-current-language {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.navigationWPML__item.wpml-ls-current-language a {
  text-decoration: underline;
}

@media (min-width: 1250px) {
  .navigationWPML__item.wpml-ls-current-language a {
    text-decoration: none;
    background-color: #0d3074;
    color: #fff;
  }
}

.navigationWPML__item:last-child {
  margin-right: 0;
}

.navigationWPML__item:last-child::after {
  display: none;
}

.navigationWPML__link {
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: none;
  text-align: left;
  font-size: 15px;
  color: #0d3074;
  text-decoration: none;
}

@media (min-width: 1250px) {
  .navigationWPML__link {
    background-color: #fff;
    font-size: 13px;
    padding: 0 20px;
    width: 80px;
    height: 40px;
    line-height: 40px;
  }
}

.navigationWPML__link:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.news__date {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  display: block;
  padding-top: 30px;
}

.news__text {
  padding-top: 15px;
}

.news__button {
  margin-top: 50px;
}

.newsArchive {
  position: relative;
}

.newsletterBadge {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 10000000;
}

@media (min-width: 768px) {
  .newsletterBadge {
    bottom: 50px;
  }
}

@media print {
  .newsletterBadge {
    bottom: 50px;
  }
}

@media (min-width: 1250px) {
  .newsletterBadge {
    bottom: auto;
    top: 300px;
  }
}

.newsletterBadge__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  height: 50px;
  max-width: 50px;
  background-color: #b90f5f;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: max-width .5s;
  -o-transition: max-width .5s;
  transition: max-width .5s;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0NSA0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIHN0cm9rZT0iI0ZGRiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yOS4wNjIgNi40NzggMjIuNSAxIDE1Ljk0IDYuNDc4TTUuNTk0IDE1LjExNCAxIDE4Ljk0OVY0N2g0M1YxOC45NDlsLTQuNTY0LTMuODFNMzkuNDA2IDE1LjE3NHYtMy45OTZNMzkuNDA2IDIyLjgxMnYtNy42MzgiLz4KICAgICAgICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Im0zNC42NiA2LjQ1Ni0xMi4xNi4wNDgtMTYuOTA2LS4wNjd2MTYuMjk3TTE3LjY0OCAzMi45NDcgMSAxOC45NDlNNDQgMTguOTQ5IDI3LjMxOSAzMi45NzRNMSA0N2wyMS41LTE4LjA3N0w0NCA0N00zNC42NiAxMS4xNzloNC43NDZsLTIuMzczLTIuMzcxLTIuMzczLTIuMzcxeiIvPgogICAgICAgIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIGQ9Ik0xMS40NjcgMTUuNDgxaDIyLjA2Nk0xMS40NjcgMjEuMTZoMjIuMDY2Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-size: 30px 32px;
  background-position: left 11px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}

@media (min-width: 768px) {
  .newsletterBadge__link {
    height: 80px;
    max-width: 80px;
    background-size: 45px 48px;
    background-position: left 18px center;
    padding-left: 80px;
  }
}

@media print {
  .newsletterBadge__link {
    height: 80px;
    max-width: 80px;
    background-size: 45px 48px;
    background-position: left 18px center;
    padding-left: 80px;
  }
}

@media (min-width: 1250px) {
  .newsletterBadge__link:hover {
    max-width: 190px;
    -webkit-transition: max-width .5s;
    -o-transition: max-width .5s;
    transition: max-width .5s;
  }
}

.newsletterBadge__text {
  font-size: 12px;
  line-height: 1.2;
  padding: 0 15px 0 5px;
}

@media (min-width: 768px) {
  .newsletterBadge__text {
    font-size: 16px;
    line-height: 1.38;
    padding: 0 25px 0 5px;
  }
}

@media print {
  .newsletterBadge__text {
    font-size: 16px;
    line-height: 1.38;
    padding: 0 25px 0 5px;
  }
}

.newsletterBadge.js_showText .newsletterBadge__link {
  max-width: 130px;
  -webkit-transition: max-width .5s;
  -o-transition: max-width .5s;
  transition: max-width .5s;
}

@media (min-width: 768px) {
  .newsletterBadge.js_showText .newsletterBadge__link {
    max-width: 190px;
  }
}

@media print {
  .newsletterBadge.js_showText .newsletterBadge__link {
    max-width: 190px;
  }
}

@media (min-width: 768px) {
  .newsletterIntro__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print {
  .newsletterIntro__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .newsletterIntro__main {
    width: 60%;
  }
}

@media print {
  .newsletterIntro__main {
    width: 60%;
  }
}

@media (min-width: 1000px) {
  .newsletterIntro__main {
    width: 50%;
  }
}

.newsletterIntro__image {
  width: 150px;
  height: 180px;
  background-image: url(/wp-content/themes/merete/dist/images/newsletter.svg);
  background-size: 150px 180px;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 20px auto 0 auto;
}

@media (min-width: 768px) {
  .newsletterIntro__image {
    width: 30%;
    margin: 0 auto;
  }
}

@media print {
  .newsletterIntro__image {
    width: 30%;
    margin: 0 auto;
  }
}

@media (min-width: 1000px) {
  .newsletterIntro__image {
    width: 50%;
    height: 307px;
    background-size: 256px 307px;
  }
}

@media (min-width: 550px) {
  .newsletterTeaser__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
  }
}

.newsletterTeaser__item {
  padding-bottom: 30px;
}

@media (min-width: 550px) {
  .newsletterTeaser__item {
    padding: 15px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .newsletterTeaser__item {
    padding: 15px;
    width: 33.333333%;
  }
}

@media print {
  .newsletterTeaser__item {
    padding: 15px;
    width: 33.333333%;
  }
}

.newsletterTeaser__link {
  display: block;
  background-color: #0d3074;
  color: #fff;
  text-decoration: none;
  padding: 35px 15px;
  text-align: center;
  height: 100%;
}

.newsletterTeaser__link:hover {
  background-color: #2650a1;
}

.newsletterTeaser__date {
  color: #fff;
  display: block;
  font-size: 19px;
  padding-bottom: 10px;
}

.newsletterTeaser__date a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.newsletterTeaser__date a:hover {
  color: #ebf8ff;
  border-color: #ebf8ff;
}

.newsletterTeaser__text {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  display: block;
  font-size: 19px;
  line-height: 1.53;
}

.newsSlider {
  position: relative;
}

.newsSlider::after {
  content: "";
  display: block;
  background-color: #ebf8ff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 45%;
  z-index: -1;
}

.newsSlider__content {
  position: relative;
}

.newsSlider__item {
  position: relative;
}

.no-js .lazyload {
  opacity: 1;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination__link {
  text-decoration: none;
  display: block;
  color: #0d3074;
  font-size: 16px;
  margin-right: 10px;
}

.pagination__link--active {
  text-decoration: underline;
}

.pdfemb-viewer {
  width: 100% !important;
}

.pdfemb-viewer .pdfemb-pagescontainer,
.pdfemb-viewer .pdfemb-toolbar {
  width: 100% !important;
}

.pdfViewer {
  position: relative;
}

.postArchive {
  position: relative;
}

.postCategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.postCategories__item:not(:last-child)::after {
  font-size: 13px;
  content: " | ";
  padding: 0 7px 0 5px;
}

.postCategories__link {
  font-size: 13px;
  text-decoration: underline;
  color: #0d3074;
}

.postCategories__link:hover {
  color: #4672c7;
}

.postFooter__button {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .postFooter__button {
    padding-bottom: 0;
  }
}

@media print {
  .postFooter__button {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .postFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print {
  .postFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.preHeader {
  display: none;
}

@media (min-width: 1250px) {
  .preHeader {
    display: block;
    width: 40%;
  }
}

@media (min-width: 1250px) {
  .preHeader__list {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1250px) {
  .preHeader__item {
    color: #0d3074;
    font-size: 13px;
    padding: 0 25px 0 20px;
  }

  .preHeader__item:last-child {
    padding-right: 0;
  }

  .preHeader__item--phone {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9IiMwRDMwNzQiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjQ1NCAxLjA0Yy4yNC4yNC40ODIuNDguNzIuNzIxLjQyMy40MjUuNDIzLjkyMi4wMDMgMS4zNDQtLjMwMS4zMDMtLjYuNjA3LS45MDguOTA0LS4wODEuMDc4LS4wODguMTQzLS4wNDYuMjQxLjIwMS40ODUuNDkzLjkxNC44MjEgMS4zMTcuNjYuODExIDEuNDA2IDEuNTMgMi4yOTUgMi4wOS4xOS4xMTkuNDAyLjIwNi42LjMxMy4xMDIuMDU2LjE3Mi4wMzguMjU0LS4wNDYuMy0uMzEuNjA4LS42MTUuOTE1LS45Mi40MDMtLjM5OC45MDctLjM5OCAxLjMxMS4wMDIuNDk0LjQ4OS45ODYuOTggMS40NzUgMS40NzMuNDEuNDE0LjQwNy45MTktLjAwNiAxLjMzNi0uMjc5LjI4MS0uNTczLjU0OC0uODM3Ljg0My0uMzg0LjQzLS44NjYuNTY4LTEuNDE3LjUzOC0uOC0uMDQ0LTEuNTQtLjMxLTIuMjUtLjY1NS0xLjU4Mi0uNzY5LTIuOTM0LTEuODM0LTQuMDY1LTMuMThDMS40ODMgNi4zNjYuNzkyIDUuMjgzLjMzOCA0LjA2LjExOCAzLjQ2OC0uMDQgMi44NjIuMDA4IDIuMjJjLjAzLS4zOTUuMTc5LS43MzIuNDctMS4wMDkuMzEzLS4yOTguNjExLS42MTIuOTItLjkxNS40MDQtLjM5Ny45MDktLjM5NiAxLjMxMy4wMDEuMjUuMjQ2LjQ5Ni40OTUuNzQzLjc0MnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOSAtMTQpIHRyYW5zbGF0ZSgzMCAxNSkiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center left;
  }

  .preHeader__item--hours {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgc3Ryb2tlPSIjMEQzMDc0Ij4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3NSAtMTQpIHRyYW5zbGF0ZSgxNzUgMTQpIj4KICAgICAgICAgICAgICAgIDxjaXJjbGUgY3g9IjYuMTU0IiBjeT0iNi4xNTQiIHI9IjUuNjU0Ii8+CiAgICAgICAgICAgICAgICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik02LjE1NCAyLjYyM0w2LjE1NCA2LjE1NCA4LjcxMSA2LjE1NCIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center left;
  }
}

.product {
  position: relative;
}

@media (min-width: 768px) {
  .product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print {
  .product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media (min-width: 768px) {
  .product__text {
    padding-bottom: 80px !important;
  }
}

@media print {
  .product__text {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1250px) {
  .product__text {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .product__text {
    width: 50%;
    padding-bottom: 0 !important;
  }
}

@media print {
  .product__text {
    width: 50%;
    padding-bottom: 0 !important;
  }
}

.product__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 480px;
}

@media (min-width: 768px) {
  .product__gallery {
    width: 42%;
  }
}

@media print {
  .product__gallery {
    width: 42%;
  }
}

@media (min-width: 1250px) {
  .product__gallery {
    width: 40%;
  }
}

.product__title {
  padding-bottom: 35px;
}

.product__subtitle {
  padding-bottom: 25px;
}

.product__imageLink {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.product__imageLink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0d3074;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 10;
}

.product__imageLink:hover::before {
  opacity: .4;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.product__imageLink::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NjYgLTUyMikgdHJhbnNsYXRlKDU2NiA1MjIpIj4KICAgICAgICAgICAgICAgIDxjaXJjbGUgY3g9IjEyLjUiIGN5PSIxMi41IiByPSIxMi41IiBmaWxsPSIjRkZGIiBvcGFjaXR5PSIuOCIvPgogICAgICAgICAgICAgICAgPGcgc3Ryb2tlPSIjOTc5Nzk3Ij4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCA2LjVMMTMgNi41TTYuNSAxM0w2LjUgMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNiA2KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  z-index: 15;
}

@media (min-width: 768px) {
  .product__imageLink {
    margin-bottom: 25px;
  }
}

@media print {
  .product__imageLink {
    margin-bottom: 25px;
  }
}

.product__imageLink:not(:first-of-type) {
  margin-bottom: 0;
  width: calc(50% - 5px);
}

@media (min-width: 768px) {
  .product__imageLink:not(:first-of-type) {
    width: calc(50% - 10px);
  }
}

@media print {
  .product__imageLink:not(:first-of-type) {
    width: calc(50% - 10px);
  }
}

@media (min-width: 550px) {
  .productGroups__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -15px;
  }
}

.productGroups__item {
  padding-bottom: 25px;
}

.productGroups__item:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 550px) {
  .productGroups__item {
    padding: 15px !important;
    width: 50%;
  }
}

.productGroups__itemWrapper {
  background-color: #ebf8ff;
  display: block;
  color: #0d3074;
  text-decoration: none;
}

.productGroups__imageWrapper {
  position: relative;
  display: block;
}

.productGroups__imageWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0d3074;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 10;
}

.productGroups__imageWrapper:hover::after {
  opacity: .4;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.productGroups__text {
  padding: 10px;
}

@media (min-width: 768px) {
  .productGroups__text {
    padding: 20px;
  }
}

@media print {
  .productGroups__text {
    padding: 20px;
  }
}

.productGroups__title {
  padding-bottom: 10px;
}

.productGroups__more {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
}

.productGroups__more:hover {
  color: #4672c7;
  border-color: #4672c7;
}

@media (min-width: 768px) {
  .products__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .products__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.products__item {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .products__item {
    width: 50%;
    padding: 0 15px 50px 15px;
  }
}

@media print {
  .products__item {
    width: 50%;
    padding: 0 15px 50px 15px;
  }
}

@media (min-width: 1250px) {
  .products__item {
    width: 33.33333%;
  }
}

.products__link {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.products__link:hover {
  color: #4672c7;
  border-color: #4672c7;
}

.products__link:hover .products__imageWrapper::after {
  opacity: .4;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.products__title {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  padding-top: 20px;
}

.products__imageWrapper {
  position: relative;
}

.products__imageWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0d3074;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 10;
}

.quote__item {
  display: block !important;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .quote__item {
    padding-bottom: 60px;
  }
}

@media print {
  .quote__item {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .quote__blockquote--hasImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print {
  .quote__blockquote--hasImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .quote__blockquote--hasImage .quote__text {
    text-align: left;
    max-width: 750px;
    margin: 0;
    width: calc(100% - 205px);
  }
}

@media print {
  .quote__blockquote--hasImage .quote__text {
    text-align: left;
    max-width: 750px;
    margin: 0;
    width: calc(100% - 205px);
  }
}

@media (min-width: 1000px) {
  .quote__blockquote--hasImage .quote__text {
    padding-top: 25px;
    width: calc(100% - 240px);
  }
}

.quote__text {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.quote__imageWrapper {
  width: 175px;
  height: 175px;
  margin: 0 auto 30px auto;
  position: relative;
}

@media (min-width: 768px) {
  .quote__imageWrapper {
    margin-right: 40px;
  }
}

@media print {
  .quote__imageWrapper {
    margin-right: 40px;
  }
}

@media (min-width: 1250px) {
  .quote__imageWrapper {
    margin-right: 65px;
  }
}

.quote__image {
  border-radius: 50%;
}

.quote__footer {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
  font-size: 20px;
}

.quote__footer strong,
.quote__footer b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.quote__button {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .quote__button {
    margin-top: 50px;
  }
}

@media print {
  .quote__button {
    margin-top: 50px;
  }
}

.quote .slick-slider .slick-dots {
  bottom: 0 !important;
}

.quote .slick-slider .slick-dots li button {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  border-color: #0d3074 !important;
}

.quote .slick-slider .slick-dots li button:hover,
.quote .slick-slider .slick-dots li button:focus {
  background-color: #0d3074 !important;
}

.quote .slick-slider .slick-dots li.slick-active button {
  background-color: #0d3074 !important;
}

.quoteblog__text {
  width: 100%;
}

.quoteblog__footer {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.quoteblog__footer strong,
.quoteblog__footer b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.quoteblog__footer::before {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  margin-right: 10px;
  background-color: #0d3074;
}

.related {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .related {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media print {
  .related {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.related__headline {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .related__headline {
    padding-bottom: 80px;
  }
}

@media print {
  .related__headline {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .related__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .related__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.related__item {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .related__item {
    width: 50%;
    padding: 0 15px 50px 15px;
  }
}

@media print {
  .related__item {
    width: 50%;
    padding: 0 15px 50px 15px;
  }
}

@media (min-width: 1250px) {
  .related__item {
    width: 33.33333%;
  }
}

.related__link {
  color: #fff;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.related__link:hover .related__imageWrapper::after {
  opacity: .4;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.related__title {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .related__title {
    min-height: 85px;
  }
}

@media print {
  .related__title {
    min-height: 85px;
  }
}

.related__text {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .related__text {
    padding-bottom: 35px;
  }
}

@media print {
  .related__text {
    padding-bottom: 35px;
  }
}

.related__imageWrapper {
  position: relative;
}

.related__imageWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0d3074;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 10;
}

@media (min-width: 375px) {
  .relatedPosts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
  }
}

@media (min-width: 768px) {
  .relatedPosts__content {
    margin: -15px;
  }
}

@media print {
  .relatedPosts__content {
    margin: -15px;
  }
}

.relatedPosts__item {
  display: block;
  margin-bottom: 35px;
}

.relatedPosts__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 375px) {
  .relatedPosts__item {
    width: 50%;
    padding: 10px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .relatedPosts__item {
    width: 33.33333%;
    padding: 15px;
  }
}

@media print {
  .relatedPosts__item {
    width: 33.33333%;
    padding: 15px;
  }
}

.relatedPosts__imageLink {
  position: relative;
  display: block;
  text-decoration: none;
  color: #0d3074;
  margin-bottom: 25px;
}

.relatedPosts__imageLink:hover img {
  opacity: .8;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.relatedPosts__image {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.relatedPosts__itemTitle {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  padding-top: 15px;
}

.relatedPosts__date {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  display: block;
  padding-bottom: 15px;
}

.relatedPosts__title {
  padding-bottom: 10px;
}

.relatedPosts__text {
  padding-bottom: 20px;
}

.relatedPosts__text h1,
.relatedPosts__text h2,
.relatedPosts__text h3,
.relatedPosts__text h4 {
  text-align: left !important;
}

.relatedPosts .postCategories {
  padding-bottom: 20px;
}

.relatedProducts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .relatedProducts__content {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .relatedProducts__content {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.relatedProducts__item {
  display: block;
  width: 50%;
  padding: 10px;
}

@media (min-width: 768px) {
  .relatedProducts__item {
    width: 25%;
    padding: 15px;
  }
}

@media print {
  .relatedProducts__item {
    width: 25%;
    padding: 15px;
  }
}

.relatedProducts__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #0d3074;
}

.relatedProducts__link:hover img {
  opacity: .8;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.relatedProducts__image {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.relatedProducts__itemTitle {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  padding-top: 20px;
}

.searchform {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
  box-shadow: none !important;
  outline: none !important;
  z-index: 999999;
}

.searchform:focus {
  background-color: rgba(0,0,0,.6);
}

.searchform__content {
  background-color: #0d3074;
  padding-bottom: 15px;
  padding-top: 35px;
}

@media (min-width: 768px) {
  .searchform__content {
    padding-top: 35px;
  }
}

@media print {
  .searchform__content {
    padding-top: 35px;
  }
}

@media (min-width: 1250px) {
  .searchform__content {
    padding-top: 40px;
  }
}

.searchform__container {
  position: relative;
}

.searchform__close {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDRweCIgaGVpZ2h0PSI0NHB4IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2NobGllc3Nlbi13ZWlzczwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ic2NobGllc3Nlbi13ZWlzcyIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cGF0aCBkPSJNNywyMiBMMzcsMjIgTTIyLDM3IEwyMiw3IiBpZD0iU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjAwMDAwMCwgMjIuMDAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0yMi4wMDAwMDAsIC0yMi4wMDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  position: absolute;
  top: 5px;
  right: 4px;
  width: 25px;
  height: 25px;
  background-color: rgba(0,0,0,0);
}

.searchform__close.focus-visible {
  background-color: #0d3074 !important;
  color: #fff !important;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
  text-decoration: none;
}

@media (min-width: 768px) {
  .searchform__close {
    right: 12px;
  }
}

@media print {
  .searchform__close {
    right: 12px;
  }
}

@media (min-width: 1250px) {
  .searchform__close {
    top: 2px;
    right: 22px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
}

.searchform__fields {
  position: relative;
}

.searchform__input {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 1rem;
  color: #0d3074;
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 15px;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .searchform__input {
    font-size: 1.25rem;
    height: 3em;
    line-height: 3em;
    padding: 0 35px;
  }
}

@media print {
  .searchform__input {
    font-size: 1.25rem;
    height: 3em;
    line-height: 3em;
    padding: 0 35px;
  }
}

.searchform__input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 1rem;
  color: #0d3074;
  line-height: 2 !important;
  opacity: 1;
}

.searchform__input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 1rem;
  color: #0d3074;
  line-height: 2 !important;
  opacity: 1;
}

@media (min-width: 768px) {
  .searchform__input::-webkit-input-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
  .searchform__input::placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

@media print {
  .searchform__input::-webkit-input-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
  .searchform__input::placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

.searchform__input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 1rem;
  color: #0d3074;
  line-height: 2 !important;
  opacity: 1;
}

@media (min-width: 768px) {
  .searchform__input::-webkit-input-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

@media print {
  .searchform__input::-webkit-input-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

.searchform__input:-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 1rem;
  color: #0d3074;
  line-height: 2 !important;
  opacity: 1;
}

@media (min-width: 768px) {
  .searchform__input:-moz-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

@media print {
  .searchform__input:-moz-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

.searchform__input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 1rem;
  color: #0d3074;
  line-height: 2 !important;
  opacity: 1;
}

@media (min-width: 768px) {
  .searchform__input::-moz-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

@media print {
  .searchform__input::-moz-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

.searchform__input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 1rem;
  color: #0d3074;
  line-height: 2 !important;
  opacity: 1;
}

@media (min-width: 768px) {
  .searchform__input:-ms-input-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

@media print {
  .searchform__input:-ms-input-placeholder {
    font-size: 1.25rem;
    line-height: 3 !important;
  }
}

.searchform__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgPGcgc3Ryb2tlPSIjMGQzMDc0IiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjM3NSA2LjM3NWMwIDMuMzEzLTIuNjg3IDYtNiA2cy02LTIuNjg3LTYtNiAyLjY4Ny02IDYtNiA2IDIuNjg3IDYgNnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzg5IC02NSkgdHJhbnNsYXRlKDEzOTAgNjYpIi8+CiAgICAgICAgICAgICAgICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xMC42MTcgMTAuNjE3TDE3LjA5MyAxNy4wOTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzg5IC02NSkgdHJhbnNsYXRlKDEzOTAgNjYpIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center;
}

@media (min-width: 768px) {
  .searchform__button {
    width: 85px;
  }
}

@media print {
  .searchform__button {
    width: 85px;
  }
}

.searchform__button .iconSearch {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.searchResults__heading {
  text-transform: none;
}

.searchResults__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 35px;
  border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 768px) {
  .searchResults__filter {
    margin-bottom: 70px;
  }
}

@media print {
  .searchResults__filter {
    margin-bottom: 70px;
  }
}

.searchResults__filterLink {
  color: #0d3074;
  font-size: .875rem;
  text-decoration: none;
  display: block;
  padding: 0 18px 15px 0;
  margin-bottom: -1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 768px) {
  .searchResults__filterLink {
    padding-right: 0;
    margin-right: 65px;
    font-size: 1.125rem;
  }
}

@media print {
  .searchResults__filterLink {
    padding-right: 0;
    margin-right: 65px;
    font-size: 1.125rem;
  }
}

.searchResults__filterLink:hover {
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.searchResults__filterLink--disabled {
  color: #0d3074;
  pointer-events: none;
  border-bottom: 1px solid #0d3074;
}

.searchResults__post {
  font-size: .875rem;
  line-height: 1.29;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .searchResults__post {
    font-size: 1.25rem;
    line-height: 1.7;
    padding-bottom: 45px;
  }
}

@media print {
  .searchResults__post {
    font-size: 1.25rem;
    line-height: 1.7;
    padding-bottom: 45px;
  }
}

.searchResults__link {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
}

.searchResults__link:hover {
  color: #4672c7;
  border-color: #4672c7;
}

.searchResults__title {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

@media (min-width: 768px) {
  .searchResults__text {
    font-size: 1rem;
    line-height: 1.69;
  }
}

@media print {
  .searchResults__text {
    font-size: 1rem;
    line-height: 1.69;
  }
}

.separator__line {
  height: 1px;
  border: none;
  width: 100%;
  background-color: #0d3074;
}

.simple-lightbox.sl-wrapper .sl-counter {
  color: #fff;
}

.simple-lightbox.sl-wrapper .sl-close {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDRweCIgaGVpZ2h0PSI0NHB4IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2NobGllc3Nlbi13ZWlzczwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ic2NobGllc3Nlbi13ZWlzcyIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cGF0aCBkPSJNNywyMiBMMzcsMjIgTTIyLDM3IEwyMiw3IiBpZD0iU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjAwMDAwMCwgMjIuMDAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0yMi4wMDAwMDAsIC0yMi4wMDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.simple-lightbox.sl-wrapper .sl-navigation button {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  background-size: 14px 28px;
  background-repeat: no-repeat;
  background-position: center;
}

.simple-lightbox.sl-wrapper .sl-navigation button.sl-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDE5IDMyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMyI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0IDI4TDAgMTQgMTQgMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNzcgLTU1NSkgdHJhbnNsYXRlKDEwNzkgNTU3KSByb3RhdGUoLTE4MCA3IDE0KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}

.simple-lightbox.sl-wrapper .sl-navigation button.sl-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDE5IDMyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMyI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0IDI4TDAgMTQgMTQgMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNyAtNTU1KSByb3RhdGUoLTE4MCAxNzcgMjkyLjUpIHJvdGF0ZSgtMTgwIDcgMTQpIi8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
}

.simple-lightbox.sl-wrapper .sl-image .sl-caption {
  background-color: #fff;
  color: #0d3074;
}

.sl-overlay {
  background-color: #0d3074;
  opacity: .9;
}

.simpletooltip,
.simpletooltip-alignLeft-simpletooltip,
.simpletooltip-alignCenter-simpletooltip {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 12px;
  line-height: 1.75;
  position: absolute;
  display: inline-block;
  width: 10em;
  background: #0d3074;
  color: #fff;
  padding: .5em;
  text-align: left;
  line-height: 1.2;
  border-radius: 2px;
  right: calc(100% + 10px);
  bottom: 5px;
  z-index: 99999;
}

.simpletooltip strong,
.simpletooltip b,
.simpletooltip-alignLeft-simpletooltip strong,
.simpletooltip-alignLeft-simpletooltip b,
.simpletooltip-alignCenter-simpletooltip strong,
.simpletooltip-alignCenter-simpletooltip b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.simpletooltip[aria-hidden=true],
.simpletooltip-alignLeft-simpletooltip[aria-hidden=true],
.simpletooltip-alignCenter-simpletooltip[aria-hidden=true] {
  display: none;
}

.simpletooltip_container,
.simpletooltip-alignLeft-simpletooltip_container,
.simpletooltip-alignCenter-simpletooltip_container {
  position: relative;
}

.simpletooltip::before,
.simpletooltip-alignLeft-simpletooltip::before,
.simpletooltip-alignCenter-simpletooltip::before {
  content: "";
  speak: none;
  position: absolute;
  z-index: 999999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #0d3074;
  bottom: 0;
  right: -6px;
}

.simpletooltip-alignLeft-simpletooltip {
  left: calc(100% + 10px);
  right: auto;
  bottom: auto;
  top: 5px;
}

@media (min-width: 768px) {
  .simpletooltip-alignLeft-simpletooltip {
    top: auto;
    bottom: 5px;
  }
}

@media print {
  .simpletooltip-alignLeft-simpletooltip {
    top: auto;
    bottom: 5px;
  }
}

.simpletooltip-alignLeft-simpletooltip::before {
  border-width: 4px 8px 4px 0;
  border-color: rgba(0,0,0,0) #0d3074 rgba(0,0,0,0) rgba(0,0,0,0);
  top: 0;
  bottom: auto;
  left: -6px;
  right: auto;
}

@media (min-width: 768px) {
  .simpletooltip-alignLeft-simpletooltip::before {
    bottom: 0;
    left: -6px;
    top: auto;
  }
}

@media print {
  .simpletooltip-alignLeft-simpletooltip::before {
    bottom: 0;
    left: -6px;
    top: auto;
  }
}

.simpletooltip-alignCenter-simpletooltip {
  left: -300px;
  right: -300px;
  margin: auto;
  bottom: calc(100% + 5px);
}

.simpletooltip-alignCenter-simpletooltip::before {
  border-width: 4px 4px 0 4px;
  border-color: #0d3074 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  bottom: -4px;
  right: calc(50% - 4px);
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  position: absolute;
  display: block !important;
  width: 30px;
  height: 30px;
  min-width: 0;
  cursor: pointer;
  top: 0;
  margin: auto;
  bottom: 0;
  padding: 0;
  outline: none !important;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDE5IDMyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMyI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0IDI4TDAgMTQgMTQgMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzNyAtNTU1KSByb3RhdGUoLTE4MCAxNzcgMjkyLjUpIHJvdGF0ZSgtMTgwIDcgMTQpIi8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 14px 28px;
  background-position: center;
}

.slick-slider .slick-prev.slick-disabled,
.slick-slider .slick-next.slick-disabled {
  opacity: .4;
}

.slick-slider .slick-prev {
  left: 5px;
}

@media (min-width: 768px) {
  .slick-slider .slick-prev {
    left: 15px;
  }
}

@media print {
  .slick-slider .slick-prev {
    left: 15px;
  }
}

.slick-slider .slick-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDE5IDMyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMyI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0IDI4TDAgMTQgMTQgMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNzcgLTU1NSkgdHJhbnNsYXRlKDEwNzkgNTU3KSByb3RhdGUoLTE4MCA3IDE0KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  left: auto;
  right: 5px;
}

@media (min-width: 768px) {
  .slick-slider .slick-next {
    right: 15px;
  }
}

@media print {
  .slick-slider .slick-next {
    right: 15px;
  }
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-slider.slick-dotted .slick-dots {
  display: block !important;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .slick-slider.slick-dotted .slick-dots {
    bottom: 60px;
  }
}

@media print {
  .slick-slider.slick-dotted .slick-dots {
    bottom: 60px;
  }
}

.slick-slider.slick-dotted .slick-dots li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
}

@media (min-width: 768px) {
  .slick-slider.slick-dotted .slick-dots li {
    margin-right: 20px;
  }
}

@media print {
  .slick-slider.slick-dotted .slick-dots li {
    margin-right: 20px;
  }
}

.slick-slider.slick-dotted .slick-dots li:last-child {
  margin-right: 0;
}

.slick-slider.slick-dotted .slick-dots li button {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  border: 1px solid #fff;
  background-color: rgba(0,0,0,0);
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

@media (min-width: 768px) {
  .slick-slider.slick-dotted .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

@media print {
  .slick-slider.slick-dotted .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

.slick-slider.slick-dotted .slick-dots li button:hover,
.slick-slider.slick-dotted .slick-dots li button:focus {
  background-color: #fff;
  outline: none;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.slick-slider.slick-dotted .slick-dots li.slick-active button {
  background-color: #fff;
}

.socialIcons {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .socialIcons {
    width: 40%;
  }
}

@media print {
  .socialIcons {
    width: 40%;
  }
}

@media (min-width: 1250px) {
  .socialIcons {
    width: 10%;
    padding-bottom: 0;
  }
}

.socialIcons__title {
  color: #fff;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .socialIcons__title {
    padding-bottom: 25px;
  }
}

@media print {
  .socialIcons__title {
    padding-bottom: 25px;
  }
}

.socialIcons__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.socialIcons__link {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  opacity: 1;
}

.socialIcons__link:last-of-type {
  margin-right: 0;
}

.socialIcons__link:hover {
  opacity: .8;
}

.socialIcons__link.linkedin {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 25px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjlweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjkgMjYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbi1saW5rZWRpbjwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9Ii0xLjYzNDI0ODI5ZS0xMyAwLjQ5NzM5MTMwNCAyNS4wMTA3NiAwLjQ5NzM5MTMwNCAyNS4wMTA3NiAyNC44Njk1NjUyIC0xLjYzNDI0ODI5ZS0xMyAyNC44Njk1NjUyIj48L3BvbHlnb24+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZvb3RlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYyNy4wMDAwMDAsIC0xMDEuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uLWxpbmtlZGluIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MjcuMDAwMDAwLCAxMDEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0xIiBmaWxsPSIjRkVGRUZFIiBwb2ludHM9IjI1Ljg2OTg1NiAyMC42Mjc0OTU3IDI1Ljg2OTg1NiAyMC44MTYyNzgzIDI2LjIyNzEzNiAyMC44MTYyNzgzIDI2LjIyNzEzNiAyMS44OTgxMDQzIDI2LjQxOTY5NiAyMS44OTgxMDQzIDI2LjQxOTY5NiAyMC44MTYyNzgzIDI2Ljc3NTgxNiAyMC44MTYyNzgzIDI2Ljc3NTgxNiAyMC42Mjc0OTU3Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0yIiBmaWxsPSIjRkVGRUZFIiBwb2ludHM9IjI4LjAzNjE1NiAyMC42Mjc0OTU3IDI3LjY2Mzc5NiAyMS41NTg5NzM5IDI3LjI4Njc5NiAyMC42MzMxNDc4IDI3LjI4MzMxNiAyMC42Mjc0OTU3IDI2Ljk5OTExNiAyMC42Mjc0OTU3IDI2Ljk5OTExNiAyMS44OTgxMDQzIDI3LjE5MTY3NiAyMS44OTgxMDQzIDI3LjE5MTY3NiAyMC45MzE1ODI2IDI3LjU4ODM5NiAyMS44OTM1ODI2IDI3LjU5MTg3NiAyMS44OTgxMDQzIDI3LjcyMDYzNiAyMS44OTgxMDQzIDI4LjExODUxNiAyMC45MzI3MTMgMjguMTE5Njc2IDIxLjg5ODEwNDMgMjguMzEzMzk2IDIxLjg5ODEwNDMgMjguMzEzMzk2IDIwLjYyNzQ5NTciPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC42MzMyNzApIj4KICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwLTQiPjwvZz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjUuMDEwNzYsMjMuMTEwOTQ3OCBMMjUuMDEwNzYsMi4yNTMyOTU2NSBDMjUuMDEwNzYsMS4yODQ1MTMwNCAyNC4xNzc4OCwwLjQ5NjYgMjMuMTU4MjQsMC40OTY2IEwxLjg0NTU2LDAuNDk2NiBDMC44MjcwOCwwLjQ5NjYgLTEuNjM0MjQ4MjllLTEzLDEuMjg0NTEzMDQgLTEuNjM0MjQ4MjllLTEzLDIuMjUzMjk1NjUgTC0xLjYzNDI0ODI5ZS0xMywyMy4xMTA5NDc4IEMtMS42MzQyNDgyOWUtMTMsMjQuMDgxOTkxMyAwLjgyNzA4LDI0Ljg2OTkwNDMgMS44NDU1NiwyNC44Njk5MDQzIEwyMy4xNTgyNCwyNC44Njk5MDQzIEMyNC4xNzc4OCwyNC44Njk5MDQzIDI1LjAxMDc2LDI0LjA4MTk5MTMgMjUuMDEwNzYsMjMuMTEwOTQ3OCBMMjUuMDEwNzYsMjMuMTEwOTQ3OCBaIE0zLjcwNjIsMjEuMjY2MDc4MyBMNy40MTcwNCwyMS4yNjYwNzgzIEw3LjQxNzA0LDkuNjM1MDM0NzggTDMuNzA2Miw5LjYzNTAzNDc4IEwzLjcwNjIsMjEuMjY2MDc4MyBaIE03LjcxMTY4LDUuOTQ3NTU2NTIgQzcuNzExNjgsNy4xMDUxMjE3NCA2Ljc0ODg4LDguMDQ0NTEzMDQgNS41NjIyLDguMDQ0NTEzMDQgQzQuMzczMiw4LjA0NDUxMzA0IDMuNDExNTYsNy4xMDUxMjE3NCAzLjQxMTU2LDUuOTQ3NTU2NTIgQzMuNDExNTYsNC43OTIyNTIxNyA0LjM3MzIsMy44NTI4NjA4NyA1LjU2MjIsMy44NTI4NjA4NyBDNi43NDg4OCwzLjg1Mjg2MDg3IDcuNzExNjgsNC43OTIyNTIxNyA3LjcxMTY4LDUuOTQ3NTU2NTIgTDcuNzExNjgsNS45NDc1NTY1MiBaIE0yMS4zMTAzNiwyMS4yNjQ5NDc4IEwxNy42MDUzMiwyMS4yNjQ5NDc4IEwxNy42MDUzMiwxNS42MDkzODI2IEMxNy42MDUzMiwxNC4yNjA3NzM5IDE3LjU3ODY0LDEyLjUyNTU1NjUgMTUuNjc3NCwxMi41MjU1NTY1IEMxMy43NDcxNiwxMi41MjU1NTY1IDEzLjQ1MjUyLDEzLjk5NTEyMTcgMTMuNDUyNTIsMTUuNTEyMTY1MiBMMTMuNDUyNTIsMjEuMjY0OTQ3OCBMOS43NDQsMjEuMjY0OTQ3OCBMOS43NDQsOS42MzUwMzQ3OCBMMTMuMzAyODgsOS42MzUwMzQ3OCBMMTMuMzAyODgsMTEuMjIzMjk1NyBMMTMuMzUzOTIsMTEuMjIzMjk1NyBDMTMuODQ4MDgsMTAuMzA5OTA0MyAxNS4wNTkxMiw5LjM0NDUxMzA0IDE2Ljg2NDA4LDkuMzQ0NTEzMDQgQzIwLjYxNjY4LDkuMzQ0NTEzMDQgMjEuMzEwMzYsMTEuNzUzNDY5NiAyMS4zMTAzNiwxNC44ODU5MDQzIEwyMS4zMTAzNiwyMS4yNjQ5NDc4IFoiIGlkPSJGaWxsLTMiIGZpbGw9IiNGRUZFRkUiIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtNiIgZmlsbD0iI0ZFRkVGRSIgcG9pbnRzPSIyNS44NzI5ODggMjAuNjI3NDk1NyAyNS44NzI5ODggMjAuODE2Mjc4MyAyNi4yMzAyNjggMjAuODE2Mjc4MyAyNi4yMzAyNjggMjEuODk4MTA0MyAyNi40MjI4MjggMjEuODk4MTA0MyAyNi40MjI4MjggMjAuODE2Mjc4MyAyNi43Nzg5NDggMjAuODE2Mjc4MyAyNi43Nzg5NDggMjAuNjI3NDk1NyI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtNyIgZmlsbD0iI0ZFRkVGRSIgcG9pbnRzPSIyOC4wMzgyNDQgMjAuNjI3NDk1NyAyNy42NTc3NjQgMjEuNTYwMTA0MyAyNy4yNzcyODQgMjAuNjI3NDk1NyAyNy4wMDEyMDQgMjAuNjI3NDk1NyAyNy4wMDEyMDQgMjEuODk4MTA0MyAyNy4xOTQ5MjQgMjEuODk4MTA0MyAyNy4xOTQ5MjQgMjAuOTMxNTgyNiAyNy41OTM5NjQgMjEuODk4MTA0MyAyNy43MjE1NjQgMjEuODk4MTA0MyAyOC4xMjA2MDQgMjAuOTMxNTgyNiAyOC4xMjA2MDQgMjEuODk4MTA0MyAyOC4zMTQzMjQgMjEuODk4MTA0MyAyOC4zMTQzMjQgMjAuNjI3NDk1NyI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 25px 24px;
  background-position: center;
}

.socialIcons__link.youtube {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 34px;
  height: 23px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzVweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMzUgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbi15b3V0dWJlPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iLTAuMDAwNDY0IDAuMDAwNDc3MDM3MDM3IDM0LjE1MDY2MSAwLjAwMDQ3NzAzNzAzNyAzNC4xNTA2NjEgMjIuODA3NjE3OCAtMC4wMDA0NjQgMjIuODA3NjE3OCI+PC9wb2x5Z29uPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJGb290ZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NzEuMDAwMDAwLCAtMTAzLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaWNvbi15b3V0dWJlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NzEuMDAwMDAwLCAxMDMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwLTIiPjwvZz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNC4xNTA2NjEsMTEuNDA0MDQ3NCBDMzQuMTUwNjYxLDExLjQwNDA0NzQgMzQuMTUwNjYxLDYuMTAyOTczMzMgMzMuNDM2OTExLDMuNTYxNTU4NTIgQzMzLjA0NDQxMSwyLjE1OTA2OTYzIDMxLjg4NjkxMSwxLjA1NTkyMTQ4IDMwLjQxNjkxMSwwLjY4MTQ0NzQwNyBDMjcuNzU0NDExLDAuMDAwNDc3MDM3MDM3IDE3LjA3NDQxMSwwLjAwMDQ3NzAzNzAzNyAxNy4wNzQ0MTEsMC4wMDA0NzcwMzcwMzcgQzE3LjA3NDQxMSwwLjAwMDQ3NzAzNzAzNyA2LjM5NTY2MSwwLjAwMDQ3NzAzNzAzNyAzLjczMTkxMSwwLjY4MTQ0NzQwNyBDMi4yNjMxNjEsMS4wNTU5MjE0OCAxLjEwNTY2MSwyLjE1OTA2OTYzIDAuNzEzMTYxLDMuNTYxNTU4NTIgQy0wLjAwMDU4OSw2LjEwMjk3MzMzIC0wLjAwMDU4OSwxMS40MDQwNDc0IC0wLjAwMDU4OSwxMS40MDQwNDc0IEMtMC4wMDA1ODksMTEuNDA0MDQ3NCAtMC4wMDA1ODksMTYuNzA1MTIxNSAwLjcxMzE2MSwxOS4yNDY1MzYzIEMxLjEwNTY2MSwyMC42NDc4MzI2IDIuMjYzMTYxLDIxLjc1MjE3MzMgMy43MzE5MTEsMjIuMTI2NjQ3NCBDNi4zOTU2NjEsMjIuODA3NjE3OCAxNy4wNzQ0MTEsMjIuODA3NjE3OCAxNy4wNzQ0MTEsMjIuODA3NjE3OCBDMTcuMDc0NDExLDIyLjgwNzYxNzggMjcuNzU0NDExLDIyLjgwNzYxNzggMzAuNDE2OTExLDIyLjEyNjY0NzQgQzMxLjg4NjkxMSwyMS43NTIxNzMzIDMzLjA0NDQxMSwyMC42NDc4MzI2IDMzLjQzNjkxMSwxOS4yNDY1MzYzIEMzNC4xNTA2NjEsMTYuNzA1MTIxNSAzNC4xNTA2NjEsMTEuNDA0MDQ3NCAzNC4xNTA2NjEsMTEuNDA0MDQ3NCBMMzQuMTUwNjYxLDExLjQwNDA0NzQgWiBNMjIuNTMxOTExLDExLjQwNDA0NzQgTDEzLjY1OTQxMSwxNi4yOTEyOTE5IEwxMy42NTk0MTEsNi41MTY4MDI5NiBMMjIuNTMxOTExLDExLjQwNDA0NzQgWiIgaWQ9IkZpbGwtMSIgZmlsbD0iI0ZFRkVGRSIgbWFzaz0idXJsKCNtYXNrLTIpIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 34px 23px;
  background-position: center;
}

.socialSharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.socialSharing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.socialSharing__item {
  margin-left: 10px;
}

.socialSharing__link {
  display: block;
  width: 25px;
  height: 25px;
  opacity: 1;
}

.socialSharing__link:hover {
  opacity: .8;
}

.socialSharing__link.facebook {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwOF8xMSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjUgMUM2LjE1IDEgMSA2LjE4MSAxIDEyLjU3QzEgMTguMzQ2IDUuMjA2IDIzLjEzMyAxMC43MDQgMjRWMTUuOTE1SDcuNzg0VjEyLjU3MUgxMC43MDRWMTAuMDIyQzEwLjcwNCA3LjEyMiAxMi40MjEgNS41MTkgMTUuMDQ3IDUuNTE5QzE2LjMwNSA1LjUxOSAxNy42MiA1Ljc0NiAxNy42MiA1Ljc0NlY4LjU5M0gxNi4xNzFDMTQuNzQzIDguNTkzIDE0LjI5OCA5LjQ4NSAxNC4yOTggMTAuNFYxMi41N0gxNy40ODdMMTYuOTc3IDE1LjkxNUgxNC4yOTdWMjRDMTkuNzk2IDIzLjEzMiAyNCAxOC4zNDUgMjQgMTIuNTdDMjQgNi4xODIgMTguODUyIDEgMTIuNSAxWiIgZmlsbD0iIzBEMzA3NCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMwOF8xMSI+CjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}

.socialSharing__link.twitter {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwOF8xMSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4Ljk2MiAyTDEyLjgyOCA4LjcxTDcuNTg5IDJIMEw5LjAzNyAxMy40NjlMMC40OCAyM0g0LjE1OUwxMC43OTYgMTUuNjU0TDE2LjU5NSAyM0gyNEwxNC41NjMgMTAuOTExTDIyLjY0MSAySDE4Ljk2MlpNNC4zMjcgNC4wMTVINi41MTdMMTkuNzEzIDIwLjkwOEgxNy42NzRMNC4zMjcgNC4wMTVaIiBmaWxsPSIjMEQzMDc0Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzA4XzExIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjIxIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}

.socialSharing__link.linkedin {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwOF8xMSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE5Ljg5MyAxOS44OTMxSDE2Ljc4MVYxNS4wMjAxQzE2Ljc4MSAxMy44NTgxIDE2Ljc2MSAxMi4zNjMxIDE1LjE2MyAxMi4zNjMxQzEzLjU0MyAxMi4zNjMxIDEzLjI5NSAxMy42MjkxIDEzLjI5NSAxNC45MzYxVjE5Ljg5MzFIMTAuMTgzVjkuODczMTNIMTMuMTdWMTEuMjQyMUgxMy4yMTJDMTMuNTEwOCAxMC43MzA5IDEzLjk0MjcgMTAuMzEwNCAxNC40NjE3IDEwLjAyNTNDMTQuOTgwNyA5Ljc0MDE2IDE1LjU2NzMgOS42MDExOCAxNi4xNTkgOS42MjMxM0MxOS4zMTMgOS42MjMxMyAxOS44OTQgMTEuNjk3MSAxOS44OTQgMTQuMzk2MUwxOS44OTMgMTkuODkzMVpNNi42NzMgOC41MDMxM0M2LjE5Mzg5IDguNTAzNTMgNS43MzQyNCA4LjMxMzU4IDUuMzk1MTcgNy45NzUwOEM1LjA1NjExIDcuNjM2NTggNC44NjU0IDcuMTc3MjUgNC44NjUgNi42OTgxM0M0Ljg2NDYgNi4yMTkwMiA1LjA1NDU1IDUuNzU5MzcgNS4zOTMwNSA1LjQyMDNDNS43MzE1NSA1LjA4MTI0IDYuMTkwODkgNC44OTA1MyA2LjY3IDQuODkwMTNDNy4xNDg5OCA0Ljg5IDcuNjA4NCA1LjA4MDE1IDcuOTQ3MTggNS40MTg3NEM4LjI4NTk3IDUuNzU3MzQgOC40NzYzNyA2LjIxNjY1IDguNDc2NSA2LjY5NTYzQzguNDc2NjMgNy4xNzQ2MSA4LjI4NjQ5IDcuNjM0MDMgNy45NDc4OSA3Ljk3MjgxQzcuNjA5MjkgOC4zMTE2IDcuMTQ5OTggOC41MDIgNi42NzEgOC41MDIxM0w2LjY3MyA4LjUwMzEzWk01LjExMyAxOS44OTMxSDguMjI4VjkuODczMTNINS4xMTNWMTkuODkzMVpNMjEuNDQ0IDIuMDAwMTNWMi4wMDIxM0gzLjU1QzMuMTQzOTMgMS45OTc1OSAyLjc1MjY1IDIuMTU0MzYgMi40NjIwNSAyLjQzODAzQzIuMTcxNDUgMi43MjE2OSAyLjAwNTI3IDMuMTA5MDcgMiAzLjUxNTEzVjIxLjQ4NTFDMi4wMSAyMi4zMzExIDIuNzAzIDIzLjAwOTEgMy41NSAyMy4wMDAxSDIxLjQ0NEMyMS44NTEzIDIzLjAwNTIgMjIuMjQ0IDIyLjg0ODQgMjIuNTM1NyAyMi41NjQxQzIyLjgyNzUgMjIuMjc5OSAyMi45OTQ1IDIxLjg5MTQgMjMgMjEuNDg0MVYzLjUxNDEzQzIyLjk5NDIgMy4xMDcxIDIyLjgyNzEgMi43MTkwMSAyMi41MzUzIDIuNDM1MTNDMjIuMjQzNiAyLjE1MTI1IDIxLjg1MSAxLjk5NDc5IDIxLjQ0NCAyLjAwMDEzWiIgZmlsbD0iIzBEMzA3NCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMwOF8xMSI+CjxyZWN0IHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}

.socialSharing__link.email {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwOF8xMSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE5LjIwOCAxNS44NTRDMTkuMjA4IDE2Ljc3OSAxOC40NTYgMTcuNTMxIDE3LjUzMSAxNy41MzFINy40N0M3LjAyNTM5IDE3LjUzMDUgNi41OTkxNSAxNy4zNTM2IDYuMjg0NzcgMTcuMDM5MkM1Ljk3MDM4IDE2LjcyNDkgNS43OTM1MyAxNi4yOTg2IDUuNzkzIDE1Ljg1NFY5LjE0NkM1Ljc5MyA4LjIyMSA2LjU0NSA3LjQ2OSA3LjQ3IDcuNDY5SDE3LjUzQzE4LjQ1NSA3LjQ2OSAxOS4yMDcgOC4yMjEgMTkuMjA3IDkuMTQ2TDE5LjIwOCAxNS44NTRaTTEyLjUgMUM2LjE1OSAxIDEgNi4xNTkgMSAxMi41QzEgMTguODQxIDYuMTU5IDI0IDEyLjUgMjRDMTguODQxIDI0IDI0IDE4Ljg0MSAyNCAxMi41QzI0IDYuMTU5IDE4Ljg0MSAxIDEyLjUgMVoiIGZpbGw9IiMwRDMwNzQiLz4KPHBhdGggZD0iTTQuODMzIDYuNzVMMTIuNSAxMy40NThMMjAuMTY3IDYuNzUiIHN0cm9rZT0iIzBEMzA3NCIgc3Ryb2tlLXdpZHRoPSIxLjQzOCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMwOF8xMSI+CjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}

.tabs__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .tabs__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print {
  .tabs__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
  width: auto;
}

@media (min-width: 1250px) {
  .tabs__nav {
    border-bottom: 1px solid #0d3074;
  }
}

.tabs__navItem {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .tabs__navItem {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media print {
  .tabs__navItem {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.tabs__navItem:last-child {
  padding-right: 0;
}

.tabs__navLink {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  display: block;
  color: #0d3074;
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  opacity: .3;
  font-size: 16px;
  white-space: pre;
  border-bottom: 4px solid rgba(0,0,0,0);
}

@media (min-width: 768px) {
  .tabs__navLink {
    padding: 12px;
  }
}

@media print {
  .tabs__navLink {
    padding: 12px;
  }
}

.tabs__navLink.active,
.tabs__navLink:hover {
  border-color: #0d3074;
  opacity: 1;
}

.tabs__items {
  padding: 30px 0 0 0;
  position: relative;
}

.tabs__items::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #0d3074;
  left: -2000px;
  right: -2000px;
  top: 0;
  position: absolute;
}

@media (min-width: 1250px) {
  .tabs__items::before {
    display: none;
  }
}

@media (min-width: 768px) {
  .tabs__items {
    padding: 40px 40px 0 40px;
  }
}

@media print {
  .tabs__items {
    padding: 40px 40px 0 40px;
  }
}

@media (min-width: 1250px) {
  .tabs__items {
    padding: 70px 70px 0 70px;
  }
}

.tabs__item {
  display: none;
}

.tabs__item.active {
  display: block;
}

.tabs__title {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .tabs__title {
    padding-bottom: 40px;
  }
}

@media print {
  .tabs__title {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .tabs__downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print {
  .tabs__downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.tabs__downloads .download {
  padding: 0;
}

@media (min-width: 768px) {
  .tabs__downloads .download {
    width: 50%;
    padding: 0 20px 40px 0;
  }
}

@media print {
  .tabs__downloads .download {
    width: 50%;
    padding: 0 20px 40px 0;
  }
}

@media (min-width: 1250px) {
  .tabs__downloads .download {
    width: 33.33333%;
  }
}

.tabs__downloads .download__figure {
  border-inline: 1px solid #eaeaea;
}

.tabs__downloads .download__figure::before,
.tabs__downloads .download__figure::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tabs__downloads .download__figure::after {
  top: auto;
  bottom: 0;
}

.teaserBanner {
  position: relative;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .teaserBanner {
    min-height: 425px;
  }
}

@media print {
  .teaserBanner {
    min-height: 425px;
  }
}

.teaserBanner__content {
  text-align: center;
  position: relative;
  z-index: 10;
}

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

.teaserBanner__image:not(.hideOverlay)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, #112752, #071635);
  background-image: -o-linear-gradient(top, #112752, #071635);
  background-image: linear-gradient(to bottom, #112752, #071635);
  opacity: .8;
  z-index: 1;
}

.teaserBanner__title {
  color: #fff;
}

.teaserBanner__text {
  padding-top: 40px;
}

.teaserBanner__button {
  margin-top: 40px;
}

@media (min-width: 375px) {
  .teaserBoxes__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -15px;
  }
}

.teaserBoxes__item {
  width: 100%;
  padding: 15px;
}

@media (min-width: 550px) {
  .teaserBoxes__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .teaserBoxes__item {
    width: 33.33333%;
  }
}

@media print {
  .teaserBoxes__item {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .teaserBoxes__item--gridTwo {
    width: 50%;
  }
}

@media print {
  .teaserBoxes__item--gridTwo {
    width: 50%;
  }
}

.teaserBoxes__item--gridTwo .teaserBoxes__link {
  height: 300px;
}

.teaserBoxes__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 255px;
}

.teaserBoxes__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0d3074;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 10;
}

.teaserBoxes__link:hover::after {
  opacity: .4;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.teaserBoxes__title {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 19px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 20;
}

.teaserColumns__heading {
  text-align: center;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .teaserColumns__heading {
    padding-bottom: 80px;
  }
}

@media print {
  .teaserColumns__heading {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .teaserColumns__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -30px -15px;
  }
}

@media print {
  .teaserColumns__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -30px -15px;
  }
}

.teaserColumns__item {
  padding-bottom: 40px;
}

.teaserColumns__item:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .teaserColumns__item {
    padding: 30px 15px 30px 15px !important;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media print {
  .teaserColumns__item {
    padding: 30px 15px 30px 15px !important;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.teaserColumns__imageWrapper {
  max-width: 585px;
  position: relative;
}

.teaserColumns__title {
  display: block;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .teaserColumns__title {
    padding-top: 30px;
  }
}

@media print {
  .teaserColumns__title {
    padding-top: 30px;
  }
}

.teaserColumns__text {
  padding: 10px 0 25px 0;
}

@media (min-width: 768px) {
  .teaserColumns__text {
    padding: 15px 0 30px 0;
  }
}

@media print {
  .teaserColumns__text {
    padding: 15px 0 30px 0;
  }
}

.teaserColumns__button {
  margin-top: auto;
}

@media (min-width: 768px) {
  .teaserTextIcon__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media print {
  .teaserTextIcon__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.teaserTextIcon__item {
  padding: 20px 25px 35px 25px;
}

@media (min-width: 768px) {
  .teaserTextIcon__item {
    padding: 40px 45px 55px 45px;
    width: 50%;
  }
}

@media print {
  .teaserTextIcon__item {
    padding: 40px 45px 55px 45px;
    width: 50%;
  }
}

.teaserTextIcon__item.has-dark-bg .teaserTextIcon__title,
.teaserTextIcon__item.has-dark-bg .teaserTextIcon__text {
  color: #fff;
}

.teaserTextIcon__item.has-dark-bg .teaserTextIcon__button {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.teaserTextIcon__item.has-dark-bg .teaserTextIcon__button:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.teaserTextIcon__item.has-dark-bg .teaserTextIcon__button:focus,
.teaserTextIcon__item.has-dark-bg .teaserTextIcon__button:active {
  outline: none !important;
}

.teaserTextIcon__item.has-dark-bg .teaserTextIcon__button:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  .teaserTextIcon__item.has-dark-bg .teaserTextIcon__button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0d3074;
  }
}

.teaserTextIcon__imageWrapper {
  max-width: 155px;
  position: relative;
  margin: 10px 0 0 auto;
}

@media (min-width: 1250px) {
  .teaserTextIcon__imageWrapper {
    margin-top: -45px;
  }
}

.teaserTextIcon__text {
  padding: 20px 0 30px 0;
}

.teaserTextIcon__button {
  width: auto !important;
  padding: 0 25px !important;
}

@media (min-width: 1250px) {
  .text__main {
    max-width: 75%;
  }
}

@media (min-width: 1250px) {
  .text__main.full-width {
    max-width: 100%;
  }
}

.textCentered__main {
  text-align: center;
}

@media (min-width: 1250px) {
  .textCentered__main {
    max-width: 892px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .textDownload__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -45px;
  }
}

@media print {
  .textDownload__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -45px;
  }
}

.textDownload__item {
  margin-bottom: 45px;
  position: relative;
}

@media (min-width: 768px) {
  .textDownload__item {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 45px;
  }
}

@media print {
  .textDownload__item {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 45px;
  }
}

.textDownload__item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .textDownload__item:last-of-type {
    margin-bottom: 45px;
  }
}

@media print {
  .textDownload__item:last-of-type {
    margin-bottom: 45px;
  }
}

.textDownload__title {
  padding-bottom: 20px;
}

.textDownload__text {
  padding-bottom: 20px;
}

.textDownload__link {
  display: inline-block;
  text-decoration: none;
  color: #0d3074;
  padding-left: 25px;
  position: relative;
}

.textDownload__link:hover {
  color: #4672c7;
}

.textDownload__link:hover .download__icon-stroke {
  stroke: #4672c7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.textDownload__icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 19px;
}

.textDownload__icon-stroke {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.textDownload__icon--play {
  width: 18px;
  height: 18px;
  top: 2px;
}

.textGIF {
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .textGIF__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print {
  .textGIF__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .textGIF__wrapper--text-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media print {
  .textGIF__wrapper--text-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.textGIF__wrapper--products .textGIF__figcaption {
  margin-top: -20px;
}

.textGIF__wrapper--products .textGIF__textWrapper::after {
  background: url(/wp-content/themes/merete/dist/images/landingpages/didYouKnow/15.png) center center no-repeat;
  background-size: 250px 220px;
  width: 250px;
  height: 220px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),all and (-o-min-device-pixel-ratio: 3/2),all and (min--moz-device-pixel-ratio: 1.5),all and (min-device-pixel-ratio: 1.5) {
  .textGIF__wrapper--products .textGIF__textWrapper::after {
    background: url(/wp-content/themes/merete/dist/images/landingpages/didYouKnow/15@2x.png) center center no-repeat;
    background-size: 250px 220px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 192dpi) {
  .textGIF__wrapper--products .textGIF__textWrapper::after {
    background: url(/wp-content/themes/merete/dist/images/landingpages/didYouKnow/15@2x.png) center center no-repeat;
    background-size: 250px 220px;
  }
}

@media (min-width: 768px) {
  .textGIF__wrapper--products .textGIF__textWrapper::after {
    background-size: 441px 389px;
    width: 441px;
    height: 389px;
  }
}

@media print {
  .textGIF__wrapper--products .textGIF__textWrapper::after {
    background-size: 441px 389px;
    width: 441px;
    height: 389px;
  }
}

@media (min-width: 768px) {
  .textGIF__wrapper--packages .textGIF__figure {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print {
  .textGIF__wrapper--packages .textGIF__figure {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.textGIF__wrapper--packages .textGIF__figcaption {
  margin-top: -20px;
}

.textGIF__wrapper--packages .textGIF__textWrapper::after {
  background: url(/wp-content/themes/merete/dist/images/landingpages/didYouKnow/370.png) center center no-repeat;
  background-size: 526px 250px;
  width: 526px;
  height: 250px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),all and (-o-min-device-pixel-ratio: 3/2),all and (min--moz-device-pixel-ratio: 1.5),all and (min-device-pixel-ratio: 1.5) {
  .textGIF__wrapper--packages .textGIF__textWrapper::after {
    background: url(/wp-content/themes/merete/dist/images/landingpages/didYouKnow/370@2x.png) center center no-repeat;
    background-size: 526px 250px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 192dpi) {
  .textGIF__wrapper--packages .textGIF__textWrapper::after {
    background: url(/wp-content/themes/merete/dist/images/landingpages/didYouKnow/370@2x.png) center center no-repeat;
    background-size: 526px 250px;
  }
}

@media (min-width: 768px) {
  .textGIF__wrapper--packages .textGIF__textWrapper::after {
    background-size: 838px 398px;
    width: 838px;
    height: 398px;
    left: auto;
    right: 0;
  }
}

@media print {
  .textGIF__wrapper--packages .textGIF__textWrapper::after {
    background-size: 838px 398px;
    width: 838px;
    height: 398px;
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  .textGIF__wrapper--equality .textGIF__figure {
    margin-left: -40px;
  }
}

@media print {
  .textGIF__wrapper--equality .textGIF__figure {
    margin-left: -40px;
  }
}

.textGIF__wrapper--equality .textGIF__figcaption {
  padding-top: 25px;
}

.textGIF__wrapper--equality .textGIF__textWrapper::after {
  background: url(/wp-content/themes/merete/dist/images/landingpages/didYouKnow/50.png) center center no-repeat;
  background-size: 250px 171px;
  width: 250px;
  height: 171px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),all and (-o-min-device-pixel-ratio: 3/2),all and (min--moz-device-pixel-ratio: 1.5),all and (min-device-pixel-ratio: 1.5) {
  .textGIF__wrapper--equality .textGIF__textWrapper::after {
    background: url(/wp-content/themes/merete/dist/images/landingpages/didYouKnow/50@2x.png) center center no-repeat;
    background-size: 250px 171px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 192dpi) {
  .textGIF__wrapper--equality .textGIF__textWrapper::after {
    background: url(/wp-content/themes/merete/dist/images/landingpages/didYouKnow/50@2x.png) center center no-repeat;
    background-size: 250px 171px;
  }
}

@media (min-width: 768px) {
  .textGIF__wrapper--equality .textGIF__textWrapper::after {
    background-size: 576px 393px;
    width: 576px;
    height: 393px;
  }
}

@media print {
  .textGIF__wrapper--equality .textGIF__textWrapper::after {
    background-size: 576px 393px;
    width: 576px;
    height: 393px;
  }
}

.textGIF__figure {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .textGIF__figure {
    width: 47.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}

@media print {
  .textGIF__figure {
    width: 47.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}

.textGIF__image {
  margin: 0 auto;
}

.textGIF__figcaption {
  color: #fff;
  font-size: 8px;
  text-align: center;
}

.textGIF__textWrapper {
  position: relative;
  padding: 20px 0;
}

@media (min-width: 375px) {
  .textGIF__textWrapper {
    padding: 25px 0 40px 0;
  }
}

@media (min-width: 768px) {
  .textGIF__textWrapper {
    width: 47.5%;
    padding: 0;
  }
}

@media print {
  .textGIF__textWrapper {
    width: 47.5%;
    padding: 0;
  }
}

.textGIF__textWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -500px;
  bottom: -500px;
  left: 0;
  margin: auto;
  z-index: -1;
}

.textGIF__text {
  color: #fff;
  font-family: "Poppins-Light",serif !important;
}

.textGIF__text b,
.textGIF__text strong {
  font-family: "Poppins-Bold",serif !important;
}

@media (min-width: 768px) {
  .textHeadline__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print {
  .textHeadline__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.textHeadline__title {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .textHeadline__title {
    padding-bottom: 0;
    width: 33.33333%;
  }
}

@media print {
  .textHeadline__title {
    padding-bottom: 0;
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .textHeadline__text {
    width: 58%;
  }
}

@media print {
  .textHeadline__text {
    width: 58%;
  }
}

.textHeadline__text h1,
.textHeadline__text h2,
.textHeadline__text h3,
.textHeadline__text h4 {
  text-align: left !important;
}

.textImage {
  position: relative;
}

@media (min-width: 768px) {
  .textImage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    min-height: 400px;
  }

  .textImage__wrapper--text-left .textImage__imageWrapper {
    right: 0;
    left: 50%;
  }

  .textImage__wrapper--text-left .textImage__textWrapper {
    margin-right: 50%;
    margin-left: 0;
  }
}

@media print {
  .textImage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    min-height: 400px;
  }

  .textImage__wrapper--text-left .textImage__imageWrapper {
    right: 0;
    left: 50%;
  }

  .textImage__wrapper--text-left .textImage__textWrapper {
    margin-right: 50%;
    margin-left: 0;
  }
}

.textImage__wrapper.has-dark-bg .textImage__button {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.textImage__wrapper.has-dark-bg .textImage__button:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.textImage__wrapper.has-dark-bg .textImage__button:focus,
.textImage__wrapper.has-dark-bg .textImage__button:active {
  outline: none !important;
}

.textImage__wrapper.has-dark-bg .textImage__button:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  .textImage__wrapper.has-dark-bg .textImage__button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0d3074;
  }
}

@media (max-width: 767px) {
  .textImage__wrapper.has-dark-bg .textImage__textWrapper:not(.has-overlapping-bg) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .textImage__wrapper.has-light-bg .textImage__textWrapper:not(.has-overlapping-bg) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.textImage__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.textImage__imageWrapper {
  position: relative;
}

@media (min-width: 768px) {
  .textImage__imageWrapper {
    padding-bottom: 0;
    width: auto;
    position: absolute;
    right: 50%;
    left: 0;
    top: 0;
    bottom: 0;
  }
}

@media print {
  .textImage__imageWrapper {
    padding-bottom: 0;
    width: auto;
    position: absolute;
    right: 50%;
    left: 0;
    top: 0;
    bottom: 0;
  }
}

.textImage__imageWrapper--isSlider .slick-list,
.textImage__imageWrapper--isSlider .slick-track,
.textImage__imageWrapper--isSlider .slick-slide {
  height: 100% !important;
}

.textImage__imageWrapper--isSlider .slick-slide {
  position: relative;
}

.textImage__image {
  padding-bottom: 67%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .textImage__image {
    padding-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media print {
  .textImage__image {
    padding-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.textImage__textWrapper {
  position: relative;
  padding: 20px 0;
}

@media (min-width: 375px) {
  .textImage__textWrapper {
    padding: 25px 0 40px 0;
  }
}

@media (min-width: 768px) {
  .textImage__textWrapper {
    width: 50%;
    margin-left: 50%;
    padding: 40px 50px;
  }
}

@media print {
  .textImage__textWrapper {
    width: 50%;
    margin-left: 50%;
    padding: 40px 50px;
  }
}

.textImage__date {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  display: block;
}

.textImage__title {
  padding-bottom: 20px;
}

.textImage__text h1,
.textImage__text h2,
.textImage__text h3,
.textImage__text h4 {
  text-align: left !important;
}

.textImage__button {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .textImage__button {
    margin-top: 40px;
  }
}

@media print {
  .textImage__button {
    margin-top: 40px;
  }
}

.textImage__button--text {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
  display: inline-block;
  margin-top: 15px;
}

.textImage__button--text:hover {
  color: #4672c7;
  border-color: #4672c7;
}

.textImage .postCategories {
  padding-bottom: 20px;
}

body#tinymce {
  margin: 12px !important;
}

.video__image {
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 0 !important;
}

.video__play {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  width: 100px;
  height: 100px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MCIgaGVpZ2h0PSI5MCIgdmlld0JveD0iMCAwIDkwIDkwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtb3BhY2l0eT0iLjE4MyIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBmaWxsPSIjRkZGIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNjcgLTE3MzApIHRyYW5zbGF0ZSgyNjcgMTczMCkiPgogICAgICAgICAgICAgICAgPHBhdGggc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTMwIDYwTDQ3LjUgMzAgNjUgNjB6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA0Ny41IDQ1KSIvPgogICAgICAgICAgICAgICAgPGNpcmNsZSBjeD0iNDUiIGN5PSI0NSIgcj0iNDQiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-size: 100px 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.video__play:hover {
  opacity: .8;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.video__caption {
  padding-top: 25px;
}

.video__iframe {
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none;
}

.video__iframe.js_is-playing {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: auto;
}

.video.backgroundAlternative .imageSlider__caption {
  color: #fff;
}

.videoEmbed {
  position: relative;
}

.videoEmbed__main>div {
  padding: 0 !important;
  position: initial !important;
}

@media (min-width: 1250px) {
  form.wpcf7-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }

  form.wpcf7-form .form-row .full-width {
    width: 100%;
    padding: 0 15px;
  }

  form.wpcf7-form .form-row .half-width,
  form.wpcf7-form .form-row .two-quarter-width {
    width: 50%;
    padding: 0 15px;
  }

  form.wpcf7-form .form-row .one-quarter-width {
    width: 25%;
    padding: 0 15px;
  }

  form.wpcf7-form .form-row .three-quarter-width {
    width: 75%;
    padding: 0 15px;
  }

  form.wpcf7-form .form-row .one-third-width {
    width: 33.33333%;
    padding: 0 15px;
  }

  form.wpcf7-form .form-row .two-third-width {
    width: 66.66666%;
    padding: 0 15px;
  }
}

form.wpcf7-form .ajax-loader {
  display: none !important;
}

form.wpcf7-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button),
form.wpcf7-form textarea,
form.wpcf7-form select {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  display: block;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  font-size: 18px;
  color: #0d3074;
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
  border-radius: 0;
  width: 100%;
  box-shadow: none !important;
}

form.wpcf7-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button)::-webkit-input-placeholder,
form.wpcf7-form textarea::-webkit-input-placeholder,
form.wpcf7-form select::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

form.wpcf7-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button)::placeholder,
form.wpcf7-form textarea::placeholder,
form.wpcf7-form select::placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

form.wpcf7-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button)::-webkit-input-placeholder,
form.wpcf7-form textarea::-webkit-input-placeholder,
form.wpcf7-form select::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

form.wpcf7-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button):-moz-placeholder,
form.wpcf7-form textarea:-moz-placeholder,
form.wpcf7-form select:-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

form.wpcf7-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button)::-moz-placeholder,
form.wpcf7-form textarea::-moz-placeholder,
form.wpcf7-form select::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

form.wpcf7-form input:not([type=checkbox]):not([type=submit]):not([type=radio]):not(.button--primary):not(.button):-ms-input-placeholder,
form.wpcf7-form textarea:-ms-input-placeholder,
form.wpcf7-form select:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  color: #0d3074;
  line-height: inherit !important;
  opacity: .5;
}

form.wpcf7-form textarea {
  height: 200px;
  resize: none;
  overflow: hidden;
  padding-top: 12px;
  line-height: 1.2;
}

form.wpcf7-form textarea::-webkit-input-placeholder {
  line-height: inherit;
}

form.wpcf7-form textarea::placeholder {
  line-height: inherit;
}

form.wpcf7-form select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMjUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+QXJyb3ctTmV4dDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPgogICAgICAgIDxnIGlkPSJhcnJvd19kb3duIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuMDAwMDAwLCAtMTkuMDAwMDAwKSIgc3Ryb2tlPSIjMWUyNTdiIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQuMDAwMDAwLCAyNC4wMDAwMDApIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMjQuMDAwMDAwLCAtMjQuMDAwMDAwKSAiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJBcnJvdy1OZXh0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDIzLjcxODc0MSkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC0yNi4wMDAwMDAsIC0yMy43MTg3NDEpICIgcG9pbnRzPSIxNS42ODEyNTg0IDI4LjkxODc0MSAyNS45OTk5OTk3IDE4LjUxODc0MSAzNi4zMTg3NDEgMjguOTE4NzQxIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 10px 11px;
  background-position: right 16px center;
  cursor: pointer;
}

form.wpcf7-form select::-ms-expand {
  display: none;
}

form.wpcf7-form label {
  display: block;
  color: #0d3074;
  font-size: 16px;
  padding-bottom: 10px;
}

form.wpcf7-form p {
  padding-bottom: 25px !important;
}

@media (min-width: 768px) {
  form.wpcf7-form p {
    padding-bottom: 50px !important;
  }
}

@media print {
  form.wpcf7-form p {
    padding-bottom: 50px !important;
  }
}

form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  form.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
}

@media print {
  form.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
}

form.wpcf7-form .wpcf7-form-control-wrap.legend {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
}

form.wpcf7-form .wpcf7-form-control-wrap.legend strong,
form.wpcf7-form .wpcf7-form-control-wrap.legend b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

form.wpcf7-form .wpcf7-list-item {
  margin: 0;
  padding: 0;
}

form.wpcf7-form .wpcf7-submit {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #0d3074;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #0d3074;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 320px;
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  margin: 10px 0 0 0;
}

form.wpcf7-form .wpcf7-submit:hover {
  background-color: #0d3074;
  border-color: #0d3074;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

form.wpcf7-form .wpcf7-submit:focus,
form.wpcf7-form .wpcf7-submit:active {
  outline: none !important;
}

form.wpcf7-form .wpcf7-submit:disabled {
  pointer-events: none;
  opacity: .3;
}

@media (min-width: 1250px) {
  form.wpcf7-form .wpcf7-submit:hover {
    background-color: #fff;
    border-color: #0d3074;
    color: #0d3074;
  }
}

form.wpcf7-form .wpcf7-radio,
form.wpcf7-form .wpcf7-checkbox,
form.wpcf7-form .wpcf7-acceptance {
  display: block;
  padding-bottom: 10px;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item,
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  position: relative;
  padding: 0;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 14px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  line-height: 1.3;
  height: auto;
  margin-bottom: 8px;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after,
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after,
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #0d3074;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label a,
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a,
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  color: inherit;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=checkbox],
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
form.wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked+label::before,
form.wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked+span::before,
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked+label::before,
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked+span::before,
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked+label::before,
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked+span::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMCA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPkltcG9ydGVkIExheWVyczwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iRm9ybXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NzcuMDAwMDAwLCAtMTAyMi4wMDAwMDApIiBmaWxsPSIjMGQzMDc0Ij4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkltcG9ydGVkLUxheWVycyIgcG9pbnRzPSI1NzguNzYyNSAxMDI1LjQ4NzMxIDU4MC40NzI1IDEwMjcuMjkzOTYgNTg1LjIzOTE2NyAxMDIyIDU4NyAxMDIzLjg1MDM5IDU4MC40ODA4MzMgMTAzMSA1NzcgMTAyNy4zMzc3MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: 10px 9px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 99999;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item label,
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label,
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  padding: 0;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 14px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  line-height: 1.3;
  height: auto;
  margin-bottom: 8px;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #0d3074;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label a {
  color: inherit;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  border-radius: 50%;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::before {
  content: "";
  display: block;
  background-image: none;
  width: 8px;
  height: 8px;
  background-color: #0d3074;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
}

form.wpcf7-form .wpcf7-acceptance {
  padding-bottom: 0;
}

form.wpcf7-form .wpcf7-not-valid-tip {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin: 10px 0 0 0;
  text-align: left !important;
  color: red !important;
  border: none !important;
  position: relative;
}

form.wpcf7-form .wpcf7-not-valid-tip strong,
form.wpcf7-form .wpcf7-not-valid-tip b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

form.wpcf7-form .wpcf7-response-output {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 30px 0 0 0;
  padding: 0;
  color: red !important;
  border: none !important;
  position: relative;
  text-align: center !important;
  width: 100%;
}

form.wpcf7-form .wpcf7-response-output strong,
form.wpcf7-form .wpcf7-response-output b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #0d3074 !important;
}

.wpDataTables.wpDataTablesWrapper {
  margin: 0 !important;
  overflow: auto;
  padding-bottom: 25px !important;
}

@media (min-width: 768px) {
  .wpDataTables.wpDataTablesWrapper {
    padding-bottom: 40px !important;
  }
}

@media print {
  .wpDataTables.wpDataTablesWrapper {
    padding-bottom: 40px !important;
  }
}

.wpDataTables.wpDataTablesWrapper tr th {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  background-color: #0d3074 !important;
  border-color: #0d3074 !important;
  font-size: 16px !important;
  color: #fff !important;
  border-right-color: #fff !important;
  padding: 15px !important;
}

.wpDataTables.wpDataTablesWrapper tr th:last-of-type {
  border-right-color: #0d3074 !important;
}

.wpDataTables.wpDataTablesWrapper tr td {
  border-color: #0d3074 !important;
  background-color: rgba(0,0,0,0) !important;
  font-size: 16px !important;
  padding: 15px !important;
}

.wpDataTables.wpDataTablesWrapper tr td.wpdt-bold {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.wysiwyg-editor,
body#tinymce {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
}

.wysiwyg-editor strong,
body#tinymce strong,
.wysiwyg-editor b,
body#tinymce b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.wysiwyg-editor h1,
body#tinymce h1 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 26px;
  line-height: 1.2;
  text-decoration: none;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .wysiwyg-editor h1,
  body#tinymce h1 {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media print {
  .wysiwyg-editor h1,
  body#tinymce h1 {
    font-size: 40px;
    line-height: 1.5;
  }
}

.wysiwyg-editor h1 strong,
body#tinymce h1 strong,
.wysiwyg-editor h1 b,
body#tinymce h1 b {
  font-weight: normal;
}

@media (min-width: 768px) {
  .wysiwyg-editor h1,
  body#tinymce h1 {
    padding-bottom: 40px;
  }
}

@media print {
  .wysiwyg-editor h1,
  body#tinymce h1 {
    padding-bottom: 40px;
  }
}

.wysiwyg-editor h2,
body#tinymce h2 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 23px;
  line-height: 1.65;
  text-decoration: none;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .wysiwyg-editor h2,
  body#tinymce h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}

@media print {
  .wysiwyg-editor h2,
  body#tinymce h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}

.wysiwyg-editor h2 strong,
body#tinymce h2 strong,
.wysiwyg-editor h2 b,
body#tinymce h2 b {
  font-weight: normal;
}

@media (min-width: 768px) {
  .wysiwyg-editor h2,
  body#tinymce h2 {
    padding-bottom: 40px;
  }
}

@media print {
  .wysiwyg-editor h2,
  body#tinymce h2 {
    padding-bottom: 40px;
  }
}

.wysiwyg-editor h3,
body#tinymce h3 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 22px;
  line-height: 1.32;
  text-decoration: none;
  padding-bottom: 25px;
}

.wysiwyg-editor h3 strong,
body#tinymce h3 strong,
.wysiwyg-editor h3 b,
body#tinymce h3 b {
  font-weight: normal;
  display: inline;
}

@media (min-width: 768px) {
  .wysiwyg-editor h3,
  body#tinymce h3 {
    padding-bottom: 40px;
  }
}

@media print {
  .wysiwyg-editor h3,
  body#tinymce h3 {
    padding-bottom: 40px;
  }
}

.wysiwyg-editor h4,
body#tinymce h4 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  font-size: 16px;
  line-height: 1.69;
  text-decoration: none;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .wysiwyg-editor h4,
  body#tinymce h4 {
    font-size: 18px;
    line-height: 1.32;
  }
}

@media print {
  .wysiwyg-editor h4,
  body#tinymce h4 {
    font-size: 18px;
    line-height: 1.32;
  }
}

.wysiwyg-editor h4 strong,
body#tinymce h4 strong,
.wysiwyg-editor h4 b,
body#tinymce h4 b {
  font-weight: normal;
  display: inline;
}

@media (min-width: 768px) {
  .wysiwyg-editor h4,
  body#tinymce h4 {
    padding-bottom: 40px;
  }
}

@media print {
  .wysiwyg-editor h4,
  body#tinymce h4 {
    padding-bottom: 40px;
  }
}

.wysiwyg-editor h5,
body#tinymce h5 {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
  padding-bottom: 25px;
}

.wysiwyg-editor h5 strong,
body#tinymce h5 strong,
.wysiwyg-editor h5 b,
body#tinymce h5 b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.wysiwyg-editor h5 strong,
body#tinymce h5 strong,
.wysiwyg-editor h5 b,
body#tinymce h5 b {
  font-weight: normal;
}

@media (min-width: 768px) {
  .wysiwyg-editor h5,
  body#tinymce h5 {
    padding-bottom: 40px;
  }
}

@media print {
  .wysiwyg-editor h5,
  body#tinymce h5 {
    padding-bottom: 40px;
  }
}

.wysiwyg-editor p,
body#tinymce p {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .wysiwyg-editor p,
  body#tinymce p {
    padding-bottom: 40px;
  }
}

@media print {
  .wysiwyg-editor p,
  body#tinymce p {
    padding-bottom: 40px;
  }
}

.wysiwyg-editor strong,
body#tinymce strong,
.wysiwyg-editor b,
body#tinymce b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.wysiwyg-editor em,
body#tinymce em,
.wysiwyg-editor i,
body#tinymce i {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Italic",serif;
}

.wysiwyg-editor a:not(.button):not(.button--primary),
body#tinymce a:not(.button):not(.button--primary) {
  text-decoration: none;
  color: #0d3074;
  border-bottom: 1px solid #0d3074;
}

.wysiwyg-editor a:not(.button):not(.button--primary):hover,
body#tinymce a:not(.button):not(.button--primary):hover {
  color: #4672c7;
  border-color: #4672c7;
}

.wysiwyg-editor ul,
body#tinymce ul {
  list-style-type: none;
  list-style-position: inside;
  padding-bottom: 25px;
}

.wysiwyg-editor ul li,
body#tinymce ul li {
  padding: 0 0 10px 25px;
  position: relative;
}

.wysiwyg-editor ul li:last-child,
body#tinymce ul li:last-child {
  padding-bottom: 0;
}

.wysiwyg-editor ul li::before,
body#tinymce ul li::before {
  content: "-";
  display: block;
  color: #0d3074;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .wysiwyg-editor ul,
  body#tinymce ul {
    padding-bottom: 40px;
  }
}

@media print {
  .wysiwyg-editor ul,
  body#tinymce ul {
    padding-bottom: 40px;
  }
}

.wysiwyg-editor ul .wpDataTables,
body#tinymce ul .wpDataTables {
  padding-top: 25px !important;
}

.wysiwyg-editor ol,
body#tinymce ol {
  counter-reset: foo;
  list-style-type: none;
  padding-bottom: 25px;
}

.wysiwyg-editor ol>li,
body#tinymce ol>li {
  counter-increment: foo;
  position: relative;
  padding: 0 0 0 30px;
}

.wysiwyg-editor ol>li:last-child,
body#tinymce ol>li:last-child {
  padding-bottom: 0;
}

.wysiwyg-editor ol>li::before,
body#tinymce ol>li::before {
  content: counter(foo) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .wysiwyg-editor ol,
  body#tinymce ol {
    padding-bottom: 40px;
  }
}

@media print {
  .wysiwyg-editor ol,
  body#tinymce ol {
    padding-bottom: 40px;
  }
}

.wysiwyg-editor ol .wpDataTables,
body#tinymce ol .wpDataTables {
  padding-top: 25px !important;
}

.wysiwyg-editor>:last-child,
body#tinymce>:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.wysiwyg-editor.font-light,
body.font-light#tinymce {
  color: #fff;
}

.wysiwyg-editor.font-light a:not(.button):not(.button--primary),
body.font-light#tinymce a:not(.button):not(.button--primary) {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.wysiwyg-editor.font-light a:not(.button):not(.button--primary):hover,
body.font-light#tinymce a:not(.button):not(.button--primary):hover {
  color: #ebf8ff;
  border-color: #ebf8ff;
}

.wysiwyg-editor sub,
body#tinymce sub,
.wysiwyg-editor sup,
body#tinymce sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
}

.wysiwyg-editor sup,
body#tinymce sup {
  top: -0.5em;
}

.wysiwyg-editor sub,
body#tinymce sub {
  bottom: -0.25em;
}

.wysiwyg-editor.font-small,
body.font-small#tinymce,
.wysiwyg-editor small,
body#tinymce small {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Regular",serif;
  font-size: 12px;
  line-height: 1.75;
}

.wysiwyg-editor.font-small strong,
body.font-small#tinymce strong,
.wysiwyg-editor.font-small b,
body.font-small#tinymce b,
.wysiwyg-editor small strong,
body#tinymce small strong,
.wysiwyg-editor small b,
body#tinymce small b {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins-Bold",serif;
}

.wysiwyg-editor--light {
  color: #fff;
}

.wysiwyg-editor--light h1,
.wysiwyg-editor--light h2,
.wysiwyg-editor--light h3,
.wysiwyg-editor--light h4,
.wysiwyg-editor--light h5,
.wysiwyg-editor--light strong {
  color: #fff;
}

.wysiwyg-editor--light a:not(.button):not(.button--primary):not(.button--attention) {
  color: #fff;
  border-color: #fff;
}

.wysiwyg-editor--light ul li::before {
  background-color: #fff;
}

body.page-template-page-newsletter .newsletterBadge {
  display: none !important;
}

body.page-id-4417 .navigationMeta,
body.page-id-4417 .navigationMain,
body.page-id-4438 .navigationMeta,
body.page-id-4438 .navigationMain {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1250px) {
  body.page-id-4417 .navigationArea .navigationArea__item:nth-of-type(1) a,
  body.page-id-4438 .navigationArea .navigationArea__item:nth-of-type(1) a {
    background-color: rgba(0,0,0,0) !important;
    color: #0d3074 !important;
  }
}


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