/* If this function is imported, you can import scss files using:
 @if not-imported("your-file") { @import "your-file"; }
 */
/* If this function is imported, you can import scss files using:
 @if not-imported("your-file") { @import "your-file"; }
 */
/**
 * Fonts
 */
/**
 * Colors
 */
/**
 * Breakpoints
 */
/**
 * Font sizes and defaults
 */
/**
 * Shadow
 */
/**
 * Gutters
 */
/**
 * Form stuff
 */
/**
 * Layout
 */
/**
 * Responsive
 */
/**
 * Shorthand
 */
/**
 * Object Fit
 */
/**
 * Fonts
 */
/**
 * Clearfix
 */
/**
 * Text-Styling
 */
/**
 * Buttons
 */
/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
  max-width: 100%;
  height: auto;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie8 img {
  width: auto;
  /* see #5789 */
}
/**
 * Hide invisible elements
 */
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/**
 * Margins, Paddings, Alignment, Text transforms and decorations
 */
.tt_u {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.td_u {
  border-bottom: 1px #000000 solid;
}
.ta_left {
  text-align: left;
}
.ta_right {
  text-align: right;
}
.ta_center {
  text-align: center;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.fw_light {
  font-weight: 300;
}
.fw_normal {
  font-weight: 400;
}
.fw_semi-bold, .fw_medium {
  font-weight: 600;
}
.fw_bold {
  font-weight: 700;
}
/* --- CE SPACING --- */
.spc_default {
  margin-bottom: 4.998%;
}
.spc_paragraph {
  margin-bottom: 1.5rem;
}
.pad_default {
  padding: 2.499% 0;
}
/* ------ COMMON CLASSES ------ */
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1230px) {
  .content-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.video_container video {
  vertical-align: middle;
}
.video_container .responsive {
  overflow: hidden;
  position: relative;
}
.video_container .responsive video {
  max-width: 100%;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
}
.video_container .responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video_container .responsive.ratio-169 {
  padding-top: 56.25%;
}
.video_container .responsive.ratio-1610 {
  padding-top: 62.5%;
}
.video_container .responsive.ratio-219 {
  padding-top: 42.85%;
}
.video_container .responsive.ratio-43 {
  padding-top: 75%;
}
.video_container .responsive.ratio-32 {
  padding-top: 66.66%;
}
.image_container, .image_container picture {
  overflow: hidden;
}
.image_container img {
  vertical-align: middle;
}
.image_container a {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
}
.image_container a:before /*,
    &:after*/ {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.image_container a:before {
  background: rgba(255, 255, 255, 0.25) url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23323535" width="1.5em" height="1.5em" viewBox="0 0 32 32"%3E%3Cpath d="M30.821 26.973l-9.492-9.249c1.182-1.802 1.874-3.953 1.874-6.268 0-6.327-5.128-11.455-11.455-11.455s-11.454 5.128-11.454 11.455c0 6.326 5.128 11.454 11.454 11.454 1.88 0 3.649-0.462 5.213-1.263l9.771 9.521c0.569 0.555 1.307 0.832 2.044 0.832 0.763 0 1.524-0.296 2.098-0.886 1.129-1.158 1.106-3.013-0.053-4.142zM19.256 11.455c0 1.783-0.625 3.418-1.662 4.705-0.528 0.655-1.164 1.215-1.88 1.661-1.152 0.718-2.507 1.14-3.966 1.14-4.146 0-7.507-3.361-7.507-7.507s3.361-7.508 7.507-7.508c4.147 0 7.508 3.361 7.508 7.508z"/%3E%3C/svg%3E') 50% 50% no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  content: '';
}
.image_container a:hover:before {
  opacity: 1;
  visibility: visible;
}
#footer .image_container a:before, #footer .image_container a:after {
  display: none;
}
.image_container figcaption {
  padding: 5px 0 0;
  font-size: 0.52rem;
  color: #666666;
  line-height: 1.3;
}
.image_container.float_right {
  float: right;
  margin: 0 0 2.499% 2.499%;
}
.image_container.float_left {
  float: left;
  margin: 0 2.499% 2.499% 0;
}
@media screen and (max-width: 599px) {
  .image_container.float_right {
    float: none;
    margin: 0 0 2.499%;
  }
  .image_container.float_left {
    float: none;
    margin: 0 0 2.499%;
  }
}
/**
 * Icon handling
 */
*[data-icon]:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.1em;
  font-size: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  content: attr(data-icon);
  margin-right: 0.5ex;
}
*[data-icon].-after:before {
  content: none;
}
*[data-icon].-after:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.1em;
  font-size: 100%;
  line-height: 1;
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 0.5ex;
}
.show-mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .show-mobile {
    display: block;
  }
}
.show-tablet {
  display: none;
}
@media screen and (max-width: 900px) {
  .show-tablet {
    display: block;
  }
}
.show-tablet-up {
  display: none;
}
@media screen and (min-width: 600px) {
  .show-tablet-up {
    display: block;
  }
}
.show-desktop-up {
  display: none;
}
@media screen and (min-width: 901px) {
  .show-desktop-up {
    display: block;
  }
}
/**
 * Separator
 */
hr {
  border: none;
  border-bottom: 1px #999999 solid;
  margin: 1.5em 0;
}
/**
 * Lists
 */
ul.list, .ce_text ul, ol.list, .ce_text ol {
  padding-top: 0.25em;
  margin-bottom: 0.75em;
}
ul.list li, .ce_text ul li, ol.list li, .ce_text ol li {
  position: relative;
  line-height: 1.3;
  padding: 0 0 0.25em 15px;
}
ul.list li:last-child, .ce_text ul li:last-child, ol.list li:last-child, .ce_text ol li:last-child {
  padding-bottom: 0;
}
ul.list li:before, .ce_text ul li:before, ol.list li:before, .ce_text ol li:before {
  line-height: 1;
  font-size: 100%;
  content: '\2022';
  color: #000000;
  position: absolute;
  left: 0;
  top: 0.1em;
}
ul.list li[data-icon]:before, .ce_text ul li[data-icon]:before, ol.list li[data-icon]:before, .ce_text ol li[data-icon]:before {
  content: attr(data-icon);
}
ol {
  padding-left: 1.1em;
}
ol.list li, .ce_text ol li {
  padding-left: 5px;
}
ol.list li:before, .ce_text ol li:before {
  content: none;
}
/**
 * Multi column text
 */
.ce_text.layout_2col .text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.499%;
  -moz-column-gap: 2.499%;
  column-gap: 2.499%;
}
.ce_text.layout_2col .text p, .ce_text.layout_2col .text div, .ce_text.layout_2col .text ul, .ce_text.layout_2col .text ol, .ce_text.layout_2col .text dl {
  break-inside: avoid-column;
  break-before: auto;
}
.ce_text.layout_2col .text h1, .ce_text.layout_2col .text h2, .ce_text.layout_2col .text h3, .ce_text.layout_2col .text h4, .ce_text.layout_2col .text h5, .ce_text.layout_2col .text h6 {
  break-inside: avoid-column;
  break-after: avoid-column;
}
@media screen and (max-width: 599px) {
  .ce_text.layout_2col .text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/**
 * Boxes
 */
/**
 * Gallery
 */
.ce_gallery ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0 -0.1666%;
}
.ce_gallery ul > li {
  flex: 0;
  max-width: 100%;
  min-width: 0;
  margin-top: 0.1666%;
  margin-left: 0.1666%;
}
.ce_gallery ul > li.row_first {
  margin-top: 0;
}
.ce_gallery ul.cols_1 > li {
  flex-basis: 99.8334%;
}
.ce_gallery ul.cols_2 > li {
  flex-basis: 49.8334%;
}
.ce_gallery ul.cols_3 > li {
  flex-basis: 33.1667333333%;
}
.ce_gallery ul.cols_4 > li {
  flex-basis: 24.8334%;
}
.ce_gallery ul.cols_5 > li {
  flex-basis: 19.8334%;
}
.ce_gallery ul.cols_6 > li {
  flex-basis: 16.5000666667%;
}
.ce_gallery ul.cols_7 > li {
  flex-basis: 14.1191142857%;
}
.ce_gallery ul.cols_8 > li {
  flex-basis: 12.3334%;
}
.ce_gallery ul.cols_9 > li {
  flex-basis: 10.9445111111%;
}
.ce_gallery ul.cols_10 > li {
  flex-basis: 9.8334%;
}
.ce_gallery ul.cols_11 > li {
  flex-basis: 8.9243090909%;
}
.ce_gallery ul.cols_12 > li {
  flex-basis: 8.1667333333%;
}
@media screen and (max-width: 900px) {
  .ce_gallery ul {
    margin-left: -0.2222%;
  }
  .ce_gallery ul > li {
    margin-top: 0.2222%;
    margin-left: 0.2222%;
  }
  .ce_gallery ul > li.row_first {
    margin-top: 0;
  }
  .ce_gallery ul.cols_1 > li {
    flex-basis: 99.7778%;
  }
  .ce_gallery ul.cols_2 > li {
    flex-basis: 49.7778%;
  }
  .ce_gallery ul.cols_3 > li {
    flex-basis: 33.1111333333%;
  }
  .ce_gallery ul.cols_4 > li {
    flex-basis: 24.7778%;
  }
  .ce_gallery ul.cols_5 > li {
    flex-basis: 19.7778%;
  }
  .ce_gallery ul.cols_6 > li {
    flex-basis: 16.4444666667%;
  }
  .ce_gallery ul.cols_7 > li {
    flex-basis: 14.0635142857%;
  }
  .ce_gallery ul.cols_8 > li {
    flex-basis: 12.2778%;
  }
  .ce_gallery ul.cols_9 > li {
    flex-basis: 10.8889111111%;
  }
  .ce_gallery ul.cols_10 > li {
    flex-basis: 9.7778%;
  }
  .ce_gallery ul.cols_11 > li {
    flex-basis: 8.8687090909%;
  }
  .ce_gallery ul.cols_12 > li {
    flex-basis: 8.1111333333%;
  }
}
@media screen and (max-width: 599px) {
  .ce_gallery ul {
    margin-left: -0.3338%;
  }
  .ce_gallery ul > li {
    margin-top: 0.3338%;
    margin-left: 0.3338%;
  }
  .ce_gallery ul > li.row_first {
    margin-top: 0.3338%;
  }
  .ce_gallery ul > li:first-child {
    margin-top: 0;
  }
  .ce_gallery ul.cols_1 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_2 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_3 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_4 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_5 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_6 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_7 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_8 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_9 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_10 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_11 > li {
    flex-basis: 99.6662%;
  }
  .ce_gallery ul.cols_12 > li {
    flex-basis: 99.6662%;
  }
}
/* ------ BASE FONT STYLING ------ */
html, body {
  font: 25px/1.5 "interstate", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media screen and (max-width: 900px) {
  html #main, body #main {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  html #main, body #main {
    font-size: 20px;
  }
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
  margin-bottom: 2.499%;
}
body {
  font-weight: 300;
  color: #000000;
}
strong, b {
  font-weight: 700;
}
em, i {
  font-style: normal;
}
.ce_text em, .ce_text i {
  color: #93C90F;
}
a {
  text-decoration: none;
  color: #5B6770;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #373e43;
}
p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "interstate", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #5B6770;
  font-weight: 300;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.15;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1, h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.52rem;
}
h4, h5 {
  color: #000000;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  h1, h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.32rem;
  }
  h4, h5 {
    font-size: 0.96rem;
  }
}
@media screen and (max-width: 599px) {
  h1, h2 {
    font-size: 1.48rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4, h5 {
    font-size: 0.88rem;
  }
}
/* ------ BASE FORM STYLING ------ */
/* ------ HEADER ------ */
#header {
  z-index: 1;
  background: #ffffff;
  position: relative;
}
#logo-bar {
  height: 175px;
  display: flex;
  align-items: center;
}
#logo-bar .content-wrapper {
  flex: 1 0 0;
  display: flex;
  align-items: flex-start;
  position: relative;
}
#main-nav {
  flex: 1 0 0;
  margin: 17px 0 0 150px;
}
#main-nav .level_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-nav .level_1 > li {
  flex: 0 0 auto;
  padding: 0 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-nav .level_1 > li > span, #main-nav .level_1 > li > strong, #main-nav .level_1 > li > a {
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 300;
  color: #000000;
  line-height: 1.5;
  position: relative;
}
#main-nav .level_1 > li > span.trail, #main-nav .level_1 > li > strong.trail, #main-nav .level_1 > li > a.trail, #main-nav .level_1 > li > span.active, #main-nav .level_1 > li > strong.active, #main-nav .level_1 > li > a.active {
  font-weight: 700;
  color: #93C90F;
}
#main-nav .level_1 > li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
#main-nav .level_1 > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-width: 240px;
  background: #93C90F;
  visibility: hidden;
  opacity: 0;
  padding: 15px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.25s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.25s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.25s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.25s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
#main-nav .level_1 > li ul li span, #main-nav .level_1 > li ul li strong, #main-nav .level_1 > li ul li a {
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
}
#main-nav .level_1 > li ul li span.trail, #main-nav .level_1 > li ul li strong.trail, #main-nav .level_1 > li ul li a.trail, #main-nav .level_1 > li ul li span.active, #main-nav .level_1 > li ul li strong.active, #main-nav .level_1 > li ul li a.active {
  font-weight: 700;
  color: #5B6770;
}
#hamburger {
  z-index: 1;
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 40px;
  height: 40px;
}
#hamburger .line {
  position: absolute;
  left: 5px;
  height: 4px;
  width: 30px;
  background: #000000;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}
#hamburger .line:nth-child(1) {
  top: 10px;
}
#hamburger .line:nth-child(2) {
  top: 18px;
}
#hamburger .line:nth-child(3) {
  top: 26px;
}
.-mobile-menu-active #hamburger .line:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
.-mobile-menu-active #hamburger .line:nth-child(2) {
  opacity: 0;
}
.-mobile-menu-active #hamburger .line:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}
.-mobile-menu-active #hamburger ~ #main-nav {
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
.-mobile-menu-active #hamburger ~ #main-nav:before {
  opacity: 1;
  visibility: visible;
}
.-mobile-menu-active #header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1230px) {
  #main-nav {
    right: 15px;
  }
}
@media screen and (max-width: 1120px) {
  #main-nav {
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: fixed;
    padding: 90px 0 30px;
    overflow: hidden;
    display: block;
    margin: 0;
    background: #ffffff;
  }
  #main-nav > .level_1 {
    display: block;
    padding: 0 15px;
    overflow-y: auto;
    /*position: absolute;
     top: 150px;
     bottom: 0;
     left: 0;
     right: 0;*/
    height: auto;
  }
  #main-nav > .level_1 > li {
    flex: none;
    padding: 0;
    text-align: center;
  }
  #main-nav > .level_1 > li > a, #main-nav > .level_1 > li > span, #main-nav > .level_1 > li > strong {
    line-height: 2;
    font-size: 0.72rem;
  }
  #main-nav > .level_1 > li > a.active:before, #main-nav > .level_1 > li > span.active:before, #main-nav > .level_1 > li > strong.active:before, #main-nav > .level_1 > li > a.trail:before, #main-nav > .level_1 > li > span.trail:before, #main-nav > .level_1 > li > strong.trail:before {
    visibility: visible;
    opacity: 1;
    right: 35%;
    left: 35%;
  }
  #main-nav > .level_1 > li.submenu ul {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0;
  }
  #main-nav > .level_1 > li.submenu.trail ul, #main-nav > .level_1 > li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    padding: 15px;
    height: auto;
  }
  #main-nav > .level_1 > li.submenu:hover ul, #main-nav > .level_1 > li.submenu:focus-within ul {
    visibility: visible;
    opacity: 1;
    padding: 15px;
    height: auto;
  }
  #hamburger {
    display: block;
  }
  #logo-bar {
    height: 60px;
  }
  #logo-wrapper {
    height: 50px;
  }
  #logo-wrapper img {
    height: 100%;
    max-height: 100%;
    width: auto;
  }
}
/* ------ HERO ------ */
/* ------ CONTENT ------ */
/* ------ FOOTER ------ */
#footer {
  background-color: #5B6770;
  font-size: 0.6rem;
  padding: 1.5rem;
}
#footer, #footer a, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #ffffff;
}
#footer .footer-nav {
  text-transform: uppercase;
  font-size: 0.8rem;
}
#footer .footer-nav p {
  margin-bottom: 0.75em;
}
#footer .footer-nav p:last-child {
  margin-bottom: 0;
}
#footer .legal-links figure {
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  #footer-content .rs-column {
    text-align: center;
    order: 0;
  }
  #footer-content .rs-column:nth-child(2) {
    order: 1;
  }
  #footer-content .rs-column:nth-child(3) {
    margin-top: 0.75em;
  }
}
/* ------ CUSTOM ELEMENTS ------ */
/**
 * Custom Elements
 */
/**
 * WRAPPER
 */
.background-wrapper {
  zoom: 1;
  position: relative;
  clear: both;
  background: 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
.background-wrapper:before {
  content: "";
  display: table;
}
.background-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.background-wrapper.-alt-color {
  background-color: #93C90F;
}
.background-wrapper.-alt-color h1, .background-wrapper.-alt-color h2, .background-wrapper.-alt-color h3, .background-wrapper.-alt-color h4, .background-wrapper.-alt-color h5, .background-wrapper.-alt-color h6 {
  color: #000000;
}
.background-wrapper.-alt-color2 {
  background-color: #5B6770;
}
.background-wrapper.-small > .background-wrapper-helper > .background-wrapper-inner {
  min-height: 250px;
}
@media screen and (max-width: 599px) {
  .background-wrapper.-small > .background-wrapper-helper > .background-wrapper-inner {
    min-height: 150px;
  }
}
.background-wrapper.-medium > .background-wrapper-helper > .background-wrapper-inner {
  min-height: 450px;
}
@media screen and (max-width: 599px) {
  .background-wrapper.-medium > .background-wrapper-helper > .background-wrapper-inner {
    min-height: 300px;
  }
}
.background-wrapper.-large > .background-wrapper-helper > .background-wrapper-inner {
  min-height: 750px;
}
@media screen and (max-width: 599px) {
  .background-wrapper.-large > .background-wrapper-helper > .background-wrapper-inner {
    min-height: 450px;
  }
}
.background-wrapper.-background-mousemove, .background-wrapper.-background-mousemove-inverted, .background-wrapper.-background-parallax {
  overflow: hidden;
}
.background-wrapper.-full-vh > .background-wrapper-helper {
  height: 100vh;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.background-wrapper.-full-vh > .background-wrapper-helper > .background-wrapper-inner {
  width: 100%;
  height: 100%;
  display: table-cell;
}
.background-wrapper.-full-vh-header > .background-wrapper-helper {
  height: 90vh;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.background-wrapper.-full-vh-header > .background-wrapper-helper > .background-wrapper-inner {
  width: 100%;
  height: 100%;
  display: table-cell;
}
.background-wrapper.-valign-center {
  height: 100%;
}
.background-wrapper.-valign-center > .background-wrapper-helper {
  display: flex;
  align-items: center;
  height: 100%;
}
.background-wrapper.-valign-center > .background-wrapper-helper > .background-wrapper-inner {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.background-wrapper.-shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
}
.background-wrapper.-invert {
  color: #ffffff;
}
.background-wrapper.-invert h1, .background-wrapper.-invert h2, .background-wrapper.-invert h3, .background-wrapper.-invert h4, .background-wrapper.-invert h5, .background-wrapper.-invert h6 {
  color: #ffffff;
}
.background-wrapper.-text-shadow {
  text-shadow: 0 0 5px #fff;
}
.background-wrapper.-text-shadow.-invert {
  text-shadow: 0 0 5px #000;
}
.background-wrapper.-bg-restraint, .background-wrapper:not(.-width-expand) > .background-wrapper-helper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1230px) {
  /*padding-left: $gutter-default/2;
   padding-right: $gutter-default/2;*/
  .background-wrapper.-bg-restraint, .background-wrapper:not(.-width-expand) > .background-wrapper-helper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.background-wrapper.-width-expand > .background-wrapper-helper {
  max-width: none;
  /*padding-left: 15px;
   padding-right: 15px;*/
}
.background-wrapper.-width-expand > .background-wrapper-helper .background-wrapper-inner > .rs-columns {
  margin-top: -30px;
}
.background-wrapper.-width-expand > .background-wrapper-helper .background-wrapper-inner > .rs-columns > .rs-column {
  margin-top: 30px;
}
.background-wrapper-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.background-wrapper-background video {
  /* Change this to `object-fit: cover;` once all browsers support it, */
  /* see http://stackoverflow.com/a/20851590 */
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.-background-mousemove > .background-wrapper-background, .-background-mousemove-inverted > .background-wrapper-background {
  right: -12%;
}
.background-wrapper-inner {
  position: relative;
  /*& {
   @include centered-1200;
   }*/
}
.background-wrapper-inner.-padding {
  padding: 3.7485% 0;
}
/**
 * IMAGE TEASER
 */
.imageteaser-boxes > .rs-columns {
  align-items: stretch;
}
.imageteaser-boxes.-align-left .imageteaser-boxes-item {
  text-align: left;
}
.imageteaser-boxes.-align-center .imageteaser-boxes-item {
  text-align: center;
}
.imageteaser-boxes.-align-right .imageteaser-boxes-item {
  text-align: right;
}
.imageteaser-boxes-item {
  position: relative;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  outline: none;
  background: #5B6770;
  text-align: left;
  /*-webkit-box-shadow: $shadow-default;
   -moz-box-shadow: $shadow-default;
   box-shadow: $shadow-default;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.-height-2-1 .imageteaser-boxes-item:before {
  padding-top: 50%;
}
.-height-1-1 .imageteaser-boxes-item:before {
  padding-top: 100%;
}
.-height-1-1 .imageteaser-boxes-item .imageteaser-boxes-item-helper {
  padding: 33% 17.5% 10% 0;
}
.-height-384-125 .imageteaser-boxes-item:before {
  padding-top: 32.552%;
}
.-height-384-125 .imageteaser-boxes-item .imageteaser-boxes-item-helper {
  padding: 0;
  justify-content: flex-end;
}
.-height-384-125 .imageteaser-boxes-item .imageteaser-boxes-item-content {
  /*position: absolute;
   bottom: 0;
   right: 3%;*/
  align-self: flex-end;
  margin: 3%;
  background-color: rgba(147, 201, 15, 0.75);
  max-width: 900px;
  height: auto;
  min-height: 0;
  width: 70%;
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}
.-height-384-125 .imageteaser-boxes-item .imageteaser-boxes-item-content > * {
  flex: 1 0 0;
  margin: 0 30px 0 0;
}
.-height-384-125 .imageteaser-boxes-item .imageteaser-boxes-item-content > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .-height-384-125 .imageteaser-boxes-item .imageteaser-boxes-item-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .-height-384-125 .imageteaser-boxes-item imageteaser-boxes-item-content {
    padding: 15px 30px;
  }
}
.imageteaser-boxes-item.-align-left.-align-left {
  text-align: left;
}
.imageteaser-boxes-item.-align-center.-align-center {
  text-align: center;
}
.imageteaser-boxes-item.-align-right.-align-right {
  text-align: right;
}
.imageteaser-boxes-item:before {
  content: "";
  padding-top: 60%;
  display: table;
  float: left;
}
.imageteaser-boxes-item .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.imageteaser-boxes-item.-alt-layout .imageteaser-boxes-item-helper {
  justify-content: flex-end;
}
.imageteaser-boxes-item.-alt-layout .imageteaser-boxes-item-content {
  margin: 3%;
  align-self: flex-end;
  width: 60%;
}
.-with-button.imageteaser-boxes-item.-alt-layout .imageteaser-boxes-item-content {
  padding-bottom: 80px;
}
.imageteaser-boxes-item .imageteaser-boxes-item-helper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  /*position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;*/
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imageteaser-boxes-item .imageteaser-boxes-item-content {
  margin: 6%;
  background-color: rgba(147, 201, 15, 0.9);
  position: relative;
  max-width: 780px;
  padding: 50px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imageteaser-boxes-item .imageteaser-boxes-item-content h1, .imageteaser-boxes-item .imageteaser-boxes-item-content h2, .imageteaser-boxes-item .imageteaser-boxes-item-content h3, .imageteaser-boxes-item .imageteaser-boxes-item-content h4, .imageteaser-boxes-item .imageteaser-boxes-item-content h5, .imageteaser-boxes-item .imageteaser-boxes-item-content h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .imageteaser-boxes-item .imageteaser-boxes-item-content h1, .imageteaser-boxes-item .imageteaser-boxes-item-content h2, .imageteaser-boxes-item .imageteaser-boxes-item-content h3, .imageteaser-boxes-item .imageteaser-boxes-item-content h4, .imageteaser-boxes-item .imageteaser-boxes-item-content h5, .imageteaser-boxes-item .imageteaser-boxes-item-content h6 {
    font-size: 1.08rem;
  }
}
@media screen and (max-width: 599px) {
  .imageteaser-boxes-item .imageteaser-boxes-item-content h1, .imageteaser-boxes-item .imageteaser-boxes-item-content h2, .imageteaser-boxes-item .imageteaser-boxes-item-content h3, .imageteaser-boxes-item .imageteaser-boxes-item-content h4, .imageteaser-boxes-item .imageteaser-boxes-item-content h5, .imageteaser-boxes-item .imageteaser-boxes-item-content h6 {
    font-size: 1rem;
  }
}
.-with-button.imageteaser-boxes-item .imageteaser-boxes-item-content {
  padding-bottom: 100px;
}
.-with-button.imageteaser-boxes-item .imageteaser-boxes-item-content a {
  position: relative;
  font-family: "interstate", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: transparent;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 500;
  display: inline-block;
  padding: 3px 15px;
  height: 35px;
  line-height: 27px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #ffffff solid;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: none;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.-with-button.imageteaser-boxes-item .imageteaser-boxes-item-content a:hover {
  color: #000000;
  border-color: #ffffff;
  background: #ffffff;
}
.-height-384-125 .-with-button.imageteaser-boxes-item .imageteaser-boxes-item-content {
  padding: 30px 60px;
}
.-height-384-125 .-with-button.imageteaser-boxes-item .imageteaser-boxes-item-content a {
  position: relative;
  right: auto;
  bottom: auto;
  align-self: flex-end;
  flex: 0 0 auto;
}
@media screen and (max-width: 900px) {
  .-height-384-125 .-with-button.imageteaser-boxes-item .imageteaser-boxes-item-content {
    padding: 15px 30px;
  }
}
/**
 * HERO
 */
.hero-wrapper {
  position: relative;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.hero-wrapper:before {
  display: table;
  content: "";
  padding-top: 26.0416666667%;
  float: left;
}
.hero-wrapper.-alt-color {
  background-color: #5B6770;
}
.hero-wrapper .hero-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hero-wrapper .hero-background:not(.video_container) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-wrapper .hero-background:not(.video_container) img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
  width: 100%;
  height: 100%;
}
.hero-wrapper .hero-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.hero-wrapper .hero-content {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;*/
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  /*display: flex;
   align-items: stretch;
   justify-content: center;*/
}
.hero-wrapper .content-wrapper {
  height: 100%;
  position: relative;
  flex: 1 1 0;
}
.hero-wrapper .hero-text {
  /*position: absolute;
   top: 6%;
   right: 0;*/
  margin: 3% 0;
  flex: 0 1 auto;
  background-color: rgba(147, 201, 15, 0.75);
  max-width: 70%;
  height: auto;
  min-height: 0;
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.3;
}
.hero-wrapper .hero-text p {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .hero-wrapper .hero-text {
    font-size: 1.6rem;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 599px) {
  .hero-wrapper .hero-text {
    font-size: 1.2rem;
    padding: 15px 30px;
  }
}
/**
 * PHOTO / TEXT COMBI
 */
.photo-text-wrapper {
  position: relative;
}
.photo-text-wrapper .photo-wall {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  height: 100%;
}
.photo-text-wrapper .photo-wall-content {
  height: 100%;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.photo-text-wrapper .text-wall {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .photo-text-wrapper .text-wall {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.photo-text-wrapper .text-wall-content {
  max-width: 50%;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 60px 30px 0;
}
.photo-text-wrapper.-alt-color {
  background-color: #93C90F;
}
.photo-text-wrapper.-alt-color h1, .photo-text-wrapper.-alt-color h2, .photo-text-wrapper.-alt-color h3, .photo-text-wrapper.-alt-color h4, .photo-text-wrapper.-alt-color h5, .photo-text-wrapper.-alt-color h6 {
  color: #FFFFFF;
}
.photo-text-wrapper.-text-right .photo-wall {
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 50%;
}
.photo-text-wrapper.-text-right .text-wall-content {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 60px;
}
@media screen and (max-width: 800px) {
  .photo-text-wrapper .photo-wall {
    margin-left: 60px;
  }
  .photo-text-wrapper .text-wall-content {
    padding-right: 0;
  }
  .photo-text-wrapper.-text-right .photo-wall {
    margin-right: 60px;
  }
  .photo-text-wrapper.-text-right .text-wall-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .photo-text-wrapper .photo-wall {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin: 0 0 15px;
    padding: 0;
  }
  .photo-text-wrapper .photo-wall-content {
    min-height: 66vw;
  }
  .photo-text-wrapper .text-wall-content {
    padding-right: 0;
    max-width: none;
  }
  .photo-text-wrapper.-text-right .photo-wall {
    margin-right: 0;
    right: 0;
  }
}
#wrapper {
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1120px) {
  #wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  #wrapper {
    padding-bottom: 0;
  }
}
#beratung {
  display: flex;
  align-items: flex-end;
  margin-top: 1.5rem;
}
#beratung .person {
  flex: 1 1 0;
  min-width: 300px;
  z-index: 1;
}
#beratung .person img {
  vertical-align: middle;
}
#beratung .bubble {
  flex: 1 1 0;
  align-self: flex-start;
  min-width: 299px;
  max-width: 780px;
}
#beratung .bubble-rechts, #beratung .bubble-links {
  position: relative;
  padding: 40px;
  background: #93C90F;
  border: #5A6771 solid 4px;
  margin-left: -10px;
}
#beratung .bubble-rechts:after, #beratung .bubble-links:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 31px 54px 13px 0;
  border-color: transparent #93C90F;
  display: block;
  width: 0;
  z-index: 1;
  left: -51px;
  top: 39px;
}
#beratung .bubble-rechts:before, #beratung .bubble-links:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 35px 60px 15px 0;
  border-color: transparent #5B6770;
  display: block;
  width: 0;
  z-index: 0;
  left: -60px;
  top: 36px;
}
#beratung .bubble-rechts .beratung-txt, #beratung .bubble-links .beratung-txt {
  font-size: 50px;
  color: #5B6770;
}
#beratung .bubble-rechts .beratung-tel, #beratung .bubble-links .beratung-tel {
  font-size: 55px;
  color: #5B6770;
  font-weight: bold;
}
#beratung .bubble-rechts .beratung-mail a, #beratung .bubble-links .beratung-mail a {
  font-size: 30px;
  color: #5B6770;
  font-weight: bold;
  text-decoration: none;
}
#beratung .bubble-links {
  margin-left: 0;
  margin-right: -10px;
}
#beratung .bubble-links:after {
  left: auto;
  right: -51px;
  border-width: 31px 0 13px 54px;
}
#beratung .bubble-links:before {
  left: auto;
  right: -60px;
  border-width: 35px 0 15px 60px;
}
#beratung .beratung-kontakt {
  margin-top: 1.5em;
  text-align: right;
}
#beratung .beratung-kontakt a {
  position: relative;
  font-family: "interstate", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: transparent;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 500;
  display: inline-block;
  padding: 3px 15px;
  height: 35px;
  line-height: 27px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #ffffff solid;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: none;
}
#beratung .beratung-kontakt a:hover {
  color: #000000;
  border-color: #ffffff;
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  #beratung .bubble-rechts {
    padding: 20px;
  }
  #beratung .bubble-rechts .beratung-txt {
    font-size: 1.6rem;
  }
  #beratung .bubble-rechts .beratung-tel {
    font-size: 1.8rem;
  }
  #beratung .bubble-rechts .beratung-mail a {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 900px) {
  #beratung {
    flex-direction: column;
    align-items: center;
  }
  #beratung .person {
    order: 1;
  }
  #beratung .bubble {
    align-self: center;
    margin-bottom: 0;
    order: 0;
  }
  #beratung .bubble-rechts, #beratung .bubble-links {
    margin: 0;
    text-align: center;
  }
  #beratung .bubble-rechts:after, #beratung .bubble-links:after {
    border-width: 54px 31px 0 13px;
    border-color: #93C90F transparent;
    left: 45%;
    top: auto;
    bottom: -51px;
    margin-left: 3px;
  }
  #beratung .bubble-rechts:before, #beratung .bubble-links:before {
    border-width: 60px 35px 0 15px;
    border-color: #5B6770 transparent;
    left: 45%;
    top: auto;
    bottom: -60px;
  }
  #beratung .bubble-rechts .beratung-txt, #beratung .bubble-links .beratung-txt {
    font-size: 1.6rem;
  }
  #beratung .bubble-rechts .beratung-tel, #beratung .bubble-links .beratung-tel {
    font-size: 1.8rem;
  }
  #beratung .bubble-rechts .beratung-mail a, #beratung .bubble-links .beratung-mail a {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 599px) {
  #beratung .bubble-rechts .beratung-txt, #beratung .bubble-links .beratung-txt {
    font-size: 1.12rem;
  }
  #beratung .bubble-rechts .beratung-tel, #beratung .bubble-links .beratung-tel {
    font-size: 1.32rem;
  }
  #beratung .bubble-rechts .beratung-mail a, #beratung .bubble-links .beratung-mail a {
    font-size: 0.64rem;
  }
}
.mod_newslist .anim-wrapper, .mod_newsreader .anim-wrapper {
  margin-bottom: 30px;
}
.mod_newslist .anim-wrapper:last-child, .mod_newsreader .anim-wrapper:last-child {
  margin-bottom: 0;
}
.mod_newslist .anim-wrapper:last-child .layout_latest, .mod_newsreader .anim-wrapper:last-child .layout_latest {
  border-bottom: none;
}
.mod_newslist .layout_latest, .mod_newsreader .layout_latest {
  /*background: rgba($color-bg-primary,0.4);
   padding: 35px;*/
  border-bottom: 2px rgba(255, 255, 255, 0.4) solid;
  padding-bottom: 30px;
}
.mod_newslist .layout_latest .news-container, .mod_newsreader .layout_latest .news-container {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.mod_newslist .layout_latest .news-teaser-image, .mod_newsreader .layout_latest .news-teaser-image {
  flex: 1 2 0;
  min-width: 175px;
  max-width: 400px;
}
.mod_newslist .layout_latest .news-teaser-image .image_container a:before, .mod_newsreader .layout_latest .news-teaser-image .image_container a:before {
  background: rgba(255, 255, 255, 0.25);
}
.mod_newslist .layout_latest .news-content, .mod_newsreader .layout_latest .news-content {
  flex: 1 1 0;
  padding: 0 0 0 60px;
}
.mod_newslist .layout_latest .sub, .mod_newsreader .layout_latest .sub {
  margin-top: -0.75em;
}
.mod_newslist .layout_latest .meta, .mod_newsreader .layout_latest .meta {
  margin-bottom: 0;
  color: #484848;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.mod_newslist .layout_latest .more, .mod_newsreader .layout_latest .more {
  margin-top: 1.5em;
  font-size: 25px;
  text-align: right;
}
.mod_newslist .layout_latest .more a, .mod_newsreader .layout_latest .more a {
  position: relative;
  font-family: "interstate", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: transparent;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 500;
  display: inline-block;
  padding: 3px 15px;
  height: 35px;
  line-height: 27px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #ffffff solid;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: none;
}
.mod_newslist .layout_latest .more a:hover, .mod_newsreader .layout_latest .more a:hover {
  color: #000000;
  border-color: #ffffff;
  background: #ffffff;
}
@media screen and (max-width: 599px) {
  .mod_newslist .layout_latest .news-container, .mod_newsreader .layout_latest .news-container {
    flex-direction: column;
  }
  .mod_newslist .layout_latest .news-teaser-image, .mod_newsreader .layout_latest .news-teaser-image {
    text-align: center;
    max-width: none;
    width: 100%;
  }
  .mod_newslist .layout_latest .news-content, .mod_newsreader .layout_latest .news-content {
    width: 100%;
    padding: 30px 0 0;
  }
}
.mod_newslist .layout_full .news-container, .mod_newsreader .layout_full .news-container {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.mod_newslist .layout_full .news-teaser-image, .mod_newsreader .layout_full .news-teaser-image {
  flex: 1 2 0;
  min-width: 175px;
  max-width: 400px;
}
.mod_newslist .layout_full .news-teaser-image .image_container a:before, .mod_newsreader .layout_full .news-teaser-image .image_container a:before {
  background: rgba(255, 255, 255, 0.25);
}
.mod_newslist .layout_full .news-content, .mod_newsreader .layout_full .news-content {
  flex: 1 1 0;
  padding: 0 60px 0 0;
}
.mod_newslist .layout_full .sub, .mod_newsreader .layout_full .sub {
  margin-top: -0.75em;
}
.mod_newslist .layout_full .meta, .mod_newsreader .layout_full .meta {
  margin-bottom: 0;
  color: #5B6770;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.background-wrapper.opaque:not(.-width-expand) > .background-wrapper-helper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1430px) {
  .background-wrapper.opaque:not(.-width-expand) > .background-wrapper-helper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.background-wrapper.opaque:not(.-width-expand) > .background-wrapper-helper .background-wrapper-inner {
  padding: 60px 100px;
}
.background-wrapper.opaque:not(.-width-expand) > .background-wrapper-helper .background-wrapper-inner.-padding {
  margin: 3.7485% 0;
}
@media screen and (max-width: 599px) {
  .background-wrapper.opaque:not(.-width-expand) > .background-wrapper-helper .background-wrapper-inner {
    padding: 30px 6%;
  }
}
.background-wrapper.-horizontal-padding .background-wrapper-helper .background-wrapper-inner {
  padding-left: 60px;
  padding-right: 60px;
}
.hero-wrapper {
  max-height: calc(100vh - 175px);
}
.vita_right.ce_text, .vita_left.ce_text {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vita_right.ce_text .image_container, .vita_left.ce_text .image_container {
  flex: 0 0 auto;
}
.vita_right.ce_text .text, .vita_left.ce_text .text {
  flex: 1 0 0;
  position: relative;
  padding: 30px 30px 30px 0;
  z-index: 0;
}
.vita_right.ce_text .text:before, .vita_left.ce_text .text:before {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  content: '';
  background: #93C90F;
}
.vita_right.ce_text .text {
  padding: 30px 0 30px 30px;
}
.vita_right.ce_text .text:before {
  left: 0;
  right: auto;
}
@media screen and (max-width: 599px) {
  .vita_right.ce_text .text, .vita_left.ce_text .text {
    padding: 30px;
  }
  .vita_right.ce_text .text:before, .vita_left.ce_text .text:before {
    width: auto;
    left: 0;
    right: 0;
  }
}
.embed-wrapper {
  position: relative;
}
.embed-wrapper .embed-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.embed-wrapper .embed-map:before {
  display: table;
  content: "";
  padding-top: 75%;
  float: left;
}
.embed-wrapper .embed-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22(stdin)%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Flamm-website%2Ffiles%2Fthemes%2Flamm_2020%2Fassets%2Fcss%2Finc%2F_init.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Flamm-website%2Ffiles%2Fthemes%2Flamm_2020%2Fassets%2Fcss%2Finc%2Fcommon.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Flamm-website%2Ffiles%2Fthemes%2Flamm_2020%2Fassets%2Fcss%2Finc%2F_mixins.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Flamm-website%2Ffiles%2Fthemes%2Flamm_2020%2Fassets%2Fcss%2Finc%2Ffont.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Flamm-website%2Ffiles%2Fthemes%2Flamm_2020%2Fassets%2Fcss%2Finc%2Fheader.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Flamm-website%2Ffiles%2Fthemes%2Flamm_2020%2Fassets%2Fcss%2Finc%2Ffooter.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Flamm-website%2Ffiles%2Fthemes%2Flamm_2020%2Fassets%2Fcss%2Finc%2Fcustom-elements.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3B%3B%3BGAAA%3BACQA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BADfA%3B%3BGAAA%3BACsBA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BADtBA%3B%3BGAAA%3BACoCA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BADzEA%2CwBAAA%3BAC8EA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BADpFA%2CkCAAA%3BAEGA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BACSE%3BAAAA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BADHA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BSAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAQF%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3B%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAYE%3BAAAA%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAF%2FHJ%3B%3BGAAA%3BAE0IE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%2CgBAAA%3BAAAA%3BAC9HE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BADoIF%3BAAAA%2CgBAAA%3BAAAA%3BACpIE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAD0IF%3BAAAA%2CgBAAA%3BAAAA%3BACvIE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAD6IF%3BAAAA%2CgBAAA%3BAAAA%3BAC7IE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAH%2FBF%3B%3BGAAA%3BAEsLA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAFtLA%3B%3BGAAA%3BAEiME%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAKE%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWE%3BAAAA%2C2BAAA%3BAAAA%3BAAQR%3BAAAA%2CsBAAA%3BAAAA%3BAAII%3BAAAA%2CoBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAFxON%3B%3BGAAA%3BAE4PI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQE%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAFhRN%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAEiSA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOE%3BAAAA%2CgBAAA%3BAAAA%3BAAOA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAIE%3BAAAA%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAIE%3BAAAA%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAFhWN%2CqCAAA%3BAIGA%3BAAAA%2C0IAAA%3BAAAA%3BADyBE%3BACrBE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BADqBF%3BAChBE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAASE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%2CuBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAKE%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoBAAA%3BAAAA%3BADpDE%3BAC2DA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BADnEA%3BACwEA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAJ5GF%2CqCAAA%3BAAAA%2C0BAAA%3BAKGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAWF%3BAAAA%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUE%3BAAAA%3BiBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B%3B%3BsDAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2DAAA%3BAAAA%3BAAeI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUE%3BAAAA%3BiBAAA%3BAAAA%3BAAYZ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAiBE%3BAAAA%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAUE%3BAAAA%2CYAAA%3BAAAA%3BAACA%3BAAAA%2CYAAA%3BAAAA%3BAACA%3BAAAA%2CYAAA%3BAAAA%3BAAIE%3BAAAA%2C4CAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2C4CAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKE%3BAAAA%3BsBAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B%3BSAAA%3BAAAA%3BAAQF%3BAACE%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAoBE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYE%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKE%3BAAAA%3BuBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAYV%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BALlRJ%2CwBAAA%3BAAAA%2C2BAAA%3BAAAA%2C0BAAA%3BAMGA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BAAIE%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAOF%3BAAAA%2CqBAAA%3BAAAA%3BAHAF%3BAGQE%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAN7CJ%2CmCAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAOUA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAaA%3BAAAA%2C4BAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAQF%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B2CAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAJtIA%3BAAAA%3BsCAAA%3BAAAA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAI6IA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKI%3BAAAA%2CoBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAeA%3BAAAA%2CcAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BMAAA%3BAAAA%3BAAOE%3BAAAA%2CqBAAA%3BAAAA%3BAP9MF%3B%3BGAAA%3BAOyNE%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAiBI%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAQA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAA2BE%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAJtRN%3BAI6RI%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAJ7RJ%3BAIkSI%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYE%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKE%3BAAAA%2CuBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYE%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAJjXF%3BAI0XI%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAJ1XJ%3BAI%2BXI%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAJ5HJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAImII%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAJjZN%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAH5BF%3B%3BGAAA%3BAOicA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAJnUI%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAI0UF%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BoCAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAyBE%3BAAAA%2CYAAA%3BAAAA%3BAJ5fF%3BAIkgBE%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAJlgBF%3BAIygBE%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAPriBJ%3B%3BGAAA%3BAO%2BiBA%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAJrjBA%3BAAAA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAIwjBE%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAASJ%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAKE%3BAAAA%2CqBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAKE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%2CqBAAA%3BAAAA%3BAAKE%3BAAAA%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%3BaAAA%3BAAAA%3BAAAA%3BAP%2FnBN%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKE%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAcA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAQF%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAOF%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAG0JA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAA3QA%3BAHsHE%3BAAAA%2CkBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAGjIJ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAH2IE%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3BuBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAASA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAGrLJ%3BAH%2BLI%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%2CwCAAA%3BAAAA%3BAAKF%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAGIJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAA3QA%3BAH6QI%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%2CwCAAA%3BAAAA%3BAAKF%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAGtVF%3BAAAA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAH0VI%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CoBAAA%3BAAAA%3BAG7UN%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAHyVI%3BAAAA%3BsBAAA%3BAAAA%3BAAQN%3BAAAA%2CkCAAA%3BAAAA%3BAAME%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%3BcAAA%3BAAAA%3BAGvYJ%3BAHiZI%3BAAAA%2CkBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BaAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAG7TE%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAHsUA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%22%7D */