@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Css/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

:root{--blue:#0072ce;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#0072ce;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1500px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0072ce;text-decoration:none;background-color:transparent}a:hover{color:rgb(0,71.6650485437,129.5);text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1500px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1440px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1500px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1500px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:rgb(21.6283783784,24.25,26.8716216216);text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0072ce}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1500px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1500px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1500px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}body{font-family:Arial,sans-serif;font-size:16px;line-height:1.44}h1,h2,h3,h4{font-family:Poppins,sans-serif;hyphens:auto}::placeholder{color:#a4a4a4;font-size:20px}h1.tag-headline{color:#243c4b;font-size:20px;line-height:1.5}@media (min-width:576px){h1.tag-headline{font-size:30px;line-height:2}}h1.tag-headline span{display:block;font-size:38px;line-height:1;margin-bottom:40px;text-transform:uppercase}@media (min-width:576px){h1.tag-headline span{font-size:60px}}h2.all{color:#243c4b;font-size:30px;line-height:.8;margin-bottom:31px}figure{margin-bottom:75px}figure.mb-image-only{margin-bottom:1rem}@media (min-width:768px){figure.mb-image-only{margin-bottom:0}}figure figcaption{font-weight:700;padding-top:20px}figure figcaption .copyright{font-weight:400;padding-left:5px}figure figcaption .copyright::before{content:"©";padding-right:4px}a.link{color:#0072ce;text-decoration:underline}a.link.link-target-blank{padding-right:15px;position:relative}a.link.link-target-blank::after{content:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/external-link.svg');margin-left:8px;position:relative;top:3px}header.page-header:has(.brand-inv){box-shadow:0 3px 3px 0 rgba(0,0,0,.075);margin-bottom:25px;padding-bottom:25px}@media (max-width:767.98px){header.page-header:has(.brand-inv){padding-bottom:12px}}header.page-header:not(:has(.brand-inv)){left:0;position:absolute;right:0;top:0;z-index:10}header.page-header .navbar-brand{display:inline-block;margin-top:0}@media (max-width:767.98px){header.page-header .navbar-brand{margin-top:12px}}@media (min-width:768px){header.page-header .navbar-brand{margin-top:25px}}header.page-header .navbar-brand:hover{text-decoration:none}header.page-header .navbar-brand img{height:50px;width:auto}header.page-header .navbar-brand span{color:#fff;display:block;font-size:13px;font-weight:700;margin-top:0;padding-top:8px}@media (min-width:768px){header.page-header .navbar-brand span{font-size:16px;font-weight:400;margin-top:0}}header.page-header .navbar-brand.brand-inv img{height:50px;width:auto}header.page-header .navbar-brand.brand-inv span{color:#243c4b}header.page-header .hamburger-wrapper{display:inline-block;margin-top:12px;float:right!important}@media (min-width:768px){header.page-header .hamburger-wrapper{margin-top:25px}}.stage{margin:0 auto 50px;max-width:1440px;position:relative}.stage .headline-wrapper{margin:0 auto}@media (min-width:576px){.stage .headline-wrapper{max-width:540px;position:relative}}@media (min-width:768px){.stage .headline-wrapper{max-width:720px}}@media (min-width:992px){.stage .headline-wrapper{max-width:960px}}@media (min-width:1500px){.stage .headline-wrapper{max-width:1440px}}.stage .headline-wrapper h1{color:#243c4b;font-size:40px;line-height:1;padding:13px 14px}@media (min-width:576px){.stage .headline-wrapper h1{bottom:32px;color:#fff;font-size:50px;line-height:1.125;max-width:80%;position:absolute}}@media (min-width:768px){.stage .headline-wrapper h1{font-size:50px;left:8.3333%;max-width:60%}}@media (min-width:992px){.stage .headline-wrapper h1{font-size:60px}}@media (min-width:1500px){.stage .headline-wrapper h1{max-width:50%}}h3{font-size:22px}footer{background:#0072ce;color:#fff;padding:42px 0 35px}footer .brand{margin-bottom:28px;max-width:200px}@media (min-width:992px){footer .brand{max-width:100%}}@media (min-width:1500px){footer .brand{max-width:200px}}footer a{color:#fff}footer a:hover{color:#fff}footer ul{font-size:16px;line-height:1.63;list-style-type:none;padding-bottom:15px;padding-left:0}footer ul.follow-us li{display:inline-block;margin-right:15px}footer ul.legal-nav{margin:0 0 30px;padding:0}@media (min-width:1500px){footer ul.legal-nav{margin:0;text-align:center}}footer ul.legal-nav li{display:block;margin:0}@media (min-width:768px){footer ul.legal-nav li{display:inline-block;margin-right:24px}}@media (min-width:768px){footer ul+h3{margin-top:42px}}footer .abbinder{margin-top:10px}@media (min-width:768px){footer .abbinder{margin-top:91px}}input#hamburger{display:none}label.hamburger{background:#0072ce;cursor:pointer;display:block;height:46px;opacity:1;position:relative;width:58px}@media (min-width:768px){label.hamburger{background-size:contain;height:56px;width:146px}}label.hamburger .line{background:#fff;display:block;height:3px;left:13px;position:absolute;transform-origin:center;width:35px}@media (min-width:768px){label.hamburger .line{left:16px}}label.hamburger .line:first-child{top:11px}@media (min-width:768px){label.hamburger .line:first-child{top:16px}}label.hamburger .line:nth-child(2){top:22px;width:25px}@media (min-width:768px){label.hamburger .line:nth-child(2){top:27px}}label.hamburger .line:nth-child(3){top:33px}@media (min-width:768px){label.hamburger .line:nth-child(3){top:38px}}label.hamburger .description{bottom:10px;color:#fff;display:none;font-family:Poppins,sans-serif;font-size:24px;left:65px;position:absolute}@media (min-width:768px){label.hamburger .description{display:inline}}.breadcrumb{margin:-29px 0 54px;padding-left:0}.breadcrumb li{display:inline-block;font-size:14px;line-height:2;margin-right:32px;position:relative}.breadcrumb li::after{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-breadcrumb.svg') no-repeat center center;background-size:contain;content:"";display:block;height:14px;position:absolute;right:-21px;top:7px;width:8px}.breadcrumb li:last-child::after{display:none}.breadcrumb li a{color:#000}.navbar-collapse{background-color:#fff;bottom:0;overflow-y:scroll;padding:50px 20px 50px 30px;position:fixed;right:-100%;top:0;width:100%;z-index:150;transition:.6s ease}@media (min-width:576px){.navbar-collapse{padding:50px 20px 50px 61px}}@media (min-width:768px){.navbar-collapse{padding:50px 70px 50px 81px;position:fixed;right:-66%;width:66%}}@media (min-width:992px){.navbar-collapse{right:-50%;width:50%}}@media (min-width:1500px){.navbar-collapse{right:-33%;width:33%}}.navbar-collapse.collapsed{right:0;transition:.6s ease}.navbar-collapse .hamburger{cursor:pointer;display:inline-block;position:absolute;right:30px;top:30px}.navbar-collapse ol{border-bottom:1px solid #dddcdc;font-size:36px;line-height:30px;list-style-type:none;margin-bottom:0;padding:40px 0}.navbar-collapse ol li a{color:#243c4b;display:block;font-family:Poppins,sans-serif}.navbar-collapse ol li a:hover{color:#0072ce;text-decoration:none}.navbar-collapse ol li.nav-item{margin:24px 0}.navbar-collapse ol li.nav-item a{padding-bottom:6px;padding-top:6px}.navbar-collapse ol li.nav-item:last-child a{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/ico_partnerlaender.svg') no-repeat left 1px;background-size:40px;padding-left:55px}.navbar-collapse ol.follow-us li{display:inline-block;margin-right:11px}@media (min-width:576px){.navbar-collapse ol.follow-us li{margin-right:22px}}.navbar-collapse .plan-int{border-bottom:1px solid #dddcdc;padding:37px 0 43px}.navbar-collapse .plan-int img{max-width:160px}.navbar-collapse .plan-int span{display:block}.navbar-collapse .btn-yellow{margin:40px 0}.overlay{background-color:#000;opacity:0;transition:.6s ease}.overlay.collapsed{inset:0;opacity:.5;position:fixed;z-index:100;transition:.6s ease}.btn{display:inline-block;font-family:Poppins,sans-serif;font-size:30px;line-height:.9;padding:21px 18px 18px 14px;transition:1s ease-out}.btn.btn-yellow{background:#ffd500 url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-blue-cta.svg') no-repeat 25px center;color:#243c4b;padding:16px 30px 14px 91px}.btn.btn-blue{background:#0072ce url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-white-cta.svg') no-repeat 25px center;color:#fff;padding:16px 30px 14px 91px}.btn:hover{background-position-x:35px;text-decoration:none;transition:1s ease-out}footer .btn{font-size:24px;margin-bottom:40px}footer .btn.yellow-btn{background-position-x:20px;background-size:40px auto;padding-left:73px}.a-scrolltop{align-items:center;background-color:#0072ce;border-radius:50%;bottom:1.5rem;box-shadow:0 .25rem .5rem rgba(0,0,0,.175);display:block;height:60px;opacity:1;position:fixed;right:1.5rem;visibility:visible;width:60px;z-index:19;transition:.6s ease}@media (min-width:768px){.a-scrolltop{bottom:3rem;height:80px;right:3rem;width:80px}}.a-scrolltop::before{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-to-top.svg') no-repeat;content:"";display:block;height:17px;left:50%;margin-left:-15px;margin-top:-11px;position:absolute;top:50%;width:30px}.a-scrolltop--invisible{opacity:0;visibility:hidden}.btn-nl{display:none}@media (min-width:768px){.btn-nl{background:#58cae7;border-radius:6px 6px 0 0;display:block;font-family:Poppins,sans-serif;position:fixed;right:-69px;text-align:center;top:40%;transform:rotate(270deg);z-index:50}}.btn-nl a{color:#243c4b;display:inline-block;font-size:22px;line-height:1;padding:12px 20px 10px;text-transform:uppercase}.btn-nl a:hover{text-decoration:none}.owl-theme .owl-dots{bottom:20px;display:none;left:0;position:absolute;right:0}@media (min-width:768px){.owl-theme .owl-dots{display:block}}.owl-theme .owl-dots .owl-dot span{background:0 0;border:1px solid #fff}.owl-theme .owl-dots .owl-dot:hover span{background-color:#fff}.owl-theme .owl-dots .owl-dot.active span{background:#58cae7;border-color:#58cae7}.owl-theme .owl-nav{display:none;margin:0}@media (min-width:768px){.owl-theme .owl-nav{display:block}}.owl-theme .owl-nav .owl-prev{left:69px;margin-top:-25px;position:absolute;top:50%}.owl-theme .owl-nav .owl-prev:hover{background-color:transparent}.owl-theme .owl-nav .owl-prev span{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-slide-left.svg') no-repeat center center;background-size:contain;display:block;height:50px;overflow:hidden;text-indent:-999px;width:50px}.owl-theme .owl-nav .owl-prev span:hover{background-color:transparent}.owl-theme .owl-nav .owl-next{margin-top:-25px;position:absolute;right:50px;top:50%}.owl-theme .owl-nav .owl-next:hover{background-color:transparent}.owl-theme .owl-nav .owl-next span{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-slide-right.svg') no-repeat center center;background-size:contain;display:block;height:50px;overflow:hidden;text-indent:-999px;width:50px}.owl-theme .owl-nav .owl-next span:hover{background-color:transparent}.owl-theme .item .image-wrapper{position:relative}.owl-theme .item a{inset:0;overflow:hidden;position:absolute;text-indent:-999px;z-index:1}.owl-theme .item h2{color:#243c4b;font-size:40px;line-height:1.125;padding:15px}@media (min-width:768px){.owl-theme .item h2{bottom:50px;color:#fff;font-size:50px;left:0;padding:0 0 0 135px;position:absolute;width:60%}}@media (min-width:992px){.owl-theme .item h2{font-size:60px}}@media (min-width:768px){.owl-theme .item .contains-logo{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/carousel-logo.svg') no-repeat right center;background-size:contain;bottom:60px;height:67px;position:absolute;right:135px;width:140px}}.owl-theme.news-carousel{margin-bottom:30px!important}.owl-theme.news-carousel figure{margin-bottom:40px}.owl-theme.news-carousel figure figcaption{font-size:18px;font-weight:400;line-height:1.11}.owl-theme.news-carousel .owl-dots{bottom:-10px;display:block!important}.owl-theme.news-carousel .owl-nav .owl-prev{left:0;margin-left:0;margin-top:-80px}.owl-theme.news-carousel .owl-nav .owl-prev span{background-color:#243c4b;background-image:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-to-left.svg');background-size:20px 35px;height:101px;width:55px}.owl-theme.news-carousel .owl-nav .owl-prev span:hover{background-color:#58cae7}.owl-theme.news-carousel .owl-nav .owl-next{margin-right:0;margin-top:-80px;right:0}.owl-theme.news-carousel .owl-nav .owl-next span{background-color:#243c4b;background-image:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-to-right.svg');background-size:20px 35px;height:101px;width:55px}.owl-theme.news-carousel .owl-nav .owl-next span:hover{background-color:#58cae7}.owl-theme.news-carousel .owl-dots .owl-dot span{background-color:#fff;border-color:#58cae7}.owl-theme.news-carousel .owl-dots .owl-dot.active span{background-color:#58cae7}.video-teaser.focus-slider{background-color:#58cae7;padding:78px 0 26px}.video-teaser.focus-slider .cta{background-image:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-white-cta.svg');color:#fff;margin-top:36px}.video-teaser.focus-slider .spacer{padding-top:75px}.video-teaser.focus-slider .owl-theme .item .spitzmarke{background-image:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-white-cta.svg');color:#fff}.video-teaser.focus-slider .owl-theme .item .focus{color:#fff;display:block;font-size:20px;margin-bottom:7px}.video-teaser.focus-slider .owl-theme .item h2{color:#fff;font-size:40px;line-height:1.1;padding-left:0;position:static;width:100%}.video-teaser.focus-slider .owl-theme .item .focus-link{inset:0;overflow:hidden;position:absolute;text-indent:-999px}.video-teaser.focus-slider .owl-theme .item .image-wrapper{padding:15px 0;position:static}@media (min-width:1500px){.video-teaser.focus-slider .owl-theme .item .image-wrapper{padding:0}}.video-teaser.focus-slider .owl-theme .owl-nav .owl-prev{left:-83px}.video-teaser.focus-slider .owl-theme .owl-nav .owl-next{right:-83px}.video-teaser.focus-slider .owl-theme .owl-dots{bottom:-50px}.video-teaser.focus-slider .owl-theme .owl-dots .owl-dot.active span{background:#fff;border-color:#fff}.owl-carousel .owl-item{display:inline-flex;float:none}.owl-carousel .owl-item img{height:auto}.box-shadow{background-image:linear-gradient(to bottom,rgba(0,0,0,.4),rgba(0,0,0,0) 50%,rgba(0,0,0,.4));inset:0;position:absolute}.video-teaser{background-color:#243c4b;margin-bottom:40px;overflow:hidden;padding:48px 0 34px}@media (min-width:768px){.video-teaser{margin-bottom:60px;padding:78px 0 34px}}.video-teaser .col-12:last-child{text-align:right}.video-teaser .col-12:first-child{text-align:left}.video-teaser .spitzmarke{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-magenta-cta.svg') no-repeat 0 center;color:#dc0080;display:block;font-family:Poppins,sans-serif;font-size:35px;hyphens:auto;line-height:1.25;margin:8px 0 41px;padding-left:62px}@media (min-width:768px){.video-teaser .spitzmarke{font-size:40px}}.video-teaser .focus{color:#dc0080;display:block;font-size:20px;font-weight:700;line-height:1;padding-bottom:4px}@media (min-width:768px){.video-teaser .focus{font-size:25px}}.video-teaser h2{color:#fff;font-family:Poppins,sans-serif;font-size:32px;line-height:1.1;margin-bottom:13px}@media (min-width:768px){.video-teaser h2{font-size:45px}}.video-teaser .teaser-text{color:#fff;font-size:16px;line-height:1.38;margin-bottom:20px}@media (min-width:768px){.video-teaser .teaser-text{margin-bottom:0}}.video-teaser .cta{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-magenta-cta.svg') no-repeat 0 center;color:#dc0080;display:inline-block;font-family:Poppins,sans-serif;font-size:30px;line-height:1.67;margin-top:28px;padding-left:62px}.video-teaser .click{inset:0;position:absolute}.video-teaser .img-wrapper{position:relative}.video-teaser .img-wrapper::before{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/video-play-magenta.svg') no-repeat center center;background-size:contain;content:"";display:block;height:80px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;width:80px}.news .video-teaser{padding-top:60px}.news .video-teaser .container{margin-bottom:16px}.news .video-teaser .container figure{margin-bottom:0}.news .video-teaser .container figure figcaption{color:#fff;font-size:18px;font-weight:400;line-height:1.1;padding-top:20px}.news-list-view .news-teaser,.news-single .news-teaser{margin-bottom:30px;position:relative}@media (min-width:768px){.news-list-view .news-teaser,.news-single .news-teaser{margin-bottom:50px}}.news-list-view .news-teaser .image-wrapper,.news-single .news-teaser .image-wrapper{position:relative}@media (min-width:768px){.news-list-view .news-teaser .image-wrapper.layout-1-1,.news-single .news-teaser .image-wrapper.layout-1-1{height:220px;width:220px}}@media (min-width:992px){.news-list-view .news-teaser .image-wrapper.layout-1-1,.news-single .news-teaser .image-wrapper.layout-1-1{height:304px;width:304px}}@media (min-width:1500px){.news-list-view .news-teaser .image-wrapper.layout-1-1,.news-single .news-teaser .image-wrapper.layout-1-1{height:470px;width:470px}}@media (min-width:768px){.news-list-view .news-teaser .image-wrapper.layout-1-2,.news-single .news-teaser .image-wrapper.layout-1-2{height:304px;width:220px}}@media (min-width:992px){.news-list-view .news-teaser .image-wrapper.layout-1-2,.news-single .news-teaser .image-wrapper.layout-1-2{height:419px;width:304px}}@media (min-width:1500px){.news-list-view .news-teaser .image-wrapper.layout-1-2,.news-single .news-teaser .image-wrapper.layout-1-2{height:650px;width:470px}}@media (min-width:768px){.news-list-view .news-teaser .image-wrapper.layout-16-9,.news-single .news-teaser .image-wrapper.layout-16-9{height:191px;width:320px}}@media (min-width:992px){.news-list-view .news-teaser .image-wrapper.layout-16-9,.news-single .news-teaser .image-wrapper.layout-16-9{height:260px;width:437px}}@media (min-width:1500px){.news-list-view .news-teaser .image-wrapper.layout-16-9,.news-single .news-teaser .image-wrapper.layout-16-9{height:399px;width:670px}}.news-list-view .news-teaser .image-wrapper .box-shadow,.news-single .news-teaser .image-wrapper .box-shadow{background-image:linear-gradient(to bottom,rgba(0,0,0,.4),rgba(0,0,0,0) 40%,rgba(0,0,0,0))}.news-list-view .news-teaser h2,.news-single .news-teaser h2{color:#243c4b;font-family:Poppins,sans-serif;font-size:28px;line-height:1.14;margin:8px 0 5px}@media (min-width:768px){.news-list-view .news-teaser h2,.news-single .news-teaser h2{font-size:40px;line-height:1.1;margin:10px 0 16px}}.news-list-view .news-teaser .tag,.news-single .news-teaser .tag{background-color:#0072ce;color:#fff;display:inline-block;font-weight:700;left:10px;padding:5px 10px 4px;position:absolute;top:10px;z-index:2}.news-list-view .news-teaser .teaser-text,.news-single .news-teaser .teaser-text{font-size:16px;line-height:1.38}@media (min-width:768px){.news-list-view .news-teaser .teaser-text,.news-single .news-teaser .teaser-text{line-height:1.44}}.news h2{font-family:Poppins,sans-serif;font-size:30px;line-height:36px;margin-bottom:17px}.news-single h3{font-family:Poppins,sans-serif;font-weight:400;margin-bottom:30px;text-align:center}.news p{font-size:20px;line-height:1.5}.news .container{margin-bottom:25px}@media (min-width:768px){.news .container{margin-bottom:80px}}.news .stage .image-wrapper{position:relative}.news .stage+.container{margin-bottom:0}.news .info{color:#000;display:block;font-size:14px;margin-bottom:12px}.news .info .author{padding-right:12px}.news .info .author a{color:#000;text-decoration:underline}.news .info .author a:hover{text-decoration:none}.news .info .credit{white-space:nowrap}.news .teaser-text{color:#000;margin-bottom:12px}.news .teaser-text p{font-size:24px;line-height:1.4}@media (min-width:576px){.news .teaser-text p{font-size:30px}}.news .date{color:#757575;display:block;font-size:14px;margin-bottom:40px}.news .mag-layout-1{margin-top:63px}.news .mag-layout-1>.col-12:first-child{padding-top:80px}.news #as-shariff{margin-top:31px}.news #as-shariff h3{margin-bottom:30px}.news #as-shariff ul{display:block;margin-bottom:20px;padding-left:0;text-align:center}.news #as-shariff ul li{display:inline-block;float:none;height:auto;margin:0 5px;min-width:auto}@media (min-width:576px){.news #as-shariff ul li{margin:0 10px}}.news #as-shariff ul li a{background-color:transparent;background-position:center center;background-repeat:no-repeat;border:1px solid #a4a4a4;border-radius:30px;color:#a4a4a4;display:block;font-size:13px;height:42px;line-height:42px;text-align:center;width:42px}@media (min-width:576px){.news #as-shariff ul li a{height:60px;line-height:60px;width:60px}}.news #as-shariff ul li a img{height:auto;max-height:20px;max-width:20px;width:auto}@media (min-width:576px){.news #as-shariff ul li a img{max-height:none;max-width:none}}.news #as-shariff ul li a span{display:none}.news #as-shariff ul li.facebook a{background-image:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/ico_fb_db.svg')}.news #as-shariff ul li.whatsapp a{background-image:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/ico-whatsapp-db.svg')}.news #as-shariff ul li.linkedin a{background-image:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/ico_li_db.svg')}.news #as-shariff ul li.xing a{background-image:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/ico_xing_db.svg')}.news.news-single{margin-bottom:100px}.news.news-single h2{margin-top:34px}ul.tags{margin-bottom:0;padding-left:0;text-align:center}ul.tags li{display:inline-block;margin:0 3px 10px}ul.tags li a{background-color:#f8f8f8;color:#bbb;display:inline-block;font-size:19px;line-height:1.06;padding:10px 14px 11px}ul.tags li a:hover{text-decoration:none}ul.tags li a .tag-title{color:#0072ce;padding-left:3px}.news-teaser a{inset:0;overflow:hidden;position:absolute;text-indent:-999px;z-index:1}.news .article .news-related-wrap .container{margin-bottom:-15px}.news .article .news-related-wrap h3{font-family:Poppins,sans-serif;font-weight:400;margin-bottom:20px;text-align:center}.news .article .news-related-wrap .news-teaser h4{bottom:10px;color:#fff;font-family:Poppins,sans-serif;font-size:26px;font-weight:400;left:16px;line-height:1.21;margin:0;position:absolute;right:12px}.news .article .news-related-wrap .row .row{margin-left:-2px;margin-right:-2px}.news .article .news-related-wrap .row .row .col-12{padding-left:2px;padding-right:2px}.news-most-read .news-most-read-heading{color:#243c4b;font-family:Poppins,sans-serif;font-size:30px;hyphens:auto;line-height:34px;margin-bottom:21px}.news-most-read ol{list-style-type:none;padding-left:0}.news-most-read ol li{border-top:1px solid #dddcdc;margin-bottom:28px;padding-left:39px;padding-top:19px;position:relative}.news-most-read ol li .rank{border-right:1px solid #0072ce;color:#0072ce;display:inline-block;font-family:Poppins,sans-serif;font-size:30px;left:0;line-height:.8;max-width:30px;padding-bottom:30px;padding-right:19px;position:absolute;top:24px}.news-most-read ol li h2{color:#243c4b;font-family:Poppins,sans-serif;font-size:26px;line-height:1.15}.news-most-read ol li a{inset:0;overflow:hidden;position:absolute;text-indent:-999px}.grid{width:100%}.reading-time{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/ico-reading-time.svg') no-repeat left center;background-size:contain;bottom:30px;color:#fff;padding:2px 0 2px 38px;position:absolute;right:8.3333%}.news-list-view .page-navigation{margin-bottom:75px;text-align:center}.news-list-view .page-navigation .f3-widget-paginator{font-size:0;text-align:center}.news-list-view .page-navigation .f3-widget-paginator li{background-color:#0072ce;color:#fff;display:inline-block;font-size:18px;height:50px;line-height:50px;list-style-type:none;margin-left:1px;margin-right:1px;width:50px}.news-list-view .page-navigation .f3-widget-paginator li.current{text-decoration:underline}.news-list-view .page-navigation .f3-widget-paginator li a{color:#fff;line-height:50px}.detail-author{text-align:center}.detail-author .image-wrapper{display:inline-block;position:relative}.detail-author .image-wrapper .mask{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/mask_author.svg') no-repeat center center;background-size:contain;inset:0;position:absolute}.detail-author h1{color:#243c4b;font-size:60px;line-height:1;margin:30px 0 10px}.detail-author h1 .heading-top{display:block;font-family:Poppins,sans-serif;font-size:20px;line-height:1.5;margin-bottom:3px;text-transform:none}.detail-author .description{margin-bottom:74px}.detail-author .description p{color:#243c4b;font-size:20px;line-height:1.5}figure.is-logo{max-width:240px}figure.is-logo figcaption{font-size:13px;font-weight:400;padding-top:10px}.quote{margin-bottom:82px}.quote blockquote{color:#0072ce;font-family:Poppins,sans-serif;font-size:40px;font-weight:700;hyphens:auto;line-height:1}@media (min-width:576px){.quote blockquote{font-size:50px}}@media (min-width:768px){.quote blockquote{font-size:55px}}.quote blockquote p{font-size:40px;line-height:1.125}@media (min-width:576px){.quote blockquote p{font-size:50px}}@media (min-width:768px){.quote blockquote p{font-size:55px}}.quote .author{align-items:center;display:flex;flex-direction:column-reverse;gap:15px;justify-content:end;text-align:center}@media (min-width:576px){.quote .author{flex-direction:row;text-align:right}}.quote .author img{border-radius:50%;height:120px;width:120px}.mag-layout-1 figure p,.mag-layout-1 figure+h2{margin-top:148px}.move-down>:first-child{margin-top:80px}.teaser-donation.teaser-small{border:6px solid #ffd500;margin-bottom:35px;padding:30px}.teaser-donation.teaser-small h2{color:#243c4b;font-family:Poppins,sans-serif;font-size:40px;hyphens:auto;line-height:1.1;margin:0 0 14px}.teaser-donation.teaser-small figure{margin-bottom:14px}.teaser-donation.teaser-small .btn{background-position-x:20px;background-size:40px;font-size:24px;line-height:.9;margin-top:14px;padding:17px 30px 14px 70px}.teaser-donation.teaser-small.teaser-donation-grey{background-color:#f8f8f8;border:none}.teaser-donation.teaser-large{background-color:#f8f8f8;margin-bottom:60px;padding:25px}@media (min-width:768px){.teaser-donation.teaser-large{padding:50px}}.teaser-donation.teaser-large h2{color:#243c4b;font-family:Poppins,sans-serif;font-size:40px;line-height:40px;margin:0 0 12.5px}@media (min-width:768px){.teaser-donation.teaser-large h2{font-size:60px;line-height:60px;margin:0 0 25px}}.teaser-donation.teaser-large h3{font-size:20px;line-height:1.1;margin-bottom:22px;text-align:left}.teaser-donation.teaser-large figure{margin-bottom:14px}.teaser-donation.teaser-large p{font-size:20px;line-height:1.5}.teaser-donation.teaser-large ul{list-style-type:none;padding-left:0}.teaser-donation.teaser-large ul li{font-size:20px;line-height:1.5;padding-left:30px;position:relative}.teaser-donation.teaser-large ul li::before{background-color:#0072ce;border-radius:3px;content:"";display:inline-block;height:5px;left:6px;position:absolute;top:12px;width:5px}.teaser-donation.teaser-large .btn{margin-top:25px}.teaser-donation.teaser-large.teaser-donation-yellow{background-color:#fff;border:6px solid #ffd500}.focus-teaser{margin-bottom:60px}.focus-teaser a{inset:0 15px;overflow:hidden;position:absolute;text-indent:-999px;z-index:1}.focus-teaser h2{font-family:Poppins,sans-serif;font-size:40px;line-height:1.1}.audio-teaser{text-align:center}.audio-teaser h2{font-family:Poppins,sans-serif;font-size:24px;line-height:1.5;margin-bottom:5px}.audio-teaser p{font-size:18px;font-style:italic;line-height:1.5;margin-bottom:36px}#popup{display:none}#popup.popup-wrapper{background:rgba(0,0,0,.5);inset:0;position:fixed;z-index:1000}#popup .popup-container{background:#fff;color:#243c4b;font-size:18px;line-height:1.44;margin:100px auto;max-width:100%;padding:30px;position:relative;width:450px}#popup .popup-container h2{color:#243c4b;font-family:Poppins,sans-serif;font-size:40px;hyphens:auto;line-height:1.1;margin-bottom:27px}#popup .popup-container p{margin-bottom:22px}#popup .popup-container figure{margin-bottom:22px}#popup .popup-container figure figcaption{padding:0}#popup .popup-container .btn{background-position-x:14px;background-size:40px;font-size:24px;line-height:1.67;padding:2px 30px 3px 70px}#popup .popup-container .btn:hover{background-position-x:25px}#popup .popup-container .close-popup{background:#0072ce url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/close-popup.svg') no-repeat center center;background-size:34px;border-radius:23px;cursor:pointer;display:block;height:45px;position:absolute;right:-23px;top:-23px;width:45px}.stage.static .image-wrapper{position:relative}.stage.static .image-wrapper img{height:auto;width:auto}.stage.static h1{color:#243c4b;font-size:40px;line-height:1;padding:15px}@media (min-width:768px){.stage.static h1{bottom:50px;color:#fff;font-size:60px;left:0;padding:0 0 0 135px;position:absolute;width:50%}}.audio-teaser .audio-player{--player-button-width:50px;height:auto;text-align:center;width:100%}.audio-teaser .icon-container{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;width:100%}.audio-teaser .audio-icon{height:90%;width:90%}.audio-teaser .controls{align-items:center;display:flex;flex-direction:row;margin-top:18px;width:100%}.audio-teaser .player-button{background-color:transparent;border:0;cursor:pointer;height:var(--player-button-width);padding:0;width:var(--player-button-width)}.audio-teaser .timeline{appearance:none;background-color:rgba(0,114,206,.4);background-image:linear-gradient(#0072ce,#0072ce);background-repeat:no-repeat;background-size:0 100%;border-radius:5px;height:3px;width:calc(100% - var(--player-button-width))}.audio-teaser .timeline::-webkit-slider-thumb{appearance:none;background-color:#0072ce;border-radius:50%;cursor:pointer;height:1em;opacity:0;transition:all .1s;width:1em}.audio-teaser .timeline::-webkit-slider-thumb:hover{background-color:#0072ce}.audio-teaser .timeline:hover::-webkit-slider-thumb{opacity:1}.audio-teaser .timeline::-webkit-slider-runnable-track{appearance:none;background:0 0;border:none;box-shadow:none}.audio-teaser .current-time{display:inline-block;font-family:Poppins,sans-serif;line-height:2;margin:0 12px 0 80px}.audio-teaser .duration{display:inline-block;font-family:Poppins,sans-serif;margin:0 80px 0 12px}.audio-teaser input[type=range]::-moz-range-thumb{background-color:#0072ce;border:1px solid #0072ce;border-radius:50%;box-sizing:content-box;cursor:pointer;height:25px;width:25px}.as-ce-uploads{margin-top:40px}.as-ce-uploads .tile{margin-bottom:45px}.as-ce-uploads .tile .magazine-info{padding-bottom:25px;width:100%}.as-ce-uploads .tile .magazine-info h2{color:#243c4b;font-size:40px;line-height:1;margin:24px 0 10px}.as-ce-uploads .tile .magazine-info a{color:#0072ce;font-size:20px;inset:0 15px;line-height:1.5;position:absolute}.as-ce-uploads .tile .magazine-info .ce-uploads-filesize{bottom:45px;position:absolute;text-decoration:underline}.social-wall .col-12{margin-bottom:30px}.social-wall .instagram{position:relative}.social-wall .more{inset:0;overflow:hidden;position:absolute;text-indent:-999px}.world-map{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/world-map.svg') no-repeat center center;background-size:contain;box-shadow:inset 0 0 400px 0 #fff}@media (min-width:768px){.world-map{min-height:800px}}.world-map form{background-color:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,.11);margin-bottom:45px;padding:36px 51px}@media (min-width:768px){.world-map form{margin-bottom:0;margin-top:45px}}@media (min-width:992px){.world-map form{margin-top:140px}}@media (min-width:1500px){.world-map form{margin-top:226px}}.world-map .country-menu{list-style-type:none;padding:0}.world-map .country-menu li{font-size:20px;line-height:1.3;margin-bottom:25px}.world-map .country-menu li a{color:#000}.world-map .country-menu li:last-child{display:none}.world-map #result ul{background-color:#fff;border-radius:10px;box-shadow:0 0 30px 0 rgba(0,0,0,.08);list-style-type:none;margin-top:12px;max-height:530px;overflow-y:scroll;padding-left:51px}.world-map #result ul li{font-size:20px;line-height:1.5}.world-map #result ul li a{color:#000}.world-map #result ul li:first-child{padding-top:41px}.world-map #result ul li:last-child{padding-bottom:34px}.world-map .menu-wrapper{margin-top:30px}@media (min-width:992px){.world-map .menu-wrapper{margin-left:30px;margin-top:84px}}@media (min-width:1500px){.world-map .menu-wrapper{margin-left:40px;margin-top:170px}}.world-map p{font-size:20px;line-height:1.3}.world-map h3{color:#0072ce;font-size:30px;line-height:1;margin-bottom:35px}.campaign .breadcrumb{margin:-29px 0 0}.campaign h2{color:#243c4b;font-size:50px;margin:60px 0 20px}.campaign .focus-slider{background-color:#0072ce}.campaign .focus-slider .spitzmarke{display:none}.campaign .focus-slider .focus{margin:60px 0 9px}.campaign .focus-slider h2{margin:0 0 16px}.campaign .focus-slider .focus-link{background:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/arrow-white-cta.svg') no-repeat 0 center;background-size:50px;color:#fff;font-family:Poppins,sans-serif;font-size:34px;line-height:1.47;padding-left:66px;position:static!important;text-indent:0!important;transition:1s ease-out}@media (min-width:1500px){.campaign .focus-slider .focus-link{inset:auto auto 10px 25px!important;position:absolute!important}}.campaign .focus-slider .focus-link:hover{background-position-x:10px;text-decoration:none;transition:1s ease-out}.campaign.overview .focus-teaser h2{font-size:28px;line-height:1.14;margin:8px 0 5px}@media (min-width:768px){.campaign.overview .focus-teaser h2{font-size:40px;line-height:1.1;margin:-7px 0 20px}}.frame-type-psg-container-element-accordion{counter-reset:step;margin-bottom:60px;width:100%}.frame-type-psg-container-element-accordion h2{color:#243c4b;font-size:60px;line-height:.83;margin-bottom:35px}.frame-type-psg-container-element-accordion .o-accordion__item{border-top:1px solid #979797}.frame-type-psg-container-element-accordion .o-accordion__item:last-child{border-bottom:1px solid #979797}.frame-type-psg-container-element-accordion .o-accordion__item .o-accordion__header{min-height:124px}.frame-type-psg-container-element-accordion .o-accordion__item .o-accordion__header button{background:transparent url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/acc-less.svg') no-repeat right 10px;background-size:42px;border:none;color:#243c4b;font-family:Poppins,sans-serif;font-size:24px;line-height:1.14;margin:21px 0 6px;padding-bottom:15px;padding-left:63px;padding-right:20%;position:relative;text-align:left;width:98%}@media (min-width:768px){.frame-type-psg-container-element-accordion .o-accordion__item .o-accordion__header button{background-position-y:center;background-size:50px;font-size:35px}}.frame-type-psg-container-element-accordion .o-accordion__item .o-accordion__header button.collapsed{background-image:url('../../../_assets/d33efc47f68f0360b769fee02843dd16/Images/acc-more.svg')}.frame-type-psg-container-element-accordion .o-accordion__item .o-accordion__header button:hover{color:#0072ce}.frame-type-psg-container-element-accordion .o-accordion__item .o-accordion__header button::before{border-right:1px solid #0072ce;color:#0072ce;content:counter(step);counter-increment:step;display:inline-block;font-family:Poppins,sans-serif;font-size:40px;left:16px;line-height:.75;padding-bottom:30px;position:absolute;text-align:left;top:9px;width:36px}@media (min-width:768px){.frame-type-psg-container-element-accordion .o-accordion__item .o-accordion__header button::before{left:0;width:48px}}.frame-type-psg-container-element-accordion .o-accordion__item .o-accordion__body{font-size:18px;line-height:1.4;margin-bottom:30px;max-width:1140px;padding-left:63px;padding-right:5px}@media (min-width:768px){.frame-type-psg-container-element-accordion .o-accordion__item .o-accordion__body{font-size:20px;line-height:1.5}}.frame-type-text p{font-size:18px;line-height:1.5}.newsletter{background-color:#58cae7}.newsletter h2{font-size:1.75rem;line-height:2.375rem;margin-bottom:.5rem}.newsletter .frame-type-text p{font-size:16px;line-height:1.38}.newsletter .frame-type-text p:last-child{margin-bottom:0}.newsletter .frame-type-text a{color:#212529}.newsletter .frame-type-text a:hover{text-decoration:none}.newsletter button{background-color:#0072ce;border:none;color:#fff;font-size:24px;line-height:1.38;padding:9px 18px 7px 14px}