:root {
  --white: white;
  --light-coral: #ff6f6f;
  --indian-red: #ca5757;
  --pale-turquoise: #84e9fc;
  --black: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-family: Raleway;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.7em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
}

h6 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Ndolo icons;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

p {
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4em;
}

.social-grid {
  z-index: 2147483647;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 166px;
  margin-top: 5px;
  position: fixed;
  inset: 2% auto auto 8%;
}

.social-block {
  background-color: var(--light-coral);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-block:hover {
  background-color: var(--pale-turquoise);
}

.link-block {
  text-decoration: none;
}

.stage-wrapper {
  background-image: url('../images/grey-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 7%;
  display: flex;
  position: static;
}

.intro-section {
  height: 100vh;
  margin-bottom: 10%;
  padding-bottom: 10%;
  padding-left: 4%;
  padding-right: 0%;
  overflow: hidden;
}

.social-wrapper {
  padding: 2% 8%;
  position: absolute;
  inset: -1% 0% auto;
}

.alex-container {
  z-index: 1;
  width: 105%;
  height: 110%;
  display: block;
  position: relative;
  top: -4.5%;
  left: 7%;
}

.alex-container._2 {
  z-index: -1;
  width: 100%;
  top: 17%;
}

.hero-h1 {
  z-index: 30;
  color: var(--black);
  text-align: left;
  cursor: default;
  margin-bottom: 0;
  padding-right: 60px;
  font-family: Raleway;
  font-size: 6rem;
  font-weight: 700;
  line-height: .85em;
  position: relative;
  top: -57px;
  left: -6%;
}

.number {
  z-index: 0;
  background-color: var(--light-coral);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: relative;
  top: 0;
}

.circel {
  z-index: 20;
  background-color: var(--light-coral);
  border-radius: 100%;
  width: 270px;
  height: 270px;
  position: relative;
  top: 174px;
  left: -17%;
  box-shadow: 4px 4px 3px #7c7c7c66;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-bottom: 10%;
  padding-left: 8%;
  padding-right: 8%;
  display: block;
}

.grid {
  z-index: -1;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-2 {
  z-index: -1;
  margin-top: -352px;
  position: relative;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: default;
  grid-template-columns: .5fr 1fr 1fr .25fr;
  width: 60%;
  margin-top: 1.5rem;
  position: relative;
  top: 0%;
  left: 6%;
}

.div-block-4 {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  box-shadow: 4px 4px 3px #7c7c7c66;
}

.div-block-4._2 {
  margin-top: 16px;
  padding-top: 5px;
}

.number-blocl {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 55%;
  left: 4%;
}

.menu-block {
  z-index: 999999;
  background-color: #0000;
  height: 11vh;
  position: absolute;
  inset: 29% 6% 0% auto;
}

.div-block-5 {
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 0%;
  padding-left: 0;
  padding-right: 10%;
  display: flex;
}

.grid-3 {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  width: 100%;
  display: grid;
  position: relative;
  top: 0%;
}

.orange-block-bg {
  z-index: -1;
  background-color: var(--light-coral);
  width: 25%;
  height: 100%;
  display: block;
  position: relative;
  top: -79%;
  left: 30%;
}

.grid-4 {
  z-index: 0;
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  place-items: center start;
  margin-top: 0%;
  position: relative;
}

.div-block-6 {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 185% auto 0% 4%;
}

.section-3 {
  height: 100vh;
  margin-top: 5%;
  margin-bottom: 10%;
  padding-bottom: 0%;
  padding-left: 8%;
  padding-right: 8%;
}

.grid-5 {
  grid-template-rows: auto;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  padding-left: 3rem;
  padding-right: 10%;
  display: flex;
}

.image-2 {
  margin-top: 25px;
}

.div-block-8 {
  z-index: 99999999;
  background-color: var(--light-coral);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  top: 308%;
  left: 4%;
}

.section-4 {
  height: 100vh;
  padding-left: 8%;
  padding-right: 8%;
}

.section-5 {
  height: 100vh;
  margin-bottom: 5%;
  padding-bottom: 5%;
  padding-left: 8%;
  padding-right: 8%;
  overflow: hidden;
}

.stage-wrapper-copy {
  background-image: url('../images/alex-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
  margin-top: 7%;
  display: flex;
  position: static;
}

.image-3 {
  max-width: 70%;
}

.sponsoren-container {
  background-color: var(--white);
  width: 75%;
  height: 70%;
  padding: 20px 5%;
  position: relative;
  top: 112px;
  left: -11%;
}

.div-block-2-copy {
  z-index: -1;
  margin-top: -352px;
  position: relative;
}

.circel-copy {
  z-index: -1;
  background-color: var(--light-coral);
  border-radius: 100%;
  width: 230px;
  height: 230px;
  position: relative;
  top: 254px;
  left: -25%;
}

.grid-6 {
  grid-column-gap: 1vw;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  max-width: 100%;
}

.image-4 {
  max-width: 100%;
  display: block;
}

.image-4:hover {
  transform: scale(1.1);
}

.section-6 {
  height: auto;
  padding-left: 8%;
  padding-right: 8%;
}

.div-block-9 {
  background-color: var(--light-coral);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 438%;
  left: 4%;
}

.div-block-10 {
  background-color: var(--light-coral);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 508%;
  left: 4%;
}

.form {
  font-family: Josefin Sans;
}

.submit-button {
  background-color: var(--light-coral);
  letter-spacing: 1px;
  padding: .5rem 1rem;
  font-family: Raleway;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.submit-button:hover {
  background-color: var(--indian-red);
  color: var(--white);
}

.div-block-11 {
  padding-left: 5%;
  padding-right: 20%;
}

.form-block {
  margin-top: 2%;
  font-family: Raleway;
}

.right {
  text-align: right;
  font-size: .85rem;
  font-weight: 500;
}

.checkbox-field {
  margin-bottom: 20px;
}

.div-block-12 {
  text-align: center;
}

.link-block-2 {
  color: var(--black);
  margin-right: 55px;
  text-decoration: none;
}

.grid-8 {
  grid-template-columns: 1fr .75fr;
}

.inline {
  display: inline-block;
}

.inline._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
}

.inline.insta {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Ndolo icons (4Everglen)", sans-serif;
}

.insta-link {
  color: var(--black);
}

.insta-link:hover {
  color: var(--light-coral);
}

.div-block-13 {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 650%;
  left: 4%;
}

.link-block-3 {
  z-index: 2147483647;
  position: relative;
}

.bold-text {
  color: var(--black);
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.navbar {
  z-index: 2147483647;
  background-color: var(--pale-turquoise);
  height: 80vh;
  padding-top: 0;
  position: fixed;
  inset: 13% 6% 0% auto;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Raleway;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  transform: rotate(90deg);
}

.nav-link:hover {
  color: var(--light-coral);
}

.nav-link.w--current {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  font-family: Raleway;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 2em;
  display: flex;
}

.nav-menu {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 90%;
  display: flex;
}

.image-5 {
  min-width: 100%;
  max-width: 150%;
}

.legal-section {
  padding: 10% 15% 5%;
}

.bold-text-2 {
  font-family: Josefin Sans;
  font-size: .9vw;
  font-weight: 600;
  line-height: 1.5em;
}

.checkbox-label {
  font-family: Raleway;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-3 {
  line-height: 1em;
}

.max-with {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.social-top-section {
  width: auto;
  margin-top: 0;
  display: none;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 16%;
  margin-top: 1.5rem;
  margin-left: auto;
}

.hero-section {
  background-image: url('../images/grey-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  margin-top: 5vh;
}

.grid-10 {
  grid-template-rows: auto;
}

.image-6 {
  max-width: 100%;
  position: relative;
  inset: 0% 0% 0% 11%;
}

.hero-conteiner-vh {
  height: 100vh;
  min-height: 100vh;
}

.div-block-16 {
  background-image: url('../images/NDOLO-Intro-neu.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  min-height: 110vh;
  max-height: 150vh;
  margin-top: -5vh;
  position: relative;
}

.right-container {
  position: relative;
}

.text-container {
  position: relative;
  left: -10%;
}

.about-section {
  height: auto;
  padding-top: 15vh;
  padding-bottom: 5vh;
}

.image-grid-item {
  background-image: url('../images/Ndolo_0002_2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 30vh;
}

.image-grid-item._2 {
  background-image: url('../images/IMG_8303-min.JPG');
}

.image-grid-item._3 {
  background-image: url('../images/IMG_8302-min.JPG');
  background-position: 50% 0;
}

.image-grid-item._4 {
  background-image: url('../images/Ndolo_0000_4.jpg');
}

.div-block-17 {
  background-image: url('../images/IMG_8300-min.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.spacer-10vh {
  height: 10vh;
}

.image-grid-item-down {
  background-image: url('../images/_0003_8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 30vh;
}

.image-grid-item-down._2 {
  background-image: url('../images/Ndolo_0002_2.jpg');
}

.image-grid-item-down._3 {
  background-image: url('../images/Ndolo_0001_3.jpg');
}

.image-grid-item-down._4 {
  background-image: url('../images/Ndolo_0000_4.jpg');
}

.image-grid-item-down._6 {
  background-image: url('../images/webclip.jpg');
}

.image-grid-item-down._7 {
  background-image: url('../images/ndolo-website-picture.png');
}

.image-grid-item-down._8 {
  background-image: url('../images/_0000_5.jpg');
}

.partner-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/alex-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  margin-top: 3.5vh;
  display: grid;
  position: relative;
}

.div-block-18 {
  background-color: var(--white);
  height: auto;
  margin: auto 2rem;
  padding: 1rem;
}

.grid-11 {
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-7 {
  max-width: 100%;
  position: relative;
  top: -49px;
}

.div-block-19 {
  transform-style: preserve-3d;
  background-image: url('../images/Alexndolo-vorzeigebild-4everglen-website.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 90vh;
  position: relative;
  top: -58px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.kontakt-section {
  margin-top: 2vw;
}

.div-block-20 {
  width: 100%;
  height: 100%;
}

.text-field {
  margin-bottom: 1rem;
  font-family: Raleway;
  font-size: 1.1rem;
  font-weight: 500;
}

.textarea {
  min-height: 200px;
  font-family: Raleway;
  font-size: 1.1rem;
  font-weight: 500;
}

.grid-4-copy {
  z-index: 0;
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  place-items: center start;
  margin-top: 0%;
  position: relative;
}

.html-embed {
  margin-top: 1vw;
}

.footer-section {
  justify-content: flex-end;
  display: flex;
}

._1 {
  margin-right: 2rem;
}

.link-3 {
  color: var(--black);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.success-message {
  background-color: var(--light-coral);
}

.white {
  color: var(--white);
}

.text-block {
  font-size: .85rem;
  font-weight: 700;
}

.sponso-image {
  object-fit: fill;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.navbar-2 {
  background-color: #0000;
}

.nav-link-2 {
  font-family: Raleway;
  font-size: 1rem;
  font-weight: 700;
}

.link-block-4, .link-block-5 {
  display: none;
}

.static-insta-feed {
  padding-top: 0;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

.instagram-grid {
  padding-top: 20px;
}

.insta-link-wrapper {
  height: 30vh;
}

.paragraph-2 {
  column-count: 2;
}

@media screen and (min-width: 1280px) {
  h5 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.15rem;
  }

  .social-block {
    width: 40px;
    height: 40px;
  }

  .hero-h1 {
    top: -50px;
  }

  .div-block-2 {
    margin-top: -193px;
  }

  .grid-2 {
    width: 60%;
    margin-top: 1.5rem;
    left: 6%;
  }

  .number-blocl {
    width: 130px;
    height: 130px;
  }

  .div-block-5 {
    justify-content: flex-start;
    margin-top: 0%;
    padding-top: 0%;
  }

  .div-block-5.erfolge {
    padding-right: 0%;
  }

  .div-block-5.erfolge._2 {
    padding-right: 10%;
  }

  .div-block-6, .div-block-8 {
    width: 150px;
    height: 150px;
  }

  .div-block-9 {
    width: 150px;
    height: 150px;
    top: 428%;
  }

  .submit-button {
    font-size: 1.15rem;
  }

  .div-block-13 {
    width: 150px;
    height: 150px;
    top: 625%;
  }

  .navbar {
    height: 80vh;
    padding-top: 20px;
    right: 6%;
  }

  .nav-menu {
    height: 95%;
  }

  .checkbox-label {
    font-size: 1rem;
  }

  .social-top-section {
    width: auto;
  }

  .hero-section {
    height: 80vh;
  }

  .grid-10 {
    grid-template-columns: 1fr .5fr;
  }

  .div-block-16 {
    background-position: 50%;
    background-size: contain;
    min-height: 120vh;
    max-height: 160vh;
    margin-top: 0;
    top: -5%;
    left: 4rem;
  }

  .about-section {
    padding-top: 20vh;
    padding-bottom: 5vh;
  }

  .image-grid-item {
    background-position: 50%;
    height: 42vh;
  }

  .image-grid-item-down {
    background-image: url('../images/_0003_8.jpg');
    background-position: 50%;
    height: 42vh;
  }

  .image-grid-item-down._6 {
    background-image: url('../images/webclip.jpg');
  }

  .image-grid-item-down._7 {
    background-image: url('../images/_0001_6.jpg');
  }

  .image-grid-item-down._8 {
    background-image: url('../images/_0000_5.jpg');
    background-position: 100%;
  }

  .div-block-18 {
    padding: 1.3rem;
  }

  .text-field, .textarea {
    font-size: 1.15rem;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 3.3rem;
  }

  h5 {
    font-size: 1.75rem;
    line-height: 1em;
  }

  p {
    font-size: 1.2rem;
  }

  .social-block {
    width: 60px;
    height: 60px;
  }

  .social-block:hover {
    background-color: var(--indian-red);
  }

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

  .hero-h1 {
    font-size: 7rem;
    top: -90px;
  }

  .circel {
    top: 140px;
    left: -15%;
  }

  .grid-2 {
    width: 60%;
    margin-top: -2rem;
    left: 6%;
  }

  .div-block-4 {
    padding-top: 5px;
  }

  .div-block-4._2 {
    margin-top: 16px;
    padding-top: 5px;
  }

  .number-blocl {
    width: 140px;
    height: 140px;
  }

  .div-block-5 {
    padding-top: 0%;
  }

  .grid-4 {
    grid-column-gap: 3rem;
  }

  .div-block-6, .div-block-8, .div-block-9 {
    width: 170px;
    height: 170px;
  }

  .submit-button {
    padding: 1rem;
    font-size: 1.25rem;
  }

  .div-block-13 {
    width: 170px;
    height: 170px;
  }

  .navbar {
    height: 70vh;
    right: 7%;
  }

  .nav-menu {
    background-color: var(--pale-turquoise);
  }

  .checkbox-label {
    font-size: 1rem;
  }

  .social-top-section {
    display: block;
  }

  .grid-9 {
    text-align: right;
    justify-items: end;
    max-width: 18%;
  }

  .hero-section {
    height: 80vh;
    margin-top: 2.5vh;
  }

  .div-block-16 {
    background-size: contain;
    margin-top: 0;
    top: -12%;
  }

  .about-section {
    padding-top: 25vh;
  }

  .image-grid-item {
    height: 38vh;
  }

  .heading-5 {
    font-size: 3.5rem;
  }

  .image-grid-item-down {
    height: 38vh;
  }

  .div-block-18 {
    padding: 1.5rem;
  }

  .text-field, .textarea {
    font-size: 1.2rem;
  }

  .grid-4-copy {
    grid-column-gap: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 4rem;
  }

  h5 {
    font-size: 2rem;
    line-height: 1em;
  }

  h6 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.4rem;
  }

  .social-block {
    width: 60px;
    height: 60px;
  }

  .hero-h1 {
    font-size: 8rem;
    top: -134px;
    left: -7.5%;
  }

  .number {
    margin-top: 0;
    font-size: 6rem;
  }

  .circel {
    width: 400px;
    height: 400px;
  }

  .div-block-2 {
    margin-top: -325px;
  }

  .grid-2 {
    width: 60%;
    margin-top: -3rem;
    top: 0%;
    left: 0%;
  }

  .div-block-4 {
    padding-top: 5px;
  }

  .div-block-4._2 {
    margin-top: 16px;
    padding-top: 5px;
  }

  .number-blocl {
    width: 150px;
    height: 150px;
  }

  .div-block-5 {
    padding-top: 0%;
  }

  .grid-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-4 {
    grid-column-gap: 4.25rem;
  }

  .div-block-6 {
    text-align: center;
    width: 200px;
    height: 200px;
    padding-left: 0;
  }

  .div-block-8, .div-block-9 {
    width: 200px;
    height: 200px;
  }

  .submit-button {
    text-align: center;
    padding: 1rem;
    font-size: 1.5rem;
  }

  .right {
    font-size: 1.25rem;
  }

  .div-block-13 {
    width: 200px;
    height: 200px;
    top: 637%;
  }

  .navbar {
    height: 70%;
    padding-top: 40px;
    top: 8%;
    right: 7%;
  }

  .nav-link {
    text-shadow: 1px 1px 6px #ffffff80;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.15rem;
    line-height: 1em;
    transition: all .45s cubic-bezier(.165, .84, .44, 1);
    display: flex;
  }

  .nav-link.w--current {
    text-shadow: none;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.25rem;
    transition: all .9s;
  }

  .nav-menu {
    justify-content: space-around;
    height: 114%;
  }

  .checkbox-label {
    font-size: 1.25rem;
  }

  .heading-2 {
    line-height: 1em;
  }

  .max-with {
    max-width: 1800px;
  }

  .grid-9 {
    align-items: start;
    max-width: 15%;
  }

  .hero-section {
    background-position: 50%;
    height: 80vh;
  }

  .image-6 {
    max-width: 100%;
    top: -9.5vh;
  }

  .div-block-16 {
    background-size: contain;
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    top: -13%;
    left: 0;
  }

  .heading-4 {
    font-size: 1.4rem;
  }

  .text-container {
    left: -30%;
  }

  .about-section {
    padding-top: 5vh;
  }

  .image-grid-item {
    height: 34vh;
  }

  .div-block-17 {
    background-position: 50% 20%;
  }

  .image-grid-item-down {
    height: 34vh;
  }

  .partner-section {
    height: 90vh;
  }

  .div-block-18 {
    padding: 2rem;
  }

  .div-block-19 {
    background-size: cover;
    height: 100vh;
  }

  .text-field, .textarea {
    font-size: 1.4rem;
  }

  .grid-4-copy {
    grid-column-gap: 4.25rem;
  }

  .sponso-image {
    transition: all .25s cubic-bezier(.165, .84, .44, 1);
  }

  .sponso-image:hover {
    transform: scale(1.15);
  }

  .insta-link-wrapper {
    height: 40vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.5vw;
  }

  h5 {
    letter-spacing: .3px;
    font-size: 1.5rem;
  }

  h6 {
    font-size: 2.5vw;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.25em;
  }

  .social-grid {
    width: 190px;
    margin-top: 1rem;
    inset: 0% 4% auto auto;
  }

  .social-block {
    width: 50px;
    height: 50px;
  }

  .stage-wrapper {
    height: 94%;
    margin-top: 15%;
  }

  .alex-container {
    z-index: 29;
    width: 135%;
    height: 110%;
    top: -4%;
    left: -4%;
  }

  .hero-h1 {
    padding-right: 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: .9em;
    top: 234px;
    left: -5%;
  }

  .number {
    font-size: 4rem;
  }

  .circel {
    width: 200px;
    height: 200px;
    top: 395px;
    left: -18%;
  }

  .section-2 {
    height: 79vh;
  }

  .div-block-2 {
    margin-top: -444px;
  }

  .grid-2 {
    width: 136%;
    margin-top: 19.5rem;
    top: 0%;
    left: -41%;
  }

  .div-block-4 {
    padding-top: 5px;
  }

  .number-blocl {
    width: 100px;
    height: 100px;
    display: none;
  }

  .div-block-5 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-content: start;
    width: 100%;
  }

  .orange-block-bg {
    width: 26%;
    height: 80%;
    left: 28%;
  }

  .grid-4 {
    grid-column-gap: 1rem;
  }

  .div-block-6 {
    width: 150px;
    height: 150px;
    top: 146%;
  }

  .section-3 {
    margin-top: 0%;
  }

  .div-block-7 {
    padding-left: 10%;
  }

  .image-2 {
    margin-top: 0;
    position: relative;
    top: -29%;
    left: 119%;
  }

  .div-block-8 {
    width: 150px;
    height: 150px;
    top: 270%;
  }

  .stage-wrapper-copy {
    height: 51%;
  }

  .image-3 {
    max-width: 85%;
  }

  .sponsoren-container {
    padding: 5px 2.5%;
    left: -19%;
  }

  .circel-copy {
    width: 180px;
    height: 180px;
    top: 228px;
    left: -36%;
  }

  .div-block-9 {
    width: 150px;
    height: 150px;
    top: 337%;
  }

  .div-block-10 {
    width: 150px;
    height: 150px;
    top: 399%;
  }

  .div-block-12 {
    height: 10vh;
  }

  .grid-8 {
    grid-row-gap: 13vh;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .inline._2, .inline.insta {
    font-size: 3vw;
  }

  .div-block-13 {
    width: 150px;
    height: 150px;
    top: 550%;
  }

  .navbar {
    display: none;
  }

  .nav-link {
    font-size: 2vw;
    transform: rotate(90deg);
  }

  .nav-menu {
    top: 33px;
  }

  .image-5 {
    max-width: 109%;
    position: relative;
  }

  .icon {
    color: var(--light-coral);
    font-size: 50px;
    line-height: 50px;
    display: none;
  }

  .menu-button {
    display: none;
    top: -111px;
  }

  .bold-text-2 {
    display: none;
  }

  .div-block-14 {
    margin-top: 50%;
  }

  .checkbox-label {
    font-size: .9rem;
    line-height: 1.5em;
  }

  .max-with {
    max-width: 92%;
  }

  .social-top-section {
    text-align: left;
    margin-top: 2rem;
    display: none;
  }

  .grid-9 {
    justify-items: center;
    max-width: 27%;
    margin-left: auto;
  }

  .hero-section {
    height: 72vw;
  }

  .grid-10 {
    grid-template-columns: 66% 34%;
    align-items: start;
    height: 800px;
    min-height: 69vh;
    max-height: 140vh;
  }

  .image-6 {
    max-width: 151%;
    top: -14.6vh;
  }

  .hero-conteiner-vh {
    height: 100%;
    min-height: 78vw;
    max-height: 80vw;
  }

  .div-block-16 {
    z-index: 100;
    background-position: 50% 0;
    background-size: cover;
    height: auto;
    min-height: 79vw;
    max-height: none;
    margin-top: -7vw;
    margin-left: 4%;
  }

  .right-container {
    top: -27%;
    left: -55px;
  }

  .text-container {
    left: -42%;
  }

  .about-section {
    padding-top: 0;
    padding-bottom: 5vw;
  }

  .image-grid-item {
    background-position: 50%;
    height: 25vh;
  }

  .div-block-17 {
    background-position: 35%;
  }

  .spacer-10vh {
    height: 10vw;
  }

  .image-grid-item-down {
    background-position: 50%;
    height: 25vh;
  }

  .partner-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .kontakt-section {
    margin-top: 80vw;
  }

  .grid-4-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .html-embed {
    padding-bottom: 10vw;
  }

  .div-block-21 {
    text-align: right;
  }

  .footer-section {
    justify-content: center;
  }

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

  .instagram-feed---image-wrapper {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.25rem;
  }

  .social-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    left: 64%;
  }

  .social-block {
    width: 40px;
    height: 40px;
  }

  .stage-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 21%;
    margin-top: 19%;
  }

  .intro-section {
    height: 170vh;
  }

  .alex-container {
    width: 110%;
    height: 37%;
    top: -27%;
  }

  .hero-h1 {
    padding-right: 0;
    font-size: 2.75rem;
    top: 89px;
    left: -9%;
  }

  .circel {
    width: 150px;
    height: 150px;
    top: 202px;
    left: -17%;
  }

  .section-2 {
    height: 200vh;
    margin-bottom: 0%;
  }

  .div-block-2 {
    margin-top: -500px;
  }

  .grid-2 {
    grid-row-gap: .25rem;
    width: 140%;
    margin-top: 8.5rem;
    top: -38%;
    left: -43%;
  }

  .div-block-4._2 {
    margin-top: 8px;
  }

  .number-blocl {
    width: 100px;
    height: 100px;
  }

  .grid-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    width: 100px;
    height: 100px;
    top: 320%;
  }

  .section-3 {
    height: 200vh;
    margin-bottom: 0%;
  }

  .div-block-7 {
    padding-left: 15%;
  }

  .div-block-8 {
    width: 100px;
    height: 100px;
    top: 450%;
  }

  .section-4, .section-5 {
    height: 200vh;
  }

  .section-6 {
    height: 220vh;
  }

  .div-block-9 {
    width: 100px;
    height: 100px;
    top: 696%;
  }

  .div-block-10 {
    width: 100px;
    height: 100px;
    top: 850%;
  }

  .div-block-13 {
    width: 100px;
    height: 100px;
    top: 1125%;
  }

  .image-5 {
    max-width: 100%;
  }

  .div-block-14 {
    margin-top: 66%;
  }

  .social-top-section {
    display: none;
  }

  .grid-9 {
    max-width: 30%;
  }

  .hero-section {
    height: 53vw;
  }

  .grid-10 {
    height: auto;
    min-height: 63vw;
    max-height: none;
  }

  .div-block-16 {
    z-index: 3000;
    background-size: contain;
    height: auto;
    min-height: 64vw;
    margin-top: -3vw;
    margin-left: 1%;
    transform: scale(1.2);
  }

  .right-container {
    top: -30%;
    left: -29px;
  }

  .about-section {
    margin-top: -5vw;
    padding-top: 0;
    padding-bottom: 5vw;
  }

  .image-grid-item {
    height: 70vh;
  }

  .div-block-17 {
    background-position: 50% 0;
    height: 100vw;
  }

  .image-grid-item-down {
    height: 70vh;
  }

  .partner-section {
    height: 114vw;
  }

  .div-block-19 {
    height: 130vw;
  }

  .grid-4-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 25px;
    font-size: 8vw;
  }

  h5 {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.25vw;
    font-weight: 600;
  }

  h6 {
    font-size: 5vw;
  }

  p {
    font-size: 4vw;
  }

  .social-grid {
    text-align: right;
    width: 90%;
    margin-left: auto;
    padding-right: 1rem;
    display: block;
    left: 0%;
    right: 0%;
  }

  .social-block {
    margin-right: 5px;
  }

  .stage-wrapper {
    height: 85%;
  }

  .intro-section {
    height: 95vh;
    margin-bottom: 0%;
    padding-bottom: 0%;
  }

  .alex-container {
    width: 175%;
    top: -5%;
    left: -7%;
  }

  .alex-container._2 {
    width: 110%;
    top: 30%;
    left: 0%;
  }

  .alex-container._3 {
    height: 129%;
  }

  .hero-h1 {
    text-align: left;
    font-size: 14vw;
    top: 75vw;
    left: 9%;
  }

  .circel {
    width: 180px;
    height: 180px;
    top: 110vw;
    left: 2%;
  }

  .section-2 {
    height: 130vh;
  }

  .grid-2 {
    width: 80%;
    margin-top: 5rem;
    top: 81vw;
    left: 9%;
  }

  .div-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .div-block-4._2 {
    padding-top: 10px;
  }

  .number-blocl {
    width: 60px;
    height: 60px;
    padding-right: 10px;
    display: none;
  }

  .div-block-5 {
    padding-top: 5%;
    padding-left: 0%;
  }

  .div-block-5.erfolge {
    padding-top: 5%;
    padding-right: 2rem;
  }

  .div-block-5.erfolge._2 {
    margin-top: -20vh;
    padding-top: 0%;
    padding-right: 0;
  }

  .div-block-5._2 {
    padding-top: 0%;
  }

  .grid-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .orange-block-bg {
    width: 33%;
  }

  .grid-4 {
    grid-row-gap: 2vh;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .div-block-6 {
    display: none;
  }

  .section-3 {
    height: 100vh;
    margin-top: 180%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .div-block-7 {
    padding-left: 0%;
    padding-right: 5%;
  }

  .image-2, .div-block-8 {
    display: none;
  }

  .section-4 {
    height: auto;
    margin-top: 210%;
    padding-top: 0%;
  }

  .section-5 {
    height: 100vh;
    margin-top: 30%;
    margin-bottom: 0%;
    padding-bottom: 0%;
  }

  .stage-wrapper-copy {
    height: 66%;
  }

  .sponsoren-container {
    width: 61%;
    height: 70%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 7.5%;
    top: 195px;
    left: -17%;
  }

  .circel-copy {
    width: 100px;
    height: 100px;
    display: none;
    top: 182px;
    left: -34%;
  }

  .grid-6 {
    z-index: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    margin-top: -16%;
    position: relative;
  }

  .section-6 {
    height: auto;
    margin-top: -35%;
  }

  .div-block-9, .div-block-10 {
    display: none;
  }

  .form {
    font-size: 5vw;
  }

  .submit-button {
    font-size: 4vw;
    line-height: 1.2em;
  }

  .div-block-11 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .right {
    font-size: 4vw;
  }

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

  .inline._2 {
    font-size: 5vw;
  }

  .inline.insta {
    font-size: 6vw;
  }

  .div-block-13 {
    display: none;
  }

  .div-block-14 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    display: flex;
  }

  .checkbox-label {
    font-size: 3.25vw;
  }

  .heading {
    font-size: 5vw;
  }

  .div-block-15 {
    position: relative;
    top: 20%;
  }

  .paragraph {
    font-size: 4.5vw;
  }

  .max-with {
    max-width: 90%;
    overflow: hidden;
  }

  .social-top-section {
    display: none;
  }

  .hero-section {
    height: 174vw;
  }

  .grid-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    height: auto;
    min-height: auto;
  }

  .div-block-16 {
    min-height: 109vw;
    max-height: 73vw;
    margin-top: 0;
    top: -11%;
  }

  .right-container {
    z-index: 2147483647;
    top: -121%;
    left: 0;
  }

  .text-container {
    height: 100%;
    top: -8vw;
    left: 0%;
  }

  .about-section {
    margin-top: 98vw;
    padding-top: 2.5vh;
  }

  .image-grid-item {
    height: 24vh;
  }

  .div-block-17 {
    height: 44vh;
  }

  .image-grid-item-down {
    height: 24vh;
  }

  .partner-section {
    margin-top: 7vh;
  }

  .div-block-18 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
    top: -10%;
  }

  .grid-11 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-19 {
    background-size: contain;
    height: 136vw;
  }

  .kontakt-section {
    margin-top: 153vw;
  }

  .div-block-20 {
    margin-top: 50vw;
  }

  .grid-4-copy {
    grid-row-gap: 2vh;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .footer-section {
    padding-top: 10vh;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .instagram-grid {
    flex-flow: column;
    display: flex;
  }
}

#w-node-bd9b24ee-66eb-b6cd-4bb1-9edfde92b50e-cc8258ac {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-deff99e0-8ab4-5af0-004a-6c8ad6f52e8b-cc8258ac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dcd7cdbc-aaf8-5b0f-8ba4-76cc06cfe7a1-cc8258ac {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-e24af53e-41fb-f92f-c765-0a44a350e0c6-cc8258ac, #w-node-f4803573-d4a1-3b15-5036-20e3ea068676-cc8258ac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dee23142-afb2-bf45-a834-082bb15a4c69-cc8258ac {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7d74daba-cf13-ddd5-4bf3-4baf18d5b30d-cc8258ac, #w-node-e1971df0-c437-922c-ffa8-50b73221c221-cc8258ac, #w-node-_56e32e55-3963-f81a-ed1b-559e9750efaf-cc8258ac, #w-node-_330696a2-b3f6-3540-1ea9-0cd4f82f6d4d-cc8258ac, #w-node-dc7d1a71-b821-1790-664c-efee71c8f81d-cc8258ac, #w-node-_6ec4220f-82c7-e70f-c8bf-3af2d85d8710-cc8258ac {
  place-self: center;
}

#w-node-_13d76e3f-481b-c5f6-c59a-0a2431328b18-cc8258ac {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-d2ae4776-14bd-27d4-b56c-d5f047cf95db-cc8258ac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6bcbf5c6-4d5b-d3b6-30be-fe13fe37d130-043b82ce {
  align-self: start;
}

#w-node-a3a1a117-e500-57a1-9a39-368843e6c37c-043b82ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a3a1a117-e500-57a1-9a39-368843e6c37f-043b82ce {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-e5896811-e324-20c2-f8d6-b2592a0ea237-043b82ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e5896811-e324-20c2-f8d6-b2592a0ea23c-043b82ce, #w-node-_480fcdd2-99cb-d215-c4cb-1d19cce2f93e-043b82ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center start;
}

#w-node-d37aa41e-1de5-b61f-53d0-7e139d180ad7-043b82ce, #w-node-a9eb99f6-b521-c099-3993-692cd7cb0ff5-043b82ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a9eb99f6-b521-c099-3993-692cd7cb0ffa-043b82ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center start;
}

#w-node-c0db2148-052b-26e8-52a6-0df3bc160c19-043b82ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2830a129-4c5c-407f-16ed-89fb9451eb32-043b82ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center start;
}

@media screen and (min-width: 1280px) {
  #w-node-e5896811-e324-20c2-f8d6-b2592a0ea23c-043b82ce, #w-node-_480fcdd2-99cb-d215-c4cb-1d19cce2f93e-043b82ce, #w-node-a9eb99f6-b521-c099-3993-692cd7cb0ffa-043b82ce, #w-node-_2830a129-4c5c-407f-16ed-89fb9451eb32-043b82ce {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_13d76e3f-481b-c5f6-c59a-0a2431328b18-cc8258ac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e5896811-e324-20c2-f8d6-b2592a0ea237-043b82ce, #w-node-a9eb99f6-b521-c099-3993-692cd7cb0ff5-043b82ce {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3329a367-0150-f276-dcf6-e7c9a7e9bc0d-cc8258ac, #w-node-_3329a367-0150-f276-dcf6-e7c9a7e9bc11-cc8258ac, #w-node-_3329a367-0150-f276-dcf6-e7c9a7e9bc15-cc8258ac, #w-node-_5ce2374c-a95c-b541-8001-8bbd9f7e41ab-cc8258ac, #w-node-cd544cc4-14bd-4c97-c8e7-4d505db727cb-cc8258ac, #w-node-_14291ca1-951e-079a-dabc-4e207917d3e8-cc8258ac {
    justify-self: end;
  }

  #w-node-bd9b24ee-66eb-b6cd-4bb1-9edfde92b50e-cc8258ac {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-_91faab0b-2f11-7b7f-0ba7-a207af953b40-043b82ce, #w-node-_4ab65397-6cc0-8bde-f1f4-c47f468ecba4-043b82ce, #w-node-_70dfd0cf-354d-fbe8-ec11-8d056f5843ba-043b82ce {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Ndolo icons (4Everglen)';
  src: url('../fonts/ndolo-icons.woff2') format('woff2'), url('../fonts/ndolo-icons.eot') format('embedded-opentype'), url('../fonts/ndolo-icons.woff') format('woff'), url('../fonts/ndolo-icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ariblk (4Everglen)';
  src: url('../fonts/ARIBLK.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arialbi (4Everglen)';
  src: url('../fonts/ARIALBI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ariali (4Everglen)';
  src: url('../fonts/ARIALI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arialbd (4Everglen)';
  src: url('../fonts/ARIALBD.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial (4Everglen)';
  src: url('../fonts/ARIAL.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli (4Everglen)';
  src: url('../fonts/MULI-ITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli (4Everglen)';
  src: url('../fonts/MULI-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli (4Everglen)';
  src: url('../fonts/MULI-LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-HEAVY.TTF') format('truetype'), url('../fonts/RALEWAY-BLACK.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-EXTRABOLDITALIC.TTF') format('truetype'), url('../fonts/RALEWAY-BOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-EXTRALIGHT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-SEMIBOLD.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-BOLD.TTF') format('truetype'), url('../fonts/RALEWAY-EXTRABOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-ITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-BLACKITALIC.TTF') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-EXTRALIGHTITALIC.TTF') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-MEDIUMITALIC.TTF') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-SEMIBOLDITALIC.TTF') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway (4Everglen)';
  src: url('../fonts/RALEWAY-THINITALIC.TTF') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kaduta (4Everglen)';
  src: url('../fonts/Kaduta.ttf') format('truetype'), url('../fonts/Kaduta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}