:root {
  --number: 1780px;
  --number-2: 1390px;
}

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

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

.w-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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

  .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 {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 57px;
  font-weight: 500;
  line-height: 100%;
}

a {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
}

.body {
  color: #000;
  background-color: #fff6ea;
  font-family: Outfit, sans-serif;
  font-size: 18px;
}

.hero-section.section-pading {
  padding-left: 29px;
  padding-right: 29px;
}

.hero-section.section-padding {
  background-color: #fff6ea;
  border: 1px #fff;
  margin-top: -255px;
}

.container {
  max-width: 1040px;
  margin-top: 78px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

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

.grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
}

.grid-2 {
  grid-template-rows: auto;
  place-content: stretch;
  margin-top: 37px;
}

.heading {
  text-transform: uppercase;
}

.heading-2 {
  text-transform: capitalize;
  overflow-wrap: normal;
  font-size: 70px;
  line-height: 100%;
}

.paragraph, .paragraph-2 {
  text-align: right;
}

.paragraph-2.short-p {
  text-align: left;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: auto;
  font-size: 23px;
  line-height: 25px;
}

.paragraph-2.short-p.intro {
  outline-offset: 0px;
  text-transform: capitalize;
  background-color: #fff;
  border: 6px solid #4d5faf;
  outline: 3px solid #ed786a;
  padding: 23px;
}

.paragraph-2.short-p.intro.hero {
  background-color: #0000;
  border-color: #0000;
  outline-color: #0000;
}

.button {
  opacity: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fb7c6c;
  border-radius: 20px;
  margin: 51px 47px 0 0;
  padding: 21px 42px;
  font-size: 30px;
  transition: color .35s, background-color .375s;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  color: #000;
  background-color: #7caeff;
}

.button.ghost {
  color: #fb7c6c;
  text-align: left;
  background-color: #ffd8d3;
  border: 3px solid #fb7c6c;
  align-self: flex-start;
  margin-top: 9px;
  margin-right: 0;
  padding: 21px 24px;
  font-size: 30px;
  transition: border-color .2s, color .35s, background-color .375s;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.button.ghost:hover {
  color: #fff;
  background-color: #7caeff;
  border-color: #3e30db;
}

.button.innovate {
  margin-bottom: 64px;
}

.button.innovate.black {
  background-color: #000;
  font-family: Outfit, sans-serif;
}

.button.innovate.black:hover {
  color: #fff;
  background-color: #7caeff;
}

.button.form-button {
  border-radius: 25px;
  margin: -1px -23px -2px auto;
  padding: 11px 20px;
  font-size: 20px;
}

.div-block {
  margin-bottom: 0;
}

.navbar {
  background-color: #0000;
  margin-top: auto;
  position: relative;
  top: 86px;
}

.image {
  max-width: 35%;
  margin: 114px auto -144px 0;
  display: inline-block;
  overflow: clip;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-right: 8px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 500;
  right: -25px;
}

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

.nav-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #ffd8d3;
  border-radius: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.little-circle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fb7c6c;
  border-radius: 100px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 17px;
  height: 17px;
  display: block;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 91px;
  margin-bottom: 51px;
  display: flex;
}

.featured-section {
  margin-top: 128px;
}

.featured-section.section-padding {
  margin-top: -2px;
}

.sub-header {
  text-transform: uppercase;
  background-color: #fdfdfd00;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.sub-header.oj {
  color: #fb7c6c;
  margin-top: 23px;
}

.sub-header.yum {
  font-family: Outfit, sans-serif;
}

.logos-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-color: #ffebba;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 190px;
  margin-top: 27px;
  margin-bottom: -18px;
  padding: 30px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.featured-logo {
  opacity: .45;
  filter: drop-shadow(4px 2px 4px #000000b3);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  outline: 3px #000;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: opacity .375s;
}

.featured-logo:hover {
  opacity: 100;
}

.page-content-wrapper {
  z-index: 3;
  background-color: #fff6ea;
  border: 1px solid #ff0001;
  margin-top: 1px;
  position: relative;
}

.bg-grads {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.big-circle {
  z-index: 1;
  opacity: .56;
  filter: blur(150px);
  color: #fdabab;
  background-color: #fbb36c;
  border-radius: 500px;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: -30% auto auto -9%;
}

.big-circle.big-circle-2 {
  background-color: #fb8d6c;
}

.big-circle-two {
  z-index: 1;
  opacity: .4;
  filter: blur(100px);
  color: #fdabab;
  background-color: #fb926c;
  border-radius: 500px;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: 107% 0% auto auto;
}

.big-circle-two.big-circle-2 {
  background-color: #fb8d6c;
}

.section-padding {
  background-color: #fff6ea;
  margin-top: -124px;
  padding-left: 20px;
  padding-right: 20px;
}

.sub-header-mobile {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
}

.image-2 {
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.benifit-section.section-pading {
  padding-left: 29px;
  padding-right: 29px;
}

.benifit-section.section-padding {
  margin-top: 30px;
}

.heading-3 {
  text-transform: capitalize;
  overflow-wrap: normal;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
}

.image-3 {
  max-width: 130%;
  margin-left: -164px;
  padding: 0 38px;
}

.app--section.section-pading {
  padding-left: 29px;
  padding-right: 29px;
}

.image-4 {
  max-width: 130%;
  margin-left: 40px;
  padding: 26px 83px;
}

.short-h2 {
  text-align: center;
  text-transform: capitalize;
  overflow-wrap: normal;
  flex-flow: column;
  width: auto;
  max-width: 500px;
  margin-left: 206px;
  padding-right: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  position: relative;
}

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

._3-call-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 44px;
  margin-bottom: 44px;
}

.card-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  background-color: #ffecba;
  border-radius: 11px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 24px;
  display: flex;
  position: static;
}

.image-5 {
  border: 0 #000;
  border-radius: 1000px;
}

.image-6 {
  max-width: 40%;
  margin-top: auto;
}

.paragraph-3 {
  margin-bottom: auto;
}

.testa-image-wrapper {
  position: relative;
}

.testa-color-overlay {
  z-index: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: saturation;
  background-color: #d1ff7d;
  background-clip: border-box;
  border-radius: 10000%;
  position: absolute;
  inset: 0%;
}

.cta-section {
  margin-top: 202px;
}

.cta-wrapper {
  background-image: linear-gradient(98deg, #fb7c6c, #ffecba);
  border-radius: 11px;
  width: 100%;
  padding: 54px;
}

.heading-4 {
  padding: 0 245px;
}

.heading-4.yumm {
  font-family: Outfit, sans-serif;
}

.footer-section {
  padding-bottom: 36px;
  display: flex;
}

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

.footer-link {
  color: #000;
  text-indent: 12px;
  column-count: auto;
  border: 1px #000;
  padding-right: 0;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.list-item {
  word-break: normal;
  margin-top: 17px;
}

.image-7 {
  margin-left: -8px;
  padding-right: 0;
}

.footer-header {
  letter-spacing: 3px;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: auto;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.footer-header.oj {
  color: #fb7c6c;
  margin-top: 23px;
}

.footer-header-news {
  letter-spacing: 3px;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: auto;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.footer-header-news.oj {
  color: #fb7c6c;
  margin-top: 23px;
}

.form-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  -webkit-text-fill-color: inherit;
  background-color: #ffd8d3;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 100px;
  flex-flow: row;
  width: 330.375px;
  height: auto;
  margin-top: 26px;
  padding: 0;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.form-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border: 0 #000;
  margin: 5px;
  padding-left: 25px;
  font-size: 14px;
}

.footer-gradient {
  background-image: linear-gradient(315deg, #000, #fb7d6d 0%, #ffe7b6);
  height: 20px;
}

.link, .link-2 {
  color: #000;
  text-decoration: none;
}

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

.link-4, .link-5, .link-6, .link-7 {
  color: #000;
  text-decoration: none;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: 0;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 31px;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: block;
  position: static;
}

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

.link-5-copy {
  color: #000;
  text-decoration: none;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.video {
  width: 40%;
  height: auto;
  padding: 0;
  position: relative;
  top: -1px;
  bottom: -1px;
}

.pricing-overview-2 {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  margin-top: -5px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit, sans-serif;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-2:hover {
  color: #ff9149;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.section {
  background-color: #fff6ea;
}

.text-block {
  font-family: Outfit, sans-serif;
  font-size: 18px;
}

.pricing-titles, .heading-6 {
  font-family: Outfit, sans-serif;
}

.team-slider {
  background-color: #fff6ea;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
}

.centered-subheading {
  text-align: left;
  background-color: #fff0;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #ffebba;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-image-two {
  text-align: center;
  background-color: #fff;
  border-bottom: 4px solid #e98502;
  border-radius: 20px 20px 0 0;
  margin-bottom: 18px;
  display: block;
  position: static;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-left: 0;
  font-weight: 600;
  display: block;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffebba;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.grid-4 {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  grid-template: "Area" minmax(500px, 1fr)
                 "Area" 286px
                 / .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 77px;
  margin-left: -26px;
  display: flex;
  position: relative;
  left: -106px;
}

.div-block-2 {
  margin-left: 249px;
}

.image-8 {
  padding-top: 0;
}

.heading-7 {
  font-size: 40px;
}

.cart {
  float: none;
  clear: none;
  background-color: #000;
  border-radius: 46%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  top: -46px;
  bottom: 0;
  left: 699px;
}

.text-block-2 {
  border-radius: 40%;
}

.cart-wrapper {
  border-radius: 0;
}

.cart-quantity, .icon-2 {
  color: #fb7c6c;
}

.features-table-2 {
  background-color: #fff0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-2 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -119px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-2 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.div-block-3 {
  margin-left: 0;
}

.cart-2 {
  z-index: auto;
  float: none;
  clear: none;
  vertical-align: baseline;
  margin-left: 922px;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.cart-button {
  clear: left;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #ffecba;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.icon-3 {
  color: #ffd25b;
}

.text-block-3, .cart-quantity-2 {
  color: #000;
}

.list-item-2 {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 15px;
}

.div-block-5 {
  flex: 0 auto;
  align-self: center;
  position: relative;
  top: -2px;
  right: -31px;
}

.button--american {
  opacity: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fb7c6c;
  border-radius: 20px;
  margin: 51px 47px 0 0;
  padding: 21px 42px;
  font-size: 30px;
  transition: color .35s, background-color .375s;
  box-shadow: 0 2px 5px #0003;
}

.button--american:hover {
  color: #000;
  background-color: #7caeff;
}

.button--american.ghost {
  color: #3037b3;
  text-align: left;
  background-color: #ffd8d3;
  border: 3px solid #fb7c6c;
  align-self: flex-start;
  margin-top: 9px;
  padding: 7px 9px 7px 37px;
  font-size: 18px;
  transition: border-color .2s, color .35s, background-color .375s;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.button--american.ghost:hover {
  color: #fff;
  background-color: #7caeff;
  border-color: #3e30db;
}

.button--american.ghost.white {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 700;
}

.button--american.innovate.black {
  background-color: #000;
  font-family: Outfit, sans-serif;
}

.button--american.innovate.black:hover {
  color: #fff;
  background-color: #7caeff;
}

.button--american.form-button {
  border-radius: 25px;
  margin: -1px -23px -2px auto;
  padding: 11px 20px;
  font-size: 20px;
}

.pricing-items {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #fff6ea;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-image-two.shadow-two {
  vertical-align: baseline;
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 9px 0 0;
  display: inline-block;
}

.pricing-image-two.shadow-two.about {
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 0;
}

.pricing-image-two.shadow-two.aboutus {
  background-color: #ffd59f;
  border-radius: 0 0 20px 20px;
}

.pricing-image-two.shadow-two.lite {
  margin-top: -49px;
  padding: 43px;
}

.pricing-image-two.shadow-two.router {
  margin-top: -17px;
  padding: 43px;
}

.pricing-image-two.shadow-two.power-sup {
  margin-top: -90px;
  padding: 103px 51px 0;
}

.pricing-image-two.shadow-two.eth {
  margin-top: -19px;
}

.pricing-image-two.shadow-two.usb {
  margin-top: auto;
  margin-bottom: 62px;
  padding-top: 27px;
  padding-left: 39px;
  padding-right: 39px;
}

.pricing-image-two.shadow-two.usbb, .pricing-image-two.shadow-two.usbb-copy {
  margin-top: -104px;
  padding: 0 51px 31px;
}

.pricing-image-two.shadow-two.usbc {
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 43px 41px;
}

.pricing-image-two.shadow-two.wifi {
  margin-top: -76px;
  margin-bottom: 61px;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.pricing-image-two.shadow-two.wifi-copy {
  margin-top: -76px;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.pricing-image-two.shadow-two.wifi-copy._2 {
  margin-top: -6px;
}

.pricing-content {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  margin: -74px 29px;
  padding: 0 16px 31px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

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

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.heading-8 {
  text-align: left;
  align-self: flex-start;
  margin-top: -32px;
  margin-bottom: 23px;
  margin-left: 124px;
  font-family: Outfit, sans-serif;
  font-weight: 500;
  position: relative;
  top: 3px;
  right: 1px;
}

.grid-5 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slider {
  background-color: #fff6ea;
  align-self: center;
}

.icon-4, .icon-5 {
  color: #ed786a;
}

.slide-nav {
  color: #000;
  background-color: #ff8879;
  border-radius: 0 0 20px 20px;
  padding-top: 6px;
  inset: auto 0% 0%;
}

.slide {
  text-align: center;
  vertical-align: baseline;
  background-color: #fff;
  top: -35px;
}

.text-block-4 {
  column-count: 0;
}

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

.heading-9 {
  font-size: 47px;
}

.slider-2 {
  text-align: center;
  background-color: #ffdbab;
  position: relative;
}

.mask {
  text-align: center;
  border-radius: 20px;
}

.slide-2 {
  border-radius: 20px;
}

.slide-nav-2 {
  background-color: #ffdaaa;
  border-radius: 0 0 20px 20px;
}

.icon-6 {
  color: #ffa908;
  background-color: #0000;
}

.icon-7 {
  color: #ffa908;
}

.text-about {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-left: -207px;
  margin-right: 27px;
  padding: 27px 42px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
}

.text-span {
  color: #ff871d;
}

.text-span-2 {
  color: #ff9139;
  font-size: 18px;
}

.italic-text, .italic-text-2 {
  font-size: 22px;
}

.about-us--img-2 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  mix-blend-mode: multiply;
  border-radius: 0 20px 20px 0;
  margin-left: -10px;
  margin-right: -16px;
  padding: 0;
  box-shadow: inset 0 2px 5px #0003;
}

.about-us-img1 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-clip: border-box;
  border-radius: 0;
  margin-left: 35px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.heading-10 {
  text-align: center;
  margin-bottom: 47px;
  font-family: Outfit, sans-serif;
}

.text-span-3 {
  color: #ed786a;
}

.heading-11 {
  text-align: center;
  margin-top: 47px;
  font-family: Outfit, sans-serif;
}

.contact_text {
  margin-top: 31px;
  font-family: Outfit, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.text-span-4 {
  text-transform: none;
  font-size: 26px;
}

.text-span-5 {
  font-size: 26px;
}

.text-span-6 {
  font-family: Outfit, sans-serif;
  font-size: 26px;
}

.grid-7 {
  grid-template-rows: auto auto auto;
}

.text-block-5 {
  border-bottom: 1px #bebaba;
}

.text-block-6 {
  pointer-events: auto;
  text-overflow: clip;
}

.text-block-7 {
  overflow-wrap: normal;
  text-decoration: none;
}

.contact-slide {
  text-align: center;
  vertical-align: baseline;
  background-color: #ffd59f;
  top: -35px;
}

.testimonial-slider-small {
  background-color: #fff6ea;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #ffecba;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.image-13 {
  filter: invert();
  color: #cf5353;
}

.image-14, .image-15 {
  filter: invert();
}

.services-img1 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 20px 0 0 20px;
  margin-left: 35px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.servies-img-2 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  mix-blend-mode: multiply;
  border-radius: 0 20px 20px 0;
  margin-left: -10px;
  margin-right: -16px;
  padding: 0;
  box-shadow: inset 0 2px 5px #0003;
}

.text-span-7, .text-span-8, .text-span-9 {
  font-size: 30px;
}

.text-block-8 {
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: normal;
  overflow: visible;
}

.heading-12 {
  margin-top: -38px;
}

.button-2 {
  font-size: 15px;
}

.button-3 {
  background-color: #ff887a;
  border-radius: 100px;
  align-self: auto;
  margin: -27px 713px -7px 0;
}

.text-american {
  color: #000;
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .container.center {
    justify-content: center;
    align-items: center;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 1px;
    grid-template: "Area" 317px
                   "Area"
                   / 1fr;
    align-items: stretch;
    margin-top: -67px;
  }

  .content-wrapper {
    margin-bottom: 22px;
  }

  .image-wrapper {
    margin-top: 42px;
    display: block;
    position: static;
  }

  .heading-2 {
    text-align: center;
    font-size: 50px;
    line-height: 80px;
  }

  .paragraph-2.short-p {
    text-align: center;
    font-size: 18px;
  }

  .button {
    text-align: center;
    margin-left: 202px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 20px;
    font-weight: 600;
    line-height: 5px;
  }

  .button.ghost {
    color: #fb7c6c;
    text-align: center;
    margin-top: 14px;
    margin-left: 12px;
    margin-right: 0;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 17px;
    display: inline-block;
  }

  .button.ghost.white {
    margin-left: -2px;
  }

  .button.innovate {
    margin-left: 289px;
  }

  .button.innovate.black {
    margin-left: 53px;
  }

  .button.form-button {
    margin-left: 0;
    margin-right: 1px;
    padding: 7px 17px 7px 20px;
    font-size: 14px;
    font-weight: 500;
  }

  .navbar {
    margin-top: 124px;
  }

  .image {
    max-width: 100%;
    margin-top: -9px;
    margin-bottom: 3px;
    margin-left: -9px;
    padding: 0 97px;
  }

  .nav-link {
    align-self: flex-start;
  }

  .nav-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: auto 33px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    left: -115px;
    overflow: visible;
  }

  .featured-section.section-padding {
    margin-top: 29px;
  }

  .sub-header.oj {
    text-align: center;
    margin-top: -7px;
  }

  .featured-logo {
    vertical-align: baseline;
    max-width: 50%;
    padding: 14px;
    overflow: visible;
  }

  .big-circle {
    left: -61%;
  }

  .big-circle-two {
    top: 88%;
    right: -48%;
  }

  .menu-button {
    opacity: 1;
    background-color: #fb7c6c;
    margin-top: -24px;
    right: -669px;
    overflow: visible;
  }

  .icon {
    color: #fff;
    background-color: #fb7c6c;
    display: block;
  }

  .image-2 {
    float: none;
    clear: none;
    margin: auto 0 44px;
    padding: 0 47px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .heading-3 {
    text-align: center;
    font-size: 50px;
    line-height: 80px;
  }

  .image-3 {
    margin: auto 0 44px -21px;
    padding: 0 160px;
  }

  .image-4 {
    margin: auto 0 44px 90px;
    padding: 0 117px;
  }

  .short-h2 {
    text-align: center;
    margin-left: 105px;
    font-size: 50px;
    line-height: 80px;
  }

  .heading-4 {
    padding: 53px;
    font-size: 50px;
  }

  .footer-link {
    font-size: 10px;
  }

  .footer-header {
    font-size: 12px;
  }

  .footer-header.oj {
    text-align: center;
  }

  .footer-header-news {
    font-size: 15px;
  }

  .footer-header-news.oj {
    text-align: center;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 8px;
    padding-right: 0;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-4 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-6 {
    max-width: 728px;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    top: -6px;
    right: -26px;
  }

  .image-9 {
    display: inline-block;
    position: relative;
    top: 68px;
  }

  .image-10 {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    left: auto;
  }

  .button--american {
    text-align: center;
    margin-left: 202px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 20px;
    font-weight: 600;
    line-height: 5px;
  }

  .button--american.ghost {
    color: #fb7c6c;
    margin-top: 14px;
    margin-left: 19px;
  }

  .button--american.ghost.white {
    margin-left: -2px;
  }

  .button--american.innovate {
    margin-left: 289px;
  }

  .button--american.innovate.black {
    margin-left: 53px;
  }

  .button--american.form-button {
    margin-left: 0;
    margin-right: 1px;
    padding: 7px 17px 7px 20px;
    font-size: 14px;
    font-weight: 500;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .grid-2 {
    grid-template: "Area" 245px
                   "Area"
                   / 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    margin-top: -99px;
    margin-bottom: -63px;
  }

  .image-wrapper {
    display: block;
  }

  .heading-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: -68px;
    margin-left: -71px;
    padding-left: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    display: flex;
  }

  .paragraph-2.short-p {
    text-align: center;
    font-size: 15px;
    line-height: 15px;
  }

  .paragraph-2.short-p.intro {
    justify-content: center;
    align-items: center;
    margin-left: -70px;
    display: flex;
  }

  .button {
    text-align: center;
    letter-spacing: 3px;
    vertical-align: baseline;
    margin: 21px 135px 21px 34px;
    padding: 26px;
    text-decoration: none;
  }

  .button.ghost {
    margin-left: -108px;
    margin-right: 25px;
  }

  .button.innovate {
    margin-left: 185px;
  }

  .button.innovate.black {
    margin-left: 101px;
    margin-right: 113px;
  }

  .button.form-button {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1px;
    padding: 0 16px;
    font-size: 7px;
  }

  .image {
    max-width: 60%;
    margin-top: -6px;
    margin-left: 18px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

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

  .sub-header.oj {
    margin-top: 66px;
  }

  .logos-wrapper {
    height: 130px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .featured-logo {
    margin-left: -44px;
    padding: 13px 35px;
  }

  .menu-button {
    right: -469px;
    overflow: visible;
  }

  .image-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-left: -38px;
    margin-right: auto;
    padding: 0 144px;
    display: inline-flex;
  }

  .heading-3 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
  }

  .image-3 {
    margin-top: 64px;
    margin-left: -76px;
    margin-right: auto;
    padding: 0 191px;
  }

  .image-4 {
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 144px;
  }

  .short-h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
  }

  .heading-4 {
    font-size: 40px;
  }

  .footer-link {
    font-size: 10px;
  }

  .footer-header {
    font-size: 12px;
  }

  .footer-header-news {
    font-size: 15px;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 170.608px;
    height: 30px;
    margin-top: 19px;
    margin-bottom: 19px;
    margin-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .form-field {
    margin-top: -3px;
    padding-left: 10px;
    font-size: 7px;
  }

  .link-6 {
    font-size: 10px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-overview, .pricing-overview-2 {
    padding: 60px 15px;
  }

  .pricing-grid-2 {
    grid-template-rows: auto auto;
  }

  .team-slider, .features-table, .features-table-2 {
    padding: 60px 15px;
  }

  .button--american {
    text-align: center;
    letter-spacing: 3px;
    vertical-align: baseline;
    margin: 21px 135px 21px 34px;
    padding: 26px;
    text-decoration: none;
  }

  .button--american.ghost {
    margin-left: -108px;
    margin-right: 25px;
  }

  .button--american.innovate {
    margin-left: 185px;
  }

  .button--american.innovate.black {
    margin-left: 101px;
    margin-right: 113px;
  }

  .button--american.form-button {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1px;
    padding: 0 16px;
    font-size: 7px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.section-padding {
    margin-top: 7px;
  }

  .container {
    margin-top: auto;
    padding-left: 0;
  }

  .container.center {
    margin-top: 106px;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-rows: 148px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .content-wrapper {
    margin-top: 17px;
  }

  .image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    margin-top: 7px;
    margin-right: auto;
    display: flex;
  }

  .heading-2 {
    margin-top: 93px;
    margin-bottom: auto;
    margin-left: -39px;
    font-size: 21px;
    line-height: 25px;
  }

  .paragraph-2.short-p {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 8px;
    display: flex;
  }

  .paragraph-2.short-p.intro {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -73px;
    display: flex;
  }

  .button {
    justify-content: space-between;
    align-items: center;
    margin: auto auto auto 0;
    padding: 13px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
  }

  .button.ghost {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-width: 1.5px;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-left: 24px;
    margin-right: 0;
    padding-left: 13px;
    display: flex;
  }

  .button.innovate {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    margin-left: 335px;
    padding: 14px;
    display: flex;
    position: relative;
    left: -169px;
  }

  .button.innovate.black {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin: -1px auto 0;
    padding: 13px 0;
    font-size: 10px;
    display: block;
    position: relative;
    top: -39px;
    left: -2px;
  }

  .button.form-button {
    margin-left: -25px;
    padding-left: 7px;
    padding-right: 3px;
    font-size: 3px;
  }

  .navbar {
    margin-top: 71px;
    margin-left: -4px;
  }

  .image {
    margin-top: -93px;
    margin-left: 44px;
    padding-left: 0;
  }

  .featured-section.section-padding {
    justify-content: center;
    align-items: center;
    margin-top: 161px;
    display: flex;
  }

  .sub-header {
    margin: -26px auto -44px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
    line-height: 15px;
  }

  .sub-header.oj {
    flex-flow: column;
    margin-top: 59px;
    margin-left: 0;
    padding-top: 0;
  }

  .sub-header.oj.mid {
    margin: 74px auto -107px;
  }

  .sub-header.yum {
    margin-top: 12px;
  }

  .logos-wrapper {
    opacity: 1;
    flex-flow: column;
    height: auto;
    margin: auto;
    padding: 0;
    line-height: 13px;
    display: block;
    position: static;
  }

  .featured-logo {
    vertical-align: baseline;
    margin-left: 44px;
    padding-left: 37px;
    padding-right: 37px;
    display: inline-block;
  }

  .big-circle {
    opacity: 1;
    filter: blur(75px);
    border-radius: 500px;
    width: 200px;
    height: 200px;
    margin-top: auto;
    margin-left: auto;
    padding: 0;
    inset: 0% auto auto -35%;
  }

  .big-circle-two {
    opacity: 100;
    filter: blur(75px);
    width: 200px;
    height: 200px;
    inset: 30% 0% auto 235px;
  }

  .menu-button {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    line-height: 110px;
    top: -42px;
    right: -377px;
  }

  .sub-header-mobile {
    margin-top: -100px;
    margin-left: 17px;
    font-size: 10px;
    line-height: 15px;
  }

  .image-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    margin-top: 87px;
    margin-bottom: auto;
    margin-left: 67px;
    padding: 0;
    display: inline-flex;
  }

  .benifit-section.section-padding {
    justify-content: center;
    align-items: center;
    margin-top: 43px;
    display: flex;
  }

  .heading-3 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
    padding-top: 0;
    padding-left: 0;
    font-size: 21px;
    line-height: 25px;
    display: flex;
  }

  .image-3 {
    vertical-align: baseline;
    margin: 97px auto auto -53px;
    padding: 0 183px;
    display: block;
  }

  .app--section.section-padding {
    justify-content: center;
    align-items: center;
    margin-top: 86px;
    display: flex;
  }

  .image-4 {
    margin-top: 77px;
    margin-bottom: 3px;
    margin-left: -27px;
    padding: 0 189px;
  }

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

  .short-h2 {
    margin-top: 108px;
    font-size: 21px;
    line-height: 25px;
  }

  ._3-call-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: stretch stretch;
    margin-top: 5px;
    margin-bottom: -35px;
    padding-bottom: 0;
  }

  .card-wrapper {
    padding-bottom: 0;
  }

  .paragraph-3 {
    margin-top: 14px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    line-height: 8px;
    transform: rotate(0);
  }

  .paragraph-3.umm {
    margin-top: 18px;
  }

  .cta-section {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .cta-wrapper {
    margin-top: -52px;
    margin-bottom: 39px;
    padding: 0;
  }

  .heading-4 {
    margin-top: -15px;
    font-size: 30px;
  }

  .heading-4.yumm {
    margin-top: 16px;
  }

  .footer-section {
    justify-content: center;
    align-items: center;
    padding-bottom: 42px;
    padding-left: 26px;
    padding-right: 26px;
    display: flex;
  }

  .footer-link {
    font-size: 6px;
  }

  .footer-header {
    margin-top: 4px;
    margin-bottom: -36px;
    margin-left: -1px;
    font-size: 8px;
    line-height: 15px;
  }

  .footer-header-news {
    margin-top: 5px;
    margin-left: 1px;
    font-size: 6px;
    line-height: 15px;
  }

  .form-wrapper {
    width: 90px;
    height: 30px;
    margin-left: -20px;
  }

  .form-field {
    margin-left: -32px;
    margin-right: 27px;
    padding-top: 7px;
    padding-left: 41px;
    font-size: 5px;
  }

  .container-2, .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-top: -95px;
    margin-bottom: 24px;
  }

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

  .container-5 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }

  .comparison-title-2 {
    margin-left: 10px;
  }

  .comparison-row-2 {
    grid-column-gap: 20px;
  }

  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    padding-left: 156px;
    padding-right: 156px;
    display: flex;
    position: relative;
    left: -53px;
  }

  .button--american {
    justify-content: space-between;
    align-items: center;
    margin: auto auto auto 0;
    padding: 13px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
  }

  .button--american.ghost {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-width: 1.5px;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-left: 24px;
    margin-right: 0;
    padding-left: 13px;
    display: flex;
  }

  .button--american.innovate {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    margin-left: 335px;
    padding: 14px;
    display: flex;
    position: relative;
    left: -169px;
  }

  .button--american.innovate.black {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin: -1px auto 0;
    padding: 13px 0;
    font-size: 10px;
    display: block;
    position: relative;
    top: -39px;
    left: -2px;
  }

  .button--american.form-button {
    margin-left: -25px;
    padding-left: 7px;
    padding-right: 3px;
    font-size: 3px;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }
}

#w-node-_16221f5d-aeff-b9df-02ec-21188922f35a-4f139b52, #w-node-_48086e76-55ec-bdc4-3a10-5b6c3d21f96c-4f139b52 {
  align-self: center;
}

#w-node-a4a14a30-80af-a2f0-bcba-87dd02f92991-3885002f, #w-node-a4a14a30-80af-a2f0-bcba-87dd02f929b1-3885002f, #w-node-a4a14a30-80af-a2f0-bcba-87dd02f929d9-3885002f, #w-node-_10fd1fae-9b5b-c7e9-1370-2d07ef84da2b-38850042, #w-node-_10fd1fae-9b5b-c7e9-1370-2d07ef84da35-38850042, #w-node-_10fd1fae-9b5b-c7e9-1370-2d07ef84da3f-38850042, #w-node-_53f472a2-5e61-d555-05a3-4a9f184f0a53-3fbf3842, #w-node-_53f472a2-5e61-d555-05a3-4a9f184f0a5d-3fbf3842, #w-node-_53f472a2-5e61-d555-05a3-4a9f184f0a49-3fbf3842, #w-node-_3dd36573-2229-fa43-9a3a-a3a739d05388-3fbf3842, #w-node-_3dd36573-2229-fa43-9a3a-a3a739d05392-3fbf3842, #w-node-_3dd36573-2229-fa43-9a3a-a3a739d0539c-3fbf3842, #w-node-cfe889ab-3351-ca7e-8b41-de34da78380f-a53d5d63, #w-node-_2c786ca9-fdea-0ada-04fb-5a3089934c60-54c64bb8, #w-node-_3bf1112b-2838-d9db-6ab3-1e994b21509e-54c64bb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3805a051-ce72-f0c3-599e-2280d6a34868-b92cc622 {
  place-self: center;
}

#w-node-_2b0511aa-5e5d-4f51-5046-d185a28b34bd-b92cc622, #w-node-_10001dc4-9525-499c-4e7c-8e28233a9b56-b92cc622, #w-node-e4a18f28-0b53-9c4d-8302-4d30ec2cdee0-4bdc8a91, #w-node-e4a18f28-0b53-9c4d-8302-4d30ec2cdee1-4bdc8a91, #w-node-_48e4d605-e153-4576-2259-7a87875607e1-c4bec062, #w-node-_47eb1bcb-8705-ca0f-fd3b-90f22c67fd88-c4bec062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48e4d605-e153-4576-2259-7a87875607ec-c4bec062 {
  align-self: auto;
}

#w-node-_2c83f8cf-1d7f-fe7f-116c-e834664a8fbc-057b9e1a, #w-node-_2c83f8cf-1d7f-fe7f-116c-e834664a8fd9-057b9e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c83f8cf-1d7f-fe7f-116c-e834664a8fda-057b9e1a {
  align-self: auto;
}

#w-node-_79977d69-05c1-266b-8806-74189c97771c-3a3f9bb3, #w-node-_79977d69-05c1-266b-8806-74189c977739-3a3f9bb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79977d69-05c1-266b-8806-74189c97773a-3a3f9bb3 {
  align-self: auto;
}

#w-node-_2970e72c-1724-b6f0-1ada-a72a3439cadb-74f0f042, #w-node-_2970e72c-1724-b6f0-1ada-a72a3439caef-74f0f042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2970e72c-1724-b6f0-1ada-a72a3439caf0-74f0f042 {
  align-self: auto;
}

#w-node-_16d590e1-4b93-29cd-878e-5ab5b0f4e9bf-eeb0a4f0, #w-node-_16d590e1-4b93-29cd-878e-5ab5b0f4e9d3-eeb0a4f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16d590e1-4b93-29cd-878e-5ab5b0f4e9d4-eeb0a4f0 {
  align-self: auto;
}

#w-node-_1f49bec7-89e7-0cfc-8daf-8a6dbb059bcd-35d85380, #w-node-_1f49bec7-89e7-0cfc-8daf-8a6dbb059be1-35d85380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f49bec7-89e7-0cfc-8daf-8a6dbb059be2-35d85380 {
  align-self: auto;
}

#w-node-_8d64213d-2b5b-fe08-b201-e77edd255503-eef3c608, #w-node-_8d64213d-2b5b-fe08-b201-e77edd255520-eef3c608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d64213d-2b5b-fe08-b201-e77edd255521-eef3c608 {
  align-self: auto;
}

#w-node-ade0b76d-e178-9a08-d60c-5fadccf4b457-ebae6daa, #w-node-ade0b76d-e178-9a08-d60c-5fadccf4b474-ebae6daa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ade0b76d-e178-9a08-d60c-5fadccf4b475-ebae6daa {
  align-self: auto;
}

#w-node-_320d0a29-9e65-b919-8d1a-1d3b75230f6a-34e89bb2, #w-node-_320d0a29-9e65-b919-8d1a-1d3b75230f7e-34e89bb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_320d0a29-9e65-b919-8d1a-1d3b75230f7f-34e89bb2 {
  align-self: auto;
}

#w-node-_14c44b35-8b42-a2ff-d34c-dd3cd36a37c5-b040ea40, #w-node-_14c44b35-8b42-a2ff-d34c-dd3cd36a37d9-b040ea40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14c44b35-8b42-a2ff-d34c-dd3cd36a37da-b040ea40 {
  align-self: auto;
}

#w-node-_21d5c3bb-bcc0-412d-eeb3-a6c44aee2a0d-34e8b63a, #w-node-_21d5c3bb-bcc0-412d-eeb3-a6c44aee2a21-34e8b63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21d5c3bb-bcc0-412d-eeb3-a6c44aee2a22-34e8b63a {
  align-self: auto;
}

#w-node-_5dc9c00e-e685-59b1-99bb-5c3eaf00df78-0db58686, #w-node-_5dc9c00e-e685-59b1-99bb-5c3eaf00df8c-0db58686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dc9c00e-e685-59b1-99bb-5c3eaf00df8d-0db58686 {
  align-self: auto;
}

#w-node-_6f14933b-d4d9-c1d4-1c0a-2e09e6c8f3fe-6b5c4f30, #w-node-_6f14933b-d4d9-c1d4-1c0a-2e09e6c8f412-6b5c4f30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f14933b-d4d9-c1d4-1c0a-2e09e6c8f413-6b5c4f30 {
  align-self: auto;
}

#w-node-b916f89f-f0f9-bca1-8d0a-5c4ecc5fa353-e088f164, #w-node-b916f89f-f0f9-bca1-8d0a-5c4ecc5fa367-e088f164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b916f89f-f0f9-bca1-8d0a-5c4ecc5fa368-e088f164 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_731d0d2c-3ccd-0688-30cd-607b80d8e312-4f139b52, #w-node-_16221f5d-aeff-b9df-02ec-21188922f365-4f139b52, #w-node-_48086e76-55ec-bdc4-3a10-5b6c3d21f96a-4f139b52, #w-node-_5f7802ec-d770-1107-6a7f-6f00478e96c6-a53d5d63 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e9ded022-e6d5-4a95-9f28-e3aa4964ff0b-4f139b52 {
    order: 9999;
  }

  #w-node-_731d0d2c-3ccd-0688-30cd-607b80d8e312-4f139b52, #w-node-_16221f5d-aeff-b9df-02ec-21188922f365-4f139b52 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_16221f5d-aeff-b9df-02ec-21188922f35a-4f139b52, #w-node-_48086e76-55ec-bdc4-3a10-5b6c3d21f96c-4f139b52 {
    order: 9999;
  }

  #w-node-_48086e76-55ec-bdc4-3a10-5b6c3d21f96a-4f139b52 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_5f7802ec-d770-1107-6a7f-6f00478e96bc-a53d5d63 {
    order: 9999;
  }

  #w-node-_5f7802ec-d770-1107-6a7f-6f00478e96c6-a53d5d63 {
    order: -9999;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_731d0d2c-3ccd-0688-30cd-607b80d8e312-4f139b52 {
    align-self: auto;
  }

  #w-node-_16221f5d-aeff-b9df-02ec-21188922f365-4f139b52 {
    place-self: center;
  }

  #w-node-_48086e76-55ec-bdc4-3a10-5b6c3d21f96a-4f139b52, #w-node-_5f7802ec-d770-1107-6a7f-6f00478e96c6-a53d5d63 {
    align-self: auto;
  }
}


