:root {
  --ktm-orange: #000000;
}

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

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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-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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #7d7d7d;
  margin-bottom: 10px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: #fff;
  text-decoration: none;
}

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

li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  text-transform: none;
  background-image: url('../images/Quote-Icon-01.svg'), url('../images/Quote-Icon-02.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.white-colors-show-case {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 300px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .28);
}

.white-colors-show-case.black {
  box-shadow: none;
  background-color: #7d7d7d;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.black-background {
  background-color: #151515;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-background-padding {
  padding: 40px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2em;
}

.container.navbar-container {
  height: 100%;
  align-items: center;
  padding: 0 2em;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.full, ._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  background-color: #c4c4c4;
}

.button.video {
  color: #fff;
  background-color: #181818;
  background-image: url('../images/Video-Icon.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  border: 1px solid #585858;
  padding-left: 25px;
  padding-right: 50px;
  font-weight: 500;
}

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

.button.navbar-button {
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  padding: 7px 24px;
  font-size: 15px;
  font-weight: 500;
}

.button.navbar-button:hover {
  background-color: #b3b3b3;
}

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

.button.white:hover {
  background-color: #b6b6b6;
}

.button.gray {
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .16);
}

.style-guide-box-holder {
  background-color: #000;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section {
  position: relative;
}

.section.hero-section {
  background-color: #000;
  overflow: hidden;
}

.section.grey-section {
  background-color: #070707;
}

.section.uder-hero {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.section.grey-section-copy {
  background-color: #0d0d0d;
}

.section.overflow-hidden {
  overflow: hidden;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #151515;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  height: 60px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, .14);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container, .nav-menu-link-holder {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-link-container {
  height: 100%;
  flex: 1;
  justify-content: center;
  display: flex;
}

.nav-menu {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links {
  height: 100%;
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  height: 100%;
  opacity: .5;
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 120px;
  display: flex;
}

.footer-brand {
  max-width: 300px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-link {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #fff;
}

.footer-divider {
  width: 100%;
  border-top: 1px solid #2b2b2b;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.footer-copyright-center {
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.white-link {
  color: #fff;
  text-decoration: underline;
  transition: color .375s;
}

.white-link:hover {
  color: #a1a1a1;
}

.hero-section-holder {
  z-index: 2;
  padding-top: 60px;
  position: relative;
}

.hero-section-container {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-section-header-holder {
  max-width: 820px;
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-header-holder.smaller {
  max-width: 540px;
}

.hero-section-paragraph-holder {
  max-width: 430px;
}

.hero-section-button-holder {
  grid-column-gap: 30px;
  display: flex;
}

.hero-section-mac-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.hero-section-mac-container {
  z-index: 2;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section-mac {
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.macbook-app-holder {
  justify-content: center;
  align-items: center;
  padding: 3.25% 10.7% 5.6%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.macbook-app {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: relative;
}

.macbook-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2% 10.7% 0%;
  position: absolute;
}

.hero-blur-bg-holder {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-blur-bg {
  width: 140%;
  min-width: 115%;
}

.first-features-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.first-features-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.first-feature-block-holder {
  width: 100%;
  height: 100%;
  background-color: #181818;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.first-feature-block-container {
  width: 100%;
  height: 100%;
}

.first-feature-text-container {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.first-feature-paragaraph-holder {
  max-width: 325px;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.first-feature-image-holder, .first-feature-image {
  width: 100%;
}

.iphone-card-holder {
  width: 100%;
  height: 100%;
  background-color: #181818;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iphone-card-container {
  z-index: 1;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.iphone-background-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.iphone-screen-holder {
  width: 100%;
  height: 100%;
  border-radius: 70px;
  padding: 4.5% 5%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.iphone-image {
  z-index: 1;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.fun-fact-holder {
  width: 100%;
  height: 100%;
  background-color: #181818;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.fun-fact-container {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px 25px 25px;
  position: relative;
}

.fun-fact-top-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fun-fact-title-holder {
  grid-column-gap: 8px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  display: flex;
}

.fun-fact-icon-holder {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fun-fact-icon {
  width: 22px;
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider-title-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.slider-text-holder {
  font-size: 62px;
}

.slider-arrow-holder {
  width: 24px;
}

.slider-arrow {
  width: 100%;
}

.slide, .mask {
  width: 100%;
  height: auto;
}

.slider-content {
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.slider-header {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
}

.white-text {
  color: #293149;
}

.arrow-holder {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  width: 16px;
}

.left-arrow {
  top: auto;
  bottom: -24%;
  left: 0%;
  right: auto;
}

.right-arrow {
  justify-content: flex-end;
  display: flex;
  top: auto;
  bottom: -24%;
  left: auto;
  right: 0%;
}

.slide-nav {
  grid-column-gap: 5px;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  bottom: -25%;
}

.featured-logos-section {
  padding-bottom: 60px;
}

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

.featured-logo-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 52px;
  display: flex;
}

.featured-logo-grid {
  width: 80%;
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-logo-wrapper {
  width: 110px;
}

.featured-logo {
  width: 100%;
}

.title-holder {
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-container {
  max-width: 610px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-wrapper {
  width: 100%;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.early-access-gird-holder {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.early-access-gird {
  width: 90%;
  grid-column-gap: 160px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.early-access-image-holder {
  width: 100%;
  border-radius: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.early-access-image-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.early-access-image-container._02 {
  justify-content: space-between;
  padding: 50px 44px;
  position: relative;
}

.early-access-background-holder {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.early-access-background-holder._01 {
  position: static;
}

.early-access-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.early-access-big-image-holder {
  width: 100%;
  border-radius: 20px;
  position: relative;
  top: 100px;
  left: 20%;
  box-shadow: -1px 1px 17px rgba(0, 0, 0, .25);
}

.early-access-big-image-holder._02 {
  top: 0;
  left: 0%;
}

.early-access-big-image {
  width: 100%;
  border-radius: 12px;
}

.early-access-small-image-holder {
  z-index: 2;
  width: 350px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.early-access-small-image {
  max-width: 80%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .44);
}

.early-access-card {
  width: 100%;
  min-width: 370px;
  perspective: 1500px;
  position: relative;
}

.early-access-content-holder {
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  display: flex;
}

.early-access-tag-container {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-image {
  width: 24px;
}

.early-access-title-holder {
  max-width: 480px;
}

._4-power-features-holder {
  padding-top: 30px;
  padding-bottom: 90px;
}

._4-power-features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.power-feature-card-container {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-image-holder {
  z-index: 1;
  position: relative;
}

.power-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  left: 1px;
  overflow: hidden;
}

.power-feature-background-holder-copy {
  width: 150%;
  height: 150%;
  opacity: 1;
  position: absolute;
}

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

.power-feature-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.power-feature-heading {
  font-size: 20px;
}

.testimonails-wrapper {
  overflow: hidden;
}

.testimonail-slider-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-mask {
  width: 800px;
  height: auto;
  overflow: visible;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.testimonail-card-holder {
  height: 100%;
}

.testimonail-card-container {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #121212;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.testimonial-user-holder {
  z-index: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.testimonial-content-holder {
  z-index: 1;
  height: 100%;
  max-width: 415px;
  grid-row-gap: 80px;
  background-color: #0d0d0d;
  border: 1px solid #151515;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.testimonial-text {
  color: #8b8b8b;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
}

.testimonial-user-wrapper {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.user-image-holder {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: rgba(247, 97, 10, .27);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.user-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3px;
}

.user-content-holder {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.user-name {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 17px;
}

.user-job-position {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 14px;
}

.hide {
  display: none;
}

.circle-holder {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 35.5938px;
  left: -64px;
  transform: rotate(0);
}

.cricle-container {
  width: 260px;
}

.circle-inside {
  width: 100%;
  filter: hue-rotate(180deg);
}

.left-arrow-slider {
  top: auto;
  bottom: -16%;
  left: 44%;
  right: auto;
}

.right-arrow-slider {
  top: auto;
  bottom: -16%;
  left: auto;
  right: 44%;
}

.pricing-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-table-holder {
  background-color: #121212;
  border-radius: 12px;
  overflow: hidden;
}

.pricing-table-holder._02 {
  background-color: #0d0d0d;
}

.pricing-table {
  padding: 50px;
}

.pricing-header-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  padding: 9px 16px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.list-holder {
  justify-content: space-between;
  display: flex;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.check-icon-holder {
  width: 18px;
}

.check-icon-holder.bigger {
  width: 24px;
}

.check-icon {
  width: 100%;
}

.check-list-text {
  font-size: 20px;
  font-weight: 400;
}

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

.pricing-price-holder {
  grid-column-gap: 8px;
  align-items: flex-end;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  display: flex;
}

.pricing {
  font-size: 24px;
}

.pricing-description {
  color: rgba(255, 255, 255, .4);
  font-size: 18px;
}

.cta-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cta-container {
  width: 970px;
  background-color: #0d0d0d;
  border: 2px solid #151515;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.cta-logo-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-heading-holder {
  z-index: 2;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-heading {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.cta-paragraph-holder {
  max-width: 440px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-logo-wrapper {
  z-index: 1;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-logo {
  width: 100%;
  border-radius: 10px;
}

.cta-blured-bg {
  width: 100px;
  height: 100px;
  opacity: .39;
  filter: blur(20px);
  background-color: rgba(2, 102, 255, .69);
  border-radius: 200px;
  position: absolute;
}

.cta-blured-bg._02 {
  width: 200px;
  height: 200px;
  opacity: .05;
  background-color: #a6ccfb;
}

.cta-blured-bg._01 {
  background-color: #7db6fb;
}

.cta-line {
  width: 1px;
  height: 200px;
  opacity: .09;
  background-color: #fff;
  position: absolute;
  top: -200px;
}

.text-field {
  width: 100%;
  height: 51px;
  color: #fff;
  background-color: #000;
  border: 2px solid #151515;
  border-radius: 8px;
  margin-top: 17px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 15px 36px rgba(81, 154, 216, .25);
}

.text-field:hover {
  border-color: #777;
  box-shadow: 0 0 4px rgba(0, 0, 0, .24), 0 17px 20px rgba(0, 0, 0, .24), 0 21px 36px rgba(255, 112, 102, .12);
}

.text-field:focus {
  border-color: #448eff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 90px rgba(255, 0, 0, .04);
}

.text-field::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.text-field::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.form {
  width: 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-top: -36px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.form-block {
  width: 370px;
  margin-bottom: 0;
}

.submit-button {
  width: 30px;
  height: 30px;
  background-color: #0065ff;
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  order: 0;
  align-self: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0 66px 0 0;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button:hover {
  background-color: #3a3a3a;
}

.form-holder {
  width: 100%;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-cricle-holder {
  width: 350px;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -15%;
  right: auto;
}

.cta-cricle-holder._02 {
  top: -18%;
  bottom: auto;
  left: auto;
  right: -14%;
  transform: rotate(180deg);
}

.cta-circle {
  width: 100%;
  filter: hue-rotate(180deg);
}

.cta-circle._01, .cta-circle._02 {
  filter: hue-rotate(325deg);
}

.thank-you-message {
  width: 100%;
  color: #1b1b1b;
  background-color: #fff;
  border: 1px solid #515151;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 12px 36px rgba(255, 255, 255, .24);
}

.thank-you-message::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.thank-you-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.error-message {
  width: 100%;
  color: #7d7d7d;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(255, 0, 4, .12);
}

.error-message::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.error-message.small {
  color: #fff;
  margin: 14px 0;
}

.fixed-navbar {
  z-index: 19;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.help-container {
  width: 260px;
  min-width: 260px;
  border-right: 1px solid #242424;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #fff;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #fff;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  opacity: 1;
  border-right: 3px solid #fff;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  width: 100%;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 1px 1px 14px rgba(0, 0, 0, .25), 0 21px 36px rgba(99, 91, 255, .13);
}

.figma-file-container.center {
  height: 100%;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
}

.figma-file-icon-holder {
  width: 41px;
  height: 41px;
  min-width: 41px;
}

.figla-file-icon {
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  display: flex;
}

.figma-header {
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  width: 100%;
  border-radius: 20px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.link {
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

.utility-page-content {
  width: 600px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-hero-holder {
  padding-bottom: 4em;
  overflow: hidden;
}

.features-hero-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.fetaures-icons-holder {
  max-width: 1350px;
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.features-main-logo-holder {
  z-index: 1;
  width: 210px;
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 1px 1px 21px rgba(13, 13, 13, .25), 0 0 51px rgba(0, 0, 0, .48), inset 0 4px 13px rgba(0, 0, 0, .25);
}

.fetaures-main-logo {
  width: 100%;
  border-radius: 30px;
}

.features-hero-icon-wrapper {
  width: 100%;
  grid-row-gap: 30px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-hero-icon-holder {
  grid-column-gap: 30px;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.features-hero-icon-container {
  width: 70px;
  height: 70px;
  background-color: #0d0d0d;
  border: 1px solid #151515;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  transition: border-color .4s, transform .35s cubic-bezier(.175, .885, .32, 1.275), background-color .35s;
  display: flex;
}

.features-hero-icon-container:hover {
  background-color: #212224;
  border-color: #46474d;
  transform: scale(1.1);
}

.features-hero-icon {
  width: 29px;
}

.features-icons {
  width: 100%;
  display: flex;
  position: relative;
}

.features-component-holder {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: 0%;
}

.features-icon {
  justify-content: flex-end;
  align-items: center;
}

.featured-icons-wrapper {
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-left-side {
  width: 260px;
  height: 100%;
  background-image: linear-gradient(to right, #000 17%, rgba(0, 0, 0, 0) 87%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gradient-left-side.right-side {
  background-image: linear-gradient(270deg, #000 17%, rgba(0, 0, 0, 0) 87%);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.break-down-section-holder {
  background-color: #050505;
}

.break-down-heading-holder {
  max-width: 570px;
}

.break-down-paragraph-holder {
  max-width: 465px;
}

.break-down-card-holder {
  margin-left: 21px;
  margin-right: 20px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.break-down-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.break-down-card {
  background-color: #0d0d0d;
  border: 2px solid #161616;
  border-radius: 24px;
  transition: border-color .425s;
  position: relative;
  overflow: hidden;
}

.break-down-card:hover {
  border-color: #353535;
}

.break-down-card-container {
  z-index: 1;
  padding: 80px 30px 30px;
  position: relative;
}

.break-down-icon-holder {
  width: 60px;
  height: 60px;
  background-color: #000;
  border: 2px solid #313131;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.break-down-icon {
  width: 35px;
}

.break-down-heading {
  max-width: 290px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.break-down-lottie {
  width: 100%;
}

.break-down-animation-holder {
  width: 100%;
  height: 230px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.break-down-gradient {
  height: 100%;
  background-image: linear-gradient(#79a4dc 10%, rgba(4, 14, 50, 0) 86%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.break-down-gradient.bigger {
  background-image: linear-gradient(rgba(13, 13, 13, .53) 8%, #0d0d0d 50%);
}

.tab-holder {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link {
  height: 100%;
  opacity: .5;
  background-color: #0d0d0d;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  padding: 11px 25px;
  transition: opacity .325s, border-color .425s;
}

.tab-link:hover {
  border-color: #8a8a8a;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0d0d0d;
  border-color: rgba(255, 255, 255, .2);
}

.tab-link-icon {
  width: 26px;
  height: 29px;
  object-fit: contain;
}

.tab-link-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.tab-link-text {
  color: #fff;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-content {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: visible;
}

.tab-pane-holder {
  width: 1029.59px;
}

.tab-pane-image {
  width: 100%;
}

.tab-pane-tab-1 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .25);
}

.benefits-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 95px;
  padding-bottom: 95px;
  display: grid;
}

.benefits-title {
  max-width: 400px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.benefits-content-holder-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.benefits-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-icon-holder {
  width: 54px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.benefit-icon {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.benefits-heading {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.visable-section-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.visable-gird {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.visable-image-content-wrapper {
  width: 100%;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  display: flex;
}

.visable-image-content-holder {
  width: 100%;
  overflow: hidden;
}

.visable-image {
  width: 100%;
  border: 2px solid #151515;
  border-radius: 12px;
}

.visable-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 35vh;
}

.collaborate-text {
  color: #fff;
  text-align: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.visable-heading-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.company-container-holder {
  min-height: 100vh;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company-container {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company-content-holder {
  z-index: 1;
  width: 570px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.company-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 60px;
  display: flex;
}

.company-paragraph {
  max-width: 460px;
  margin-top: 30px;
}

.company-content-wrapper {
  z-index: 19;
  position: relative;
}

.slider-image {
  width: 100%;
  border-radius: 8px;
}

.arrow-circle-holder {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-right: 2px;
  display: flex;
}

.arrow-circle-holder.right {
  padding-left: 2px;
  padding-right: 0;
}

.arrow-circle-image {
  width: 10px;
}

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

.slider-number-holder {
  font-size: 42px;
  position: absolute;
  top: auto;
  bottom: -70px;
  left: auto;
  right: 0%;
}

.company-slider-left-arrow {
  top: auto;
  bottom: -60px;
  left: 0%;
  right: auto;
}

.team-slider {
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  align-items: flex-end;
  display: flex;
}

.team-slide {
  z-index: 1;
  width: 380px;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  left: -30px;
}

.slider-image-holder {
  width: 100%;
  height: 100%;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.company-slider-right-arrow {
  top: auto;
  bottom: -60px;
  left: 60px;
  right: auto;
}

.team-slider-wrapper {
  z-index: 0;
  display: flex;
  position: relative;
}

.team-slider-mask {
  z-index: 1;
  width: 380px;
  height: 100%;
  overflow: visible;
}

.value-team-holder {
  background-color: #070707;
  padding-top: 90px;
  padding-bottom: 90px;
}

.value-team-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.value-content {
  grid-column-gap: 93px;
  grid-row-gap: 93px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-heading-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-title {
  color: #fff;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.value-points {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-icon-holder {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000;
  border: 2px solid #313131;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-icon {
  width: 38px;
  height: 28px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
}

.value-heading-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-heading {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.icon-holder {
  width: 36px;
  height: 34px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-team-images-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.value-team-images-holder {
  width: 100%;
  perspective: 1500px;
}

.value-team-images-container {
  width: 100%;
  height: 350px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.value-team-image-holder {
  z-index: 1;
  width: 100%;
  height: 100%;
  perspective: none;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

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

.value-team-behind-holder {
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  transform-style: preserve-3d;
  background-color: #0d0d0d;
  border: 2px solid #363636;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.value-text {
  z-index: 1;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.value-cards-holder {
  width: 100%;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.team-gird-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-gird {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team {
  position: relative;
  overflow: hidden;
}

.team-image-holder {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.team-image {
  width: 100%;
}

.team-info-holder {
  flex-direction: column;
  align-items: stretch;
  padding: 9px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0d0d0d;
  border: 1px solid #353535;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.name-holder {
  width: 100%;
  min-width: 300px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.name {
  color: #fff;
  letter-spacing: .5px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.name-and-description {
  width: 300px;
  min-width: 300px;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.job-position {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.about-person-text {
  min-width: 100%;
  color: #cecece;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.social-media-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-icon {
  width: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.team-info-wrapper {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.job-positions-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.job-position-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0d0d0d;
  border: 2px solid #151515;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px 16px 16px;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), border-color .375s;
  display: flex;
}

.job-position-wrapper:hover {
  border-color: #979797;
  transform: scale(1.05);
}

.job-content-holder {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-title-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-icon-holder {
  width: 62px;
  height: 62px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.job-title {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.job-description {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.arrow-icon-up {
  width: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-description-holder {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.company-hero-section-header-holder {
  max-width: 600px;
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-hero-holder {
  display: flex;
}

.featured-blog-holder {
  width: 100%;
  background-color: #0d0d0d;
  border: 2px solid #151515;
  border-radius: 9px;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), background-color .4s;
  overflow: hidden;
}

.featured-blog-holder:hover {
  background-color: #141414;
  transform: scale(1.05);
}

.featured-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.featured-blog-image-holder {
  width: 100%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.featured-blog-image {
  width: 100%;
}

.featured-blog-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.featured-blog-title {
  font-size: 42px;
  font-weight: 500;
}

.featured-blog-list-wrapper, .featured-blog-list, .featured-blog-item {
  width: 100%;
}

.blog-grid-twos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid-2x {
  grid-row-gap: 18px;
  flex-direction: column;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.blog-grid-2x:hover {
  transform: scale(1.05);
}

.blog-grid-2x-image-holder {
  width: 100%;
  height: 440px;
  border-radius: 12px;
  overflow: hidden;
}

.blog-grid-2x-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-grid-2x-title {
  margin-bottom: 8px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
}

.blog-grid-3x-holder.spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-grid-threes {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid-3x-image-holder {
  width: 100%;
  height: 370px;
  border-radius: 12px;
  overflow: hidden;
}

.blog-holder {
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.blog-details-content {
  max-width: 600px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-date {
  color: #7d7d7d;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.blog-name-details {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-details---title {
  max-width: 570px;
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.share-blog-icons {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.share-social-media-icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .3;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .3s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.share-social-media-icon-holder:hover {
  opacity: 1;
  transform: scale(1.2);
}

.share-icon {
  width: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.blog-details-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.blog-details-main-image-holder {
  width: 100%;
  border-radius: 14px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-details-main-image {
  width: 100%;
}

.blog-rich-text p {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.blog-rich-text li {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.shop-category-button-holder {
  padding-top: 30px;
  padding-bottom: 30px;
}

.shop-category-button {
  opacity: .5;
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 4px;
  padding: 12px 34px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .425s;
}

.shop-category-button:hover {
  border-color: #fff;
}

.shop-category-button.w--current {
  opacity: 1;
}

.shop-category-list-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.shop-category-list {
  grid-column-gap: 30px;
  display: flex;
}

.featured-shop-items-holder {
  margin-top: 40px;
  margin-bottom: 260px;
}

.featured-shop-items-container {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.featured-product-card {
  background-color: #0d0d0d;
  border: 1px solid #353535;
  border-radius: 12px;
  padding: 50px;
  position: relative;
}

.featured-product-card-content {
  z-index: 1;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.category {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.product-title {
  font-size: 52px;
  font-weight: 600;
}

.product-price {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 300;
}

.product-image-holder {
  width: 212px;
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 28px 28px 31px rgba(0, 0, 0, .1);
}

.other-product-holder {
  padding-top: 90px;
  padding-bottom: 90px;
}

.product-grid-3x {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card {
  background-color: #0d0d0d;
  border: 2px solid #151515;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.product-card-image-holder {
  width: 100px;
  border-radius: 20px;
  margin-bottom: 24px;
  overflow: hidden;
}

.product-card-title {
  margin-bottom: 12px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
}

.product-card-description {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.product-price-small {
  color: rgba(255, 255, 255, .8);
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
}

.default-state {
  margin-bottom: 0;
}

.out-of-stock-state {
  background-color: red;
  border-radius: 4px;
  padding: 16px;
  font-size: 18px;
}

.menu-cart-holder {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cart-button {
  width: 24px;
  background-color: rgba(56, 152, 236, 0);
  padding: 0;
}

.cart-icon {
  width: 24px;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: -8px;
  bottom: auto;
  left: -18px;
  right: auto;
}

.cart-container {
  min-width: 420px;
  background-color: #0f0f0f;
  border: 1px solid #282828;
  border-radius: 24px;
  padding: 24px;
}

.cart-header {
  border-bottom-color: #282828;
  margin-bottom: 28px;
  padding: 0 0 20px;
}

.cart-list {
  padding: 0;
}

.x-icon {
  width: 24px;
}

.cart-hero {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.remove-button {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart-item {
  border-bottom: 1px solid #282828;
  flex-direction: column;
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 26px;
  position: relative;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.price-and-quantity {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.remove-button-x {
  width: 26px;
  height: 26px;
  background-color: #282828;
  background-image: url('../images/X-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 40px;
}

.product-name {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.product-details-holder {
  max-width: 200px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.product-thumbnail {
  width: 72px;
  height: auto;
  border-radius: 8px;
}

.product-cart-price {
  font-size: 27px;
  font-weight: 500;
}

.cart-quantity-menu {
  background-color: #282828;
  border-style: none;
  border-radius: 7px;
  margin-bottom: 0;
}

.quantity-holder {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-footer {
  border-top-color: #282828;
  padding: 24px 0 0;
}

.sub-total {
  font-size: 24px;
}

.no-margins {
  margin-bottom: 0;
}

.title-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.checkout-form {
  background-color: #000;
}

.block-header {
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
}

.block-content {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
}

.customer-info {
  background-color: #0f0f0f;
  border: 2px solid #282828;
  border-radius: 5px;
  box-shadow: inset 3px 5px 20px rgba(0, 0, 0, .37);
}

.checkout-input {
  height: 60px;
  background-color: #222;
  border-width: 1.5px;
  border-color: #282828;
  border-radius: 6px;
  box-shadow: inset 4px 4px 20px rgba(0, 0, 0, .31);
}

.field-label {
  color: rgba(255, 255, 255, .68);
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-weight: 300;
}

.line-item {
  grid-row-gap: 4px;
  border-bottom: 1px solid #282828;
  flex-direction: column;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.line-item.no-border {
  border-bottom-style: none;
}

.sub-total-checkout {
  color: #434343;
  font-size: 18px;
}

.total-checkout {
  font-size: 32px;
  font-weight: 500;
}

.second-cta-holder {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0d0d0d;
  border: 2px solid #151515;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 0 0 14px rgba(37, 37, 37, .25), 0 0 48px rgba(45, 45, 45, .12);
}

.second-cta-content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
}

.tag-text {
  color: #fff;
  text-align: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.second-cta-title {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 100%;
}

.second-cta-paragraph {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.second-cta-container {
  background-color: #0d0d0d;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.second-cta-logo-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.second-cta-logo-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
}

.second-cta-logo {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.second-cta-logo.main {
  z-index: 2;
  width: 110px;
  height: 110px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 0 32px rgba(0, 0, 0, .49), 11px 11px 14px rgba(0, 0, 0, .15);
}

.second-cta-logo-image {
  width: 200%;
  height: 100%;
  max-width: 200%;
  object-fit: cover;
}

.second-cta-logo-image.main {
  width: 100%;
}

.ghost-icons {
  width: 100%;
  position: absolute;
}

.product-details-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.product-details-container {
  max-width: 520px;
  text-align: center;
  background-color: #0d0d0d;
  border: 1px solid #353535;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 36px 60px;
  display: flex;
}

.product-details-name {
  font-size: 52px;
}

.product-details-image-holder {
  width: 150px;
  border-radius: 24px;
  margin-top: 30px;
  overflow: hidden;
}

.product-details-image {
  width: 100%;
}

.product-summery-holder {
  max-width: 520px;
  padding: 30px;
}

.left-circle-image {
  width: 900px;
  filter: hue-rotate(180deg);
  position: absolute;
  top: auto;
  bottom: -46%;
  left: -36%;
  right: auto;
}

.left-circle-image.top-right {
  top: -55%;
  bottom: auto;
  left: auto;
  right: -35%;
}

.empty-state {
  background-color: #131313;
  border-radius: 15px;
  font-size: 24px;
  font-weight: 500;
}

.click-instructions-holder {
  display: none;
}

.company-text-gradient {
  z-index: 12;
  width: 50%;
  height: 100vh;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000 20%);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo-image {
  width: 170px;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, 45px);
}

.feature-main-logo-center {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.fun-gradient-01 {
  width: 290px;
  height: 290px;
  opacity: .4;
  filter: blur(23px);
  background-image: radial-gradient(circle, #ff3700, rgba(255, 55, 0, 0));
  border-radius: 200px;
  position: absolute;
  top: -18%;
  bottom: auto;
  left: -21%;
  right: auto;
}

.fun-gradient-02 {
  width: 250px;
  height: 250px;
  opacity: .27;
  filter: blur(23px);
  background-image: radial-gradient(circle, #ffab18, rgba(255, 55, 0, 0));
  border-radius: 200px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: -42%;
  right: auto;
}

.clickable {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.see-deatils {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.see-deatils.vectial {
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
}

.heading {
  font-size: 75px;
}

.bold-text {
  text-shadow: 0 0 18px rgba(187, 220, 255, .72);
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-size: 50px;
}

.heading-1 {
  font-size: 45px;
}

.glowy {
  text-shadow: 0 0 18px rgba(187, 220, 255, .72);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(146deg, #a6cdfb, #fff 27%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-section-header-holder-copy {
  max-width: 820px;
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-header-holder-copy.smaller {
  max-width: 540px;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: #949494;
}

.heading-1-copy {
  font-size: 45px;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

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

.second-cta-logo-image-copy {
  width: 200%;
  height: 150%;
  max-width: 200%;
  object-fit: cover;
}

.second-cta-logo-image-copy.main {
  width: 100%;
}

.person-glow {
  width: 110%;
  height: 110%;
  max-width: 300%;
  object-fit: cover;
}

.person-glow.main {
  width: 100%;
}

.paragraph-4 {
  width: auto;
  max-width: 250px;
  color: #8f8f8f;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
}

.paragraph-5 {
  width: 600px;
}

.heading-7 {
  text-shadow: 0 1px 18px rgba(196, 223, 255, .71);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(121deg, #a7cefd, #fff 87%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 61px;
}

.form-2 {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-2 {
  width: 100%;
  height: 51px;
  color: #fff;
  background-color: #000;
  border: 2px solid #151515;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(255, 118, 91, .12);
}

.text-field-2:hover {
  border-color: #777;
  box-shadow: 0 0 4px rgba(0, 0, 0, .24), 0 17px 20px rgba(0, 0, 0, .24), 0 21px 36px rgba(255, 112, 102, .12);
}

.text-field-2:focus {
  border-color: #448eff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 90px rgba(255, 0, 0, .04);
}

.text-field-2::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.text-field-2::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.submit-button-2 {
  width: 30px;
  height: 30px;
  background-color: #161616;
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button-2:hover {
  background-color: #3a3a3a;
}

.thank-you-message-2 {
  width: 100%;
  color: #7d7d7d;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(99, 91, 255, .12);
}

.thank-you-message-2::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.thank-you-message-2::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

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

.text-field-copy {
  width: 100%;
  height: 51px;
  color: #fff;
  background-color: #000;
  border: 2px solid #151515;
  border-radius: 8px;
  margin-top: 17px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 15px 36px rgba(81, 154, 216, .25);
}

.text-field-copy:hover {
  border-color: #777;
  box-shadow: 0 0 4px rgba(0, 0, 0, .24), 0 17px 20px rgba(0, 0, 0, .24), 0 21px 36px rgba(255, 112, 102, .12);
}

.text-field-copy:focus {
  border-color: #448eff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 90px rgba(255, 0, 0, .04);
}

.text-field-copy::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.text-field-copy::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.paragraph-4-copy {
  width: auto;
  max-width: 250px;
  color: #8f8f8f;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
}

.submit-button-copy {
  width: 30px;
  height: 30px;
  background-color: #0065ff;
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  order: 0;
  align-self: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0 66px 0 0;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button-copy:hover {
  background-color: #3a3a3a;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fade-in-on-scroll {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    text-decoration: none;
  }

  .nav-link {
    color: #fff;
  }

  .footer-wrapper {
    padding-right: 0;
  }

  .footer-divider {
    margin-top: 0;
    margin-bottom: 35px;
    padding-bottom: 0;
  }

  .hero-section-container {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section-header-holder.smaller {
    max-width: 680px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .iphone-card-holder {
    padding: 35px;
  }

  .slider-holder, .slider {
    height: 100%;
  }

  .left-arrow, .right-arrow, .slide-nav {
    bottom: 8%;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .cta-holder {
    margin-bottom: 25px;
  }

  .text-field {
    margin-bottom: 16px;
  }

  .form {
    flex-flow: column;
  }

  .submit-button {
    margin-top: 0;
    margin-bottom: 27px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .animate-text-01 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .animate-text-02 {
    margin-top: 0;
  }

  .fetaures-main-logo {
    border-radius: 0;
  }

  .gradient-left-side {
    background-image: linear-gradient(90deg, #000 17%, rgba(0, 0, 0, 0) 87%);
  }

  .gradient-left-side.right-side {
    background-image: linear-gradient(270deg, #000 17%, rgba(0, 0, 0, 0) 87%);
  }

  .value-team-container {
    grid-column-gap: 100px;
    grid-template-columns: .75fr .75fr;
  }

  .value-team-images-wrapper {
    grid-column-gap: 30px;
  }

  .value-cards-holder {
    grid-row-gap: 30px;
  }

  .product-image-holder {
    right: -4%;
  }

  .logo-image {
    width: 180px;
  }

  .see-deatils {
    flex-direction: row;
  }

  .heading {
    margin-top: 80px;
    font-size: 80px;
  }

  .heading-1 {
    text-shadow: 0 1px 1px #000;
    margin-top: 0;
    font-size: 49px;
    font-style: normal;
    font-weight: 200;
  }

  .glowy {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(145deg, #a6cdfb, #fff 51%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .hero-section-header-holder-copy.smaller {
    max-width: 680px;
    grid-column-gap: 9px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    overflow: visible;
  }

  .text-span {
    text-decoration: none;
  }

  .heading-1-copy {
    margin-top: 0;
    font-size: 36px;
    font-style: normal;
    font-weight: 200;
  }

  .bold-text-2 {
    font-size: 40px;
  }

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

  .heading-7 {
    width: 700px;
    max-width: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
    margin-bottom: 40px;
    font-size: 75px;
    display: block;
  }

  .text-field-copy {
    margin-bottom: 16px;
  }

  .paragraph-4-copy {
    color: #949494;
    align-self: flex-start;
    margin-top: 0;
    margin-left: 10px;
    font-size: 12px;
  }

  .submit-button-copy {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -5px;
    padding: 0 0 0 55px;
  }

  .body {
    background-color: #000;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu-link-holder {
    height: auto;
    grid-row-gap: 20px;
    background-color: #0d0d0d;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-container, .nav-menu {
    height: auto;
  }

  .nav-links {
    height: auto;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-section-header-holder {
    max-width: 430px;
  }

  .first-features-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .iphone-card-holder {
    width: 100%;
  }

  .iphone-screen-holder {
    border-radius: 50px;
  }

  .fun-fact-container {
    padding-bottom: 121px;
  }

  .featured-logo-holder {
    padding-top: 24px;
  }

  .featured-logo-grid {
    width: 100%;
    grid-column-gap: 30px;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .early-access-gird {
    width: 100%;
    grid-column-gap: 40px;
  }

  ._4-power-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-mask {
    width: 100%;
  }

  .left-arrow-slider {
    left: 35%;
  }

  .right-arrow-slider {
    right: 35%;
  }

  .pricing-content {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .cta-holder {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-container {
    width: 100%;
  }

  .cta-cricle-holder._02 {
    right: -26%;
  }

  .cta-cricle-holder._01 {
    left: -28%;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    pointer-events: auto;
    cursor: auto;
    background-color: rgba(26, 26, 26, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    padding: 13px;
  }

  .menu-button:active {
    text-shadow: 0 0 13px #fff;
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-button:focus {
    text-shadow: 0 1px 20px #fff;
    background-color: rgba(255, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: var(--ktm-orange);
  }

  .features-hero-icon-wrapper, .features-component-holder, .featured-icons-wrapper {
    width: 100%;
  }

  .break-down-card-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .break-down-card-grid {
    width: 90%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .benefits-grid {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }

  .company-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-content-holder, .company-content-wrapper {
    width: 100%;
  }

  .value-team-container {
    flex-direction: column;
    display: flex;
  }

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

  .value-team-images-wrapper {
    position: relative;
  }

  .value-team-image {
    width: 102%;
    min-width: 102%;
    position: relative;
    left: -2px;
  }

  .value-cards-holder {
    position: relative;
  }

  .team-gird-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-gird {
    width: 60%;
    flex-direction: column;
    display: flex;
  }

  .team {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .team-info-holder {
    width: 120%;
    margin-top: 30px;
    padding: 0;
    position: relative;
  }

  .name-holder {
    min-width: 0;
  }

  .name-and-description {
    width: 100%;
    min-width: 0;
  }

  .job-title, .job-description {
    font-size: 18px;
  }

  .featured-blog-grid, .blog-grid-threes {
    flex-direction: column;
    display: flex;
  }

  .featured-shop-items-container, .product-grid {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }

  .product-grid-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product-grid-3x {
    width: 70%;
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .second-cta-holder {
    border-radius: 20px;
  }

  .second-cta-content {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
  }

  .second-cta-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
  }

  .second-cta-paragraph {
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    font-weight: 300;
  }

  .left-circle-image {
    width: 460px;
    bottom: 9%;
  }

  .left-circle-image.top-right {
    top: -16%;
  }

  .click-instructions-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
    position: absolute;
    top: -110px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .click-arrow {
    width: 110px;
  }

  .company-text-gradient {
    display: none;
  }

  .glowy {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(138deg, #a6cdfb, #fff 36%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .hero-section-header-holder-copy {
    max-width: 430px;
  }

  .paragraph-5 {
    width: 600px;
    max-width: 650px;
  }

  .paragraph-4-copy {
    align-self: flex-start;
  }

  .submit-button-copy {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 5px;
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .border-box {
    padding: 2px;
  }

  .section.hero-section {
    min-height: 120vh;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-section-holder {
    padding-top: 180px;
  }

  .hero-section-mac-holder {
    top: 60px;
  }

  .first-features-container {
    align-items: center;
    display: flex;
  }

  .iphone-card-holder {
    width: 100%;
  }

  .iphone-card-container {
    width: 50%;
  }

  .early-access-wrapper {
    padding-top: 50px;
  }

  .early-access-gird {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .early-access-image-container {
    width: 100%;
  }

  .four-features-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._4-power-features-holder, .testimonails-wrapper, .testimonail-slider-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonail-card-container {
    flex-direction: column-reverse;
    justify-content: space-between;
    display: flex;
  }

  .testimonial-user-holder {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
  }

  .testimonial-content-holder {
    width: 100%;
    max-width: none;
  }

  .cta-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-cricle-holder._02 {
    width: 270px;
  }

  .cta-cricle-holder._01 {
    width: 260px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .fetaures-main-logo {
    width: 90%;
  }

  .gradient-left-side {
    width: 110px;
    background-image: linear-gradient(270deg, rgba(13, 13, 13, 0) 52%, #0d0d0d 78%);
  }

  .competition-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-link {
    justify-content: center;
    display: flex;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-pane-holder {
    border-radius: 7px;
  }

  .benefits-grid {
    grid-row-gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .visable-gird {
    grid-column-gap: 30px;
  }

  .visable-image-content-wrapper {
    grid-row-gap: 40px;
  }

  .company-container {
    grid-row-gap: 20px;
  }

  .slider-number-holder {
    font-size: 24px;
    bottom: -51px;
  }

  .team-slide, .team-slider-mask {
    width: 290px;
  }

  .value-team-images-wrapper {
    grid-column-gap: 30px;
  }

  .value-team-image-holder {
    border-radius: 14px;
  }

  .value-cards-holder {
    grid-row-gap: 30px;
  }

  .team-section-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .job-position-wrapper {
    padding: 14px;
  }

  .job-title-holder {
    grid-column-gap: 12px;
  }

  .job-title {
    max-width: 140px;
    font-size: 16px;
  }

  .job-description {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
  }

  .job-description-holder {
    grid-column-gap: 14px;
  }

  .featured-blog-holder:hover {
    background-color: rgba(20, 20, 20, 0);
    transform: none;
  }

  .blog-grid-2x-image-holder {
    height: 300px;
  }

  .blog-rich-text blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 21px;
    line-height: 1.4;
  }

  .featured-shop-items-holder {
    margin-bottom: 120px;
  }

  .featured-product-card {
    padding: 32px;
  }

  .product-title {
    font-size: 36px;
    font-weight: 400;
  }

  .product-image-holder {
    width: 160px;
    border-radius: 20px;
  }

  .second-cta-holder {
    grid-row-gap: 50px;
    padding-bottom: 45px;
    display: flex;
  }

  .second-cta-content {
    grid-row-gap: 12px;
    padding: 24px;
  }

  .glowy {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(127deg, #a6cdfb, #fff 35%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .paragraph-4-copy {
    align-self: flex-start;
    margin-left: 8px;
  }

  .submit-button-copy {
    align-self: flex-end;
    margin-bottom: -7px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    font-weight: 500;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container {
    width: 100%;
    margin-bottom: 0;
    padding: 2em 1em;
  }

  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button.white, .button.full {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brand-image {
    width: 15%;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hero-section-holder {
    padding-top: 100px;
  }

  .hero-section-container {
    grid-row-gap: 20px;
  }

  .hero-section-header-holder {
    grid-column-gap: 4px;
  }

  .hero-section-button-holder {
    width: 100%;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .hero-section-mac-holder {
    align-items: flex-start;
    padding-left: 20px;
  }

  .hero-section-mac-container {
    width: 200%;
  }

  .macbook-app {
    opacity: 0;
  }

  .macbook-bg-image {
    border-radius: 20px;
  }

  .hero-blur-bg {
    width: 160%;
    min-width: 350%;
    opacity: .4;
  }

  .first-feature-block-holder {
    border-radius: 10px;
  }

  .first-feature-text-container {
    padding: 20px;
  }

  .iphone-card-holder {
    border-radius: 12px;
  }

  .iphone-card-container {
    width: 80%;
  }

  .iphone-screen-holder {
    border-radius: 40px;
  }

  .featured-logo-grid {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .featured-logo-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featured-logo.last {
    width: 50%;
  }

  .title-holder {
    grid-row-gap: 8px;
  }

  .early-access-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .early-access-wrapper {
    grid-row-gap: 100px;
    padding-bottom: 50px;
  }

  .early-access-image-holder {
    border-radius: 14px;
  }

  .early-access-image-container._02 {
    padding: 30px;
  }

  .early-access-small-image-holder {
    width: 250px;
    top: 14%;
    left: 4%;
  }

  .early-access-card {
    min-width: 0;
  }

  .early-access-tag-container {
    width: 55px;
  }

  ._4-power-features-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .power-feature-card-container {
    border-radius: 20px;
  }

  .power-feature-content-holder {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .testimonail-card-container {
    padding: 10px;
  }

  .testimonial-user-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .testimonial-content-holder {
    grid-row-gap: 40px;
    padding: 12px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .user-name {
    font-size: 18px;
    font-weight: 500;
  }

  .user-job-position {
    font-size: 15px;
  }

  .left-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 25%;
  }

  .right-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 25%;
  }

  .pricing-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-table {
    padding: 14px;
  }

  .pricing-header {
    font-size: 30px;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .list-holder {
    flex-direction: column;
  }

  .check-list-text {
    color: rgba(255, 255, 255, .59);
    font-size: 18px;
    font-weight: 300;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-button-holder {
    width: 100%;
  }

  .cta-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-holder {
    margin-bottom: 180px;
    padding: 10px 15px 29px;
  }

  .cta-heading {
    text-align: center;
  }

  .cta-paragraph-holder {
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-field {
    padding-top: 12px;
    font-size: 3px;
    font-weight: 400;
  }

  .form-block {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .submit-button {
    padding-right: 45px;
  }

  .cta-cricle-holder._02, .cta-cricle-holder._01 {
    width: 180px;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .second-list {
    border-top: 1px solid #1d1d1d;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .features-main-logo-holder {
    width: 130px;
  }

  .fetaures-main-logo {
    width: 130px;
    max-width: 130%;
    border-radius: 18px;
  }

  .break-down-section-holder {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .break-down-card-grid {
    width: 100%;
  }

  .break-down-card-container {
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-pane-tab-1 {
    border-radius: 0;
  }

  .benefits-content-holder-wrapper {
    display: flex;
  }

  .visable-gird {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .visable-image-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .visable-image-content-holder {
    border-radius: 12px;
  }

  .company-button-holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .team-slide {
    width: 200px;
    margin-left: 12px;
    margin-right: 12px;
    left: -12px;
  }

  .team-slider-mask {
    width: 200px;
  }

  .value-team-holder {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .value-team-container {
    width: 100%;
  }

  .value-content {
    grid-row-gap: 60px;
  }

  .value-wrapper {
    flex-direction: column;
  }

  .value-team-images-wrapper {
    width: 100%;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 91px;
  }

  .value-team-image-holder {
    border-radius: 24px;
  }

  .value-cards-holder {
    position: static;
  }

  .team-gird-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team-gird {
    width: 100%;
  }

  .team-image-holder {
    border: 1px solid #353535;
    border-bottom-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .team-info-holder {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .team-info {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .job-position-wrapper {
    border-radius: 11px;
    padding: 13px;
    position: relative;
  }

  .job-content-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .job-title-holder {
    align-items: center;
  }

  .job-icon-holder {
    width: 50px;
    height: 50px;
  }

  .job-description {
    color: rgba(255, 255, 255, .77);
    font-size: 14px;
    font-weight: 400;
  }

  .arrow-icon-up {
    width: 18px;
    position: absolute;
    top: 16px;
    bottom: auto;
    left: auto;
    right: 17px;
  }

  .featured-blog-holder {
    border-radius: 0;
  }

  .featured-blog-title {
    font-size: 32px;
  }

  .blog-grid-twos {
    flex-direction: column;
    display: flex;
  }

  .blog-grid-2x:hover {
    transform: none;
  }

  .blog-details---title {
    font-size: 33px;
  }

  .blog-details-main-image-holder {
    border-radius: 6px;
  }

  .shop-category-list {
    grid-column-gap: 12px;
  }

  .featured-shop-items-holder {
    margin-bottom: 30px;
  }

  .featured-shop-items-container {
    grid-row-gap: 30px;
  }

  .featured-product-card {
    border-radius: 12px;
    padding: 18px;
  }

  .product-title {
    font-size: 30px;
  }

  .product-price {
    font-size: 26px;
  }

  .product-image-holder {
    width: 100%;
    order: -1;
    position: relative;
    bottom: -33%;
  }

  .other-product-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-grid-3x {
    width: 100%;
    grid-row-gap: 30px;
  }

  .menu-cart-holder {
    justify-content: flex-start;
    align-items: center;
  }

  .cart-container {
    height: 100vh;
    max-width: 100%;
    min-width: 100%;
    border-style: none;
    border-radius: 0;
    padding: 12px;
  }

  .cart-hero {
    align-items: flex-start;
  }

  .cart-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .price-and-quantity {
    margin-top: 16px;
  }

  .product-name {
    max-width: 160px;
    font-size: 19px;
  }

  .product-thumbnail {
    width: 50px;
  }

  .product-cart-price {
    font-size: 18px;
  }

  .cart-footer {
    padding-top: 12px;
  }

  .checkout-form {
    padding: 12px;
  }

  .block-content {
    padding: 8px;
  }

  .second-cta-holder {
    padding-bottom: 16px;
  }

  .second-cta-logo-container {
    grid-row-gap: 16px;
  }

  .second-cta-logo {
    width: 55px;
    height: 55px;
  }

  .second-cta-logo.main {
    width: 80px;
    height: 80px;
  }

  .product-details-container {
    padding: 24px;
  }

  .product-details-name {
    font-size: 32px;
  }

  .product-details-image-holder {
    width: 120px;
  }

  .left-circle-image {
    bottom: 13%;
    left: -55%;
  }

  .left-circle-image.top-right {
    right: -62%;
  }

  .click-instructions-holder {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .click-arrow {
    position: relative;
    top: 18px;
    left: -60px;
    transform: rotate(-35deg);
  }

  .logo-image {
    width: 120px;
    flex: 0 auto;
  }

  .see-deatils {
    flex-direction: column;
    align-items: flex-start;
  }

  .see-deatils.vectial {
    flex-direction: column;
  }

  .bold-text {
    font-size: 50px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-1 {
    font-size: 34px;
  }

  .glowy {
    text-shadow: 0 0 19px rgba(187, 220, 255, .93);
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(138deg, #a6cdfb, #fff 34%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 50px;
  }

  .hero-section-header-holder-copy {
    grid-column-gap: 4px;
  }

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

  .paragraph-5 {
    width: auto;
    max-width: 450px;
  }

  .heading-7 {
    width: auto;
    font-size: 45px;
  }

  .text-field-copy {
    padding-top: 12px;
    font-size: 90%;
    font-weight: 400;
  }

  .paragraph-4-copy {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 0;
    padding-left: 0;
  }

  .submit-button-copy {
    align-self: flex-end;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 49px;
    padding-right: 0;
  }
}

#w-node-ad0ec5c5-cdc6-5577-3a28-6b846c0adfec-46be417d, #w-node-ad0ec5c5-cdc6-5577-3a28-6b846c0adff7-46be417d, #w-node-ad0ec5c5-cdc6-5577-3a28-6b846c0ae002-46be417d, #w-node-_010bba85-2a23-e8ba-8803-4323d1911b28-46be417d, #w-node-_3f7fb31d-6baa-b7be-eeb0-e40c938d3d71-46be417d, #w-node-_3517a5de-91b3-b71c-2bfa-89243e9bdb0e-46be417d, #w-node-_55486de6-b839-f7e9-b6f8-75bc03077ff4-468af7d9, #w-node-_55486de6-b839-f7e9-b6f8-75bc03077fff-468af7d9, #w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-46be4186, #w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-46be418e, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-46be418f, #w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-46be4194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-46be4194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-46be4194 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-ad0ec5c5-cdc6-5577-3a28-6b846c0adfec-46be417d, #w-node-ad0ec5c5-cdc6-5577-3a28-6b846c0adff7-46be417d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-46be4194, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-46be4194 {
    grid-column: span 2 / span 2;
  }
}


