/*  ### Styles by krislue.de ###  */
/*  ----------------------------  */
/*  ### COLORS ###  */
/*  ### MIXIN BREAKPOINTS ###  */
.container {
  margin: 0 auto;
  /* <<< */
  /* <<< */
  /* <<< */
}
.container.privatedebt {
  color: white;
  background-color: black;
}
@media (min-width: 1100px) {
  .container {
    /* <<< LARGE LARGE LARGE <<< */
    width: 80%;
    max-width: 960px;
  }
}
@media (max-width: 1099px) {
  .container {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 90%;
    max-width: 700px;
  }
}
@media (max-width: 749px) {
  .container {
    /* <<< SMALL SMALL SMALL <<< */
    width: 95%;
    max-width: 550px;
  }
}
.container a:hover {
  opacity: 0.8;
}

canvas {
  display: block;
  vertical-align: bottom;
}

html {
  overflow-x: hidden;
  overflow-y: visible;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  html {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    overflow-x: hidden;
  }
}
@media (max-width: 749px) {
  html {
    /* <<< SMALL SMALL SMALL <<< */
    overflow-x: hidden;
  }
}

body {
  overflow-y: visible;
  overflow-x: hidden !important;
  z-index: 1;
}

html, body, p, h1, h2, h3, h4, h5, h6, button {
  font-family: "Bw Gradual";
}

h1 {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1em;
  padding-bottom: 15px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  h1 {
    /* <<< MEDIUM <<< */
    font-size: 2.8rem;
    padding-bottom: 10px;
  }
}
@media (max-width: 749px) {
  h1 {
    /* <<< SMALL <<< */
    font-size: 2.4rem;
    padding-bottom: 5px;
    padding-right: 40px;
  }
}

h2 {
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 20px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  h2 {
    /* <<< MEDIUM <<< */
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 749px) {
  h2 {
    /* <<< SMALL <<< */
    margin-bottom: 15px;
    font-size: 2.2rem;
    line-height: 1.1em;
  }
}

p {
  text-align: left;
  display: block;
  font-size: 16px;
  line-height: 1.7em;
  /* <<< */
}
@media (max-width: 749px) {
  p {
    /* <<< SMALL <<< */
    padding-right: 40px;
    font-size: 14px;
  }
}

.coverbg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pos-rel {
  position: relative;
}

.paused {
  border: 10px dashed pink;
}

.ventures_bumper h2 {
  margin-top: 180px;
  width: 100%;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .ventures_bumper h2 {
    /* <<< MEDIUM <<< */
    margin-top: 100px;
    font-size: 2.8rem;
  }
}
@media (max-width: 749px) {
  .ventures_bumper h2 {
    /* <<< SMALL <<< */
    font-size: 2.2rem;
    margin-top: 40px;
  }
}

.venture {
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.8s;
  padding: 10px 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 0px;
  /* <<< */
  /* <<< */
}
.venture.me {
  margin-bottom: 80px;
  /* <<< */
}
@media (max-width: 749px) {
  .venture.me {
    /* <<< SMALL <<< */
    height: 90px;
  }
}
.venture.me .venture_title {
  /* <<< */
}
@media (max-width: 749px) {
  .venture.me .venture_title {
    /* <<< SMALL <<< */
    padding-top: 10px;
  }
}
.venture.me .venture_title > img {
  /* <<< */
}
@media (max-width: 749px) {
  .venture.me .venture_title > img {
    /* <<< SMALL <<< */
    margin-top: 0px;
    max-height: 30px;
  }
}
.venture.sust {
  margin-bottom: 0;
  /* <<< */
}
@media (max-width: 749px) {
  .venture.sust {
    /* <<< SMALL <<< */
    margin-bottom: 0;
  }
}
@media (max-width: 1099px) {
  .venture {
    /* <<< MEDIUM <<< */
    margin-bottom: 50px;
  }
}
@media (max-width: 749px) {
  .venture {
    /* <<< SMALL <<< */
    height: 90px;
  }
}
.venture.is-open {
  height: auto;
  transition: max-height 0.8s;
  max-height: 50000px;
  padding-bottom: 60px;
  /* <<< */
}
@media (max-width: 1099px) {
  .venture.is-open {
    /* <<< MEDIUM <<< */
    padding-bottom: 30px;
  }
}
.venture .venture_title {
  padding: 18px 0;
  width: 100%;
  cursor: pointer;
  font-size: 48px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .venture .venture_title {
    /* <<< MEDIUM <<< */
    font-size: 38px;
    padding: 25px 0;
  }
}
@media (max-width: 749px) {
  .venture .venture_title {
    /* <<< SMALL <<< */
    font-size: 24px;
  }
}
.venture .venture_title > img {
  max-height: 60px;
  margin-right: 20px;
  margin-top: -10px;
  /* <<< */
}
@media (max-width: 749px) {
  .venture .venture_title > img {
    /* <<< SMALL <<< */
    margin-right: 10px;
    max-height: 35px;
    margin-top: -7px;
    float: left;
  }
}

.block_logo {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .block_logo {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-bottom: 30px;
  }
}
@media (max-width: 749px) {
  .block_logo {
    /* <<< SMALL SMALL SMALL <<< */
    margin-bottom: 20px;
  }
}
.block_logo video {
  border: 0;
  outline: 0;
  max-width: 50%;
  height: auto;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .block_logo video {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    max-width: 60%;
  }
}
@media (max-width: 749px) {
  .block_logo video {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    max-width: 400px;
  }
}

video + .videokorr {
  position: absolute;
  display: block;
  z-index: 1000;
  margin: 0 auto;
  bottom: 0px;
  height: 10px;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: white;
  margin-bottom: 0px;
  /* <<< */
  /* <<< */
}
video + .videokorr.black {
  background-color: black;
}
video + .videokorr.pink {
  background-color: #F83B5B;
  z-index: 1500;
}
video + .videokorr.helium {
  top: 0px;
  left: 83%;
  width: 10px;
  height: 100%;
  margin: auto;
  background-color: #F4F4F4;
  /* <<< */
}
@media (max-width: 749px) {
  video + .videokorr.helium {
    /* <<< SMALL SMALL SMALL <<< */
    left: 98%;
    display: none;
  }
}
@media (max-width: 1099px) {
  video + .videokorr {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    max-width: 70%;
  }
}
@media (max-width: 749px) {
  video + .videokorr {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    max-width: 100%;
  }
}
video:focus {
  border: 0;
  outline: 0;
}

.block_headline {
  position: relative;
  z-index: 1001;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 90px;
  line-height: 78px;
  margin-bottom: 50px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .block_headline {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 70px;
    line-height: 62px;
  }
}
@media (max-width: 749px) {
  .block_headline {
    /* <<< SMALL SMALL SMALL <<< */
    font-size: 42px;
    line-height: 38px;
  }
}

.pointy-line-wrapper {
  display: none;
  width: 0px;
}
.pointy-line-wrapper.right {
  text-align: right;
  float: right;
}
.pointy-line-wrapper .pointy-line-left, .pointy-line-wrapper .pointy-line-right {
  position: relative;
  width: 100%;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.pointy-line-left {
  top: 100px;
  border-left: 800px solid black;
  left: -550px;
  transform: rotate(-11deg);
  /* <<< */
}
@media (max-width: 749px) {
  .pointy-line-left {
    /* <<< SMALL SMALL SMALL <<< */
    left: -600px;
  }
}

.pointy-line-right {
  border-right: 800px solid white;
  top: 185px;
  right: 220px;
  transform: rotate(11deg);
  /* <<< */
}
@media (max-width: 749px) {
  .pointy-line-right {
    /* <<< SMALL SMALL SMALL <<< */
    top: 150px;
    right: 170px;
  }
}

.block_teasertext {
  margin-top: 30px;
  font-weight: 400;
  margin-bottom: 50px;
  max-width: 40%;
  min-width: 200px;
  margin-bottom: 100px;
  text-align: left;
  display: block;
  font-size: 18px;
  line-height: 1.8em;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .block_teasertext {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 22px;
    max-width: 50%;
  }
}
@media (max-width: 749px) {
  .block_teasertext {
    /* <<< SMALL SMALL SMALL <<< */
    width: 80%;
    font-size: 20px;
    line-height: 28px;
    max-width: 400px;
  }
}

.block_textbox {
  hyphens: auto;
  text-align: justify;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  box-sizing: border-box;
  /* <<< */
}
.block_textbox p:last-child {
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .block_textbox {
    /* <<< SMALL SMALL SMALL <<< */
    font-size: 16px;
    line-height: 22px;
  }
}

#menu_desktop {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  padding: 20px 20px 20px 20px;
  width: 200px;
  height: 320px;
  background-color: #000;
  color: #FFF;
  overflow: hidden;
  transition: padding 0.15s, width 0.15s, height 0.15s;
  /* <<< */
}
@media (max-width: 1099px) {
  #menu_desktop {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    display: none !important;
  }
}
#menu_desktop.menu-closed {
  transition: padding 0.7s 0.8s, width 0.7s 0.8s, height 0.7s 0.8s;
  width: 80px;
  height: 80px;
  padding: 5px;
}
#menu_desktop .swanlink {
  cursor: pointer;
  width: 70px;
  height: 70px;
}
#menu_desktop ul#mainmenu, #menu_desktop ul#loginlink {
  margin-left: 5px;
  margin-top: 5px;
}
#menu_desktop ul#mainmenu li, #menu_desktop ul#loginlink li {
  list-style: none;
}
#menu_desktop ul#mainmenu li a, #menu_desktop ul#loginlink li a {
  display: block;
  font-size: 17px;
  color: #FFF;
  transition: letter-spacing 0.2s;
  letter-spacing: 0;
  line-height: 1.15em;
  margin-bottom: 6px;
}
#menu_desktop ul#mainmenu li a:hover, #menu_desktop ul#loginlink li a:hover {
  letter-spacing: 0.05em;
  transition: letter-spacing 0.2s;
  opacity: 0.8;
}
#menu_desktop ul#mainmenu li ul.submenu, #menu_desktop ul#loginlink li ul.submenu {
  padding: 0 0 5px 0;
}
#menu_desktop ul#mainmenu li ul.submenu li a, #menu_desktop ul#loginlink li ul.submenu li a {
  padding: 4px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
  font-style: italic;
  margin-bottom: 0px;
}
#menu_desktop ul#mainmenu li {
  font-weight: 400;
}
#menu_desktop ul#loginlink li {
  font-weight: 600;
}
#menu_desktop ul#loginlink li a {
  color: #CCC;
}

#kabena_hamburger {
  display: none;
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
  z-index: 5101;
  transition-property: opacity;
  transition-duration: 0.15s;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #kabena_hamburger {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    display: block;
  }
}
@media (max-width: 749px) {
  #kabena_hamburger {
    /* <<< SMALL SMALL SMALL <<< */
    width: 60px;
    height: 60px;
  }
}
#kabena_hamburger.is-active .hamburger .hamburger-box {
  transition-duration: 0.15s;
  transition-property: opacity;
  opacity: 1;
}
#kabena_hamburger.is-active .hamburger .swanlogo {
  transition-duration: 0.15s;
  transition-property: opacity;
  opacity: 0;
}
#kabena_hamburger .hamburger {
  padding-top: 10px;
  padding-bottom: 12px;
}
#kabena_hamburger .hamburger .swanlogo {
  transition-duration: 0.15s;
  transition-property: opacity;
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 70px;
  height: 70px;
  /* <<< */
}
@media (max-width: 749px) {
  #kabena_hamburger .hamburger .swanlogo {
    /* <<< SMALL SMALL SMALL <<< */
    width: 50px;
    height: 50px;
  }
}
#kabena_hamburger .hamburger .hamburger-box {
  opacity: 0;
}
#kabena_hamburger .hamburger .hamburger-box .hamburger-inner {
  margin-top: 20px;
  width: 50px;
  /* <<< */
}
@media (max-width: 749px) {
  #kabena_hamburger .hamburger .hamburger-box .hamburger-inner {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 0px;
    width: 30px;
  }
}
#kabena_hamburger .hamburger .hamburger-box .hamburger-inner:after, #kabena_hamburger .hamburger .hamburger-box .hamburger-inner:before {
  width: 50px;
  /* <<< */
}
@media (max-width: 749px) {
  #kabena_hamburger .hamburger .hamburger-box .hamburger-inner:after, #kabena_hamburger .hamburger .hamburger-box .hamburger-inner:before {
    /* <<< SMALL SMALL SMALL <<< */
    width: 35px;
  }
}
#kabena_hamburger button:focus {
  outline: none;
}

#kabenamobileheader {
  display: none;
  position: fixed;
  top: -450px;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 5100;
  transition-duration: 0.15s;
  transition-property: top;
  /* <<< */
}
@media (max-width: 1099px) {
  #kabenamobileheader {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    display: block;
  }
}
#kabenamobileheader.is-open {
  transition-delay: 0.15s;
  transition-property: top;
  transition-duration: 0.15s;
  top: 0;
}
#kabenamobileheader .closelink {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 1099;
  z-index: 1099;
}
#kabenamobileheader .mobilenav_wrapper {
  letter-spacing: 0.05em;
  height: auto;
  width: 100%;
  font-size: 24px;
  color: white;
  /* <<< */
}
@media (max-width: 1099px) {
  #kabenamobileheader .mobilenav_wrapper {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
  }
}
#kabenamobileheader .mobilenav_wrapper ul {
  width: 100%;
  text-align: right;
  padding-right: 100px;
  margin-top: 25px;
  list-style: none;
  font-weight: 400;
  margin-left: 0;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #kabenamobileheader .mobilenav_wrapper ul {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-top: 15px;
  }
}
@media (max-width: 749px) {
  #kabenamobileheader .mobilenav_wrapper ul {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 8px;
    padding-right: 80px;
  }
}
#kabenamobileheader .mobilenav_wrapper ul li a {
  display: inline-block;
  padding: 2px 0px 2px 15px;
  font-size: 20px;
  color: #FFF;
  transition: letter-spacing 0.2s;
  letter-spacing: 0;
}
#kabenamobileheader .mobilenav_wrapper ul li a:hover {
  letter-spacing: 0.05em;
  transition: letter-spacing 0.2s;
  opacity: 0.8;
}
#kabenamobileheader .mobilenav_wrapper ul li.nav-button-logo {
  margin-bottom: 30px;
}
#kabenamobileheader .mobilenav_wrapper ul li.nav-button-logo img {
  width: 150px;
}
#kabenamobileheader .mobilenav_wrapper ul li ul.submenu {
  margin-top: 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
}
#kabenamobileheader .mobilenav_wrapper ul li ul.submenu li a {
  padding: 2px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1em;
  font-style: italic;
}
#kabenamobileheader .mobilenav_wrapper .link_innercircle {
  font-weight: 600;
}
#kabenamobileheader #career_mobilebutton {
  width: 100%;
  min-height: 30px;
  max-height: 40px;
  background-color: #FF003A;
  font-size: 20px;
  font-style: oblique;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  padding: 5px;
  text-align: right;
  padding-right: 100px;
  /* <<< */
}
#kabenamobileheader #career_mobilebutton.kontakt {
  display: none;
}
@media (max-width: 749px) {
  #kabenamobileheader #career_mobilebutton {
    /* <<< SMALL SMALL SMALL <<< */
    padding-right: 80px;
  }
}
#kabenamobileheader #career_mobilebutton a {
  color: black;
}
#kabenamobileheader #career_mobilebutton a:hover {
  color: black;
  opacity: 0.85;
}

#career_desktop {
  position: fixed;
  z-index: 100000;
  right: -450px;
  top: 320px;
  transition: right 1s 0.5s;
  transition-timing-function: ease-in-out;
  /* <<< */
}
#career_desktop.kontakt {
  display: none;
}
@media (max-width: 1099px) {
  #career_desktop {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    display: none;
  }
}
#career_desktop:hover {
  right: 0;
  transition: right 0.2s;
  transition-timing-function: ease-in-out;
}
#career_desktop .bgimage {
  width: 500px;
}
.blackbg {
  background-color: black;
  width: 100%;
}
.blackbg:after {
  background-image: url("../img/fadeblack.png");
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1px 160px;
  display: block;
  content: "";
  position: relative;
  bottom: -158px;
  left: 0;
  width: 100vw;
  height: 160px;
  z-index: 4001;
}

.pinkbg {
  background-color: #F83B5B;
  width: 100%;
}
.pinkbg:before {
  background-image: url("../img/fadepink.png");
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1px 160px;
  display: block;
  content: "";
  position: relative;
  top: -140px;
  left: 0;
  width: 100vw;
  height: 160px;
  z-index: 4000;
}

#home.cursor:hover {
  cursor: pointer;
}
#home #particles-js {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
#home .particles-js-canvas-el {
  position: absolute;
  z-index: 1000;
}
#home .home_menu {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  /* <<< */
}
@media (max-width: 749px) {
  #home .home_menu {
    /* <<< SMALL SMALL SMALL <<< */
    z-index: 10000;
  }
}
#home .home_menu .menulinks {
  /* <<< */
}
@media (max-width: 749px) {
  #home .home_menu .menulinks {
    /* <<< SMALL SMALL SMALL <<< */
    display: none !important;
  }
}
#home .home_menu .menulinks ul {
  position: relative;
  width: 100%;
  height: 100vh;
}
#home .home_menu .menulinks ul li {
  list-style: none;
  position: absolute;
  max-width: 500px;
  hyphens: none;
  /* <<< */
}
@media (max-width: 749px) {
  #home .home_menu .menulinks ul li {
    /* <<< SMALL SMALL SMALL <<< */
    position: unset;
    padding: 10px 0;
    display: none;
  }
}
#home .home_menu .menulinks ul li.kabenalink {
  top: 26%;
  left: 68%;
  transform: scale(1.2);
}
#home .home_menu .menulinks ul li.endeavorslink {
  top: 52%;
  left: 70%;
  transform: scale(1.2);
}
#home .home_menu .menulinks ul li.newslink {
  top: 72%;
  left: 55%;
}
#home .home_menu .menulinks ul li.karlbennonagylink {
  top: 65%;
  left: 8%;
}
#home .home_menu .menulinks ul li.contactlink {
  top: 32%;
  left: 8%;
}
#home .home_menu .menulinks ul li.kiulink {
  top: 17%;
  left: 35%;
}
#home .home_menu .menulinks ul li a {
  font-size: 45px;
  line-height: 0.8em;
  font-weight: 400;
  color: black;
  opacity: 0;
  cursor: pointer;
  pointer-events: all;
  transition: opacity 1s;
  transition-delay: 1s;
  padding-right: 20px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #home .home_menu .menulinks ul li a {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 38px;
  }
}
@media (max-width: 749px) {
  #home .home_menu .menulinks ul li a {
    /* <<< SMALL SMALL SMALL <<< */
    font-size: 24px;
    opacity: 1;
  }
}
#home .home_menu .menulinks ul li a.lightmeup {
  opacity: 1;
  transition: opacity 0.15s;
  color: black;
}
#home .home_menu .menulinks ul li a.lightmeup:hover {
  cursor: pointer;
}
#home .home_menu .swanlogo a {
  pointer-events: all;
  opacity: 0;
  z-index: 10;
  position: absolute;
  left: calc(-120px + 50%);
  top: calc(-0px + 35%);
  width: 240px;
  height: auto;
  cursor: pointer;
  transition: opacity 1s;
  transition-delay: 1s;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #home .home_menu .swanlogo a {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 200px;
    left: calc(-100px + 50%);
    opacity: 1;
  }
}
@media (max-width: 749px) {
  #home .home_menu .swanlogo a {
    /* <<< SMALL SMALL SMALL <<< */
    width: 160px;
    left: calc(-80px + 50%);
    margin-top: -40px;
    opacity: 1;
  }
}
#home .home_menu .swanlogo a.lightmeup {
  opacity: 1;
  transition: opacity 0.15s;
  color: black;
}
#home .home_menu .swanlogo a.lightmeup:hover {
  cursor: pointer;
}

.renewable_fullwidth_image {
  text-align: center;
  max-height: 500px;
  overflow-x: visible;
  overflow-y: hidden;
  width: 100vw;
  background-size: cover;
  background-position: center;
  height: 500px;
  z-index: -1;
  /* <<< */
}
@media (max-width: 749px) {
  .renewable_fullwidth_image {
    /* <<< SMALL SMALL SMALL <<< */
    max-height: 300px;
  }
}

.primary_iceberg {
  text-align: center;
  margin-top: 250px;
  min-height: 700px;
  max-height: 900px;
  overflow-x: visible;
  width: 100vw;
  background-size: cover;
  background-position: center 0%;
  z-index: -1;
  overflow: visible;
  /* <<< */
}
@media (max-width: 749px) {
  .primary_iceberg {
    /* <<< SMALL SMALL SMALL <<< */
    background-position: center;
    min-height: 300px;
    max-height: 400px;
    margin-top: 100px;
  }
}

.privatedebt_sunrise {
  position: relative;
  width: 100vw;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: -20px;
  padding-top: 0;
  overflow: hidden;
  /* <<< */
}
.privatedebt_sunrise video {
  width: 100%;
  transform: rotate(180deg);
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .privatedebt_sunrise video {
    /* <<< MEDIUM <<< */
    width: unset;
  }
}
@media (max-width: 749px) {
  .privatedebt_sunrise video {
    /* <<< SMALL SMALL SMALL <<< */
    min-height: 200px;
    min-width: 100%;
    max-width: 200%;
    margin: 0 auto;
    margin-left: -25%;
  }
}
@media (max-width: 749px) {
  .privatedebt_sunrise {
    /* <<< SMALL SMALL SMALL <<< */
    max-height: 80vw;
  }
}

.epaper-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  background-color: #E4FFE5;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 0px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .epaper-box {
    /* <<< MEDIUM <<< */
    flex-flow: row-reverse nowrap;
    padding-left: 0px;
    padding-right: 90px;
  }
}
@media (max-width: 749px) {
  .epaper-box {
    /* <<< SMALL <<< */
    padding-right: 70px;
    height: 60px;
    padding-left: 10px;
  }
}
.epaper-box:hover {
  background-color: #c3f6c5;
}
.epaper-box .text-wrapper {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  padding: 10px 0 10px 10px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  hyphens: auto;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .epaper-box .text-wrapper {
    /* <<< MEDIUM <<< */
    font-size: px;
  }
}
@media (max-width: 749px) {
  .epaper-box .text-wrapper {
    /* <<< SMALL <<< */
    font-size: 14px;
  }
}
.epaper-box .text-wrapper .link-text {
  font-weight: 500;
  padding: 15px 0;
  text-decoration: none;
}
.epaper-box .text-wrapper .link-text:hover {
  text-decoration: underline;
}
.epaper-box .icon-wrapper {
  padding: 0 10px;
  /* <<< */
}
@media (max-width: 749px) {
  .epaper-box .icon-wrapper {
    /* <<< SMALL <<< */
    padding: 0;
  }
}
.epaper-box .icon-wrapper .epaper-icon {
  padding: 0;
  object-fit: contain;
  height: auto;
  width: auto;
  max-height: 60px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .epaper-box .icon-wrapper .epaper-icon {
    /* <<< MEDIUM <<< */
    max-height: 60px;
  }
}
@media (max-width: 749px) {
  .epaper-box .icon-wrapper .epaper-icon {
    /* <<< SMALL <<< */
    max-height: 60px;
    min-width: 60px;
    padding: 10px 0;
  }
}

.aboutblock {
  display: block;
  min-height: 300px;
  box-sizing: content-box;
  margin: 0;
  padding: 50px 0;
}
.aboutblock#renewable1 {
  padding-bottom: 0 !important;
}
.aboutblock#renewable1 .block_teasertext {
  min-height: 250px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#renewable1 .block_teasertext {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
  }
}
@media (max-width: 749px) {
  .aboutblock#renewable1 .block_teasertext {
    /* <<< SMALL SMALL SMALL <<< */
    min-height: unset;
  }
}
.aboutblock#renewable1 .renewable_logo {
  margin-top: 100px;
  margin-bottom: 120px;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#renewable1 .renewable_logo {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.aboutblock#renewable1 .renewable_logo #renewable_logo_video {
  height: auto;
  margin-top: 0px;
}
.aboutblock#renewable1 .renewable_p1a {
  position: relative;
  height: auto;
  margin-left: 80px;
  width: 70%;
  max-width: 700px;
  text-align: justify;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: -78px;
  /* <<< */
  /* <<< */
}
.aboutblock#renewable1 .renewable_p1a .overlay {
  float: left;
  position: relative;
  text-align: right;
  left: 0px;
  top: 0px;
  width: 175px;
  height: 37px;
  margin-bottom: -5px;
  hyphens: auto;
}
.aboutblock#renewable1 .renewable_p1a .overlay .einschub {
  hyphens: none;
  font-size: 135px;
  font-weight: 400;
  padding-right: 12px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.9em;
  text-align: right;
}
.aboutblock#renewable1 .renewable_p1a .overlay .einschub p {
  hyphens: auto;
  text-align: right;
}
@media (max-width: 1099px) {
  .aboutblock#renewable1 .renewable_p1a {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
  }
  .aboutblock#renewable1 .renewable_p1a .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 135px;
    height: 37px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#renewable1 .renewable_p1a .overlay .einschub {
    hyphens: none;
    font-size: 105px;
    font-weight: 400;
    padding-right: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#renewable1 .renewable_p1a .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
}
@media (max-width: 749px) {
  .aboutblock#renewable1 .renewable_p1a {
    /* <<< SMALL SMALL SMALL <<< */
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: -65px;
    width: 80%;
  }
  .aboutblock#renewable1 .renewable_p1a .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 30px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#renewable1 .renewable_p1a .overlay .einschub {
    hyphens: none;
    font-size: 65px;
    font-weight: 400;
    padding-right: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#renewable1 .renewable_p1a .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
}
.aboutblock#renewable1 .renewable_p1a .overlay .einschub {
  font-weight: 500;
}
.aboutblock#renewable1 .block_sun {
  position: relative;
  width: 110%;
  right: 0%;
  height: 1200px;
  top: -700px;
  right: -20%;
  z-index: -1;
  overflow: hidden;
  margin-bottom: -800px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#renewable1 .block_sun {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    right: -35%;
    margin-bottom: -900px;
  }
}
@media (max-width: 749px) {
  .aboutblock#renewable1 .block_sun {
    /* <<< SMALL SMALL SMALL <<< */
    top: -150px;
    width: 130%;
    right: -15%;
  }
}
.aboutblock#renewable1 .block_sun video {
  height: 100%;
  width: 120%;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#renewable1 .block_sun video {
    /* <<< SMALL SMALL SMALL <<< */
    height: 500px;
  }
}
.aboutblock#renewable2 {
  padding-top: 0;
  display: inline-block;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#renewable2 {
    /* <<< SMALL <<< */
    position: relative;
    display: block;
  }
}
.aboutblock#renewable2 .renewable_p1b {
  height: auto;
  max-width: 60%;
  text-align: justify;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -78px;
  /* <<< */
  /* <<< */
}
.aboutblock#renewable2 .renewable_p1b ul li {
  text-align: left;
}
@media (max-width: 1099px) {
  .aboutblock#renewable2 .renewable_p1b {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    max-width: 60%;
  }
}
@media (max-width: 749px) {
  .aboutblock#renewable2 .renewable_p1b {
    /* <<< SMALL SMALL SMALL <<< */
    max-width: 400px;
    width: 80%;
    margin-top: -65px;
  }
}
.aboutblock#renewable2 .renewable_p2_image {
  display: block;
  height: auto;
  min-width: 60%;
  max-width: 55%;
  padding: 15px 15px 15px 40%;
  margin: 0px 50px -420px;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#renewable2 .renewable_p2_image {
    /* <<< SMALL SMALL SMALL <<< */
    padding: 15px 5px 15px 5px;
    width: 100%;
    min-width: 85%;
    max-width: 90%;
    margin: 60px 50px -320px;
  }
}
.aboutblock#renewable2 .renewable_p2 {
  margin-top: 450px;
  width: 70%;
  margin-left: 15%;
  /* <<< */
  /* <<< */
}
.aboutblock#renewable2 .renewable_p2 .overlay {
  float: left;
  position: relative;
  text-align: right;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 62px;
  margin-bottom: -5px;
  hyphens: auto;
}
.aboutblock#renewable2 .renewable_p2 .overlay .einschub {
  hyphens: none;
  font-size: 105px;
  font-weight: 500;
  padding-right: 12px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.9em;
  text-align: right;
}
.aboutblock#renewable2 .renewable_p2 .overlay .einschub p {
  hyphens: auto;
  text-align: right;
}
@media (max-width: 1099px) {
  .aboutblock#renewable2 .renewable_p2 {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-top: 500px;
  }
  .aboutblock#renewable2 .renewable_p2 .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 62px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#renewable2 .renewable_p2 .overlay .einschub {
    hyphens: none;
    font-size: 85px;
    font-weight: 500;
    padding-right: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#renewable2 .renewable_p2 .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
}
@media (max-width: 749px) {
  .aboutblock#renewable2 .renewable_p2 {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 380px;
    width: 100%;
    float: right;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .aboutblock#renewable2 .renewable_p2 .einschub {
    padding-bottom: 10px;
  }
  .aboutblock#renewable2 .renewable_p2 .overlay {
    float: right;
    position: relative;
    text-align: left;
    right: 0px;
    top: 0px;
    width: unset;
    height: unset;
    margin-bottom: -5px;
  }
  .aboutblock#renewable2 .renewable_p2 .overlay .einschub {
    hyphens: none;
    font-size: unset;
    font-weight: unset;
    padding-left: unset;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0.9em;
  }
  .aboutblock#renewable2 .renewable_p2 .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 190px;
    height: 30px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#renewable2 .renewable_p2 .overlay .einschub {
    hyphens: none;
    font-size: 45px;
    font-weight: 400;
    padding-right: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#renewable2 .renewable_p2 .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
}
.aboutblock#primary {
  /* <<< */
}
.aboutblock#primary .primary_logo {
  margin-top: 100px;
  margin-bottom: 150px;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#primary .primary_logo {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
@media (max-width: 749px) {
  .aboutblock#primary {
    /* <<< SMALL SMALL SMALL <<< */
    margin-bottom: 20px;
  }
}
.aboutblock#primary #primary_logo_video {
  height: auto;
  max-width: 50%;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#primary #primary_logo_video {
    /* <<< SMALL SMALL SMALL <<< */
    max-width: 400px;
  }
}
.aboutblock#primary .block_teasertext {
  position: relative;
  z-index: 10;
}
.aboutblock#primary .anim_and_atom {
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#primary .anim_and_atom {
    /* <<< SMALL SMALL SMALL <<< */
    display: flex;
    flex-direction: column;
  }
}
.aboutblock#primary .anim_and_atom .primary_nugget {
  float: right;
  width: 30%;
  margin-top: -180px;
  margin-bottom: -180px;
  position: relative;
  z-index: 10;
  /* <<< */
}
.aboutblock#primary .anim_and_atom .primary_nugget img {
  width: 100%;
}
@media (max-width: 749px) {
  .aboutblock#primary .anim_and_atom .primary_nugget {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    order: 2;
    text-align: right;
    float: unset;
    margin-bottom: 80px;
    margin-top: -220px;
  }
  .aboutblock#primary .anim_and_atom .primary_nugget img {
    padding-right: 10px;
    width: 55%;
  }
}
.aboutblock#primary .anim_and_atom .primary_anim {
  margin-top: 0px;
  position: relative;
  width: 200%;
  margin-left: -40%;
  width: 1000px;
  top: -150px;
  z-index: 0;
  overflow: hidden;
  margin-bottom: -550px;
  background: transparent;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary .anim_and_atom .primary_anim {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-left: -60%;
  }
}
@media (max-width: 749px) {
  .aboutblock#primary .anim_and_atom .primary_anim {
    /* <<< SMALL SMALL SMALL <<< */
    max-height: 800px;
    margin: -100px 0 0 -150px;
    width: 500px;
    top: 0;
    clear: both;
    overflow: visible;
    order: 1;
  }
}
.aboutblock#primary .anim_and_atom .primary_anim video {
  background: transparent;
  height: 100%;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#primary .anim_and_atom .primary_anim video {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
  }
}
.aboutblock#primary .primary_p1 {
  margin-top: 0px;
  width: 65%;
  margin-left: 35%;
  /* <<< */
  position: relative;
  z-index: 10;
  /* <<< */
  /* <<< */
}
.aboutblock#primary .primary_p1 .overlay {
  float: left;
  position: relative;
  text-align: right;
  left: 0px;
  top: 0px;
  width: 210px;
  height: 32px;
  margin-bottom: -5px;
  hyphens: auto;
}
.aboutblock#primary .primary_p1 .overlay .einschub {
  hyphens: none;
  font-size: 105px;
  font-weight: 500;
  padding-right: 12px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.9em;
  text-align: right;
}
.aboutblock#primary .primary_p1 .overlay .einschub p {
  hyphens: auto;
  text-align: right;
}
@media (max-width: 1099px) {
  .aboutblock#primary .primary_p1 {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
  }
  .aboutblock#primary .primary_p1 .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 32px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#primary .primary_p1 .overlay .einschub {
    hyphens: none;
    font-size: 85px;
    font-weight: 500;
    padding-right: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#primary .primary_p1 .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
}
@media (max-width: 1099px) {
  .aboutblock#primary .primary_p1 {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 75%;
    margin-left: 25%;
  }
}
@media (max-width: 749px) {
  .aboutblock#primary .primary_p1 {
    /* <<< SMALL SMALL SMALL <<< */
    box-sizing: border-box;
    padding: 0 10px;
    margin-left: 0%;
    width: 100%;
    display: inline-block;
  }
  .aboutblock#primary .primary_p1 .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 183px;
    height: 22px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#primary .primary_p1 .overlay .einschub {
    hyphens: none;
    font-size: 45px;
    font-weight: 400;
    padding-right: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#primary .primary_p1 .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
}
.aboutblock#primary .primary_p2 {
  position: relative;
  z-index: 10;
  margin-top: 50px;
  width: 65%;
  margin-left: 35%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary .primary_p2 {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 75%;
    margin-left: 25%;
  }
}
@media (max-width: 749px) {
  .aboutblock#primary .primary_p2 {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-left: 0%;
    width: 100%;
  }
}
.aboutblock#primary #helium-graphic {
  display: block;
  margin: 50px 0;
}
.aboutblock#primary #helium-graphic .helium-title {
  font-size: 55px;
  margin: 220px 0 40px 0;
  text-transform: uppercase;
  font-weight: 800x;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .helium-title {
    /* <<< MEDIUM <<< */
    font-size: 48px;
  }
}
@media (max-width: 749px) {
  .aboutblock#primary #helium-graphic .helium-title {
    /* <<< SMALL <<< */
    font-size: 32px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper {
  height: 500px;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper {
    /* <<< SMALL <<< */
    display: none;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic {
  position: relative;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .stoerer {
  font-size: 1.1vw;
  font-weight: 500;
  position: absolute;
  right: -30px;
  top: 44%;
  width: 40%;
  font-style: italic;
  z-index: 100000;
  color: red;
  text-align: right;
  opacity: 0;
  transition: opacity 0.8s 0.5s;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .stoerer {
    /* <<< MEDIUM <<< */
    top: 42%;
    width: 38%;
    font-size: 1.4vw;
    right: -20px;
  }
}
@media (min-width: 1400px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .stoerer {
    /* <<< XL <<< */
    font-size: 17px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .stoerer.show {
  opacity: 1;
  transition: opacity 0.8s 1s;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: -5px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper {
  box-sizing: border-box;
  height: 280px;
  width: 33.33%;
  border: 5px solid white;
  background-color: #DDD;
  float: left;
  display: block;
  z-index: 1000;
  position: relative;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield {
  position: relative;
  height: 100%;
  z-index: 100;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .headline {
  max-width: 380px;
  position: absolute;
  z-index: 1001;
  font-weight: 600;
  font-size: 19px;
  line-height: 21px;
  text-transform: uppercase;
  background-color: #000;
  display: inline;
  padding: 0px 5px;
  text-align: center;
  hyphens: none;
  word-break: keep-all;
  white-space: nowrap;
  box-decoration-break: clone;
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .headline {
    /* <<< MEDIUM <<< */
    font-size: 16px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper {
  position: relative;
  width: 100%;
  opacity: 0;
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper {
    /* <<< MEDIUM <<< */
    opacity: 1;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper.show {
  opacity: 1;
  transition: opacity 1s 0.2s;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper .icon {
  width: 100%;
  min-width: 130px;
  position: absolute;
  transform: scale(1);
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper .icon {
    /* <<< MEDIUM <<< */
    transform: scale(0.8);
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper .icontext {
  position: relative;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper .icontext .name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 200px;
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper .icontext .name {
    /* <<< MEDIUM <<< */
    font-size: 15px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper .icontext .subline {
  font-size: 16px;
  min-width: 200px;
  line-height: 1.2em;
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper .colorfield .iconwrapper .icontext .subline {
    /* <<< MEDIUM <<< */
    font-size: 15px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.one {
  width: 45%;
  height: 250px;
  background-color: #FFDCDC;
  border-bottom-width: 10px;
  /* <<< */
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.one .colorfield .headline {
  left: unset;
  top: unset;
  right: 55px;
  bottom: 20px;
  width: auto;
  min-width: auto;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.one .colorfield .iconwrapper .icon {
  left: 5px;
  top: 5px;
  width: 120px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.one .colorfield .iconwrapper .icontext {
  left: 145px;
  top: 20px;
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.one {
    /* <<< MEDIUM <<< */
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.one .colorfield .headline {
    left: unset;
    top: unset;
    right: 35px;
    bottom: 20px;
    width: auto;
    min-width: auto;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.one .colorfield .iconwrapper .icon {
    left: 0px;
    top: 0px;
    width: 120px;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.one .colorfield .iconwrapper .icontext {
    left: 135px;
    top: 20px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.one .headline {
  color: #FF7575;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two {
  width: 5%;
  height: 250px;
  background-color: #FFF4DC;
  border-bottom-width: 10px;
  z-index: 1001;
  /* <<< */
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two .colorfield .headline {
  left: 20px;
  top: unset;
  right: unset;
  bottom: 90px;
  width: auto;
  min-width: auto;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two .colorfield .iconwrapper .icon {
  left: 40px;
  top: -20px;
  width: 150px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two .colorfield .iconwrapper .icontext {
  left: -60px;
  top: 20px;
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two {
    /* <<< MEDIUM <<< */
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two .colorfield .headline {
    left: 20px;
    top: unset;
    right: unset;
    bottom: 65px;
    width: auto;
    min-width: auto;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two .colorfield .iconwrapper .icon {
    left: 10px;
    top: 10px;
    width: 150px;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two .colorfield .iconwrapper .icontext {
    left: -60px;
    top: 70px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two .headline {
  color: #FFD672;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.two .colorfield .iconwrapper .icon img {
  width: 100%;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.three {
  width: 50%;
  height: 295px;
  z-index: 1000;
  background-color: #DCFEF6;
  border-bottom-width: 10px;
  /* <<< */
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.three .colorfield .headline {
  left: 115px;
  top: unset;
  right: unset;
  bottom: 80px;
  width: auto;
  min-width: auto;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.three .colorfield .iconwrapper .icon {
  left: 72%;
  top: 10px;
  width: 120px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.three .colorfield .iconwrapper .icontext {
  left: 40%;
  top: 20px;
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.three {
    /* <<< MEDIUM <<< */
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.three .colorfield .headline {
    left: 95px;
    top: unset;
    right: unset;
    bottom: 70px;
    width: auto;
    min-width: auto;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.three .colorfield .iconwrapper .icon {
    left: 70%;
    top: 5px;
    width: 120px;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.three .colorfield .iconwrapper .icontext {
    left: 38%;
    top: 20px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.three .headline {
  color: #75FFDB;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four {
  width: 44.5%;
  margin-top: -50px;
  background-color: #FCFFCE;
  /* <<< */
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .colorfield .headline {
  left: unset;
  top: 30px;
  right: 50px;
  bottom: unset;
  width: auto;
  min-width: auto;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .colorfield .iconwrapper .icon {
  left: 0px;
  top: 145px;
  width: 100px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .colorfield .iconwrapper .icontext {
  left: 120px;
  top: 170px;
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four {
    /* <<< MEDIUM <<< */
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .colorfield .headline {
    left: unset;
    top: 30px;
    right: 30px;
    bottom: unset;
    width: auto;
    min-width: auto;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .colorfield .iconwrapper .icon {
    left: 0px;
    top: 125px;
    width: 100px;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .colorfield .iconwrapper .icontext {
    left: 120px;
    top: 150px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .headline {
  color: #F4FF3D;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .iconwrapper .icon {
  min-width: 110px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .iconwrapper .icontext {
  width: 140px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.four .iconwrapper .icontext .subline {
  width: 120px;
  white-space: normal;
  hyphens: auto;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.five {
  width: 6.5%;
  margin-top: -50px;
  background-color: #E5DEFF;
  /* <<< */
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.five .colorfield .headline {
  left: unset;
  top: 135px;
  right: 10px;
  bottom: unset;
  width: auto;
  min-width: auto;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.five .colorfield .iconwrapper .icon {
  left: 20px;
  top: 20px;
  width: 120px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.five .colorfield .iconwrapper .icontext {
  left: 20px;
  top: 20px;
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.five {
    /* <<< MEDIUM <<< */
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.five .colorfield .headline {
    left: unset;
    top: 115px;
    right: 10px;
    bottom: unset;
    width: auto;
    min-width: auto;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.five .colorfield .iconwrapper .icon {
    left: 20px;
    top: 20px;
    width: 120px;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.five .colorfield .iconwrapper .icontext {
    left: 20px;
    top: 20px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.five .headline {
  color: #967CFE;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six {
  width: 2.5%;
  margin-top: -50px;
  background-color: #E2FFDC;
  /* <<< */
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six .colorfield .headline {
  left: 10px;
  top: 135px;
  right: unset;
  bottom: unset;
  width: auto;
  min-width: auto;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six .colorfield .iconwrapper .icon {
  left: 10px;
  top: 150px;
  width: 120px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six .colorfield .iconwrapper .icontext {
  left: -190px;
  top: 190px;
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six {
    /* <<< MEDIUM <<< */
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six .colorfield .headline {
    left: 10px;
    top: 115px;
    right: unset;
    bottom: unset;
    width: auto;
    min-width: auto;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six .colorfield .iconwrapper .icon {
    left: 10px;
    top: 150px;
    width: 120px;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six .colorfield .iconwrapper .icontext {
    left: -195px;
    top: 190px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six .headline {
  color: #8EFF75;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.six .iconwrapper .icontext {
  text-align: right;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven {
  z-index: 900;
  width: 46.5%;
  margin-top: -50px;
  background-color: #DCEFFF;
  /* <<< */
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .colorfield .headline {
  left: 75px;
  top: 80px;
  right: unset;
  bottom: unset;
  width: auto;
  min-width: auto;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .colorfield .iconwrapper .icon {
  left: 68%;
  top: 160px;
  width: 100px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .colorfield .iconwrapper .icontext {
  left: 22%;
  top: 190px;
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven {
    /* <<< MEDIUM <<< */
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .colorfield .headline {
    left: 60px;
    top: 60px;
    right: unset;
    bottom: unset;
    width: auto;
    min-width: auto;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .colorfield .iconwrapper .icon {
    left: 68%;
    top: 160px;
    width: 100px;
  }
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .colorfield .iconwrapper .icontext {
    left: 10%;
    top: 190px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .headline {
  color: #77BFFE;
  width: unset;
  text-align: left;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .iconwrapper .icontext {
  width: 65%;
  text-align: right;
  left: unset !important;
  right: 0;
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .iconwrapper .icontext {
    /* <<< MEDIUM <<< */
    width: 65%;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .iconwrapper .icontext .name {
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .iconwrapper .icontext .name {
    /* <<< MEDIUM <<< */
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .iconwrapper .icontext .subline {
  display: block;
  white-space: normal;
  word-break: break-all;
  hyphens: auto;
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .colorfields .colorfield-wrapper.seven .iconwrapper .icontext .subline {
    /* <<< MEDIUM <<< */
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .centergraphic {
  opacity: 1;
  position: absolute;
  z-index: 10000;
  top: 50%;
  margin: 0 auto;
  left: 50%;
  background-color: white;
  border: 5px solid white;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper .graphic .centergraphic {
    /* <<< MEDIUM <<< */
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .centergraphic .imagewrapper {
  width: 100%;
}
.aboutblock#primary #helium-graphic .graphic-wrapper .graphic .centergraphic .imagewrapper img {
  width: 100%;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile {
  display: none;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#primary #helium-graphic .graphic-wrapper-mobile {
    /* <<< SMALL <<< */
    display: block;
  }
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box {
  position: relative;
  margin: 5px 0;
  min-height: 200px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box .headline {
  position: absolute;
  bottom: -10px;
  left: 5px;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box .headline .initial {
  display: inline-block;
  font-size: 45px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box .icon {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 60px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box .icon img {
  width: 100px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box .name {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box .subline {
  position: absolute;
  top: 30px;
  right: 5px;
  max-width: 60%;
  text-align: right;
  line-height: 1.2em;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.one {
  background-color: #FFDCDC;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.one .icon {
  margin-left: -50px;
  transform: translateX(-15px);
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.two {
  background-color: #FFF4DC;
  min-height: 180px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.two .icon {
  top: 30px;
  margin-left: -50px;
  transform: scale(1.4);
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.centerimg-mobile img {
  width: 100%;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.three {
  background-color: #DCFEF6;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.three .icon {
  top: 30px;
  transform: scale(0.9);
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.four {
  background-color: #FCFFCE;
  min-height: 220px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.four .icon {
  top: 65px;
  transform: scale(0.9);
  margin-bottom: 20px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.seven {
  background-color: #DCEFFF;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.seven .icon {
  top: 45px;
  transform: scale(1.1);
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.five {
  background-color: #E5DEFF;
  height: 300px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.five .icon {
  top: 30px;
  transform: scale(0.9);
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.six {
  background-color: #E2FFDC;
  min-height: 0;
  height: 70px;
  top: -120px;
  text-align: right;
  margin-bottom: -40px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.six .headline {
  left: unset;
  right: 5px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.six .headline .initial {
  position: relative;
  top: 15px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.six .icon {
  margin-left: -60px;
  top: -100px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.six .name {
  top: -175px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.six .subline {
  top: -150px;
}
.aboutblock#primary #helium-graphic .graphic-wrapper-mobile .colorfields-mobile .box.stoerer {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: red;
  text-align: left;
}
.aboutblock#privatedebt {
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.aboutblock#privatedebt .privatedebt_logo {
  z-index: 100;
  /* <<< */
}
.aboutblock#privatedebt .privatedebt_logo video {
  max-width: 70%;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#privatedebt .privatedebt_logo video {
    /* <<< SMALL SMALL SMALL <<< */
    max-width: 90%;
  }
}
@media (max-width: 749px) {
  .aboutblock#privatedebt .privatedebt_logo {
    /* <<< SMALL SMALL SMALL <<< */
  }
}
.aboutblock#privatedebt .block_headline {
  text-align: right;
}
.aboutblock#privatedebt .block_teasertext {
  position: relative;
  margin-top: 190px;
  padding-left: 70%;
  text-align: right;
  margin-bottom: -150px;
  z-index: 1000;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#privatedebt .block_teasertext {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    padding-left: 50%;
  }
}
@media (max-width: 749px) {
  .aboutblock#privatedebt .block_teasertext {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 120px;
    padding-left: 20%;
  }
}
.aboutblock#privatedebt .privatedebt_video {
  position: relative;
  z-index: 0;
  width: 70%;
  overflow: hidden;
  height: 1000px;
  margin-top: -700px;
  margin-left: -15%;
  margin-bottom: -150px;
  /* <<< */
}
.aboutblock#privatedebt .privatedebt_video video {
  width: 100%;
  z-index: -1;
}
@media (max-width: 749px) {
  .aboutblock#privatedebt .privatedebt_video {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 150px;
    margin-bottom: -125px;
    margin-left: 0;
    height: auto;
    margin: 150px auto -120px;
  }
}
.aboutblock#privatedebt .privatedebt_p1 {
  position: relative;
  margin-top: 176px;
  width: 70%;
  margin-left: 30%;
  z-index: 5000;
  /* <<< */
  /* <<< */
}
.aboutblock#privatedebt .privatedebt_p1 .overlay {
  float: left;
  position: relative;
  text-align: right;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 52px;
  margin-bottom: -5px;
  hyphens: auto;
}
.aboutblock#privatedebt .privatedebt_p1 .overlay .einschub {
  hyphens: none;
  font-size: 85px;
  font-weight: 500;
  padding-right: 20px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.9em;
  text-align: right;
}
.aboutblock#privatedebt .privatedebt_p1 .overlay .einschub p {
  hyphens: auto;
  text-align: right;
}
@media (max-width: 1099px) {
  .aboutblock#privatedebt .privatedebt_p1 {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-top: 150px;
  }
}
@media (max-width: 749px) {
  .aboutblock#privatedebt .privatedebt_p1 {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    margin-left: 0;
    margin-top: 100px;
    box-sizing: border-box;
  }
  .aboutblock#privatedebt .privatedebt_p1 .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 205px;
    height: 45px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#privatedebt .privatedebt_p1 .overlay .einschub {
    hyphens: none;
    font-size: 45px;
    font-weight: 500;
    padding-right: 20px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#privatedebt .privatedebt_p1 .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
}
.aboutblock#privatedebt .privatedebt_p2 {
  position: relative;
  z-index: 100;
  margin-top: 50px;
  width: 70%;
  margin-left: 30%;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#privatedebt .privatedebt_p2 {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    margin-bottom: -80px;
  }
}
.aboutblock#charity {
  padding-bottom: 200px;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#charity {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: -120px;
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.aboutblock#charity .charity_logo {
  background-color: white;
  margin-top: 40px;
  margin-bottom: 150px;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#charity .charity_logo {
    /* <<< SMALL SMALL SMALL <<< */
    margin-bottom: 80px;
  }
}
.aboutblock#charity .charity_logo video {
  max-width: 60%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#charity .charity_logo video {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    max-width: 70%;
  }
}
@media (max-width: 749px) {
  .aboutblock#charity .charity_logo video {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    max-width: 400px;
  }
}
.aboutblock#charity .charity_logo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #F83B5B;
}
.aboutblock#charity .charity_logo .overlay.unsupported {
  mix-blend-mode: unset;
}
.aboutblock#charity .charity_logo .overlay.unsupported .fallback {
  display: block;
}
.aboutblock#charity .charity_logo .overlay .fallback {
  display: none;
  margin: 0 auto;
  max-width: 60%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#charity .charity_logo .overlay .fallback {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    max-width: 70%;
  }
}
@media (max-width: 749px) {
  .aboutblock#charity .charity_logo .overlay .fallback {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    max-width: 400px;
  }
}
.aboutblock#charity .block_teasertext {
  max-width: 55%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#charity .block_teasertext {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    max-width: 75%;
    margin-bottom: 60px;
  }
}
@media (max-width: 749px) {
  .aboutblock#charity .block_teasertext {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    max-width: 95%;
  }
}
.aboutblock#charity .swiper-charity {
  min-height: 600px;
  max-height: 700px;
  position: relative;
  margin-bottom: -400px;
  width: 63%;
  margin-left: 37%;
  z-index: 0;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#charity .swiper-charity {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-bottom: -235px;
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 749px) {
  .aboutblock#charity .swiper-charity {
    /* <<< SMALL <<< */
    min-height: 349px;
  }
}
.aboutblock#charity .swiper-charity .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.aboutblock#charity .swiper-charity .swiper-wrapper .swiper-slide .container {
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#charity .swiper-charity .swiper-wrapper .swiper-slide .container {
    /* <<< SMALL SMALL SMALL <<< */
    display: flex;
    flex-direction: column;
  }
}
.aboutblock#charity .swiper-charity .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  height: 600px;
  max-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#charity .swiper-charity .swiper-wrapper .swiper-slide .slide {
    /* <<< SMALL SMALL SMALL <<< */
    min-height: 200px;
    max-height: 300px;
    width: 100vw;
    margin: 0 auto;
  }
}
.aboutblock#charity .swiper-charity .swiper-button-prev, .aboutblock#charity .swiper-charity .swiper-button-next {
  display: none;
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#charity .swiper-charity .swiper-button-prev, .aboutblock#charity .swiper-charity .swiper-button-next {
    /* <<< MEDIUM <<< */
    margin-top: -40px;
    display: block;
  }
}
.aboutblock#charity .charity-pagination {
  z-index: 1000;
  width: 100%;
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#charity .charity-pagination {
    /* <<< MEDIUM <<< */
    min-height: 400px;
    display: none;
  }
}
.aboutblock#charity .charity-pagination .pagination-box {
  width: 72%;
  float: right;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#charity .charity-pagination .pagination-box {
    /* <<< MEDIUM <<< */
    width: 40%;
    min-height: 400px;
  }
}
@media (max-width: 749px) {
  .aboutblock#charity .charity-pagination .pagination-box {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    float: left;
  }
}
.aboutblock#charity .charity-pagination .pagination-box .swiper-pagination {
  position: absolute;
  display: block;
  text-align: right;
  bottom: unset;
  min-height: 400px;
  top: 575px;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: -5px;
  transition: opacity 0.2s;
  opacity: 1;
  z-index: 10000;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#charity .charity-pagination .pagination-box .swiper-pagination {
    /* <<< MEDIUM <<< */
    height: 50px;
  }
}
@media (max-width: 749px) {
  .aboutblock#charity .charity-pagination .pagination-box .swiper-pagination {
    /* <<< SMALL SMALL SMALL <<< */
    margin-left: 0;
    margin-right: 0px;
    top: 265px;
    width: 100%;
    padding-right: 10px;
  }
}
.aboutblock#charity .charity-pagination .pagination-box .swiper-pagination.hideme {
  transition: opacity 0.1s;
  opacity: 0;
}
.aboutblock#charity .charity-pagination .pagination-box .swiper-pagination .swiper-pagination-bullet {
  border: 3px solid black;
  background-color: transparent;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  margin: 0 3px;
}
.aboutblock#charity .charity-pagination .pagination-box .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: black;
}
.aboutblock#charity .charity-pagination .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
  border: 3px solid black;
  background-color: black;
}
.aboutblock#charity .charity_p1 {
  position: relative;
  z-index: 10;
  margin-top: 286px;
  width: 55%;
  margin-left: 0%;
  /* <<< */
  /* <<< */
}
.aboutblock#charity .charity_p1 .overlay {
  float: right;
  position: relative;
  text-align: left;
  right: 0px;
  top: 0px;
  width: 61%;
  height: 64px;
  margin-bottom: -5px;
}
.aboutblock#charity .charity_p1 .overlay .einschub {
  hyphens: none;
  font-size: 85px;
  font-weight: 500;
  padding-left: 12px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0.9em;
}
@media (max-width: 1099px) {
  .aboutblock#charity .charity_p1 {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-top: 200px;
    width: 75%;
  }
  .aboutblock#charity .charity_p1 .overlay {
    float: right;
    position: relative;
    text-align: left;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 62px;
    margin-bottom: -5px;
  }
  .aboutblock#charity .charity_p1 .overlay .einschub {
    hyphens: none;
    font-size: 85px;
    font-weight: 500;
    padding-left: 12px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0.9em;
  }
  .aboutblock#charity .charity_p1 .overlay .einschub {
    text-align: right;
  }
}
@media (max-width: 749px) {
  .aboutblock#charity .charity_p1 {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 206px;
    width: 100%;
    max-width: 400px;
    padding: 0 4px;
  }
  .aboutblock#charity .charity_p1 .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 30px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#charity .charity_p1 .overlay .einschub {
    hyphens: none;
    font-size: 45px;
    font-weight: 500;
    padding-right: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#charity .charity_p1 .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
  .aboutblock#charity .charity_p1 .overlay .einschub {
    margin-left: -2px;
    text-align: left;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.aboutblock#charity .charity_p2 {
  margin-top: 30px;
  width: 55%;
  margin-left: 0%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#charity .charity_p2 {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 75%;
  }
}
@media (max-width: 749px) {
  .aboutblock#charity .charity_p2 {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    max-width: 400px;
    padding: 0 4px;
  }
}
.aboutblock#kiu {
  padding-bottom: 0 !important;
}
.aboutblock#kiu .kiu_logo {
  margin-top: 100px;
  margin-bottom: 120px;
  /* <<< */
}
@media (max-width: 749px) {
  .aboutblock#kiu .kiu_logo {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.aboutblock#kiu .kiu_logo #kiu_logo_video {
  height: auto;
  margin-top: 0px;
}
.aboutblock#kiu .block_teasertext {
  min-height: 250px;
  max-width: 75%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#kiu .block_teasertext {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    max-width: 65%;
  }
}
@media (max-width: 749px) {
  .aboutblock#kiu .block_teasertext {
    /* <<< SMALL SMALL SMALL <<< */
    min-height: unset;
    width: 90%;
    max-width: 90%;
  }
}
.aboutblock#kiu .kiu_mainheadline {
  /* <<< */
  /* <<< */
}
.aboutblock#kiu .kiu_mainheadline p {
  line-height: 78px;
}
@media (max-width: 1099px) {
  .aboutblock#kiu .kiu_mainheadline {
    /* <<< MEDIUM <<< */
  }
  .aboutblock#kiu .kiu_mainheadline p {
    font-size: 70px;
    line-height: 62px;
  }
}
@media (max-width: 749px) {
  .aboutblock#kiu .kiu_mainheadline {
    /* <<< SMALL <<< */
  }
  .aboutblock#kiu .kiu_mainheadline p {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 38px;
  }
}
.aboutblock#kiu .kiu_p1 {
  position: relative;
  height: auto;
  margin-left: 80px;
  width: 70%;
  max-width: 700px;
  text-align: justify;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: -78px;
  /* <<< */
  /* <<< */
}
.aboutblock#kiu .kiu_p1 .overlay {
  float: left;
  position: relative;
  text-align: right;
  left: 0px;
  top: 0px;
  width: 175px;
  height: 37px;
  margin-bottom: -5px;
  hyphens: auto;
}
.aboutblock#kiu .kiu_p1 .overlay .einschub {
  hyphens: none;
  font-size: 135px;
  font-weight: 400;
  padding-right: 12px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.9em;
  text-align: right;
}
.aboutblock#kiu .kiu_p1 .overlay .einschub p {
  hyphens: auto;
  text-align: right;
}
@media (max-width: 1099px) {
  .aboutblock#kiu .kiu_p1 {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
  }
  .aboutblock#kiu .kiu_p1 .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 135px;
    height: 37px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#kiu .kiu_p1 .overlay .einschub {
    hyphens: none;
    font-size: 105px;
    font-weight: 400;
    padding-right: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#kiu .kiu_p1 .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
}
@media (max-width: 749px) {
  .aboutblock#kiu .kiu_p1 {
    /* <<< SMALL SMALL SMALL <<< */
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: -65px;
    width: 80%;
  }
  .aboutblock#kiu .kiu_p1 .overlay {
    float: left;
    position: relative;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 30px;
    margin-bottom: -5px;
    hyphens: auto;
  }
  .aboutblock#kiu .kiu_p1 .overlay .einschub {
    hyphens: none;
    font-size: 65px;
    font-weight: 400;
    padding-right: 12px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.9em;
    text-align: right;
  }
  .aboutblock#kiu .kiu_p1 .overlay .einschub p {
    hyphens: auto;
    text-align: right;
  }
}
.aboutblock#kiu .kiu_p1 .overlay .einschub {
  font-weight: 500;
}
.aboutblock#kiu .kiu_video_wrapper #kiu_video {
  width: 100%;
}
.aboutblock#kiu .kiu_headline_wrapper {
  width: 100%;
  text-align: right;
}
.aboutblock#kiu .kiu_headline_wrapper .kiu_headline {
  position: relative;
  display: inline-block;
  z-index: 1001;
  font-weight: 500;
  font-size: 50px;
  max-width: 60%;
  line-height: 1.1em;
  margin-top: 50px;
  margin-bottom: 100px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .aboutblock#kiu .kiu_headline_wrapper .kiu_headline {
    /* <<< MEDIUM <<< */
    max-width: 80%;
  }
}
@media (max-width: 749px) {
  .aboutblock#kiu .kiu_headline_wrapper .kiu_headline {
    /* <<< SMALL <<< */
    font-size: 34px;
    max-width: 95%;
    margin-bottom: 40px;
  }
}
.kiu_slider_wrapper1 {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.kiu_slider_wrapper1 .fades {
  pointer-events: none;
}
.kiu_slider_wrapper1 .fades .left, .kiu_slider_wrapper1 .fades .right {
  position: absolute;
  top: 0;
  width: 160px;
  min-height: 500px;
  height: 100%;
  z-index: 1000;
  width: 160px;
  height: 500px;
  min-height: 500px;
  background-size: 160px 100%;
  background-repeat: no-repeat;
}
.kiu_slider_wrapper1 .fades .left {
  left: -200px;
  background-position: top left;
  background-image: url("../img/fade_left.png");
}
.kiu_slider_wrapper1 .fades .right {
  right: -200px;
  background-position: top right;
  background-image: url("../img/fade_right.png");
}
.kiu_slider_wrapper1 .swiper-kiu1 {
  min-height: 240px;
  z-index: 0;
  width: calc(100%+200px);
  margin-left: -150px;
  margin-right: -150px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 30px;
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper1 .swiper-kiu1 {
    /* <<< SMALL <<< */
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 50px;
  }
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper {
  margin-left: 10%;
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.5;
  transform: scale(0.9);
  transform-origin: top;
  transition-property: transform opacity;
  transition-duration: 0.3s;
  cursor: pointer;
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper .swiper-slide {
    /* <<< SMALL <<< */
  }
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper .swiper-slide:hover {
  opacity: 1 !important;
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper .swiper-slide .container {
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper .swiper-slide .container {
    /* <<< SMALL SMALL SMALL <<< */
    display: flex;
    flex-direction: column;
  }
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper .swiper-slide .slide {
    /* <<< SMALL SMALL SMALL <<< */
  }
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper .swiper-slide .slide .photo {
  padding: 5px;
  max-width: 250px;
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-wrapper .swiper-slide.swiper-slide-active {
  transition-property: transform opacity;
  transition-duration: 0.3s;
  opacity: 1;
  transform: scale(1.1);
  transform-origin: top;
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-button-prev, .kiu_slider_wrapper1 .swiper-kiu1 .swiper-button-next {
  display: none;
  /* <<< */
}
@media (max-width: 1099px) {
  .kiu_slider_wrapper1 .swiper-kiu1 .swiper-button-prev, .kiu_slider_wrapper1 .swiper-kiu1 .swiper-button-next {
    /* <<< MEDIUM <<< */
  }
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-pagination {
  width: 80%;
  position: absolute;
  top: -20px;
  left: 10%;
  z-index: 10000;
  cursor: pointer;
}
.kiu_slider_wrapper1 .swiper-kiu1 .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 80px;
  background: blue;
  margin: 10px;
}

.kiu_slider_wrapper2 {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 100px;
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 {
    /* <<< SMALL <<< */
  }
}
.kiu_slider_wrapper2 .button_wrapper {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 160px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kiu_slider_wrapper2 .button_wrapper {
    /* <<< MEDIUM <<< */
    right: 80px;
  }
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .button_wrapper {
    /* <<< SMALL <<< */
    display: none;
  }
}
.kiu_slider_wrapper2 .button_wrapper .button {
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  background-color: #80C4FF;
  border-radius: 30px;
  color: white;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .button_wrapper .button {
    /* <<< SMALL <<< */
    padding: 5px;
  }
}
.kiu_slider_wrapper2 .button_wrapper .button:hover {
  opacity: 0.85;
}
.kiu_slider_wrapper2 .button_wrapper .button:hover {
  text-decoration: none;
}
.kiu_slider_wrapper2 .swiper-kiu2 {
  z-index: 0;
  width: 100%;
  transition-duration: 0.3s;
  transition-property: height;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kiu_slider_wrapper2 .swiper-kiu2 {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .swiper-kiu2 {
    /* <<< SMALL <<< */
  }
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper {
  height: auto;
  margin-left: 10%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper {
    /* <<< MEDIUM <<< */
    margin-left: 5%;
  }
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper {
    /* <<< SMALL <<< */
    margin-left: 0px;
  }
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide {
  width: 100%;
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .container {
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .container {
    /* <<< SMALL SMALL SMALL <<< */
    display: flex;
    flex-direction: column;
  }
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100vw;
    margin: 0 auto;
  }
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper {
  max-width: 900px;
  padding-right: 35%;
  padding-left: 0px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper {
    /* <<< MEDIUM <<< */
    padding-right: 20%;
  }
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper {
    /* <<< SMALL <<< */
    padding-right: 10%;
  }
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .name {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 10px;
  max-width: 550px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .name {
    /* <<< MEDIUM <<< */
    padding-right: 20%;
  }
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .name {
    /* <<< SMALL <<< */
    font-size: 26px;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .jobs {
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 40px;
  padding-right: 20%;
  line-height: 1.2em;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .jobs {
    /* <<< MEDIUM <<< */
    padding-right: 20%;
  }
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .jobs {
    /* <<< SMALL <<< */
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .details {
  font-size: 19px;
  hyphens: auto;
  text-align: justify;
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .details {
    /* <<< SMALL <<< */
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .button_wrapper_mobile {
  display: none;
  margin-bottom: 20px;
  /* <<< */
}
@media (max-width: 749px) {
  .kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .button_wrapper_mobile {
    /* <<< SMALL <<< */
    display: block;
  }
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .button_wrapper_mobile .button {
  color: white;
  background-color: #80C4FF;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 20px;
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-wrapper .swiper-slide .slide .textwrapper .button_wrapper_mobile .button:hover {
  text-decoration: none;
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-button-prev, .kiu_slider_wrapper2 .swiper-kiu2 .swiper-button-next {
  display: none;
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-pagination {
  width: 80%;
  position: absolute;
  top: -20px;
  left: 10%;
  z-index: 10000;
  cursor: pointer;
}
.kiu_slider_wrapper2 .swiper-kiu2 .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 80px;
  background: blue;
  margin: 10px;
}

.news-pagination {
  pointer-events: none;
  width: 100%;
}
.news-pagination .pagination-box {
  width: 50%;
  background-color: rgba(255, 0, 0, 0.3);
  float: right;
  /* <<< */
}
@media (max-width: 749px) {
  .news-pagination .pagination-box {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    float: left;
  }
}
.news-pagination .pagination-box .swiper-pagination {
  pointer-events: all;
  position: absolute;
  display: block;
  text-align: right;
  bottom: unset;
  min-height: 20px;
  top: 510px;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: -5px;
  transition: opacity 0.2s;
  opacity: 1;
  /* <<< */
}
@media (max-width: 749px) {
  .news-pagination .pagination-box .swiper-pagination {
    /* <<< SMALL SMALL SMALL <<< */
    margin-left: 0;
    margin-right: 0px;
    top: 265px;
    width: 100%;
    padding-right: 10px;
  }
}
.news-pagination .pagination-box .swiper-pagination.hideme {
  transition: opacity 0.1s;
  opacity: 0;
}
.news-pagination .pagination-box .swiper-pagination .swiper-pagination-bullet {
  border: 3px solid black;
  background-color: transparent;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  margin: 0 3px;
}
.news-pagination .pagination-box .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: black;
}
.news-pagination .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
  border: 3px solid black;
  background-color: black;
}

.news {
  margin-bottom: 100px;
}
.news .news_topheadline {
  position: absolute;
  text-align: right;
  width: 50%;
  height: 80px;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  padding: 15px 20px 20px 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .news .news_topheadline {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 45px;
    text-align: left;
    left: 0;
    right: unset;
    min-width: 400px;
    padding: 12px 20px 15px 20px;
    height: 70px;
  }
}
@media (max-width: 749px) {
  .news .news_topheadline {
    /* <<< SMALL SMALL SMALL <<< */
    font-size: 30px;
    padding: 6px 10px 12px 10px;
    height: 60px;
    min-width: 100px;
    width: auto;
    margin-left: 10px;
  }
}
.news .swiper-news {
  min-height: 600px;
  position: relative;
}
.news .swiper-news .swiper-wrapper {
  height: 100%;
  width: 100% !important;
}
.news .swiper-news .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.news .swiper-news .swiper-wrapper .swiper-slide .container {
  /* <<< */
}
@media (max-width: 749px) {
  .news .swiper-news .swiper-wrapper .swiper-slide .container {
    /* <<< SMALL SMALL SMALL <<< */
    display: flex;
    flex-direction: column;
  }
}
.news .swiper-news .swiper-wrapper .swiper-slide .newsheader {
  width: 100%;
  height: 600px;
  max-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* <<< */
}
@media (max-width: 749px) {
  .news .swiper-news .swiper-wrapper .swiper-slide .newsheader {
    /* <<< SMALL SMALL SMALL <<< */
    min-height: 200px;
    max-height: 300px;
    width: 100vw;
    margin: 0 auto;
  }
}
.news .swiper-news .swiper-wrapper .swiper-slide .newsheadline {
  hyphens: auto;
  padding-top: 20px;
  float: left;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  width: 50%;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: -150px;
  min-height: 200px;
  background-color: white;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .news .swiper-news .swiper-wrapper .swiper-slide .newsheadline {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 45px;
    line-height: 40px;
    min-height: 50px;
  }
}
@media (max-width: 749px) {
  .news .swiper-news .swiper-wrapper .swiper-slide .newsheadline {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    order: 1;
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-top: 0;
  }
}
.news .swiper-news .swiper-wrapper .swiper-slide .newspost {
  font-size: 20px;
  line-height: 30px;
  float: right;
  padding: 20px;
  font-weight: 300;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 50px;
  min-height: 400px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .news .swiper-news .swiper-wrapper .swiper-slide .newspost {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    min-height: 300px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 749px) {
  .news .swiper-news .swiper-wrapper .swiper-slide .newspost {
    /* <<< SMALL SMALL SMALL <<< */
    min-height: 100px;
    width: 100%;
    padding: 10px;
    order: 2;
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    margin-bottom: 0;
  }
}
.news .swiper-news .swiper-button-prev, .news .swiper-news .swiper-button-next {
  display: none;
}

.philosophie {
  background-color: #F2F2F2;
  /* <<< */
}
.philosophie .container {
  /* <<< */
}
@media (max-width: 749px) {
  .philosophie .container {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
  }
}
.philosophie .philo_topheadline {
  position: absolute;
  text-align: right;
  width: 50%;
  height: 80px;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  padding: 15px 20px 20px 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  /* <<< */
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .philosophie .philo_topheadline {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 45px;
    text-align: left;
    left: 0;
    right: unset;
    min-width: 400px;
    padding: 12px 20px 15px 20px;
    height: 70px;
  }
}
@media (max-width: 749px) {
  .philosophie .philo_topheadline {
    /* <<< SMALL SMALL SMALL <<< */
    font-size: 30px;
    padding: 6px 10px 12px 10px;
    height: 60px;
    min-width: 100px;
    width: auto;
    margin-left: 10px;
  }
}
@media (max-width: 749px) {
  .philosophie .philo_topheadline {
    /* <<< SMALL SMALL SMALL <<< */
    margin-left: 0;
  }
}
@media (max-width: 749px) {
  .philosophie {
    /* <<< SMALL SMALL SMALL <<< */
    display: block;
  }
}
.philosophie .philo_topcontent {
  width: 100%;
  padding-top: 140px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  /* <<< */
}
@media (max-width: 749px) {
  .philosophie .philo_topcontent {
    /* <<< SMALL SMALL SMALL <<< */
    padding-top: 65px;
  }
}
.philosophie .philo_topcontent .foto {
  padding-top: 70px;
  width: 40%;
  /* <<< */
}
.philosophie .philo_topcontent .foto img {
  max-height: 500px;
  /* <<< */
}
@media (max-width: 749px) {
  .philosophie .philo_topcontent .foto img {
    /* <<< SMALL SMALL SMALL <<< */
    width: 85%;
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 749px) {
  .philosophie .philo_topcontent .foto {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 20px;
    padding: 10px;
    order: 2;
    width: 100%;
    text-align: center;
  }
}
.philosophie .philo_topcontent .textbox {
  margin-left: 0%;
  width: 55%;
  padding-left: 40px;
  text-align: justify;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .philosophie .philo_topcontent .textbox {
    /* <<< MEDIUM <<< */
    padding-left: 20px;
  }
}
@media (max-width: 749px) {
  .philosophie .philo_topcontent .textbox {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    order: 1;
    font-size: 16px;
    padding-left: 0px;
  }
}
.philosophie .philo_topcontent .textbox h1 {
  font-weight: 400;
  text-align: left;
  line-height: 1.1em;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .philosophie .philo_topcontent .textbox h1 {
    /* <<< MEDIUM <<< */
    padding: 10px 20px;
  }
}
@media (max-width: 749px) {
  .philosophie .philo_topcontent .textbox h1 {
    /* <<< SMALL <<< */
    padding: 10px 15px;
  }
}
.philosophie .philo_topcontent .textbox p {
  font-size: 17px;
  line-height: 1.5em;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .philosophie .philo_topcontent .textbox p {
    /* <<< MEDIUM <<< */
    padding: 10px 20px;
  }
}
@media (max-width: 749px) {
  .philosophie .philo_topcontent .textbox p {
    /* <<< SMALL <<< */
    padding: 10px 15px;
  }
}
.philosophie .philo_blocks {
  display: flex;
  flex-flow: row wrap;
  padding-top: 100px;
  /* <<< */
}
@media (max-width: 1099px) {
  .philosophie .philo_blocks {
    /* <<< MEDIUM <<< */
    padding-top: 20px;
  }
}
.philosophie .philo_blocks .philo_block1_wrapper, .philosophie .philo_blocks .philo_block2_wrapper {
  width: 50%;
  padding-right: 5%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .philosophie .philo_blocks .philo_block1_wrapper, .philosophie .philo_blocks .philo_block2_wrapper {
    /* <<< MEDIUM <<< */
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 749px) {
  .philosophie .philo_blocks .philo_block1_wrapper, .philosophie .philo_blocks .philo_block2_wrapper {
    /* <<< SMALL <<< */
    padding: 10px 15px;
  }
}
.philosophie .philo_blocks .philo_block1_wrapper h2, .philosophie .philo_blocks .philo_block2_wrapper h2 {
  padding-right: 20%;
  line-height: 1.1em;
  padding-bottom: 20px;
}
.philosophie .philo_blocks .philo_block1_wrapper p, .philosophie .philo_blocks .philo_block2_wrapper p {
  padding-top: 0;
}
.philosophie .philo_blocks .philo_block2_wrapper {
  padding-top: 150px;
  /* <<< */
}
@media (max-width: 1099px) {
  .philosophie .philo_blocks .philo_block2_wrapper {
    /* <<< MEDIUM <<< */
    padding-top: 20px;
  }
}
.philosophie .bgvideo-container {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  margin-bottom: -10px;
}
.philosophie .bgvideo-container #philosophie_video {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-12.5%);
}
.philosophie .philo_bottomimage_wrapper {
  padding-bottom: 200px;
}
.philosophie .philo_bottomimage_wrapper .philo_bottomimage {
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 400px;
}

.basicpage {
  min-height: 70vh;
}
.basicpage #basicpage .container {
  min-height: 500px;
}
.basicpage #basicpage .container .bp_topheadline {
  position: absolute;
  text-align: right;
  width: 50%;
  height: 80px;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  padding: 15px 20px 20px 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  /* <<< */
  /* <<< */
  padding: 20px 0 20px 0;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .basicpage #basicpage .container .bp_topheadline {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 45px;
    text-align: left;
    left: 0;
    right: unset;
    min-width: 400px;
    padding: 12px 20px 15px 20px;
    height: 70px;
  }
}
@media (max-width: 749px) {
  .basicpage #basicpage .container .bp_topheadline {
    /* <<< SMALL SMALL SMALL <<< */
    font-size: 30px;
    padding: 6px 10px 12px 10px;
    height: 60px;
    min-width: 100px;
    width: auto;
    margin-left: 10px;
  }
}
@media (max-width: 1099px) {
  .basicpage #basicpage .container .bp_topheadline {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 749px) {
  .basicpage #basicpage .container .bp_topheadline {
    /* <<< SMALL SMALL SMALL <<< */
    margin-left: 0;
    padding-left: 0;
  }
}
.basicpage #basicpage .container .bp_content {
  padding-top: 150px;
  padding-bottom: 150px;
  /* <<< */
}
.basicpage #basicpage .container .bp_content h4 {
  margin-top: 20px;
}
@media (max-width: 749px) {
  .basicpage #basicpage .container .bp_content {
    /* <<< SMALL SMALL SMALL <<< */
    padding-bottom: 50px;
  }
}

@media (min-aspect-ratio: 16/9) {
  .philosophie .bgvideo-container {
    height: 100%;
    margin-bottom: -10px;
  }
  .philosophie .bgvideo-container #philosophie_video {
    width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(0%);
  }
}
@media (max-aspect-ratio: 16/9) {
  .philosophie .bgvideo-container {
    margin-bottom: -20px;
    max-height: 900px;
    /* <<< */
  }
}
@media (max-aspect-ratio: 16/9) and (max-width: 749px) {
  .philosophie .bgvideo-container {
    /* <<< SMALL SMALL SMALL <<< */
    max-height: 960px;
  }
}
@media (max-aspect-ratio: 16/9) {
  .philosophie .bgvideo-container #philosophie_video {
    width: auto;
    height: 100%;
  }
}
.mainwrapper {
  height: 100%;
  overflow: hidden;
}
.mainwrapper.philo + .footer .footerbody {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}
.mainwrapper.philo + .footer .footerbody .box.box-left {
  width: 55%;
  padding: 15px;
  margin-top: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  /* <<< */
}
@media (max-width: 749px) {
  .mainwrapper.philo + .footer .footerbody .box.box-left {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
  }
}
.mainwrapper.philo + .footer .footerbody .box .vision {
  display: none;
}

.pushfooter {
  height: auto;
}

.kontakt {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  height: auto;
  float: left;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kontakt .kontakt_topheadline {
  position: absolute;
  text-align: right;
  width: 50%;
  height: 80px;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  padding: 15px 20px 20px 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  /* <<< */
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_topheadline {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 45px;
    text-align: left;
    left: 0;
    right: unset;
    min-width: 400px;
    padding: 12px 20px 15px 20px;
    height: 70px;
  }
}
@media (max-width: 749px) {
  .kontakt .kontakt_topheadline {
    /* <<< SMALL SMALL SMALL <<< */
    font-size: 30px;
    padding: 6px 10px 12px 10px;
    height: 60px;
    min-width: 100px;
    width: auto;
    margin-left: 10px;
  }
}
@media (max-width: 749px) {
  .kontakt .kontakt_topheadline {
    /* <<< SMALL SMALL SMALL <<< */
    margin-left: 0;
  }
}
.kontakt .kontakt_content {
  margin-top: 150px;
  margin-bottom: 50px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  float: left;
  /* <<< */
}
@media (max-width: 749px) {
  .kontakt .kontakt_content {
    /* <<< SMALL SMALL SMALL <<< */
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.kontakt .kontakt_content .box_left {
  float: left;
  width: 60%;
  padding: 15px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_left {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 50%;
  }
}
@media (max-width: 749px) {
  .kontakt .kontakt_content .box_left {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    order: 2;
    padding: 0;
  }
}
.kontakt .kontakt_content .box_left .form_headline {
  padding-top: 100px;
  font-weight: 700;
  font-size: 55px;
  line-height: 1em;
  text-transform: uppercase;
  padding-bottom: 15px;
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_left .form_headline {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 35px;
    padding-bottom: 15px;
  }
}
.kontakt .kontakt_content .box_left .form_text {
  font-size: 20px;
  padding-left: 2px;
}
.kontakt .kontakt_content .box_left .form_text.instagram, .kontakt .kontakt_content .box_left .form_text.linkedin {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 30px;
}
.kontakt .kontakt_content .box_left .form_text.instagram img, .kontakt .kontakt_content .box_left .form_text.linkedin img {
  width: 30px;
}
.kontakt .kontakt_content .box_left #contact-form ::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_left #contact-form ::-webkit-input-placeholder {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 16px;
  }
}
.kontakt .kontakt_content .box_left #contact-form :-moz-placeholder {
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_left #contact-form :-moz-placeholder {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 16px;
  }
}
.kontakt .kontakt_content .box_left #contact-form ::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_left #contact-form ::-moz-placeholder {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 16px;
  }
}
.kontakt .kontakt_content .box_left #contact-form :-ms-input-placeholder {
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_left #contact-form :-ms-input-placeholder {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 16px;
  }
}
.kontakt .kontakt_content .box_left #contact-form input, .kontakt .kontakt_content .box_left #contact-form textarea {
  border-radius: 0;
  display: inline-block;
  width: 100%;
}
.kontakt .kontakt_content .box_left #contact-form input[type=text], .kontakt .kontakt_content .box_left #contact-form input[type=email], .kontakt .kontakt_content .box_left #contact-form input[type=subject], .kontakt .kontakt_content .box_left #contact-form textarea {
  background-color: white;
  color: #333;
  font-size: 18px;
  padding: 14px 10px 10px 10px;
  border: 0;
  outline: 0;
  margin-top: 10px;
  margin-bottom: 0;
  height: 60px;
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_left #contact-form input[type=text], .kontakt .kontakt_content .box_left #contact-form input[type=email], .kontakt .kontakt_content .box_left #contact-form input[type=subject], .kontakt .kontakt_content .box_left #contact-form textarea {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    padding: 10px 8px 8px 8px;
    height: 45px;
  }
}
.kontakt .kontakt_content .box_left #contact-form label {
  display: none;
  color: #BBB;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 3px 0 0 5px;
}
.kontakt .kontakt_content .box_left #contact-form #message {
  min-height: 180px;
  font-size: 18px;
}
.kontakt .kontakt_content .box_left #contact-form .field {
  float: left;
  width: 100%;
}
.kontakt .kontakt_content .box_left #contact-form .field.half {
  width: 50%;
  display: inline-block;
  /* <<< */
}
.kontakt .kontakt_content .box_left #contact-form .field.half:nth-of-type(2n-1) {
  padding-right: 10px;
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_left #contact-form .field.half {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 100%;
  }
  .kontakt .kontakt_content .box_left #contact-form .field.half:nth-of-type(2n-1) {
    padding-right: 0px;
  }
}
.kontakt .kontakt_content .box_left #contact-form .button-send {
  margin-top: 20px;
  padding: 15px 30px;
  background-color: black;
  color: white;
  font-size: 22px;
  border-radius: 0;
  font-family: "Bw Gradual";
  text-transform: uppercase;
  font-weight: 700;
  transition: margin 0.2s;
  /* <<< */
}
.kontakt .kontakt_content .box_left #contact-form .button-send:hover {
  cursor: pointer;
  background-color: #222;
}
.kontakt .kontakt_content .box_left #contact-form .button-send:active {
  transition: margin 0.2s;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_left #contact-form .button-send {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    padding: 10px 20px 8px 20px;
    height: 45px;
    font-size: 18px;
  }
}
.kontakt .kontakt_content .box_left #response-place {
  float: left;
  padding: 30px 0 10px;
  font-size: 18px;
  font-size: 24px;
  color: black;
  padding: 15px 10px 10px 5px;
  margin-top: 20px;
}
.kontakt .kontakt_content .box_left #response-place .thanks {
  font-size: 32px;
}
.kontakt .kontakt_content .box_right {
  padding-left: 20px;
  float: right;
  width: 40%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_right {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 50%;
  }
}
@media (max-width: 749px) {
  .kontakt .kontakt_content .box_right {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    order: 1;
    padding: 0;
  }
}
.kontakt .kontakt_content .box_right .headline {
  font-weight: 700;
  font-size: 50px;
  text-align: right;
  line-height: 1.2em;
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_right .headline {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 40px;
  }
}
.kontakt .kontakt_content .box_right .text {
  font-size: 25px;
  text-align: right;
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_right .text {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 20px;
  }
}
.kontakt .kontakt_content .box_right .logo {
  text-align: right;
  margin-top: 150px;
  /* <<< */
  /* <<< */
}
@media (max-width: 749px) {
  .kontakt .kontakt_content .box_right .logo {
    /* <<< SMALL SMALL SMALL <<< */
    text-align: center;
  }
}
.kontakt .kontakt_content .box_right .logo img {
  width: 300px;
  /* <<< */
}
@media (max-width: 1099px) {
  .kontakt .kontakt_content .box_right .logo img {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    width: 250px;
    margin-top: 50px;
  }
}
@media (max-width: 749px) {
  .kontakt .kontakt_content .box_right .logo {
    /* <<< SMALL SMALL SMALL <<< */
    margin-top: 0;
  }
}

.footer {
  width: 100%;
  height: auto;
  float: left;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .footerbody {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  margin: 20px 0;
  /* <<< */
}
@media (max-width: 749px) {
  .footer .footerbody {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
}
.footer .footerbody .box {
  display: block;
  color: black;
  width: 50%;
  padding: 0px 0 0px 0;
  /* <<< */
}
@media (max-width: 749px) {
  .footer .footerbody .box {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    display: flex;
  }
}
.footer .footerbody .box.box-left {
  float: left;
  text-align: left;
  padding-top: 110px;
  font-size: 18px;
  /* <<< */
}
@media (max-width: 749px) {
  .footer .footerbody .box.box-left {
    /* <<< SMALL SMALL SMALL <<< */
    order: 2;
    display: block;
    padding-top: 40px;
  }
}
.footer .footerbody .box.box-left .footer_headline {
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 90%;
  margin-bottom: 10px;
  /* <<< */
}
@media (max-width: 749px) {
  .footer .footerbody .box.box-left .footer_headline {
    /* <<< SMALL SMALL SMALL <<< */
    max-width: 100%;
    font-size: 30px;
    line-height: 32px;
  }
}
.footer .footerbody .box.box-left .footer_p {
  /* <<< */
}
@media (max-width: 749px) {
  .footer .footerbody .box.box-left .footer_p {
    /* <<< SMALL SMALL SMALL <<< */
    font-size: 15px;
  }
}
.footer .footerbody .box.box-left .footer_p.instagram, .footer .footerbody .box.box-left .footer_p.linkedin {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 30px;
}
.footer .footerbody .box.box-left .footer_p.instagram img, .footer .footerbody .box.box-left .footer_p.linkedin img {
  width: 30px;
}
.footer .footerbody .box.box-left .footer_button {
  display: block;
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: margin 0.2s;
  margin: 0;
}
.footer .footerbody .box.box-left .footer_button:active {
  transition: margin 0.2s;
  margin-top: 0px;
  margin-bottom: 0px;
}
.footer .footerbody .box.box-right {
  float: right;
  text-align: right;
  /* <<< */
}
@media (max-width: 749px) {
  .footer .footerbody .box.box-right {
    /* <<< SMALL SMALL SMALL <<< */
    order: 1;
  }
}
.footer .footerbody .box.box-right .vision {
  float: right;
  display: block;
  text-align: right;
  max-width: 95%;
  font-style: italic;
  font-size: 28px;
  line-height: 32px;
  /* <<< */
}
@media (max-width: 749px) {
  .footer .footerbody .box.box-right .vision {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    max-width: 100%;
  }
}
.footer .footerfoot {
  display: block;
  background-color: #000;
  float: left;
  width: 100%;
  background-color: black;
}
.footer .footerfoot .footbox {
  position: relative;
  z-index: 100;
  color: #DDD;
  background-color: black;
  max-width: 50%;
  padding: 10px 0 10px 0;
  /* <<< */
}
@media (max-width: 749px) {
  .footer .footerfoot .footbox {
    /* <<< SMALL SMALL SMALL <<< */
    max-width: 100%;
  }
}
.footer .footerfoot .footbox.footbox-left {
  float: left;
  text-align: left;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .footer .footerfoot .footbox.footbox-left {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    max-width: 60%;
  }
}
@media (max-width: 749px) {
  .footer .footerfoot .footbox.footbox-left {
    /* <<< SMALL SMALL SMALL <<< */
    max-width: 100%;
  }
}
.footer .footerfoot .footbox.footbox-left .text {
  position: relative;
  display: inline-block;
  background-color: black;
  padding-right: 5px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .footer .footerfoot .footbox.footbox-left .text {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 14px;
  }
}
@media (max-width: 749px) {
  .footer .footerfoot .footbox.footbox-left .text {
    /* <<< SMALL SMALL SMALL <<< */
    background-color: transparent;
    padding-right: 80px;
  }
}
.footer .footerfoot .footbox.footbox-right {
  float: right;
  text-align: right;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .footer .footerfoot .footbox.footbox-right {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    max-width: 40%;
  }
}
@media (max-width: 749px) {
  .footer .footerfoot .footbox.footbox-right {
    /* <<< SMALL SMALL SMALL <<< */
    max-width: 100%;
    margin-top: 0px;
    float: left;
    text-align: left;
  }
}
.footer .footerfoot .footbox.footbox-right a {
  color: #DDD;
  text-decoration: none;
}
.footer .footerfoot .footbox.footbox-right a:hover {
  color: #DDD;
  opacity: 0.8;
  text-decoration: none;
}
.footer .footerfoot .footbox.footbox-right .text {
  padding-left: 5px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .footer .footerfoot .footbox.footbox-right .text {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    font-size: 14px;
  }
}
@media (max-width: 749px) {
  .footer .footerfoot .footbox.footbox-right .text {
    /* <<< SMALL SMALL SMALL <<< */
    padding-left: 0;
    background-color: transparent;
    padding-right: 50px;
  }
}
.footer .footerfoot .line {
  width: 100%;
  height: 1px;
  position: relative;
  top: 23px;
  background-color: #DDD;
  z-index: 1;
  /* <<< */
}
@media (max-width: 749px) {
  .footer .footerfoot .line {
    /* <<< SMALL SMALL SMALL <<< */
    display: none;
  }
}

#plant3d {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#plant3d .img-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: ew-resize;
}
#plant3d .img-container .img360 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
#plant3d .img-container .img360 img {
  width: 100%;
  margin: 0;
  padding: 0;
}
#plant3d .caption {
  position: relative;
  padding: 20px 0;
  text-align: center;
  color: #2ba6cb;
  bottom: 80px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #plant3d .caption {
    /* <<< MEDIUM <<< */
    bottom: 60px;
  }
}
@media (max-width: 749px) {
  #plant3d .caption {
    /* <<< SMALL <<< */
    bottom: 40px;
  }
}
#plant3d #preload-imgs {
  display: none;
}

.plant-text-wrapper {
  top: 0;
}
.plant-text-wrapper .plant-headline {
  position: absolute;
  padding-top: 50px;
  max-width: 600px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .plant-text-wrapper .plant-headline {
    /* <<< MEDIUM <<< */
    max-width: 520px;
    position: absolute;
  }
}
@media (max-width: 749px) {
  .plant-text-wrapper .plant-headline {
    /* <<< SMALL <<< */
    max-width: 280px;
    position: relative;
  }
}
.plant-text-wrapper .plant-headline h1 {
  font-size: 65px;
  font-weight: 400;
  display: inline-block;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .plant-text-wrapper .plant-headline h1 {
    /* <<< MEDIUM <<< */
    font-size: 44px;
    padding-right: 0;
  }
}
@media (max-width: 749px) {
  .plant-text-wrapper .plant-headline h1 {
    /* <<< SMALL <<< */
    font-size: 34px;
  }
}
.plant-text-wrapper a {
  display: inline-block;
}
.plant-text-wrapper a img {
  max-width: 100px;
  display: inline-block;
  padding: 5px 5px 0 0;
  box-sizing: content-box;
  margin-bottom: 0;
  opacity: 0.7;
}
.plant-text-wrapper a img:hover {
  opacity: 1;
}

.scrollmagic-pin-spacer {
  overflow: hidden;
}

.anim_wrapper {
  top: 0 !important;
}

.container-fullwidth {
  width: 100%;
  max-width: unset;
}

.kabenablock .container .subsection, .kabenablock .container .startsection {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.kabenablock .container-fullwidth .subsection, .kabenablock .container-fullwidth .startsection {
  width: 85%;
  max-width: 960px;
  margin: 0 auto;
  /* <<< */
}
@media (max-width: 749px) {
  .kabenablock .container-fullwidth .subsection, .kabenablock .container-fullwidth .startsection {
    /* <<< SMALL <<< */
    width: 95%;
    max-width: 550px;
    padding: 0 5px;
  }
}
.kabenablock .startcontainer .startsection {
  display: block;
  min-height: 50px;
  margin: 0 auto;
  max-width: 960px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .kabenablock .startcontainer .startsection {
    /* <<< MEDIUM <<< */
    max-width: 700px;
  }
}
@media (max-width: 749px) {
  .kabenablock .startcontainer .startsection {
    /* <<< SMALL <<< */
    max-width: 500px;
  }
}
.kabenablock .startcontainer .startsection p {
  max-width: 100%;
  text-align: justify;
  margin: 0 auto;
  padding-bottom: 50px;
  font-weight: 300;
  line-height: 1.8em;
  font-size: 18px;
  /* <<< */
}
@media (max-width: 749px) {
  .kabenablock .startcontainer .startsection p {
    /* <<< SMALL <<< */
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
  }
}
.kabenablock .subcontainer {
  /* <<< */
}
@media (max-width: 749px) {
  .kabenablock .subcontainer {
    /* <<< SMALL <<< */
    padding: 0 10px;
  }
}

.endeavorspage .kabenablock .startcontainer .videocontainer video {
  min-height: 100vh;
  /* <<< */
}
@media (max-width: 749px) {
  .endeavorspage .kabenablock .startcontainer .videocontainer video {
    /* <<< SMALL <<< */
  }
}

.minimenu-wrapper {
  z-index: 5000;
  position: fixed;
  right: 0;
  top: 30px;
  height: auto;
  width: 0;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .minimenu-wrapper {
    /* <<< MEDIUM <<< */
    top: 130px;
  }
}
@media (max-width: 749px) {
  .minimenu-wrapper {
    /* <<< SMALL <<< */
    top: 70px;
  }
}
.minimenu-wrapper ul {
  overflow: visible;
  width: auto;
  min-width: 400px;
  position: relative;
  left: 0;
  margin: 0 0 0 5px;
}
.minimenu-wrapper ul a {
  padding: 5px 0;
  display: block;
  position: relative;
  margin-left: -70px;
  transition: left 1s;
  left: 0;
  /* <<< */
}
@media (max-width: 749px) {
  .minimenu-wrapper ul a {
    /* <<< SMALL <<< */
    padding: 3px 0;
    margin-left: -50px;
  }
}
.minimenu-wrapper ul a:hover {
  transition: left 0.5s;
}
.minimenu-wrapper ul a.is-active {
  transition: left 0.5s;
}
.minimenu-wrapper ul a.is-active:not(.anim-stop) {
  left: -300px !important;
  /* <<< */
}
@media (max-width: 749px) {
  .minimenu-wrapper ul a.is-active:not(.anim-stop) {
    /* <<< SMALL <<< */
    left: -240px !important;
  }
}
.minimenu-wrapper ul a:not(.anim-done).minimenu-infrastructures, .minimenu-wrapper ul a:not(.anim-done).minimenu-about {
  transition: left 0.5s 0s;
}
.minimenu-wrapper ul a:not(.anim-done).minimenu-primarymaterials, .minimenu-wrapper ul a:not(.anim-done).minimenu-enablegrowth {
  transition: left 0.5s 0.1s;
}
.minimenu-wrapper ul a:not(.anim-done).minimenu-moneyemerging, .minimenu-wrapper ul a:not(.anim-done).minimenu-network {
  transition: left 0.5s 0.2s;
}
.minimenu-wrapper ul a:not(.anim-done).minimenu-kabenafoundation, .minimenu-wrapper ul a:not(.anim-done).minimenu-selectedendeavors {
  transition: left 0.5s 0.3s;
}
.minimenu-wrapper ul a li {
  height: 60px;
  width: auto;
  list-style: none;
  display: block;
  margin: 0;
  background-color: #D9D9D9;
  border-radius: 5px 0 0 5px;
  color: #333;
  font-size: 20px;
  left: 0;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .minimenu-wrapper ul a li {
    /* <<< MEDIUM <<< */
    font-size: 18px;
  }
}
@media (max-width: 749px) {
  .minimenu-wrapper ul a li {
    /* <<< SMALL <<< */
    height: 45px;
    font-size: 16px;
  }
}
.minimenu-wrapper ul a li .linktext {
  display: inline-block;
  vertical-align: middle;
}
.minimenu-wrapper ul a li img {
  width: 60px;
  margin-right: 10px;
  padding: 5px;
  /* <<< */
}
@media (max-width: 749px) {
  .minimenu-wrapper ul a li img {
    /* <<< SMALL <<< */
    width: 45px;
  }
}

.anim-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.anim-wrapper #videowrapper {
  box-sizing: border-box;
  position: relative;
  background: transparent;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
  height: 600px;
  background-clip: content-box;
}
.anim-wrapper #videowrapper .videocontainer {
  box-sizing: border-box;
  width: 100%;
}
.anim-wrapper #videowrapper .videocontainer video {
  width: 100%;
}
.anim-wrapper #anim-font {
  z-index: 500;
  position: absolute;
  top: 260px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  font-size: 40px;
}

.flextext {
  z-index: 2000;
  overflow: hidden;
  height: auto;
  max-height: 130px;
  transition: max-height 0.25s;
  position: relative;
  margin-bottom: 100px !important;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .flextext {
    /* <<< MEDIUM <<< */
    margin-bottom: 50px !important;
  }
}
@media (max-width: 749px) {
  .flextext {
    /* <<< SMALL <<< */
    margin-bottom: 20px !important;
  }
}
.flextext p {
  padding-top: 40px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .flextext p {
    /* <<< MEDIUM <<< */
    padding-top: 20px;
  }
}
@media (max-width: 749px) {
  .flextext p {
    /* <<< SMALL <<< */
    padding-top: 10px;
  }
}
.flextext:after {
  content: "";
  transition: height 0.25s;
  position: absolute;
  display: block;
  z-index: 2500;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.flextext.eb1_start, .flextext.primary {
  max-height: 230px;
}
.flextext.eb1_start:after, .flextext.primary:after {
  background: linear-gradient(to top, #f4f4f4, rgba(244, 244, 244, 0));
}
.flextext.pink:after {
  background: linear-gradient(to top, #f5e0e0, rgba(245, 224, 224, 0));
}
.flextext.grey:after {
  mix-blend-mode: screen;
  background: linear-gradient(to top, #c0bebe, rgba(192, 190, 190, 0));
}
.flextext.philo {
  padding-top: 0;
}
.flextext.philo:after {
  background: linear-gradient(to top, #f2f2f2, rgba(242, 242, 242, 0));
}
.flextext.expanded {
  transition: max-height 0.4s;
  max-height: 1000px;
}
.flextext.expanded:after {
  height: 0px;
  transition: height 0.4s;
}
.flextext.long {
  max-height: 330px;
}
.flextext.long.expanded {
  max-height: 1500px;
}

.aboutpage {
  background-color: #F3F3F3;
}

#innercircle-login, #innercircle-forgotpassword {
  background-color: #F3F3F3;
  min-height: 100vh;
  padding-top: 20vh;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #innercircle-login, #innercircle-forgotpassword {
    /* <<< MEDIUM <<< */
    padding-top: 10vh;
  }
}
@media (max-width: 749px) {
  #innercircle-login, #innercircle-forgotpassword {
    /* <<< SMALL <<< */
    padding-top: 5vh;
    padding-right: 0;
  }
}
#innercircle-login .signin_wrapper, #innercircle-forgotpassword .signin_wrapper {
  padding-bottom: 100px;
}
#innercircle-login .signin_wrapper .signin_image, #innercircle-forgotpassword .signin_wrapper .signin_image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 220px;
  /* <<< */
}
@media (max-width: 749px) {
  #innercircle-login .signin_wrapper .signin_image, #innercircle-forgotpassword .signin_wrapper .signin_image {
    /* <<< SMALL <<< */
    max-width: 180px;
  }
}
#innercircle-login .signin_wrapper h2, #innercircle-forgotpassword .signin_wrapper h2 {
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}
#innercircle-login .signin_wrapper p, #innercircle-forgotpassword .signin_wrapper p {
  text-align: center;
  /* <<< */
}
@media (max-width: 749px) {
  #innercircle-login .signin_wrapper p, #innercircle-forgotpassword .signin_wrapper p {
    /* <<< SMALL <<< */
    padding-right: 0;
  }
}
#innercircle-login .signin_wrapper .applylink, #innercircle-forgotpassword .signin_wrapper .applylink {
  text-align: center;
}
#innercircle-login .signin_wrapper .PageProtectorForm, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* <<< */
}
@media (max-width: 749px) {
  #innercircle-login .signin_wrapper .PageProtectorForm, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm {
    /* <<< SMALL <<< */
    padding: 0 10px;
  }
}
#innercircle-login .signin_wrapper .PageProtectorForm legend, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm legend {
  max-width: 300px;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 30px;
}
#innercircle-login .signin_wrapper .PageProtectorForm legend p, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm legend p {
  padding: 0 20px;
  font-weight: 600;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin: 20px auto;
}
#innercircle-login .signin_wrapper .PageProtectorForm input, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm input {
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 5px #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  border-radius: 20px;
  border-color: #CCC;
  padding: 5px 18px;
  background-color: transparent;
  margin-bottom: 10px;
  font-size: 100%;
  height: 40px;
}
#innercircle-login .signin_wrapper .PageProtectorForm input::placeholder, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm input::placeholder {
  color: #AAA;
  font-weight: 500;
}
#innercircle-login .signin_wrapper .PageProtectorForm p, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm p {
  margin-top: 40px;
  max-width: 200px;
  width: 100%;
  /* <<< */
}
@media (max-width: 749px) {
  #innercircle-login .signin_wrapper .PageProtectorForm p, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm p {
    /* <<< SMALL <<< */
    padding-right: 0;
  }
}
#innercircle-login .signin_wrapper .PageProtectorForm p button, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm p button {
  font-size: 100%;
  padding: 0.5em 1em;
  background-color: #006DD3;
  color: #fff;
  text-decoration: none;
  border: 0 rgba(0, 0, 0, 0);
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  height: 40px;
  font-weight: 600;
}
#innercircle-login .signin_wrapper .PageProtectorForm p button:hover, #innercircle-login .signin_wrapper .PageProtectorForm p button:focus, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm p button:hover, #innercircle-forgotpassword .signin_wrapper .PageProtectorForm p button:focus {
  background-color: #007DD2;
  outline: 0;
  cursor: pointer;
}

#innercircle-forgotpassword h3 {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}
#innercircle-forgotpassword #ProcessForgotPassword ul {
  max-width: 300px;
  margin: 0 auto;
  list-style-type: none;
}
#innercircle-forgotpassword #ProcessForgotPassword ul label {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
#innercircle-forgotpassword #ProcessForgotPassword ul .description {
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
  padding-bottom: 20px;
}
#innercircle-forgotpassword #ProcessForgotPassword input#username {
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 5px #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  border-radius: 20px;
  border-color: #CCC;
  padding: 5px 18px;
  background-color: transparent;
  margin-bottom: 10px;
  font-size: 100%;
  height: 40px;
}
#innercircle-forgotpassword #ProcessForgotPassword input#username::placeholder {
  color: #AAA;
  font-weight: 500;
}
#innercircle-forgotpassword #ProcessForgotPassword button {
  font-size: 100%;
  padding: 0.5em 1em;
  background-color: #006DD3;
  color: #fff;
  text-decoration: none;
  border: 0 rgba(0, 0, 0, 0);
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  height: 40px;
  font-weight: 600;
}
#innercircle-forgotpassword #ProcessForgotPassword button:hover, #innercircle-forgotpassword #ProcessForgotPassword button:focus {
  background-color: #007DD2;
  outline: 0;
  cursor: pointer;
}

#innercircle {
  padding-bottom: 150px;
  background-color: #F3F3F3;
  min-height: 100vh;
}
#innercircle .logoutlink {
  position: relative;
  top: 0;
  right: 0;
  padding: 20px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  text-align: right;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #innercircle .logoutlink {
    /* <<< MEDIUM <<< */
    text-align: left;
  }
}
@media (max-width: 749px) {
  #innercircle .logoutlink {
    /* <<< SMALL <<< */
    padding-right: 45px;
    padding-left: 10px;
  }
}
#innercircle .docs_head {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 80px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #innercircle .docs_head {
    /* <<< MEDIUM <<< */
    padding-top: 80px;
    margin-bottom: 60px;
  }
}
@media (max-width: 749px) {
  #innercircle .docs_head {
    /* <<< SMALL <<< */
    padding-top: 50px;
    margin-bottom: 40px;
  }
}
#innercircle .docs_head h1 {
  font-size: 75px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #innercircle .docs_head h1 {
    /* <<< MEDIUM <<< */
    font-size: 55px;
  }
}
@media (max-width: 749px) {
  #innercircle .docs_head h1 {
    /* <<< SMALL <<< */
    font-size: 40px;
  }
}
#innercircle .downloads {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  /* <<< */
}
@media (max-width: 749px) {
  #innercircle .downloads {
    /* <<< SMALL <<< */
    padding-right: 60px;
    padding-left: 20px;
    margin-bottom: 20px;
    justify-content: center;
  }
}
#innercircle .downloads .doc_wrapper {
  width: 30%;
  padding: 3%;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #EEEEEE;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #innercircle .downloads .doc_wrapper {
    /* <<< MEDIUM <<< */
    width: calc(50% - 10px);
    max-width: 350px;
  }
}
@media (max-width: 749px) {
  #innercircle .downloads .doc_wrapper {
    /* <<< SMALL <<< */
    width: 100%;
    margin-bottom: 30px;
    max-width: 320px;
    padding: 15px;
  }
}
#innercircle .downloads .doc_wrapper .doc_top {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
#innercircle .downloads .doc_wrapper .doc_top .doc_titlebar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
}
#innercircle .downloads .doc_wrapper .doc_top .doc_titlebar .doc_title {
  width: auto;
  font-size: 38px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #innercircle .downloads .doc_wrapper .doc_top .doc_titlebar .doc_title {
    /* <<< MEDIUM <<< */
    font-size: 38px;
  }
}
@media (max-width: 749px) {
  #innercircle .downloads .doc_wrapper .doc_top .doc_titlebar .doc_title {
    /* <<< SMALL <<< */
    font-size: 38px;
  }
}
#innercircle .downloads .doc_wrapper .doc_top .doc_titlebar .doc_subtitle {
  padding-left: 8px;
  width: auto;
  font-size: 16px;
}
#innercircle .downloads .doc_wrapper .doc_top .doc_image {
  margin: 0 auto;
  padding: 15px;
  box-sizing: content-box;
  max-width: 120px;
  /* <<< */
}
@media (max-width: 749px) {
  #innercircle .downloads .doc_wrapper .doc_top .doc_image {
    /* <<< SMALL <<< */
    max-width: 100px;
  }
}
#innercircle .downloads .doc_wrapper .doc_top .doc_text {
  font-size: 16px;
  /* <<< */
}
@media (max-width: 749px) {
  #innercircle .downloads .doc_wrapper .doc_top .doc_text {
    /* <<< SMALL <<< */
    font-size: 14px;
  }
}
#innercircle .downloads .doc_wrapper .doc_download {
  padding-top: 20px;
  padding-bottom: 5px;
  display: block;
}
#innercircle .downloads .doc_wrapper .doc_download a {
  text-align: center;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  background-color: #80C4FF;
  border-radius: 20px;
  color: white;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 600;
}
#innercircle .downloads .doc_wrapper .doc_download a:hover {
  opacity: 0.85;
}

.docs_text {
  padding: 20px 0;
  margin-bottom: 50px;
}
.docs_text p {
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  /* <<< */
}
@media (max-width: 749px) {
  .docs_text p {
    /* <<< SMALL <<< */
    max-width: 90%;
  }
}

#ab_about .videocontainer #ab1_start_video {
  width: 100%;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_about .videocontainer #ab1_start_video {
    /* <<< SMALL <<< */
    min-height: unset;
  }
}
#ab_about .ab1_sub1 {
  margin-top: 50px;
  margin-bottom: 70px;
}
#ab_about .ab1_sub1 #ab1_sub1_video {
  width: 100%;
}
#ab_about .ab1_start h1, #ab_about .ab1_start p {
  text-align: center;
}
#ab_about .ab1_sub2 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_about .ab1_sub2 {
    /* <<< SMALL <<< */
    padding-top: 40px;
  }
}
#ab_about .ab1_sub2 .block1 {
  width: 65%;
  padding-right: 5%;
  padding-top: 200px;
  /* <<< */
  /* <<< */
}
@media (max-width: 749px) {
  #ab_about .ab1_sub2 .block1 {
    /* <<< SMALL <<< */
    padding-top: 50px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 749px) {
  #ab_about .ab1_sub2 .block1 {
    /* <<< SMALL <<< */
    padding-top: 0;
  }
}
#ab_about .ab1_sub2 .block1 .ab1_endeavors_preview {
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
#ab_about .ab1_sub2 .block1 .ab1_endeavors_preview .ab1_endeavors_preview_item {
  width: 25%;
  padding-bottom: 20px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_about .ab1_sub2 .block1 .ab1_endeavors_preview .ab1_endeavors_preview_item {
    /* <<< MEDIUM <<< */
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 749px) {
  #ab_about .ab1_sub2 .block1 .ab1_endeavors_preview .ab1_endeavors_preview_item {
    /* <<< SMALL <<< */
    padding: 20px;
    width: 50%;
  }
}
#ab_about .ab1_sub2 .block1 .ab1_endeavors_preview .ab1_endeavors_preview_item .previewtext1 {
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 0 2px;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_about .ab1_sub2 .block1 .ab1_endeavors_preview .ab1_endeavors_preview_item .previewtext1 {
    /* <<< SMALL <<< */
    padding: 0;
  }
}
#ab_about .ab1_sub2 .block1 .ab1_endeavors_preview .ab1_endeavors_preview_item .previewtext2 {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #888;
  padding: 0 2px;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_about .ab1_sub2 .block1 .ab1_endeavors_preview .ab1_endeavors_preview_item .previewtext2 {
    /* <<< SMALL <<< */
    padding: 0;
  }
}
#ab_about .ab1_sub2 .ab1_sub1_image {
  width: 35%;
  height: auto;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_about .ab1_sub2 .ab1_sub1_image {
    /* <<< SMALL <<< */
    width: 100%;
  }
}
#ab_about .ab1_sub2 .ab1_sub1_image img {
  position: relative;
  margin-right: -5vw;
  margin-left: 0vw;
  max-width: 50vw;
  left: 0;
  right: 0;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_about .ab1_sub2 .ab1_sub1_image img {
    /* <<< SMALL <<< */
    max-width: 80%;
    float: right;
    padding-bottom: 30px;
  }
}
#ab_about .ab1_sub2 .block2 {
  width: 80%;
  padding-top: 50px;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_about .ab1_sub2 .block2 {
    /* <<< SMALL <<< */
    width: 100%;
  }
}
#ab_about .ab1_sub3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 50px;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_about .ab1_sub3 {
    /* <<< SMALL <<< */
    padding-right: 40px;
  }
}
#ab_about .ab1_sub3 .ab1_card_wrapper {
  width: 21%;
  padding-bottom: 10px;
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_about .ab1_sub3 .ab1_card_wrapper {
    /* <<< MEDIUM <<< */
    width: 48%;
  }
}
#ab_about .ab1_sub3 .ab1_card_wrapper .ab1_card {
  text-align: center;
}
#ab_about .ab1_sub3 .ab1_card_wrapper .ab1_card .cardimage {
  padding: 20px;
  max-width: 180px;
  margin: 0 auto;
}
#ab_about .ab1_sub3 .ab1_card_wrapper .ab1_card .cardtext {
  padding: 10px 5px 20px 5px;
}

#ab_enablegrowth {
  margin-top: 150px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_enablegrowth {
    /* <<< MEDIUM <<< */
    margin-top: 80px;
  }
}
@media (max-width: 749px) {
  #ab_enablegrowth {
    /* <<< SMALL <<< */
    margin-top: 40px;
  }
}
#ab_enablegrowth .ab2_start h1 {
  margin-top: 50px;
}
#ab_enablegrowth .ab2_start h1, #ab_enablegrowth .ab2_start p {
  text-align: center;
}
#ab_enablegrowth .ab2_start .videocontainer #ab2_start_video {
  width: 100%;
}
#ab_enablegrowth .ab2_sub1 {
  margin-top: 100px;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_sub1 {
    /* <<< SMALL <<< */
    margin-top: 0px;
  }
}
#ab_enablegrowth .ab2_sub1 #ab2_cats_anchor {
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_sub1 #ab2_cats_anchor {
    /* <<< SMALL <<< */
    padding-top: 30px;
  }
}
#ab_enablegrowth .ab2_cats {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cats {
    /* <<< SMALL <<< */
    padding-right: 40px;
  }
}
#ab_enablegrowth .ab2_cats .ab2_cat_wrapper {
  display: block;
  width: 18%;
}
#ab_enablegrowth .ab2_cats .ab2_cat_wrapper .ab2_cat .cattitle {
  text-align: center;
  padding: 15px 0;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cats .ab2_cat_wrapper .ab2_cat .cattitle {
    /* <<< SMALL <<< */
    padding: 5px 0;
    font-size: 12px;
  }
}
#ab_enablegrowth .ab2_cats .ab2_cat_wrapper .ab2_cat .catimage {
  margin: 0 auto;
  max-width: 100px;
  box-sizing: content-box;
  padding: 30px 30px 10px 30px;
  display: block;
  transition: transform 0.25s;
  transform: scale(1);
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cats .ab2_cat_wrapper .ab2_cat .catimage {
    /* <<< SMALL <<< */
    padding: 5px;
    pointer-events: none;
  }
}
#ab_enablegrowth .ab2_cats .ab2_cat_wrapper .ab2_cat .catimage:hover {
  transform: scale(1.1);
  transition: transform 0.25s;
  cursor: pointer;
}
#ab_enablegrowth .catlines {
  width: 84%;
  margin: 0 auto;
  position: relative;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .catlines {
    /* <<< SMALL <<< */
    width: calc(84% - 40px);
    right: 20px;
  }
}
#ab_enablegrowth .catlines img {
  position: absolute;
  padding-right: 1px;
  width: 100%;
  height: 150px;
  z-index: -1;
}
#ab_enablegrowth .ab2_cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 150px;
  max-width: 800px;
  margin: 80px auto 0;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards {
    /* <<< SMALL <<< */
    margin: 150px auto 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    position: relative;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper:not(:last-child) {
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper:not(:last-child) {
    /* <<< SMALL <<< */
    position: relative;
    height: auto;
    max-height: 50px;
    padding-top: 0;
    transition: all 0.25s;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.is-open {
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.is-open {
    /* <<< SMALL <<< */
    height: auto;
    max-height: 400px;
    transition: all 0.25s;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper {
  display: flex;
  align-items: stretch;
  width: 35%;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper {
    /* <<< SMALL <<< */
    width: 100%;
    margin-bottom: 10px;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper:nth-child(3n-2) {
  margin-left: 5%;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper:nth-child(3n-2) {
    /* <<< SMALL <<< */
    margin-left: 0;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper:nth-child(3n-2) .smallcard_icon {
  display: none;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper:nth-child(3n-2) .smallcard_icon {
    /* <<< SMALL <<< */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    padding: 10px 15px 15px 20px;
    box-sizing: content-box;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper:nth-child(3n-1) {
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper:nth-child(3n-1) {
    /* <<< SMALL <<< */
    display: none;
    margin-left: 0;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper:nth-child(3n) {
  position: relative;
  top: 80px;
  margin-right: 5%;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper:nth-child(3n) {
    /* <<< SMALL <<< */
    top: 0px;
    margin-right: 0;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper:nth-child(3n) .smallcard_icon {
  display: none;
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper .ab2_card {
  border-radius: 20px;
  background-color: #EEEEEE;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  padding: 20px;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper .ab2_card {
    /* <<< SMALL <<< */
    padding: 15px 20px 60px 20px;
    margin-bottom: -40px;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper .ab2_card .cardtitle {
  cursor: pointer;
  text-align: center;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper .ab2_card .cardtitle {
    /* <<< SMALL <<< */
    font-size: 24px;
    margin-bottom: 0;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper .ab2_card .cardimage {
  text-align: center;
  margin: 30px 10%;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper .ab2_card .cardimage {
    /* <<< SMALL <<< */
    max-width: 80px;
    margin: 15px auto 20px;
  }
}
#ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper .ab2_card .cardtext {
  text-align: left;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .smallcard_wrapper.ab2_card_wrapper .ab2_card .cardtext {
    /* <<< SMALL <<< */
    font-size: 14px;
  }
}
#ab_enablegrowth .ab2_cards .cardcat_wrapper {
  top: -20px;
  position: relative;
  width: 20%;
  box-sizing: border-box;
  padding: 200px 20px 20px 20px;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .cardcat_wrapper {
    /* <<< SMALL <<< */
    display: none !important;
  }
}
#ab_enablegrowth .ab2_cards .cardcat_wrapper:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background-color: #FC0000;
  height: 100%;
  top: 50px;
  left: 50%;
  z-index: -1;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .cardcat_wrapper:after {
    /* <<< SMALL <<< */
    height: 200%;
    top: -100px;
    overflow: visible;
  }
}
#ab_enablegrowth .ab2_cards .cardcat_wrapper.last:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background-color: #FC0000;
  height: 100%;
  top: 200px;
  left: 50%;
  z-index: 10;
}
#ab_enablegrowth .ab2_cards .cardcat_wrapper .cardcat_img_wrapper {
  position: relative;
  background-color: #F3F3F3;
  z-index: 100;
}
#ab_enablegrowth .ab2_cards .cardcat_wrapper .cardcat_img_wrapper .cardcat_img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 150px;
  background-color: #F3F3F3;
  border: 15px solid #F3F3F3;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .cardcat_wrapper .cardcat_img_wrapper .cardcat_img {
    /* <<< SMALL <<< */
    border: 10px solid #F3F3F3;
  }
}
#ab_enablegrowth .ab2_cards .cardcat_wrapper .cardcat_img_wrapper .cardcat_img:hover {
  opacity: 1;
}
#ab_enablegrowth .ab2_cards .cardcat_wrapper .cardcat_img_wrapper .cardcat_img img {
  transition: transform 0.25s, opacity 0.25s;
  transform: scale(1);
}
#ab_enablegrowth .ab2_cards .cardcat_wrapper .cardcat_img_wrapper .cardcat_img img:hover {
  opacity: 1;
  transform: scale(1.05);
  transition: transform 0.25s, opacity 0.25s;
  cursor: pointer;
}
#ab_enablegrowth .ab2_cards .cardcat_wrapper .cardcat_img_wrapper:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #333;
  width: 150%;
  top: 50%;
  left: -25%;
  z-index: -1;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .cardcat_wrapper .cardcat_img_wrapper:before {
    /* <<< SMALL <<< */
    display: none;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(1) {
  order: 1;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(1) {
    /* <<< SMALL <<< */
    order: 2;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(2) {
  order: 2;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(2) {
    /* <<< SMALL <<< */
    order: 1;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(3) {
  order: 3;
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(4) {
  order: 4;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(4) {
    /* <<< SMALL <<< */
    order: 5;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(5) {
  order: 5;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(5) {
    /* <<< SMALL <<< */
    order: 4;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(6) {
  order: 6;
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(7) {
  order: 7;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(7) {
    /* <<< SMALL <<< */
    order: 8;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(8) {
  order: 8;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(8) {
    /* <<< SMALL <<< */
    order: 7;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(9) {
  order: 9;
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(10) {
  order: 10;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(10) {
    /* <<< SMALL <<< */
    order: 11;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(11) {
  order: 11;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(11) {
    /* <<< SMALL <<< */
    order: 10;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(12) {
  order: 12;
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(13) {
  order: 13;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(13) {
    /* <<< SMALL <<< */
    order: 14;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(14) {
  order: 14;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(14) {
    /* <<< SMALL <<< */
    order: 13;
  }
}
#ab_enablegrowth .ab2_cards .ab2_cards_child:nth-child(15) {
  order: 15;
}

#ab_network .startcontainer {
  position: relative;
  background-color: black;
  height: 700px;
  overflow: hidden;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_network .startcontainer {
    /* <<< MEDIUM <<< */
    height: 650px;
  }
}
@media (max-width: 749px) {
  #ab_network .startcontainer {
    /* <<< SMALL <<< */
    height: auto;
    display: flex;
    flex-flow: column-reverse;
  }
}
#ab_network .startcontainer .videocontainer {
  z-index: 1;
  position: relative;
}
#ab_network .startcontainer .videocontainer #ab3_start_video {
  height: 700px;
  width: 100%;
  position: relative;
  left: -25%;
  top: -25%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_network .startcontainer .videocontainer #ab3_start_video {
    /* <<< MEDIUM <<< */
    height: 650px;
    object-fit: cover;
  }
}
@media (max-width: 749px) {
  #ab_network .startcontainer .videocontainer #ab3_start_video {
    /* <<< SMALL <<< */
    height: auto;
    top: 0;
    left: -50%;
    width: 200%;
  }
}
#ab_network .startcontainer .videocontainer .videoshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 40px 40px black;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_network .startcontainer .videocontainer .videoshadow {
    /* <<< SMALL <<< */
    box-shadow: inset 0 0 20px 20px black;
  }
}
#ab_network .ab3_start {
  position: absolute;
  top: 150px;
  margin-left: 45%;
  z-index: 100;
  width: 45vw;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_network .ab3_start {
    /* <<< MEDIUM <<< */
    top: 100px;
  }
}
@media (max-width: 749px) {
  #ab_network .ab3_start {
    /* <<< SMALL <<< */
    width: 90vw;
    margin-left: 5%;
    margin-right: 5%;
    width: 100%;
    position: static;
    padding: 40px 10px 0px 10px;
  }
}
#ab_network .ab3_start .textblock h1 {
  color: white;
}
#ab_network .ab3_start .textblock p {
  margin: 0;
  text-align: left;
  color: white;
  padding-bottom: 20px;
  text-shadow: 0 0 3px black;
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_network .ab3_start .textblock p {
    /* <<< MEDIUM <<< */
    font-size: 16px;
  }
}
#ab_network .ab3_sub2 {
  /* <<< */
}
@media (max-width: 749px) {
  #ab_network .ab3_sub2 {
    /* <<< SMALL <<< */
    padding: 0;
  }
}
#ab_network .ab3_sub2 h1 {
  text-align: center;
  font-size: 68px;
  letter-spacing: 0.01em;
  font-weight: 400;
  padding-top: 140px;
  padding-bottom: 0px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_network .ab3_sub2 h1 {
    /* <<< MEDIUM <<< */
    font-size: 55px;
  }
}
@media (max-width: 749px) {
  #ab_network .ab3_sub2 h1 {
    /* <<< SMALL <<< */
    font-size: 28px;
    padding-right: 0;
  }
}
#ab_network .ab3_sub2 .videocontainer {
  z-index: 900;
  position: relative;
}
#ab_network .ab3_sub2 .videocontainer #ab3_sub2_video {
  width: 100%;
}
#ab_network .ab3_sub2 p {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 550px;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_network .ab3_sub2 p {
    /* <<< SMALL <<< */
    padding-top: 15px;
    padding-left: 10px;
  }
}
#ab_network .ab3_sub2 .below_video {
  position: relative;
  margin-top: -40px;
  z-index: 1000;
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_network .ab3_sub2 .below_video {
    /* <<< MEDIUM <<< */
    margin-top: 0px;
  }
}
#ab_network .ab3_sub1 h1 {
  width: 100%;
  font-weight: 900;
  font-size: 45px;
  color: white;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  padding: 350px 5%;
  line-height: 1.2em;
  display: inline-block;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #ab_network .ab3_sub1 h1 {
    /* <<< MEDIUM <<< */
    padding: 250px 5%;
    font-size: 35px;
  }
}
@media (max-width: 749px) {
  #ab_network .ab3_sub1 h1 {
    /* <<< SMALL <<< */
    padding: 150px 30px 150px 5%;
    line-height: 1.4em;
    font-size: 24px;
  }
}
#ab_selectedendeavors {
  padding-top: 20px;
  padding-bottom: 100px;
}
#ab_selectedendeavors .ab4_start h1, #ab_selectedendeavors .ab4_start p {
  text-align: center;
}
#ab_selectedendeavors .ab4_start p {
  max-width: 450px;
  line-height: 1.2em;
}
#ab_selectedendeavors .ab4_sub1_bgstyle {
  max-width: 1200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
#ab_selectedendeavors .ab4_sub1 {
  margin-bottom: 0px;
  /* <<< */
}
@media (max-width: 749px) {
  #ab_selectedendeavors .ab4_sub1 {
    /* <<< SMALL <<< */
    padding-right: 40px;
  }
}
#ab_selectedendeavors .ab4_sub1 .ab4_endeavors {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 30vw;
  margin: 0 auto;
  justify-content: center;
}
#ab_selectedendeavors .ab4_sub1 .ab4_endeavors .ab4_endeavor {
  width: 50%;
  padding: 0;
  position: relative;
  max-width: 440px;
}
#ab_selectedendeavors .ab4_sub1 .ab4_endeavors .ab4_endeavor:hover img.mainimg {
  transform: scale(1.05);
  transition: transform 0.25s, opacity 0.25s;
}
#ab_selectedendeavors .ab4_sub1 .ab4_endeavors .ab4_endeavor:hover img.hoverimg {
  transform: scale(1.05);
  transition: transform 0.25s, opacity 0.25s;
  opacity: 1;
}
#ab_selectedendeavors .ab4_sub1 .ab4_endeavors .ab4_endeavor img {
  width: 100%;
  position: relative;
  transition: transform 0.25s, opacity 0.25s;
}
#ab_selectedendeavors .ab4_sub1 .ab4_endeavors .ab4_endeavor img.hoverimg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
}
.videocontainer {
  position: relative;
  line-height: 0;
}
.videocontainer .eb_start_video {
  width: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  transform: scaleY(0.9) scaleX(0.94);
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .videocontainer .eb_start_video {
    /* <<< MEDIUM <<< */
    transform: scaleY(0.9) scaleX(0.9);
  }
}
@media (max-width: 749px) {
  .videocontainer .eb_start_video {
    /* <<< SMALL <<< */
    transform: scaleY(0.94) scaleX(0.88);
  }
}
.videocontainer .eb_start_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
}
.videocontainer .eb_start_text .headline {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.85);
}
.videocontainer .eb_start_text .headline h1 {
  text-align: center;
  width: 100%;
  padding: 0 10% 20px;
  font-size: 90px;
  font-weight: 400;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  .videocontainer .eb_start_text .headline h1 {
    /* <<< MEDIUM <<< */
    padding: 0 10% 10px;
    font-size: 60px;
  }
}
@media (max-width: 749px) {
  .videocontainer .eb_start_text .headline h1 {
    /* <<< SMALL <<< */
    padding: 0 10% 5px;
    font-size: 32px;
  }
}
.videocontainer .eb_start_text .subline {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.85);
}
.videocontainer .eb_start_text .subline h3 {
  font-weight: 300;
  width: 100%;
  /* <<< */
}
@media (max-width: 1099px) {
  .videocontainer .eb_start_text .subline h3 {
    /* <<< MEDIUM <<< */
  }
}

#eb_sustainable {
  background-color: #F4F4F4;
}
#eb_sustainable .eb1_sub1 {
  display: flex;
  flex-flow: row wrap;
  padding-top: 100px;
  padding-bottom: 100px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub1 {
    /* <<< MEDIUM <<< */
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub1 {
    /* <<< SMALL <<< */
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#eb_sustainable .eb1_sub1 .textblock1 {
  width: 45%;
  padding-right: 5%;
  margin-bottom: 50px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub1 .textblock1 {
    /* <<< MEDIUM <<< */
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub1 .textblock1 {
    /* <<< SMALL <<< */
    width: 100%;
    padding-right: 0;
  }
}
#eb_sustainable .eb1_sub1 .textblock2 {
  width: 100%;
  padding-left: 0%;
  z-index: 100;
  display: flex;
  flex-flow: row wrap;
  margin-top: 80px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub1 .textblock2 {
    /* <<< MEDIUM <<< */
    margin-top: 50px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub1 .textblock2 {
    /* <<< SMALL <<< */
    width: 100%;
    padding-left: 0;
  }
}
#eb_sustainable .eb1_sub1 .textblock2 h2 {
  width: 40%;
  text-align: right;
  padding-right: 25px;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub1 .textblock2 h2 {
    /* <<< MEDIUM <<< */
    padding-right: 15px;
    text-align: left;
    width: 100%;
  }
}
#eb_sustainable .eb1_sub1 .textblock2 p {
  width: 60%;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub1 .textblock2 p {
    /* <<< MEDIUM <<< */
    width: 100%;
  }
}
#eb_sustainable .eb1_sub1 #eb1_sub1_video {
  width: 55%;
  /* <<< */
  padding-bottom: 100px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub1 #eb1_sub1_video {
    /* <<< SMALL <<< */
    width: 100%;
  }
}
#eb_sustainable .eb1_sub1 #eb1_sub1_video video {
  width: 100%;
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub1 #eb1_sub1_video {
    /* <<< SMALL <<< */
    padding-bottom: 40px;
  }
}
#eb_sustainable .eb1_sub1 .eb1_sub1_image2 {
  padding-top: 100px;
  width: 100%;
  margin-top: -150px;
  z-index: 0;
}
#eb_sustainable .eb1_homabay {
  margin-bottom: 100px;
}
#eb_sustainable .eb1_homabay .textblock {
  width: 100%;
  padding-left: 0%;
  z-index: 100;
}
#eb_sustainable .eb1_homabay .textblock h2 {
  padding-right: 30%;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_homabay .textblock h2 {
    /* <<< MEDIUM <<< */
    padding-right: 0;
  }
}
#eb_sustainable .eb1_homabay .textblock p {
  max-width: 60%;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_homabay .textblock p {
    /* <<< MEDIUM <<< */
    max-width: 100%;
  }
}
#eb_sustainable .eb1_homabay .eb1_homabay_image {
  padding-top: 50px;
  width: 100%;
  padding-left: 20%;
  z-index: 0;
  margin-top: -150px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_homabay .eb1_homabay_image {
    /* <<< MEDIUM <<< */
    padding-left: 0%;
    margin-top: -50px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_homabay .eb1_homabay_image {
    /* <<< SMALL <<< */
    margin-top: -20px;
  }
}
#eb_sustainable .eb1_sub2 {
  min-height: 100vh;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 50px 80px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub2 {
    /* <<< MEDIUM <<< */
    margin-bottom: 20px;
    padding: 30px 40px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub2 {
    /* <<< SMALL <<< */
    padding: 30px 10px;
    margin-bottom: 20px;
  }
}
#eb_sustainable .eb1_sub2 .block1 {
  opacity: 0;
  transform: translateY(50vh);
  width: 80%;
  height: auto;
  /* <<< */
  /* <<< */
}
#eb_sustainable .eb1_sub2 .block1.greencards {
  width: 100%;
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub2 .block1 {
    /* <<< MEDIUM <<< */
    width: 90%;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub2 .block1 {
    /* <<< SMALL <<< */
    width: 100%;
  }
}
#eb_sustainable .eb1_sub2 .block1 p {
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub2 .block1 p {
    /* <<< SMALL <<< */
    padding-right: 30px;
  }
}
#eb_sustainable .eb1_sub2 .block1 {
  border-radius: 10px;
  background-color: #fff;
  padding: 5%;
}
#eb_sustainable .eb1_sub3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  /* <<< */
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 50px 80px;
  /* <<< */
  /* <<< */
  padding: 50px 20px;
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub3 {
    /* <<< SMALL <<< */
    padding: 0;
  }
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub3 {
    /* <<< MEDIUM <<< */
    margin-bottom: 20px;
    padding: 30px 40px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub3 {
    /* <<< SMALL <<< */
    padding: 30px 10px;
    margin-bottom: 20px;
  }
}
#eb_sustainable .eb1_sub3 .block1 {
  opacity: 0;
  transform: translateY(50vh);
  width: 80%;
  height: auto;
  /* <<< */
  /* <<< */
}
#eb_sustainable .eb1_sub3 .block1.greencards {
  width: 100%;
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub3 .block1 {
    /* <<< MEDIUM <<< */
    width: 90%;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub3 .block1 {
    /* <<< SMALL <<< */
    width: 100%;
  }
}
#eb_sustainable .eb1_sub3 .block1 p {
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub3 .block1 p {
    /* <<< SMALL <<< */
    padding-right: 30px;
  }
}
#eb_sustainable .eb1_sub3 #eb1_sub3_cards {
  opacity: 0;
  transform: translateY(50vh);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 50px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub3 #eb1_sub3_cards {
    /* <<< MEDIUM <<< */
    max-width: 560px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub3 #eb1_sub3_cards {
    /* <<< SMALL <<< */
    padding-bottom: 10px;
  }
}
#eb_sustainable .eb1_sub3 #eb1_sub3_cards .eb1_sub3_card {
  width: 23%;
  margin-bottom: 15px;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  text-align: center;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub3 #eb1_sub3_cards .eb1_sub3_card {
    /* <<< MEDIUM <<< */
    padding: 15px;
    width: 40%;
    margin: 0 5% 25px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub3 #eb1_sub3_cards .eb1_sub3_card {
    /* <<< SMALL <<< */
    width: 49%;
    margin: 0 0 10px;
    font-size: 14px;
  }
}
#eb_sustainable .eb1_sub3 #eb1_sub3_cards .eb1_sub3_card img {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub3 #eb1_sub3_cards .eb1_sub3_card img {
    /* <<< MEDIUM <<< */
    width: 70%;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub3 #eb1_sub3_cards .eb1_sub3_card img {
    /* <<< SMALL <<< */
    padding: 5px;
  }
}
#eb_sustainable .eb1_sub4 {
  display: flex;
  flex-flow: row nowrap;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub4 {
    /* <<< SMALL <<< */
    flex-flow: row wrap;
  }
}
#eb_sustainable .eb1_sub4 .eb1_sub4_icon {
  width: 40%;
  max-width: 350px;
  height: auto;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub4 .eb1_sub4_icon {
    /* <<< MEDIUM <<< */
    width: 100%;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub4 .eb1_sub4_icon {
    /* <<< SMALL <<< */
    max-width: 220px;
    margin: 0 auto;
  }
}
#eb_sustainable .eb1_sub4 .eb1_sub4_icon img {
  width: 100%;
  height: auto;
}
#eb_sustainable .eb1_sub4 h2 {
  width: 60%;
  padding-left: 30px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub4 h2 {
    /* <<< MEDIUM <<< */
    width: 100%;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub4 h2 {
    /* <<< SMALL <<< */
    padding-left: 0;
  }
}
#eb_sustainable .eb1_sub5 {
  position: relative;
  background-color: #F4F4F4;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 {
    /* <<< SMALL <<< */
    padding-right: 40px;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding-bottom: 40px;
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper {
    /* <<< SMALL <<< */
    justify-content: space-between;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .graphic-headline {
  position: absolute;
  top: 45%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .graphic-headline {
    /* <<< SMALL <<< */
    position: relative;
    padding: 15px 0 25px;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .graphic-headline h2 {
  font-size: 58px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .graphic-headline h2 {
    /* <<< SMALL <<< */
    font-size: 45px;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper {
  width: 23.33%;
  margin-bottom: 40px;
  border-radius: 25px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.35);
  align-content: flex-start;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper {
    /* <<< MEDIUM <<< */
    border-radius: 15px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper {
    /* <<< SMALL <<< */
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.one {
  margin-top: 40px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.one {
    /* <<< SMALL <<< */
    margin-top: 0;
    order: 3;
  }
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.one .box .text {
    text-align: right;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.two {
  align-self: flex-start;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.two {
    /* <<< SMALL <<< */
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 20px;
    order: 1;
  }
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.two .box .text {
    text-align: right;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.three {
  align-self: flex-start;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.three {
    /* <<< SMALL <<< */
    align-self: stretch;
    order: 2;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.three .box .text {
    text-align: left;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.four {
  margin-top: 40px;
  order: 4;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.four {
    /* <<< SMALL <<< */
    margin-top: 0;
    margin-bottom: 20px;
  }
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.four .box .text {
    text-align: left;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.five {
  order: 5;
  margin-bottom: 40px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.five {
    /* <<< SMALL <<< */
    margin-top: 0;
    margin-bottom: 20px;
  }
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.five .box .text {
    text-align: right;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.six {
  align-self: flex-end;
  order: 6;
  margin-bottom: 0;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.six {
    /* <<< SMALL <<< */
    margin-top: 0;
    margin-bottom: 20px;
    align-self: stretch;
  }
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.six .box .text {
    text-align: left;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.seven {
  order: 7;
  align-self: flex-end;
  margin-bottom: 0;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.seven {
    /* <<< SMALL <<< */
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.seven .box .text {
    text-align: right;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.eight {
  order: 8;
  margin-bottom: 40px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.eight {
    /* <<< SMALL <<< */
    margin-top: 0;
    margin-bottom: 20px;
  }
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper.eight .box .text {
    text-align: left;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box {
  text-align: center;
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .icon {
  padding: 10%;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .icon {
    /* <<< SMALL <<< */
    padding: 10px;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .icon img {
  margin: 0 auto;
  max-width: 150px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .icon img {
    /* <<< MEDIUM <<< */
    max-width: 100px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .icon img {
    /* <<< SMALL <<< */
    max-width: 100px;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .text {
  font-size: 16px;
  text-align: center;
  padding: 10px 10px 0 10px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .text {
    /* <<< SMALL <<< */
    font-size: 14px;
    line-height: 1.1em;
  }
}
#eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .text p {
  text-align: center;
  font-size: 14px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .text p {
    /* <<< MEDIUM <<< */
    font-size: 14px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5 #impact-graphic .graphic-wrapper .impactbox-wrapper .box .text p {
    /* <<< SMALL <<< */
    padding-right: 0;
  }
}
#eb_sustainable .eb1_sub5_image {
  position: absolute;
  bottom: 0px;
  height: 800px;
  z-index: 0;
  overflow: hidden;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub5_image {
    /* <<< MEDIUM <<< */
    height: 700px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub5_image {
    /* <<< SMALL <<< */
    margin-left: -10px;
    margin-right: -10px;
  }
}
#eb_sustainable .eb1_sub5_image img {
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
#eb_sustainable .eb1_sub6 .sdg-textbox {
  margin-top: 150px;
  width: 80%;
  margin-right: 20%;
  hyphens: auto;
  /* <<< */
  /* <<< */
}
#eb_sustainable .eb1_sub6 .sdg-textbox .overlay {
  float: right;
  position: relative;
  text-align: left;
  right: 0px;
  top: 0px;
  width: 540px;
  height: 65px;
  margin-bottom: -5px;
}
#eb_sustainable .eb1_sub6 .sdg-textbox .overlay .einschub {
  hyphens: none;
  font-size: 48px;
  font-weight: 400;
  padding-left: 10px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0.9em;
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 .sdg-textbox {
    /* <<< MEDIUM <<< */
    width: 80%;
    margin-right: 20%;
  }
  #eb_sustainable .eb1_sub6 .sdg-textbox .overlay {
    float: right;
    position: relative;
    text-align: left;
    right: 0px;
    top: 0px;
    width: 480px;
    height: 65px;
    margin-bottom: -5px;
  }
  #eb_sustainable .eb1_sub6 .sdg-textbox .overlay .einschub {
    hyphens: none;
    font-size: 42px;
    font-weight: 400;
    padding-left: 10px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0.9em;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub6 .sdg-textbox {
    /* <<< SMALL <<< */
    margin-top: 50px;
    width: 100%;
    margin-left: 0%;
  }
  #eb_sustainable .eb1_sub6 .sdg-textbox .overlay {
    float: right;
    position: relative;
    text-align: left;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin-bottom: -5px;
  }
  #eb_sustainable .eb1_sub6 .sdg-textbox .overlay .einschub {
    hyphens: none;
    font-size: 28px;
    font-weight: 400;
    padding-left: 15px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0.9em;
  }
}
#eb_sustainable .eb1_sub6 .sdg-textbox .sdg-headline {
  margin-top: 30px;
  font-size: 44px;
  line-height: 1.1em;
  margin-bottom: 10px;
  display: block;
  max-width: 750px;
  padding-left: 15px;
  /* <<< */
}
#eb_sustainable .eb1_sub6 .sdg-textbox .sdg-headline h1 {
  font-weight: 400;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub6 .sdg-textbox .sdg-headline h1 {
    /* <<< SMALL <<< */
    padding-right: 0;
    font-size: 28px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub6 .sdg-textbox .sdg-headline {
    /* <<< SMALL <<< */
    font-size: 32px;
    margin-bottom: 5px;
    padding-right: 30px;
    padding-left: 0;
  }
  #eb_sustainable .eb1_sub6 .sdg-textbox .sdg-headline.einschub {
    line-height: 1em !important;
  }
}
#eb_sustainable .eb1_sub6 .sdg-textbox .sdg-text {
  padding-left: 15px;
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0px;
  text-align: justify;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub6 .sdg-textbox .sdg-text {
    /* <<< SMALL <<< */
    margin-bottom: 20px;
    font-size: 16px;
    padding-right: 0;
    padding-left: 0;
  }
}
#eb_sustainable .eb1_sub6 #sdg {
  display: block;
  padding-bottom: 300px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub6 #sdg {
    /* <<< SMALL <<< */
    display: none;
    height: 0px;
    overflow: hidden;
    margin: 0 !important;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper {
  margin: 180px 0 0 0;
  height: 450px;
  width: 100%;
  background-color: transparent;
  position: relative;
  transition: margin-top 0.3s linear 0.2s, margin-bottom 0.3s linear 0.2s;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper {
    /* <<< MEDIUM <<< */
    height: 320px;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel {
  position: relative;
  pointer-events: none;
  z-index: 100;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel.dim [class|=wheelnav-piemenu-slice-basic] {
  fill-opacity: 0.5;
  transition: fill-opacity 0.3s;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel #piemenu {
  max-width: 50vw;
  pointer-events: all;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel #piemenu > svg {
  width: 100%;
  height: 100%;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel #piemenu > svg:nth-child(2) {
  display: none;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel #piemenu {
  height: 450px;
  width: 450px;
  max-height: 450px;
  margin: auto;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel #piemenu {
    /* <<< MEDIUM <<< */
    height: 320px;
    width: 320px;
    max-height: 320px;
    min-height: 320px;
    min-width: 320px;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel [class|=wheelnav-piemenu-slice-basic] {
  stroke: #f4f4f4;
  stroke-width: 10;
  fill-opacity: 0.5;
  transition: fill-opacity 0.3s;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel [class|=wheelnav-piemenu-slice-selected] {
  fill-opacity: 1;
  stroke: #f4f4f4;
  stroke-width: 10;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel [class|=wheelnav-piemenu-slice-hover] {
  stroke: #f4f4f4;
  stroke-width: 10;
  fill-opacity: 1;
  cursor: pointer;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel [class|=wheelnav-piemenu-title-basic] {
  fill: #333;
  stroke: none;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel [class|=wheelnav-piemenu-title-selected] {
  fill: #fff;
  stroke: none;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel [class|=wheelnav-piemenu-title-hover] {
  fill: #222;
  stroke: none;
  cursor: pointer;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel [class|=wheelnav-piemenu-title] > tspan {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 24px;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .sdgwheel .wheelnav-piemenu-marker {
  stroke: #444;
  stroke-width: 2;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 1s 0.3s;
  pointer-events: all;
  z-index: 100;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .centerwrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  max-width: 200px;
  margin-left: -100px;
  transform: translateY(-50%);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .centerwrapper {
    /* <<< MEDIUM <<< */
    width: 140px;
    max-width: 140px;
    margin-left: -70px;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .centerwrapper .icon {
  width: 100%;
  height: auto;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .iconwrapper {
  position: absolute;
  max-width: 220px;
  min-width: 220px;
  text-align: center;
  transition: opacity 1s 0.3s;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .iconwrapper {
    /* <<< MEDIUM <<< */
    max-width: 220px;
    min-width: 180px;
    width: 30%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .iconwrapper .icon {
  cursor: pointer;
  margin: 0 auto;
  max-height: 140px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .iconwrapper .icon {
    /* <<< MEDIUM <<< */
    max-height: 100px;
  }
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .iconwrapper .icon {
    /* <<< SMALL <<< */
    padding: 10px;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .iconwrapper .text {
  opacity: 0;
  padding: 10px 10px 0px 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  hyphens: auto;
  transition: opacity 1s 0.6s;
  max-height: 85px;
  overflow: hidden;
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .iconwrapper .text.show {
  opacity: 1;
  transition: opacity 0.8s 0.2s;
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel .iconwrapper .text {
    /* <<< MEDIUM <<< */
    font-size: 13px;
    max-height: unset;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.showcenter {
  z-index: 1000;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s 0.05s;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.hidden .iconwrapper {
  opacity: 0;
  transition: opacity 0.4s 0s;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.hidden .iconwrapper .text {
  opacity: 0;
  transition: opacity 0.4s 0s;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.hidden.showcenter {
  z-index: 1500;
  opacity: 1;
  transition: opacity 0s 0s;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.hidden.showcenter .iconwrapper {
  opacity: 0;
  transition: opacity 0s 0s;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.hidden.showcenter .centerwrapper {
  position: relative;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.hidden.showcenter .centerwrapper img {
  position: relative;
  z-index: 2;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.hidden.showcenter .centerwrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F4F4F4;
  z-index: 1;
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-two .iconwrapper:nth-child(1) {
  text-align: right;
  top: 50%;
  right: calc(230px + 50%);
  transform: translateY(-70px);
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-two .iconwrapper:nth-child(1) .icon {
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-two .iconwrapper:nth-child(1) .icon {
    /* <<< MEDIUM <<< */
    padding-right: 20px;
  }
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-two .iconwrapper:nth-child(1) {
    /* <<< MEDIUM <<< */
    right: calc(140px + 50%);
    transform: translateY(-50px);
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-two .iconwrapper:nth-child(2) {
  text-align: left;
  top: 50%;
  left: calc(230px + 50%);
  transform: translateY(-70px);
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-two .iconwrapper:nth-child(2) .icon {
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-two .iconwrapper:nth-child(2) .icon {
    /* <<< MEDIUM <<< */
    padding-left: 20px;
  }
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-two .iconwrapper:nth-child(2) {
    /* <<< MEDIUM <<< */
    left: calc(140px + 50%);
    transform: translateY(-50px);
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-three .iconwrapper:nth-child(1) {
  text-align: right;
  top: 5%;
  right: calc(220px + 50%);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-three .iconwrapper:nth-child(1) {
    /* <<< MEDIUM <<< */
    text-align: right;
    right: calc(150px + 50%);
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-three .iconwrapper:nth-child(2) {
  text-align: left;
  top: 5%;
  left: calc(220px + 50%);
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-three .iconwrapper:nth-child(2) .text {
  padding-left: 20px;
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-three .iconwrapper:nth-child(2) {
    /* <<< MEDIUM <<< */
    text-align: left;
    left: calc(150px + 50%);
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-three .iconwrapper:nth-child(3) {
  top: 100%;
  left: 50%;
  max-width: 300px;
  margin-left: -150px;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-three .iconwrapper:nth-child(3) {
    /* <<< MEDIUM <<< */
    width: 35%;
    top: 100%;
    left: 50%;
    margin-left: -17.5%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(1) {
  text-align: right;
  top: -5%;
  right: calc(190px + 50%);
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(1) .text {
  padding-right: 20px;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(1) .text {
    /* <<< MEDIUM <<< */
    padding-right: 25px;
  }
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(1) {
    /* <<< MEDIUM <<< */
    right: calc(125px + 50%);
    top: -5%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(2) {
  text-align: left;
  top: -5%;
  left: calc(190px + 50%);
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(2) .text {
  padding-left: 30px;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(2) .text {
    /* <<< MEDIUM <<< */
    padding-left: 35px;
  }
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(2) {
    /* <<< MEDIUM <<< */
    left: calc(125px + 50%);
    top: -5%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(3) {
  top: 70%;
  left: calc(150px + 50%);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(3) {
    /* <<< MEDIUM <<< */
    left: calc(80px + 50%);
    top: 75%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(4) {
  top: 70%;
  right: calc(150px + 50%);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-four .iconwrapper:nth-child(4) {
    /* <<< MEDIUM <<< */
    right: calc(80px + 50%);
    top: 75%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(1) {
  top: -12%;
  right: calc(110px + 50%);
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(1) .text {
  padding-top: 5px;
  transform: translateX(-100px);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(1) .text {
    /* <<< MEDIUM <<< */
    padding-top: 105px;
    padding-left: 0;
    margin-right: -40px;
    transform: translateX(50px);
  }
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(1) {
    /* <<< MEDIUM <<< */
    max-width: 320px;
    display: flex;
    flex-flow: row-reverse nowrap;
    width: 250px !important;
    right: calc(120px + 50%);
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(2) {
  top: -12%;
  left: calc(140px + 50%);
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(2) .text {
  padding-top: 5px;
  transform: translateX(100px);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(2) .text {
    /* <<< MEDIUM <<< */
    padding-top: 105px;
    padding-left: 0;
    margin-left: -40px;
    transform: translateX(-20px);
  }
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(2) {
    /* <<< MEDIUM <<< */
    max-width: 320px;
    display: flex;
    flex-flow: row nowrap;
    width: 250px !important;
    left: calc(120px + 50%);
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(3) {
  top: 50%;
  left: calc(190px + 50%);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(3) {
    /* <<< MEDIUM <<< */
    top: 55%;
    left: calc(115px + 50%);
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(4) {
  top: 100%;
  left: 50%;
  max-width: 300px;
  margin-left: -150px;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(4) {
    /* <<< MEDIUM <<< */
    width: 35%;
    top: 100%;
    left: 50%;
    margin-left: -17.5%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(5) {
  top: 50%;
  right: calc(190px + 50%);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-five .iconwrapper:nth-child(5) {
    /* <<< MEDIUM <<< */
    top: 55%;
    right: calc(115px + 50%);
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(1) {
  top: -30%;
  left: 50%;
  max-width: 380px;
  width: 380px;
  margin-left: -70px;
  display: flex;
  flex-flow: row nowrap;
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(1) .text {
  padding-top: 25px;
  padding-left: 20px;
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(1) {
    /* <<< MEDIUM <<< */
    top: -32%;
    max-width: 300px;
    width: 300px;
    left: 50%;
    margin-left: -55px;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(2) {
  top: 3%;
  left: calc(195px + 50%);
  text-align: left;
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(2) .text {
  transform: translateX(50px);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(2) .text {
    /* <<< MEDIUM <<< */
    transform: translateX(20px);
  }
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(2) {
    /* <<< MEDIUM <<< */
    left: calc(140px + 50%);
    top: 2%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(3) {
  top: 70%;
  left: calc(140px + 50%);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(3) {
    /* <<< MEDIUM <<< */
    left: calc(90px + 50%);
    top: 65%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(4) {
  top: 100%;
  left: 50%;
  max-width: 250px;
  margin-left: -125px;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(4) {
    /* <<< MEDIUM <<< */
    width: 35%;
    top: 100%;
    left: 50%;
    margin-left: -17.5%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(5) {
  top: 70%;
  right: calc(140px + 50%);
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(5) {
    /* <<< MEDIUM <<< */
    right: calc(90px + 50%);
    top: 65%;
  }
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(6) {
  top: 3%;
  right: calc(155px + 50%);
  /* <<< */
}
#eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(6) .text {
  transform: translateX(-50px);
}
@media (max-width: 1099px) {
  #eb_sustainable .eb1_sub6 #sdg .sdg-wrapper .outsideicons_wrapper .sdg_iconwheel.icondesign-six .iconwrapper:nth-child(6) {
    /* <<< MEDIUM <<< */
    right: calc(90px + 50%);
    top: 2%;
  }
}
#eb_sustainable .eb1_sub6 #sdg-mobile {
  max-width: 550px;
  box-sizing: border-box;
  display: none;
  position: relative;
  width: 100%;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub6 #sdg-mobile {
    /* <<< SMALL <<< */
    display: block;
  }
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-button-prev {
  left: 0;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-button-next {
  right: 0;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg {
  position: relative;
  width: 100%;
  min-height: 200px;
  z-index: 1;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-wrapper {
  position: relative;
  width: 100%;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-wrapper .swiper-slide {
  position: relative;
  height: auto;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-wrapper .swiper-slide .slidecontent_wrapper .container .topbox {
  border-top-width: 0px;
  border-top-style: solid;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-wrapper .swiper-slide .slidecontent_wrapper .container .topbox .icon {
  display: inline-block;
  margin: 0 auto;
  max-width: 230px;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-wrapper .swiper-slide .slidecontent_wrapper .container .iconbox {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-wrapper .swiper-slide .slidecontent_wrapper .container .iconbox .iconwrapper {
  margin: 10px 0 10px;
  position: relative;
  display: flex;
  flex-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-wrapper .swiper-slide .slidecontent_wrapper .container .iconbox .iconwrapper {
    /* <<< SMALL <<< */
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-wrapper .swiper-slide .slidecontent_wrapper .container .iconbox .iconwrapper .icon {
  box-sizing: border-box;
  display: inline-block;
  width: 35%;
  max-width: 140px;
  padding: 10px;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-wrapper .swiper-slide .slidecontent_wrapper .container .iconbox .iconwrapper .text {
  box-sizing: border-box;
  display: inline-block;
  clear: right;
  width: 65%;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  padding-top: 10px;
}
#eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-button-prev, #eb_sustainable .eb1_sub6 #sdg-mobile .swiper-sdg .swiper-button-next {
  top: 115px;
  width: 20px;
  height: 30px;
  background-size: contain;
  margin-top: 0;
}

#eb_primarymaterials {
  background-color: #F4F4F4;
}
#eb_primarymaterials #eb2_start_anim_wrapper {
  background-color: #F4F4F4;
  z-index: 1000;
}
#eb_primarymaterials .eb2_start {
  z-index: 100;
  margin-bottom: 150px !important;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_start {
    /* <<< MEDIUM <<< */
    margin-bottom: 40px !important;
  }
}
#eb_primarymaterials .eb2_start p {
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_start p {
    /* <<< SMALL <<< */
    padding-top: 10px;
    padding-left: 10px;
  }
}
#eb_primarymaterials .eb2_sub1 {
  padding-bottom: 100px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub1 {
    /* <<< SMALL <<< */
    padding-bottom: 40px;
  }
}
#eb_primarymaterials .eb2_sub1 .img-left {
  width: 30%;
  padding-left: 0%;
  margin-top: 0px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub1 .img-left {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
    order: 2;
    text-align: right;
    float: unset;
    margin-bottom: 80px;
    margin-top: 0px;
    padding: 10%;
    margin-top: -95vw;
    z-index: 1000;
    display: none;
  }
}
#eb_primarymaterials .eb2_sub1 .img-left img {
  width: 100%;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub1 .img-left img {
    /* <<< SMALL <<< */
    padding-right: 0;
  }
}
#eb_primarymaterials .eb2_sub1 .textblock1 {
  width: 100%;
  padding-right: 30%;
  z-index: 200;
  padding-bottom: 100px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub1 .textblock1 {
    /* <<< SMALL <<< */
    padding-bottom: 10px;
    order: 3;
    padding-top: 20px;
    padding-right: 0%;
  }
}
#eb_primarymaterials .eb2_sub1 .textblock1 h1 {
  font-size: 3.7rem;
  line-height: 1.2em;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 0.02em;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub1 .textblock1 h1 {
    /* <<< MEDIUM <<< */
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub1 .textblock1 h1 {
    /* <<< SMALL <<< */
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
#eb_primarymaterials .eb2_sub1 .textblock1 p {
  padding-right: 30%;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub1 .textblock1 p {
    /* <<< SMALL <<< */
    padding-right: 30px;
  }
}
#eb_primarymaterials .eb2_sub1 .helium-anim-wrapper {
  position: absolute;
  z-index: 100;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub1 .helium-anim-wrapper {
    /* <<< SMALL SMALL SMALL <<< */
    display: flex;
    flex-direction: column;
    order: 1;
    position: relative;
  }
}
#eb_primarymaterials .eb2_sub1 .helium-anim-wrapper .helium-anim {
  margin-top: 0px;
  position: relative;
  width: 150%;
  margin-left: 40%;
  width: 1000px;
  top: -50px;
  z-index: -1;
  overflow: hidden;
  margin-bottom: 0px;
  background: transparent;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub1 .helium-anim-wrapper .helium-anim {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-left: 30%;
    width: 90%;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub1 .helium-anim-wrapper .helium-anim {
    /* <<< SMALL SMALL SMALL <<< */
    max-height: 800px;
    width: 100%;
    top: 0;
    clear: both;
    overflow: visible;
    order: 1;
    margin-left: 0;
  }
}
#eb_primarymaterials .eb2_sub1 .helium-anim-wrapper .helium-anim video {
  z-index: -1;
  background: transparent;
  height: 100%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub1 .helium-anim-wrapper .helium-anim video {
    /* <<< MEDIUM <<< */
    width: 100%;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub1 .helium-anim-wrapper .helium-anim video {
    /* <<< SMALL SMALL SMALL <<< */
    width: 100%;
  }
}
#eb_primarymaterials .eb2_hogback .eb2_hogback_block1, #eb_primarymaterials .eb2_hogback .eb2_hogback_block2 {
  z-index: 200;
  max-width: 100%;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_hogback .eb2_hogback_block1, #eb_primarymaterials .eb2_hogback .eb2_hogback_block2 {
    /* <<< MEDIUM <<< */
    max-width: 100%;
  }
}
#eb_primarymaterials .eb2_hogback .eb2_hogback_block1 h3, #eb_primarymaterials .eb2_hogback .eb2_hogback_block2 h3 {
  padding-left: 0%;
  padding-right: 15%;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-size: 3.5rem;
  padding-right: 40%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_hogback .eb2_hogback_block1 h3, #eb_primarymaterials .eb2_hogback .eb2_hogback_block2 h3 {
    /* <<< MEDIUM <<< */
    padding-right: 0%;
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_hogback .eb2_hogback_block1 h3, #eb_primarymaterials .eb2_hogback .eb2_hogback_block2 h3 {
    /* <<< SMALL <<< */
    font-size: 2.2rem;
    margin-bottom: 5px;
    padding-left: 0;
  }
}
#eb_primarymaterials .eb2_hogback .eb2_hogback_block1 p, #eb_primarymaterials .eb2_hogback .eb2_hogback_block2 p {
  padding-left: 0%;
  line-height: 1.6em;
  padding-right: 40%;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_hogback .eb2_hogback_block1 p, #eb_primarymaterials .eb2_hogback .eb2_hogback_block2 p {
    /* <<< SMALL <<< */
    padding-left: 0;
    padding-right: 60px;
  }
}
#eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper {
  width: 100%;
  padding-left: 40%;
  margin-top: 40px;
  margin-bottom: 50px;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
#eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback {
  min-height: 400px;
  max-height: 600px;
  z-index: 0;
  width: 100%;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback {
    /* <<< SMALL <<< */
    min-height: 300px;
  }
}
#eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
#eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback .swiper-wrapper .swiper-slide .container {
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback .swiper-wrapper .swiper-slide .container {
    /* <<< SMALL SMALL SMALL <<< */
  }
}
#eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  min-height: 400px;
  max-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback .swiper-wrapper .swiper-slide .slide {
    /* <<< SMALL SMALL SMALL <<< */
    min-height: 300px;
    max-height: 300px;
    width: 100vw;
    margin: 0 auto;
  }
}
#eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback .swiper-button-prev, #eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback .swiper-button-next {
  display: none;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback .swiper-button-prev, #eb_primarymaterials .eb2_hogback .swiper-hogback-wrapper .swiper-hogback .swiper-button-next {
    /* <<< MEDIUM <<< */
    display: block;
  }
}
#eb_primarymaterials .eb2_sub2 {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  min-height: 100vh;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 50px 80px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub2 {
    /* <<< MEDIUM <<< */
    margin-bottom: 20px;
    padding: 30px 40px;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub2 {
    /* <<< SMALL <<< */
    padding: 30px 10px;
    margin-bottom: 20px;
  }
}
#eb_primarymaterials .eb2_sub2 .block1 {
  opacity: 0;
  transform: translateY(50vh);
  width: 80%;
  height: auto;
  /* <<< */
  /* <<< */
}
#eb_primarymaterials .eb2_sub2 .block1.greencards {
  width: 100%;
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub2 .block1 {
    /* <<< MEDIUM <<< */
    width: 90%;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub2 .block1 {
    /* <<< SMALL <<< */
    width: 100%;
  }
}
#eb_primarymaterials .eb2_sub2 .block1 p {
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub2 .block1 p {
    /* <<< SMALL <<< */
    padding-right: 30px;
  }
}
#eb_primarymaterials .eb2_sub2 #heliumdemand_block1 {
  opacity: 0;
  transform: translateY(50vh);
  border-radius: 10px;
  padding: 5%;
  background-color: #fff;
  width: 80%;
  max-width: 800px;
  height: auto;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub2 #heliumdemand_block1 {
    /* <<< SMALL <<< */
    width: unset;
  }
}
#eb_primarymaterials .eb2_sub2 #heliumdemand_block1 h2 {
  font-size: 3.2em;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub2 #heliumdemand_block1 h2 {
    /* <<< SMALL <<< */
    font-size: 2.2em;
  }
}
#eb_primarymaterials .eb2_sub2 #heliumdemand_block1 h4 {
  font-size: 1.2em;
  margin-bottom: 20px;
  margin-bottom: 10px;
}
#eb_primarymaterials .eb2_sub3 {
  padding-top: 100px;
  padding-bottom: 0px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub3 {
    /* <<< MEDIUM <<< */
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub3 {
    /* <<< SMALL <<< */
    padding-top: 0;
  }
}
#eb_primarymaterials .eb2_sub3 h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 3.5em;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub3 h2 {
    /* <<< SMALL <<< */
    margin-top: 40px;
    font-size: 2.2em;
    margin-bottom: 20px;
  }
}
#eb_primarymaterials .eb2_sub3 .eb2_helapps {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 0px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps {
    /* <<< MEDIUM <<< */
    padding-bottom: 0px;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps {
    /* <<< SMALL <<< */
    padding-bottom: 0px;
  }
}
#eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp {
  width: 32%;
  padding-top: 32%;
  margin-bottom: 2%;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background-size: cover;
  z-index: 10;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp {
    /* <<< MEDIUM <<< */
    width: 48%;
    padding-top: 48%;
    border-radius: 40px;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp {
    /* <<< SMALL <<< */
    width: 90%;
    padding-top: 90%;
    border-radius: 35px;
  }
}
#eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_background {
  z-index: 0;
  overflow: hidden;
  transition: all 0.2s;
  background-size: cover;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border-radius: 35px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_background {
    /* <<< MEDIUM <<< */
    border-radius: 35px;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_background {
    /* <<< SMALL <<< */
    border-radius: 20px;
  }
}
#eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_background:not(:last-child) {
  opacity: 0;
  filter: blur(4px);
}
#eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_content {
  border-radius: 35px;
  overflow: hidden;
  transition: all 0.2s;
  opacity: 0;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_content {
    /* <<< MEDIUM <<< */
    border-radius: 35px;
    padding: 25px;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_content {
    /* <<< SMALL <<< */
    padding: 15px;
    border-radius: 20px;
  }
}
#eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_content .helapp_title {
  padding-top: 10px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_content .helapp_title {
    /* <<< MEDIUM <<< */
    padding-top: 20px;
    font-size: 1.3rem;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_content .helapp_title {
    /* <<< SMALL <<< */
    font-size: 1.1rem;
    padding-top: 20px;
  }
}
#eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_content .helapp_text {
  font-size: 14px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_content .helapp_text {
    /* <<< MEDIUM <<< */
    font-size: 14px;
  }
}
@media (max-width: 749px) {
  #eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp .helapp_content .helapp_text {
    /* <<< SMALL <<< */
    font-size: 12px;
  }
}
#eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp:hover:not(:last-child) .helapp_background {
  opacity: 1;
  transition: all 0.2s;
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
}
#eb_primarymaterials .eb2_sub3 .eb2_helapps .eb2_helapp:hover:not(:last-child) .helapp_content {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
  opacity: 1;
}

#eb_moneyemerging {
  background-color: #C0BEBE;
  padding-bottom: 100px;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_moneyemerging {
    /* <<< MEDIUM <<< */
    padding-bottom: 20px;
  }
}
#eb_moneyemerging .videocontainer {
  background-color: #F4F4F4;
}
#eb_moneyemerging #eb3_start_video {
  width: 100%;
}
#eb_moneyemerging #futureways_anim_triggerwrapper {
  position: relative;
}
#eb_moneyemerging #futureways_anim_triggerwrapper #trigger_futureways {
  position: absolute;
  top: 30%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #trigger_futureways {
    /* <<< MEDIUM <<< */
    top: 26%;
  }
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #trigger_futureways {
    /* <<< SMALL <<< */
    top: 32%;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper {
  position: relative;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper {
    /* <<< SMALL <<< */
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 1280px;
  margin: 0 auto;
  /* <<< */
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background.outside {
  display: block;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background.outside {
    /* <<< SMALL <<< */
    display: none;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background.inside {
  display: none;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background.inside {
    /* <<< SMALL <<< */
    display: block;
  }
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background {
    /* <<< SMALL <<< */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: -1;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background .bg1_wrapper {
  top: -10%;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background .bg1_wrapper {
    /* <<< SMALL <<< */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background .bg1_wrapper .bg1 {
  position: relative;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  width: 80%;
  opacity: 0.2;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background .bg1_wrapper .bg1 {
    /* <<< SMALL <<< */
    top: 0;
    position: unset;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background .futureways_mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  mask: url("../img/css-mask.png");
  -webkit-mask: url("../img/css-mask.png");
  mask-size: 0% 0%;
  -webkit-mask-size: 0% 0%;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.5s;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background .futureways_mask {
    /* <<< SMALL <<< */
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background .futureways_mask .bg2 {
  position: absolute;
  margin: 0 auto;
  max-width: 1200px;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  width: 80%;
  opacity: 1;
  transition: all 0.2s;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .grey-background .futureways_mask .bg2 {
    /* <<< SMALL <<< */
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content {
  z-index: 1000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content {
    /* <<< SMALL <<< */
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    left: unset;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-top {
  top: 0;
  height: 25%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  /* <<< */
  width: 100%;
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-top {
    /* <<< SMALL <<< */
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-top .eb3_sub1 {
  z-index: 100;
  padding-right: 50%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-top .eb3_sub1 {
    /* <<< MEDIUM <<< */
    padding-right: 30%;
  }
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-top .eb3_sub1 {
    /* <<< SMALL <<< */
    padding-top: 0;
    padding-right: 0;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-top .eb3_sub1 h2 {
  font-weight: 500;
  line-height: 1.2em;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-top .eb3_sub1 h2 {
    /* <<< MEDIUM <<< */
    font-weight: 500;
    padding-right: 18%;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-center {
  width: 100%;
  height: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-center {
    /* <<< SMALL <<< */
    position: relative;
    min-height: 100vh;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-center .eb3_sub2 {
  opacity: 0;
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-center .eb3_sub2 h4 {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-center .eb3_sub2 h4 {
    /* <<< SMALL <<< */
    font-size: 30px;
    padding: 0 10px;
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-bottom {
  height: 25%;
  top: 4%;
  position: relative;
  width: 100%;
  /* <<< */
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-bottom .reo_bg {
  z-index: 0;
  position: absolute;
  bottom: 0;
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-bottom {
    /* <<< SMALL <<< */
  }
}
#eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-bottom h3 {
  margin-top: 80px;
  font-size: 2.8em;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-bottom h3 {
    /* <<< MEDIUM <<< */
    font-size: 2.2em;
  }
}
@media (max-width: 749px) {
  #eb_moneyemerging #futureways_anim_triggerwrapper #futureways_anim_wrapper .grey-wrapper .greyblock-content .gb-bottom h3 {
    /* <<< SMALL <<< */
    font-size: 1.8em;
    margin-top: 20px;
  }
}
#eb_moneyemerging .eb3_sub3 {
  padding-right: 15%;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_moneyemerging .eb3_sub3 {
    /* <<< MEDIUM <<< */
    padding-right: 0;
  }
}
@media (max-width: 749px) {
  #eb_moneyemerging .eb3_sub3 {
    /* <<< SMALL <<< */
    padding-right: 0;
  }
}
#eb_moneyemerging .eb3_sub4 {
  padding-right: 15%;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_moneyemerging .eb3_sub4 {
    /* <<< MEDIUM <<< */
    padding-right: 0;
  }
}
#eb_moneyemerging .eb3_sub5 {
  padding-right: 15%;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_moneyemerging .eb3_sub5 {
    /* <<< MEDIUM <<< */
    padding-right: 0;
  }
}

#eb_kabenafoundation {
  background-color: #F4E0E0;
  padding-bottom: 100px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_kabenafoundation {
    /* <<< SMALL <<< */
    padding-bottom: 0;
  }
}
#eb_kabenafoundation #eb4_start_video {
  width: 100%;
}
#eb_kabenafoundation .eb4_sub1 {
  padding-right: 10%;
  padding-bottom: 100px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_kabenafoundation .eb4_sub1 {
    /* <<< SMALL <<< */
    padding-right: 0;
  }
}
#eb_kabenafoundation .eb4_sub1 h2 {
  font-size: 56px;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_kabenafoundation .eb4_sub1 h2 {
    /* <<< MEDIUM <<< */
    font-size: 44px;
    padding-right: 15%;
  }
}
@media (max-width: 749px) {
  #eb_kabenafoundation .eb4_sub1 h2 {
    /* <<< SMALL <<< */
    font-size: 38px;
    padding-right: 15%;
    font-weight: 400;
  }
}
#eb_kabenafoundation .eb4_sub1 p {
  padding-right: 20%;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_kabenafoundation .eb4_sub1 p {
    /* <<< SMALL <<< */
    padding-right: 60px;
  }
}
#eb_kabenafoundation .swiper-charity {
  min-height: 600px;
  max-height: 750px;
  position: relative;
  width: 100%;
  z-index: 0;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_kabenafoundation .swiper-charity {
    /* <<< MEDIUM MEDIUM MEDIUM <<< */
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0%;
    max-height: 650px;
  }
}
@media (max-width: 749px) {
  #eb_kabenafoundation .swiper-charity {
    /* <<< SMALL <<< */
    min-height: 349px;
    max-height: 450px;
  }
}
#eb_kabenafoundation .swiper-charity .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
#eb_kabenafoundation .swiper-charity .swiper-wrapper .swiper-slide .container {
  /* <<< */
}
@media (max-width: 749px) {
  #eb_kabenafoundation .swiper-charity .swiper-wrapper .swiper-slide .container {
    /* <<< SMALL SMALL SMALL <<< */
    display: flex;
    flex-direction: column;
  }
}
#eb_kabenafoundation .swiper-charity .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  height: 700px;
  max-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_kabenafoundation .swiper-charity .swiper-wrapper .swiper-slide .slide {
    /* <<< MEDIUM <<< */
    height: 600px;
  }
}
@media (max-width: 749px) {
  #eb_kabenafoundation .swiper-charity .swiper-wrapper .swiper-slide .slide {
    /* <<< SMALL SMALL SMALL <<< */
    min-height: 200px;
    max-height: 300px;
    width: 100vw;
    margin: 0 auto;
  }
}
#eb_kabenafoundation .swiper-charity .swiper-button-prev, #eb_kabenafoundation .swiper-charity .swiper-button-next {
  display: none;
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_kabenafoundation .swiper-charity .swiper-button-prev, #eb_kabenafoundation .swiper-charity .swiper-button-next {
    /* <<< MEDIUM <<< */
    margin-top: -40px;
    display: block;
  }
}
#eb_kabenafoundation .charity-pagination {
  z-index: 10000;
  width: 100%;
}
#eb_kabenafoundation .charity-pagination .pagination-box {
  width: 100%;
}
#eb_kabenafoundation .charity-pagination .pagination-box .swiper-pagination {
  position: absolute;
  display: block;
  text-align: right;
  bottom: unset;
  min-height: 400px;
  top: 650px;
  right: 25px;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: -5px;
  transition: opacity 0.2s;
  opacity: 1;
  z-index: 10000;
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_kabenafoundation .charity-pagination .pagination-box .swiper-pagination {
    /* <<< MEDIUM <<< */
    height: 50px;
  }
}
@media (max-width: 749px) {
  #eb_kabenafoundation .charity-pagination .pagination-box .swiper-pagination {
    /* <<< SMALL SMALL SMALL <<< */
    margin-left: 0;
    margin-right: 0px;
    top: 365px;
    width: 100%;
    padding-right: 10px;
  }
}
#eb_kabenafoundation .charity-pagination .pagination-box .swiper-pagination.hideme {
  transition: opacity 0.1s;
  opacity: 0;
}
#eb_kabenafoundation .charity-pagination .pagination-box .swiper-pagination .swiper-pagination-bullet {
  border: 3px solid black;
  background-color: transparent;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  margin: 0 3px;
}
#eb_kabenafoundation .charity-pagination .pagination-box .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: black;
}
#eb_kabenafoundation .charity-pagination .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
  border: 3px solid black;
  background-color: black;
}
#eb_kabenafoundation #charityslider_textbox_wrapper {
  pointer-events: none;
  opacity: 0;
  transform: translateY(50vh);
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: -200px;
  position: relative;
  z-index: 100;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 50px 80px;
  /* <<< */
  /* <<< */
  /* <<< */
}
@media (max-width: 1099px) {
  #eb_kabenafoundation #charityslider_textbox_wrapper {
    /* <<< MEDIUM <<< */
    margin-bottom: 20px;
    padding: 30px 40px;
  }
}
@media (max-width: 749px) {
  #eb_kabenafoundation #charityslider_textbox_wrapper {
    /* <<< SMALL <<< */
    padding: 30px 10px;
    margin-bottom: 20px;
  }
}
#eb_kabenafoundation #charityslider_textbox_wrapper .block1 {
  opacity: 0;
  transform: translateY(50vh);
  width: 80%;
  height: auto;
  /* <<< */
  /* <<< */
}
#eb_kabenafoundation #charityslider_textbox_wrapper .block1.greencards {
  width: 100%;
}
@media (max-width: 1099px) {
  #eb_kabenafoundation #charityslider_textbox_wrapper .block1 {
    /* <<< MEDIUM <<< */
    width: 90%;
  }
}
@media (max-width: 749px) {
  #eb_kabenafoundation #charityslider_textbox_wrapper .block1 {
    /* <<< SMALL <<< */
    width: 100%;
  }
}
#eb_kabenafoundation #charityslider_textbox_wrapper .block1 p {
  /* <<< */
}
@media (max-width: 749px) {
  #eb_kabenafoundation #charityslider_textbox_wrapper .block1 p {
    /* <<< SMALL <<< */
    padding-right: 30px;
  }
}
@media (max-width: 749px) {
  #eb_kabenafoundation #charityslider_textbox_wrapper {
    /* <<< SMALL <<< */
    margin-top: -120px;
  }
}
#eb_kabenafoundation #charityslider_textbox_wrapper .charityslider_textbox {
  pointer-events: all;
  max-width: 80%;
  background-color: #F4E0E0;
  border-radius: 10px;
  padding: 30px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_kabenafoundation #charityslider_textbox_wrapper .charityslider_textbox {
    /* <<< SMALL <<< */
    max-width: 95%;
    padding: 15px;
  }
}
#eb_kabenafoundation #charityslider_textbox_wrapper .charityslider_textbox h3 {
  font-size: 54px;
  /* <<< */
}
@media (max-width: 749px) {
  #eb_kabenafoundation #charityslider_textbox_wrapper .charityslider_textbox h3 {
    /* <<< SMALL <<< */
    font-size: 45px;
  }
}
#eb_kabenafoundation #charityslider_textbox_wrapper .charityslider_textbox p {
  /* <<< */
}
@media (max-width: 749px) {
  #eb_kabenafoundation #charityslider_textbox_wrapper .charityslider_textbox p {
    /* <<< SMALL <<< */
    padding-right: 30px;
  }
}
