.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 50px;
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 2px 2px 10px #0003;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container.navbar {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.first {
  margin-left: 0;
  padding-left: 10px;
  font-size: 20px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.section-navbar {
  z-index: 999999;
  background-color: #fbfbfb;
  position: sticky;
  top: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fbfbfb;
  grid-template-rows: 1fr;
  grid-template-columns: 1.5fr 1fr;
  overflow: hidden;
}

.div-block {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 30;
  object-fit: fill;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.image-2 {
  width: 100%;
  min-width: 800px;
  min-height: 600px;
  max-height: 100%;
  position: absolute;
}

.heading {
  z-index: 999;
  width: 80%;
  font-family: Questrial, Tahoma, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-2 {
  position: relative;
}

.div-block-3 {
  z-index: 10;
  overflow: hidden;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  font-family: Questrial, Tahoma, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block {
  font-size: 16px;
}

.section {
  background-color: #fbfbfb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 75px;
  padding-bottom: 50px;
  display: flex;
}

.text-block-2 {
  width: 75%;
  margin-top: 20px;
  padding-bottom: 39px;
  font-size: 18px;
}

.list-item {
  display: none;
}

.container-2 {
  max-width: 1000px;
}

.button---wrap {
  border-radius: 1.875rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button---wrap.contact {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.button---bg-replace {
  border-radius: 1.875rem;
  position: absolute;
  inset: 0%;
}

.button---bg-replace.x-02 {
  background-image: linear-gradient(90deg, #7decff80, #7faaffcc);
}

.button---bg-replace.x-01 {
  background-image: linear-gradient(90deg, #d6dbff, #87fdfb1c 100%, #7faaffcc);
}

.button-2 {
  color: #000;
  background-color: #fff0;
  border-style: solid;
  border-radius: 1.875rem;
  padding: .9rem 2rem;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.button-2.contact.w--current {
  width: 100%;
}

.logo-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.image-slider-image {
  max-width: 180px;
  max-height: 150px;
}

.image-slider-image.infor {
  max-width: 160px;
}

.image-slider-image.unit4 {
  max-width: 150px;
}

.image-slider-image.sap {
  max-width: 140px;
  max-height: 120px;
  margin-left: 3px;
}

.image-slider-image.sage {
  max-width: 140px;
  padding-top: 14px;
}

.image-slider-image.datev {
  max-height: 80px;
}

.div-block-4 {
  overflow: hidden;
}

.section-2 {
  background-color: #fbfbfb;
  padding-top: 50px;
}

.heading-2 {
  margin-top: 0;
  font-weight: 400;
}

.section-3 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.bold-text {
  letter-spacing: .3px;
}

.section-4 {
  background-color: #fbfbfb;
  padding-top: 15px;
  padding-bottom: 50px;
}

.text-block-4 {
  font-size: 18px;
}

.heading-3 {
  font-weight: 400;
}

.grid-3 {
  grid-row-gap: 16px;
  grid-template-columns: 80px 1fr;
  margin-top: 30px;
}

.leistungen_grid_image_checkmark1 {
  margin-left: 18px;
  margin-right: 10px;
}

.text-block-5 {
  font-size: 18px;
}

.section-5 {
  background-color: #fbfbfb;
  padding-bottom: 75px;
}

.container-3 {
  justify-content: flex-start;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.section-footer {
  background-color: #fbfbfb;
  margin-top: auto;
  padding-bottom: 30px;
}

.div-block-9 {
  padding-top: 20px;
}

.div-block-10 {
  justify-content: center;
  padding-top: 15px;
  display: flex;
}

.footer-link {
  color: #2d2d2d;
  text-decoration: none;
}

.container-4 {
  display: flex;
}

.section-6, .section-7 {
  background-color: #fbfbfb;
}

.heading-4 {
  font-weight: 400;
}

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

.button_submit {
  opacity: .83;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #99f0ff73, #5f8be2a3);
  border-radius: 1.875rem;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 19px;
  transition: all .325s;
}

.button_submit:hover {
  color: #000;
  background-color: #f2f2f2;
  background-image: linear-gradient(90deg, #99f0ff73 59%, #3a6ed6a3);
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 28px;
  display: flex;
}

.form-heading-medium {
  margin-top: 38px;
  padding-bottom: 10px;
  font-size: 27px;
}

.form-checkbox-field {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 55px;
  display: flex;
}

.form-label {
  font-size: 18px;
  font-weight: 400;
}

.form-radio-button-label {
  margin-left: 10px;
  font-size: 18px;
}

.form-text-field {
  color: #000;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  height: 50px;
  margin-bottom: 0;
  font-size: 18px;
}

.form-text-field:focus {
  border-color: #254758;
}

.form-checkbox-label {
  max-width: 90%;
  padding-left: 15px;
  font-size: 18px;
}

.checkbox-2 {
  border: 2px solid #aaa;
  width: 19px;
  height: 19px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: #ef865b;
  border-color: #4a4a4a;
}

.div-block-44, .div-block-45 {
  margin-top: -15px;
}

.checkbox {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #8ec5da;
  border-radius: 5px;
}

.checkbox-label {
  margin-left: 10px;
  font-size: 18px;
}

.form-radio-field-2 {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 10px;
  display: flex;
}

.form-radio-button {
  border: 1px solid #aaa;
  width: 19px;
  height: 19px;
  margin-top: 0;
  margin-left: 0;
}

.form-radio-button.w--redirected-checked {
  background-color: #8ec5da;
  border-width: 2px;
  border-color: #4a4a4a;
}

.form-radio-button.w--redirected-focus-visible {
  mix-blend-mode: normal;
}

.form-radio-field-1 {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  display: flex;
}

.div-block-40 {
  margin-top: 10px;
}

.container-5 {
  padding-bottom: 75px;
}

.textarea {
  color: #000;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  min-height: 150px;
  padding: 10px 15px;
  font-size: 18px;
}

.textarea:focus {
  border-color: #254758;
}

.textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border: 2px solid #254758;
}

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

.section-8 {
  background-color: #fbfbfb;
  min-height: 25px;
}

.div-block-46 {
  margin-top: 10px;
}

.contact-silder-wrapper {
  overflow: hidden;
}

.contact-slider-section {
  background-color: #fbfbfb;
  padding-top: 25px;
  padding-bottom: 25px;
}

.logo-slider-contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.image-slider-image-contact {
  max-width: 120px;
  max-height: 150px;
}

.image-slider-image-contact.infor {
  max-width: 160px;
}

.image-slider-image-contact.unit4 {
  max-width: 150px;
}

.image-slider-image-contact.sap {
  max-width: 140px;
  max-height: 120px;
  margin-left: 3px;
}

.image-slider-image-contact.sage {
  max-width: 140px;
  padding-top: 14px;
}

.image-slider-image-contact.datev {
  max-height: 80px;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fbfbfb;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
}

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

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  text-align: left;
  font-weight: 400;
}

.text-block-7 {
  margin-top: 17px;
  font-size: 18px;
}

.grid-17 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: 3fr minmax(20px, 20px);
  grid-template-columns: .5fr 2fr;
  grid-auto-rows: minmax(20px, 20px);
  margin-top: 18px;
  font-size: 18px;
}

.div-block-48 {
  margin-bottom: 26px;
}

.paragraph-2 {
  margin-bottom: 9px;
}

.link-block-3 {
  color: #000;
  text-decoration: none;
}

.text-block-50 {
  color: #333;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.list-item-5 {
  margin-top: 13px;
}

.container-7 {
  background-color: #fbfbfb;
  overflow: hidden;
}

.div-block-49 {
  background-color: #faf1f1;
  border: 2px solid #be7171;
  border-radius: 20px;
}

.text-block-51 {
  padding: 20px;
  font-size: 18px;
}

.section-10 {
  background-color: #fbfbfb;
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: minmax(60px, 60px) 1fr;
  padding: 23px;
}

.text-block-52 {
  padding-top: 6px;
  font-size: 18px;
}

.text-block-53 {
  font-size: 18px;
}

.div-block-50 {
  padding-left: 10px;
}

.image-3 {
  padding-top: 8px;
}

.link {
  color: #333;
  text-decoration: none;
}

.div-block-49-1 {
  background-color: #f1faf3;
  border: 2px solid #71beaa;
  border-radius: 20px;
}

.grid-22-1 {
  grid-template-rows: auto;
  grid-template-columns: minmax(60px, 60px) 1fr;
  padding: 23px;
}

.image-3-1 {
  padding-top: 8px;
}

.div-block-50-1 {
  padding-left: 10px;
}

.text-block-53-1 {
  font-size: 18px;
}

.text-block-52-1 {
  padding-top: 6px;
  font-size: 18px;
}

.container-8 {
  flex-flow: column;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-51 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.heading-5-copy {
  text-align: left;
  font-weight: 400;
}

.image-4 {
  padding-left: 22px;
}

.text-block-54 {
  padding-right: 5px;
}

.link-block-4 {
  color: #333;
  text-decoration: none;
}

.link-block-4:visited {
  color: #333;
}

@media screen and (min-width: 1280px) {
  .nav-link.first {
    display: block;
  }

  .image {
    min-height: 100%;
  }

  .logo-slider {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .heading-4 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .image {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .container.navbar {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container-2 {
    max-width: 1200px;
  }

  .container-3 {
    max-width: 1100px;
  }

  .form-label {
    font-size: 20px;
  }

  .form-checkbox-label {
    font-size: 20px;
    line-height: 1.1;
  }

  .container-5, .container-6, .container-7, .container-8 {
    max-width: 1100px;
  }

  .div-block-52 {
    flex-flow: column;
    display: flex;
  }

  .container-9, .container-10, .container-11, .container-13, .container-14, .container-15, .container-16, .container-17, .container-18, .container-19, .container-20, .container-21 {
    max-width: 1100px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .container.navbar {
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 20px;
  }

  .navbar-wrapper-three {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    order: 1;
    padding: 12px;
    display: block;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .grid {
    grid-template-rows: 1fr auto;
    grid-template-columns: minmax(500px, 500px);
  }

  .div-block {
    z-index: 999;
    min-width: 100%;
    padding-top: 78px;
    overflow: hidden;
  }

  .image {
    z-index: 100;
    right: auto;
  }

  .image-2 {
    z-index: 90;
    max-width: 500px;
    position: relative;
  }

  .section {
    padding-top: 40px;
  }

  .container-2 {
    max-width: 750px;
  }

  .button---wrap {
    margin-bottom: 36px;
  }

  .logo-slider {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .container-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .list {
    font-size: 18px;
  }

  .container-7 {
    min-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9, .container-10, .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    font-size: 30px;
  }

  .list-item-6 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-3 {
    padding-bottom: 27px;
  }

  .section {
    align-items: flex-start;
  }

  .text-block-2 {
    padding-bottom: 25px;
  }

  .container-2 {
    max-width: 95%;
  }

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

  .grid-3 {
    grid-template-columns: 50px 1fr;
  }

  .container-3 {
    padding-left: 30px;
  }

  .container-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-7 {
    min-width: 600px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-9 {
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-span {
    display: block;
  }

  .container-13, .container-14 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

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

  .div-block {
    background-color: #fff;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-top: 59px;
  }

  .image {
    object-fit: fill;
    position: absolute;
  }

  .image-2 {
    min-width: 600px;
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .heading {
    width: 100%;
  }

  .div-block-2 {
    min-width: 100%;
    max-width: 100%;
  }

  .section {
    padding-top: 30px;
  }

  .text-block-2 {
    width: 100%;
    padding-bottom: 31px;
  }

  .container-2 {
    max-width: 95%;
  }

  .button---wrap {
    margin-bottom: 23px;
  }

  .section-4 {
    padding-right: 35px;
  }

  .grid-3 {
    grid-template-columns: 35px 1fr;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .form-heading-medium {
    padding-right: 20px;
    font-size: 24px;
    line-height: 1.2;
  }

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

  .div-block-44, .div-block-45, .form-radio-field-2 {
    margin-top: 0;
  }

  .grid-17 {
    grid-template-rows: 3fr minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: .75fr 2fr;
    grid-auto-rows: minmax(20px, 20px);
  }

  .container-7 {
    min-width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-9 {
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-12 {
    max-width: 100%;
  }

  .text-span-2 {
    display: block;
  }

  .heading-5-copy {
    font-size: 34px;
  }
}

#w-node-c88b7300-744b-8fa0-9207-ca47679f7bf0-65df33bc, #w-node-c1b8f089-122f-9f99-8bd5-737651dcc7b8-65df33bc, #w-node-bb7fca9b-c291-02cb-b519-5a902d6de7c5-65df33bc, #w-node-e4fde5f6-3bc6-3765-88ec-84c3fdaf1f5c-65df33bc, #w-node-_8af25303-73d4-8ac8-9187-be7152dfed39-65df33bc {
  justify-self: end;
}

#w-node-daa74ab1-5800-131f-540d-2a118b2b46e9-618e4583, #w-node-_69e8620a-9d79-5f8f-2a3c-3f7f9c7b52d3-618e4583, #w-node-e0187cac-d5aa-4dd2-a037-942476ba2bca-618e4583, #w-node-daa74ab1-5800-131f-540d-2a118b2b470d-618e4583, #w-node-daa74ab1-5800-131f-540d-2a118b2b4724-618e4583, #w-node-_30e06aee-d2e3-9d64-0bc4-b637a6f4a96f-fe249cc6, #w-node-daa74ab1-5800-131f-540d-2a118b2b46e9-68d55cdf, #w-node-_69e8620a-9d79-5f8f-2a3c-3f7f9c7b52d3-68d55cdf, #w-node-e0187cac-d5aa-4dd2-a037-942476ba2bca-68d55cdf, #w-node-daa74ab1-5800-131f-540d-2a118b2b470d-68d55cdf, #w-node-daa74ab1-5800-131f-540d-2a118b2b4724-68d55cdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-daa74ab1-5800-131f-540d-2a118b2b46e9-618e4583, #w-node-_69e8620a-9d79-5f8f-2a3c-3f7f9c7b52d3-618e4583, #w-node-e0187cac-d5aa-4dd2-a037-942476ba2bca-618e4583, #w-node-daa74ab1-5800-131f-540d-2a118b2b470d-618e4583, #w-node-daa74ab1-5800-131f-540d-2a118b2b4724-618e4583, #w-node-daa74ab1-5800-131f-540d-2a118b2b46e9-68d55cdf, #w-node-_69e8620a-9d79-5f8f-2a3c-3f7f9c7b52d3-68d55cdf, #w-node-e0187cac-d5aa-4dd2-a037-942476ba2bca-68d55cdf, #w-node-daa74ab1-5800-131f-540d-2a118b2b470d-68d55cdf, #w-node-daa74ab1-5800-131f-540d-2a118b2b4724-68d55cdf {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Questrial';
  src: url('../fonts/questrial.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}