.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.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;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.h-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 700px;
  margin-top: 2vh;
  padding-top: 2vh;
  -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;
  text-align: left;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c3c3b;
}

.container-nav {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96vw;
  max-width: 1600px;
  margin-top: 2vh;
  padding: 0.7vh 24px 0.7vh 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #3c3c3b;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.image {
  max-width: 95%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.columns {
  width: 90%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Lexend, sans-serif;
  color: #99a;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.nav-link:hover {
  color: #8cbe46;
}

.nav-link:focus {
  color: #8cbe46;
  font-weight: 600;
}

.nav-link.text {
  color: #99a;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: 80vh;
  -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;
}

.hero-blob {
  position: relative;
  z-index: -1;
  height: 220%;
  max-height: 1630px;
  max-width: none;
  min-height: 1400px;
  margin-top: -700px;
  margin-left: -540px;
}

.nav-cta {
  display: block;
  max-width: 170px;
  margin-top: 0vh;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #8cbe46;
  font-family: Lexend, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.nav-cta:hover {
  background-color: #6d9733;
}

.nav-cta.newsletter {
  max-width: 220px;
  margin-top: 3vh;
  background-color: #fff;
  color: #8cbe46;
}

.nav-cta.newsletter:hover {
  background-color: #719e31;
  color: #fff;
}

.hero-heading---white {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  max-width: 490px;
  min-width: 440px;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 120%;
  font-weight: 600;
  white-space: normal;
}

.textfield {
  position: static;
  z-index: 2;
  width: auto;
}

.paragraph {
  max-width: 320px;
  padding-top: 3vh;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
}

.paragraph.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 442px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.paragraph.mobile {
  max-width: 320px;
  font-size: 15px;
  line-height: 140%;
}

.paragraph.usp {
  color: #99a;
  text-align: center;
}

.paragraph.zahlen {
  color: #99a;
  text-align: center;
}

.paragraph.grey {
  max-width: none;
  color: #99a;
}

.column {
  position: static;
  padding-left: 0px;
}

.hero-columns {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1300px;
  margin-top: 3vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 110%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column-2._2 {
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.teaser {
  width: 120%;
  max-width: none;
  margin-left: -2vw;
  border-radius: 80px;
}

.button {
  display: block;
  width: auto;
  max-width: 301px;
  margin-top: 5vh;
  padding: 16px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #8cbe46;
  font-family: Lexend, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #6d9733;
}

.button._2 {
  width: 100.000096%;
  max-width: none;
}

.button.unterstuetzung {
  display: none;
}

.button.hero {
  max-width: 250px;
  background-color: #8cbe46;
}

.button.hero:hover {
  background-color: #6d9733;
}

.h-social-proof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  border-style: solid;
  border-width: 0px;
  border-color: #9797b1;
  background-color: transparent;
}

.body {
  overflow: visible;
  border: 1px none #000;
  background-color: #fff;
  background-image: url('../images/Background-Pattern.png');
  background-position: 0px 0px;
  background-size: 560px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-social-proof {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  max-width: 1300px;
  -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;
}

._3x2-grid {
  width: 90%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 30% auto;
  grid-template-rows: 30% auto;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.presse {
  width: 90%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 50% auto;
  grid-template-rows: 50% auto;
}

.image-3 {
  max-width: 100%;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 510px;
  min-height: auto;
  padding-top: 7vh;
  padding-bottom: 7vh;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c3c3b;
  background-image: url('../images/Blob.png');
  background-position: -200px -200px;
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-1---white {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 10px;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: none;
  white-space: normal;
}

.heading-1---white:hover {
  color: #fff;
}

.bold-text {
  font-size: 3.9vh;
}

.image-1 {
  width: auto;
  height: 93%;
  max-width: none;
  margin-left: 2vw;
  border-radius: 0px;
}

.columns-cta {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1300px;
  margin-top: 0vh;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.chapter-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  padding-top: 12vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.chapter-intro.faq {
  display: none;
}

.chapter-intro._2 {
  margin-top: -20vh;
  padding-top: 0vh;
  padding-bottom: 100px;
}

.text-container {
  width: 60vw;
  max-width: 800px;
}

.heading-1 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: Lexend, sans-serif;
  color: #3c3c3b;
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}

.heading-1.white {
  color: #fff;
  text-align: left;
}

.heading-1---white-copy {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 4vh;
  line-height: 120%;
  font-weight: 600;
  white-space: normal;
}

.subheading {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  color: #3c3c3b;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  white-space: normal;
}

.subheading.white {
  color: #fff;
  text-align: left;
}

.container-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  height: 600px;
  max-height: none;
  min-height: auto;
  padding-top: 0%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 30px;
  background-color: #8cbe46;
  box-shadow: 1px 1px 100px 0 rgba(0, 0, 0, 0.3);
}

.container-l.gr-n {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #538ecb;
}

.h---features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h---features.middle {
  margin-top: 80px;
}

.h---features.end {
  margin-top: 80px;
}

.h---features.end {
  margin-top: 80px;
}

.h---features.middle1 {
  margin-top: 80px;
}

.container-feature---l {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: auto;
  max-width: 1300px;
  margin-bottom: 140px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textfield-feature-l {
  position: static;
  z-index: 2;
  width: auto;
  margin-left: 0px;
}

.subheading---white {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.feature-columns-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-4 {
  position: static;
  z-index: 9;
  display: block;
  overflow: visible;
  width: 310px;
  height: auto;
  max-height: none;
  max-width: none;
  margin-top: 50%;
  margin-left: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.column-3 {
  margin-top: 0%;
  padding-right: 70px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.zitat {
  max-width: none;
  min-width: 180px;
  padding-top: 0vh;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.zitat.lang {
  max-width: 600px;
}

.zitat.unterschrift {
  padding-top: 2vh;
  opacity: 0.5;
  font-family: Lexend, sans-serif;
  font-size: 15px;
  line-height: 130%;
  font-style: normal;
  font-weight: 600;
}

.zitat.usp {
  font-family: Lexend, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.zitat.testimonial {
  max-width: 360px;
  color: #3c3c3b;
  font-size: 24px;
  text-align: left;
}

.zitat.unterschrift-copy {
  padding-top: 2vh;
  font-family: Lexend, sans-serif;
  font-size: 1.7vh;
  line-height: 2.5vh;
  font-style: normal;
  font-weight: 600;
}

.zitat.unterschrift-testimonial {
  max-width: 300px;
  padding-top: 2vh;
  font-family: Lexend, sans-serif;
  color: #99a;
  font-size: 15px;
  line-height: 130%;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

.zitat._2 {
  color: #99a;
}

.column-4 {
  margin-top: 0%;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-5 {
  max-width: 60%;
  opacity: 0.5;
}

.textfeld-zitat-r {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  min-width: auto;
  margin-right: auto;
  margin-left: -15%;
  -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;
}

.bg-image-l {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 15%;
  max-width: 100%;
  margin: 0% 0% 5% 0vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-image-l.erde {
  margin-right: 0%;
  margin-bottom: -6%;
}

.arrow-l {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  max-width: 25%;
  margin-right: 20vw;
  margin-bottom: -16%;
}

.arrow-l.last {
  display: none;
}

.column-6 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.column-7 {
  margin-top: 0%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-feature---r {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: auto;
  max-width: 1300px;
  margin-bottom: 15vh;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 600px;
  min-height: auto;
  padding: 1% 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 30px;
  background-color: #94519b;
  box-shadow: 1px 1px 100px 0 rgba(0, 0, 0, 0.3);
}

.container-r.magenta {
  border-width: 0px;
  background-image: url('../images/Orange.png');
}

.feature-columns-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 0%;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.textfeld-zitat-l {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: auto;
  margin-left: 0%;
  -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;
}

.arrow-r {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  max-width: 25%;
  margin-right: 50%;
  margin-bottom: -16%;
}

.bg-image-r {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 15%;
  max-width: 100%;
  margin: 0% 0% 5% -1%;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-image-r.flieger {
  margin-bottom: -7%;
  margin-left: 2%;
}

.textfield-feature-r {
  position: static;
  z-index: 2;
  width: auto;
  margin-left: 10%;
}

.grid {
  width: 100%;
  grid-column-gap: 49px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-usp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: auto;
  max-width: 1100px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.h---usps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  margin-bottom: auto;
  padding-bottom: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h---usps.middle {
  margin-top: 5vh;
}

.h---usps.end {
  margin-top: 5vh;
}

.h---faq {
  display: none;
  overflow: hidden;
  height: auto;
  margin-top: 0vh;
  margin-bottom: auto;
  padding-top: 95px;
  padding-bottom: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h---faq.middle {
  margin-top: 5vh;
}

.h---faq.end {
  margin-top: 5vh;
}

.right-arrow {
  width: 6vh;
  height: 6vh;
  margin-right: -8vh;
  margin-left: 0%;
  border-radius: 13px;
  background-color: #8cbe46;
}

.right-arrow:hover {
  background-color: #6d9733;
}

.slider {
  display: block;
  width: 70vw;
  height: 55vh;
  max-height: 550px;
  min-height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.mask {
  overflow: hidden;
  width: 100%;
  max-width: 1300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 30px;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.3);
}

.container-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 0%;
  padding-left: 0%;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 30px;
  background-color: #fff;
}

.container-testimonial.gr-n {
  background-image: url('../images/Green.png');
}

.schule {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1300px;
  -o-object-fit: fill;
  object-fit: fill;
}

.left-arrow {
  width: 6vh;
  height: 6vh;
  max-height: 130px;
  margin-left: -8vh;
  border-radius: 13px;
  background-color: #8cbe46;
  -o-object-fit: fill;
  object-fit: fill;
}

.left-arrow:hover {
  background-color: #6d9733;
}

.icon {
  position: static;
  max-width: 40px;
  font-size: 80%;
}

.columns-testimonials {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110%;
  max-width: 1300px;
  margin-top: 0vh;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textfeld-testimonial {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-nav {
  z-index: 99;
  margin-top: 0vh;
  margin-bottom: -5vh;
  background-color: transparent;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.icon-2 {
  font-size: 80%;
}

.image-2 {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: -7vh;
  margin-left: 6vw;
  padding-top: 0px;
  border-radius: 80px;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 15%;
  max-width: 100%;
  margin: 0% 0% -10% -6%;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-image.flieger {
  margin-bottom: -7%;
  margin-left: 2%;
}

.h---zahlen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7vh;
  margin-bottom: auto;
  padding-bottom: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h---zahlen.middle {
  margin-top: 5vh;
}

.h---zahlen.end {
  margin-top: 5vh;
}

.container-zahlen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: auto;
  max-width: 1100px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.gridbox {
  display: block;
}

.gridbox.beta {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gridbox._1 {
  display: none;
}

.image-11 {
  max-width: 110%;
}

.text-input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.2);
}

.text-input {
  max-width: 450px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Lexend, sans-serif;
  color: #99a;
  font-size: 1.7vh;
  line-height: 2.8vh;
  font-weight: 500;
}

.text-input.lang {
  max-width: 600px;
}

.text-input.mobile {
  max-width: 330px;
}

.text-input.usp {
  color: #99a;
  text-align: center;
}

.text-input.zahlen {
  color: #99a;
  text-align: center;
}

.link {
  color: #8cbe46;
}

.cta-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  padding-top: 9vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c3c3b;
  text-align: left;
}

.text-span {
  color: #fff;
}

.text-span-2 {
  width: auto;
  max-width: none;
  color: #fff;
}

.h-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  margin-top: 0vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
  -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;
  background-color: #3c3c3b;
  background-image: url('../images/Hand_1.png');
  background-position: -10vw 0vh;
  background-size: 80%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-problem {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: auto;
  margin-left: 6vw;
  padding-top: 0px;
  border-radius: 80px;
}

.eklara-features {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 0vh;
  margin-left: 6vw;
  padding-top: 0px;
  border-radius: 80px;
}

.columns-1 {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1300px;
  margin-top: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h---vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 80vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 120px;
  -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;
  background-color: #538ecb;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-team {
  width: 100%;
  grid-column-gap: 49px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4-copy {
  position: absolute;
  max-height: 640px;
  max-width: none;
  margin-top: -30%;
  margin-left: 0%;
}

.text-field {
  border-radius: 20px;
}

.field-label {
  display: block;
  margin-top: 1px;
  padding-top: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-input-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.2);
  font-family: Lexend, sans-serif;
  color: #99a;
  font-size: 15px;
  font-weight: 500;
}

.text-input-field-2.contact {
  max-width: 100%;
}

.checkbox {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 18px;
  border-radius: 10px;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #000;
}

.checkbox-field {
  display: none;
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  text-align: left;
}

.h---testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 0vh;
  margin-bottom: auto;
  padding-top: 95px;
  padding-bottom: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h---testimonials.middle {
  margin-top: 5vh;
}

.h---testimonials.end {
  margin-top: 5vh;
}

.checkbox-text {
  max-width: 401px;
  padding-top: 0vh;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
}

.checkbox-text.lang {
  max-width: 100%;
  opacity: 1;
}

.checkbox-text.mobile {
  max-width: 320px;
  font-size: 15px;
  line-height: 140%;
}

.checkbox-text.usp {
  color: #99a;
  text-align: center;
}

.checkbox-text.zahlen {
  color: #99a;
  text-align: center;
}

.checkbox-text.schwarz {
  color: #000;
}

.h---problem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 80vh;
  padding-top: 7px;
  padding-bottom: 7vh;
  -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;
  background-color: #f59a26;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.h---kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 0vh;
  margin-bottom: auto;
  padding-top: 95px;
  padding-bottom: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h---kontakt.middle {
  margin-top: 5vh;
}

.h---kontakt.end {
  margin-top: 5vh;
}

.container-kontakt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: auto;
  max-width: 900px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bg-image-kontakt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 21%;
  max-width: 100%;
  margin: 4% -19% -10% 0%;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-image-kontakt.flieger {
  margin-bottom: -7%;
  margin-left: 2%;
}

.bg-image-kontakt-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 16%;
  max-width: 100%;
  margin: 0% 0% 12% -10%;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-image-kontakt-2.flieger {
  margin-bottom: -7%;
  margin-left: 2%;
}

.nav-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-bar {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-top: 0vh;
  margin-right: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-item-text {
  position: relative;
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Lato, sans-serif;
  color: #38e3ae;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 300;
  text-decoration: none;
}

.menu-item-text:hover {
  position: static;
  opacity: 0.4;
  color: #38e3ae;
  font-weight: 300;
}

.nav-2 {
  position: fixed;
  top: 0px;
  z-index: 99999;
  width: 100%;
  padding-bottom: 6vh;
  float: none;
  clear: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 23, 33, 0)), to(rgba(21, 23, 33, 0)));
  background-image: linear-gradient(180deg, rgba(21, 23, 33, 0), rgba(21, 23, 33, 0));
}

.nav-2.about {
  padding-bottom: 4vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(21, 23, 33, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(21, 23, 33, 0));
}

.nav-menu-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 20px;
  margin-top: 7vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-wrapper {
  display: none;
}

.image-16 {
  display: block;
  margin-top: auto;
  margin-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-16:hover {
  opacity: 0.6;
}

.menu-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-right: 5vw;
}

.nav-link-2 {
  position: relative;
  margin-top: 0vh;
  margin-left: -15px;
  padding: 9px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-2:hover {
  opacity: 0.6;
}

.logo-2 {
  margin-top: 7vh;
  margin-left: 5vw;
}

.image-18 {
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.image-18:hover {
  opacity: 0.5;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
}

.contact-icons {
  margin-top: 3vh;
  opacity: 1;
}

.form {
  width: 110%;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -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;
  border-radius: 50px;
  background-color: #3c3c3b;
}

.footer-container {
  width: 80vw;
  margin-top: 20px;
}

.footer-container._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-top: 60px;
  margin-bottom: auto;
  padding-bottom: 0vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-top: 1px solid #fff;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  color: #8cbe46;
}

.footer-link.text {
  color: #99a;
}

.footer-link.inactive {
  opacity: 0.2;
}

.footer-link.inactive:hover {
  color: #fff;
}

.div-block-7 {
  height: 34px;
}

.grid-footer {
  width: 100%;
  grid-column-gap: 49px;
  grid-row-gap: 30px;
  -ms-grid-columns: 2.25fr 1fr 1fr 1fr;
  grid-template-columns: 2.25fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-line {
  position: absolute;
  z-index: 9999999;
  width: 100vw;
  height: 0.1vh;
  margin-top: 120px;
  margin-bottom: 3%;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-8 {
  width: 80vw;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 120px;
  max-width: 1300px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.grid-2 {
  width: 50%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.mail {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.mail:hover {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

.text-input-field-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 100px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.2);
  font-family: Lexend, sans-serif;
  color: #99a;
  font-size: 15px;
  font-weight: 500;
}

.footer-text {
  display: block;
  max-width: 405px;
  margin-bottom: 0px;
  padding-top: 0vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
}

.footer-text.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.footer-text.mobile {
  max-width: 320px;
  font-size: 15px;
  line-height: 140%;
}

.footer-text.usp {
  color: #99a;
  text-align: center;
}

.footer-text.zahlen {
  color: #99a;
  text-align: center;
}

.footer-text.right {
  text-align: right;
}

.cta-footer {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 10px;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: none;
  white-space: normal;
}

.cta-footer:hover {
  color: #000;
}

.cta-footer.inactive:hover {
  color: #fff;
}

.column-9 {
  padding-left: 0px;
}

.counter {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  color: #538ecb;
  font-size: 70px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}

.counter._1 {
  color: #8cbe46;
}

.counter._2 {
  color: #f59a26;
}

.counter._3 {
  color: #94519b;
}

.text-span-3 {
  color: #8cbe46;
  font-size: 70px;
}

.text-span-4 {
  color: #f59a26;
  font-size: 70px;
}

.text-span-5 {
  color: #94519b;
  font-size: 30px;
}

.text-span-4-copy {
  color: #94519b;
  font-size: 70px;
}

.counter1 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  color: #8cbe46;
  font-size: 70px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}

.counter1._1 {
  color: #8cbe46;
}

.counter1._2 {
  color: #f59a26;
}

.counter1._3 {
  color: #94519b;
}

.counter2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  color: #f59a26;
  font-size: 70px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}

.counter2._1 {
  color: #8cbe46;
}

.counter2._2 {
  color: #f59a26;
}

.counter2._3 {
  color: #94519b;
}

.counter3 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  color: #94519b;
  font-size: 70px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}

.counter3._1 {
  color: #8cbe46;
}

.counter3._2 {
  color: #f59a26;
}

.counter3._3 {
  color: #94519b;
}

.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;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.impressum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 80vh;
  padding-top: 7px;
  padding-bottom: 7vh;
  -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;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-impressum {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  max-width: 1300px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-4 {
  color: #538ecb;
}

.link-5 {
  color: #538ecb;
}

.heading-menu {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}

.subheading-menu {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  white-space: normal;
}

.button-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  margin-top: 0vh;
  padding: 15px 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 13px;
  background-color: #8cbe46;
  font-family: Lexend, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.button-close:hover {
  background-color: #719e32;
}

.hero-blob-2 {
  position: relative;
  z-index: 1;
  max-height: 120%;
  max-width: none;
  margin-top: -25vh;
  margin-left: -90vh;
}

.success-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 730px;
  margin-top: -2vh;
  padding-bottom: 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;
  background-color: #f59a26;
  text-align: left;
}

.image-19 {
  overflow: visible;
  min-width: 400px;
}

.lightbox_container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  -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;
  background-color: rgba(0, 0, 0, 0.88);
}

.video_embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.html-embed {
  width: 72%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.video {
  overflow: hidden;
  background-color: transparent;
}

.html-embed-2 {
  width: auto;
}

.image-20 {
  max-width: 100%;
}

.image-21 {
  max-width: 100%;
}

.image-22 {
  max-width: 100%;
}

.image-23 {
  max-width: 100%;
}

.lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.9);
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.button-2 {
  margin-top: 5vh;
}

.html-embed-3 {
  margin-bottom: 20px;
}

.text {
  max-width: 80%;
}

.image-25 {
  max-width: 70%;
}

.link-7 {
  color: #8cbe46;
  text-decoration: none;
}

.link-7:hover {
  color: #6d9733;
}

.div-block-9 {
  height: 20px;
}

.logo:hover {
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.15);
}

.image-27 {
  max-width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.subheading-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  white-space: normal;
}

@media screen and (min-width: 1920px) {
  .h-hero {
    max-height: 900px;
    margin-top: 0vh;
    margin-bottom: 2vh;
  }

  .nav {
    margin-top: 0vh;
  }

  .nav-menu {
    padding-right: 0vw;
  }

  .nav-link {
    margin-right: 1.5vw;
    padding-right: 0vw;
    font-size: 18px;
  }

  .container {
    margin-top: 15vh;
  }

  .hero-blob {
    height: 230%;
    max-height: 150%;
    min-height: 1500px;
    margin-top: -800px;
    margin-left: -60vh;
  }

  .nav-cta {
    font-size: 18px;
  }

  .nav-cta.newsletter {
    max-width: 270px;
  }

  .hero-heading---white {
    max-width: 550px;
    font-size: 54px;
  }

  .textfield {
    max-width: 90%;
  }

  .paragraph {
    max-width: 85%;
    padding-top: 2vh;
    font-size: 18px;
    line-height: 140%;
  }

  .paragraph.lang {
    max-width: 87%;
  }

  .paragraph.mobile {
    max-width: 340px;
    font-size: 20px;
  }

  .paragraph.usp {
    max-width: 100%;
  }

  .paragraph.zahlen {
    max-width: 100%;
  }

  .paragraph.grey {
    color: #99a;
  }

  .hero-columns {
    margin-top: 0vh;
  }

  .teaser {
    max-width: 750px;
  }

  .button {
    font-size: 18px;
    line-height: 20px;
  }

  .button.hero {
    margin-top: 4vh;
  }

  .h-social-proof {
    margin-bottom: 3vh;
    padding-top: 100px;
  }

  .footer {
    height: 389px;
    min-height: 45vh;
  }

  .heading-1---white {
    font-size: 40px;
    line-height: 120%;
  }

  .image-1 {
    height: 0%;
    max-height: 650px;
    margin-left: 0%;
    border-radius: 0px;
  }

  .chapter-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .chapter-intro.faq {
    display: none;
  }

  .heading-1 {
    color: #3c3c3b;
    font-size: 40px;
  }

  .subheading {
    color: #3c3c3b;
    font-size: 30px;
  }

  .container-l {
    width: 90%;
    height: 100%;
    min-height: 600px;
    padding: 1% 5%;
    background-position: -380% 50%;
    background-size: 90%;
  }

  .container-l.gr-n {
    background-position: -380% 50%;
  }

  .h---features {
    margin-bottom: 20vh;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .h---features.middle {
    max-height: none;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-bottom: 22vh;
  }

  .h---features.end {
    margin-top: 0vh;
  }

  .h---features.end {
    max-height: none;
    margin-top: 0vh;
  }

  .h---features.middle1 {
    max-height: none;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-bottom: 22vh;
  }

  .container-feature---l {
    width: 75vw;
    height: 55vh;
    margin-bottom: 0vh;
    padding-bottom: 0vh;
  }

  .textfield-feature-l {
    margin-left: 0px;
  }

  .subheading---white {
    font-size: 30px;
  }

  .image-4 {
    width: auto;
    max-height: none;
    max-width: 140%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .zitat {
    font-size: 21px;
  }

  .zitat.unterschrift {
    font-size: 18px;
    line-height: 130%;
  }

  .zitat.testimonial {
    max-width: 95%;
    font-size: 32px;
  }

  .zitat.unterschrift-testimonial {
    font-size: 18px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .arrow-l {
    margin-right: 30%;
  }

  .container-feature---r {
    height: 55vh;
    margin-bottom: 0vh;
  }

  .container-r {
    height: 100%;
    min-height: 100%;
    padding-top: 1%;
    padding-right: 5%;
    padding-bottom: 1%;
    background-position: 490% 60%;
    background-size: 90%;
    font-size: 17px;
  }

  .container-r.magenta {
    height: 100%;
    padding-top: 1%;
    padding-right: 5%;
    padding-bottom: 1%;
  }

  .textfeld-zitat-l {
    min-width: 100%;
    margin-left: 10%;
  }

  .textfield-feature-r {
    max-width: 390px;
    min-height: auto;
    min-width: 100%;
    margin-left: 15%;
  }

  .bold-text-5 {
    font-size: 40px;
    line-height: 70%;
  }

  .container-usp {
    width: 80vw;
    height: auto;
    max-width: 1300px;
  }

  .h---faq {
    display: none;
  }

  .slider {
    height: auto;
    max-height: none;
  }

  .mask {
    width: auto;
    height: 100%;
    max-height: 690px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-testimonial {
    overflow: hidden;
    height: auto;
    max-height: 830px;
    border-width: 0px;
  }

  .schule {
    width: auto;
    height: 100%;
  }

  .columns-testimonials {
    overflow: visible;
    width: 100%;
    height: auto;
  }

  .textfeld-testimonial {
    max-width: none;
  }

  .h---zahlen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-zahlen {
    width: 100vw;
    max-width: 1300px;
  }

  .gri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .gridbox {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .gridbox.support {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gridbox.team {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-input {
    font-size: 18px;
  }

  .image-problem {
    width: 110%;
    margin-left: 0vw;
  }

  .columns-1 {
    width: auto;
  }

  .h---vision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 65vh;
  }

  .bold-text-6 {
    font-size: 40px;
    line-height: 130%;
  }

  .image-4-copy {
    width: 130%;
    max-height: none;
    max-width: 140%;
  }

  .text-input-field-2 {
    max-width: 620px;
  }

  .h---testimonials {
    overflow: visible;
    height: auto;
    min-height: auto;
  }

  .checkbox-text {
    max-width: 75%;
    font-size: 18px;
    line-height: 140%;
  }

  .checkbox-text.mobile {
    max-width: 340px;
    font-size: 20px;
  }

  .checkbox-text.usp {
    max-width: 100%;
  }

  .checkbox-text.zahlen {
    max-width: 100%;
  }

  .h---problem {
    min-height: 60vh;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .container-kontakt {
    width: 55vw;
    height: auto;
    max-width: 800px;
  }

  .footer-container {
    max-width: 1300px;
  }

  .footer-container._2 {
    max-width: none;
  }

  .footer-link {
    font-size: 18px;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-text {
    max-width: 75%;
    font-size: 18px;
    line-height: 140%;
  }

  .footer-text.mobile {
    max-width: 340px;
    font-size: 20px;
  }

  .footer-text.usp {
    max-width: 100%;
  }

  .footer-text.zahlen {
    max-width: 100%;
  }

  .footer-text.right {
    max-width: 100%;
  }

  .cta-footer {
    font-size: 40px;
    line-height: 120%;
  }

  .counter {
    font-size: 90px;
  }

  .counter1 {
    font-size: 90px;
  }

  .counter2 {
    font-size: 90px;
  }

  .counter3 {
    font-size: 90px;
  }

  .impressum {
    min-height: 60vh;
    padding-top: 100px;
    padding-bottom: 120px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .container-impressum {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-3 {
    color: #538ecb;
  }

  .heading-menu {
    font-size: 40px;
  }

  .subheading-menu {
    font-size: 30px;
  }

  .button-close {
    max-width: 270px;
    font-size: 18px;
  }

  .hero-blob-2 {
    max-height: 130%;
    margin-left: -60vh;
  }

  .success-section {
    height: 900px;
    max-height: 900px;
    margin-top: -2vh;
    margin-bottom: 0vh;
  }

  .subheading-2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .h-hero {
    overflow: hidden;
    height: 50vh;
    margin-top: -2vh;
    margin-bottom: 0vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav {
    position: relative;
    margin-top: 2vh;
  }

  .container-nav {
    z-index: 999;
    width: 95vw;
    margin-top: 1vh;
    padding-top: 0.3vh;
    padding-right: 13px;
    padding-bottom: 0.3vh;
    border-radius: 20px;
  }

  .image {
    max-width: 75%;
  }

  .nav-link {
    display: none;
  }

  .nav-link.text {
    display: block;
    font-size: 12px;
  }

  .container {
    width: 89vw;
    height: 55vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-blob {
    height: 282%;
    max-height: 185%;
    min-height: auto;
    margin-top: -49vh;
    margin-left: -35vh;
  }

  .nav-cta {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .hero-heading---white {
    width: 104%;
    max-width: 400px;
    min-width: auto;
    font-size: 3.6vh;
    line-height: 130%;
  }

  .paragraph {
    max-width: 300px;
    padding-top: 2vh;
    font-size: 13px;
    line-height: 140%;
  }

  .paragraph.lang {
    width: auto;
    max-width: 300px;
    font-size: 13px;
  }

  .paragraph.mobile {
    max-width: 250px;
    font-size: 13px;
  }

  .paragraph.usp {
    font-size: 13px;
    line-height: 150%;
  }

  .column {
    padding-right: 3px;
  }

  .hero-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin-top: 0vh;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-2 {
    display: block;
    overflow: visible;
    height: 105%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .teaser {
    width: 130%;
    margin-top: 18vh;
    margin-left: -8vw;
  }

  .button {
    max-width: 90%;
    margin-top: 4vh;
    padding: 15px 55px;
    font-size: 12px;
    text-align: center;
  }

  .button._3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.hero {
    display: block;
    max-width: 60%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .h-social-proof {
    margin-bottom: 4vh;
  }

  .body {
    background-image: url('../images/Background-Pattern.png');
    background-size: 500px;
  }

  .container-social-proof {
    width: 90vw;
    height: auto;
    margin-top: 3vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  ._3x2-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr 1.5fr;
    -ms-grid-rows: 16px;
    grid-template-rows: 16px;
  }

  .columns-2 {
    display: block;
    width: 100%;
  }

  .presse {
    width: 100%;
    grid-column-gap: 32px;
    -ms-grid-columns: 1.75fr 1.5fr 1.5fr 1.5fr 1fr;
    grid-template-columns: 1.75fr 1.5fr 1.5fr 1.5fr 1fr;
  }

  .footer {
    overflow: hidden;
    height: auto;
    margin-bottom: 0vw;
    padding-top: 5vw;
    padding-bottom: 0vw;
    background-position: -180% -100px;
    background-size: 80%;
  }

  .heading-1---white {
    font-size: 2.8vh;
    line-height: 115%;
  }

  .bold-text {
    font-size: 3vh;
    line-height: 100%;
    font-weight: 600;
  }

  .image-1 {
    width: auto;
    height: 103%;
    margin-left: 0vw;
    border-radius: 0px;
  }

  .columns-cta {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .bold-text-2 {
    font-size: 3vh;
    line-height: 100%;
  }

  .bold-text-3 {
    font-size: 2.8vh;
    line-height: 105%;
  }

  .chapter-intro {
    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;
  }

  .chapter-intro._2 {
    margin-top: -5vh;
  }

  .text-container {
    width: 70vw;
  }

  .heading-1 {
    padding-left: 0px;
    color: #000;
    font-size: 2.8vh;
    line-height: 115%;
    text-align: center;
  }

  .heading-1---white-copy {
    font-size: 2.8vh;
    line-height: 115%;
  }

  .subheading {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 1.9vh;
    line-height: 115%;
    text-align: center;
  }

  .container-l {
    width: 85%;
    height: 450px;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 0%;
    border-width: 0px;
    border-radius: 35px;
    background-color: #8cbe46;
    background-position: 0% 100%;
    background-size: 100%;
  }

  .container-l.gr-n {
    background-color: #538ecb;
  }

  .h---features {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .h---features.middle {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .h---features.end {
    margin-top: 0px;
  }

  .h---features.end {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .h---features.middle1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .container-feature---l {
    width: 90vw;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 15vh;
  }

  .textfield-feature-l {
    width: 150%;
    padding-right: 20%;
  }

  .subheading---white {
    color: #fff;
    font-size: 1.9vh;
    line-height: 115%;
    text-align: left;
  }

  .image-4 {
    width: 270px;
    height: 72%;
    max-width: none;
    margin-top: 100%;
    margin-left: 0%;
  }

  .column-3 {
    margin-top: -5%;
    padding-right: 50px;
  }

  .zitat {
    max-width: 330px;
    min-width: 100px;
    padding-top: 2vh;
    font-size: 13px;
    line-height: 130%;
  }

  .zitat.lang {
    max-width: 400px;
  }

  .zitat.testimonial {
    max-width: 430px;
    padding-top: 0vh;
    color: #99a;
    font-size: 15px;
    line-height: 130%;
  }

  .zitat.unterschrift-testimonial {
    margin-bottom: 0px;
    padding-top: 0vh;
    font-size: 13px;
  }

  .column-4 {
    display: none;
  }

  .bg-image-l {
    margin-right: 3%;
  }

  .bg-image-l.erde {
    margin-right: 6%;
    margin-left: 0vw;
  }

  .arrow-l {
    max-width: 25%;
    margin-right: 10vw;
    margin-bottom: -20%;
  }

  .column-7 {
    height: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-feature---r {
    width: 90vw;
    height: auto;
    margin-top: 0vh;
  }

  .container-r {
    width: 85%;
    height: 450px;
    border-radius: 35px;
    background-color: #94519b;
    background-position: 0% 100%;
    background-size: 100%;
  }

  .container-r.magenta {
    padding-top: 1%;
    background-color: #f59a26;
  }

  .feature-columns-l {
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-left: -14%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .image-r {
    width: 100%;
    margin-top: -10%;
    margin-left: -60%;
  }

  .arrow-r {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    max-width: 25%;
    margin-right: 0vw;
    margin-bottom: -20%;
    margin-left: 10%;
  }

  .bg-image-r {
    margin-right: 0%;
    margin-left: 2%;
  }

  .bg-image-r.flieger {
    margin-left: 9%;
  }

  .textfield-feature-r {
    width: 120%;
    margin-left: -20%;
  }

  .grid {
    grid-column-gap: 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-usp {
    position: relative;
    width: 90vw;
    height: auto;
    margin-top: 3vh;
  }

  .h---usps {
    margin-top: 5vh;
    padding-bottom: 10vw;
  }

  .h---usps.middle {
    margin-top: -5vh;
  }

  .h---usps.end {
    margin-top: -5vh;
  }

  .h---faq {
    margin-top: 0vh;
    padding-top: 3vh;
    padding-bottom: 10vw;
  }

  .h---faq.middle {
    margin-top: -5vh;
  }

  .h---faq.end {
    margin-top: -5vh;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    margin-right: -3vh;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .slider {
    width: 80vw;
    height: 400px;
    min-height: auto;
  }

  .mask {
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
  }

  .container-testimonial {
    overflow: hidden;
    width: 100%;
    height: 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;
    border-width: 0px;
    border-radius: 35px;
    background-color: #fff;
    background-image: none;
  }

  .container-testimonial.gr-n {
    background-color: #8cbe46;
  }

  .schule {
    border: 0px solid #000;
  }

  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    max-height: none;
    margin-left: -3vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .icon {
    width: auto;
    font-size: 80%;
  }

  .columns-testimonials {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-left: 3%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .icon-2 {
    position: static;
    padding-top: 5px;
    font-size: 80%;
    line-height: 20px;
  }

  .image-2 {
    width: 100%;
    height: 100%;
    margin-top: 2vh;
    margin-left: 0vw;
    border-radius: 0px;
  }

  .bg-image {
    margin-right: 0%;
    margin-bottom: -8%;
    margin-left: 1%;
  }

  .bg-image.flieger {
    margin-left: 9%;
  }

  .h---zahlen {
    margin-top: 5vh;
    padding-bottom: 10vw;
  }

  .h---zahlen.middle {
    margin-top: -5vh;
  }

  .h---zahlen.end {
    margin-top: -5vh;
  }

  .container-zahlen {
    position: relative;
    width: 90vw;
    height: auto;
    margin-top: 3vh;
  }

  .gridbox.beta {
    display: none;
  }

  .image-12 {
    overflow: visible;
  }

  .text-input-field {
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 20px;
  }

  .text-input {
    max-width: 330px;
    padding-top: 0vh;
    font-size: 1.2vh;
    line-height: 2vh;
  }

  .text-input.lang {
    width: 130%;
    max-width: 400px;
  }

  .cta-intro {
    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;
  }

  .h-cta {
    overflow: hidden;
    height: auto;
    margin-bottom: 0vw;
    padding-top: 5vw;
    padding-bottom: 10vw;
    background-position: -22vw 20vw;
    background-size: 100%;
  }

  .image-problem {
    width: 140%;
    height: 100%;
    margin-left: 0vw;
    border-radius: 0px;
  }

  .eklara-features {
    width: 100%;
    height: 100%;
    margin-top: 2vh;
    margin-left: 0vw;
    border-radius: 0px;
  }

  .columns-1 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .h---vision {
    overflow: hidden;
    height: auto;
    margin-bottom: 0vw;
    padding-top: 5vw;
    padding-bottom: 15vw;
    background-position: 100% -160%;
  }

  .grid-team {
    overflow: visible;
    width: 100%;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-4-copy {
    max-width: 26vh;
    margin-left: 25%;
  }

  .text-input-field-2 {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 30px;
    border-radius: 25px;
    font-size: 13px;
  }

  .text-input-field-2.contact {
    margin-bottom: 20px;
  }

  .checkbox {
    width: 35px;
  }

  .checkbox-field {
    padding-top: 10px;
  }

  .h---testimonials {
    margin-top: 0vh;
    padding-top: 3vh;
    padding-bottom: 10vw;
  }

  .h---testimonials.middle {
    margin-top: -5vh;
  }

  .h---testimonials.end {
    margin-top: -5vh;
  }

  .checkbox-text {
    max-width: 330px;
    padding-top: 0vh;
    font-size: 13px;
    line-height: 2vh;
  }

  .checkbox-text.lang {
    width: 130%;
    max-width: 400px;
  }

  .h---problem {
    overflow: hidden;
    height: auto;
    margin-bottom: 0vw;
    padding-top: 5vw;
    padding-bottom: 10vw;
    background-position: 100% -160%;
  }

  .h---kontakt {
    margin-top: 0vh;
    padding-top: 3vh;
    padding-bottom: 10vw;
  }

  .h---kontakt.middle {
    margin-top: -5vh;
  }

  .h---kontakt.end {
    margin-top: -5vh;
  }

  .container-kontakt {
    position: relative;
    width: 60vw;
    height: auto;
    margin-top: 3vh;
  }

  .bg-image-kontakt {
    width: 25%;
    margin-right: -22%;
    margin-bottom: -8%;
    margin-left: 0%;
  }

  .bg-image-kontakt.flieger {
    margin-left: 9%;
  }

  .bg-image-kontakt-2 {
    margin-right: 0%;
    margin-bottom: -8%;
    margin-left: -12%;
  }

  .bg-image-kontakt-2.flieger {
    margin-left: 9%;
  }

  .link-bar {
    margin-top: 0vh;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-item-text {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    color: #f59a26;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .menu-item-text:hover {
    position: relative;
  }

  .nav-2.about {
    padding-bottom: 5vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(21, 23, 33, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(21, 23, 33, 0));
  }

  .nav-menu-2 {
    margin-top: 3vh;
  }

  .menu-wrapper {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #94519b;
  }

  .image-16 {
    max-width: 80%;
  }

  .menu-button {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .nav-link-2 {
    font-size: 1.5vw;
    font-weight: 400;
  }

  .logo-2 {
    margin-top: 3vh;
  }

  .link-2 {
    color: #f59a26;
  }

  .form {
    width: 100%;
  }

  .form-2 {
    padding: 20px;
    border-radius: 40px;
  }

  .footer-container {
    width: 90vw;
    max-width: 1300px;
  }

  .footer-container._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100px;
    max-width: none;
    margin-top: 50px;
    -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;
    border-top: 1px solid #fff;
  }

  .footer-link {
    display: block;
    font-size: 13px;
  }

  .footer-link.text {
    display: block;
    font-size: 12px;
  }

  .grid-footer {
    overflow: visible;
    grid-column-gap: 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .columns-4 {
    width: 90%;
    margin-top: 0%;
    margin-bottom: 0px;
    -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;
  }

  .grid-2 {
    width: 80%;
  }

  .column-8 {
    height: auto;
    -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;
  }

  .mail {
    max-width: 100%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .mail:hover {
    -webkit-filter: invert(0%);
    filter: invert(0%);
  }

  .text-input-field-long {
    padding-top: 25px;
    padding-bottom: 30px;
    border-radius: 25px;
    font-size: 13px;
  }

  .footer-text {
    display: block;
    max-width: 320px;
    margin-bottom: 0px;
    padding-top: 0vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 140%;
    text-align: left;
  }

  .footer-text.lang {
    width: 130%;
    max-width: 400px;
    font-size: 13px;
  }

  .footer-text.mobile {
    max-width: 250px;
    font-size: 13px;
  }

  .footer-text.usp {
    font-size: 13px;
    line-height: 150%;
  }

  .footer-text.right {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cta-footer {
    font-size: 2.8vh;
    line-height: 115%;
  }

  .column-9 {
    padding-left: 0px;
  }

  .counter {
    color: #538ecb;
    font-size: 52px;
    line-height: 115%;
    text-align: center;
  }

  .text-span-3 {
    font-size: 50px;
  }

  .text-span-4 {
    font-size: 50px;
  }

  .text-span-4-copy {
    font-size: 50px;
  }

  .counter1 {
    color: #8cbe46;
    font-size: 52px;
    line-height: 115%;
    text-align: center;
  }

  .counter2 {
    color: #f59a26;
    font-size: 52px;
    line-height: 115%;
    text-align: center;
  }

  .counter3 {
    color: #9797b1;
    font-size: 52px;
    line-height: 115%;
    text-align: center;
  }

  .impressum {
    overflow: hidden;
    height: auto;
    margin-bottom: 0vw;
    padding-top: 5vw;
    padding-bottom: 10vw;
    background-position: 100% -160%;
  }

  .container-impressum {
    width: 90vw;
    height: auto;
    margin-top: 3vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-menu {
    color: #000;
    font-size: 2.8vh;
    line-height: 115%;
    text-align: center;
  }

  .subheading-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 1.9vh;
    line-height: 115%;
    text-align: center;
  }

  .button-close {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .hero-blob-2 {
    max-height: 120%;
    margin-top: -15vh;
    margin-left: -50vh;
  }

  .success-section {
    height: 70vh;
    margin-bottom: 0vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-19 {
    min-width: 390px;
  }

  .subheading-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 1.9vh;
    line-height: 115%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .h-hero {
    overflow: hidden;
    margin-top: -2vh;
  }

  .hero-blob {
    margin-left: -21vh;
  }

  .nav-cta {
    display: none;
  }

  .hero-heading---white {
    width: 150%;
    max-width: 280px;
    font-size: 3vh;
  }

  .paragraph {
    max-width: 200px;
    font-size: 12px;
  }

  .paragraph.lang {
    max-width: 210px;
    font-size: 12px;
  }

  .paragraph.mobile {
    max-width: 200px;
    font-size: 12px;
  }

  .paragraph.usp {
    max-width: none;
  }

  .paragraph.zahlen {
    max-width: none;
  }

  .hero-columns {
    margin-top: 40px;
  }

  .teaser {
    width: 120%;
  }

  .button.hero {
    padding-right: 10px;
    padding-left: 10px;
  }

  .body {
    overflow: visible;
  }

  ._3x2-grid {
    width: 70%;
    -ms-grid-rows: 40px;
    grid-template-rows: 40px;
  }

  .heading-1---white {
    font-size: 25px;
  }

  .columns-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-1 {
    margin-bottom: 0px;
    padding-left: 0px;
    color: #000;
    font-size: 25px;
    text-decoration: none;
  }

  .heading-1.white {
    max-width: 280px;
  }

  .subheading {
    font-size: 18px;
  }

  .container-l {
    height: 330px;
  }

  .h---features {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 15px;
  }

  .h---features.middle {
    overflow: hidden;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .h---features.end {
    padding-top: 60px;
  }

  .subheading---white {
    font-size: 18px;
  }

  .image-4 {
    width: 106%;
    margin-top: 17%;
  }

  .column-3 {
    padding-right: 0px;
  }

  .zitat.testimonial {
    max-width: 190px;
    padding-left: 0px;
  }

  .zitat.unterschrift-testimonial {
    line-height: 130%;
  }

  .bg-image-l.erde {
    margin: 0% 2% 10% 0vw;
  }

  .arrow-l {
    max-width: 220px;
    margin-bottom: -20%;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-r {
    height: 330px;
    box-shadow: 1px 1px 70px 0 rgba(0, 0, 0, 0.4);
  }

  .image-l {
    overflow: hidden;
  }

  .image-r {
    margin-top: 10%;
    margin-left: -5vw;
  }

  .arrow-r {
    max-width: 225px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    height: 300px;
  }

  .columns-testimonials {
    padding-left: 8%;
  }

  .image-problem {
    width: 139%;
  }

  .columns-1 {
    margin-top: -10vh;
  }

  .grid-team {
    width: 85%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-6 {
    font-size: 25px;
    font-weight: 600;
  }

  .text-input-field-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }

  .h---problem {
    min-height: 60vh;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .bg-image-kontakt-2 {
    width: 25%;
  }

  .menu-item-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
    font-size: 4vw;
    line-height: 5vw;
  }

  .menu-link-block {
    margin-bottom: -3px;
  }

  .menu-wrapper {
    z-index: 800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2vh;
    -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;
    background-color: #3c3c3b;
    text-decoration: none;
  }

  .image-16 {
    display: none;
  }

  .menu-button {
    position: static;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .nav-link-2 {
    font-size: 10px;
  }

  .contact-icons.menu {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-17 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .form-2 {
    border-radius: 32px;
  }

  .mail {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .footer-text {
    max-width: 150px;
  }

  .counter {
    font-size: 46px;
  }

  .counter1 {
    font-size: 46px;
  }

  .counter2 {
    font-size: 46px;
  }

  .counter3 {
    font-size: 46px;
  }

  .link-6 {
    color: #f59a26;
    text-decoration: none;
  }

  .heading-menu {
    color: #f59a26;
    text-decoration: none;
  }

  .subheading-menu {
    color: #8cbe46;
    font-size: 18px;
    text-decoration: none;
  }

  .button-close {
    display: block;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bold-text-7 {
    font-size: 25px;
  }

  .subheading-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .h-hero {
    height: auto;
    max-height: 100vh;
    min-height: 530px;
    margin-top: -15vh;
    padding-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: inline-block;
    margin-top: 0vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-nav {
    z-index: 999;
    display: inline-block;
    width: 90vw;
    height: 4em;
    margin-top: 2vh;
  }

  .nav-link {
    display: none;
  }

  .nav-link.text {
    display: none;
    font-size: 1vh;
    font-weight: 600;
  }

  .container {
    width: auto;
    height: auto;
  }

  .hero-blob {
    width: 1000px;
    height: 157.897197%;
    max-height: none;
    margin-top: -50vw;
    margin-left: 20vw;
  }

  .nav-cta {
    display: none;
  }

  .hero-heading---white {
    width: 100%;
    max-width: 380px;
    min-width: auto;
    margin-top: 0px;
    font-size: 8vw;
    text-align: center;
  }

  .textfield {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .paragraph {
    display: block;
    overflow: visible;
    max-width: none;
    padding-top: 3vh;
    text-align: center;
  }

  .paragraph.lang {
    display: block;
    width: 110%;
    max-width: 270px;
    padding-top: 2vh;
    font-size: 13px;
    line-height: 2.3vh;
    text-align: center;
  }

  .paragraph.mobile {
    display: block;
    max-width: 245px;
    font-size: 13px;
    line-height: 2.5vh;
    text-align: center;
  }

  .paragraph.usp {
    display: block;
    max-width: 98%;
    padding-top: 2vh;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 13px;
    line-height: 130%;
  }

  .paragraph.zahlen {
    display: block;
    max-width: 100%;
    padding-top: 0vh;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 1.7vh;
    line-height: 130%;
  }

  .paragraph.grey {
    display: block;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    -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;
    opacity: 1;
  }

  .hero-columns {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    margin-top: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .teaser {
    display: block;
    width: 110%;
    margin-top: 0vh;
    margin-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    margin-top: 3vh;
    padding-top: 15px;
    padding-right: 55px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .button.hero {
    width: 70%;
    max-width: 100%;
  }

  .h-social-proof {
    margin-bottom: 3vh;
    padding-top: 110px;
    padding-bottom: 10px;
  }

  .body {
    display: block;
    overflow: visible;
    padding-top: 20vw;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-size: 350px;
  }

  .container-social-proof {
    width: 80vw;
  }

  ._3x2-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-bottom: 2vh;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .presse {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 150% -40px;
    background-size: 130%;
  }

  .heading-1---white {
    font-size: 3.3vh;
    text-align: center;
    text-transform: none;
  }

  .image-1 {
    width: 150%;
    height: auto;
    max-height: none;
    margin-top: 0vh;
    margin-left: 0vw;
  }

  .columns-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .chapter-intro {
    margin-top: 7vh;
  }

  .text-container {
    width: 80vw;
  }

  .heading-1 {
    margin-top: 0px;
    padding-top: 10px;
    color: #3c3c3b;
    font-size: 3.3vh;
    text-transform: none;
  }

  .heading-1.white {
    width: 89%;
    text-align: center;
  }

  .subheading {
    color: #3c3c3b;
  }

  .container-l {
    height: auto;
    max-height: none;
    padding: 5% 0% 0%;
    -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;
    border-width: 0px;
    border-radius: 30px;
    background-color: #8cbe46;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .container-l.gr-n {
    background-color: #538ecb;
  }

  .h---features {
    overflow: visible;
    margin-top: 80px;
    padding-top: 0px;
    padding-bottom: 26px;
  }

  .h---features.middle {
    overflow: visible;
    margin-top: 50px;
    padding-bottom: 50px;
    opacity: 1;
  }

  .h---features.end {
    margin-top: 2vh;
    margin-bottom: 0vh;
  }

  .h---features.end {
    margin-top: 80px;
    opacity: 1;
  }

  .h---features.middle1 {
    margin-top: 100px;
    padding-bottom: 60px;
    opacity: 1;
  }

  .container-feature---l {
    margin-bottom: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .textfield-feature-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: 0px;
    padding-right: 0%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subheading---white {
    font-size: 2.5vh;
    text-align: center;
  }

  .feature-columns-r {
    padding-top: 2%;
    -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;
  }

  .image-4 {
    width: auto;
    height: 580px;
    max-height: 180vw;
    max-width: none;
    margin-top: -10%;
    margin-left: 0%;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3%;
    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;
    -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;
  }

  .zitat.testimonial {
    max-width: 290px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2vh;
    line-height: 130%;
    text-align: center;
  }

  .zitat.unterschrift-testimonial {
    font-size: 16px;
    text-align: center;
  }

  .bg-image-l {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 25%;
    margin-top: -15%;
    margin-right: -2%;
    margin-bottom: 0%;
  }

  .bg-image-l.erde {
    margin-top: -18%;
    margin-bottom: 0%;
  }

  .arrow-l {
    width: 70%;
    max-height: 50vw;
    max-width: none;
    margin-bottom: -40%;
  }

  .column-5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-6 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-feature---r {
    margin-bottom: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-r {
    height: auto;
    padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
    border-width: 0px;
    background-color: #94519b;
  }

  .container-r.magenta {
    background-color: #a846a0;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .feature-columns-l {
    overflow: visible;
    padding-right: 10px;
    padding-left: 10px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-l {
    overflow: visible;
    width: 100%;
    max-height: 430px;
    margin-left: 0%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-r {
    max-height: 430px;
    min-height: auto;
    margin-top: 25px;
    margin-left: 0%;
  }

  .arrow-r {
    width: 70%;
    max-width: none;
    margin-bottom: -40%;
  }

  .bg-image-r {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 25%;
    margin: -18% -2% 0% 3%;
  }

  .textfield-feature-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: 0px;
    -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;
  }

  .bold-text-4 {
    font-size: 7.5vw;
    line-height: 114%;
    font-weight: 600;
  }

  .bold-text-5 {
    font-size: 2.8vh;
    line-height: 120%;
  }

  .grid {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    grid-row-gap: 20px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .container-usp {
    width: 80vw;
  }

  .h---usps {
    margin-top: 50px;
  }

  .h---usps.middle {
    margin-top: 40px;
    opacity: 1;
  }

  .h---usps.end {
    margin-top: 2vh;
    margin-bottom: -10vh;
  }

  .h---faq {
    margin-top: 20px;
    padding-top: 6vh;
  }

  .h---faq.middle {
    margin-top: 40px;
    opacity: 1;
  }

  .h---faq.end {
    margin-top: 2vh;
    margin-bottom: -10vh;
  }

  .right-arrow {
    width: 7vh;
    height: 7vh;
    margin-right: -4vh;
  }

  .slider {
    width: 75vw;
    height: auto;
    max-height: none;
  }

  .mask {
    max-height: 76vh;
    border-width: 0px;
    border-radius: 30px;
  }

  .container-testimonial {
    width: auto;
    height: auto;
    padding-left: 0%;
    border-radius: 0px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .schule {
    margin-bottom: 0px;
    border-radius: 0px;
  }

  .left-arrow {
    width: 7vh;
    height: 7vh;
    margin-left: -4vh;
  }

  .icon {
    max-width: 30px;
    font-size: 50%;
  }

  .columns-testimonials {
    display: block;
    height: 100%;
    margin-top: 0vh;
    padding-left: 0%;
    -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;
  }

  .textfeld-testimonial {
    padding-top: 23px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    padding-top: 0px;
    font-size: 50%;
  }

  .image-2 {
    width: 120%;
    margin-top: 2vh;
    margin-left: 0vw;
  }

  .bg-image {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 25%;
    margin: -16% -2% 0% -7%;
  }

  .h---zahlen {
    margin-top: 50px;
  }

  .h---zahlen.middle {
    margin-top: 40px;
    opacity: 1;
  }

  .h---zahlen.end {
    margin-top: 2vh;
    margin-bottom: -10vh;
  }

  .container-zahlen {
    width: 80vw;
  }

  .image-6 {
    max-width: 80%;
  }

  .image-7 {
    max-width: 80%;
  }

  .image-8 {
    max-width: 90%;
  }

  .image-9 {
    max-width: 80%;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .gri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .image-10 {
    max-width: 70%;
  }

  .gridbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .gridbox.beta {
    display: none;
  }

  .gridbox._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .image-11 {
    max-width: 70%;
  }

  .image-12 {
    max-width: 70%;
  }

  .image-13 {
    max-width: 70%;
  }

  .text-input-field {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 13px;
  }

  .text-input {
    display: block;
    overflow: visible;
    max-width: 210px;
    padding-top: 0vh;
    font-size: 1.7vh;
  }

  .text-input.lang {
    display: block;
    width: 110%;
    max-width: 350px;
    padding-top: 2vh;
    font-size: 1.7vh;
    line-height: 2.5vh;
    text-align: center;
  }

  .text-input.mobile {
    display: block;
    max-width: 250px;
    font-size: 1.7vh;
    line-height: 2.5vh;
    text-align: center;
  }

  .text-input.usp {
    display: block;
    max-width: 100%;
    padding-top: 2vh;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 1.7vh;
    line-height: 130%;
  }

  .text-input.zahlen {
    display: block;
    max-width: 100%;
    padding-top: 0vh;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 1.7vh;
    line-height: 130%;
  }

  .h-cta {
    height: auto;
    padding-top: 3vh;
    padding-bottom: 5vh;
    background-position: -130vw 32vw;
    background-size: 220%;
  }

  .image-problem {
    width: 120%;
    margin-top: 2vh;
    margin-left: 30vw;
  }

  .eklara-features {
    width: 110%;
    margin-top: 0vh;
    margin-left: 0vw;
  }

  .columns-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h---vision {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .grid-team {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .bold-text-6 {
    font-size: 3.3vh;
    line-height: 115%;
    text-align: left;
    text-transform: none;
  }

  .image-4-copy {
    max-width: 60vw;
    margin-top: -3%;
    margin-left: 0%;
  }

  .text-input-field-2 {
    width: 100%;
    max-width: none;
    padding-top: 26px;
    padding-bottom: 26px;
    border-radius: 20px;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.2);
  }

  .checkbox {
    width: 30px;
  }

  .h---testimonials {
    overflow: visible;
    margin-top: 20px;
    padding-top: 6vh;
  }

  .h---testimonials.middle {
    margin-top: 40px;
    opacity: 1;
  }

  .h---testimonials.end {
    margin-top: 2vh;
    margin-bottom: -10vh;
  }

  .checkbox-text {
    display: block;
    overflow: visible;
    max-width: 210px;
    padding-top: 1vh;
  }

  .checkbox-text.lang {
    display: block;
    width: 110%;
    max-width: 350px;
    padding-top: 2vh;
    font-size: 1.7vh;
    line-height: 2.5vh;
    text-align: center;
  }

  .checkbox-text.mobile {
    display: block;
    max-width: 250px;
    font-size: 1.7vh;
    line-height: 2.5vh;
    text-align: center;
  }

  .checkbox-text.usp {
    display: block;
    max-width: 100%;
    padding-top: 2vh;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 1.7vh;
    line-height: 130%;
  }

  .checkbox-text.zahlen {
    display: block;
    max-width: 100%;
    padding-top: 0vh;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 1.7vh;
    line-height: 130%;
  }

  .h---problem {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .h---kontakt {
    margin-top: 20px;
    padding-top: 6vh;
  }

  .h---kontakt.middle {
    margin-top: 40px;
    opacity: 1;
  }

  .h---kontakt.end {
    margin-top: 2vh;
    margin-bottom: -10vh;
  }

  .container-kontakt {
    width: 80vw;
  }

  .bg-image-kontakt {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 25%;
    margin: 53% -10% 0% -7%;
  }

  .bg-image-kontakt-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 25%;
    margin: -16% -2% 0% -7%;
  }

  .link-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    margin-top: 5vh;
    margin-right: 5vw;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-item-text {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
    color: #fff;
    font-size: 10vw;
    line-height: 10vw;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nav-2 {
    padding-bottom: 10vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#151721), color-stop(40%, rgba(21, 23, 33, 0.85)), to(rgba(21, 24, 33, 0)));
    background-image: linear-gradient(180deg, #151721, rgba(21, 23, 33, 0.85) 40%, rgba(21, 24, 33, 0));
  }

  .nav-2.about {
    display: block;
    padding-bottom: 3vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#151721), color-stop(40%, rgba(32, 32, 33, 0.85)), to(rgba(33, 33, 33, 0)));
    background-image: linear-gradient(180deg, #151721, rgba(32, 32, 33, 0.85) 40%, rgba(33, 33, 33, 0));
    opacity: 1;
  }

  .menu-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 7vh;
    margin-bottom: 0px;
    padding-bottom: 2vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 5vw;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lexend, sans-serif;
    color: #f59a26;
    font-weight: 500;
  }

  .menu-wrapper {
    position: fixed;
    z-index: 888;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100vw;
    height: 100vh;
    margin-top: 0vh;
    margin-left: 0%;
    padding-top: 0px;
    padding-left: 8vw;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
    background-color: #3c3c3b;
    opacity: 1;
  }

  .image-16 {
    display: block;
    max-width: 80%;
    opacity: 1;
  }

  .link-block-5 {
    margin-left: 0vw;
  }

  .menu-button {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 0vh;
    margin-right: 4vw;
    padding: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-filter: none;
    filter: none;
  }

  .menu-button:active {
    opacity: 0.7;
  }

  .nav-link-2 {
    display: none;
    padding-left: 0px;
    font-size: 3vw;
  }

  .logo-2 {
    margin-left: 10vw;
  }

  .image-18 {
    position: static;
    width: 40px;
    max-width: none;
  }

  .image-18.menu {
    display: inline-block;
    width: 50px;
    margin-right: 0px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    text-align: left;
  }

  .image-18.menu:hover {
    opacity: 1;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .link-2 {
    opacity: 1;
    font-family: Lexend, sans-serif;
    color: #f59a26;
    font-size: 9vw;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
  }

  .link-2:hover {
    opacity: 1;
    color: #000;
    text-decoration: none;
  }

  .contact-icons {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: 4vh;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
  }

  .contact-icons.menu {
    width: auto;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image-17 {
    display: block;
    width: auto;
    max-width: 200%;
    opacity: 1;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-container {
    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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .footer-container._2 {
    height: auto;
  }

  .footer-link.text {
    display: none;
    font-size: 1vh;
    font-weight: 600;
  }

  .div-block-7 {
    height: 10px;
  }

  .grid-footer {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns-4 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-2 {
    width: auto;
    justify-items: center;
  }

  .column-8 {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .mail {
    width: 50px;
    max-width: 100%;
  }

  .mail:hover {
    -webkit-filter: invert(0%);
    filter: invert(0%);
  }

  .text-input-field-long {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 13px;
  }

  .footer-text {
    display: block;
    overflow: visible;
    max-width: 210px;
    padding-top: 1vh;
  }

  .footer-text.lang {
    display: block;
    width: 110%;
    max-width: 350px;
    padding-top: 2vh;
    font-size: 1.7vh;
    line-height: 2.5vh;
    text-align: center;
  }

  .footer-text.mobile {
    display: block;
    max-width: 250px;
    font-size: 1.7vh;
    line-height: 2.5vh;
    text-align: center;
  }

  .footer-text.usp {
    display: block;
    max-width: 100%;
    padding-top: 2vh;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 1.7vh;
    line-height: 130%;
  }

  .footer-text.zahlen {
    display: block;
    max-width: 100%;
    padding-top: 0vh;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 1.7vh;
    line-height: 130%;
  }

  .cta-footer {
    font-size: 2.8vh;
    text-align: center;
  }

  .column-9 {
    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-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .link-block-6 {
    display: block;
  }

  .impressum {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container-impressum {
    width: 80vw;
  }

  .heading-menu {
    text-transform: none;
  }

  .subheading-menu {
    color: #8cbe46;
    font-size: 3vh;
    font-weight: 600;
    text-transform: none;
  }

  .button-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-blob-2 {
    max-height: 150vw;
    margin-top: 10vw;
    margin-left: -48vw;
  }

  .success-section {
    overflow: hidden;
    height: 100vh;
    min-height: 500px;
    margin-top: -20vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #538ecb;
  }

  .image-19 {
    max-width: 110%;
    min-width: auto;
  }

  .grid-3 {
    max-width: 90%;
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    align-self: flex-start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .link-block {
    width: 50px;
    max-width: none;
  }

  .image-26 {
    max-width: 70%;
  }

  .usp {
    max-width: 50%;
  }

  .link-block-7 {
    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;
  }

  .image-28 {
    max-width: 100%;
  }

  .subheading-2 {
    color: #3c3c3b;
  }
}

#w-node-_4c243e2a-73d9-5612-18e5-c5779166d674-db1bde3b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_23254ae9-f43f-b528-debe-667445d8f3e0-45d8f3d7 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-_23254ae9-f43f-b528-debe-667445d8f407-45d8f3d7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-f0813e40-95dd-a6dd-d567-fbb3ac4c24dd-db1bde3b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_23254ae9-f43f-b528-debe-667445d8f3e0-45d8f3d7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4c243e2a-73d9-5612-18e5-c5779166d674-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-be9740f3-b936-eb49-8baa-b43f57b123b7-db1bde3b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f0813e40-95dd-a6dd-d567-fbb3ac4c24d9-db1bde3b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5b39309f-7711-8e0c-a4e9-ebf35a5fc27b-db1bde3b {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-be9740f3-b936-eb49-8baa-b43f57b123b7-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a1b90fc6-ac6b-2b97-3c5c-63f77266e5ae-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-de5bcf20-60a4-199a-4a29-f34a90988016-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-f0813e40-95dd-a6dd-d567-fbb3ac4c24d5-db1bde3b {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f0813e40-95dd-a6dd-d567-fbb3ac4c24d9-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f0813e40-95dd-a6dd-d567-fbb3ac4c24dd-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-f0813e40-95dd-a6dd-d567-fbb3ac4c24e1-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_1dbd1987-6c57-d1bf-9b4a-ac6e3db86d6b-db1bde3b {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1dbd1987-6c57-d1bf-9b4a-ac6e3db86d77-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-fd2b57ac-a76c-4834-317b-52f50ad97e09-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ef78102b-c33b-f743-8ee7-6afeb22cb358-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c278c076-f981-50a6-a44c-bfd02f7e2d99-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_4c243e2a-73d9-5612-18e5-c5779166d674-db1bde3b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_23254ae9-f43f-b528-debe-667445d8f3da-45d8f3d7 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_23254ae9-f43f-b528-debe-667445d8f3e0-45d8f3d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_23254ae9-f43f-b528-debe-667445d8f3ea-45d8f3d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_23254ae9-f43f-b528-debe-667445d8f3f4-45d8f3d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

