h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: worker, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: worker, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  letter-spacing: .4px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 27px;
}

a {
  color: #3c4e5e;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-section {
  height: 80vh;
  background-image: linear-gradient(#5f2828, #5f2828);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 5%;
  display: flex;
  position: relative;
}

.hero-section.start {
  height: 100vh;
  background-image: linear-gradient(#172129, #172129);
}

.nav-bar {
  z-index: 99;
  width: 62vw;
  height: 120px;
  transform-origin: 100%;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.burger-menu_wrapper {
  z-index: 909;
  width: 90px;
  height: 90px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.burger {
  z-index: 99;
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.burger.bottom {
  transform-origin: 0 100%;
}

.burger.top {
  z-index: 99;
  transform-origin: 0 0;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.div-block-2 {
  z-index: 10;
  width: 50%;
  height: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 50px;
  padding: 10% 6px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block {
  color: #383838;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: worker, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block.sub {
  color: #a0a0a0;
  font-size: 10px;
}

.navigation {
  z-index: 1;
  width: 100%;
  height: 100vh;
  transform-origin: 50% 0;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #383838;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: worker, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  letter-spacing: 1px;
}

.nav-link:active {
  letter-spacing: 0;
}

.body {
  font-family: interstate, sans-serif;
}

.div-block-3 {
  z-index: 99;
  width: 70%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  min-height: 50vh;
  transform-origin: 50% 0;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: relative;
}

.main-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: worker, sans-serif;
}

.div-block-4 {
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.paragraph {
  color: #fff;
  letter-spacing: 0;
  margin-top: 20px;
  font-family: interstate, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.paragraph.dark {
  color: #383838;
  text-align: justify;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3c4e5e;
  margin-right: 10px;
  padding: 15px 40px;
  font-family: interstate, sans-serif;
  font-size: 15px;
  transition: all .35s ease-in-out;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .4);
}

.button:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .56);
}

.button:active {
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, .7);
}

.button.secondary {
  color: #3c4e5e;
  background-color: #fff;
  box-shadow: inset 0 0 0 5px #3c4e5e;
}

.button-wrapper {
  margin-top: 50px;
  display: flex;
}

.section {
  z-index: 5;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.scroll-down {
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 10px;
}

.section-2 {
  min-height: 70vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container_small-center {
  width: 30vw;
  flex-direction: column;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  font-family: worker, sans-serif;
}

.description {
  color: #3473aa;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: worker, sans-serif;
}

.section-3 {
  min-height: 100vh;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-5 {
  width: 90vw;
  height: 80vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 29px;
  display: grid;
}

.text-block-3 {
  font-family: interstate, sans-serif;
}

.white-block {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.white-block:hover {
  transform: translate(0, -20px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .4);
}

.section-4 {
  min-height: 50vh;
  display: flex;
}

.heading-3, .heading-4 {
  text-align: center;
}

.icon {
  width: 50px;
  height: 50px;
}

.icon-sub {
  color: #383838;
  text-align: center;
  font-family: interstate, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.nav_logo {
  z-index: 19;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.wrapper_half {
  width: 50%;
  height: 60vh;
  background-color: #17273c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5% 30px;
  display: flex;
  position: relative;
}

.wrapper_half.second {
  background-color: #bb8f36;
}

.page-header {
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.page-header.uberuns {
  width: 100vw;
  height: 80vh;
  background-image: linear-gradient(#111f24, #111f24);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4%;
}

.page-header.rechtliches {
  height: 40vh;
  justify-content: flex-end;
}

.page-header.partner {
  width: 100vw;
  height: 80vh;
  background-image: linear-gradient(#885709, #885709);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4%;
}

.page-header.fachbereiche {
  width: 100vw;
  height: 80vh;
  background-image: linear-gradient(#1b1b1b, #1b1b1b);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4%;
}

.page-header.kontakt {
  width: 100vw;
  height: 80vh;
  background-image: linear-gradient(#10181f, #10181f);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4%;
}

.body-2 {
  font-family: interstate, sans-serif;
}

.bereich-icon {
  width: 50px;
  height: 50px;
}

.content-section {
  min-height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section.partner {
  padding-bottom: 0;
}

.content-wrapper {
  max-width: 800px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-6-copy {
  width: 50%;
  height: 60vh;
  background-image: url('../images/_DSC4451.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block {
  height: 50%;
}

.link-block-2 {
  z-index: 99;
  width: 20vw;
  height: 70%;
  position: relative;
}

.white {
  color: #fff;
  margin-left: 20px;
}

.div-block-8 {
  z-index: 2;
  width: 70%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-5 {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.contact-wrapper {
  width: 50vw;
  height: 70%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.huge {
  text-align: left;
  font-family: interstate, sans-serif;
  font-size: 80px;
  line-height: 70px;
}

.contact-details {
  width: 50vw;
  height: 70%;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact {
  letter-spacing: 2px;
  text-transform: lowercase;
  font-size: 20px;
  text-decoration: none;
  transition: all .35s;
}

.contact:hover {
  letter-spacing: 1px;
  text-transform: lowercase;
}

.contact:active {
  letter-spacing: 0;
}

.oder {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-3 {
  z-index: 1;
  width: 80%;
  height: 80%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.butten_clean {
  cursor: pointer;
  border: 2px #fff;
  align-items: center;
  margin-left: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.butten_clean:hover {
  letter-spacing: 1px;
  padding-left: 0;
}

.butten_clean:active {
  letter-spacing: 0;
  padding-left: 25px;
}

.image-4 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transform: rotate(-90deg);
}

.image-5 {
  z-index: 1;
  width: 80vw;
  height: 80vh;
  object-fit: cover;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5.subpage {
  height: 60vh;
}

.hero_container {
  z-index: 2;
  width: 50%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 5%;
  right: auto;
}

.white-overlay {
  z-index: 3;
  width: 80vw;
  height: 80vh;
  transform-origin: 0%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.white-block-copy {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.white-block-copy:hover {
  transform: translate(0, -20px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .4);
}

.white-overlay-inner {
  width: 100%;
  height: 100%;
  transform-origin: 100%;
  background-color: #fff;
  display: flex;
}

.section-6 {
  height: 10vh;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.text-block-4 {
  margin-left: 20px;
  margin-right: 20px;
}

.link {
  text-transform: capitalize;
  transition: all .35s;
}

.link:hover {
  letter-spacing: 1px;
}

.link:active {
  letter-spacing: 0;
}

.link-2 {
  text-transform: capitalize;
}

.div-block-9 {
  display: flex;
}

.div-block-10 {
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-5 {
  position: relative;
}

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

.bold-text {
  color: #fff;
}

.image-7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.dowloads {
  width: 100%;
  max-width: 800px;
  margin-top: 100px;
}

.document {
  width: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.document-description {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-left: 20px;
  font-size: 16px;
  line-height: 13px;
}

.burger_center {
  z-index: 99;
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.burger_center.bottom {
  transform-origin: 0 100%;
}

.burger_center.top {
  z-index: 99;
  transform-origin: 0 0;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.burger-upper {
  z-index: 99;
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.burger-upper.bottom {
  transform-origin: 0 100%;
}

.burger-upper.top {
  z-index: 99;
  transform-origin: 0 0;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.burger-lower {
  z-index: 99;
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.burger-lower.bottom {
  transform-origin: 0 100%;
}

.burger-lower.top {
  z-index: 99;
  transform-origin: 0 0;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.link_inline {
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
}

.div-block-11 {
  margin-top: 20px;
  display: flex;
}

.whitebutton {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whitebutton:hover {
  background-color: #e6e3e3;
}

.text-block-5 {
  color: #383838;
}

.paragraph-2 {
  color: #fff;
}

.anschrift {
  width: 100%;
  height: auto;
  border-top: 1px solid #c7c7c7;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
}

.heading-6 {
  font-family: interstate, sans-serif;
}

.text-block-6 {
  text-align: right;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.fax {
  width: 100%;
  height: auto;
  border-top: 1px solid #c7c7c7;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
}

.nav-wrapper {
  z-index: 98;
  width: 100%;
  height: 50vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.nav-link-wrapper {
  z-index: 100;
  flex-direction: column;
  display: flex;
  position: relative;
}

.person-bild {
  width: 300px;
  height: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.person-bild.robert-schwaiger {
  background-image: url('../images/DSC03873.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-bild.ronald-brandes {
  background-image: url('../images/Portraet_Ronald-Brandes.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-description {
  flex: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-12 {
  flex: 1;
}

.subpage-text {
  margin-bottom: 30px;
}

.partner-bereiche {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
}

.partner-logo {
  font-size: 20px;
}

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

.partner-bereich-wrapper {
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 1000px;
  margin-top: 100px;
  display: none;
}

.form-block-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.text-field {
  width: 50%;
  border: 0 solid #000;
  border-bottom: 2px solid #383838;
}

.text-field:hover {
  border: 0 #000;
  border-bottom: 2px solid #3c4e5e;
}

.text-field:focus {
  border-bottom-color: #3c4e5e;
}

.field-label {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 30px;
}

.form {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.textarea {
  width: 50%;
  min-height: 200px;
  border: 2px solid #000;
  border-bottom-color: #383838;
}

.textarea:hover, .textarea:focus {
  border-bottom-color: #3c4e5e;
}

.cta_section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta_wrapper {
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  text-align: center;
}

.link-3 {
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    width: 100vw;
    height: 60px;
  }

  .container_small-center {
    width: 70vw;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .icon-sub {
    font-size: 15px;
  }

  .content-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block-2 {
    width: 30vw;
  }

  .section-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .huge {
    font-size: 30px;
    line-height: 40px;
  }

  .contact {
    font-size: 15px;
  }

  .hero_container {
    width: 90%;
  }

  .white-overlay-inner {
    display: none;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .nav-wrapper, .image-8 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .burger-menu_wrapper {
    width: 50px;
    height: 50px;
  }

  .container {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .button {
    margin-right: 0;
    font-size: 10px;
  }

  .div-block-5 {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .white-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-4 {
    flex-direction: column;
  }

  .icon {
    width: 40px;
    height: 40px;
  }

  .icon-sub {
    letter-spacing: 0;
    line-height: 18px;
  }

  .wrapper_half {
    width: 100%;
  }

  .content-section {
    padding: 0 15px;
  }

  .content-wrapper {
    max-width: 100%;
    flex-direction: column;
  }

  .link-block-2 {
    width: 40vw;
    height: 50px;
  }

  .div-block-8 {
    width: 90%;
  }

  .contact-wrapper {
    width: 90%;
    align-items: center;
    font-size: 12px;
  }

  .huge {
    text-align: center;
    margin-top: -10px;
    font-size: 15px;
  }

  .contact-details {
    width: 90%;
    text-align: center;
    align-items: center;
  }

  .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact {
    text-align: center;
    letter-spacing: 0;
  }

  .oder {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-5 {
    object-fit: cover;
  }

  .hero_container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    height: auto;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-9 {
    justify-content: center;
  }

  .document {
    flex-direction: column;
  }

  .document-description {
    margin-top: 8px;
    margin-left: 0;
    font-size: 12px;
  }

  .div-block-11 {
    align-items: stretch;
    margin-top: 13px;
  }

  .anschrift {
    flex-direction: column;
    align-items: center;
  }

  .heading-6 {
    width: 90%;
    text-align: center;
    font-size: 15px;
  }

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

  .fax {
    flex-direction: column;
    align-items: center;
  }

  .nav-wrapper {
    height: auto;
    display: none;
  }

  .person-bild.robert-schwaiger, .person-bild.ronald-brandes {
    position: relative;
    top: 0;
  }

  .person-description {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    text-align: center;
  }

  .bold-text-2 {
    white-space: normal;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-7 {
    display: none;
  }

  .subpage-text {
    text-align: center;
    font-size: 15px;
  }

  .subpage-text.left {
    text-align: left;
  }

  .partner-bereich-wrapper, .form-block-wrapper {
    flex-direction: column;
  }

  .text-field {
    width: 100%;
    border-radius: 0;
  }

  .field-label {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .form {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .textarea {
    width: 100%;
    border-radius: 0;
  }

  .cta_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta_wrapper {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8 {
    text-align: center;
  }
}

#w-node-_85487663-5329-7795-6fc2-6b4dd08b6c0e-1218334c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0f5be0e6-98a2-0165-35e1-f4554e09951b-1218334c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7eb1ea8a-51c3-d3bd-77ac-0b837aa22140-1218334c {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_3e1f5993-421d-a7c4-a16b-c09e14fe0270-1218334c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5b98738a-ef24-87ce-242d-51277839f42f-1218334c, #w-node-_0cc82184-6ec8-c52f-5839-bca0bf4bd992-1218334c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30e65d1e-4d49-020c-0019-f6af9394582d-1218334c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a03a-3e2c3616 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a03f-3e2c3616 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a046-3e2c3616 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a04d-3e2c3616 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a053-3e2c3616, #w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a058-3e2c3616 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a05d-3e2c3616 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 479px) {
  #w-node-_85487663-5329-7795-6fc2-6b4dd08b6c0e-1218334c, #w-node-_0f5be0e6-98a2-0165-35e1-f4554e09951b-1218334c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7eb1ea8a-51c3-d3bd-77ac-0b837aa22140-1218334c {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_3e1f5993-421d-a7c4-a16b-c09e14fe0270-1218334c, #w-node-_5b98738a-ef24-87ce-242d-51277839f42f-1218334c, #w-node-_0cc82184-6ec8-c52f-5839-bca0bf4bd992-1218334c, #w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a03a-3e2c3616, #w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a03f-3e2c3616 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a046-3e2c3616 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a04d-3e2c3616, #w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a053-3e2c3616, #w-node-_610cbe3c-677c-23d6-c405-bd2e0e35a058-3e2c3616 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


