.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../images/custom-checkbox-check.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  top: 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
}

.navigation-link:hover {
  color: #5e2f0a;
}

.navigation-link.w--current {
  position: relative;
  left: 0px;
  top: 0px;
  padding-top: 20px;
  color: #5e2f0a;
  text-align: left;
}

.navigation-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #252420;
}

.navigation-menu {
  padding-top: 14px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section {
  position: relative;
  padding: 80px 10px;
  border-style: none;
  border-color: #eec777;
  border-bottom-width: 4px;
  background-color: #252420;
  text-align: center;
}

.section.accent {
  z-index: 2;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom-style: none;
  background-color: #eec777;
  color: #5e2f0a;
}

.section.accent.datenschutz {
  margin-top: 90px;
}

.section.accent.impressum {
  margin-top: 90px;
}

.section.a {
  z-index: 1;
  margin-top: -95px;
  padding-top: 80px;
  border-color: #eec777;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 91px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-bottom-width: 4px;
  border-bottom-color: #eec777;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-top: 18px;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #5e2f0a;
}

.section-heading.centered._2 {
  margin-top: 108px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.section-heading.centered._2.alt {
  font-size: 20px;
  line-height: 26px;
}

.section-heading.centered.alt {
  font-size: 20px;
  line-height: 26px;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #5e2f0a;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #ffefcd;
  color: #5e2f0a;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #252420;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5e2f0a;
  color: #5e2f0a;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  color: #f0f0f0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.form {
  margin-top: 40px;
}

.image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-video {
  border: 1px none #eec777;
  color: #5e2f0a;
}

.heading {
  color: #5e2f0a;
}

.heading-2 {
  color: #5e2f0a;
}

.heading-3 {
  color: #5e2f0a;
}

.paragraph {
  color: #5e2f0a;
}

.section-2 {
  height: 500px;
}

.image-2 {
  position: relative;
  z-index: 2;
  margin-top: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide {
  background-image: url('../images/Marius.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  width: 500px;
  height: 350px;
  background-color: transparent;
}

.div-block {
  position: static;
  left: 0px;
  top: 0px;
  float: left;
  clear: none;
}

.paragraph-2 {
  float: none;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  clear: none;
}

.video {
  margin-top: 40px;
}

.columns {
  margin-top: 15px;
}

.columns-2 {
  margin-top: 15px;
}

.link-block {
  width: 30px;
  height: 30px;
  min-width: 0px;
  background-image: url('../images/social-02-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.link-block:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.column {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: right;
}

.link-block-2 {
  width: 30px;
  height: 30px;
  background-image: url('../images/social-07-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.link-block-2:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.column-2 {
  text-align: center;
}

.heading-4 {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-5 {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-6 {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-weight: 400;
}

.paragraph-3 {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-4 {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-5 {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  margin-top: 20px;
  background-color: #5e2f0a;
  font-family: futura-pt, sans-serif;
}

.field-label {
  font-family: futura-pt, sans-serif;
}

.checkbox {
  border-style: none;
}

.link-block-3 {
  width: 30px;
  height: 30px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-7 {
  padding-left: 10px;
  background-color: transparent;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-3 {
  padding-top: 0px;
  padding-bottom: 20px;
}

.column-10 {
  text-align: left;
}

.link-block-4 {
  width: 30px;
  height: 30px;
  background-image: url('../images/youtubewebsite-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-4:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.link-block-5 {
  width: 30px;
  height: 30px;
  background-image: url('../images/spotify-website-01.svg'), url('../images/spotify-website-01.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: contain, 75px;
  background-repeat: no-repeat, repeat;
}

.link-block-6 {
  width: 30px;
  height: 30px;
  background-image: url('../images/spotify-website-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-6:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.slider-2 {
  height: 350px;
  background-color: transparent;
}

.column-12 {
  height: 350px;
}

.column-12.michi {
  background-image: url('../images/Michi.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.kadda {
  background-image: url('../images/Kadda.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.peggy {
  background-image: url('../images/Peggy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.marius {
  background-image: url('../images/Marius.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.til {
  background-image: url('../images/Til.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.luca {
  background-image: url('../images/Luca.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.janik {
  background-image: url('../images/Janik.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.paul {
  background-image: url('../images/Nick.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.jakob {
  background-image: url('../images/Jakob.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.max {
  background-image: url('../images/André.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-12.gerrit {
  background-image: url('../images/Gerrit.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-7 {
  padding-right: 70px;
  color: #5e2f0a;
  font-size: 30px;
  text-align: left;
}

.paragraph-6 {
  padding-right: 70px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-align: left;
}

.icon-2 {
  color: #5e2f0a;
}

.icon-3 {
  color: #5e2f0a;
}

.slide-nav {
  color: #855c3c;
}

.paragraph-7 {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  text-transform: none;
}

.paragraph-8 {
  text-align: left;
}

.column-24 {
  background-color: transparent;
}

.video-2 {
  margin-top: 40px;
  margin-bottom: 39px;
}

.column-25 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-26 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-4 {
  padding-bottom: 10px;
}

.lightbox-link {
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.brown-text {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}

.video-3 {
  margin-bottom: 39px;
  padding-bottom: 0px;
}

.video-4 {
  margin-bottom: 40px;
}

.video-5 {
  margin-bottom: 40px;
}

.html-embed {
  margin-top: 3vh;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .section {
    padding-top: 80px;
  }
  .hero-section.centered {
    padding-top: 91px;
    padding-bottom: 0px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .column-3 {
    padding-right: 5px;
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .image-4 {
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .navigation-bar {
    position: relative;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .white-text {
    clear: left;
  }
  .spc {
    margin-bottom: 30px;
  }
  .slider-2 {
    height: 600px;
  }
  .heading-7 {
    padding-right: 0px;
  }
  .paragraph-6 {
    padding-right: 0px;
  }
  .image-3 {
    margin-top: 18px;
    padding-top: 0px;
  }
  .image-4 {
    margin-top: 18px;
  }
  .image-5 {
    margin-top: 18px;
  }
  .image-6 {
    margin-top: 18px;
  }
  .container {
    margin-bottom: -110px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .navigation-link {
    color: #fff;
  }
  .navigation-link.w--current {
    background-color: transparent;
    color: #5e2f0a;
  }
  .hamburger-button {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .hamburger-button.w--open {
    background-color: #5e2f0a;
  }
  .navigation-menu {
    background-color: #252420;
  }
  .section {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.accent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.a {
    margin-top: -16px;
  }
  .hero-section.centered {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-heading.centered.white {
    margin-bottom: 20px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .white-text {
    margin-bottom: 0px;
  }
  .background-video {
    margin-top: 0px;
    padding-top: 0px;
  }
  .column-3 {
    padding-top: 0px;
  }
  .column-4 {
    padding-top: 10px;
  }
  .column-5 {
    padding-top: 10px;
  }
  .column-6 {
    padding-top: 10px;
  }
  .column-7 {
    padding-top: 10px;
  }
  .column-8 {
    padding-top: 10px;
  }
  .column-9 {
    padding-top: 10px;
  }
  .icon {
    color: #fff;
    font-size: 36px;
    line-height: 32px;
  }
  .column-11 {
    position: static;
  }
  .slider-2 {
    height: 650px;
  }
  .column-12.janik {
    background-image: url('../images/Janik.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .heading-7 {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .paragraph-6 {
    padding-right: 0px;
    text-align: justify;
  }
  .slide-3 {
    height: 800px;
  }
  .column-13 {
    padding-top: 80px;
  }
  .column-14 {
    padding-top: 80px;
  }
  .column-15 {
    padding-top: 80px;
  }
  .column-16 {
    padding-top: 80px;
  }
  .column-17 {
    padding-top: 80px;
  }
  .column-18 {
    padding-top: 80px;
  }
  .column-19 {
    padding-top: 80px;
  }
  .column-20 {
    padding-top: 80px;
  }
  .column-21 {
    padding-top: 80px;
  }
  .column-22 {
    padding-top: 80px;
  }
  .column-23 {
    padding-top: 80px;
  }
  .container {
    margin-bottom: -100px;
  }
}

