@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Openinghourssans;
  src: url('../fonts/OpeningHoursSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --border-subtle: #dce3cf;
  --body-color: #f5f4ef;
  --font-primary: Openinghourssans, sans-serif;
  --text-primary: #1f1e1e;
  --text-secondary: #4b4b4b;
  --black\<deleted\|variable-dccb7db6\>: black;
  --text-tertiary: #999;
  --border-radius-xl: 100rem;
  --color-primary: #bcda85;
  --color-accent: #ecffcb;
  --border: #afb4a5;
  --text-invert: white;
  --surface-medium: #ebeae5;
  --text-invert-secondary: #d6dfc8;
  --white: white;
  --border-radius-s: .8rem;
  --inner-wrapper-desktop: 81.25rem;
  --color-transparent-dark: #15151608;
  --border-radius-xs: .2rem;
  --surface-light: #f8f8f8;
  --component-background: white;
  --background-invert: #1f1e1e;
  --font-secondary: Instrumentserif, sans-serif;
  --inner-wrapper-desktop-small: 54rem;
  --border-radius: 1.6rem;
  --border-radius-m: 2.4rem;
  --color: #c9c9c9;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  border-color: var(--border-subtle);
  background-color: var(--body-color);
  font-family: var(--font-primary);
  color: var(--text-primary);
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-family: var(--font-primary);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-family: var(--font-primary);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: .9;
}

h3 {
  font-family: var(--font-primary);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

h4 {
  font-family: var(--font-primary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  font-family: var(--font-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
}

h6 {
  border-left: 1px solid var(--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .5rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  font-family: var(--font-primary);
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
}

a {
  border-color: var(--border-subtle);
  font-family: var(--font-primary);
  color: var(--text-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-size: .8rem;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .1875rem solid var(--black\<deleted\|variable-dccb7db6\>);
  font-family: var(--font-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-direction: column;
  max-width: 30rem;
  display: flex;
}

.utility_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.5rem;
}

.text-size-medium.text-color-white.green {
  color: var(--text-primary);
}

.text-size-medium.text-align-center.text-color-tertiary, .text-size-medium.text-color-tertiary {
  color: var(--text-tertiary);
}

.text-size-medium.styled {
  font-size: 1rem;
}

.text-style-quote {
  font-family: var(--font-primary);
  vertical-align: baseline;
  margin-bottom: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.heading-style-h6 {
  border-left: 1px solid var(--text-secondary);
  color: var(--text-secondary);
  text-transform: none;
  padding-left: 0;
  font-size: .8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1 {
  font-family: var(--font-primary);
  font-size: 5rem;
  font-weight: 500;
  line-height: .8;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-secondary {
  min-width: 15rem;
}

.button {
  border-radius: var(--border-radius-xl);
  background-color: var(--color-primary);
  box-shadow: none;
  color: var(--text-primary);
  text-align: center;
  letter-spacing: .01em;
  white-space: nowrap;
  background-image: none;
  border-style: solid;
  border-width: 0;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 120px;
  padding: 1.2rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s;
  display: flex;
}

.button:hover {
  background-color: var(--color-accent);
}

.button.is-secondary {
  border: 1px solid var(--border);
  box-shadow: none;
  color: var(--text-primary);
  background-color: #0000;
  background-image: none;
  align-self: auto;
  transition: color .25s, background-color .35s;
}

.button.is-secondary:hover {
  background-color: var(--color-accent);
  background-image: none;
}

.button.is-secondary.is-small {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: 3.125rem;
}

.button.is-secondary.is-small:hover {
  background-color: var(--color-accent);
  color: var(--text-primary);
  background-image: none;
}

.button.is-small {
  padding: 1rem 1.2rem;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.button.form-button {
  align-self: flex-end;
  margin-top: 2rem;
}

.button.is-full-width {
  align-self: stretch;
  margin-bottom: 0;
}

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

.text-weight-normal.text-size-regular {
  text-align: justify;
}

.text-weight-normal.text-size-tiny {
  color: var(--text-secondary);
}

.heading-style-h4 {
  color: var(--text-primary);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.text-size-regular {
  opacity: .8;
  text-align: justify;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.form_input {
  border-style: solid none solid solid;
  border-width: 0 0 1px;
  border-color: black black var(--text-secondary);
  color: var(--text-primary);
  background-color: #0000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--color-primary);
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  color: #ccc6c6;
}

.form_input::placeholder {
  color: var(--text-secondary);
}

.form_input.is-invert {
  border-bottom-color: var(--text-invert);
  color: var(--text-invert);
}

.form_input.is-invert::placeholder {
  color: var(--surface-medium);
}

.text-color-invert {
  color: var(--text-invert);
}

.text-color-invert.text-color-secondary {
  color: var(--text-invert-secondary);
  margin-left: 0;
}

.text-color-invert.green {
  color: var(--text-primary);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-size-regular {
  font-weight: 500;
}

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

.text-align-center {
  text-align: center;
  order: 1;
}

.text-size-small {
  text-align: left;
  font-size: .875rem;
}

.text-size-small.text-align-center.text-color-secondary {
  color: var(--text-invert-secondary);
}

.text-size-small.text-color-invert {
  color: var(--white);
}

.text-size-small.text-color-invert.green {
  color: var(--text-primary);
}

.text-size-small.text-color-secondary {
  color: var(--text-secondary);
  flex: 1;
}

.text-size-small.text-color-secondary-invert {
  color: var(--text-invert-secondary);
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding: 8rem 0;
}

.section_hero {
  background-color: var(--body-color);
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}

.hero_image-wrapper {
  z-index: 0;
  aspect-ratio: 1;
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero_image-wrapper.bigger {
  width: 100%;
}

.testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial_client-image-wrapper {
  margin-right: 1rem;
  position: relative;
}

.testimonial_client-image-wrapper.is-image-reveal {
  overflow: hidden;
}

.testimonial_inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonial_customer-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  min-height: 6rem;
}

.testimonial_content {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 3.2rem;
  transition: border-color .35s;
  display: flex;
}

.mainfeatures_content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.section_mainfeatures {
  background-color: var(--white);
  display: block;
  position: relative;
}

.section_mainfeatures.isinvert {
  background-color: var(--body-color);
  color: var(--text-invert);
  margin-bottom: 0;
}

.faq_answer {
  flex: 0 auto;
  padding: 0;
  overflow: hidden;
}

.faq_accordion {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--border-subtle);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.6rem 0;
  display: flex;
}

.faq {
  background-color: var(--body-color);
  margin-top: 100px;
  position: relative;
}

.faq_component {
  flex-flow: column;
  margin-top: 7rem;
  display: flex;
}

.faq_question {
  font-family: var(--font-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.plus_icon {
  border: 1px solid var(--border-subtle);
  border-radius: var(--border-radius-s);
  align-self: flex-start;
  min-width: 3rem;
  min-height: 3rem;
  margin-left: 0;
  padding: 1rem;
}

.plus_icon:hover {
  background-color: var(--color-accent);
}

.error-message {
  color: #ff2828;
  background-color: #0000;
  margin: 1rem 0 0;
  padding: 0;
  font-size: .9rem;
  font-weight: 400;
}

.success-message {
  background-color: var(--surface-medium);
  padding: 4rem;
  font-style: normal;
  text-decoration: none;
}

.error-text {
  color: #ff2828;
}

.success-text {
  font-family: var(--font-primary);
  color: var(--text-primary);
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.signup-form-wrapper.green {
  color: var(--text-primary);
}

.cta_form-block {
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  max-width: 40rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_cta {
  background-color: var(--color-primary);
  color: var(--body-color);
  margin-bottom: 0;
  position: relative;
}

.cta_form {
  flex: 1;
}

.footer_logo-link {
  width: 8.625rem;
  padding-left: 0;
}

.section_footer {
  background-color: var(--surface-medium);
}

.footer_top-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom-style: none;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: color .35s;
}

.footer_link:hover {
  color: var(--color-primary);
}

.footer_link.w--current {
  font-size: 1rem;
}

.footer_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.footer_social-link:hover {
  color: var(--color-primary);
}

.footer_legal-link {
  font-size: .8rem;
  text-decoration: none;
  transition: color .35s;
}

.footer_legal-link:hover {
  color: var(--color-primary);
}

.footer_bottom-wrapper {
  border-top: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer_link-list {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-self: auto;
  place-items: flex-start start;
  padding-top: 8rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer_credit-text {
  color: var(--text-primary);
  font-size: 1rem;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer_legal-list.is-last {
  order: 1;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: start;
  padding-left: 2rem;
  display: flex;
}

.footer_left-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  border-right: 1px solid var(--border);
  flex-direction: column;
  flex: 1;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-right: 2rem;
  display: flex;
}

.navbar_logo-link {
  margin-right: 2.5rem;
}

.navbar_menu-left {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.navbar_menu-right {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_component {
  z-index: 9999;
  aspect-ratio: auto;
  border-bottom: 1px solid var(--border-subtle);
  background-color: #f5f4ef00;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  position: relative;
}

.navbar_link {
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  transition: color .35s;
  display: flex;
}

.navbar_link:hover {
  color: var(--color-primary);
}

.navbar_link.w--current {
  color: var(--text-primary);
  align-self: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_logo {
  width: 4rem;
}

.footer_logo-image {
  width: 200%;
  max-width: 100%;
}

.text-color-highlighted {
  color: var(--color-primary);
}

.insights_component {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  min-width: 30rem;
  display: flex;
}

.features_component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.section_features {
  background-color: var(--body-color);
  position: relative;
}

.features_image-wrapper {
  flex: 1;
  order: 0;
  position: relative;
}

.features_image-wrapper.is-image-reveal {
  overflow: hidden;
}

.features_top {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.features_bottom {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.features_image {
  max-height: 40rem;
  display: block;
}

.mainfeatures_tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.mainfeatures_heading {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  display: flex;
}

.mainfeatures_component {
  border-top: 1px solid var(--border-subtle);
  display: block;
}

.mainfeatures_component.isinvert {
  border-top-color: var(--text-secondary);
  margin-bottom: 0;
}

.section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  min-width: 40rem;
  display: flex;
}

.insights_tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.insights_text-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.insights_text-wrapper.text-align-center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-user_embed {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1%;
  line-height: 1;
}

.heading-style-h3 {
  font-size: 3rem;
  line-height: .9;
}

.section_partners {
  border-top: 1px solid var(--border-subtle);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  position: relative;
}

.padding-global {
  max-width: var(--inner-wrapper-desktop);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.padding-global.padding-section-large {
  padding-top: 9rem;
  display: block;
}

.padding-global.padding-section-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-global.padding-section-bottom {
  padding-bottom: 4rem;
}

.padding-global.padding-section-hero {
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.padding-global.is_footer {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.padding-global.padding-section-impressum {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.padding-global.mt {
  margin-top: 10px;
}

.hero_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: repeat(auto-fit, minmax(40%, 1fr)) minmax(30%, 1fr) minmax(30%, 1fr);
  grid-template-columns: 20% 20% 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: grid;
  position: relative;
}

.hero_wrapper._2grid {
  grid-template-rows: repeat(auto-fit, minmax(40%, 1fr));
  padding-bottom: 0;
}

.section_insights {
  position: relative;
}

.insights_wrapper {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  display: flex;
}

.section_testimonials {
  position: relative;
}

.testimonials_wrapper {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  display: flex;
}

.cta_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.utility_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq_answer-wrapper {
  margin-top: .8rem;
}

.heroalt_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_smallhero {
  background-image: linear-gradient(180deg, var(--body-color), var(--surface-medium));
}

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

.smallhero_text {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_text-paragraph {
  color: var(--text-primary);
  order: 1;
  align-self: auto;
  font-size: 4vw;
  position: relative;
}

.section_pricing {
  background-color: var(--surface-medium);
}

.pricing_wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  display: flex;
}

.pricing_tile {
  background-color: var(--white);
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.pricing_tile.is-highlighted {
  background-image: linear-gradient(to bottom, var(--text-primary), var(--text-primary));
  color: var(--text-invert);
}

.pricing_tile-part {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-top: 1px solid var(--surface-medium);
  border-bottom: 1px solid var(--surface-medium);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.pricing_features {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.pricing_singlefeature {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide-title {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  flex: none;
  width: 20rem;
  display: flex;
}

.styleguide_component {
  flex-flow: column;
  display: flex;
}

.styleguide_component-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-transparent-dark);
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 1rem;
  display: flex;
}

.styleguide_component-wrapper.is-invert {
  background-color: var(--text-primary);
}

.styleguide_divider {
  border-top: 1px solid var(--border-subtle);
  width: 100%;
  height: 1px;
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.styleguide_tag {
  border-radius: var(--border-radius-xs);
  font-family: var(--font-primary);
  color: var(--text-secondary);
  text-transform: none;
  background-color: #ced7ff;
  align-self: flex-start;
  width: auto;
  padding: .2rem .4rem;
  font-size: .8rem;
}

.styleguide_tag.is-h {
  background-color: #ff55c633;
  flex: 0 auto;
}

.styleguide_tag.is-c {
  background-color: #00ff3c33;
}

.styleguide_tag.is-text {
  background-color: #fff0;
}

.styleguide_components-list {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  background-color: var(--body-color);
  flex-flow: column;
  flex: 1;
  padding: 1.2rem;
  display: flex;
}

.styleguide_components-list.impressum {
  padding-top: 4.5rem;
}

.styleguide_flex {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  display: flex;
}

.styleguide_mainwrapper {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h2 {
  font-size: 4rem;
}

.heading-style-h2.text-align-center {
  margin-top: 4rem;
}

.heading-style-h5 {
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.15;
}

.link {
  color: var(--text-primary);
  text-decoration: underline;
}

.link:hover {
  text-decoration: underline;
}

.text-align-right {
  text-align: right;
}

.styleguide_smalldivider {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.styleguide_smalldivider-label {
  text-align: left;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
}

.styleguide_button-wrapper {
  width: 30%;
  display: flex;
}

.cta_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta_header.text-color-invert.text-color-secondary {
  color: var(--text-invert-secondary);
}

.button-icon {
  border: 1px solid var(--border);
  border-radius: var(--border-radius-xl);
  color: var(--text-secondary);
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: .7rem;
  display: flex;
}

.button-icon:hover {
  background-color: var(--color-accent);
}

.button-icon.cart {
  border: 0px none var(--border);
  background-color: var(--surface-medium);
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  margin-left: .5rem;
  padding: 1rem;
}

.smallhero_header, .smallhero_paragraph {
  flex: 1;
  width: 50%;
}

.styleguide_color {
  border: 1px solid var(--border-subtle);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 50%;
  min-width: 14rem;
  height: 10rem;
  padding: 1.6rem;
  display: flex;
}

.styleguide_color.is-bodycolor {
  background-color: var(--body-color);
}

.styleguide_color.is-surface-medium {
  background-color: var(--surface-medium);
}

.styleguide_color.is-surface-light {
  background-color: var(--surface-light);
}

.styleguide_color.is-text-primary {
  background-color: var(--text-primary);
}

.styleguide_color.is-text-secondary {
  background-color: var(--text-secondary);
}

.styleguide_color.is-color-primary {
  background-color: var(--color-primary);
}

.styleguide_color.is-component-background {
  background-color: var(--component-background);
}

.styleguide_color.is-white {
  background-color: var(--white);
}

.styleguide_color.is-border-subtle {
  background-color: var(--border-subtle);
}

.styleguide_color.is-text-invert {
  background-color: var(--text-invert);
}

.styleguide_color.is-background-invert {
  background-color: var(--background-invert);
}

.styleguide_color.is-section-background-2 {
  background-color: var(--color-accent);
}

.styleguide_color.is-border {
  background-color: var(--border);
}

.styleguide_color.is-text-tertiary {
  background-color: var(--text-tertiary);
}

.subhero_wrapper {
  display: flex;
}

.subhero_wrapper.is-invert {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row-reverse;
}

.subhero_column {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.subhero_column.is-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.subhero_column.is-image-reveal {
  position: relative;
  overflow: hidden;
}

.subhero_text {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  width: 80%;
  max-width: 39rem;
  display: flex;
}

.section_icons {
  background-color: var(--white);
}

.icons_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.icon_tile {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex: 1;
  display: flex;
}

.icon_text-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.section_features2 {
  background-color: var(--white);
}

.icons_component {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--text-secondary);
  background-color: #fff0;
  flex: 1;
  order: 0;
  align-self: stretch;
  min-height: 3.5rem;
  padding: 1rem .75rem;
  display: block;
}

.text-field:focus {
  border: 1px solid var(--color-primary);
}

.text-field::placeholder {
  color: var(--text-secondary);
}

.text-field.is-large {
  padding-bottom: 2.4rem;
}

.text-field.is-invert {
  border-bottom-color: var(--white);
}

.text-field.is-invert::placeholder {
  color: var(--text-invert);
}

.text-field.is-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text-secondary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .25rem;
  font-size: .825rem;
  display: block;
}

.form {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form_wrapper {
  flex: 1;
  min-width: 50%;
}

.form_mainwrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.form_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.4rem;
  display: flex;
}

.success-message-2 {
  background-color: var(--surface-medium);
}

.section_abouttheteam {
  background-color: var(--text-primary);
  color: var(--text-invert);
}

.meettheteam_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.meettheteam_image {
  aspect-ratio: 1;
}

.meettheteam_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.meettheteam_innerwrapper, .teamgrid_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  display: flex;
}

.teamgrid_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.4rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teamgrid_tile {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-width: 20rem;
  max-width: 30rem;
  padding: 0;
  display: flex;
}

.teamgrid_name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.teamgrid_image {
  aspect-ratio: 1;
  flex: 0 auto;
  width: 100%;
  height: 20rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.teamgrid_image.is-image-reveal {
  height: 30rem;
  position: relative;
  overflow: hidden;
}

.changelog_tablerow {
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
}

.changelog_tablecolumn {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  font-weight: 500;
  display: flex;
}

.changelog_tablecolumn.is-small {
  color: var(--text-secondary);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
}

.text-block-3 {
  font-weight: 400;
}

.utility_textblock {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  display: flex;
}

.section_contact {
  background-color: var(--surface-medium);
}

.contact_wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguide_image {
  width: auto;
  max-height: 15rem;
}

.styleguide_logo {
  flex: none;
  width: auto;
  max-width: none;
  height: 4rem;
  padding: .8rem;
}

.rich-text-block {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  display: flex;
}

.logo-img {
  opacity: .8;
  object-fit: contain;
  flex: 0 auto;
  min-width: 7rem;
  max-width: 8rem;
  height: 4rem;
}

.partners-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_alt-header {
  color: var(--white);
  mix-blend-mode: exclusion;
  min-width: 100%;
  font-size: 13vw;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
}

.styled {
  direction: ltr;
  font-family: var(--font-secondary);
  white-space: break-spaces;
  word-break: break-all;
  overflow-wrap: break-word;
  vertical-align: baseline;
  font-style: italic;
  display: inline-block;
}

.paragraph-4 {
  color: var(--text-primary);
}

.vertical_divider {
  background-color: var(--border-subtle);
  align-self: stretch;
  width: 1px;
}

.vertical_divider.isinvert {
  background-color: var(--text-secondary);
}

.section_textanim {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.textanim-text {
  font-size: 4.5vw;
}

.textanim-divider {
  background-color: var(--text-primary);
  opacity: .2;
  flex: 1;
  height: .7vw;
}

.inline {
  display: inline-block;
}

.faq_question_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial_text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.testimonial_large-wrapper {
  border-top: 1px solid var(--border-subtle);
}

.padding-global-small {
  max-width: var(--inner-wrapper-desktop-small);
  width: 90%;
}

.process {
  margin-left: 140px;
  position: relative;
  overflow: hidden;
}

.process_content {
  min-width: var(--inner-wrapper-desktop-small);
  width: 70%;
  position: relative;
}

.process_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-size-large {
  font-size: 1.5rem;
}

.process_list {
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.process_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.process_question-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.process_answer {
  flex: 0 auto;
  padding: 0;
  overflow: hidden;
}

.process_answer-wrapper {
  margin-top: .8rem;
}

.process_answer-wrapper.text-color-secondary {
  color: var(--text-secondary);
}

.process_accordion {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--border-subtle);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.6rem 0;
  display: flex;
}

.faq_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.process_image {
  float: right;
  flex: 1;
  width: 35rem;
  height: 25rem;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0%;
}

.process_image.unterseite {
  width: auto;
  height: auto;
  position: relative;
  bottom: auto;
  right: auto;
}

.blog_image {
  max-height: 14rem;
  position: relative;
}

.blog_image.is-image-reveal {
  overflow: hidden;
}

.blog_wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-right: 1px solid var(--border-subtle);
  border-left: 1px solid var(--border-subtle);
  flex-flow: column;
  flex: 2 auto;
  align-self: auto;
  padding: 1.5rem;
  display: flex;
  position: static;
}

.blog_tiles {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.blog_post-cta {
  justify-content: space-between;
  align-items: center;
}

.blog_post-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
}

.dot {
  border-radius: var(--border-radius-xl);
  background-color: var(--text-tertiary);
  width: .25rem;
  height: .25rem;
}

.blog_author-name {
  color: var(--text-tertiary);
}

.blog_post-bottom {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.collection-list-wrapper {
  box-sizing: border-box;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blog_large-wrapper {
  border-top: 1px solid var(--border-subtle);
}

.article_hero-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article_hero-details {
  justify-content: flex-start;
  align-items: center;
  font-size: .8rem;
}

.article_hero-text {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: left;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.article_center-wrapper {
  max-width: var(--inner-wrapper-desktop-small);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  max-height: 30rem;
}

.text-color-tertiary {
  color: var(--text-tertiary);
}

.article_hero-cta, .teamgrid2_flexwrap {
  width: 100%;
  display: flex;
}

.teamgrid2_tile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid var(--border-subtle);
  border-left: 1px solid var(--border-subtle);
  flex-flow: column;
  flex: 1;
  min-width: 20rem;
  padding: 1.5rem;
  display: flex;
}

.teamgrid2_name {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.teamgrid2_mainwrap {
  border-top: 1px solid var(--border-subtle);
  width: 100%;
  max-width: none;
}

.teamgrid2_container {
  max-width: none;
}

.teamgri2_header {
  margin-bottom: 6rem;
}

.section_teamgrid2.padding-section-top {
  padding-top: 10rem;
}

.form_cta {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.section_teamgrid3 {
  background-color: var(--surface-medium);
}

.teamgrid3_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  display: flex;
}

.teamgrid3_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.teamgrid3_tile {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--body-color);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  min-width: 28rem;
  padding: 1.5rem;
  display: flex;
}

.teamgrid3_image {
  aspect-ratio: 1;
  flex: 0 auto;
  width: 50%;
  height: 22rem;
  display: block;
  position: relative;
}

.teamgrid3_image.is-image-reveal {
  overflow: hidden;
}

.cta2_paragraph.text-size-medium {
  max-width: 40rem;
}

.section_cta3 {
  background-color: var(--body-color);
  position: relative;
}

.section_cta3.padding-section-large {
  background-color: var(--body-color);
}

.cta3_wrapper {
  background-color: var(--text-primary);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.cta3_img {
  background-image: url('../images/©BE-EXTRAORDINARY_2024_KL-Gruppe_S8_Exterior_Balkon_Final-2-scaled.jpg');
  background-size: cover;
  flex: 1;
}

.cta3_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-invert-secondary);
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem;
  display: flex;
  overflow: hidden;
}

.shopproducts_flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.shopproducts_tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--surface-medium);
  flex-flow: column;
  flex: 1;
  min-width: 20rem;
  padding: 1.5rem 1rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shopproducts_product-name {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
}

.shopproducts_product-category {
  color: var(--text-tertiary);
  text-align: center;
  text-transform: uppercase;
  font-size: .825rem;
  text-decoration: none;
}

.shopproducts_product-price {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.shopproducts_product_details {
  grid-column-gap: .825rem;
  grid-row-gap: .825rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: .8rem;
  display: flex;
}

.shopproducts_product_img {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 80%;
  height: auto;
  max-height: 30rem;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
  top: 0;
  overflow: hidden;
}

.display_none {
  display: none;
}

.shopproducts_addtocart {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
}

.pricing_tile-price {
  font-family: var(--font-secondary);
  text-align: center;
  font-size: 6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.pricing_tile-period {
  opacity: .75;
  text-align: center;
}

.subhero_buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 60px;
  margin-left: 220px;
  display: flex;
}

.button-center-wrapper {
  align-self: center;
}

.checkout_form {
  background-color: var(--body-color);
  color: var(--text-primary);
  padding: 0;
  display: block;
}

.checkout-text-helper {
  border-radius: var(--border-radius);
  background-color: var(--border-subtle);
  color: var(--text-secondary);
  text-align: justify;
  text-transform: uppercase;
  padding: .4rem;
  font-size: .6rem;
  line-height: 1;
}

.checkout_block_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0;
}

.checkout_block_content {
  background-color: #0000;
  border: 1px #000;
  padding: 0;
}

.checkout_column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  min-width: 35rem;
  margin-right: 0;
  display: flex;
}

.checkout_column.is-summary {
  background-color: var(--border-subtle);
  flex: none;
  min-width: 20rem;
  padding: 1.5rem;
}

.checkout_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  flex: 0 auto;
  padding: 2rem;
}

.checkout_section {
  background-color: var(--surface-medium);
  margin-bottom: 0;
  padding: 1.5rem;
}

.checkout_shipping_method_tile {
  border-bottom-color: var(--border);
  background-color: #0000;
}

.checkout_text_details {
  color: var(--text-secondary);
  padding-left: 0;
  font-size: .8rem;
  line-height: 1;
}

.checkout_item_name {
  color: var(--text-primary);
  font-weight: 400;
}

.checkout_text_small {
  color: var(--text-secondary);
  font-size: .8rem;
}

.checkout_list_item {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--border);
  padding-bottom: 1rem;
}

.checkout_line_item {
  margin-bottom: 1rem;
}

.button-apple {
  border-radius: var(--border-radius-xl);
  height: 3.5rem;
}

.button-apple:focus {
  outline-color: var(--color-primary);
  outline-offset: 0px;
  outline-width: .1rem;
  outline-style: solid;
}

.checkout_buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.hero_video {
  opacity: 1;
  flex: 1;
  align-self: center;
  width: auto;
  height: 100%;
}

.section_product {
  background-color: var(--body-color);
}

.product_wrapper {
  flex-flow: column;
  margin-bottom: 3rem;
  display: block;
}

.product_list_wrapper {
  width: 100%;
  display: block;
}

.product_inner_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.product_details {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.product_addtocart {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 20rem;
  display: flex;
}

.product_image {
  flex: 0 auto;
  align-self: stretch;
  width: 50%;
  height: auto;
  display: block;
  position: relative;
}

.product_image.is-image-reveal {
  overflow: hidden;
}

.product_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.product_desc {
  border-top: 1px solid var(--border);
  width: 100%;
  padding-top: 2rem;
}

.product_optionlist {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product_optiondropdown {
  flex: 1;
}

.product_quantity {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product_addtocart_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.product_quantity-field {
  border-color: var(--border);
  background-color: var(--surface-medium);
  margin-bottom: 0;
}

.product_details-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.product_small_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: .825rem;
  display: flex;
}

.text-impressum {
  color: var(--text-secondary);
  text-align: justify;
  max-width: 40rem;
  margin-top: 0;
  margin-left: 0;
}

.product_small_details_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.tabs_wrapper.is-horizontal {
  display: flex;
}

.tab {
  opacity: .5;
  color: var(--text-tertiary);
  background-color: #0000;
}

.tab.w--current {
  border-bottom: 1px solid var(--text-primary);
  opacity: 1;
  color: var(--text-primary);
  background-color: #0000;
}

.tab.is-horizontal {
  width: 100%;
  padding: 1rem 0;
}

.tab-topmenu {
  border-bottom: 1px solid var(--border);
}

.tab-topmenu.is-horizontal {
  border-bottom-style: none;
  border-bottom-width: 0;
  flex-flow: column;
  flex: 3 0 auto;
  padding-right: 2rem;
  display: flex;
}

.tab-wrapper {
  flex: 1;
  padding-top: 0;
}

.tab-wrapper.is-horizontal {
  flex: 5 auto;
}

.product_tab_innerwrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-secondary);
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.product_similar-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.product_similar-img {
  vertical-align: super;
  min-height: 25rem;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.product_similar-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.product_similar-tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.product_similar_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.product_similar-tile-details {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.tabs_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  flex: 1;
  margin-bottom: 4rem;
  display: flex;
}

.feature_tab_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-secondary);
  flex-flow: row;
  display: flex;
}

.feature_tab-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-primary);
  flex-flow: column;
  flex: 4 3 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.feature_tab-img {
  flex: 1;
  align-self: stretch;
  min-width: 30rem;
  height: auto;
  position: relative;
}

.subhero_image_group {
  width: 100%;
  height: 35rem;
  position: relative;
}

.subhero_image_group-img {
  z-index: 3;
  object-fit: cover;
  width: 15rem;
  min-width: 15rem;
  height: 22rem;
  min-height: 15rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.subhero_image_group-img.img2 {
  width: 30rem;
  min-width: 15rem;
  height: 30rem;
  min-height: 15rem;
  inset: 0 0 auto auto;
}

.subhero_image_group-img.is-image-reveal {
  overflow: hidden;
}

.section_hero_alt {
  height: 60vw;
  min-height: 50rem;
  overflow: hidden;
}

.hero_alt_imagegroup {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 60vw;
  min-height: 80rem;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.hero_alt_img {
  opacity: 1;
  flex: 1;
  max-width: none;
  display: block;
}

.hero_alt_img.is-opacity {
  opacity: .7;
}

.hero_alt-wrapper {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vw;
  min-height: 50rem;
  display: flex;
  position: relative;
}

.hero_alt_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image_box {
  box-sizing: border-box;
  float: none;
  opacity: 1;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: auto;
  height: auto;
  position: relative;
}

.image_anim_cover {
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image_anim_cover-scroll {
  background-color: var(--surface-medium);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image_anim_cover-scroll.is-dark {
  background-color: var(--text-primary);
  display: block;
}

.image_anim_cover-scroll.image-oben-1 {
  background-image: url('../images/alexander-abero-OypnYfdiQgg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.image_anim_cover-scroll.image-oben-2 {
  background-image: url('../images/paula-prekopova-Mt9DbRm2KmA-unsplash.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.image_anim_cover-scroll.image-oben-3 {
  background-image: url('../images/alexander-abero-OypnYfdiQgg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.image_block {
  width: 100%;
  height: 100%;
}

.navbar_dropdown {
  justify-content: center;
  align-items: center;
  padding: 1rem 1.3rem 1rem 0;
  display: flex;
}

.tiny_icon {
  margin-right: 0;
}

.product_linkto {
  text-decoration: none;
  position: relative;
}

.product_similar-link {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.empty {
  background-color: #0000;
}

.navbar_dropdown-link.w--current {
  color: var(--text-primary);
  text-decoration: underline;
}

.nav_dropdown-wrapper.w--open {
  border-color: var(--border);
  background-color: var(--surface-medium);
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  display: flex;
}

.nav_dropdown-column {
  border-right: 1px solid var(--border);
  padding: 1rem;
}

.cart_quantity {
  background-color: var(--color-accent);
  color: var(--text-primary);
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-icon {
  color: var(--text-primary);
  margin-right: 0;
}

.cart_header {
  border-bottom-width: 0;
  padding: 1rem;
}

.cart-list {
  padding: 1rem 1rem 1.5rem;
}

.cart_wrapper {
  background-color: var(--text-primary);
  color: var(--text-invert);
  min-width: 30rem;
  max-width: 30rem;
  padding: 1rem;
  font-weight: 400;
}

.cart_product-name {
  font-weight: 400;
}

.cart-removebutton {
  border-radius: var(--border-radius-xl);
  border-style: solid;
  border-width: 1px;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  margin-top: .5rem;
  padding: .5rem;
  display: flex;
}

.cart_input {
  background-color: var(--text-primary);
}

.cart-footer {
  border-top-width: 0;
}

.cart_item {
  border-bottom: 1px solid var(--border);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cart_list-details {
  margin-left: 0;
  margin-right: 0;
}

.cart_subtotal {
  margin-bottom: 2rem;
}

.cart_img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.hero_alt-header-wrapper {
  border-bottom: 1px solid var(--border-subtle);
  width: 100vw;
  height: 25vw;
  font-size: 7rem;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.heroalt_image-wrapper {
  z-index: 0;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 24vw;
  display: block;
  position: absolute;
  inset: 3vw 38vw auto;
  overflow: hidden;
}

.section_heroalt {
  background-color: var(--body-color);
  padding-top: 8vw;
  position: relative;
  overflow: hidden;
}

.heroalt_text-paragraph {
  color: var(--text-primary);
  text-align: center;
  width: 90%;
  font-size: 3rem;
  line-height: 1.3;
}

.hero_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column-reverse;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero_imagecolumn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.hearoalt_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: repeat(auto-fit, minmax(40%, 1fr)) minmax(30%, 1fr) minmax(30%, 1fr);
  grid-template-columns: 20% 20% 60%;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.error_message {
  color: var(--text-primary);
  background-color: #ff4141;
}

.accordion_extra_text {
  width: 50%;
}

.background-video {
  width: 15rem;
  min-width: 15rem;
  height: 15rem;
  min-height: 15rem;
  display: block;
  position: relative;
}

.blog_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.paragraph-5 {
  color: #1f1e1e;
  text-align: justify;
}

.nav-link-text {
  color: var(--text-primary);
  text-align: right;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 5vw;
  font-weight: 700;
  line-height: .8;
}

.logo-link {
  max-width: 25%;
}

.menu-button-wrapper {
  z-index: 99999999;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
}

.cell-slogan {
  justify-content: center;
}

.quick-stack {
  width: 100%;
}

.overlay-menu {
  background-color: var(--body-color);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.menu-button-2 {
  color: #fff0;
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  display: block;
}

.menu-button-2:focus-visible, .menu-button-2[data-wf-focus-visible], .menu-button-2.w--open {
  background-color: #0000;
}

.cell-menu {
  justify-content: center;
  align-items: flex-end;
}

.nav-link {
  color: #fff;
  width: 70%;
  margin-top: 20px;
  transition: opacity .6s;
}

.nav-link:hover {
  opacity: .6;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.nav-link.w--current {
  color: #fff;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-image-2 {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.nav-menu-2 {
  z-index: 90;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-right: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.dot-menu-button {
  color: #000;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Menue_Burger.png');
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.hero_content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20vw;
  display: flex;
}

.hero_heading {
  letter-spacing: -6px;
  font-size: 5.5rem;
  line-height: 1;
}

.span_heading {
  display: inline-block;
}

.span_heading._01.hero {
  color: #fff;
}

.background_video {
  z-index: 1;
  height: 100%;
}

.hero_trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.button_link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #fff;
  background-color: #000;
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  padding: .9rem 1.75rem .9rem 1.2rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button_link:hover {
  transform: scale(1.05);
  box-shadow: 0 .5rem 1.5rem #0003;
}

.button_link.secondary {
  color: #000;
  background-color: #fff;
}

.hero_content {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.hero_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_content-block {
  z-index: 1;
  position: relative;
}

.hero_image-wrapper-2 {
  position: relative;
}

.hero_background-images {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: 1;
  pointer-events: none;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.hide-mobile-landscape.text-size-medium {
  color: var(--body-color);
}

.hero_component {
  height: 300vh;
  position: relative;
}

.button_text {
  white-space: nowrap;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.background-image-wrapper {
  width: 100%;
  height: 25%;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 25%;
  overflow: hidden;
}

.background-image.bigger {
  width: 80%;
  height: auto;
}

.paragraph-6 {
  text-align: justify;
}

.tab-link-tab, .tab-link-tab.w--current {
  background-color: var(--body-color);
  padding-left: 0;
}

.text-block-4 {
  color: var(--text-tertiary);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tab-link-tab-2 {
  background-color: var(--body-color);
  color: var(--text-tertiary);
  padding-left: 0;
}

.text-block-5 {
  color: var(--text-tertiary);
}

.tab-link-tab-2-2 {
  background-color: var(--body-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--body-color);
  color: var(--text-tertiary);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.tab-link-tab-3 {
  background-color: var(--body-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.tab-link-tab-3.w--current {
  background-color: var(--body-color);
}

.tab-link-tab-4 {
  background-color: var(--body-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.tab-link-tab-5 {
  background-color: var(--body-color);
  padding-left: 0;
}

.tab-link-tab-5.w--current {
  background-color: var(--body-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: var(--text-tertiary);
}

.shy {
  display: none;
}

@media screen and (min-width: 1440px) {
  .overlay-menu {
    background-color: var(--body-color);
    display: none;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link:hover {
    color: #ff3c5c;
  }

  .nav-menu-2 {
    display: none;
  }

  .dot-menu-button {
    background-image: url('../images/Menue_Burger.png');
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .quick-stack {
    max-width: 120rem;
  }

  .overlay-menu {
    background-color: var(--body-color);
  }

  .nav-link, .nav-link:hover {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7rem;
  }

  h2 {
    font-size: 5rem;
  }

  h3 {
    font-size: 4rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    border-left-style: none;
    border-left-width: 0;
    line-height: 1;
  }

  .main-wrapper {
    width: 100vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    border-left-style: none;
    border-left-width: 0;
  }

  .heading-style-h1 {
    font-size: 7rem;
  }

  .button.is-secondary.is-small {
    flex: 1;
    align-self: center;
  }

  .text-weight-normal.text-size-regular {
    font-size: 1rem;
  }

  .heading-style-h4 {
    font-size: 2rem;
  }

  .form_input:focus-visible, .form_input[data-wf-focus-visible] {
    color: var(--text-primary);
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero_image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .testimonial_inner-wrapper {
    column-count: 2;
  }

  .mainfeatures_content-wrapper {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .mainfeatures_content-wrapper.isinvert {
    overflow: visible;
  }

  .faq_component {
    margin-top: 4rem;
  }

  .cta_form-block {
    flex: 1;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .footer_top-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer_link, .footer_legal-link, .footer_legal-link.w--current {
    font-size: 1.25rem;
  }

  .footer_bottom-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_link-list {
    flex: 1;
    align-self: stretch;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_menu-wrapper {
    flex: 1;
    align-self: stretch;
    padding-left: 0;
    display: flex;
  }

  .footer_left-wrapper {
    border-bottom: 1px solid var(--border);
    border-right-style: none;
    border-right-width: 0;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-icon_line-middle {
    background-color: var(--text-primary);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .navbar_menu-right {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 5rem;
  }

  .navbar_component {
    border-bottom: 1px solid var(--border-subtle);
    justify-content: flex-start;
    align-items: center;
    min-height: 4.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar_link {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%;
    padding: 2rem 1rem;
    font-size: 2rem;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--text-primary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container {
    border: 0 solid #000;
    justify-content: flex-end;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-top {
    background-color: var(--text-primary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    background-color: var(--body-color);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .insights_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .features_content {
    text-align: left;
    flex: 1;
    order: -1;
  }

  .features_component {
    grid-column-gap: 3rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .features_image-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .features_top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border: 1px solid var(--border-subtle);
    text-align: center;
    flex: 0 auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    padding: 2.4rem;
  }

  .features_bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border: 1px solid var(--border-subtle);
    text-align: center;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding: 2.4rem;
  }

  .features_image {
    max-width: 30rem;
  }

  .mainfeatures_tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .insights_tile {
    border-bottom: 1px solid var(--border-subtle);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 16rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .insights_text-wrapper.text-align-center {
    text-align: left;
  }

  .heading-style-h3 {
    font-size: 4rem;
  }

  .padding-global {
    flex-flow: column;
    width: 90%;
    max-width: none;
    display: block;
  }

  .padding-global.padding-section-large {
    width: 90%;
    max-width: none;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .padding-global.padding-section-small {
    padding-top: 2rem;
  }

  .padding-global.isfullwidth {
    width: 100%;
  }

  .padding-global.is_footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-global.padding-section-impressum {
    padding-top: 2rem;
  }

  .hero_wrapper {
    padding-bottom: 1rem;
  }

  .features_wrapper {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .cta_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .smallhero_wrapper {
    flex-flow: column;
  }

  .smallhero_text {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    text-align: center;
    flex-flow: column;
  }

  .hero_text-paragraph {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .pricing_wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .pricing_tile {
    flex: 1;
    align-self: center;
    width: 70%;
    max-width: none;
  }

  .styleguide_flex {
    flex-flow: column;
  }

  .styleguide_mainwrapper {
    margin-top: 100px;
  }

  .heading-style-h2 {
    font-size: 5rem;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .button-icon {
    flex: 0 auto;
    align-self: center;
  }

  .subhero_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .subhero_wrapper.is-invert {
    flex-flow: row-reverse wrap-reverse;
  }

  .subhero_column {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .logo-img {
    flex: 0 auto;
    min-width: 5rem;
  }

  .partners-logos {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
  }

  .subhero_image {
    flex: 1;
    max-width: 25rem;
  }

  .hero_alt-header {
    margin-top: 2rem;
  }

  .process {
    margin-left: 0;
  }

  .process_content {
    width: 100%;
    min-width: auto;
  }

  .process_question-header {
    width: 50%;
  }

  .process_image {
    display: none;
  }

  .blog_wrapper {
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
  }

  .blog_tiles {
    flex-flow: wrap;
  }

  .blog_large-wrapper {
    border-top-style: none;
  }

  .article_hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .cta3_wrapper {
    flex-flow: column;
  }

  .cta3_img {
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
    min-height: 400px;
    display: block;
  }

  .subhero_buttons {
    margin-left: 0;
  }

  .checkout_column {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    min-width: auto;
  }

  .checkout_column.is-summary {
    flex: 0 auto;
    align-self: auto;
    min-width: auto;
    position: relative;
    top: 0;
  }

  .checkout_container {
    flex-flow: wrap;
    width: 100%;
  }

  .product_image {
    min-height: 25rem;
  }

  .tabs_wrapper.is-horizontal {
    flex-flow: column;
  }

  .tab.is-horizontal {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-topmenu.is-horizontal {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    flex-flow: column;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .product_similar-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    place-content: space-around center;
    align-items: center;
  }

  .product_similar-tile {
    flex: 0 auto;
    width: 50%;
    padding: 1rem;
  }

  .subhero_image_group {
    flex: 0 auto;
    width: 35rem;
    max-width: none;
    display: block;
  }

  .subhero_image_group-img {
    flex: 1;
    max-width: 25rem;
  }

  .section_hero_alt {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    height: 35rem;
    min-height: 30rem;
    margin-top: 100px;
    overflow: hidden;
  }

  .hero_alt_imagegroup {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    place-content: stretch;
    height: 30rem;
    min-height: 30rem;
  }

  .hero_alt-wrapper {
    height: auto;
    min-height: 30rem;
  }

  .hero_alt_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .image_anim_cover {
    display: none;
  }

  .hero_alt-header-wrapper {
    font-size: 11rem;
  }

  .heroalt_image-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }

  .heroalt_text-paragraph {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    font-size: 2rem;
  }

  .hearoalt_wrapper {
    padding-bottom: 1rem;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .nav-link-text {
    font-size: 6rem;
  }

  .logo-link.w--current {
    max-width: 50%;
  }

  .menu-button-wrapper {
    margin-right: 10px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .overlay-menu {
    display: none;
  }

  .logo-image-2 {
    max-width: 100%;
    margin-left: 10px;
  }

  .nav-menu-2 {
    display: none;
  }

  .hero_wrap {
    padding-left: 0;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 1;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2.25rem;
    line-height: 1;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.styled {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h6 {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
    line-height: 1;
  }

  .text-size-tiny.text-color-secondary {
    min-width: auto;
  }

  .button {
    width: 100%;
  }

  .button.is-secondary {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h4 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .form_input {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_image-wrapper {
    flex: none;
    width: 100%;
    min-width: auto;
    min-height: auto;
    max-height: 20rem;
  }

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial_inner-wrapper {
    column-count: 1;
    flex-flow: column;
  }

  .testimonial_content {
    padding: 1.5rem;
  }

  .mainfeatures_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid var(--border-subtle);
    margin-left: 0%;
    margin-right: 0%;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .plus_icon {
    flex: none;
  }

  .signup-form-wrapper {
    flex-flow: column;
  }

  .cta_form {
    flex-flow: column;
    display: flex;
  }

  .footer_top-wrapper {
    grid-row-gap: 4.8rem;
    border-bottom-style: none;
    border-bottom-width: 0;
    flex-flow: column;
  }

  .footer_link, .footer_social-link {
    font-size: 1.2rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_link-list {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding: 0 2rem 1rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer_legal-list.is-last {
    flex-flow: column;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 1;
    width: 100%;
  }

  .footer_left-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .features_content {
    order: 0;
    min-width: 1rem;
  }

  .features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .features_image-wrapper {
    flex: 1;
    order: -1;
  }

  .features_top {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
  }

  .features_bottom {
    flex-flow: column;
  }

  .mainfeatures_tabs {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-header {
    width: 100%;
    min-width: auto;
  }

  .insights_tile {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h3 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .padding-global.padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global.padding-section-small {
    padding-bottom: 2rem;
  }

  .padding-global.isfullwidth {
    width: 100%;
  }

  .padding-global.is_footer {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .padding-global.padding-section-impressum {
    padding-bottom: 2rem;
  }

  .hero_wrapper {
    flex-flow: column;
    display: flex;
  }

  .cta_wrapper {
    flex-flow: column;
  }

  .utility_header {
    justify-content: center;
    align-items: flex-start;
  }

  .smallhero_wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .smallhero_text {
    flex-flow: column;
  }

  .hero_text-paragraph {
    width: 100%;
    font-size: 2rem;
  }

  .styleguide-title {
    width: auto;
  }

  .styleguide_flex, .styleguide_mainwrapper {
    flex-flow: column;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .smallhero_header, .smallhero_paragraph {
    width: 100%;
  }

  .icons_wrapper {
    flex-flow: column;
  }

  .icons_component {
    flex-flow: wrap;
  }

  .form_mainwrapper {
    width: 100%;
  }

  .meettheteam_image {
    flex: 1;
    min-width: 12rem;
    min-height: 12rem;
  }

  .meettheteam_wrapper {
    flex-flow: column;
  }

  .logo-img {
    max-width: 6rem;
  }

  .partners-logos {
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .subhero_image {
    flex: 0 auto;
  }

  .section_textanim {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .process_content {
    width: 100%;
  }

  .process_list {
    margin-top: 0;
  }

  .process_question {
    padding: 1rem 1.25rem;
  }

  .process_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta3_header {
    padding: 2rem;
  }

  .shopproducts_flex {
    flex-flow: column;
  }

  .shopproducts_tile {
    min-width: auto;
  }

  .subhero_buttons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .product_image.is-image-reveal {
    width: 100%;
  }

  .feature_tab_wrapper {
    flex-flow: column;
  }

  .feature_tab-img {
    max-height: 20rem;
  }

  .subhero_image_group, .subhero_image_group-img {
    flex: 0 auto;
  }

  .section_hero_alt {
    height: auto;
    min-height: 31rem;
    margin-top: 40px;
  }

  .hero_alt_imagegroup {
    justify-content: center;
    display: none;
  }

  .hero_alt-wrapper {
    height: auto;
  }

  .cart_wrapper {
    min-width: 20rem;
  }

  .hero_alt-header-wrapper {
    font-size: 20vw;
  }

  .block-quote {
    font-size: 1.5rem;
  }

  .heroalt_text-paragraph {
    width: 100%;
  }

  .hero_imagecolumn {
    flex-flow: column-reverse;
  }

  .hearoalt_wrapper {
    flex-flow: column;
    display: flex;
  }

  .accordion_extra_text {
    display: none;
  }

  .nav-link-text {
    font-size: 4rem;
  }

  .logo-link.w--current {
    max-width: 100%;
  }

  .menu-button-wrapper {
    margin-right: 10px;
  }

  .logo-image-2 {
    max-width: 70%;
    margin-left: 10px;
  }

  .nav-menu-2 {
    justify-content: center;
    margin-right: 60px;
    display: none;
  }

  .hero_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_heading {
    letter-spacing: -5px;
    font-size: 5rem;
  }

  .hero_images-layout {
    grid-template-columns: 1fr;
  }

  .hero_content-block {
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    text-align: left;
  }

  .button {
    flex: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.is-secondary {
    flex: 0 auto;
    align-self: flex-start;
  }

  .button.is-secondary.is-small {
    justify-content: center;
    align-items: center;
  }

  .button.is-small {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .heading-style-h4 {
    font-size: 2rem;
  }

  .mainfeatures_content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .faq_accordion {
    padding: 1.2rem;
  }

  .faq_component {
    margin-top: 2rem;
  }

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

  .plus_icon {
    align-self: flex-end;
    min-width: 1.5rem;
    min-height: 1.5rem;
    padding: .5rem;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer_link {
    font-size: 1rem;
  }

  .footer_legal-link {
    font-size: .8rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    border: 0 solid #000;
  }

  .footer_link-list {
    border-bottom: 1px solid var(--border-subtle);
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 2.4rem;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .navbar_logo-link.w--current {
    padding-left: 0;
  }

  .navbar_menu-right {
    align-items: stretch;
  }

  .navbar_component {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .menu-icon {
    width: 3rem;
    height: 3rem;
  }

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

  .features_content {
    width: auto;
  }

  .features_component {
    grid-template-columns: 1fr;
  }

  .features_image-wrapper {
    order: -1;
  }

  .features_top, .features_bottom {
    flex-flow: column;
    padding: 1.2rem;
  }

  .insights_tile {
    min-width: 9rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-global.padding-section-large {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .features_wrapper {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .utility_header, .heroalt_text {
    width: 100%;
  }

  .hero_text-paragraph {
    text-align: left;
    font-size: 2rem;
  }

  .pricing_tile {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
  }

  .pricing_tile.is-highlighted {
    padding: .8rem;
  }

  .styleguide_component-wrapper, .styleguide_components-list.impressum {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    width: 100.395%;
    display: block;
  }

  .subhero_text {
    width: 100%;
  }

  .icons_wrapper {
    flex-flow: column;
  }

  .icon_tile {
    flex-flow: column;
    flex: 0 auto;
  }

  .meettheteam_wrapper {
    flex-flow: column;
  }

  .teamgrid_tile {
    flex: 0 auto;
    min-width: auto;
  }

  .textanim-text {
    font-size: 1rem;
  }

  .faq_question_header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .process_list {
    margin-top: 2rem;
  }

  .process_question {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .process_question-header {
    width: 80%;
  }

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

  .process_accordion {
    padding: 1.2rem;
  }

  .blog_post-details {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .teamgrid3_tile {
    min-width: auto;
  }

  .subhero_buttons {
    display: flex;
  }

  .checkout_container {
    padding: 1rem;
  }

  .checkout_shipping_method_tile, .checkout_list_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .checkout_total_price {
    font-size: 1.3rem;
  }

  .checkout_item_details {
    margin-left: 0;
    margin-right: 0;
  }

  .checkout_item_price {
    font-size: 1.3rem;
  }

  .hero_video {
    height: 100%;
  }

  .product_addtocart {
    width: auto;
  }

  .product_optionlist {
    flex-flow: column;
  }

  .product_optiondropdown {
    align-self: stretch;
  }

  .product_quantity {
    flex-flow: wrap;
  }

  .text-impressum {
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .tab.is-horizontal {
    align-self: auto;
    padding-left: 0;
  }

  .tab-text {
    text-align: center;
  }

  .section_hero_alt {
    height: auto;
    margin-top: 100px;
  }

  .hero_alt_imagegroup {
    display: none;
  }

  .cart_wrapper {
    min-width: 10rem;
  }

  .hero_alt-header-wrapper {
    margin-top: 2rem;
  }

  .heroalt_text-paragraph {
    text-align: left;
    font-size: 1.5rem;
  }

  .hero_text, .hero_imagecolumn {
    width: 100%;
  }

  .dropdown {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link-text {
    font-size: 2rem;
    line-height: 1;
  }

  .logo-link.w--current {
    width: 70%;
    max-width: 100%;
  }

  .menu-button-wrapper {
    width: 20px;
    height: 20px;
  }

  .overlay-menu {
    display: none;
  }

  .logo-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .nav-menu-2 {
    justify-content: flex-end;
    margin-right: 40px;
    display: none;
  }

  .dot-menu-button {
    width: 20px;
    height: 20px;
  }

  .hero_heading {
    letter-spacing: -2.5px;
    font-size: 3rem;
  }

  .hero_images-layout {
    transform: scale(3.4);
  }

  .heading, .heading-2 {
    font-size: 2rem;
  }

  .shy {
    display: inline-block;
  }
}

#w-node-_3047931b-dc75-3766-9101-62ed02665821-4e29f3e5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ce664012-ef0f-94e2-e7c3-426276ec2a9f-4e29f3e5, #w-node-c5516d98-0025-c9f2-6277-654d92780f1d-4e29f3e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78e5b33e-d8ed-b7d7-331b-f69cc7d9512e-c7d95110, #w-node-_78e5b33e-d8ed-b7d7-331b-f69cc7d9513a-c7d95110, #w-node-_78e5b33e-d8ed-b7d7-331b-f69cc7d95148-c7d95110 {
  align-self: stretch;
}

#w-node-_822a2e88-029a-7008-68f3-449438a1a755-38a1a752 {
  grid-area: 1 / 9 / 5 / 12;
}

#w-node-_822a2e88-029a-7008-68f3-449438a1a756-38a1a752 {
  grid-area: 3 / 11 / 6 / 13;
}

#w-node-_822a2e88-029a-7008-68f3-449438a1a757-38a1a752 {
  grid-area: 3 / 1 / 9 / 4;
}

#w-node-_062cba43-c213-3679-92f5-62eb1cddafdc-1cddafdb {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c5516d98-0025-c9f2-6277-654d92780f1d-4e29f3f3, #w-node-c5516d98-0025-c9f2-6277-654d92780f1d-4e29f3f4, #w-node-_1d213ca7-572e-a7d9-2bf0-8b3a7e163ada-4e29f405 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74d81615-5c27-841f-f119-f00b23f4c785-4e29f407 {
  grid-area: 1 / 9 / 5 / 12;
}

#w-node-_74d81615-5c27-841f-f119-f00b23f4c786-4e29f407 {
  grid-area: 4 / 11 / 6 / 13;
}

#w-node-_74d81615-5c27-841f-f119-f00b23f4c785-d261d953 {
  grid-area: 1 / 9 / 5 / 12;
}

#w-node-_74d81615-5c27-841f-f119-f00b23f4c786-d261d953 {
  grid-area: 4 / 11 / 6 / 13;
}

#w-node-d4fb9b76-47c7-2347-de0d-6a8adaa7196f-3769a8a9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ce664012-ef0f-94e2-e7c3-426276ec2a9f-3769a8a9, #w-node-c5516d98-0025-c9f2-6277-654d92780f1d-3769a8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4400adc9-31ee-9f43-2a96-f2fc7f182848-743d6058 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ce664012-ef0f-94e2-e7c3-426276ec2a9f-743d6058, #w-node-c5516d98-0025-c9f2-6277-654d92780f1d-743d6058 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ce664012-ef0f-94e2-e7c3-426276ec2aae-4e29f3e5, #w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a42-4e29f3e5, #w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a42-4e29f3f3, #w-node-_1d213ca7-572e-a7d9-2bf0-8b3a7e163aee-4e29f405, #w-node-ce664012-ef0f-94e2-e7c3-426276ec2aae-3769a8a9, #w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a42-3769a8a9, #w-node-ce664012-ef0f-94e2-e7c3-426276ec2aae-743d6058, #w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a42-743d6058 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3047931b-dc75-3766-9101-62ed02665821-4e29f3e5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ce664012-ef0f-94e2-e7c3-426276ec2aa3-4e29f3e5, #w-node-ce664012-ef0f-94e2-e7c3-426276ec2aa9-4e29f3e5, #w-node-a9ba5952-76d7-bbf4-1198-efd90cc6c95c-4e29f3e5, #w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a44-4e29f3e5, #w-node-a9ba5952-76d7-bbf4-1198-efd90cc6c95c-4e29f3f3, #w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a44-4e29f3f3, #w-node-a9ba5952-76d7-bbf4-1198-efd90cc6c95c-4e29f3f4, #w-node-_1d213ca7-572e-a7d9-2bf0-8b3a7e163ade-4e29f405, #w-node-_1d213ca7-572e-a7d9-2bf0-8b3a7e163ae7-4e29f405, #w-node-_58918c36-83ba-91f7-7e16-6b7ef30cf977-4e29f405 {
    order: -9999;
  }

  #w-node-d4fb9b76-47c7-2347-de0d-6a8adaa7196f-3769a8a9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ce664012-ef0f-94e2-e7c3-426276ec2aa3-3769a8a9, #w-node-ce664012-ef0f-94e2-e7c3-426276ec2aa9-3769a8a9, #w-node-a9ba5952-76d7-bbf4-1198-efd90cc6c95c-3769a8a9, #w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a44-3769a8a9 {
    order: -9999;
  }

  #w-node-_4400adc9-31ee-9f43-2a96-f2fc7f182848-743d6058 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ce664012-ef0f-94e2-e7c3-426276ec2aa3-743d6058, #w-node-ce664012-ef0f-94e2-e7c3-426276ec2aa9-743d6058, #w-node-a9ba5952-76d7-bbf4-1198-efd90cc6c95c-743d6058, #w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a44-743d6058 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_062cba43-c213-3679-92f5-62eb1cddafdc-1cddafdb {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }
}


@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Openinghourssans';
  src: url('../fonts/OpeningHoursSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}