.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('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.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;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

label {
  display: block;
  width: 120px;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
}

.section {
  padding-top: 130px;
  padding-bottom: 50px;
  background-color: transparent;
}

.section.hero {
  position: relative;
  height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url('../images/Redbruch_Bagger.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url('../images/Redbruch_Bagger.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.footer {
  margin-top: 41px;
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #252525;
}

.section.service {
  padding-top: 50px;
  padding-bottom: 0px;
  border-style: none;
  background-color: transparent;
}

.section.black {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #252525;
}

.section.info-slider {
  padding-top: 40px;
}

.container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
}

.container.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.info {
  margin-top: 60px;
}

.container.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 2px 6px #000;
}

.heading {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 0px;
  border: 4px none #000;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 50px;
  line-height: 52px;
  text-shadow: 0 3px 6px #000;
}

.devider {
  width: 330px;
  height: 2px;
  margin-bottom: 16px;
  background-color: #d81520;
}

.caption {
  padding-left: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.caption.white {
  color: #f5f5f5;
  font-weight: 600;
}

.button {
  margin-top: 24px;
  padding: 12px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #d81520;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.43);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.button.footer {
  width: 250px;
  color: #fff;
}

.max_600 {
  display: block;
  max-width: 600px;
  padding-left: 20px;
  text-align: center;
}

.max_400 {
  max-width: 400px;
}

.image_bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 50%;
  height: 90vh;
  background-image: url('../images/Redbruch_Bagger_horizontal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navi-wrapper {
  position: relative;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  padding-top: 10px;
}

.navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  font-weight: 400;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.body {
  background-image: url('../images/redbruch_blueprint_background_turned.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 2px;
  border-color: #d81520;
}

.list-item {
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 20px;
  font-size: 14px;
}

.list-2 {
  padding-left: 20px;
}

.list {
  margin-left: 15px;
  padding-left: 20px;
}

.more-info {
  margin-top: 15px;
  margin-left: 19px;
  text-decoration: underline;
}

.service-description {
  height: 150px;
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.heading-3 {
  margin-left: 30px;
}

.service-paragraph {
  line-height: 24px;
}

.red-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 250px;
  height: 250px;
  background-color: rgba(216, 21, 32, 0.6);
}

.slider_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 550px;
  max-width: 1100px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

.slider__mask {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide {
  width: 336px;
  margin-right: 10px;
  padding-bottom: 0px;
}

.slide-nav {
  display: none;
  width: 300px;
  margin-bottom: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #d81520;
}

.slide-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  color: #d81520;
  font-size: 35px;
}

.slider_right_arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.slider_left_arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-bottom: 40px;
  margin-left: 33px;
  padding-bottom: 0px;
}

.heading-4 {
  margin-bottom: 20px;
}

.heading-5 {
  margin-bottom: 20px;
}

.heading-6 {
  margin-bottom: 20px;
}

.paragraph-2 {
  line-height: 24px;
}

.heading-7 {
  margin-bottom: 20px;
}

.info_slider_wrapper {
  background-color: transparent;
}

.left-arrow {
  color: #000;
}

.icon {
  margin-bottom: 0px;
  margin-left: 0px;
}

.right-arrow {
  color: #000;
}

.icon-2 {
  margin-right: 0px;
  margin-bottom: 0px;
}

.left-footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.right-footer-info {
  width: 50%;
}

.paragraph-footer {
  color: #fff;
}

.field-label {
  width: 120px;
}

.submit-button {
  margin-top: 24px;
  padding: 12px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #d81520;
  background-color: transparent;
}

.text-block {
  width: 100%;
}

.text-block.footer {
  margin-top: 22px;
  color: #fff;
}

.link {
  width: auto;
  color: #fff;
  text-decoration: none;
}

.link-block-footer {
  width: auto;
  margin-top: 22px;
  color: #fff;
}

.link-block-footer.copy {
  color: hsla(0, 0%, 100%, 0.5);
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.spalte {
  width: 50%;
}

._5050-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider-block {
  width: 40px;
}

.heading-8 {
  margin-bottom: 20px;
}

.text-block-ref {
  margin-right: 15px;
  margin-left: 15px;
}

.paragraph-tools {
  line-height: 24px;
  font-weight: 400;
}

.bold-text {
  font-weight: 400;
}

.text {
  font-weight: 400;
}

.checkbox-field {
  width: 400px;
  color: #fff;
}

.link-2 {
  color: #fff;
}

.bold-text-2 {
  color: hsla(0, 0%, 100%, 0.5);
}

.section-layer {
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.text-block-4 {
  color: #f5f5f5;
  font-weight: 700;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 991px) {
  label {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .devider {
    width: 310px;
  }

  .service-wrapper {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service {
    margin-right: 10px;
    margin-bottom: 60px;
    margin-left: 10px;
    padding-right: 0px;
  }

  .more-info {
    margin-left: 19px;
    text-decoration: none;
  }

  .service-paragraph {
    margin-bottom: 60px;
  }

  .text-span {
    text-decoration: underline;
  }

  .slider_wrapper {
    width: 100%;
  }

  .slide-nav {
    margin-bottom: 0px;
  }

  .slider_right_arrow {
    margin-bottom: 0px;
  }

  .slider_left_arrow {
    margin-bottom: 0px;
  }

  .paragraph-footer {
    padding-right: 23px;
  }

  .div-block {
    padding-top: 0px;
    padding-right: 32px;
    padding-left: 32px;
  }

  ._5050-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkbox-field {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  label {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .section {
    padding-top: 0px;
  }

  .container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .max_600 {
    margin-top: 29px;
    padding-left: 0px;
  }

  .image_bg {
    display: none;
  }

  .slider_wrapper {
    width: 75%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slide-nav {
    margin-bottom: 0px;
  }

  .slider_right_arrow {
    margin-bottom: 10px;
  }

  .slider_left_arrow {
    margin-bottom: 10px;
  }

  .left-arrow {
    position: static;
    margin-top: 0px;
    padding-top: 0px;
  }

  .icon {
    position: static;
    padding-top: 60px;
  }

  .right-arrow {
    position: static;
  }

  .icon-2 {
    position: static;
    padding-top: 60px;
  }

  .link-block-footer {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 14px;
  }

  .link-block-footer.copy {
    font-size: 12px;
  }

  .div-block {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 50px;
    margin-bottom: -7px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav-2 {
    position: static;
    margin-top: 0px;
    padding-top: 10px;
  }

  .form {
    margin-top: 0px;
  }

  ._5050-block {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-2 {
    position: static;
  }

  .checkbox-field {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }

  label {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .section {
    margin-top: 42px;
    padding-top: 0px;
  }

  .section.hero {
    margin-bottom: 0px;
    padding-top: 127px;
    padding-bottom: 0px;
  }

  .section.footer {
    padding-bottom: 0px;
  }

  .section.service {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.black {
    margin-top: 0px;
  }

  .container {
    padding-bottom: 0px;
  }

  .container.footer {
    padding-bottom: 0px;
    padding-left: 32px;
  }

  .container.info {
    height: auto;
    margin-top: 27px;
    margin-bottom: 28px;
    padding-bottom: 36px;
  }

  .container.footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.ref {
    padding-bottom: 0px;
  }

  .container.hero {
    padding-top: 50px;
  }

  .description {
    font-size: 14px;
  }

  .heading {
    margin-top: 10px;
    font-size: 42px;
  }

  .devider {
    width: 260px;
  }

  .max_600 {
    padding-left: 0px;
  }

  .image {
    padding-top: 0px;
  }

  .service {
    width: auto;
    padding: 20px 15px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider_wrapper {
    width: 250px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider__mask {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slide {
    width: 250px;
    margin-right: 0px;
  }

  .slide-nav {
    width: 250px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .slide-icon {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .slide-icon.right {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .slide-icon.left {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .slider_right_arrow {
    margin-bottom: 10px;
  }

  .slider_left_arrow {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .heading-5 {
    margin-bottom: 10px;
  }

  .heading-6 {
    font-size: 27px;
  }

  .heading-7 {
    margin-bottom: 10px;
  }

  .info_slider_wrapper {
    height: 650px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .left-footer-info {
    width: 100%;
  }

  .right-footer-info {
    width: 100%;
  }

  .link-block-footer {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 12px;
  }

  .link-block-footer.copy {
    font-size: 12px;
  }

  .div-block {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide-nav-2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .spalte {
    width: 100%;
    margin-bottom: 75px;
  }

  ._5050-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .field-label-2 {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .heading-8 {
    margin-bottom: 10px;
  }

  .checkbox-field {
    width: 220px;
  }
}