:root {
  --color--background-color: #fbfcfd;
  --font-family--poppins: Poppins, sans-serif;
  --color--font-color: #0c0c20;
  --text-size--regular: 1rem;
  --text-size--huge: 2rem;
  --text-size--display: 3.5rem;
  --text-size--xxhuge: 2.875rem;
  --text-size--xxlarge: 1.75rem;
  --text-size--xhuge: 2.375rem;
  --color--light-blue: #283849a6;
  --text-size--large: 1.25rem;
  --text-size--small: .875rem;
  --text-size--medium: 1.125rem;
  --heading-style--h6: 4.5rem;
  --heading-style--h5: 5rem;
  --color--hpc-blue: #6c98ad;
  --text-size--xlarge: 1.5rem;
  --white-off: var(--color--background-color);
  --text-size--tiny: .75rem;
  --footer-background: #56788f;
  --color--bb-blue: #0079ad;
  --text-size--xdisplay: 3.75rem;
  --text-size--xxdisplay: 4rem;
  --heading-style--h3: 5.625rem;
  --color--light-black: #24242440;
  --color--black: #151515;
  --color--hpc-secondary: #cb822a;
  --font-family--satoshi-variable\<deleted\|variable-f01cf74d-a6b9-78f9-7c95-145a49ee7599\>: Poppins, sans-serif;
  --heading-style--h1: 11.5rem;
  --heading-style--h2: 6.5rem;
  --heading-style--h4: 5.25rem;
  --color--grey: #353535;
}

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

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

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

@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 {
  background-color: var(--color--background-color);
  font-family: var(--font-family--poppins);
  color: var(--color--font-color);
  font-size: var(--text-size--regular);
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-style-guide {
  color: #fff;
  background-color: #333;
  border-radius: 10rem;
  flex-direction: column;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: padding .6s;
  display: flex;
  overflow: hidden;
}

.button-style-guide:hover {
  grid-row-gap: .25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.rich-text h1 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text p {
  margin-bottom: 1.5rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text ul {
  margin-bottom: 1.5rem;
}

.rich-text h3 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text img {
  border-radius: .5rem;
  overflow: hidden;
}

.rich-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text blockquote {
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.container.large {
  max-width: 90vw;
}

.container.small {
  max-width: 90rem;
}

.container.medium {
  max-width: 100rem;
}

.text-size-regular {
  color: #1a1a1a;
  font-size: var(--text-size--regular);
}

.text-size-regular.text-weight-regular.button {
  color: var(--color--background-color);
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 500;
}

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

.text-size-display {
  font-size: var(--text-size--huge);
  line-height: 1.25;
}

.text-size-display.text-weight-regular {
  font-size: var(--text-size--huge);
}

.text-size-display.text-weight-regular._1220px {
  font-size: var(--text-size--xxlarge);
}

.heading-component {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 90ch;
  display: flex;
}

.blog-pots-component {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

.billing-address-toggle {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-header {
  color: var(--color--font-color);
  background-color: #3d4d740f;
  border-color: #0000;
  padding-top: 1rem;
  padding-bottom: 0;
}

.payment-info {
  border-radius: .5rem;
  overflow: hidden;
}

.checkout-wrapper {
  overflow: hidden;
}

.customer-info, .order-summary {
  border-radius: .5rem;
  overflow: hidden;
}

.checkout-form {
  background-color: var(--color--background-color);
  margin-top: 9rem;
}

.border-margin-checkout {
  overflow: hidden;
}

.apple-pay {
  border-radius: 6px;
}

.shipping-method {
  border-radius: .5rem;
  overflow: hidden;
}

.checkbox {
  margin-top: 0;
}

.block-content {
  color: var(--color--font-color);
  background-color: #3d4d740f;
  border-bottom-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
  padding-top: 1.7rem;
  padding-bottom: 1.5rem;
}

.shipping-address, .order-items, .billing-address {
  border-radius: .5rem;
  overflow: hidden;
}

.order-confirmation {
  background-color: var(--color--background-color);
  margin-top: 6rem;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 39rem;
  display: flex;
}

.password {
  opacity: .37;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-wrap {
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.password-text-field {
  color: var(--color--font-color);
  border-radius: .5rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1rem;
  transition: padding-left .25s;
}

.password-text-field:hover {
  padding-left: 1.2rem;
}

.button-wrap {
  align-self: center;
  display: flex;
}

.button-password {
  z-index: 5;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #0000;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  font-weight: 300;
  transition: all .4s;
  display: inline-flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-password:hover {
  color: #fff;
  background-color: #333;
}

.opacity-80 {
  opacity: .8;
}

.divider-line {
  background-color: var(--color--light-blue);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.divider-line.margin-bottom {
  margin-bottom: 2rem;
}

.text-size-large {
  font-size: var(--text-size--large);
  line-height: 1.25;
}

.text-size-large.align-center {
  border-top: 0 #000;
  border-radius: 0;
}

.text-size-large.align-center._1220px {
  font-size: var(--text-size--small);
}

.text-size-large.pad1 {
  padding-bottom: 15px;
  font-weight: 400;
}

.text-size-large._1220px {
  font-size: var(--text-size--regular);
}

.text-size-large.tab {
  font-size: var(--text-size--regular);
  font-weight: 400;
}

.text-size-large.contact {
  font-size: var(--text-size--regular);
}

.heading-6 {
  font-size: var(--heading-style--h6);
  font-weight: 400;
  line-height: 1;
}

.heading-5 {
  font-size: var(--heading-style--h5);
  padding-bottom: 50px;
  font-weight: 400;
  line-height: 1;
}

.heading-5.text-weight-medium {
  font-size: var(--text-size--xxhuge);
}

.heading-5.text-weight-medium.v1 {
  color: var(--color--hpc-blue);
  font-weight: 400;
}

.heading-5.text-color-blue {
  color: var(--color--hpc-blue);
  font-size: var(--heading-style--h6);
}

.heading-5.text-color-blue._1220px {
  font-size: var(--text-size--xxhuge);
}

.text-weight-light {
  font-weight: 300;
}

.text-size-medium {
  font-size: var(--text-size--regular);
  line-height: 1.2;
}

.text-size-medium.text-weight-medium.caps {
  color: #6c98ad;
  font-size: var(--text-size--xxlarge);
  text-align: center;
  font-weight: 500;
}

.text-size-medium.text-weight-medium.caps._1220px {
  font-size: var(--text-size--xlarge);
}

.text-size-medium.text-color-grey {
  color: #6f7076;
  font-weight: 400;
}

.text-size-medium.v1 {
  color: var(--white-off);
  max-width: none;
  font-weight: 500;
}

.text-size-medium.footer {
  color: var(--color--background-color);
  font-size: var(--text-size--small);
}

.text-size-medium.kontaktseite {
  font-size: var(--text-size--small);
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-color-font-color {
  color: #283849;
}

.text-weight-medium.tab {
  font-size: var(--text-size--small);
}

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

.text-size-small {
  font-size: var(--text-size--small);
  text-align: left;
  line-height: 1.15;
}

.text-size-small.text-weight-medium.caps {
  text-transform: uppercase;
}

.text-size-small.text-weight-medium.caps.v1 {
  color: var(--color--background-color);
  font-size: var(--text-size--tiny);
}

.text-size-small.caps.text-weight-medium {
  color: var(--footer-background);
}

.text-size-small.caps.text-weight-medium.v1 {
  font-size: var(--text-size--tiny);
}

.text-size-small.caps.text-weight-bold {
  color: var(--color--bb-blue);
  font-size: var(--text-size--medium);
  text-align: center;
}

.text-size-small.text-weight-regular.caps._1220px {
  font-size: var(--text-size--tiny);
}

.button {
  grid-row-gap: .25rem;
  color: var(--color--font-color);
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-size-huge {
  font-size: var(--text-size--huge);
  line-height: 1.25;
}

.text-size-huge.text-color-font-color {
  color: var(--color--font-color);
  text-decoration: none;
}

.text-size-huge.kontaktseite {
  font-size: var(--text-size--xlarge);
}

.caps {
  text-transform: uppercase;
}

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

.text-size-xdisplay {
  color: var(--color--hpc-blue);
  font-size: var(--text-size--xdisplay);
  line-height: 1.25;
}

.text-size-xxhuge {
  font-size: var(--text-size--xxhuge);
  line-height: 1.25;
}

.text-size-xxhuge.text-weight-regular._1220p-testimonial {
  font-size: var(--text-size--huge);
}

.text-size-xhuge {
  color: var(--color--hpc-blue);
  font-size: var(--text-size--xhuge);
  font-weight: 500;
  line-height: 1.25;
}

.text-size-xhuge.text-weight-medium {
  color: var(--color--hpc-blue);
}

.text-size-xhuge.text-weight-medium.v1 {
  color: var(--color--background-color);
  font-weight: 500;
}

.text-size-xhuge.text-weight-regular {
  font-size: var(--text-size--huge);
  font-weight: 400;
}

.text-size-xhuge.v1 {
  color: var(--color--font-color);
  font-weight: 400;
}

.text-size-xhuge.v1._1220px {
  font-size: var(--text-size--xxlarge);
}

.text-size-xhuge.tab {
  font-size: var(--text-size--xlarge);
}

.text-size-xxlarge {
  font-size: var(--text-size--xxlarge);
  padding-right: 94px;
  line-height: 1.25;
  display: block;
}

.text-size-xxlarge.tab {
  font-size: var(--text-size--medium);
}

.text-size-xlarge {
  font-size: var(--text-size--large);
  line-height: 1.25;
}

.text-size-xlarge._1220px {
  font-size: var(--text-size--regular);
  font-weight: 400;
}

.divider-line-instructions {
  opacity: .1;
  background-color: #151515;
  width: 100%;
  height: 1px;
}

.instructions-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.instruction-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 15vh;
  display: flex;
}

.instruction-heading {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-2-instruction {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2-instruction.text-weight-bold {
  font-size: var(--text-size--xxdisplay);
  font-weight: 700;
}

.double-button-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.relative {
  z-index: 2;
  position: relative;
}

.max-width-50ch {
  max-width: 57ch;
}

.instructions {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-70ch {
  max-width: 70ch;
}

.margin-top-description {
  margin-top: 2rem;
}

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

.header-component {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.max-width-60ch {
  max-width: 60ch;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border-bottom-color: #101011;
  border-left-color: #101011;
  border-right-color: #101011;
}

.job-card {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.jobs-heading {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50ch;
  display: flex;
}

.text-color-grey {
  color: #7d7d7d;
  -webkit-text-stroke-color: dimgrey;
}

.job-heading-wrapper {
  grid-row-gap: 3.5rem;
  flex-flow: column;
  margin-top: 8rem;
  display: flex;
}

.job-card-wrapper {
  color: #101011;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: .5rem;
  padding: 1.5rem 4.4rem 1.5rem 2.5rem;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  overflow: hidden;
}

.job-card-wrapper:hover {
  background-color: #e5e6e8;
  border-radius: .5rem;
}

.job-title {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
}

.job-text-wrap {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  opacity: .5;
  text-align: right;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.job-tags {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 60%;
  display: grid;
}

.blog-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.blog-card:first-child {
  flex-flow: column;
}

.mobile-recent-posts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-cards-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  text-align: center;
  max-width: 50ch;
}

.recent-blog-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.blog-card-image {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.image {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
}

.blog-bottom-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.blog-card-content {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  color: #283849;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-card-info {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: var(--color--font-color);
  align-items: center;
  display: flex;
}

.no-wrap {
  white-space: nowrap;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.faq-component {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  flex-flow: column;
  align-items: center;
  margin-top: 3.5rem;
  display: flex;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item {
  cursor: pointer;
  background-color: #e5e6e8;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  transition: background-color .25s;
  display: flex;
}

.faq-item:hover {
  background-color: #e5e6e899;
}

.faq-top {
  z-index: 1;
  font-size: var(--text-size--regular);
  cursor: pointer;
  position: relative;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.arrow {
  width: auto;
  height: auto;
}

.faq-bottom {
  z-index: 10;
  font-size: var(--text-size--regular);
  margin-right: 12rem;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  display: grid;
}

.faq-heading {
  text-align: center;
  max-width: 55ch;
}

.faq-wrapper {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.row-line {
  background-color: var(--color--light-black);
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
}

.row-wrapper {
  color: #1e1d30;
  display: block;
}

.row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  transition: padding .3s;
  display: grid;
}

.row:hover {
  padding-bottom: 1rem;
}

.faq-cta-image {
  width: 7.5rem;
  margin-bottom: .5rem;
}

.docs-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 3rem;
  display: flex;
}

.button-icon {
  z-index: 2;
  position: relative;
}

.docs-component {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin: 15vh auto 6rem;
  display: flex;
}

.docs-heading {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.button-blog {
  color: #101011;
  border: 1px solid #dfe1e7;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .3rem 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.docs-heading-wrap {
  grid-row-gap: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3.9375rem;
  display: flex;
}

.docs-last-update {
  grid-column-gap: 1.1875rem;
  color: #7d7d7d;
  align-items: center;
  height: 1.8rem;
  display: flex;
}

.docs-rich-text {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  display: flex;
}

.vertical-line {
  opacity: .31;
  background-color: #101011;
  width: 1px;
  height: 1rem;
}

.vertical-line.opacity-60.grey-background {
  background-color: #7d7d7d;
}

.button-relative {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
  position: relative;
}

.button-hover-docs {
  z-index: 1;
  background-color: var(--color--hpc-blue);
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.jobs-margin-top {
  margin-top: 8vh;
}

.contact-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-heading {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.opacity-90 {
  opacity: .9;
}

.opacity-60 {
  opacity: .6;
}

.opacity-60.teamseite {
  font-size: var(--text-size--small);
}

.contact-content {
  grid-row-gap: 1.3rem;
  color: var(--color--font-color);
  flex-direction: column;
  display: flex;
}

.contact-2-wrapper {
  grid-column-gap: 8.6rem;
  grid-row-gap: 8.6rem;
  background-color: #fbfcfd;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 15vh;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  display: grid;
}

.image-wrapper-contact {
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 16px 32px -12px #04252f33, 0 1px 2px #04252f14;
}

.contact-wrapper {
  grid-row-gap: 4rem;
  font-size: var(--text-size--tiny);
  flex-direction: column;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  display: flex;
  overflow: hidden;
}

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

.text-color-black.text-weight-medium {
  font-size: var(--text-size--small);
}

.text-color-black.footer {
  color: var(--color--background-color);
}

.button-contact {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  color: var(--color--background-color);
  cursor: pointer;
  background-color: #6c98ad;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.5rem;
  transition: all .45s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-contact.align-middle {
  justify-content: center;
  align-items: center;
}

.button-mask-pricing {
  border: 1px solid var(--color--hpc-secondary);
  background-color: var(--color--hpc-secondary);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.form-content-wrapper {
  z-index: 2;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  display: flex;
  position: relative;
}

.form-heading {
  text-align: center;
  max-width: 60ch;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #ec3c3c;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.main-button {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  color: #212121;
  cursor: pointer;
  background-color: #fbfbfb;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.5rem;
  transition: all .45s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color--font-color);
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  flex-direction: column;
  padding: 13px 29px;
  display: flex;
}

.contact-2-grid {
  grid-column-gap: .833vw;
  grid-row-gap: 2.5vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  align-self: auto;
  place-items: center;
  display: grid;
}

.contact-grid-component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  display: grid;
}

.contact-heading-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: var(--color--black);
  align-items: center;
  display: flex;
}

.elipse {
  background-color: var(--color--black);
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
}

.view-all-tag {
  grid-column-gap: .6rem;
  color: var(--color--font-color);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-content-wrapper {
  grid-row-gap: 2.75rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.blog-heading-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-list-wrap {
  width: 100%;
}

.blog-post-component {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.blog-tags-list {
  grid-column-gap: 3.125rem;
  align-items: center;
  display: flex;
}

.blog-tags-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  align-items: center;
  display: flex;
}

.blog-heading-component {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-categories {
  font-family: var(--font-family--satoshi-variable\<deleted\|variable-f01cf74d-a6b9-78f9-7c95-145a49ee7599\>);
  color: var(--color--font-color);
  white-space: nowrap;
  font-weight: 400;
  transition: all .25s;
}

.blog-categories:hover, .blog-categories.w--current {
  font-weight: 500;
}

.publish-wrapper {
  grid-column-gap: 1rem;
  opacity: .8;
  color: var(--color--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title-wrapper {
  color: var(--color--black);
  max-width: 60ch;
  text-decoration: none;
}

.image-background {
  border-radius: .5rem;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.card-content {
  z-index: 2;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-left: .3rem;
  text-decoration: none;
  display: flex;
}

.blog-card-categories {
  color: var(--color--black);
  text-transform: uppercase;
  font-weight: 500;
}

.blog-categories-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.country {
  color: var(--color--black);
}

.place-order {
  z-index: 5;
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paypal-checkout-form {
  background-color: var(--color--background-color);
  margin-top: 9rem;
}

.hero-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-size {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-size.align-cennter {
  align-items: center;
}

.max-width-45ch {
  max-width: 45ch;
}

.button-primary {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #121212;
  background-color: #fbfbfb;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-left: .4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary.second-style {
  color: var(--color--font-color);
  background-color: #efefef;
}

.button-primary.third-style {
  background-color: var(--footer-background);
  color: var(--color--background-color);
}

.button-icon-wrapper {
  z-index: 2;
  background-color: var(--color--hpc-blue);
  border-radius: .75rem;
  padding: .9rem .7rem;
  display: flex;
  position: relative;
}

.button-icon-wrapper.absolute {
  z-index: 1;
  background-color: var(--color--hpc-blue);
  opacity: 0;
  border-radius: .75rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-icon-wrapper.white {
  background-color: var(--color--background-color);
}

.button-component {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: center;
  margin-right: .4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon {
  object-fit: contain;
  width: 90%;
}

.button-text-color-black {
  z-index: 3;
  color: var(--color--font-color);
  margin-right: 1.1rem;
  position: relative;
}

.button-secondary {
  color: var(--color--background-color);
  padding: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.button-secondary:hover {
  opacity: .8;
  transform: translate(0, 1.5px);
}

.card-image {
  border-radius: .8rem;
  height: 100%;
  overflow: hidden;
}

.hero-cards {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #999f9933;
  flex-flow: column;
  display: flex;
}

.hero-card-image {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  padding-top: 1.5rem;
  display: flex;
}

.text-color-opacity {
  color: #283849b3;
  font-size: var(--text-size--small);
}

.hero-cards-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.max-width-28ch {
  max-width: 28ch;
}

.heading-images {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrapper {
  max-width: 110ch;
}

.span {
  text-align: left;
  white-space: nowrap;
  object-fit: cover;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 6.5rem;
  height: 4rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span.two {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/Duale-Zustellung-Icon.webp');
  background-size: contain;
  border-radius: .5rem;
}

.span.one {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url('../images/BriefButler-Brief-Logo.webp');
  background-position: 50%;
  background-size: contain;
  border-radius: .5rem;
  bottom: -.8rem;
}

.span.three {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/Sicherheit-Icon.webp');
  background-size: contain;
  border-radius: .5rem;
}

.card-wrapper {
  width: 40%;
  display: flex;
  position: relative;
}

.features-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55ch;
  display: flex;
}

.button-embed {
  align-items: center;
  padding-top: .1rem;
  display: flex;
}

.features {
  grid-column-gap: 9rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.features.invert {
  flex-direction: row-reverse;
  position: relative;
}

.mask-frame {
  z-index: 4;
  background-color: var(--color--hpc-blue);
  opacity: 0;
  pointer-events: none;
  object-fit: contain;
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.features-heading {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.features-component {
  grid-row-gap: 8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12rem;
  display: flex;
}

.features-image-wrapper {
  border-radius: .75rem;
  width: 40%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.features-image-wrapper.max-width {
  width: 100%;
}

.button-tertiary {
  grid-column-gap: .8rem;
  background-color: var(--color--hpc-blue);
  color: #fff;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: .7rem 1.5rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-tertiary:hover {
  grid-column-gap: 1.2rem;
}

.logos-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #1e3251;
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.logos-heading {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.logo-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  width: 90%;
  margin-left: 0;
  margin-right: 0;
}

.logo {
  justify-content: center;
  align-items: center;
  transition: opacity .25s;
  display: flex;
}

.logo:hover {
  opacity: .5;
}

.logo._3 {
  flex-flow: column;
}

.logo-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  width: 60%;
  max-width: 100%;
  height: 5.5rem;
}

.logo-image.fabasoft, .logo-image.sap {
  width: 60%;
}

.logo-image.kufgem {
  width: 100%;
}

.home-circle-heading {
  text-align: center;
  max-width: 66ch;
  padding-bottom: 0;
}

.home-circles {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.label-number {
  z-index: 2;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10rem;
  justify-content: center;
  align-items: stretch;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.label-number.fill {
  color: #101011;
  background-color: #e8e8e8;
  border-style: none;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}

.table-component {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: stretch;
  max-width: 130ch;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-44ch {
  max-width: 44ch;
}

.max-width-40ch {
  max-width: 40ch;
}

.services-image-sticky {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 260vh;
  position: relative;
}

.services-image-component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.services-image {
  border-radius: 2.125rem;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-paragraph {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-grid {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.about-grid-card {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-numbers {
  color: var(--color--hpc-blue);
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1;
}

.max-width-75ch {
  max-width: 75ch;
}

.about-paragraph-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 6rem;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12rem;
  display: grid;
}

.button-icon-white {
  z-index: 2;
  background-color: var(--color--hpc-blue);
  border-radius: .75rem;
  justify-content: center;
  padding: .7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-white.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: .7rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-icon-white.absolute.white {
  background-color: var(--color--hpc-blue);
}

.button-icon-white.white {
  background-color: #fff;
}

.text-color-white {
  color: #fff;
}

.text-color-white.margin-right {
  margin-right: .8rem;
}

.text-color-white.margin-right.relative {
  z-index: 2;
  position: relative;
}

.image-absolute {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-heading-component {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-wrapper-transparent {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.first-card-heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 50ch;
  display: flex;
}

.gradient-overlay {
  z-index: 1;
  pointer-events: none;
  color: #fff;
  background-image: linear-gradient(0deg, #191919, #14141400 80%);
  position: absolute;
  inset: 0%;
}

.gradient-overlay.gradient-testimonials {
  background-image: linear-gradient(0deg, #14141400 20%, #191919);
}

.icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.first-card {
  color: #fff;
  border-radius: 1rem;
  height: 100%;
  min-height: 44rem;
  padding-top: 3rem;
  padding-left: 2.5rem;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}

.button-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--color--background-color);
  background-color: #0000;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 0;
}

.display-none {
  display: none;
}

.bottom-slider-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.second-card {
  border-radius: 1rem;
  height: 35vw;
  min-height: 45rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mask-slider {
  color: #1a1a1a;
  background-color: #f4f5f7;
  border-radius: 1rem;
  height: 95%;
  overflow: hidden;
}

.slide-home {
  color: #1a1a1a;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 4.6rem 2rem 2rem;
  display: flex;
}

.slider-name {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-slider-text {
  font-size: var(--text-size--xlarge);
  letter-spacing: -.96px;
  font-weight: 400;
  line-height: 1.25;
}

.testimonial-slider-text.slide1 {
  font-size: var(--text-size--xlarge);
}

.slider-grid {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-tab-menu {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  width: 90vw;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.home-2-hero-heading {
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1.2;
}

.home-2-hero-heading.text-color-white._1220px {
  font-size: 3vw;
}

.white-elipse {
  background-color: #fff;
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
}

.hero {
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-tab {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero-background {
  position: absolute;
  inset: 0%;
}

.home-hero-heading {
  z-index: 3;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 90vw;
  display: flex;
  position: relative;
  bottom: 12rem;
}

.underline {
  background-color: #0003;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
}

.underline.white {
  background-color: #ffffff80;
}

.max-width-hero {
  max-width: 55vw;
}

.underline-animation {
  background-color: #000;
  height: 1px;
  position: absolute;
}

.underline-animation.white {
  background-color: #fff;
}

.hero-top-info {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-2-heading-tab {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.card-hero {
  grid-column-gap: .87rem;
  grid-row-gap: .87rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-hero.w--current {
  opacity: 1;
  background-color: #0000;
}

.hero-section {
  overflow: hidden;
}

.home-hero-card {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  flex-flow: column;
  max-width: 30ch;
  display: flex;
}

.hero-tab-content {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.home-2-hero-tab {
  z-index: 2;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.home-hero-placeholder {
  position: absolute;
  inset: 0%;
}

.text-size-regular-vw {
  font-size: 1vw;
}

.max-width-27vw {
  max-width: 20vw;
}

.home-about-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 60ch;
  display: flex;
}

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

.home-about {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 80%;
  margin-top: 12rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-about-top {
  max-width: 90ch;
}

.home-about-bottom {
  align-self: flex-end;
}

.steps-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}

.steps-header {
  text-align: center;
  max-width: 60ch;
}

.steps-cards-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-cards {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 3rem 5rem 3rem 3rem;
}

.steps-content {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 38ch;
  display: flex;
}

.home-row-component {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 16rem;
  display: flex;
}

.tabs {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  border-radius: 15px;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 70vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.row-button-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-tab-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 70ch;
  height: 100%;
  margin-bottom: 1rem;
  padding-right: 4rem;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  display: flex;
}

.row-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.row-image._1, .row-image._2, .row-image._3 {
  position: absolute;
}

.tab-wrapper {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: -.85rem;
  transition: all .25s;
  display: flex;
}

.tab-wrapper.w--current {
  background-color: #fbfbfb;
  max-width: none;
}

.max-width-42ch {
  max-width: 42ch;
}

.max-width-42ch.gap-tabs-content {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  display: flex;
}

.tabs-content {
  border-radius: 1rem;
  width: 50%;
  position: relative;
  overflow: hidden;
}

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

.row-info-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 41ch;
  display: flex;
}

.row-info {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  color: var(--color--font-color);
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-top: 2.2rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.row-info:hover {
  margin-bottom: 1rem;
}

.row-info.w--current {
  max-width: none;
}

.testimonial-text {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-image {
  border-radius: .5rem;
  align-self: stretch;
  width: 18rem;
  height: 22rem;
  overflow: hidden;
}

.name {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.clip {
  border-radius: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.testimonial-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slider-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 1.5rem 2.8rem 1.5rem 1.5rem;
  display: flex;
}

.testimonial-slider-card {
  background-color: #fff;
  border-radius: 1rem;
  width: 55rem;
  max-width: 55rem;
  box-shadow: 0 4px 8px #0000000d, 0 15px 15px #0000000a, 0 33px 20px #00000008, 0 59px 24px #00000003, 0 92px 26px #0000;
}

.quote {
  max-width: 50ch;
  margin-right: .4rem;
}

.testimonial-slider {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-arrow-right {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-right:hover {
  background-color: #7d7d7d1a;
}

.slider-arrow-left {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-left:hover {
  background-color: #7d7d7d1a;
}

.testimonial-wrapper {
  z-index: 10;
  margin-top: 12rem;
  margin-bottom: 3rem;
  position: relative;
}

.slider-star {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-end;
  display: flex;
}

.parallax-works-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 35vw;
  max-width: 35rem;
  height: 40vw;
  max-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.parallax-card:nth-child(2n) {
  position: relative;
  top: 12rem;
}

.team-cards-component {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-card-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
  display: flex;
}

.info-content {
  flex-flow: column;
  display: flex;
}

.info-image {
  border-radius: 50%;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  overflow: hidden;
}

.grid-testimonial-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.testimonial-grid-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #283849;
  background-color: #f4f5f7;
  border-radius: 1rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 39ch;
  padding: 2rem;
  display: flex;
}

.testimonial-grid-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.testimonial-grid-wrapper {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.info-description {
  opacity: .6;
}

.home-integrations-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  max-width: 55ch;
  display: flex;
}

.about-numbers-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 6rem;
  margin-bottom: 5rem;
}

.about-numbers-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 22ch;
  display: flex;
}

.text-align-center {
  text-align: center;
  max-width: 100ch;
}

.about-3-heading {
  white-space: nowrap;
}

.heading-about {
  color: var(--color--background-color);
  font-size: var(--heading-style--h1);
  letter-spacing: -2px;
  font-weight: 700;
  line-height: 1;
}

.about-3-wrapper {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  color: var(--color--background-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle-wrapper-hero-home {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  overflow: hidden;
}

.vertical-line-hero-indicator {
  background-color: #efefef1a;
  width: 1px;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.vertical-line-hero {
  z-index: 2;
  background-color: var(--color--background-color);
  width: 1px;
  height: 4rem;
  position: relative;
}

.about-card-bottom {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-card-bottom-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-card-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  padding: 1rem;
}

.about-card-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 53ch;
  display: flex;
}

.about-card-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 4rem 2.5rem 2rem;
  display: flex;
}

.about-card {
  background-color: #fff;
  border-radius: 1rem;
  width: 90%;
  margin-top: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 59px 24px #00000003, 0 33px 20px #00000008, 0 15px 15px #0000000a, 0 4px 8px #0000000d;
}

.about-card-image {
  border-radius: .5rem;
  height: 46rem;
  overflow: hidden;
}

.about-card-text-size {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.5;
}

.about-card-text-size._1220px {
  font-size: var(--text-size--large);
}

.about-logos-component {
  flex-flow: column;
  align-items: center;
  margin-top: 6.8rem;
  display: flex;
}

.about-content-wrapper {
  flex-flow: column;
  margin-top: 12rem;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 5.8rem;
  grid-row-gap: 5.8rem;
  opacity: 1;
  min-width: 70ch;
  display: flex;
}

.culture-heading {
  font-size: 1.8125rem;
  font-weight: 400;
}

.culture-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.top-about-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5rem;
  display: flex;
}

.bottom-about-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.services {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  white-space: nowrap;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-logos-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.culture-text-size {
  font-size: var(--text-size--medium);
  font-weight: 400;
}

.culture-text-size.culture-heading {
  font-weight: 500;
}

.culture-text-size.culture-heading._1220px {
  font-size: var(--text-size--large);
  font-weight: 500;
}

.culture-text-size._1220px {
  font-size: var(--text-size--regular);
  font-weight: 400;
}

.culture {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70ch;
  display: flex;
}

.button-text-color {
  z-index: 2;
  color: #fbfbfb;
  margin-right: 1rem;
  position: relative;
}

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

.job-wrapper {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  max-width: 100ch;
  display: flex;
}

.job-rich-text {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.job-heading-wrap {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job-component {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.8rem;
  padding-right: 5.8rem;
  display: flex;
}

.team-member-image {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 45vh;
  display: flex;
  overflow: hidden;
}

.team-member-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-member-post {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.social-links {
  color: #101011;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
  display: flex;
}

.social-links:hover {
  color: var(--color--font-color);
  transform: translate(0, -3px);
}

.social-wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.team-member-grid {
  grid-column-gap: 4rem;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem 3.3rem 1rem 1rem;
  display: grid;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000000d, 0 15px 15px #0000000a, 0 33px 20px #00000008, 0 59px 24px #00000003, 0 92px 26px #0000;
}

.social-icons {
  align-items: center;
  padding-top: .1rem;
  display: flex;
}

.team-member-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.team-member-job {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .8;
  flex-flow: row;
  display: flex;
}

.team-hero-wrapper {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-heading-wrap {
  grid-row-gap: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3.9375rem;
  display: flex;
}

.blog-heading {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.blog-last-update {
  grid-column-gap: 1.1875rem;
  align-items: center;
  height: 1.8rem;
  display: flex;
}

.blog-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin-top: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-image-wrapper {
  border-radius: .5rem;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.rich-text-paddig {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  margin-bottom: 4.3rem;
  padding-left: 1.25rem;
  display: flex;
}

.blog-posts:nth-child(2n) {
  height: 87%;
}

.blog-posts:first-child {
  min-height: 100%;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-component {
  grid-column-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 9rem;
  display: flex;
}

.cards-wrapper {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  display: flex;
}

.blog-tag-link {
  color: var(--color--font-color);
  max-width: 60ch;
  text-decoration: none;
}

.blog-tag-link.w--current {
  color: #042f3a;
}

.card {
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading-price {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 120ch;
  display: flex;
}

.heading-price.max-width-70ch {
  max-width: 70ch;
}

.pricing-heading {
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 2rem;
  display: flex;
}

.home-cards-subtitle {
  max-width: 68ch;
}

.pricing-component {
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 4rem;
  display: flex;
}

.products-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-card-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  max-width: 75rem;
  display: flex;
}

.pricing-card-grid:nth-child(2n) {
  flex-flow: row-reverse;
  display: flex;
}

.check-item {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 45ch;
  display: flex;
}

.left-card {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 3rem 3.5rem 4rem 3rem;
  display: flex;
  overflow: hidden;
}

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

.check-item-content {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.price-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: 1.5rem;
  display: flex;
}

.check-icon {
  width: .875rem;
  height: auto;
}

.check-icon-wrap {
  background-color: #e4e6f9;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  padding-left: .1rem;
  display: flex;
}

.card-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: .625rem;
  display: flex;
}

.right-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  width: 50%;
  padding: .75rem .75rem 3rem;
  display: flex;
  overflow: hidden;
}

.footer-content {
  justify-content: space-between;
  margin-bottom: 4rem;
  display: flex;
}

.footer-social-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.footer-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 35ch;
  margin-bottom: 3.25rem;
  display: flex;
}

.features-link {
  background-color: var(--color--background-color);
  color: var(--color--font-color);
  border-radius: .75rem;
  justify-content: center;
  align-items: flex-end;
  padding: .8rem 1.5rem;
  transition: all .45s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-link.navbar-margin {
  margin-left: 1rem;
}

.paragraph {
  color: #fffffff7;
}

.text-color-font-color {
  color: #283849;
}

.buttons-footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 7rem;
  display: flex;
}

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

.button-mask {
  background-color: var(--color--hpc-blue);
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-links-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.footer-social-links {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: #283849;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-social-links:hover {
  opacity: .5;
}

.branding-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  max-width: 35%;
  height: auto;
  display: flex;
}

.footer-wrapper {
  z-index: 9;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  position: relative;
}

.footer-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.footer-address {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  grid-column-gap: 6.625rem;
  grid-row-gap: 6.625rem;
  font-size: var(--text-size--small);
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  opacity: .8;
  color: var(--color--font-color);
  transition: all .25s;
}

.footer-link:hover {
  opacity: 1;
  transform: translate(0, 1px);
}

.dropdown {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--color--background-color);
  justify-content: flex-start;
  align-items: center;
  padding: .4rem .6rem;
  display: flex;
  position: relative;
}

.arrow-navbar {
  width: 1rem;
  height: 1rem;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  max-height: 2rem;
  transition: transform .25s, opacity .25s;
  display: flex;
}

.brand.w--current {
  height: auto;
  transition: transform .25s, opacity .25s;
}

.brand.w--current:hover {
  opacity: .6;
}

.navbar {
  z-index: 50;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  z-index: 2;
  align-items: center;
  display: flex;
}

.dropdown-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1e1d30;
  flex-flow: column;
  position: absolute;
  left: auto;
  right: auto;
}

.dropdown-list.w--open {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-end;
  margin-left: -1.5rem;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
  overflow: hidden;
}

.dropdown-list.other-list-wrapper {
  grid-column-gap: 2.5625rem;
  grid-row-gap: 2.5625rem;
  background-color: #fff;
  border: 1px solid #e4e6f9;
  border-radius: 10px;
  flex-flow: row;
  margin-left: -1.5rem;
  padding: 2rem 4rem 2rem 2rem;
  display: flex;
  position: relative;
}

.dropdown-list.other-list-wrapper.w--open {
  padding-right: 4rem;
}

.dropdown-list.other-list {
  grid-column-gap: 2.5625rem;
  grid-row-gap: 2.5625rem;
  padding: 2rem;
}

.dropdown-list.other-list.w--open {
  padding-right: 0;
  right: 0;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  font-size: var(--text-size--small);
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: var(--color--font-color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.navbar-link:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.navbar-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  white-space: nowrap;
  flex-flow: column;
  width: 6rem;
  display: flex;
}

.navbar-component {
  background-color: var(--color--light-black);
  -webkit-backdrop-filter: blur(19.25px);
  backdrop-filter: blur(19.25px);
  font-size: var(--text-size--regular);
  border-radius: 1.375rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  padding: .5rem 2.2rem .5rem 2.25rem;
  line-height: 1.5;
  display: flex;
}

.dropdown-icon {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.overlay-navbar {
  z-index: 1;
  opacity: 0;
  background-color: #040404;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbar-black {
  z-index: 50;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.cart-footer {
  border-top-color: #3333334d;
}

.cart-container {
  background-color: #ebebeb;
  border-radius: .5rem;
  overflow: hidden;
}

.cart-button {
  color: #121212;
  background-color: #e5e5e5;
  border-radius: 50%;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: .8rem 1rem;
  transition: all .3s;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cart-button:hover {
  opacity: .8;
  color: #000;
  background-color: #e5e5e5;
  transform: scale(.9);
}

.cart-quantity {
  background-color: #fbfbfb;
  border-color: #3b3b3b4d;
}

.remove-button {
  color: #e5e5e580;
  cursor: pointer;
}

.cart-icon {
  width: 100%;
  height: 60%;
  margin-right: 0;
}

.cart-header {
  border-bottom-color: #3333334d;
}

.checkout-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
}

.close-button {
  filter: invert();
  cursor: pointer;
}

.cart {
  z-index: 10;
}

.cart-button-wrapper {
  z-index: 5;
  align-self: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cart-button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0000;
  background-color: #0000;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.quantity {
  border-color: #0000;
}

.out-of-stock-state {
  color: #272727;
  text-align: center;
  border-radius: .3rem;
  width: 100%;
  margin-top: 0;
}

.error-state {
  color: #fbfbfb;
  text-align: center;
  background-color: #e56464;
  border-radius: .3rem;
  margin-top: 0;
  position: relative;
  inset: 0%;
}

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

.divider-line-homepage {
  background-color: var(--color--font-color);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.card-video-homepage {
  grid-row-gap: 1rem;
  color: var(--color--black);
  background-color: #2838491a;
  border-radius: .5rem;
  flex-direction: column;
  padding: .8rem .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.card-video-homepage:hover {
  background-color: var(--color--font-color);
  color: var(--color--background-color);
}

.overflow-hidden {
  overflow: hidden;
}

.hero-opener-bottom {
  z-index: 10;
  background-color: var(--color--black);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: auto;
  bottom: 0;
}

.hero-opener-top {
  z-index: 10;
  background-color: var(--color--black);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
}

.phone-number {
  color: var(--color--font-color);
  text-decoration: none;
}

.heading-contact {
  color: var(--color--hpc-blue);
  font-size: var(--text-size--xhuge);
  font-weight: 500;
  line-height: 1;
}

.link-2 {
  color: var(--color--background-color);
}

.div-block {
  padding: .4rem .6rem;
}

.image-2 {
  height: 125%;
}

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

.image-4 {
  max-width: 30%;
  height: auto;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: var(--color--hpc-secondary);
}

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

.image-8 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #000;
  position: static;
}

.text-span-6, .text-span-7 {
  color: var(--color--hpc-blue);
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--color--hpc-secondary);
}

.text-size-display-2 {
  font-size: 3.5rem;
  line-height: 1.25;
}

.text-size-display-2.text-weight-medium {
  color: var(--color--font-color);
  font-size: var(--text-size--xxhuge);
}

.opacity-91 {
  opacity: .8;
}

.big-numbers-2 {
  color: #e1ad6c;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1;
}

.big-numbers-2.text-weight-regular {
  font-weight: 400;
}

.big-numbers-2.text-weight-regular._1220px {
  color: var(--color--hpc-secondary);
  font-size: var(--heading-style--h6);
}

.button-secondary-2 {
  color: #fbfcfd;
  padding: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.button-secondary-2:hover {
  opacity: .8;
  transform: translate(0, 1.5px);
}

.button-icon-wrapper-2 {
  z-index: 2;
  background-color: #6c98ad;
  border-radius: .75rem;
  padding: .9rem .7rem;
  display: flex;
  position: relative;
}

.button-icon-wrapper-2.absolute {
  z-index: 1;
  opacity: 0;
  background-color: #6c98ad;
  border-radius: .75rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-color-black-2 {
  color: #151515;
}

.button-text-color-black-2 {
  z-index: 3;
  color: #0c0c20;
  margin-right: 1.1rem;
  position: relative;
}

.video-small {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 530px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-regular {
  color: #6f7076;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

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

.section-large {
  padding: 10rem 5% 0;
  position: relative;
}

.play-button {
  z-index: 2;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.play-image {
  flex: none;
  width: 32px;
  height: 32px;
}

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

.title-wrapper-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 490px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-detail {
  text-align: center;
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

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

.link-block {
  width: 100%;
}

.background-video-2 {
  height: 100%;
}

.background-video-3 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.background-video-3.ipad {
  display: none;
}

.faq {
  background-color: #f6f7f9;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.subheading-large {
  color: #2b2b2b;
  font-size: var(--text-size--regular);
  font-weight: 500;
  line-height: 1.75;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-top: 12rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-accordian-content {
  margin-top: -16px;
  padding-bottom: 24px;
}

.faq-accordian {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.faq-accordian:hover {
  background-color: #f6f6f6;
}

.faq-accordian-list {
  background-color: #fff0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.faq-tabs-menu-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.faq-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.paragraph-regular-2 {
  color: #454545;
  font-size: var(--text-size--small);
  margin-bottom: 0;
  line-height: 1.75;
}

.title-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-tab-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454545;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f6f6;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.tab-link:hover {
  background-color: #e7e7e7;
}

.tab-link.w--current {
  background-color: var(--footer-background);
  color: #fff;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-accordian-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.faq-accordian-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular-3.text-color-gray-600 {
  color: #525252;
  font-size: var(--text-size--small);
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.team-divider {
  background-color: #f5f5f5;
  width: 100%;
  height: 1px;
}

.team-member-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.h6-heading {
  font-size: var(--text-size--medium);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

.team-member-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.team-slide-link {
  color: #b8b8b8;
  transition: opacity .3s;
}

.team-slide-link:hover {
  color: #000;
}

.section-regular-3 {
  padding: 96px 5%;
  position: relative;
}

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

.image-cover.phone {
  display: none;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-color-gray-600 {
  color: #525252;
  font-size: var(--text-size--small);
}

.team-member-description {
  padding: 8px;
}

.career-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

.career-detail {
  color: #1a1a1a;
  font-size: var(--text-size--regular);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
}

.career-detail-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.paragraph-large-2 {
  font-size: var(--text-size--regular);
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 1.8;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.career-dot {
  background-color: #1a1a1a;
  border-radius: 32px;
  width: 6px;
  height: 6px;
}

.title-wrapper-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-heading-2 {
  font-size: var(--text-size--xdisplay);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-2.heading-karriere {
  font-size: var(--text-size--xhuge);
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.section-regular-4 {
  padding: 92px 5% 0;
  position: relative;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.career-heading-small {
  font-size: var(--text-size--xlarge);
  margin-top: 0;
  font-weight: 500;
  line-height: 34px;
}

.career-card {
  color: #1a1a1a;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.career-card:hover {
  color: #4255bd;
  background-color: #f4f5fb;
  border-color: #b3bbe5;
}

.career-badge {
  color: #6070c8;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.text-block {
  font-size: var(--text-size--small);
  line-height: 2.1;
}

.div-block-2 {
  grid-column-gap: 5.6rem;
  grid-row-gap: 5.6rem;
  flex-flow: row;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 5.6rem;
  grid-row-gap: 5.6rem;
  font-size: var(--text-size--small);
  display: flex;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: #4e6e83;
}

.section-2 {
  background-color: var(--footer-background);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 3rem 3rem 0 0;
  margin-top: 12rem;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
  color: var(--color--background-color);
}

.text-block-17, .text-block-18, .text-block-19, .text-block-20, ._1220px {
  font-size: var(--text-size--small);
}

.text-span-12 {
  color: var(--color--hpc-blue);
  -webkit-text-stroke-color: var(--footer-background);
  font-weight: 500;
}

.text-span-13 {
  color: var(--color--hpc-blue);
}

.text-block-21, .text-block-22, .text-block-23, .text-block-24, .bold-text, .text-block-25, .bold-text-2, .textblock-25 {
  font-size: var(--text-size--small);
}

.image-14, .image-15 {
  background-color: #000;
}

.container-small-2 {
  width: 100%;
  max-width: 588px;
  margin-top: 13.5rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-xx-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

._404-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small-4 {
  color: #36393f;
  font-size: 14px;
  line-height: 24px;
}

._404-footnote {
  text-align: center;
  margin-top: 124px;
}

.h6-heading-3 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.section-regular-5 {
  background-color: #fbfcfd;
  padding: 72px 5%;
  position: relative;
}

._404-icon {
  background-color: #f9f9fa;
  border: 4px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 10%;
  transform: rotate(10deg);
  box-shadow: 0 46px 13px #6c718000, 0 29px 12px #6c718003, 0 17px 10px #6c71800a, 0 7px 7px #6c718012, 0 2px 4px #6c718014;
}

._404-icon.large {
  width: 80px;
  height: 80px;
  inset: auto 0% 10% auto;
}

._404-icon.small {
  width: 48px;
  height: 48px;
  inset: auto 40% 0% auto;
  transform: rotate(-10deg);
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

._404-illustration {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.paragraph-large-3 {
  white-space: pre-wrap;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-large-3.text-color-tertiary {
  color: #6b7280;
}

.paragraph-2 {
  color: var(--color--background-color);
}

.div-block-4 {
  background-color: #000;
}

.text-block-27, .text-block-28 {
  color: #5868c6;
}

.fallback-image {
  z-index: -1;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.text-span-14, .text-span-15 {
  color: var(--color--hpc-blue);
  font-weight: 600;
}

.text-span-16, .text-span-17 {
  color: var(--color--hpc-blue);
}

.logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-regular {
  width: 100%;
  max-width: 1216px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-x-large {
  font-size: var(--text-size--small);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
}

.logo-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-2 {
  flex: none;
  padding: 16px 56px;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-carousel-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.carousel-overlay-white {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #faf9f900 20%, #f9f7f700 80%, #fff);
  position: absolute;
  inset: 0%;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #734573;
}

.button-primary-2.w--current {
  background-color: #4b264b;
}

.section-regular {
  padding: 16rem 5% 0;
  position: relative;
  overflow: hidden;
}

.logo-footnote {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading {
  color: var(--color--hpc-blue);
  font-size: var(--text-size--xxlarge);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.overline {
  font-size: var(--text-size--tiny);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
}

.code-embed, .slide-nav-code {
  display: none;
}

.logo-slider {
  background-color: #0000;
  height: auto;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

.logo-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  display: flex;
  overflow: visible;
}

.logo-slide-navigation {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 8px;
  display: flex;
  position: static;
}

.logo-image-large {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 40%;
  position: static;
}

.logo-image-large.v1 {
  max-height: 28%;
}

.section-large-2 {
  padding: 120px 5%;
  position: relative;
}

.logo-arrow {
  display: none;
}

.logo-title-wrapper {
  text-align: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.logo-slider-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-image-2 {
  flex: none;
  width: 40px;
  height: 40px;
}

.logo-footer-text {
  text-align: center;
  width: 100%;
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
}

.h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.text-span-19 {
  color: var(--color--hpc-blue);
}

@media screen and (min-width: 1280px) {
  .text-size-display {
    font-size: var(--text-size--display);
  }

  .text-size-display.text-weight-regular {
    font-size: var(--text-size--xxhuge);
  }

  .text-size-display.text-weight-regular._1220px {
    font-size: var(--text-size--display);
  }

  .text-size-large.align-center._1220px {
    font-size: var(--text-size--large);
  }

  .text-size-large.tab {
    font-size: var(--text-size--medium);
    font-weight: 400;
  }

  .text-size-large.contact {
    font-size: var(--text-size--medium);
  }

  .heading-5.text-weight-medium {
    font-size: var(--heading-style--h6);
  }

  .heading-5.text-weight-medium.v1 {
    font-weight: 400;
  }

  .heading-5.text-color-blue._1220px {
    color: var(--color--hpc-blue);
    font-size: var(--text-size--display);
  }

  .text-size-medium {
    font-size: var(--text-size--medium);
  }

  .text-size-medium.text-weight-medium.caps._1220px {
    font-size: var(--text-size--xxlarge);
  }

  .text-size-medium.text-color-grey {
    font-weight: 400;
  }

  .text-size-medium.v1 {
    color: var(--color--background-color);
  }

  .text-size-medium.footer {
    font-size: var(--text-size--regular);
  }

  .text-size-medium.kontaktseite {
    font-size: var(--text-size--xlarge);
  }

  .text-weight-medium.tab {
    font-size: var(--text-size--regular);
  }

  .text-weight-medium._1220px {
    font-size: var(--text-size--medium);
  }

  .text-size-small.caps.text-weight-medium.v1, .text-size-small.text-weight-regular.caps._1220px {
    font-size: var(--text-size--small);
  }

  .text-size-xxhuge.text-weight-regular._1220p-testimonial {
    font-size: var(--text-size--xxhuge);
  }

  .text-size-xhuge.text-weight-medium.v1 {
    color: var(--color--background-color);
  }

  .text-size-xhuge.text-weight-regular {
    font-size: var(--text-size--xhuge);
  }

  .text-size-xhuge.v1._1220px {
    font-size: var(--text-size--huge);
  }

  .text-size-xhuge.tab {
    font-size: var(--text-size--xhuge);
  }

  .text-size-xxlarge.tab, .text-size-xlarge {
    font-size: var(--text-size--xlarge);
  }

  .text-size-xlarge._1220px {
    font-size: var(--text-size--xlarge);
    font-weight: 400;
  }

  .heading-2-instruction.text-weight-bold {
    font-size: var(--heading-style--h3);
  }

  .text-color-grey {
    color: #696969;
  }

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

  .contact-heading {
    grid-row-gap: 1rem;
  }

  .contact-wrapper, .text-color-opacity {
    font-size: var(--text-size--regular);
  }

  .span.one {
    bottom: -.4rem;
  }

  .logo-grid {
    grid-row-gap: 3.5rem;
  }

  .logo-image, .logo-image.fabasoft, .logo-image.sap {
    width: 80%;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #191919, #14141400 80%);
  }

  .gradient-overlay.gradient-testimonials {
    background-image: linear-gradient(0deg, #14141400 20%, #191919);
  }

  .testimonial-slider-text, .testimonial-slider-text.slide1 {
    font-size: var(--text-size--xxlarge);
  }

  .home-2-hero-heading.text-color-white._1220px {
    font-size: 4vw;
  }

  .heading-about {
    letter-spacing: -2px;
  }

  .about-card-text-size._1220px, .culture-text-size {
    font-size: var(--text-size--large);
  }

  .culture-text-size.culture-heading {
    font-weight: 500;
  }

  .culture-text-size.culture-heading._1220px {
    font-size: var(--text-size--xlarge);
  }

  .culture-text-size._1220px {
    font-size: var(--text-size--large);
  }

  .branding-image {
    max-width: 40%;
    height: auto;
  }

  .footer-right, .right-navbar-content {
    font-size: var(--text-size--regular);
  }

  .navbar-component {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-contact {
    color: var(--color--font-color);
    font-size: var(--heading-style--h6);
  }

  .text-size-display-2.text-weight-medium {
    font-size: var(--text-size--xdisplay);
  }

  .big-numbers-2.text-weight-regular._1220px {
    font-size: var(--heading-style--h2);
  }

  .text-color-black-2._1220px {
    font-size: var(--text-size--medium);
  }

  .background-video-3 {
    display: block;
  }

  .subheading-large {
    font-size: var(--text-size--medium);
  }

  .paragraph-regular-2 {
    font-size: var(--text-size--regular);
  }

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

  .paragraph-regular-3.text-color-gray-600 {
    font-size: var(--text-size--regular);
  }

  .h6-heading {
    font-size: var(--text-size--large);
  }

  .paragraph-large.text-color-gray-600 {
    font-size: var(--text-size--medium);
  }

  .career-detail {
    font-size: var(--text-size--regular);
  }

  .paragraph-large-2 {
    font-size: var(--text-size--medium);
  }

  .h1-heading-2.heading-karriere {
    font-size: var(--heading-style--h6);
  }

  .career-heading-small {
    font-size: var(--text-size--huge);
  }

  .text-block, .div-block-3, .text-block-17, .text-block-18, .text-block-19, .text-block-20, ._1220px {
    font-size: var(--text-size--regular);
  }

  .text-span-12 {
    color: var(--footer-background);
  }

  .text-block-21, .text-block-22, .text-block-23, .text-block-24, .bold-text, .text-block-25, .bold-text-2, .textblock-25 {
    font-size: var(--text-size--regular);
  }

  .container-small-2 {
    margin-top: 13.5rem;
  }

  .text-span-18 {
    color: var(--color--hpc-blue);
  }

  .container-regular {
    margin-top: 0;
  }

  .paragraph-x-large {
    font-size: var(--text-size--medium);
  }

  .h3-heading {
    color: var(--color--hpc-blue);
    font-size: var(--text-size--xhuge);
    font-weight: 500;
  }

  .overline {
    font-size: var(--text-size--medium);
  }

  .logo-image-large {
    max-height: 50%;
  }

  .logo-image-large.v1 {
    max-height: 45%;
  }
}

@media screen and (max-width: 991px) {
  .text-size-regular {
    font-size: 1rem;
  }

  .text-size-display {
    font-size: 2.5rem;
  }

  .text-size-display.text-weight-regular._1220px {
    font-size: var(--text-size--xhuge);
  }

  .blog-pots-component {
    margin-bottom: 4rem;
  }

  .checkout-wrapper {
    flex-flow: column;
    display: flex;
  }

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

  .text-size-large.tab {
    font-size: var(--text-size--medium);
  }

  .heading-5 {
    font-size: 4rem;
  }

  .heading-5.text-weight-medium.v1 {
    font-weight: 400;
  }

  .text-size-medium {
    font-size: var(--text-size--medium);
  }

  .text-size-medium.text-weight-medium.caps {
    text-align: center;
  }

  .text-size-medium.footer, .text-size-medium.kontaktseite {
    font-size: var(--text-size--regular);
  }

  .text-weight-medium.tab {
    font-size: var(--text-size--regular);
    font-weight: 500;
  }

  .text-weight-medium._1220px {
    font-size: var(--text-size--regular);
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .text-size-xdisplay {
    font-size: 2.7rem;
  }

  .text-size-xxhuge {
    font-size: 2.4rem;
  }

  .text-size-xhuge {
    font-size: var(--text-size--xhuge);
  }

  .text-size-xhuge.v1._1220px {
    font-size: var(--text-size--huge);
  }

  .text-size-xhuge.tab {
    font-size: var(--text-size--xxlarge);
  }

  .text-size-xxlarge {
    font-size: 1.8rem;
  }

  .text-size-xxlarge.tab {
    font-size: var(--text-size--xlarge);
  }

  .text-size-xlarge {
    font-size: 1.7rem;
  }

  .text-size-xlarge._1220px {
    font-size: var(--text-size--medium);
  }

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

  .heading-2-instruction {
    font-size: 4.5rem;
  }

  .heading-2-instruction.text-weight-bold {
    font-size: var(--heading-style--h6);
  }

  .relative._1 {
    position: absolute;
  }

  .max-width-50ch {
    max-width: none;
  }

  .jobs-heading {
    max-width: 45ch;
  }

  .job-card-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-color: #dbdbdb;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .job-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .job-tags {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    place-items: center start;
    width: 100%;
    display: flex;
  }

  .mobile-recent-posts {
    display: flex;
  }

  .collection-list-wrapper {
    display: none;
  }

  .blog-cards-list {
    grid-template-columns: 1fr 1fr;
  }

  .recent-blog-wrapper {
    margin-top: 6rem;
  }

  .image {
    object-fit: cover;
  }

  .image.footer {
    display: block;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .faq-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .faq-bottom {
    margin-right: 0;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
  }

  .row {
    flex-direction: column;
    grid-template-columns: .25fr;
    align-items: flex-start;
    transition: none;
    display: flex;
  }

  .row:hover {
    padding-bottom: 0;
  }

  .docs-component {
    margin-bottom: 0;
  }

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .contact-2-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .text-color-black.text-weight-medium {
    font-size: var(--text-size--regular);
  }

  .button-contact {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-heading {
    max-width: none;
  }

  .main-button {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .contact-grid-content {
    grid-row-gap: 1.3rem;
  }

  .contact-2-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .contact-grid-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-background {
    overflow: clip;
  }

  .hero-size {
    height: 100svh;
    min-height: 100svh;
  }

  .text-color-opacity {
    font-size: var(--text-size--regular);
  }

  .hero-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-images {
    align-items: center;
    max-width: none;
    margin-top: 6rem;
  }

  .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .span {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .span.two {
    width: 4rem;
  }

  .span.one {
    width: 4rem;
    bottom: -.6rem;
  }

  .span.three {
    width: 4rem;
  }

  .card-wrapper, .features-content {
    width: 100%;
  }

  .features {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .features.invert {
    flex-direction: column;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 6rem;
  }

  .features-image-wrapper {
    width: 100%;
  }

  .logos-component {
    margin-top: 6rem;
  }

  .logo-grid {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-image, .logo-image.fabasoft {
    width: 80%;
  }

  .logo-image.sap {
    width: 45%;
  }

  .home-circles {
    margin-top: 6rem;
  }

  .label-number.fill {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table-component {
    margin-top: 6rem;
  }

  .max-width-44ch {
    max-width: none;
  }

  .services-image-sticky {
    margin-top: 0;
  }

  .about-paragraph {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
  }

  .about-grid {
    grid-column-gap: 8rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    place-items: center;
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .about-grid-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .big-numbers {
    font-size: 6rem;
  }

  .testimonial-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 8rem;
    display: flex;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #191919, #14141400 80%);
  }

  .first-card {
    height: auto;
    min-height: 30rem;
    max-height: none;
  }

  .second-card {
    height: auto;
    min-height: auto;
  }

  .slide-home {
    height: 30rem;
    padding-right: 2rem;
  }

  .testimonial-slider-text, .testimonial-slider-text.slide1 {
    font-size: var(--text-size--xlarge);
  }

  .hero-tab-menu {
    flex-flow: column;
    display: none;
  }

  .home-2-hero-heading {
    font-size: 2.5rem;
  }

  .home-2-hero-heading.text-color-white {
    font-size: 9vw;
  }

  .home-2-hero-heading.text-color-white._1220px {
    font-size: 8vw;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-tab {
    position: absolute;
  }

  .home-hero-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
    bottom: 0;
  }

  .max-width-hero {
    max-width: 100%;
  }

  .home-2-heading-tab {
    padding-left: 0;
  }

  .hero-tab-content {
    inset: 0%;
  }

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

  .max-width-27vw {
    max-width: 40ch;
  }

  .home-about-content {
    max-width: none;
  }

  .double-button {
    flex-flow: wrap;
    align-items: center;
    width: 100%;
  }

  .home-about {
    width: 100%;
    margin-top: 6rem;
  }

  .home-about-bottom {
    align-self: flex-start;
  }

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

  .home-row-component {
    margin-top: 6rem;
  }

  .tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
  }

  .tabs-menu {
    order: -1;
    width: 100%;
  }

  .tab-wrapper {
    margin-bottom: 1rem;
  }

  .tabs-content {
    width: 100%;
  }

  .testimonial-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial-image, .clip {
    width: 100%;
  }

  .testimonial-slider-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    display: grid;
  }

  .testimonial-slider-card {
    width: auto;
    max-width: none;
  }

  .quote, .testimonial-slider {
    max-width: none;
  }

  .slider-arrow-right, .slider-arrow-left {
    display: none;
  }

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

  .parallax-works-image {
    width: 100%;
    max-width: none;
    height: 25rem;
    max-height: none;
  }

  .grid-testimonial-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 8rem;
  }

  .testimonial-grid-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
    height: 100%;
  }

  .testimonial-grid-content {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: block;
  }

  .testimonial-grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
    margin-top: 1rem;
  }

  .about-numbers-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .about-numbers-component {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-about {
    font-size: 10rem;
    line-height: 1;
  }

  .subtitle-wrapper-hero-home {
    align-items: center;
    width: 90%;
  }

  .about-card-grid {
    flex-flow: column-reverse;
    display: flex;
  }

  .about-card-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: none;
    margin-bottom: 3rem;
  }

  .about-card-left {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .about-card {
    width: 100%;
    margin-top: 7rem;
  }

  .about-card-text-size {
    font-size: 1.7rem;
  }

  .about-logos-component {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .services-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    min-width: 0;
  }

  .culture-title {
    width: auto;
  }

  .top-about-content, .bottom-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .about-logos-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .culture-text-size {
    font-size: var(--text-size--medium);
  }

  .culture-text-size.culture-heading, .culture-text-size.culture-heading._1220px {
    font-weight: 500;
  }

  .culture-text-size._1220px {
    font-size: var(--text-size--medium);
    font-weight: 400;
  }

  .culture {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    opacity: .8;
    width: 100%;
  }

  .job-heading {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .job-rich-text {
    padding-left: 0;
  }

  .job-component {
    margin-top: 15vh;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 50vh;
  }

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

  .team-member-post {
    width: 100%;
  }

  .team-member-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-bottom: 3.3rem;
    padding-right: 1rem;
  }

  .team-member-component {
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-job {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-component {
    max-width: none;
    margin-top: 15vh;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .cards-component {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-bottom: 5rem;
  }

  .cards-wrapper {
    grid-row-gap: 2rem;
  }

  .card {
    width: 100%;
    max-width: none;
  }

  .pricing-card-grid {
    flex-flow: column-reverse;
    max-width: none;
    display: flex;
  }

  .pricing-card-grid:nth-child(2n) {
    flex-flow: column-reverse;
  }

  .pricing-card-content {
    text-align: left;
    align-items: flex-start;
  }

  .left-card {
    text-align: center;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .check-item-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-heading {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .right-card {
    width: auto;
  }

  .footer-content {
    flex-flow: column;
  }

  .footer-paragraph {
    max-width: none;
  }

  .features-link {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .features-link.navbar-margin {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .buttons-footer {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .buttons-footer.align-mobile {
    flex-flow: wrap;
  }

  .footer-component {
    margin-top: 8rem;
  }

  .branding-image {
    max-width: 30%;
    height: auto;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .dropdown {
    color: #101011;
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all .25s;
    position: relative;
  }

  .dropdown.w--open {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .brand {
    height: auto;
    max-height: none;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

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

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #e6e6e6;
    border-radius: 1.375rem;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: 1rem;
    padding: 2rem;
    position: absolute;
    left: 5vw;
    right: 5vw;
  }

  .dropdown-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
  }

  .dropdown-list.w--open {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0000;
    border-color: #0000;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .dropdown-list.other-list-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-color: #0000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .dropdown-list.other-list-wrapper.w--open, .dropdown-list.other-list.w--open {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 0 1rem 2.5rem;
  }

  .right-navbar-content {
    font-size: var(--text-size--regular);
    display: flex;
  }

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

  .nav-menu-wrap {
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-column {
    width: 100%;
  }

  .navbar-component {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
    position: relative;
  }

  .dropdown-icon {
    color: #101011;
  }

  .heading-contact {
    font-size: var(--text-size--display);
  }

  .align-image-mobile {
    object-position: 50% 25%;
  }

  .link-2, .link-2.w--current {
    color: var(--color--font-color);
  }

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

  .text-size-display-2 {
    font-size: 2.5rem;
  }

  .big-numbers-2 {
    font-size: 6rem;
  }

  .big-numbers-2.text-weight-regular._1220px {
    font-size: var(--heading-style--h3);
  }

  .background-video-3 {
    display: none;
  }

  .background-video-3.ipad {
    display: block;
  }

  .faq-tabs-menu-center {
    margin-bottom: 32px;
  }

  .paragraph-regular-2 {
    font-size: var(--text-size--regular);
  }

  .faq-tab-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .paragraph-regular-3.text-color-gray-600 {
    font-size: var(--text-size--regular);
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .career-grid {
    grid-template-columns: 1fr;
  }

  .h1-heading-2.heading-karriere {
    font-size: var(--text-size--xxhuge);
  }

  ._1220px, .text-block-24, .bold-text, .text-block-25, .bold-text-2, .textblock-25 {
    font-size: var(--text-size--regular);
  }

  .image-12, .image-13, .image-14, .image-15 {
    display: none;
  }

  .text-block-26 {
    color: var(--color--font-color);
    text-align: left;
  }

  .section-regular-5 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .paragraph-x-large {
    font-size: var(--text-size--regular);
  }

  .section-regular {
    padding-top: 6rem;
  }

  .h3-heading {
    font-size: var(--text-size--xxlarge);
  }

  .overline {
    font-size: var(--text-size--tiny);
  }

  .logo-image-large {
    max-height: 45%;
  }

  .logo-slider-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-display {
    font-size: 2.3rem;
  }

  .checkout-wrapper {
    margin-top: 4rem;
  }

  .utility-page-form {
    width: 80%;
  }

  .heading-6 {
    font-size: 5rem;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .text-size-xhuge.v1._1220px {
    font-size: var(--text-size--xxlarge);
  }

  .text-size-xxlarge.tab {
    font-size: var(--text-size--xlarge);
  }

  .heading-2-instruction {
    font-size: 4rem;
  }

  .job-heading-wrapper {
    grid-row-gap: 3rem;
    margin-top: 6rem;
  }

  .job-card-wrapper {
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .job-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    flex-flow: column;
    width: auto;
  }

  .job-tags {
    width: auto;
  }

  .blog-cards-list {
    flex-flow: column;
    display: flex;
  }

  .recent-blog-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .image.footer {
    vertical-align: baseline;
    display: inline-flex;
  }

  .faq-bottom-content {
    padding-bottom: 0;
  }

  .faq-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .docs-cta {
    text-align: center;
    margin-bottom: 4rem;
  }

  .docs-component {
    grid-row-gap: 0rem;
  }

  .docs-heading-wrap {
    margin-bottom: 4rem;
  }

  .docs-rich-text {
    padding-left: 0;
  }

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .contact-2-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-grid-content {
    grid-row-gap: 1rem;
  }

  .contact-2-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    place-items: stretch start;
  }

  .contact-grid-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .view-all-tag {
    white-space: nowrap;
  }

  .blog-tags-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card-image {
    height: 30vh;
  }

  .heading-images {
    grid-row-gap: 2rem;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .card-wrapper {
    width: 100%;
  }

  .features-component {
    grid-row-gap: 4rem;
  }

  .button-tertiary {
    justify-content: center;
    align-items: center;
  }

  .logos-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .logo-grid {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
  }

  .logo-image {
    object-fit: contain;
    width: 9rem;
    height: 2.6rem;
  }

  .home-circles, .table-component, .about-grid {
    margin-top: 4rem;
  }

  .about-grid-card {
    text-align: center;
    max-width: none;
  }

  .testimonial-grid {
    margin-top: 6rem;
  }

  .gradient-overlay {
    background-image: linear-gradient(#fff0 20%, #191919);
  }

  .slide-home {
    padding-right: 2rem;
  }

  .testimonial-slider-text, .testimonial-slider-text.slide1 {
    font-size: var(--text-size--large);
  }

  .home-2-hero-heading.text-color-white {
    font-size: 3.9rem;
  }

  .home-hero-heading {
    top: 12rem;
    bottom: 0;
    left: 0;
  }

  .double-button {
    width: 100%;
  }

  .steps-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 6rem;
  }

  .steps-cards-component {
    flex-flow: column;
    display: flex;
  }

  .steps-cards {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .row-tab-heading {
    padding-right: 0;
  }

  .tabs-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-42ch.gap-tabs-content {
    max-width: none;
  }

  .testimonial-image {
    object-position: 50% 0%;
    width: 100%;
    max-height: none;
  }

  .testimonial-slider-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 1rem;
  }

  .testimonial-slider-card {
    width: 100%;
  }

  .testimonial-wrapper {
    margin-top: 6rem;
  }

  .parallax-works-image {
    width: 100%;
  }

  .parallax-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-cards-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-testimonial-wrapper {
    margin-top: 6rem;
  }

  .testimonial-grid-card {
    max-width: none;
  }

  .testimonial-grid-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .testimonial-grid-wrapper {
    margin-top: 0;
  }

  .home-integrations-header {
    max-width: none;
  }

  .about-numbers-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }

  .about-numbers-component {
    text-align: center;
    max-width: none;
  }

  .heading-about {
    font-size: 7rem;
  }

  .about-card-left {
    padding-left: 0;
    padding-right: 0;
  }

  .about-card {
    margin-top: 6rem;
  }

  .about-card-image {
    height: 24rem;
  }

  .about-logos-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .about-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .services-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
  }

  .culture-title {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .top-about-content, .bottom-about-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services {
    width: auto;
  }

  .about-logos-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .job-heading {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .job-rich-text {
    padding-left: 0;
  }

  .team-member-image {
    height: 40vh;
  }

  .team-member-component {
    grid-row-gap: 3rem;
  }

  .blog-heading {
    font-size: 3.5rem;
  }

  .blog-component.margin-top-blog {
    margin-top: 4rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .pricing-component {
    margin-top: 2rem;
  }

  .pricing-card-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pricing-card-content {
    text-align: left;
  }

  .left-card {
    padding: 1.5rem 1.5rem 2rem;
  }

  .footer-content {
    margin-bottom: 4rem;
  }

  .features-link.navbar-margin {
    margin-top: 2rem;
  }

  .buttons-footer {
    width: 100%;
  }

  .footer-component {
    margin-top: 4rem;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-right {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: auto auto;
  }

  .dropdown-list.w--open {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0000;
    padding-right: 1.5rem;
  }

  .navbar-component {
    padding-left: 1rem;
  }

  .text-size-display-2 {
    font-size: 2.3rem;
  }

  .big-numbers-2.text-weight-regular {
    font-size: 5rem;
  }

  .video-small {
    height: 320px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .title-center {
    margin-bottom: 48px;
  }

  .team-member-image-wrapper {
    order: -1;
  }

  .h6-heading {
    font-size: 28px;
  }

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

  .image-cover {
    display: none;
  }

  .image-cover.phone {
    display: inline-block;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .career-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .logo-2 {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo-carousel-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 36px;
  }

  .logo-image-large, .logo-image-large.v1 {
    max-height: 50%;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-display {
    font-size: 2rem;
  }

  .blog-pots-component {
    margin-top: 15vh;
    margin-bottom: 0;
  }

  .checkout-wrapper {
    margin-top: 4rem;
  }

  .divider-line {
    width: 100%;
  }

  .text-size-large.tab {
    font-size: var(--text-size--medium);
  }

  .heading-6 {
    font-size: 3rem;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .text-size-medium.text-weight-medium.caps {
    text-align: center;
  }

  .text-size-xdisplay.text-weight-medium.hide-mobile {
    display: none;
  }

  .text-size-xhuge {
    font-size: var(--text-size--xxlarge);
  }

  .text-size-xhuge.v1._1220px, .text-size-xxlarge.tab {
    font-size: var(--text-size--xlarge);
  }

  .divider-line-instructions {
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 3rem;
    line-height: 1.1;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .job-heading-wrapper {
    margin-top: 4rem;
  }

  .job-card-wrapper, .job-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .job-tags {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .faq-title-wrapper {
    padding-right: 3.5rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .row-line {
    margin-top: 2rem;
  }

  .docs-cta {
    margin-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .docs-rich-text {
    padding-left: 0;
  }

  .vertical-line.display-none-mobile {
    display: none;
  }

  .contact-grid {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .contact-2-wrapper {
    margin-top: 7rem;
    margin-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-wrapper {
    grid-row-gap: 2rem;
  }

  .contact-grid-content {
    align-items: flex-start;
  }

  .contact-2-grid {
    grid-column-gap: .833vw;
    grid-row-gap: 2rem;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: start center;
    display: grid;
  }

  .contact-grid-component {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-heading-wrapper, .view-all-tag {
    justify-content: center;
    align-items: center;
  }

  .blog-heading-wrapper {
    grid-row-gap: 2rem;
  }

  .blog-post-component {
    margin-top: 15vh;
  }

  .blog-tags-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .blog-tags-content {
    flex-flow: wrap;
  }

  .card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-image {
    height: 25vh;
  }

  .hero-cards-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .heading-images {
    grid-row-gap: 1.5rem;
    align-items: center;
  }

  .span.one {
    text-decoration: none;
    bottom: -1rem;
  }

  .features-content {
    justify-content: flex-start;
    align-items: stretch;
  }

  .features {
    grid-row-gap: 2rem;
  }

  .features-component {
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .button-tertiary {
    justify-content: center;
  }

  .logos-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .logo-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-image {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .logo-image.sap {
    width: 80%;
  }

  .home-circles {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .big-numbers {
    font-size: 6rem;
  }

  .first-card {
    height: auto;
    padding: 2.5rem 1.5rem;
  }

  .slide-home {
    padding-right: 2rem;
  }

  .testimonial-slider-text, .testimonial-slider-text.slide1 {
    font-size: var(--text-size--regular);
  }

  .home-2-hero-heading.text-color-white {
    font-size: 3rem;
  }

  .hero {
    min-height: 100svh;
    max-height: 100svh;
  }

  .home-hero-heading {
    align-self: center;
    top: 8rem;
    left: 0;
  }

  .home-2-heading-tab {
    padding-left: 0;
  }

  .card-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .double-button {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .steps-cards {
    padding-right: 1.5rem;
  }

  .row-tab-heading {
    padding-right: 0;
  }

  .tabs-menu {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .tab-wrapper, .tab-wrapper.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .row-info {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .row-info.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-image {
    height: 30rem;
  }

  .slider {
    height: auto;
  }

  .testimonial-info {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-slider-content {
    grid-auto-columns: 1fr;
    place-items: stretch center;
    padding: 1rem 1rem 1.3rem;
  }

  .testimonial-slider-card {
    width: 100%;
  }

  .testimonial-slider {
    max-width: none;
  }

  .testimonial-grid-card {
    padding: 1.5rem;
  }

  .testimonial-grid-wrapper {
    margin-top: 0;
  }

  .about-numbers-wrapper {
    display: flex;
  }

  .heading-about {
    font-size: 4.5rem;
  }

  .about-card-bottom {
    flex-flow: column;
  }

  .about-card-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-card-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .about-card-image {
    height: 17rem;
  }

  .about-logos-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .about-content-wrapper {
    margin-top: 4rem;
  }

  .services-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

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

  .bottom-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
  }

  .about-logos-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .culture {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .job-heading {
    flex-flow: column;
  }

  .job-rich-text {
    padding-left: 0;
  }

  .team-member-post {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-member-grid {
    grid-row-gap: 1rem;
  }

  .team-member-job {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .blog-heading {
    font-size: 2.5rem;
  }

  .rich-text-paddig {
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cards-component {
    margin-bottom: 0;
  }

  .card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

  .pricing-card-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .check-item-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .price-text {
    flex-flow: column;
  }

  .footer-content {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .footer-social-wrap {
    flex-flow: wrap;
  }

  .footer-paragraph {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
  }

  .features-link.navbar-margin {
    margin-top: 1rem;
  }

  .buttons-footer {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

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

  .double-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .branding-image {
    justify-content: center;
    align-items: center;
    max-width: 55%;
    height: auto;
  }

  .footer-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-address {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 3rem;
    text-align: center;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    place-items: start center;
    padding-top: 0;
    display: grid;
  }

  .nav-menu {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list.other-list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -2rem;
    display: grid;
  }

  .dropdown-list.other-list-wrapper.w--open {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .dropdown-list.other-list.w--open {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    overflow: visible;
  }

  .navbar-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .navbar-column.mobile-fill {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .divider-line-homepage {
    width: 100%;
  }

  .heading-contact {
    font-size: var(--text-size--xxlarge);
  }

  .image-4 {
    max-width: 40%;
  }

  .text-size-display-2 {
    font-size: 2rem;
  }

  .big-numbers-2 {
    font-size: 6rem;
  }

  .video-small {
    border-radius: 12px;
    height: 200px;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .faq-accordian-toggle {
    padding-right: 5%;
  }

  .team-member-image-wrapper {
    height: 220px;
  }

  .team-member-card {
    padding: 16px;
  }

  .image-cover {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .career-detail-wrapper {
    flex-wrap: wrap;
  }

  .career-card {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .logo-2 {
    padding: 8px 16px;
  }

  .logo-carousel-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-image-large, .logo-image-large.v1 {
    max-height: 90%;
  }

  .logo-slider-grid {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_56680b79-2828-67cc-7fc0-496468afb43e-6cf1dac4, #w-node-fd725444-8de6-efd0-1523-36b7bbce6737-bbce6726, #w-node-dc60e91b-3ff5-6808-a402-1bd8ff63248b-6cf1daca, #w-node-_222bc024-afe2-d274-339d-c7f1770535c0-6cf1dacd, #w-node-_5dd9b0c0-6739-9b8a-4c31-f53ccabb2b19-6cf1dacd, #w-node-_39dfeaca-16bd-1414-bbf4-bd0027c10a2b-6cf1dacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39dfeaca-16bd-1414-bbf4-bd0027c10a37-6cf1dacf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5c4b441-077e-ed68-59a3-62d1b9ba6911-6cf1dacf, #w-node-d5c4b441-077e-ed68-59a3-62d1b9ba6913-6cf1dacf, #w-node-d5c4b441-077e-ed68-59a3-62d1b9ba6920-6cf1dacf, #w-node-d5c4b441-077e-ed68-59a3-62d1b9ba692d-6cf1dacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3b45b63-d3c1-f3b7-5b63-3b9111601458-6cf1dad3, #w-node-a3b45b63-d3c1-f3b7-5b63-3b911160145c-6cf1dad3, #w-node-a3b45b63-d3c1-f3b7-5b63-3b9111601460-6cf1dad3, #w-node-de63a493-35ee-fe92-fc90-5879a6fa5c7c-6cf1dad3, #w-node-c62de6d8-cfa2-d460-1997-2b449befe82a-6cf1dad3, #w-node-b4156740-078d-dfba-5923-33fd7210caad-6cf1dad3, #w-node-_9649a048-8862-7fdd-0fac-7826239e77eb-6cf1dad3, #w-node-_7be0d835-5be8-8e51-117f-124107b3d74a-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296a4-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296a6-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296a8-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296aa-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296ac-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296ae-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296b0-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296b2-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e00-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e02-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e04-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e06-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e08-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e0a-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e0c-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e0e-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffc9-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffcb-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffcd-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffcf-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd1-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd3-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd5-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd7-6cf1dad3, #w-node-_3a78e20c-683d-39ff-e4a7-87b7ab0c237a-6cf1dad3, #w-node-_3a78e20c-683d-39ff-e4a7-87b7ab0c237c-6cf1dad3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6328e8e6-c5f0-b2e8-4c49-c4908c33599b-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6328e8e6-c5f0-b2e8-4c49-c4908c33599f-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6328e8e6-c5f0-b2e8-4c49-c4908c3359a2-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d2fbc0ab-d1e8-a166-d3bb-a53375aa7c08-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2fbc0ab-d1e8-a166-d3bb-a53375aa7c0c-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5ac0b91-e995-2004-9da4-c89632dd8585-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-dbd37c27-1ca0-6ec6-a0cd-6b6084a3f8e6-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbd37c27-1ca0-6ec6-a0cd-6b6084a3f8ea-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbd37c27-1ca0-6ec6-a0cd-6b6084a3f8ed-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6971a430-3cbe-4a03-984a-82f532d24540-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6971a430-3cbe-4a03-984a-82f532d24544-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6971a430-3cbe-4a03-984a-82f532d24547-6cf1dad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c734d964-900b-57d2-1866-40334bbddaf8-6cf1db21 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-cdf878ec-f61a-ba22-0974-4385f76db1ad-6cf1db21 {
  align-self: start;
}

#w-node-cdf878ec-f61a-ba22-0974-4385f76db1b1-6cf1db21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87a116fb-763f-8a8a-f4c4-9dba325fc0e1-6cf1db21 {
  align-self: start;
}

#w-node-_87a116fb-763f-8a8a-f4c4-9dba325fc0e4-6cf1db21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdf878ec-f61a-ba22-0974-4385f76db1b9-6cf1db21 {
  align-self: start;
}

#w-node-cdf878ec-f61a-ba22-0974-4385f76db1bd-6cf1db21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fea609d-f70a-3632-2014-16e424b92df8-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92dfa-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92dfc-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92dfe-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e00-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e02-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e04-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e06-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e0a-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e0c-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e0e-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e10-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e12-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e14-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e16-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e18-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e1c-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e1e-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e20-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e22-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e24-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e26-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e28-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e2a-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e2e-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e30-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e32-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e34-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e36-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e38-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e3a-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e3c-6cf1db21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_56680b79-2828-67cc-7fc0-496468afb43e-6cf1dac4 {
    justify-self: center;
  }

  #w-node-a3b45b63-d3c1-f3b7-5b63-3b9111601458-6cf1dad3, #w-node-a3b45b63-d3c1-f3b7-5b63-3b911160145c-6cf1dad3, #w-node-a3b45b63-d3c1-f3b7-5b63-3b9111601460-6cf1dad3, #w-node-de63a493-35ee-fe92-fc90-5879a6fa5c7c-6cf1dad3, #w-node-c62de6d8-cfa2-d460-1997-2b449befe82a-6cf1dad3, #w-node-b4156740-078d-dfba-5923-33fd7210caad-6cf1dad3, #w-node-_9649a048-8862-7fdd-0fac-7826239e77eb-6cf1dad3, #w-node-_7be0d835-5be8-8e51-117f-124107b3d74a-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296a4-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296a6-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296a8-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296aa-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296ac-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296ae-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296b0-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296b2-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e00-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e02-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e04-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e06-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e08-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e0a-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e0c-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e0e-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffc9-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffcb-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffcd-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffcf-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd1-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd3-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd5-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd7-6cf1dad3, #w-node-_3a78e20c-683d-39ff-e4a7-87b7ab0c237a-6cf1dad3, #w-node-_3a78e20c-683d-39ff-e4a7-87b7ab0c237c-6cf1dad3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6cb89c7-9963-e9cb-8d32-416f1f52d6a9-6cf1dad3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a6cb89c7-9963-e9cb-8d32-416f1f52d6ae-6cf1dad3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a6cb89c7-9963-e9cb-8d32-416f1f52d6b3-6cf1dad3 {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-c734d964-900b-57d2-1866-40334bbddaf8-6cf1db21 {
    grid-column: span 2 / span 2;
  }

  #w-node-c734d964-900b-57d2-1866-40334bbddafb-6cf1db21 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c734d964-900b-57d2-1866-40334bbddb01-6cf1db21 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c734d964-900b-57d2-1866-40334bbddb07-6cf1db21 {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-c734d964-900b-57d2-1866-40334bbddb0d-6cf1db21 {
    grid-area: 3 / 2 / 3 / 3;
  }

  #w-node-_5fea609d-f70a-3632-2014-16e424b92df8-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92dfa-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92dfc-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92dfe-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e00-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e02-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e04-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e06-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e0a-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e0c-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e0e-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e10-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e12-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e14-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e16-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e18-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e1c-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e1e-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e20-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e22-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e24-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e26-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e28-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e2a-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e2e-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e30-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e32-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e34-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e36-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e38-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e3a-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e3c-6cf1db21 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_61eb185b-bb02-1561-2c15-0226098ad168-71bc1c1c, #w-node-_47460df3-b7ad-bcd6-5bf9-476ef6b210e8-f6b2106e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb7f6886-7b51-805f-4d1f-25e07d0b9e56-6cf1daca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3b45b63-d3c1-f3b7-5b63-3b9111601458-6cf1dad3, #w-node-a3b45b63-d3c1-f3b7-5b63-3b911160145c-6cf1dad3, #w-node-a3b45b63-d3c1-f3b7-5b63-3b9111601460-6cf1dad3, #w-node-de63a493-35ee-fe92-fc90-5879a6fa5c7c-6cf1dad3, #w-node-c62de6d8-cfa2-d460-1997-2b449befe82a-6cf1dad3, #w-node-b4156740-078d-dfba-5923-33fd7210caad-6cf1dad3, #w-node-_9649a048-8862-7fdd-0fac-7826239e77eb-6cf1dad3, #w-node-_7be0d835-5be8-8e51-117f-124107b3d74a-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296a4-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296a6-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296a8-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296aa-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296ac-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296ae-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296b0-6cf1dad3, #w-node-_63eb877d-b955-1867-4f33-63d7aaf296b2-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e00-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e02-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e04-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e06-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e08-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e0a-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e0c-6cf1dad3, #w-node-_0638a00d-7308-4b55-e836-7caf0b612e0e-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffc9-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffcb-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffcd-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffcf-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd1-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd3-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd5-6cf1dad3, #w-node-cbda0db5-0758-92ac-f67f-cb0d46c1ffd7-6cf1dad3, #w-node-_3a78e20c-683d-39ff-e4a7-87b7ab0c237a-6cf1dad3, #w-node-_3a78e20c-683d-39ff-e4a7-87b7ab0c237c-6cf1dad3, #w-node-_5fea609d-f70a-3632-2014-16e424b92df8-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92dfa-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92dfc-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92dfe-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e00-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e02-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e04-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e06-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e0a-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e0c-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e0e-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e10-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e12-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e14-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e16-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e18-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e1c-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e1e-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e20-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e22-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e24-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e26-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e28-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e2a-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e2e-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e30-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e32-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e34-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e36-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e38-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e3a-6cf1db21, #w-node-_5fea609d-f70a-3632-2014-16e424b92e3c-6cf1db21 {
    grid-column: span 1 / span 1;
  }
}


