:root {
  --primary-color: #8464ef;
  --text-block: #242424;
  --light-grey: #fafafa;
  --link-bg-grey: #f1f1f1;
  --cuber-blue: #003264;
  --cuber-orange: #ffa812;
  --gradient-color-1: #8464ef;
  --paragraph-text-color: #666;
  --gradient-color-3: #faad80;
  --gradient-color-2: #ffe2a7;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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: #000;
  background-color: #fafafa;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #2b2b2b;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--primary-color);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  position: relative;
}

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.white-bg, .section.white {
  background-color: #fff;
}

.section.large {
  background-color: #fafafa;
  height: 100%;
}

.section.ghost-white-color {
  background-color: #fafafa;
}

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

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.container.big-container {
  max-width: none;
  padding-top: 0;
}

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

.container.footer-container {
  padding-bottom: 1em;
}

.container.shop {
  background-image: url('../images/Media.jpg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 18em;
}

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

.container.more-padding-space {
  padding-top: 7.5em;
}

.container.large {
  padding-bottom: 2em;
}

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

.navbar {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #0000000d;
  height: 70px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  display: flex;
  position: static;
}

.nav-menu.password {
  justify-content: center;
}

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

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-6-col._2-row {
  width: 90%;
}

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

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-col.space {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}

.grid-4-col._2-row {
  width: 80%;
}

.grid-2-col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
}

.grid-2-col.top-margin {
  grid-template-columns: 1fr 1.25fr;
  margin-top: 6em;
}

.grid-2-col.about {
  grid-template-columns: 1.25fr 1fr;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 70px;
  display: flex;
}

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

.utility-page-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-link {
  z-index: 1;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

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

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.footer-content {
  grid-column-gap: 1.75em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1.5fr 1fr 1.5fr;
  grid-auto-columns: .5fr;
  justify-content: space-between;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

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

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.nav-link-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.body-white {
  background-color: #fff;
}

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

.content.relative {
  position: relative;
}

.grey-text {
  color: #6b6b6b;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.success-message {
  color: #4d6bfa;
  background-color: #fff;
  border: 1px solid #4d6bfa;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.w--open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  color: #2b2b2bcc;
  line-height: 1.4;
}

.copyright-link {
  color: #000;
  background-image: url('../images/external-link.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 500;
}

.copyright-link:hover {
  color: #4d6bfa;
}

.rich-text {
  color: #2b2b2b;
  width: 100%;
  max-width: 900px;
  line-height: 1.6;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: #4d6bfa;
  border-bottom-color: #32323200;
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #323232;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: #f8f8fa;
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
}

.hero-text._404 {
  font-size: 286px;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: #f8f8fa;
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-weight: 500;
  transition: background-color .35s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.subscribe-button:hover {
  background-color: #4d6bfa;
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

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

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--cuber-blue);
  color: #fff;
  text-transform: none;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.button.white-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 16px 40px 15px;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.button.white-button:hover {
  background-color: var(--light-grey);
}

.button.transparent-on-dark {
  background-color: #0000;
}

.button.transparent-on-dark:hover {
  color: #fff;
  background-color: #ffffff1a;
}

.button.nav-button {
  border-radius: 100px;
  padding: 10px 15px;
  position: relative;
}

.borders {
  opacity: 1;
  border: 1px solid #c5c5c5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  background-color: #fff;
  border-color: #4d6bfa;
}

.subscribe-email::placeholder {
  color: #0000004d;
}

.sg---color-primary {
  background-color: var(--primary-color);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--text-block);
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

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

.sg---color-description {
  grid-row-gap: 2px;
  background-color: #f8f8fa;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

._404-content {
  margin-bottom: 20px;
}

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 30px;
}

.brand-link {
  z-index: 2;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: var(--cuber-blue);
}

.nav-link.w--current {
  color: var(--cuber-orange);
}

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.link-background.link-bg-on-dark {
  background-color: #ffffff26;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 5em;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-description {
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons {
  grid-column-gap: 5px;
  grid-row-gap: 8px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: grid;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  width: 30px;
  height: 35px;
  padding: 7px;
  position: relative;
}

.social-media-icon {
  width: 20px;
  height: 21px;
}

.hero-description {
  color: #666;
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.contact-form {
  width: 100%;
  max-width: 500px;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 40px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:focus {
  border-color: #4d6bfa;
}

.input-field.textarea-field {
  width: 100%;
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.link-with-line {
  z-index: 1;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

.link-color:hover {
  color: #4d6bfa;
}

.link-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em 2em 2em 0;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 155px;
  height: 100%;
  max-height: 40px;
}

.feather-icons-image {
  width: 100%;
  max-width: 400px;
}

.instruction-item {
  background-color: #f8f8fa;
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.trusted-by-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 7em;
  display: flex;
  position: relative;
}

.trusted-by-container.home {
  margin-top: 10em;
  margin-bottom: 4em;
}

.trusted-by-grid-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 1em;
  display: flex;
}

.trusted-by-grid-content.hidden-on-mobile {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.trusted-by-text {
  color: var(--cuber-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--cuber-blue);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.trusted-by-text.grid {
  text-align: left;
  font-size: 62px;
}

.section-background {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.footer-grid-content {
  margin-top: 3.1em;
  display: block;
}

.footer-grid-content.second {
  margin-top: 2em;
}

.protected-input-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog-category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-category-wrapper {
  align-self: center;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  width: 100%;
  height: auto;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

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

.blog-wrapper {
  margin-top: 2em;
}

.blog-grid {
  grid-column-gap: 3em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.blog-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.blog-item-summary {
  margin-bottom: 0;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.post-image {
  width: 100%;
}

.blog-item-category {
  color: #2b2b2bb3;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  width: 100%;
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #2b2b2b;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
}

.add-to-cart-button:hover {
  border-color: #4d6bfa;
}

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  color: #2b2b2b;
  background-color: #f8f8fa;
  padding: 5px;
}

.error-state {
  background-color: #ffdede;
}

.category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  padding-right: 1em;
  display: flex;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  border-color: var(--light-grey);
  color: #2b2b2b;
  background-color: #fff;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: #f8f8fa;
}

.cart-quantity:focus {
  border-color: #4d6bfa;
}

.cart-container {
  border-radius: 8px;
}

.cart-header {
  border-bottom-color: var(--light-grey);
  padding: 1em;
}

.cart-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 80px;
  height: 80px;
}

.cart-footer {
  border-top-color: var(--light-grey);
  padding: 1em;
}

.remove-button {
  color: #c5c5c5;
  font-size: 13px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cart-item-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 16px;
}

.cart-subtotal-price {
  font-size: 16px;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  color: #fff;
  background-color: #2b2b2b;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.product-other-image-holder {
  border-radius: 5px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: #f8f8fa;
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--light-grey);
}

.product-image-lightbox {
  transition-property: opacity;
}

.product-image-lightbox:hover {
  opacity: .8;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-quantity {
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.checkout-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  margin-right: 60px;
}

.checkout-summary {
  background-color: #fff;
  border-radius: 8px;
  height: 470px;
  top: 100px;
}

.checkout-summary.paypal {
  width: 300px;
  height: 450px;
}

.checkout-summary.order-confirmation {
  width: 300px;
  height: 430px;
}

.checkout-box {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #fafafa00;
  border-bottom-color: #fafafa00;
  border-left-color: #fafafa00;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
  padding-top: 10px;
}

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

.checkout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.required-label {
  color: #ff0004;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.block-header {
  background-color: #0000;
  border: 0 #e6e6e600;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 0 dashed #666;
  padding: 1em;
}

.block-content.with-line {
  border-top: 1px dashed #666;
  border-bottom-width: 1px;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.order-item-title {
  color: #2b2b2b;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.order-item-quantity-holder {
  opacity: .7;
  color: #2b2b2b;
  margin-top: 10px;
}

.order-item-price {
  font-size: 14px;
  font-weight: 500;
}

.checkout-field-label {
  color: #666;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.checkout-input-field {
  border: 1px solid var(--text-block);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: #00000005;
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  background-color: #ffffff0a;
  border-color: #4d6bfa;
}

.checkout-input-field::placeholder {
  color: #0006;
}

.checkout-input-field.no-margins {
  border-color: var(--text-block);
  background-color: #fff;
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  background-color: #fff0;
  border-bottom: 0 #fafafa00;
  justify-content: center;
  align-items: center;
  padding: 1em 1em 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: #2b2b2b;
}

.order-summary-value {
  color: var(--text-block);
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.order-line-item, .extra-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shipping-method-title {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.shipping-method-description {
  color: var(--text-block);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.shipping-method-price {
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.no-shipping {
  color: #c5c5c5;
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  margin-top: 0;
  font-size: 42px;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 2em;
}

.nav-dropdown {
  text-transform: lowercase;
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 0em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 9px 1fr;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(#0000, #000 79%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-dropdown-heading {
  color: #d4d4d4;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: .8;
  color: #fff;
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-menu-overlay-mobile {
  display: none;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 0 -27px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.template-cta-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.template-cta-image {
  width: 100%;
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: #0f0f11b3;
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

.box-paragraph {
  text-align: center;
}

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

.main-logo {
  position: absolute;
  inset: 17% auto auto 7%;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 97%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 2em;
  padding-right: 2em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: #ffffffd4;
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 97%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  display: flex;
}

.template-includes-card {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.template-includes-card.first {
  padding-bottom: 0;
}

.feature-box {
  background-color: #181818;
  background-image: url('../images/Wedoflow-3d-Icon_1Wedoflow-3d-Icon.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

.figma-file-image {
  width: 100%;
  height: 100%;
}

.small-empty-space-in-text {
  width: 0;
  display: inline-block;
}

.template-more-things-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.white-link {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  transition-property: border-color;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.cta-image {
  width: 100%;
  max-width: 90%;
  margin-top: 20px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  font-size: 29px;
  font-weight: 500;
}

.business-email-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 60%;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 19px;
  position: absolute;
  inset: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
  height: 100%;
}

.template-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

.inside-box-text {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.template-included-image-holder.third {
  padding-left: 40px;
  padding-right: 40px;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
}

.template-footer-button-holder {
  max-width: 350px;
}

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

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  background-color: var(--gradient-color-1);
  opacity: 0;
  filter: blur(100px);
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.template-footer-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-description-holder {
  margin-top: 3em;
}

.hero-description-holder.small-top-margin {
  margin-top: 1em;
}

.text-hidden {
  perspective: 291px;
  overflow: hidden;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #8464ef66;
}

.black-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.open-cource-image.top-image {
  width: 70%;
  top: 0;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.link-inline {
  color: #ffdede;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

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

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

.notification-subscribe-box {
  background-color: #fad370;
  background-image: url('../images/White-Arrow.svg'), linear-gradient(to right, #4d6bfa, #4353fa);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #001b38;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  color: #fff;
  background-color: #0f0f11;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  background-color: #001b38;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-image: url('../images/Arrow-Icon.svg'), linear-gradient(#4d6bfa, #4353fa);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: #ffffffe6;
}

.code-text {
  letter-spacing: .3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: #170;
}

.code-style-starter {
  padding-left: 25px;
}

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: #4d6bfa;
}

.demo-page-text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
  transform: translate(0, -4px);
  box-shadow: 0 6px 30px 1px #0000001a;
}

.shop-item-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-item-title {
  text-align: center;
  align-self: auto;
  font-size: 22px;
  font-weight: 600;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 2em;
  display: flex;
}

.shop-item-price {
  font-size: 20px;
  font-weight: 500;
}

.small-thumbnail-image {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.category-text {
  color: var(--gradient-color-1);
}

.shop-item-summary {
  color: #606060;
  font-size: 15px;
}

.folders-parent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.folders-parent.left-align-folders {
  justify-content: flex-start;
  align-items: flex-start;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 15px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  border-radius: 12px 8px 8px 12px;
  height: 50px;
  margin-top: 0;
  padding: 0;
}

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  padding: 8px 9px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #000;
  background-color: #0000000d;
  text-decoration: none;
}

.category-item-link.w--current {
  background-color: var(--cuber-blue);
  color: #fff;
  border-radius: 10px;
  width: 130px;
  padding: 0 9px;
}

.category-item-link.w--current:hover {
  background-color: var(--cuber-orange);
}

.category-item-link.yearly.w--current {
  border-radius: 7px;
  align-items: center;
  width: 100px;
  height: 50px;
  padding: 15px 5px;
}

.hide-on-mobile {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-date {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-item-link {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
  box-shadow: 0 6px 30px 1px #0000001a;
}

.footer-heading-lighter {
  color: #001b38;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.tabs-content {
  width: 100%;
  padding-top: 3em;
  overflow: visible;
}

.tab-pane {
  width: 100%;
  overflow: visible;
}

.pricing-feature-text {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.list-item-with-checkicon {
  background-image: url('../images/TIck-Price.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.list-item-with-checkicon.active-pricing-list-item {
  color: #000;
  background-image: url('../images/TIck-Price.svg');
}

.yearly-link-discount {
  border: 1px solid #83838380;
  border-radius: 100px;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 6px 5px 2px;
  font-size: 70%;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -1px;
}

.pricing-feature-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-line-text {
  color: #4d6bfa;
  text-align: center;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

.pricing-item {
  color: #000c;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 510px;
  padding: 1.5em;
  display: flex;
}

.pricing-item.active-pricing-item {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  padding-bottom: 3.5em;
}

.pricing-features-holders {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-grid.home {
  margin-top: 5em;
}

.pricing-button-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.price-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #0003;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: flex;
}

.price-holder.price-holder-active {
  border-bottom-color: #0003;
}

.pricing-type {
  color: #0f0f1180;
  align-self: center;
}

.pricing-type.pricing-type-active {
  color: #fff;
}

.pricing-line {
  background-color: #0003;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .5px;
  margin-bottom: 1.5em;
  display: flex;
  position: relative;
}

.pricing-line.line-active {
  background-color: #0000;
  background-image: linear-gradient(to right, #4d6bfa, #4353fa);
}

.price {
  color: var(--text-block);
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}

.pricing-feature-image {
  opacity: .8;
  filter: brightness(0%);
  object-fit: contain;
  width: 15px;
  height: 12px;
}

.button-icon-image {
  width: 15px;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 2px solid var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.grey-text-2 {
  color: #878d95;
}

.notification-button {
  color: #001b38;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #ffffffe6;
}

.product-price {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: 500;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.purple-text {
  color: var(--cuber-orange);
}

.hero-button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.main-button {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.main-button.password {
  align-self: center;
  width: 70%;
  height: 60px;
}

.secondary-button {
  color: #000;
  background-color: #0000;
  background-image: url('../images/arrow-right-1.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-position;
  display: flex;
}

.secondary-button:hover {
  background-position: 99%;
}

.center-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-content.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.center-content.space-margin {
  margin-top: 5em;
}

.grid-5-col {
  grid-column-gap: 2.5em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.center-paragraph {
  color: #666;
  text-align: left;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.white-data-cards-content {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.white-data-cards-content.feature {
  flex-wrap: nowrap;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.white-data-cards-content.large-cards-item {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.white-data-cards-content.about {
  padding-top: 1px;
  padding-left: 79px;
}

.white-data-cards-content.no-padding {
  padding: 0;
}

.white-data-cards-content.feature {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.feature-icon {
  width: 100%;
  height: 80%;
}

.center-image-holder {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 150em;
  height: 50%;
  display: flex;
  position: relative;
}

.center-image-holder.fourth {
  width: 30%;
  height: 40%;
}

.white-cards-text-holder {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.white-cards-text-holder.about {
  z-index: 4;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  position: relative;
}

.innovation-text {
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.feature-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 2em;
}

.light-gray-paragraph {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.light-gray-paragraph.center {
  color: var(--paragraph-text-color);
  text-align: center;
  font-size: 14px;
}

.light-gray-paragraph.center-in-mobile {
  font-family: Lato, sans-serif;
}

.buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 100%;
  display: flex;
}

.larg-image-holder {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.larg-image-holder.second {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 119%;
  padding-left: 0;
  display: flex;
}

.content-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.content-holder.about {
  width: 90%;
}

.content-holder.feature {
  align-items: flex-start;
  width: 98%;
}

.main-button-2 {
  background-color: #8464ef;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .35s;
}

.main-button-2:hover {
  color: #fff;
  background-color: #8464efcc;
}

.cart-larg-image {
  object-fit: contain;
  border-radius: 11px;
  width: 100%;
  height: 73%;
}

.cart-larg-image.box {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 70%;
}

.gradient-shadow-bg {
  background-image: linear-gradient(21deg, #d6cff8, #fff);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-shadow-bg.orange {
  background-image: linear-gradient(341deg, #ddcae2, #fff);
  border-radius: 13px;
}

.gradient-shadow-bg.non-overflow {
  padding: 6em 2em;
  overflow: visible;
}

.cart-image-holder {
  width: 100%;
  height: 100%;
}

.grid-3-col {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.grid-3-col.space {
  padding-left: 40px;
  padding-right: 40px;
  left: -67px;
}

.grid-3-col.top-margin {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 4em;
}

.grid-3-col.space-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.grid-3-col.space {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  left: -67px;
}

.sales-text {
  font-family: Generalsans, sans-serif;
  font-size: 42px;
}

.sales-text.center {
  text-align: left;
  text-align: left;
  align-self: auto;
  width: 100%;
  min-width: 110%;
  max-width: 120%;
  font-size: 36px;
  text-decoration: none;
}

.small-cart-icon {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.design-information-holder {
  align-items: center;
  display: flex;
}

.demo-nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.demo-nav-link:hover {
  color: #000;
}

.demo-nav-link.w--current {
  color: #8464ef;
}

.demo-nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.cart-header-2 {
  border-bottom-color: #fafafa;
  padding: 1em;
}

.link-background-color {
  z-index: -1;
  background-color: #000;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.link-background-color.link-bg-on-dark {
  background-color: #ffffff26;
}

.link-background-color.white {
  background-color: #fff;
}

.link-background-color.link-bg-on-dark {
  background-color: #ffffff26;
  font-size: 18px;
}

.shopping-cart-image {
  width: 100%;
  height: 100%;
}

.cart-quantity-2 {
  color: #2b2b2b;
  background-color: #fff;
  border-color: #fafafa;
  width: 50px;
  height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity-2:hover {
  background-color: #f8f8fa;
}

.cart-quantity-2:focus {
  border-color: #4d6bfa;
}

.cart-footer-2 {
  border-top-color: #fafafa;
  padding: 1em 1em 8.1em;
}

.home-main-hero-image {
  z-index: 1;
  aspect-ratio: auto;
  border-radius: 9px;
  width: 100%;
  max-width: none;
}

.home-main-hero-image-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  margin-bottom: 0;
  margin-left: -2em;
  padding: 4em 0 0 0;
  display: flex;
  position: relative;
  left: 10%;
}

.hero-bottom-image {
  border-radius: 11px;
  height: 100%;
  box-shadow: 0 2px 20px #0000001a;
}

.hero-bottom-image.features {
  box-shadow: none;
}

.home-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(103deg, #d798e1, #ffe2a7 45%, var(--gradient-color-3) 97%, var(--gradient-color-3));
  opacity: .7;
  filter: blur(60px);
  width: 50%;
  height: 75vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-hero-main-image {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: absolute;
  right: -50px;
  overflow: hidden;
}

.hero-up-image-holder {
  width: 30%;
  position: absolute;
  inset: 10% 30% auto auto;
}

.hero-up-image-holder.feartues {
  width: 30%;
  margin-right: 0;
  padding-right: 0;
}

.hero-up-image-holder.feartues.middle {
  margin-bottom: -16.1em;
  inset: auto 0% 39% auto;
}

.hero-up-image-holder.feartues {
  width: 30%;
}

.hero-up-image-holder.feartues.middle {
  inset: auto 0% 39% auto;
}

.hero-bottom-image-holder {
  z-index: 2;
  height: 20vh;
  position: absolute;
  inset: auto auto 0% 1em;
}

.hero-up-image {
  border-radius: 11px;
  margin-top: 60px;
  padding-top: 0;
  box-shadow: 0 2px 20px #0000001a;
}

.hero-up-image.features {
  box-shadow: none;
  padding-bottom: 0;
}

.home-grid-5-col {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gradient-data-panels {
  z-index: -1;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -2px;
  transition: border-color .5s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradient-shadow-holder {
  z-index: 1;
  opacity: .12;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.features-text {
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.data-image {
  z-index: 6;
  border-radius: 10px;
  width: 100%;
}

.web-statistic-image {
  z-index: 14;
  width: 60%;
  height: 30%;
  position: absolute;
  inset: 9% auto auto 3%;
}

.time-at-work-image {
  z-index: 9;
  width: 280px;
  position: absolute;
  inset: 10% auto auto 5%;
}

.large-cards-item {
  width: 100%;
}

.white-box-text {
  color: #242424;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.transparent-cart-text-holder {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 43px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.gradient-shadow {
  background-image: linear-gradient(300deg, #8464ef, #ffe2a7 50%, #faad80);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.crativity-image {
  width: 150px;
  position: absolute;
  inset: 33% 0% auto auto;
}

.coast-image {
  z-index: 2;
  width: 200px;
  height: 233px;
  position: absolute;
  inset: auto 0% 37% auto;
}

.gradient-panels {
  background-image: linear-gradient(#8464ef, #ffe2a7 50%, #faad80);
  border-radius: 15px;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -50% 0% 0% -50%;
}

.gradient-panels._3 {
  background-image: linear-gradient(#8464ef, #ffe2a7 50%, #faad80);
  padding: 150%;
  inset: -100%;
}

.gradient-panels.large-panel {
  width: 100vw;
  height: 130vh;
  top: -100%;
  left: 0%;
}

.list-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-top: 23px;
  display: flex;
}

.gray-paragraph {
  color: #666;
  text-align: left;
  font-family: Lato, sans-serif;
}

.gray-paragraph.center {
  text-align: center;
  font-family: Lato, sans-serif;
}

.grid-2-col-holder {
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.personal-pricing-tabel {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  width: 90%;
  height: 560px;
  padding: 30px 30px 50px;
}

.orange-color-gradient-bg {
  z-index: -1;
  opacity: .18;
  filter: blur(100px);
  background-image: linear-gradient(#ffe2a7 29%, #ffc2af 100%, #d798e1);
  width: 80%;
  height: 50%;
  position: absolute;
  inset: 35% 0% 0% 13%;
}

.slider-name {
  font-size: 18px;
}

.left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto auto -20% 43%;
  overflow: visible;
}

.circle-gradient-slider-holder {
  background-image: linear-gradient(30deg, #8464ef, #c9d4ef 45%, #ffe2a7 79%, #faad80);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.slider-image {
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 100%;
}

.slider-image-holder {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.mask {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
  overflow: visible;
}

.slide {
  width: 41vw;
  height: 100%;
}

.text-slider-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.right-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 46% -20% auto;
}

.slider-image-text-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  width: 70px;
  height: 100%;
  margin-top: 30px;
  display: flex;
}

.arrow-image {
  width: 12px;
  height: 12px;
}

.slider-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 3em;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.slider-text {
  color: #7f94a8;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.slider {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 6em;
  display: flex;
}

.accordion-container-holder {
  margin-left: 40px;
}

.regular-text {
  color: #242424;
  margin-top: 10px;
  font-size: 18px;
}

.cta-button-holder {
  z-index: 3;
  align-items: center;
  margin-top: 55px;
  display: flex;
  position: relative;
}

.made-by-section-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #fafafa;
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.footer-2 {
  background-color: #242424;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.cta-screen-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  left: 30px;
}

.cta-gradient-holder {
  background-image: linear-gradient(to right, #0000, #ffe2a74a 29%, #8464ef1c 61%, #faad8061);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-text {
  color: #242424;
  font-size: 48px;
}

.footer-caption {
  color: #fff;
  margin-bottom: 1rem;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.accordion-holder {
  background-color: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.cta-content {
  color: #eceaf8;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.cta-content-holder {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.footer-content-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.cta-heading {
  z-index: 10;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.footer-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.cta-white-container {
  z-index: 10;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.footer-description-2 {
  color: #fff;
  max-width: 260px;
  font-size: 16px;
}

.copyright-text-2 {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  display: block;
}

.small-paragraph {
  text-align: left;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-size: 16px;
}

.black-div {
  z-index: -1;
  background-color: #242424;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: 29% 0% auto;
}

.copyright-footer-link {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e2b8e9, #8464ef);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 5px;
  padding-left: 0;
  font-weight: 400;
}

.paragraph-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-bg-container {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.accordion-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cta-screen-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 650px;
  min-height: 30em;
  display: flex;
  position: relative;
}

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

.text-and-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.grid-4-col-holder {
  width: 100%;
  height: 100%;
  margin-top: 10.1em;
  position: relative;
}

.grid-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  background-color: #fff;
  background-image: none;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 45px;
  display: flex;
  position: relative;
}

.gradient-bg {
  z-index: -1;
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2) 50%, var(--gradient-color-3));
  opacity: .18;
  filter: blur(200px);
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 21% 0% auto;
}

.grid-feature-image {
  border-radius: 10px;
}

.feature-grid-text {
  color: var(--text-block);
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.center-content-holder {
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  display: flex;
}

.feature-text-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.feature-description {
  background-image: linear-gradient(311deg, #faad80cc, #faad803b);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 2em 0 0 4em;
  position: relative;
  overflow: hidden;
}

.feature-description.second {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0 30px 80px;
  display: flex;
}

.work-time-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
  left: auto;
}

.sales-image {
  width: 42%;
  height: 60%;
}

.app-image {
  width: 45%;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% 51%;
}

.feature-description-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.design-info-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.item-design-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.gray-text {
  color: #666;
  width: 200px;
  font-size: 16px;
}

.hero-about-text-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-about-text {
  color: var(--text-block);
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
}

.hero-about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  margin-top: 4em;
}

.hero-about-item {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.small-image {
  border-radius: 16px;
  height: 80%;
}

.large-middle-image {
  border-radius: 16px;
  height: 90%;
}

.about-grid-holder {
  margin-top: 5em;
}

.about-grid-item {
  background-image: linear-gradient(70deg, #d6cff8, #d6cff800 100%, #fff);
  border-radius: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.about-grid-item.orange-gradient-color {
  background-image: linear-gradient(339deg, #faad80, #d6cff800 100%, #faad8000);
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.l-image {
  object-fit: contain;
  border-radius: 16px;
  width: 70%;
  height: 60%;
  position: absolute;
  inset: 22% auto auto -9%;
}

.m-image {
  border-radius: 4px;
  width: 40%;
  height: 40%;
  position: absolute;
  inset: 6% 14% auto auto;
}

.s-image {
  width: 140px;
  height: 140px;
  position: absolute;
  inset: auto 14% 7% auto;
}

.employee-empowerment-holder {
  width: 100%;
  height: 100%;
  display: flex;
}

.analysts-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.analysts-holder.second {
  width: 50%;
  padding-left: 30px;
}

.number-text {
  color: var(--text-block);
  font-family: Generalsans, sans-serif;
  font-size: 48px;
}

.analyst-l-image {
  border-radius: 16px;
  width: 70%;
  height: 60%;
  position: absolute;
  inset: 8% auto auto 4%;
}

.analyst-m-image {
  object-fit: cover;
  border-radius: 16px;
  width: 50%;
  height: 40%;
  position: absolute;
  inset: auto auto 8% 8%;
}

.analyst-s-image {
  object-fit: cover;
  border-radius: 16px;
  width: 40%;
  height: 40%;
  position: absolute;
  inset: auto -5% 23% auto;
}

.innovation-small-icon {
  position: absolute;
  inset: 16% auto auto 4%;
}

.light-gray-body {
  background-color: #fafafa;
}

.about-top-space {
  margin-top: 5em;
}

.white-section {
  background-color: #fff;
}

.info-box-holder {
  padding-left: 100px;
  padding-right: 100px;
}

.stats-description-text {
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.stats-description-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-gradiient-bg-shadow-holder {
  z-index: -1;
  background-image: linear-gradient(115deg, transparent, var(--gradient-color-3) 30%, #ffe2a7 63%, #8464ef7d 60%, transparent);
  opacity: .16;
  filter: blur(100px);
  width: 90%;
  height: 70vh;
  position: absolute;
}

.about-gradiient-bg-shadow-holder.blog {
  background-image: linear-gradient(115deg, transparent 23%, var(--gradient-color-3) 38%, #8464ef7d 60%, #ffe2a7 63%, transparent);
  opacity: .25;
  height: 30vh;
}

.about-gradiient-bg-shadow-holder.blog-post {
  z-index: -1;
  height: 60vh;
  inset: 43% auto 0% 15%;
}

.about-gradiient-bg-shadow-holder.checkout {
  opacity: .34;
  width: 60%;
  height: 60vh;
  inset: 0% 0% 0% 31%;
}

.about-gradiient-bg-shadow-holder.contact {
  width: 100%;
  inset: 34% 0% auto;
  overflow: hidden;
}

.large-main-image {
  z-index: 30;
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.blog-hero-text-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.hero-blog-text {
  color: var(--text-block);
  margin-top: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 72px;
}

.payment-solutions-holder {
  width: 100%;
  height: 100%;
  margin-top: 5em;
}

.payment-solutions-text {
  color: var(--text-block);
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.payment-solutions-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.hero-blog-image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.rich-text-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-blog-heading {
  text-align: center;
}

.checkout-text {
  color: var(--text-block);
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
}

.checkout {
  color: var(--text-block);
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.checkout-header {
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.white-block {
  z-index: 0;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.checkout-gradient-holder {
  z-index: 2;
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2) 50%, var(--gradient-color-3));
  border-radius: 8px;
  width: 100%;
  padding: 2px;
  position: relative;
}

.order-summary-holder {
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2) 50%, var(--gradient-color-3));
  border-radius: 8px;
  padding: 2px;
}

.checkout-button {
  background-color: #8464ef;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
  display: flex;
}

.checkout-button:hover {
  color: #fff;
  background-color: #8464efe0;
}

.checkout-button.cart {
  width: 100%;
  height: 50px;
}

.checkout-button-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.large-checkout-heading {
  color: var(--text-block);
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.address-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.line-item, .line-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.all-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.filter-gradient-holder {
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2) 50%, var(--gradient-color-3));
  border-radius: 11px;
  width: 380px;
  padding: 2px;
}

.details-text {
  font-size: 30px;
}

.shop-accordion {
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  transition: color .35s;
  overflow: hidden;
}

.shop-accordion:hover {
  color: #0009;
}

.product-details-block-holder {
  border-top: 1px solid #e7e7e7;
  margin-top: 55px;
  margin-bottom: 3em;
}

.shop-accordion-header {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.accordion-paragraph-2 {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.add-to-cart-button-2 {
  display: none;
}

.add-to-cart-button-holder-2 {
  margin-top: 50px;
}

.product-quantity-2 {
  border-radius: 8px;
  margin-bottom: 0;
  display: none;
}

.product-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 2em;
  display: flex;
}

.shipping-text {
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.cart-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cart-item-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.remove-button-holder {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  align-self: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.cart-line-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
}

.work-time-tracker-holder {
  z-index: 4;
  position: relative;
}

.center-line-image {
  border-radius: 10px;
}

.bottom-line-image {
  position: relative;
  top: 6px;
}

.up-line-image {
  position: absolute;
  inset: 18% 0% auto 38%;
}

.images-line-holder {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.feature-image-holder {
  z-index: 9;
  height: auto;
  position: relative;
}

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

.hero-contact-form-text {
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.text-and-paragraph-contact-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 3em;
  display: flex;
}

.card-overflow-hidden {
  padding: 21px;
  overflow: hidden;
}

.support-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.contact-information-management-image {
  background-color: #8464ef;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.contact-information-management-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.support-text {
  color: var(--text-block);
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.small-light-gray-paragraph {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(126deg, #ffe2a7, #d798e1);
  -webkit-background-clip: text;
  background-clip: text;
}

.button-404-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.black-accordion-arrow {
  width: 100%;
  height: 100%;
}

.plus-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  display: flex;
  position: relative;
  inset: 0;
}

.gradient-accordion-arrow {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(180deg);
}

.accordion-body-holder {
  overflow: hidden;
}

.accordion-box-gradient {
  z-index: -1;
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2) 50%, var(--gradient-color-3));
  opacity: 0;
  border-radius: 10px;
  position: absolute;
  inset: -2px;
}

.accordion {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 18px;
  transition: background-color .3s;
  position: relative;
}

.accordion:hover {
  background-color: #f7f7f7;
}

.accordion-header-text {
  color: var(--text-block);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.accordion-header-holder {
  justify-content: space-between;
  align-items: flex-start;
  padding: 34px 26px;
  display: flex;
  position: relative;
}

.lottie-up {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -70% 42.5% auto auto;
}

.lottie-up.about {
  right: 72%;
}

.lottie-up.tarusted-by {
  right: 43.5%;
}

.bottom-lottie {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto auto -60% 42.5%;
}

.bottom-lottie.about {
  left: -6%;
}

.bottom-lottie.trusted-by {
  left: 44%;
}

.lottie-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.acc-heading {
  font-size: 56px;
}

.pricing-tabel-gradient-holder {
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2) 50%, var(--gradient-color-3));
  border-radius: 22px;
  width: 100%;
  height: 100%;
  padding: 2px;
}

.hero-blog-header {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition-property: box-shadow;
}

.hero-blog-header:hover {
  box-shadow: 0 2px 13px -1px var(--primary-color);
}

.subscription-pricing-text {
  color: #000;
  font-family: Lato, sans-serif;
}

.social-meadia-icon-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.hero-social-media-text {
  color: #fff;
  text-transform: none;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.list-holder-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.accordion-header {
  justify-content: space-between;
  align-items: flex-start;
  padding: 34px 26px;
  display: flex;
  position: relative;
}

.accordion-paragraph {
  color: var(--paragraph-text-color);
  width: 75%;
  margin-bottom: 0;
  padding-bottom: 34px;
  padding-left: 26px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.company-name {
  position: absolute;
  inset: auto -5% 0% auto;
}

.feature-2-col-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  place-items: stretch center;
}

.feature-text-box {
  color: var(--text-block);
  text-align: left;
  justify-content: flex-start;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.feature-description-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.sticky-slider-section {
  margin-top: 130px;
}

.stickt-slider-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.sticky-text-container {
  width: 100%;
}

.sticky-text-holder {
  margin-top: -29px;
  position: sticky;
  top: 29%;
}

.sales-service-text {
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.list-icon-container {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 10px;
}

.tick-image {
  width: 100%;
}

.list-text {
  color: var(--text-block);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.slider-sticky-image-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.slider-sticky-holder._1 {
  z-index: 2;
  justify-content: center;
  width: 100%;
  margin-top: -31px;
  display: flex;
  position: sticky;
  bottom: 0%;
}

.slider-sticky-holder._2 {
  z-index: 1;
  width: 100%;
  position: sticky;
  bottom: 0%;
}

.slider-sticky-holder._3 {
  z-index: 0;
  justify-content: center;
  width: 100%;
  display: flex;
  position: sticky;
  bottom: 0%;
}

.feature-image {
  width: 100%;
  overflow: hidden;
}

.home-hero-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 3em;
  margin-bottom: 3em;
}

.home-hero-images-panel {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-link-holder {
  margin-bottom: 0;
}

.webflow-temolate-hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1;
  transition-property: all;
  transition-duration: .4s;
  display: flex;
  overflow: hidden;
}

.webflow-temolate-hero-link:hover {
  background-color: #ff7d1e0d;
  border-color: #ff7d1e;
  text-decoration: none;
}

.link-new-badge {
  color: #000;
  background-color: #ffc700;
  border-radius: 14px;
  height: 100%;
  padding: 6px 10px 6px 12px;
}

.purple-hero-link-arrow {
  background-image: url('../images/Purple-ARROW.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 20px;
  width: 12px;
  height: 12px;
}

.demo-feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  display: flex;
}

.demo-hero-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
}

.nav-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-text:hover {
  color: var(--cuber-orange);
}

.buy-template-button {
  background-color: var(--cuber-blue);
  color: #fff;
  border-radius: 8px;
  padding: 13px 20px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .35s;
}

.buy-template-button:hover {
  background-color: var(--cuber-orange);
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.home-hero-gradient-2 {
  z-index: -1;
  opacity: .7;
  filter: blur(60px);
  background-image: linear-gradient(103deg, #d798e1, #ffe2a7 45%, #faad80 97%, #faad80);
  width: 50%;
  height: 75vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-hero-main-image-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.main-button-3 {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-3:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.hero-text-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
}

.purple-text-2 {
  color: var(--cuber-orange);
}

.client-logo-2, .client-logo-3, .client-logo-4 {
  object-fit: contain;
  border-radius: 0;
  width: 500%;
  max-width: 155px;
  height: 100%;
  max-height: 120px;
}

.price-2, .price-3 {
  color: #242424;
  text-align: left;
  flex-direction: row;
  flex: 1;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  font-family: Generalsans, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.slider-image-2 {
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 100%;
}

.cta-image-2 {
  width: 100%;
  margin-top: 20px;
}

.main-button-4 {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-4:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.cta-content-holder-2 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.cta-screen-container-2 {
  min-width: 650px;
  position: relative;
}

.cta-screen-holder-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  left: 30px;
}

.bold-text-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.nav-dropdown-item-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.text-block-8 {
  -webkit-text-stroke-color: #d4d4d4;
  font-size: 18px;
}

.accordion-box-gradient-2 {
  z-index: -1;
  opacity: 0;
  background-image: linear-gradient(to right, #8464ef, #ffe2a7 50%, #faad80);
  border-radius: 10px;
  position: absolute;
  inset: -2px;
}

.accordion-paragraph-3 {
  color: #666;
  width: 75%;
  margin-bottom: 0;
  padding-bottom: 34px;
  padding-left: 26px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.accordion-header-text-2 {
  color: #242424;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.accordion-box-gradient-3 {
  z-index: -1;
  opacity: 0;
  background-image: linear-gradient(to right, #8464ef, #ffe2a7 50%, #faad80);
  border-radius: 10px;
  position: absolute;
  inset: -2px;
}

.accordion-paragraph-4 {
  color: #666;
  text-align: justify;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 34px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block {
  text-align: left;
  margin-top: 60px;
}

.flex-block-4 {
  margin-left: 35px;
}

.flex-block {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

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

.trusted-by-text-2 {
  color: #242424;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 75px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.list-item-3 {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}

.list-item-2 {
  text-align: center;
  width: 150px;
  font-size: 20px;
}

.list-4 {
  text-align: center;
}

.list-3 {
  margin-top: 15px;
}

.grid-5-col-2 {
  grid-column-gap: 1.25em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

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

.container-4, .container-5 {
  margin-top: 15px;
}

.small-image-2, .small-image-3 {
  border-radius: 16px;
  width: 80%;
  height: 80%;
}

.container-6 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.accordion-paragraph-5 {
  color: #666;
  text-align: justify;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 34px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.feature-grid-text-2 {
  color: #242424;
  text-align: center;
  width: 125%;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.feature-text-box-2 {
  color: #242424;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.small-cart-icon-2 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.center-content-holder-2 {
  justify-content: center;
  align-items: center;
  min-width: 70%;
  max-width: 373em;
  margin-top: 4em;
  display: flex;
}

.grid-2-col-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-6 {
  min-width: 100%;
  max-width: 75%;
}

.gradient-data-panels-2 {
  z-index: -1;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -2px;
  transition: border-color .5s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradient-shadow-bg-2 {
  background-image: linear-gradient(21deg, #f8cfee, #fff);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-shadow-bg-2.non-overflow {
  background-image: radial-gradient(circle, #54c3ff, #fff), linear-gradient(21deg, #f8cfee, #fff);
  overflow: visible;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6em;
  margin-left: 0;
  margin-right: auto;
  padding: 2em 1em;
  display: flex;
}

.grid-4-col-holder-2 {
  width: 100%;
  height: 100%;
  margin-top: 2.5em;
  position: relative;
}

.feature-description-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.work-time-image-2 {
  border-radius: 9px;
  width: 50%;
  min-width: 70%;
  max-width: 50%;
  height: 100%;
  margin-bottom: 75px;
  position: relative;
  top: 10px;
  left: 25px;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 105%;
  margin-left: 0;
  display: flex;
}

.main-button-5 {
  background-color: #003264;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-5:hover {
  color: #fff;
  background-color: #ffa812;
}

.light-gray-paragraph-2 {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-2 {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.section-2.large {
  background-color: #fafafa;
  height: 100%;
}

.section-2.ghost-white-color {
  background-color: #fafafa;
}

.larg-image-holder-2 {
  z-index: 4;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  padding-left: 100px;
}

.cart-larg-image-2 {
  object-fit: fill;
  border-radius: 11px;
  width: 150%;
  max-width: 120%;
  height: 100%;
  margin-bottom: -8px;
  margin-left: -89px;
  padding-bottom: 80px;
}

.feature-text-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.accordion-paragraph-6 {
  color: #666;
  text-align: justify;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 34px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: block;
}

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

.heading-2 {
  color: #ffa812;
}

.paragraph {
  color: #003264;
}

.container-10 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

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

.made-by-section-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #fafafa;
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.cta-image-3 {
  width: 1000rem;
  max-width: 40rem;
  height: 410px;
  max-height: 390px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: -100px;
}

.copyright-text-3 {
  color: #fff;
  line-height: 1.4;
}

.cta-content-holder-3 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

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

.container-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6em;
  margin-left: 0;
  margin-right: auto;
  padding: 2em 1em;
  display: flex;
}

.container-11.footer-container {
  padding-bottom: 1em;
}

.footer-3 {
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.footer-content-3 {
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  display: grid;
}

.cta-bg-container-2 {
  width: 300%;
  min-width: 200px;
  max-width: 300px;
  position: absolute;
  inset: 0%;
}

.cta-screen-holder-3 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 55%;
  display: flex;
  position: relative;
  left: 30px;
}

.footer-description-3 {
  color: #fff;
  max-width: 400px;
  font-size: 16px;
}

.support-text-2 {
  color: #242424;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.main-button-6 {
  background-color: #003264;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-6:hover {
  color: #fff;
  background-color: #ffa812;
}

.small-paragraph-2 {
  padding-right: 55px;
  font-size: 16px;
}

.small-paragraph-3 {
  font-size: 16px;
}

.footer-brand-content-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-holder-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-screen-container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 38rem;
  display: flex;
  position: relative;
}

.bold-text-3 {
  font-size: 12px;
}

.about-gradiient-bg-shadow-holder-2 {
  z-index: -1;
  opacity: .16;
  filter: blur(100px);
  background-image: linear-gradient(115deg, #0000, #faad80 30%, #ffe2a7 63%, #8464ef7d 60%, #0000);
  width: 90%;
  height: 70vh;
  position: absolute;
}

.about-gradiient-bg-shadow-holder-2.contact {
  width: 100%;
  inset: 34% 0% auto;
  overflow: hidden;
}

.container-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gradient-data-panels-3 {
  z-index: -1;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -2px;
  transition: border-color .5s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.small-cart-icon-3 {
  width: 100%;
  height: 100%;
}

.main-button-7 {
  background-color: #8464ef;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-7:hover {
  color: #fff;
  background-color: #8464efeb;
}

.sales-text-2 {
  font-family: Generalsans, sans-serif;
  font-size: 56px;
}

.sales-text-2.center {
  font-size: 48px;
}

.grid-2-col-3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
}

.grid-2-col-3.top-margin {
  grid-column-gap: 5.25em;
  grid-template-columns: 1fr 1.25fr;
  margin-top: 6em;
}

.larg-image-holder-3 {
  z-index: 4;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-left: 100px;
}

.light-gray-paragraph-3 {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.light-gray-paragraph-3.center-in-mobile {
  min-width: 110%;
  font-family: Lato, sans-serif;
}

.innovation-text-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.link-2 {
  text-align: center;
  font-size: 36px;
}

.image-7 {
  width: 95%;
  height: 70.4913%;
}

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

.link-block-24 {
  width: 100%;
}

.link-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-content-2 {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-hero-gradient-3 {
  z-index: -1;
  opacity: .7;
  filter: blur(60px);
  background-image: linear-gradient(103deg, #d798e1, #ffe2a7 45%, #faad80 97%, #faad80);
  width: 50%;
  height: 75vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-main-hero-image-2 {
  z-index: 1;
  width: 100%;
}

.main-button-8 {
  background-color: #8464ef;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-8:hover {
  color: #fff;
  background-color: #8464efeb;
}

.purple-text-3 {
  color: #8464ef;
}

.container-13 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container-13.more-padding-space {
  padding-top: 7.5em;
}

.text-and-paragraph-holder-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 90%;
  display: flex;
}

.small-cart-icon-4 {
  width: 100%;
  height: 100%;
}

.main-button-9 {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-9:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.gradient-shadow-bg-3 {
  background-image: linear-gradient(21deg, #d6cff8, #fff);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.sales-text-3 {
  font-family: Generalsans, sans-serif;
  font-size: 56px;
}

.sales-text-3.center {
  font-size: 48px;
}

.grid-2-col-4 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
}

.grid-2-col-4.top-margin {
  grid-template-columns: 1fr 1.25fr;
  margin-top: 6em;
}

.cart-larg-image-3 {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 73%;
}

.larg-image-holder-4 {
  z-index: 4;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-left: 100px;
}

.light-gray-paragraph-4 {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.light-gray-paragraph-4.center-in-mobile {
  font-family: Lato, sans-serif;
}

.small-cart-icon-5 {
  width: 100%;
  height: 100%;
}

.main-button-10 {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-10:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.gradient-shadow-bg-4 {
  background-image: linear-gradient(21deg, #d6cff8, #fff);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.sales-text-4 {
  font-family: Generalsans, sans-serif;
  font-size: 56px;
}

.sales-text-4.center {
  font-size: 48px;
}

.grid-2-col-5 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
}

.grid-2-col-5.top-margin {
  grid-template-columns: 1fr 1.25fr;
  margin-top: 6em;
}

.cart-larg-image-4 {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 73%;
}

.larg-image-holder-5 {
  z-index: 4;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-left: 100px;
}

.light-gray-paragraph-5 {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.light-gray-paragraph-5.center-in-mobile {
  font-family: Lato, sans-serif;
}

.main-button-11 {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-11:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.gradient-shadow-bg-5 {
  background-image: linear-gradient(21deg, #d6cff8, #fff);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.gradient-shadow-bg-5.orange {
  background-image: linear-gradient(341deg, #faad80, #fff);
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.cart-larg-image-5 {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 73%;
}

.cart-larg-image-5.box {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 70%;
  min-height: 100px;
  margin-top: -50px;
  margin-bottom: -50px;
}

.larg-image-holder-6 {
  z-index: 4;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-left: 100px;
}

.larg-image-holder-6.second {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 117%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.light-gray-paragraph-6 {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.light-gray-paragraph-6.center-in-mobile {
  font-family: Lato, sans-serif;
}

.transparent-cart-text-holder-2 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.work-time-tracker-holder-2 {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.gradient-shadow-holder-2 {
  z-index: 1;
  opacity: .12;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.white-box-text-2 {
  color: #242424;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.transparent-cart-text-holder-3 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.work-time-tracker-holder-3 {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.white-box-text-3 {
  color: #242424;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.transparent-cart-text-holder-4 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.work-time-tracker-holder-4 {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.white-box-text-4 {
  color: #242424;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.slider-text-2 {
  color: #7f94a8;
  text-align: center;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.section-8 {
  z-index: 1;
  position: relative;
}

.section-8.white {
  background-color: #fff;
  margin-top: 4em;
}

.slider-2 {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-slider-holder-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.mask-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: visible;
}

.slide-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 95vw;
  height: 100%;
  margin-bottom: 3.1em;
  padding-bottom: 0;
  display: flex;
}

.trusted-by-text-3 {
  color: #003264;
  text-align: center;
  -webkit-text-stroke-color: #003264;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.slider-holder-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 3em;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.slider-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 50px;
  max-width: 99.9999rem;
  height: 100%;
  padding-top: 4em;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
}

.features-text-2 {
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.social-meadia-icon-holder-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3.2em;
  display: flex;
}

.cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-3 {
  margin-bottom: 30px;
  font-size: 32px;
}

.cell-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-block-26, .container-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-5-col-3 {
  grid-column-gap: 1.25em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fade-in-move-on-scroll-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-item-4 {
  text-align: center;
  width: 150px;
  font-size: 20px;
  font-weight: 600;
}

.list-5 {
  margin-top: 15px;
}

.analyst-l-image-2 {
  border-radius: 16px;
  width: 85%;
  height: 60%;
  margin-top: -35px;
  margin-left: 10px;
  position: absolute;
  inset: 8% auto auto 4%;
}

.cell-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

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

.cell-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 24px;
}

.analyst-m-image-2 {
  object-fit: cover;
  border-radius: 16px;
  width: 50%;
  height: 40%;
  margin-bottom: 0;
  margin-left: -25px;
  padding-top: 0;
  padding-bottom: 65px;
  position: absolute;
  inset: auto auto 8% 8%;
}

.cell-5, .cell-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-icon-2, .feature-icon-3 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 150%;
  height: 84px;
}

.cart-larg-image-6 {
  object-fit: contain;
  border-radius: 11px;
  width: 120%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 0;
}

.small-cart-icon-6, .small-cart-icon-7 {
  width: 100%;
  height: 100%;
}

.html-embed {
  z-index: 99999;
  position: fixed;
}

.image-9 {
  height: 100%;
}

.cart-larg-image-7 {
  object-fit: fill;
  border-radius: 11px;
  width: 150%;
  max-width: 120%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.cell-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cart-larg-image-8 {
  object-fit: fill;
  border-radius: 11px;
  width: 150%;
  max-width: 120%;
  height: 100%;
  margin-bottom: -8px;
  margin-left: -89px;
  padding-bottom: 80px;
}

.quick-stack-3 {
  padding: 0;
}

.image-10 {
  border-radius: 9px;
}

.container-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105%;
  margin-left: auto;
  padding-bottom: 20px;
  display: flex;
}

.small-cart-icon-8 {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.image-17 {
  border-radius: 9px;
  min-width: 100%;
  max-width: 75%;
}

.small-cart-icon-9 {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.section-9 {
  z-index: 1;
  padding: 40px;
  position: relative;
}

.grid-5-col-4 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-text-3 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  display: flex;
}

.home-hero-gradient-4 {
  z-index: -1;
  opacity: .7;
  filter: blur(60px);
  background-image: linear-gradient(103deg, #d798e1, #ffe2a7 45%, #faad80 97%, #faad80);
  width: 50%;
  height: 75vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-main-hero-image-holder-2 {
  width: 50vw;
  position: relative;
  left: 10%;
}

.main-button-12 {
  background-color: #003264;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-12:hover {
  color: #fff;
  background-color: #ffa812;
}

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

.home-hero-main-image-3 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: absolute;
  right: -27px;
  overflow: hidden;
}

.home-hero-images-panel-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.grid-5-col-5 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-text-4 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  display: flex;
}

.feature-text-box-3 {
  color: #242424;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.grid-4-col-holder-3 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.gradient-bg-2 {
  z-index: -1;
  opacity: .18;
  filter: blur(200px);
  background-image: linear-gradient(to right, #8464ef, #ffe2a7 50%, #faad80);
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 21% 0% auto;
}

.feature-description-2 {
  background-image: linear-gradient(311deg, #faad80cc, #faad803b);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.feature-description-2.second {
  padding-top: 0;
  padding-bottom: 80px;
  padding-left: 30px;
}

.feature-description-wrapper-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.feature-grid-text-3 {
  color: #242424;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.work-time-image-3 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 10px;
  left: 25px;
}

.light-gray-paragraph-7 {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.light-gray-paragraph-7.center {
  color: var(--paragraph-text-color);
  text-align: center;
}

.accordion-container-holder-2 {
  margin-left: 40px;
}

.small-paragraph-4 {
  font-size: 16px;
}

.container-17 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.image-18 {
  border-radius: 6px;
}

.center-image-holder-2 {
  z-index: 4;
  width: auto;
  position: relative;
}

.feature-icon-4 {
  width: 96px;
  height: 84px;
}

.feature-icon-5 {
  width: 100px;
  height: 84px;
}

.hero-content-3 {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.purple-text-4 {
  color: #ffa812;
}

.main-button-13 {
  background-color: #003264;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-13:hover {
  color: #fff;
  background-color: #ffa812;
}

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

.home-main-hero-image-3 {
  z-index: 1;
  border-radius: 9px;
  width: 100%;
}

.home-hero-images-panel-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-up-image-2 {
  border-radius: 11px;
  box-shadow: 0 2px 20px #0000001a;
}

.hero-up-image-2.features {
  box-shadow: none;
}

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

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

.accordion-container-holder-3 {
  margin-left: 40px;
}

.paragraph-holder-3 {
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.small-paragraph-5 {
  font-size: 16px;
}

.container-18 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.cell-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  margin-top: 60px;
}

.quick-stack-5 {
  margin-top: 20px;
}

.container-19 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.accordion-container-holder-4 {
  margin-left: 40px;
}

.paragraph-holder-4 {
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.small-paragraph-6 {
  text-align: left;
  text-transform: none;
  order: 0;
  align-self: auto;
  font-size: 16px;
  font-style: normal;
}

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

.nav-dropdown-grid-2 {
  grid-column-gap: 0em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0 .75fr .75fr;
  width: 100%;
}

.nav-dropdown-list-content-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.image-21 {
  border-radius: 8px;
}

.nav-list-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10em;
  margin-bottom: 10em;
  margin-left: -4em;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.text-block-15 {
  -webkit-text-stroke-color: #d4d4d4;
  text-transform: capitalize;
  font-size: 18px;
}

.nav-link-2 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  color: #003264;
}

.nav-link-2.w--current {
  color: #8464ef;
}

.nav-link-2.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-dropdown-item-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.nav-text-2 {
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-text-2:hover {
  color: #ffa812;
}

.container-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 25em;
  max-width: none;
  display: block;
}

.image-22 {
  border-radius: 9px;
}

.nav-dropdown-item-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-content-4 {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-main-hero-image-4 {
  z-index: 1;
  border-radius: 9px;
  width: 100%;
}

.main-button-14 {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-14:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.larg-image-holder-7 {
  z-index: 4;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-left: 100px;
}

.cart-larg-image-9 {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 73%;
}

.feature-description-3 {
  background-image: linear-gradient(311deg, #faad80cc, #faad803b);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.feature-description-3.second {
  padding-top: 0;
  padding-bottom: 80px;
  padding-left: 30px;
}

.work-time-image-4 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 10px;
  left: 25px;
}

.gradient-shadow-bg-6 {
  background-image: linear-gradient(21deg, #d6cff8, #fff);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.gradient-shadow-bg-6.non-overflow {
  overflow: visible;
}

.cart-larg-image-10 {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 73%;
}

.white-data-cards-content-2 {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 30px 40px;
  display: flex;
  position: relative;
}

.white-data-cards-content-2.feature {
  padding: 0;
}

.larg-image-holder-8 {
  z-index: 4;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-left: 100px;
}

.gradient-shadow-bg-7 {
  background-image: linear-gradient(21deg, #d6cff8, #fff);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.gradient-shadow-bg-7.non-overflow {
  overflow: visible;
}

.cart-larg-image-11 {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 73%;
}

.white-data-cards-content-3 {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 30px 40px;
  display: flex;
  position: relative;
}

.white-data-cards-content-3.feature {
  padding: 0;
}

.larg-image-holder-9 {
  z-index: 4;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-left: 100px;
}

.work-time-image-5 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 10px;
  left: 25px;
}

.sales-image-2 {
  width: 40%;
  height: 70%;
}

.app-image-2 {
  width: 45%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% 51%;
}

.cart-larg-image-12 {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 73%;
}

.work-time-image-6, .work-time-image-7, .work-time-image-8 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 10px;
  left: 25px;
}

.app-image-5 {
  width: 45%;
  height: 45%;
  position: absolute;
  inset: auto 0% 0% 51%;
}

.quick-stack-6 {
  margin-top: 20px;
}

.image-23 {
  border-radius: 9px;
}

.nav-dropdown-2 {
  height: 100%;
  position: static;
}

.quick-stack-7 {
  margin-top: 20px;
}

.nav-dropdown-item-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-text-3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-text-3:hover {
  color: #ffa812;
}

.text-block-16 {
  -webkit-text-stroke-color: #d4d4d4;
  font-size: 18px;
}

.nav-dropdown-list-content-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-list-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 12em;
  margin-bottom: 12em;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.image-24 {
  border-radius: 9px;
}

.html-embed-2 {
  z-index: 999;
  width: 100%;
  position: relative;
}

.image-25 {
  border-radius: 9px;
}

.feature-text-box-4 {
  color: #242424;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.app-image-6 {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0% 51%;
}

.feature-2-col-grid-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
}

.grid-4-col-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-description-holder-2 {
  margin-top: 4em;
}

.feature-description-wrapper-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.gray-paragraph-2 {
  color: #666;
  text-align: justify;
  font-family: Lato, sans-serif;
}

.sales-image-3 {
  width: 40%;
  height: 70%;
}

.work-time-image-9 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 10px;
  left: 25px;
}

.home-main-hero-image-5 {
  z-index: 1;
  width: 100%;
}

.main-button-15 {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-15:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.section-10 {
  z-index: 1;
  position: relative;
}

.gradient-shadow-holder-3 {
  z-index: 1;
  opacity: .12;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.innovation-text-3 {
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.feature-text-5 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  display: flex;
}

.home-main-hero-image-6 {
  z-index: 1;
  width: 100%;
  margin-left: -30px;
}

.main-button-16 {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-16:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.grid-4-col-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-description-wrapper-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.work-time-image-10 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 10px;
  left: 25px;
}

.home-main-hero-image-7 {
  z-index: 1;
  width: 100%;
}

.main-button-17 {
  background-color: var(--cuber-blue);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: background-color;
}

.main-button-17:hover {
  background-color: var(--cuber-orange);
  color: #fff;
}

.innovation-text-4 {
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.feature-text-6 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  display: flex;
}

.grid-4-col-4 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-description-wrapper-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.work-time-image-11 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 10px;
  left: 25px;
}

.container-21, .container-22 {
  z-index: 99;
  position: relative;
}

.light-gray-paragraph-copy {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.light-gray-paragraph-copy.center {
  color: var(--paragraph-text-color);
  text-align: center;
  align-self: auto;
  margin-bottom: 0;
  font-size: 24px;
}

.light-gray-paragraph-copy.center-in-mobile {
  font-family: Lato, sans-serif;
}

.grid-4-col-holder-4 {
  width: 100%;
  height: 100%;
  margin-top: 10em;
  position: relative;
}

.grid-4-col-5 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-col-5._2-row {
  width: 80%;
}

.feature-grid-text-4 {
  color: #242424;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.up-line-image-2 {
  position: absolute;
  inset: -6% 0% auto -1%;
}

.transparent-cart-text-holder-5 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 43px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.grid-4-col-6 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-col-6._2-row {
  width: 80%;
}

.work-time-tracker-holder-5 {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.white-box-text-5 {
  color: #242424;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.center-paragraph-2 {
  color: #666;
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.white-data-cards-content-4 {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.white-data-cards-content-4.large-cards-item {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.white-box-text-6, .white-box-text-7 {
  color: #242424;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.work-time-tracker-holder-6, .work-time-tracker-holder-7 {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.gradient-shadow-holder-4 {
  z-index: 1;
  opacity: .12;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.gradient-shadow-holder-5 {
  z-index: 1;
  opacity: .12;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.up-line-image-2-copy {
  inset: 10% 0% auto 2%;
  position: absolute;
  inset: 10% 0% auto 2%;
}

.transparent-cart-text-holder-6 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 43px;
  display: flex;
  position: relative;
}

.white-box-text-8 {
  color: #242424;
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.center-paragraph-3 {
  color: #666;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.lottie-holder-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.trusted-by-text-4 {
  color: var(--cuber-blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.grid-4-col-holder-4-copy {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.blog-hero-text-holder-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-copy {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 5em;
}

.container-copy.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-copy.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.container-copy.big-container {
  max-width: none;
  padding-top: 0;
}

.container-copy.no-padding-top {
  padding-top: 0;
}

.container-copy.footer-container {
  padding-bottom: 1em;
}

.container-copy.shop {
  background-image: url('../images/Media.jpg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 18em;
}

.container-copy.black {
  background-color: var(--text-block);
}

.container-copy.more-padding-space {
  padding-top: 7.5em;
}

.container-copy.large {
  padding-bottom: 2em;
}

.nav-text-4 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-text-4:hover {
  color: #ffa812;
}

.nav-dropdown-item-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  font-size: 18px;
}

.nav-dropdown-list-content-4 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid-3 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  width: 100%;
}

.nav-link-3 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: #8464ef;
}

.nav-link-3.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link-3.nav-link-dropdown:hover {
  color: #ffa812;
  -webkit-text-stroke-color: #666;
}

.heading-4 {
  margin-bottom: 30px;
  font-size: 32px;
}

.nav-list-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 12em;
  margin-left: -15px;
  padding-bottom: 12em;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.cell-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-28 {
  border-radius: 9px;
}

.nav-dropdown-column-2 {
  position: relative;
}

.quick-stack-8 {
  margin-top: 20px;
}

.nav-link-holder-2 {
  padding-left: 10px;
}

.video {
  z-index: 99;
}

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

.video-3 {
  z-index: 999;
}

.image-29 {
  border-radius: 10px;
  max-width: 50%;
}

.link-block-27 {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.container-23 {
  border: 1px solid #000;
  max-width: 1940px;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    padding-right: 1em;
  }

  .grid-4-col {
    text-align: center;
  }

  .client-logo {
    max-width: 250%;
  }

  .center-paragraph {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .white-data-cards-content {
    background-color: #fff;
    border-radius: 14px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px 30px 40px;
    display: flex;
    position: relative;
  }

  .white-data-cards-content.feature {
    padding: 0;
  }

  .feature-icon {
    width: 100px;
    height: 100px;
  }

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

  .white-cards-text-holder {
    z-index: 10;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .innovation-text {
    color: var(--text-block);
    font-family: Generalsans, sans-serif;
    font-size: 32px;
    font-weight: 600;
  }

  .design-information-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    display: flex;
  }

  .design-info-text-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #666;
    align-items: center;
    width: 100%;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .information-design-image-holder {
    width: 40px;
    height: 40px;
  }

  .home-hero-gradient {
    background-image: linear-gradient(103deg, #d798e1, #ffe2a7 45%, #fab284 92%, var(--gradient-color-3) 97%, var(--gradient-color-3));
  }

  .home-hero-main-image {
    padding-top: 80px;
  }

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

  .text-slider-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
  }

  .about-grid-item.orange-gradient-color {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-social-media-text {
    text-transform: capitalize;
  }

  .feature-2-col-grid {
    justify-items: center;
  }

  .feature-text-box {
    text-align: left;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
  }

  .home-hero-gradient-2 {
    background-image: linear-gradient(103deg, #d798e1, #ffe2a7 45%, #fab284 92%, #faad80 97%, #faad80);
  }

  .main-button-3 {
    background-color: var(--cuber-blue);
  }

  .main-button-3:hover {
    background-color: var(--cuber-orange);
  }

  .purple-text-2 {
    color: var(--cuber-orange);
  }

  .client-logo-2, .client-logo-3, .client-logo-4 {
    max-width: 175px;
    max-height: 120px;
  }

  .fade-in-move-on-scroll-2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .section-2 {
    margin-top: 0;
  }

  .cart-larg-image-2 {
    margin-bottom: 82px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fade-in-move-on-scroll-4 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .small-paragraph-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 125px;
    display: flex;
  }

  .paragraph-holder-2 {
    flex-flow: wrap;
    order: 0;
    place-content: stretch flex-start;
    align-items: flex-end;
  }

  .innovation-text-2 {
    color: #242424;
    font-family: Generalsans, sans-serif;
    font-size: 32px;
    font-weight: 600;
  }

  .home-hero-gradient-3 {
    background-image: linear-gradient(103deg, #d798e1, #ffe2a7 45%, #fab284 92%, #faad80 97%, #faad80);
  }

  .slider-text-2 {
    text-align: left;
    margin-right: 0;
  }

  .text-slider-holder-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
  }

  .slide-2 {
    width: 87vw;
    margin-bottom: 2.7em;
    padding-right: 2em;
  }

  .slider-item-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 6em;
  }

  .link-block-26 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .feature-icon-2, .feature-icon-3 {
    width: 100px;
    height: 100px;
  }

  .html-embed {
    text-align: center;
    flex: 0 auto;
    justify-content: flex-end;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .cart-larg-image-7, .cart-larg-image-8 {
    margin-bottom: 82px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-hero-gradient-4 {
    background-image: linear-gradient(103deg, #d798e1, #ffe2a7 45%, #fab284 92%, #faad80 97%, #faad80);
  }

  .home-hero-main-image-3 {
    padding-top: 81px;
  }

  .center-image-holder-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-icon-4, .feature-icon-5 {
    width: 100px;
    height: 100px;
  }

  .purple-text-4 {
    color: #ffa812;
  }

  .main-button-13 {
    background-color: #003264;
  }

  .main-button-13:hover {
    background-color: #ffa812;
  }

  .white-data-cards-content-2 {
    background-color: #fff;
    border-radius: 14px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px 30px 40px;
    display: flex;
    position: relative;
  }

  .white-data-cards-content-2.feature {
    padding: 0;
  }

  .white-data-cards-content-3 {
    background-color: #fff;
    border-radius: 14px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px 30px 40px;
    display: flex;
    position: relative;
  }

  .white-data-cards-content-3.feature {
    padding: 0;
  }

  .innovation-text-3, .innovation-text-4 {
    color: #242424;
    font-family: Generalsans, sans-serif;
    font-size: 32px;
    font-weight: 600;
  }

  .container-22 {
    margin-top: 2em;
  }

  .image-27 {
    border-radius: 9px;
  }

  .grid-4-col-6 {
    text-align: center;
  }

  .center-paragraph-2 {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .white-data-cards-content-4 {
    background-color: #fff;
    border-radius: 14px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px 30px 40px;
    display: flex;
    position: relative;
  }

  .center-paragraph-3 {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .section.overflow-hidden {
    overflow: hidden;
  }

  .container {
    max-width: 1350px;
  }

  .container.without-bottom-space {
    padding-bottom: 0;
  }

  .container.no-bottom-margin-in-mobile {
    padding-top: 12em;
  }

  .flex-hero-text {
    width: 110%;
  }

  .social-media-link {
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .social-media-icon {
    width: 30px;
    height: 15px;
  }

  .hero-content {
    width: 100%;
  }

  .trusted-by-container {
    position: relative;
  }

  .trusted-by-container.home {
    margin-top: 15em;
  }

  .trusted-by-container.features {
    margin-top: 17em;
  }

  .trusted-by-grid-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .checkout-summary {
    width: 400px;
  }

  .block-header {
    padding-left: 0;
  }

  .block-header.summary {
    padding-left: 1em;
  }

  .block-content {
    padding-left: 0;
  }

  .order-line-item.summary, .extra-item.summary {
    padding-left: 1em;
  }

  .cta-image {
    margin-top: 0;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .hero-buttons-holder {
    align-items: center;
  }

  .hero-description-holder.small-top-margin {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 4em;
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-image.top-image {
    width: 80%;
  }

  .pricing-type.pricing-type-active {
    color: #6d6d6d;
  }

  .grid-5-col {
    grid-column-gap: 4.75em;
  }

  .center-paragraph {
    text-align: center;
  }

  .white-data-cards-content.large-cards-item {
    margin-top: 0;
  }

  .feature-icon {
    width: 96px;
    height: 84px;
  }

  .center-image-holder.fourth {
    padding-top: 31px;
  }

  .white-cards-text-holder {
    justify-content: center;
  }

  .white-cards-text-holder._4 {
    margin-top: 0;
  }

  .light-gray-paragraph {
    padding-right: 10px;
  }

  .content-holder.feature {
    width: 84%;
  }

  .gradient-shadow-bg.non-overflow {
    padding: 50px 0 0;
  }

  .grid-3-col.top-margin {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-col.space {
    left: -15%;
  }

  .sales-text.center {
    font-size: 56px;
  }

  .home-main-hero-image-holder {
    width: 40vw;
    left: 20%;
  }

  .home-hero-main-image {
    width: 50vw;
    margin-top: -19.9em;
  }

  .hero-up-image-holder {
    width: 20%;
  }

  .hero-bottom-image-holder {
    bottom: 8%;
  }

  .gradient-shadow-holder {
    opacity: .24;
  }

  .web-statistic-image {
    width: 60%;
    height: 30%;
    top: 10%;
    left: 3%;
  }

  .time-at-work-image {
    width: 85%;
    left: 3%;
  }

  .white-box-text {
    text-align: center;
  }

  .crativity-image {
    width: 45%;
  }

  .coast-image {
    z-index: 2;
    width: 60%;
    height: 50%;
  }

  .gradient-panels.large-panel {
    width: 100vw;
    height: 110vh;
    top: -100%;
    left: -110%;
  }

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

  .personal-pricing-tabel {
    height: 600px;
  }

  .circle-gradient-slider-holder {
    width: 30px;
    height: 30px;
  }

  .slide {
    width: 92vw;
    margin-top: 6em;
  }

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

  .arrow-image {
    width: 15px;
    height: 15px;
  }

  .slider-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider-text {
    font-family: Generalsans, sans-serif;
    font-weight: 600;
  }

  .slider {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .slider-item {
    background-image: url('../images/Quotes.svg');
    background-position: 9% 0;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4em;
  }

  .cta-content {
    max-width: 54%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 90px;
  }

  .cta-heading {
    height: auto;
    overflow: hidden;
  }

  .black-div {
    height: 70%;
    top: 33%;
  }

  .cta-bg-container {
    width: 110%;
    left: -2%;
  }

  .cta-screen-container {
    min-width: 670px;
  }

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

  .feature-description {
    width: 100%;
  }

  .sales-image {
    object-fit: fill;
    height: 60%;
  }

  .app-image {
    height: 60%;
  }

  .hero-about-text {
    font-size: 62px;
  }

  .l-image {
    width: 50%;
  }

  .m-image {
    object-fit: cover;
    border-radius: 13px;
    width: 40%;
  }

  .s-image {
    right: 22%;
  }

  .analysts-holder {
    flex-direction: column;
  }

  .analysts-holder.second {
    align-items: flex-start;
    padding-left: 0;
  }

  .number-text {
    padding-right: 15px;
  }

  .analyst-l-image {
    width: 60%;
  }

  .analyst-s-image {
    right: -6%;
  }

  .large-main-image {
    border-radius: 9px;
  }

  .line-item.summary, .line-item-2.summary {
    padding-left: 1em;
  }

  .product-details-block-holder {
    margin-top: 0;
  }

  .up-line-image {
    left: 43%;
  }

  .lottie-up {
    width: 30px;
    height: 30px;
    inset: -60% 43% auto auto;
  }

  .lottie-up.about {
    right: 75%;
  }

  .lottie-up.tarusted-by {
    right: 46%;
  }

  .bottom-lottie {
    bottom: -40%;
    left: 43.5%;
  }

  .bottom-lottie.about {
    left: -5%;
  }

  .bottom-lottie.trusted-by {
    bottom: -44%;
    left: 46%;
  }

  .company-name {
    right: 32%;
  }

  .feature-text-box {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
  }

  .feature-description-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home-hero-images-panel {
    width: 100%;
    margin-top: 20em;
  }

  .home-hero-main-image-2 {
    width: 50vw;
    margin-top: 8.6em;
  }

  .client-logo-4 {
    width: 700%;
    position: relative;
  }

  .price-2, .price-3 {
    text-align: center;
    flex-direction: row;
    flex: 1;
    order: -1;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
    max-width: 400px;
    margin-top: .25em;
    font-size: 56px;
  }

  .slider-image-2 {
    height: 100%;
  }

  .cta-image-2 {
    margin-top: 0;
  }

  .cta-screen-container-2 {
    min-width: 670px;
  }

  .container-6, .container-7 {
    max-width: 1350px;
  }

  .main-button-5, .light-gray-paragraph-2 {
    font-size: 24px;
  }

  .container-9, .container-10 {
    max-width: 1350px;
  }

  .content-5 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .cta-image-3 {
    margin-top: 0;
  }

  .container-11 {
    max-width: 1350px;
  }

  .cta-bg-container-2 {
    width: 110%;
    left: -2%;
  }

  .main-button-6 {
    font-size: 24px;
  }

  .small-paragraph-2 {
    margin-left: -80px;
    padding-top: 25px;
  }

  .paragraph-holder-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-screen-container-3 {
    min-width: 670px;
  }

  .hero-content-2 {
    width: 100%;
  }

  .container-13 {
    max-width: 1350px;
  }

  .gradient-shadow-holder-2 {
    opacity: .24;
  }

  .slider-text-2 {
    font-family: Generalsans, sans-serif;
    font-weight: 600;
  }

  .slider-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .slide-2 {
    width: 92em;
    margin-top: 1em;
    margin-bottom: 4em;
  }

  .slider-holder-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider-item-2 {
    background-image: url('../images/Quotes.svg');
    background-position: 9% 0;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4em;
  }

  .link-block-26, .container-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-5-col-3 {
    width: auto;
  }

  .fade-in-move-on-scroll-5 {
    flex-direction: column;
    flex: 0 auto;
  }

  .analyst-l-image-2 {
    width: 60%;
  }

  .feature-icon-2, .feature-icon-3 {
    width: 96px;
    height: 84px;
  }

  .section-9 {
    margin-top: 12em;
  }

  .feature-text-3 {
    font-size: 72px;
  }

  .home-main-hero-image-holder-2 {
    width: 40vw;
    left: 20%;
  }

  .home-hero-main-image-3 {
    width: 50vw;
    margin-top: 8.6em;
  }

  .home-hero-images-panel-2 {
    width: 100%;
  }

  .light-gray-paragraph-7.center {
    color: var(--paragraph-text-color);
  }

  .container-17 {
    max-width: 1350px;
  }

  .center-image-holder-2.fourth {
    padding-top: 31px;
  }

  .feature-icon-4, .feature-icon-5 {
    width: 96px;
    height: 84px;
  }

  .hero-content-3, .home-hero-images-panel-3 {
    width: 100%;
  }

  .container-18, .container-19 {
    max-width: 1350px;
  }

  .hero-content-4 {
    width: 100%;
  }

  .larg-image-holder-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cart-larg-image-9 {
    object-fit: contain;
  }

  .sales-image-2 {
    object-fit: fill;
    height: 60%;
  }

  .app-image-5 {
    height: 45%;
  }

  .sales-image-3 {
    object-fit: fill;
    height: 60%;
  }

  .gradient-shadow-holder-3 {
    opacity: .24;
  }

  .container-21 {
    object-fit: cover;
  }

  .container-22 {
    margin-top: 2em;
  }

  .image-26 {
    object-fit: fill;
  }

  .light-gray-paragraph-copy {
    padding-right: 10px;
  }

  .up-line-image-2 {
    left: 43%;
  }

  .white-data-cards-content-4.large-cards-item {
    margin-top: 12em;
  }

  .gradient-shadow-holder-4, .gradient-shadow-holder-5 {
    opacity: .24;
  }

  .up-line-image-2-copy {
    left: 43%;
  }

  .transparent-cart-text-holder-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-copy {
    max-width: 1350px;
  }

  .container-copy.without-bottom-space {
    padding-bottom: 0;
  }

  .container-copy.no-bottom-margin-in-mobile {
    padding-top: 12em;
  }

  .video-3 {
    z-index: 999;
  }

  .html-embed-3 {
    font-weight: 400;
  }

  .flex-block-8 {
    flex-flow: column;
  }
}

@media screen and (min-width: 1920px) {
  .light-gray-paragraph {
    padding-right: 10px;
  }

  .home-main-hero-image {
    aspect-ratio: 1 / 1.25;
  }

  .home-main-hero-image-holder {
    left: 25%;
  }

  .slider-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .mask-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .slide-2 {
    width: 92em;
  }

  .slider-item-2 {
    min-width: 0;
    max-width: 99.9999%;
  }

  .light-gray-paragraph-copy {
    padding-right: 10px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .section {
    overflow: hidden;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .grid-6-col, .grid-4-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .menu-button {
    z-index: 1;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 60px;
  }

  .hero-text._404 {
    font-size: 200px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .menu-icon {
    width: 100%;
    height: 100%;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .contact-form {
    max-width: 100%;
  }

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

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

  .nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .cart {
    z-index: 1;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .checkout-summary {
    height: 100%;
  }

  .checkout-summary.paypal {
    width: 200px;
    height: 415px;
  }

  .order-info-row {
    flex-direction: column;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-menu-overlay-mobile {
    z-index: 1;
    background-color: #fff;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    text-align: left;
    max-width: 100%;
    font-size: 40px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid, .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image.template-styles-and-buttons {
    height: 90%;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .list {
    padding-left: 0;
  }

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

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .grid-5-col {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .white-data-cards-content._1 {
    width: 50%;
  }

  .white-data-cards-content._2 {
    width: 50%;
    height: 40vh;
    padding-bottom: 0;
  }

  .white-data-cards-content._3 {
    width: 50%;
    height: 30vh;
    padding-bottom: 26px;
  }

  .white-data-cards-content.feature {
    flex-direction: column;
  }

  .center-image-holder {
    width: 30%;
    height: 20%;
  }

  .white-cards-text-holder {
    flex: 1;
  }

  .innovation-text {
    text-align: center;
  }

  .content-holder.about {
    width: 100%;
  }

  .grid-3-col.top-margin {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sales-text {
    margin-top: 0;
    font-size: 36px;
  }

  .link-background-color.link-bg-on-dark {
    display: none;
  }

  .home-main-hero-image {
    object-fit: cover;
    width: auto;
    min-width: auto;
    max-width: 40em;
    height: 100%;
  }

  .home-main-hero-image-holder {
    width: 100%;
    padding-top: 2em;
    padding-left: 4em;
    padding-right: 4em;
    left: 0%;
  }

  .home-hero-main-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: -2em;
    margin-right: 2em;
    position: relative;
  }

  .hero-up-image-holder {
    inset: 1em 1em auto auto;
  }

  .hero-bottom-image-holder {
    inset: auto auto 1em 0%;
  }

  .home-grid-5-col {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .features-text {
    font-size: 40px;
  }

  .data-image {
    height: 50%;
  }

  .web-statistic-image {
    object-fit: contain;
    width: 60%;
    height: 40%;
    inset: 0% auto auto 0%;
  }

  .time-at-work-image {
    width: 60%;
    left: 1%;
  }

  .large-cards-item {
    width: 80%;
  }

  .white-box-text {
    font-size: 28px;
  }

  .transparent-cart-text-holder {
    height: 70%;
  }

  .transparent-cart-text-holder._2 {
    height: 100%;
  }

  .crativity-image {
    width: 40%;
    top: 19%;
    right: 0%;
  }

  .coast-image {
    object-fit: contain;
    width: 170px;
    height: 170px;
    bottom: 42%;
    right: -3%;
  }

  .grid-2-col-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .personal-pricing-tabel {
    width: 100%;
  }

  .left-arrow {
    left: 47%;
  }

  .mask, .slide, .slider {
    width: 100%;
  }

  .slider-item {
    padding-left: 5em;
  }

  .cta-screen-holder {
    background-image: none;
    width: 100%;
  }

  .cta-text {
    font-family: Generalsans, sans-serif;
  }

  .cta-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    display: flex;
  }

  .cta-content-holder {
    grid-column-gap: 0px;
    flex-direction: column;
    height: 100%;
  }

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

  .cta-white-container {
    height: 100%;
  }

  .cta-bg-container {
    height: 100%;
    inset: 0%;
  }

  .cta-screen-container {
    z-index: 2;
    top: 0;
  }

  .text-and-paragraph-holder {
    margin-top: 2em;
  }

  .gradient-bg {
    height: 74vh;
    inset: 34% 0% auto;
  }

  .feature-description {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-description.second {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sales-image {
    object-fit: contain;
  }

  .app-image {
    object-fit: contain;
    bottom: -5%;
  }

  .hero-about-text {
    font-size: 60px;
  }

  .about-grid-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 83vh;
    margin-top: 0;
    display: flex;
  }

  .about-grid-item.orange-gradient-color {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 95vh;
  }

  .s-image {
    right: 25%;
  }

  .analysts-holder, .analysts-holder.second {
    width: 40%;
  }

  .analyst-l-image {
    width: 60%;
    height: 50%;
    left: 0%;
  }

  .analyst-m-image {
    border-radius: 16px;
    width: 40%;
    height: 40%;
    bottom: 6%;
  }

  .analyst-s-image {
    border-radius: 16px;
    bottom: 22%;
    right: 5%;
  }

  .hero-blog-text {
    font-size: 60px;
    font-weight: 600;
  }

  .product-details-block-holder {
    margin-top: 0;
  }

  .plus-holder {
    width: 20px;
    height: 20px;
  }

  .accordion-header-text {
    font-size: 32px;
  }

  .accordion-header-holder {
    align-items: center;
  }

  .lottie-up {
    right: 38%;
  }

  .lottie-up.tarusted-by {
    right: 39.5%;
  }

  .bottom-lottie {
    left: 38%;
  }

  .bottom-lottie.trusted-by {
    left: 41%;
  }

  .accordion-header {
    align-items: center;
  }

  .company-name {
    position: static;
  }

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

  .feature-text-box {
    justify-content: center;
    align-items: center;
  }

  .slider-sticky-image-holder {
    margin-top: 120px;
  }

  .home-hero-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .home-hero-images-panel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .demo-feature-text {
    text-align: left;
    max-width: 100%;
    font-size: 40px;
  }

  .demo-hero-text {
    font-size: 60px;
  }

  .buy-template-button {
    z-index: 2;
    padding-left: 15px;
    padding-right: 17px;
    font-size: 14px;
    position: relative;
  }

  .home-hero-main-image-2 {
    width: auto;
    height: auto;
    margin-left: -2em;
    margin-right: -2em;
    position: relative;
  }

  .hero-text-2 {
    font-size: 60px;
  }

  .cta-content-holder-2 {
    grid-column-gap: 0px;
    flex-direction: column;
    height: 100%;
  }

  .cta-screen-container-2 {
    z-index: 2;
    top: 0;
  }

  .cta-screen-holder-2 {
    background-image: none;
    width: 100%;
  }

  .accordion-header-text-2 {
    font-size: 32px;
  }

  .grid-5-col-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-text-box-2 {
    justify-content: center;
    align-items: center;
  }

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

  .section-2 {
    overflow: hidden;
  }

  .feature-text-2 {
    text-align: left;
    max-width: 100%;
    font-size: 40px;
  }

  .cta-content-holder-3 {
    grid-column-gap: 0px;
    flex-direction: column;
    height: 100%;
  }

  .footer-content-3 {
    grid-template-columns: 1fr;
  }

  .cta-bg-container-2 {
    height: 100%;
    inset: 0%;
  }

  .cta-screen-holder-3 {
    background-image: none;
    width: 100%;
  }

  .cta-screen-container-3 {
    z-index: 2;
    top: 0;
  }

  .sales-text-2 {
    margin-top: 0;
    font-size: 36px;
  }

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

  .innovation-text-2 {
    text-align: center;
  }

  .home-main-hero-image-2 {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .text-and-paragraph-holder-2 {
    margin-top: 2em;
  }

  .sales-text-3 {
    margin-top: 0;
    font-size: 36px;
  }

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

  .sales-text-4 {
    margin-top: 0;
    font-size: 36px;
  }

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

  .transparent-cart-text-holder-2 {
    height: 70%;
  }

  .white-box-text-2 {
    font-size: 28px;
  }

  .transparent-cart-text-holder-3 {
    height: 70%;
  }

  .white-box-text-3 {
    font-size: 28px;
  }

  .transparent-cart-text-holder-4 {
    height: 70%;
  }

  .white-box-text-4 {
    font-size: 28px;
  }

  .slider-text-2 {
    margin-right: 0;
  }

  .section-8 {
    overflow: hidden;
  }

  .slider-2 {
    width: 100%;
  }

  .text-slider-holder-2 {
    padding-left: 2em;
  }

  .mask-2, .slide-2 {
    width: 100%;
  }

  .slider-item-2 {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .grid-5-col-3 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .analyst-l-image-2 {
    width: 25em;
    max-width: 120rem;
    height: 18em;
    margin-left: 48px;
    left: 0%;
  }

  .analyst-m-image-2 {
    border-radius: 16px;
    width: 40%;
    height: 40%;
    padding-bottom: 14px;
    bottom: 6%;
  }

  .section-9 {
    overflow: hidden;
  }

  .grid-5-col-4 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-text-3 {
    text-align: left;
    max-width: 100%;
    font-size: 40px;
  }

  .home-main-hero-image-holder-2 {
    width: 100%;
    padding-top: 2em;
    padding-left: 2em;
    left: 0%;
  }

  .home-hero-main-image-3 {
    width: auto;
    height: auto;
    margin-left: -2em;
    margin-right: -2em;
    position: relative;
  }

  .grid-5-col-5 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-text-4 {
    text-align: left;
    max-width: 100%;
    font-size: 40px;
  }

  .feature-text-box-3 {
    justify-content: center;
    align-items: center;
  }

  .gradient-bg-2 {
    height: 74vh;
    inset: 34% 0% auto;
  }

  .feature-description-2 {
    width: 80%;
  }

  .home-main-hero-image-3 {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .nav-link-2.nav-link-dropdown {
    margin-left: 0;
  }

  .home-main-hero-image-4 {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .feature-description-3 {
    width: 80%;
  }

  .sales-image-2 {
    object-fit: contain;
  }

  .app-image-2, .app-image-5 {
    object-fit: contain;
    bottom: -5%;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-list-3 {
    margin-top: 8em;
    margin-bottom: 8em;
  }

  .feature-text-box-4 {
    justify-content: center;
    align-items: center;
  }

  .app-image-6 {
    object-fit: contain;
    bottom: -5%;
  }

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

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

  .sales-image-3 {
    object-fit: contain;
  }

  .home-main-hero-image-5 {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .section-10 {
    overflow: hidden;
  }

  .innovation-text-3 {
    text-align: center;
  }

  .feature-text-5 {
    text-align: left;
    max-width: 100%;
    font-size: 40px;
  }

  .home-main-hero-image-6 {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

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

  .home-main-hero-image-7 {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .innovation-text-4 {
    text-align: center;
  }

  .feature-text-6 {
    text-align: left;
    max-width: 100%;
    font-size: 40px;
  }

  .grid-4-col-4, .grid-4-col-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .transparent-cart-text-holder-5 {
    height: 70%;
  }

  .transparent-cart-text-holder-5._2 {
    height: 100%;
  }

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

  .white-box-text-5 {
    font-size: 28px;
  }

  .white-data-cards-content-4._1 {
    width: 50%;
  }

  .white-data-cards-content-4._3 {
    width: 50%;
    height: 30vh;
    padding-bottom: 26px;
  }

  .white-data-cards-content-4._2 {
    width: 50%;
    height: 40vh;
    padding-bottom: 0;
  }

  .white-box-text-6, .white-box-text-7 {
    font-size: 28px;
  }

  .transparent-cart-text-holder-6 {
    height: 70%;
  }

  .white-box-text-8 {
    font-size: 28px;
  }

  .nav-link-3.nav-link-dropdown {
    margin-left: 0;
  }

  .nav-link-holder-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.overflow-hidden {
    overflow: hidden;
  }

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

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .flex-hero-text {
    width: 100%;
  }

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

  .grid-2-col.top-margin {
    grid-template-columns: 1.25fr;
  }

  .footer-image {
    object-fit: contain;
  }

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

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text {
    font-size: 56px;
  }

  .hero-text._404 {
    justify-content: center;
    align-items: center;
    font-size: 100px;
    display: flex;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-content {
    height: auto;
  }

  .trusted-by-container {
    margin-top: 2em;
  }

  .trusted-by-grid-content.hidden-on-mobile {
    display: none;
  }

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

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 0;
  }

  .checkout-summary.order-confirmation, .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 5fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 90%;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-description-holder {
    margin-top: 2em;
  }

  .small-thumbnail-image {
    padding-top: 60%;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .tabs-content {
    padding-top: 2em;
  }

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

  .card-item {
    flex-direction: column;
  }

  .grid-5-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .white-data-cards-content {
    width: 100%;
  }

  .white-data-cards-content._3 {
    height: 50vh;
  }

  .white-data-cards-content.about {
    width: 100%;
  }

  .center-image-holder.fourth {
    width: 25%;
    height: 45%;
    margin-top: 25px;
  }

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

  .light-gray-paragraph.center {
    text-align: center;
  }

  .buttons-holder {
    justify-content: center;
  }

  .content-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
  }

  .content-holder.center {
    align-items: center;
  }

  .content-holder.about {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .content-holder.feature {
    margin-left: 0;
    padding-left: 10px;
  }

  .gradient-shadow-bg {
    border-radius: 14px;
  }

  .sales-text {
    text-align: left;
    font-size: 40px;
  }

  .home-main-hero-image {
    max-width: 35em;
  }

  .home-main-hero-image-holder {
    width: auto;
    min-width: auto;
    max-width: 40em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .home-hero-main-image {
    margin-left: -2em;
    margin-right: 2em;
  }

  .web-statistic-image {
    height: 50%;
  }

  .gradient-panels.large-panel {
    width: 170vw;
  }

  .left-arrow {
    inset: auto auto 20% 0%;
  }

  .text-slider-holder {
    align-items: center;
  }

  .right-arrow {
    inset: auto 0% 20% auto;
  }

  .slider {
    width: 100%;
  }

  .slider-item {
    align-items: center;
    padding-left: 1.5em;
  }

  .cta-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .accordion-grid {
    grid-template-columns: 2fr;
  }

  .grid-paragraph-holder {
    grid-template-rows: auto;
  }

  .text-and-paragraph-holder {
    width: 99%;
  }

  .feature-text-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1100%;
    display: flex;
  }

  .feature-description.second {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-about-text {
    font-size: 50px;
  }

  .about-grid-item {
    overflow: hidden;
  }

  .employee-empowerment-holder {
    flex-direction: column;
    align-items: center;
  }

  .analysts-holder.second {
    align-items: flex-start;
    padding-left: 0;
  }

  .hero-blog-text {
    font-size: 50px;
  }

  .product-details-block-holder {
    margin-top: 0;
  }

  .contact-form-holder {
    grid-template-columns: 1fr;
  }

  .accordion-header-text {
    font-size: 24px;
  }

  .accordion-header-holder {
    align-items: center;
  }

  .lottie-up {
    right: 35%;
  }

  .lottie-up.tarusted-by {
    right: 37%;
  }

  .bottom-lottie {
    left: 35%;
  }

  .bottom-lottie.trusted-by {
    left: 37%;
  }

  .lottie-holder {
    padding-left: 10px;
  }

  .accordion-header {
    align-items: center;
  }

  .accordion-paragraph {
    width: 90%;
  }

  .company-name {
    position: static;
  }

  .stickt-slider-container {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .sticky-text-container {
    width: 480px;
    min-width: 480px;
  }

  .slider-sticky-holder._1 {
    position: static;
  }

  .slider-sticky-holder._2 {
    position: static;
    bottom: 0%;
  }

  .home-hero-images-panel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .demo-feature-text {
    max-width: 90%;
    font-size: 30px;
  }

  .demo-hero-text {
    font-size: 56px;
  }

  .home-hero-main-image-2 {
    margin-left: -1em;
    margin-right: -1em;
  }

  .hero-text-2 {
    font-size: 56px;
  }

  .accordion-paragraph-3 {
    width: 90%;
  }

  .accordion-header-text-2 {
    font-size: 24px;
  }

  .accordion-paragraph-4 {
    width: 90%;
  }

  .grid-5-col-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .accordion-paragraph-5 {
    width: 90%;
  }

  .gradient-shadow-bg-2 {
    border-radius: 14px;
  }

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

  .section-2 {
    overflow: hidden;
  }

  .feature-text-2 {
    max-width: 90%;
    font-size: 30px;
  }

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

  .accordion-paragraph-6 {
    width: 90%;
  }

  .container-10, .container-11 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .sales-text-2 {
    text-align: center;
    font-size: 40px;
  }

  .grid-2-col-3.top-margin {
    grid-template-columns: 1.25fr;
  }

  .hero-content-2 {
    height: auto;
  }

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

  .text-and-paragraph-holder-2 {
    width: 99%;
  }

  .gradient-shadow-bg-3 {
    border-radius: 14px;
  }

  .sales-text-3 {
    text-align: center;
    font-size: 40px;
  }

  .grid-2-col-4.top-margin {
    grid-template-columns: 1.25fr;
  }

  .gradient-shadow-bg-4 {
    border-radius: 14px;
  }

  .sales-text-4 {
    text-align: center;
    font-size: 40px;
  }

  .grid-2-col-5.top-margin {
    grid-template-columns: 1.25fr;
  }

  .gradient-shadow-bg-5 {
    border-radius: 14px;
  }

  .section-8 {
    overflow: hidden;
  }

  .slider-2 {
    width: 100%;
  }

  .text-slider-holder-2 {
    align-items: center;
  }

  .slider-item-2 {
    align-items: center;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .grid-5-col-3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .section-9 {
    overflow: hidden;
  }

  .grid-5-col-4 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .feature-text-3 {
    max-width: 90%;
    font-size: 30px;
  }

  .home-main-hero-image-holder-2 {
    padding-left: 1em;
  }

  .home-hero-main-image-3 {
    margin-left: -1em;
    margin-right: -1em;
  }

  .grid-5-col-5 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .feature-text-4 {
    max-width: 90%;
    font-size: 30px;
  }

  .light-gray-paragraph-7.center {
    text-align: center;
  }

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

  .hero-content-3 {
    height: auto;
  }

  .container-18, .container-19 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid-2 {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .hero-content-4 {
    height: auto;
  }

  .gradient-shadow-bg-6 {
    border-radius: 14px;
  }

  .white-data-cards-content-2 {
    width: 100%;
  }

  .gradient-shadow-bg-7 {
    border-radius: 14px;
  }

  .white-data-cards-content-3, .nav-dropdown-2 {
    width: 100%;
  }

  .nav-list-3 {
    margin-top: 4em;
    margin-bottom: 4em;
  }

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

  .section-10 {
    overflow: hidden;
  }

  .feature-text-5 {
    max-width: 90%;
    font-size: 30px;
  }

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

  .feature-text-6 {
    max-width: 90%;
    font-size: 30px;
  }

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

  .light-gray-paragraph-copy.center {
    text-align: center;
  }

  .grid-4-col-5, .grid-4-col-6 {
    grid-template-columns: 1fr 1fr;
  }

  .white-data-cards-content-4 {
    width: 100%;
  }

  .white-data-cards-content-4._3 {
    height: 50vh;
  }

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

  .nav-dropdown-grid-3 {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .section {
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .section.sales {
    overflow: visible;
  }

  .container {
    padding-top: 2em;
  }

  .container.no-bottom-margin-in-mobile {
    padding-bottom: 0;
  }

  .container.footer-container {
    padding-top: 0;
  }

  .container.accordion-container {
    padding-bottom: 2em;
  }

  .container.blog {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .container.shop {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container.more-padding-space {
    padding-top: 2em;
  }

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

  .flex-hero-text {
    width: 100%;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4-col, .grid-2-col, .grid-2-col.about {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 270px;
    padding: 30px;
  }

  .footer {
    text-align: left;
    padding-top: 0;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

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

  .grey-text.center {
    text-align: center;
  }

  .contact-form-grid {
    flex-direction: column;
    margin-bottom: 2em;
    display: flex;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    font-size: 34px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .subscribe-form-holder {
    width: 96%;
  }

  .paragraph-container {
    width: 100%;
  }

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

  .aa-font {
    font-size: 80px;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .menu-icon {
    width: 80%;
    height: 100%;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .social-media-link {
    border-radius: 8px;
    padding: 6px;
  }

  .social-media-icon {
    width: 20px;
    height: 15px;
  }

  .hero-description.center {
    text-align: center;
  }

  .hero-content {
    align-items: flex-start;
    width: 75%;
  }

  .input-field {
    width: 100%;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .trusted-by-grid-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 0;
  }

  .blog-category-item {
    flex-direction: column;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .blog-category-wrapper {
    align-self: center;
  }

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

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .post-image {
    border-radius: 20px;
  }

  .blog-item-category {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-item {
    width: 100%;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .cart-container {
    border-radius: 0;
    height: 500px;
  }

  .cart-close-button {
    width: 30px;
    height: 30px;
  }

  .cart-item {
    flex-direction: column;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .required-label {
    order: -1;
  }

  .block-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-dropdown-column {
    width: 80vw;
    margin-top: 4em;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .nav-menu-overlay-mobile {
    height: 70px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .business-email-image {
    height: 100%;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

  .inside-box-text {
    text-align: center;
  }

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.dark-gray {
    padding-top: 150px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .open-cource-image.top-image {
    width: 100%;
    max-height: 210px;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-item-content {
    padding: 1.5em 1em;
  }

  .category-text {
    color: var(--gradient-color-1);
  }

  .filter-holder {
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .filter-holder.no-margin-top {
    border-radius: 12px;
    flex-direction: row;
  }

  .category-item-link {
    width: 100px;
    height: 50px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .category-item-link.w--current {
    border-radius: 10px;
    width: 100px;
  }

  .category-item-link.yearly.w--current {
    align-items: center;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .pricing-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .pricing-button-holder {
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }

  .price-holder {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 3em;
    padding-right: 0;
  }

  .price {
    font-size: 32px;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .purple-text {
    margin-top: 12px;
  }

  .hero-button-holder {
    flex-direction: column;
    width: 100%;
  }

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

  .main-button.password {
    width: 100%;
  }

  .secondary-button {
    background-image: url('../images/arrow-right-1.svg');
    background-position: 83%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
  }

  .secondary-button:hover {
    background-position: 85%;
  }

  .secondary-button.small {
    background-position: 92%;
  }

  .secondary-button.small:hover {
    background-position: 96%;
  }

  .center-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .white-data-cards-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-data-cards-content.feature {
    width: 90%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .white-data-cards-content.large-cards-item {
    width: 90%;
    padding-top: 11px;
  }

  .white-data-cards-content._1 {
    width: 90%;
  }

  .white-data-cards-content._2 {
    width: 90%;
    height: 50vh;
    padding-left: 0;
    padding-right: 0;
  }

  .white-data-cards-content._3 {
    width: 90%;
    height: 50vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .white-data-cards-content.about {
    width: 100%;
    padding: 30px 10px;
  }

  .white-data-cards-content.feature {
    padding-top: 0;
  }

  .center-image-holder.fourth {
    margin-top: 30px;
  }

  .white-cards-text-holder {
    padding-bottom: 30px;
  }

  .innovation-text {
    font-size: 26px;
  }

  .light-gray-paragraph.center-in-mobile {
    text-align: center;
  }

  .buttons-holder {
    flex-direction: column;
    align-items: center;
  }

  .larg-image-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .content-holder, .content-holder.about {
    margin-left: 0;
  }

  .content-holder.feature {
    width: 93%;
    margin-left: 0;
    padding-right: 10px;
  }

  .cart-larg-image {
    border-radius: 14px;
    height: 53%;
  }

  .gradient-shadow-bg {
    padding-top: 20px;
  }

  .gradient-shadow-bg.orange {
    padding-top: 30px;
  }

  .gradient-shadow-bg.non-overflow {
    padding: 0;
  }

  .grid-3-col.space {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-right: 40px;
    left: auto;
  }

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

  .grid-3-col.space {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
    padding-left: 40px;
    left: auto;
  }

  .sales-text {
    text-align: left;
    object-fit: contain;
    width: auto;
    min-width: 100%;
    max-width: none;
    font-size: 32px;
  }

  .sales-text.center {
    text-align: center;
    text-align: center;
    font-size: 36px;
  }

  .demo-nav-link.white-nav-link {
    padding-right: 0;
  }

  .link-background-color {
    border-radius: 30px;
  }

  .home-main-hero-image-holder {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 40vh;
    max-height: 261.014vh;
    padding: 0 1em;
  }

  .hero-bottom-image {
    border-radius: 10px;
  }

  .home-hero-gradient {
    filter: blur(15px);
    width: 100%;
    height: 100%;
  }

  .home-hero-main-image {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -2em;
    margin-right: 2em;
  }

  .hero-up-image-holder.feartues {
    width: 40%;
    height: 40%;
  }

  .hero-bottom-image-holder {
    width: 50vw;
    height: auto;
  }

  .hero-bottom-image-holder.features {
    width: 50%;
    height: 40%;
    left: 2%;
  }

  .hero-up-image {
    border-radius: 10px;
  }

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

  .features-text {
    font-size: 32px;
  }

  .web-statistic-image {
    object-fit: fill;
    width: 50%;
    height: 25%;
    top: 8%;
    left: 7%;
  }

  .time-at-work-image {
    width: 70%;
    top: 19%;
  }

  .white-box-text {
    font-size: 22px;
  }

  .transparent-cart-text-holder {
    width: auto;
    height: 80%;
    margin-top: 0;
  }

  .crativity-image {
    width: 35%;
    top: 36%;
  }

  .coast-image {
    width: 60%;
    height: 50%;
    right: 0%;
  }

  .gradient-panels.large-panel {
    width: 170vw;
  }

  .left-arrow {
    inset: 30% auto 0% -3%;
  }

  .circle-gradient-slider-holder {
    width: 30px;
    height: 30px;
  }

  .slide {
    width: 100%;
  }

  .text-slider-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    width: 100%;
  }

  .right-arrow {
    inset: 30% -5% 0% auto;
  }

  .arrow-image {
    width: 20px;
    height: 20px;
  }

  .slider-text {
    font-size: 18px;
  }

  .slider-item {
    align-items: center;
  }

  .accordion-container-holder {
    margin-left: 0;
    padding-left: 0;
  }

  .regular-text {
    font-size: 16px;
  }

  .cta-button-holder {
    margin-top: 24px;
    display: flex;
  }

  .made-by-section-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

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

  .cta-screen-holder {
    width: 100%;
    padding-top: 0;
  }

  .cta-text {
    font-size: 36px;
  }

  .cta-content {
    max-width: 100%;
    padding: 50px 30px 30px;
  }

  .cta-content-holder {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .footer-content-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .accordion-grid {
    grid-template-columns: 2fr;
  }

  .cta-white-container {
    top: 0;
  }

  .black-div {
    height: 100%;
    inset: 0%;
  }

  .paragraph-holder {
    display: flex;
  }

  .cta-screen-container {
    min-width: 100%;
  }

  .grid-paragraph-holder {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-and-paragraph-holder {
    width: 100%;
  }

  .grid-4-col-holder {
    margin-top: 5.7em;
  }

  .feature-text-holder {
    width: 100%;
  }

  .feature-description {
    width: 75%;
    padding: 0;
  }

  .feature-description.second {
    width: 100%;
    padding: 0;
  }

  .work-time-image {
    width: 100%;
  }

  .sales-image {
    width: 54%;
  }

  .app-image {
    object-fit: contain;
    width: 45%;
    height: 100%;
    bottom: -30%;
  }

  .feature-description-holder {
    margin-left: 0;
    padding-left: 0;
  }

  .design-info-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hero-about-text {
    font-size: 36px;
  }

  .hero-about-grid {
    grid-template-columns: 1fr;
  }

  .hero-about-item {
    width: 100%;
  }

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

  .large-middle-image {
    width: 100%;
  }

  .about-grid-item {
    height: 70vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-grid-item.orange-gradient-color {
    width: 100%;
    height: 55vh;
  }

  .l-image {
    width: 70%;
    height: 150px;
    top: 35%;
    left: -4%;
  }

  .m-image {
    object-fit: cover;
    width: 50%;
    height: 50%;
    bottom: -1px;
    right: 23%;
  }

  .s-image {
    width: 80px;
    height: 80px;
    right: 16%;
  }

  .analysts-holder {
    align-items: center;
    width: 100%;
  }

  .analysts-holder.second {
    align-items: center;
    width: 90%;
  }

  .number-text {
    font-size: 32px;
  }

  .analyst-l-image {
    border-radius: 6px;
    width: 60%;
  }

  .analyst-m-image {
    border-radius: 6px;
    width: 45%;
  }

  .analyst-s-image {
    border-radius: 10px;
    right: 3%;
  }

  .innovation-small-icon {
    width: 30px;
    top: 7%;
    left: 7%;
  }

  .info-box-holder {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-gradiient-bg-shadow-holder.blog {
    height: 100vh;
  }

  .large-main-image {
    padding-top: 14px;
  }

  .blog-hero-text-holder {
    margin-bottom: 30px;
  }

  .hero-blog-text {
    text-align: center;
    font-size: 36px;
  }

  .payment-solutions-text {
    font-size: 28px;
  }

  .checkout-text {
    font-size: 46px;
  }

  .filter-gradient-holder {
    border-radius: 13px;
    width: 290px;
  }

  .product-details-block-holder {
    margin-top: 0;
  }

  .bottom-line-image {
    top: 8px;
  }

  .up-line-image {
    top: 16%;
    left: 43.5%;
  }

  .hero-contact-form-text {
    font-size: 32px;
  }

  .contact-information-management-image {
    width: 40px;
    height: 40px;
  }

  .support-text {
    font-size: 18px;
  }

  .contact-info-image {
    width: 100%;
    height: 40%;
  }

  .button-404-holder {
    flex-direction: column;
  }

  .plus-holder {
    width: 18px;
    height: 18px;
  }

  .accordion-header-text {
    width: 90%;
    font-size: 22px;
    line-height: 1.2;
  }

  .accordion-header-holder {
    justify-content: space-between;
    align-items: flex-start;
  }

  .lottie-up {
    right: 26%;
  }

  .lottie-up.about {
    right: 67%;
  }

  .lottie-up.tarusted-by {
    right: 30%;
  }

  .bottom-lottie {
    left: 27%;
  }

  .bottom-lottie.about {
    left: -7%;
  }

  .bottom-lottie.trusted-by {
    left: 32%;
  }

  .acc-heading {
    font-size: 36px;
  }

  .accordion-header {
    justify-content: space-between;
    align-items: flex-start;
  }

  .accordion-paragraph {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .company-name {
    position: static;
    right: 19%;
  }

  .feature-2-col-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         "Area";
    grid-auto-flow: row;
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
  }

  .feature-text-box {
    align-self: auto;
    align-items: center;
  }

  .feature-description-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .yearly-text {
    display: flex;
  }

  .sticky-slider-section {
    margin-top: 0;
  }

  .stickt-slider-container {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 5px;
  }

  .sticky-text-container {
    width: 100%;
    min-width: 100%;
  }

  .sales-service-text {
    font-size: 36px;
  }

  .slider-sticky-image-holder {
    margin-top: 120px;
  }

  .slider-sticky-holder._2 {
    position: sticky;
  }

  .home-hero-images-panel {
    width: 75%;
  }

  .hero-link-holder {
    margin-bottom: 1em;
  }

  .webflow-temolate-hero-link {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .link-new-badge {
    border-radius: 20px;
    height: 100%;
    padding: 12px 20px;
  }

  .demo-feature-text {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .demo-hero-text {
    font-size: 34px;
  }

  .check-our-product-holder {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .buy-template-button {
    display: none;
  }

  .collection-list-wrapper {
    height: 600px;
  }

  .heading {
    font-size: 42px;
  }

  .home-hero-gradient-2 {
    filter: blur(15px);
    width: 100%;
    height: 100%;
  }

  .main-button-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-text-2 {
    font-size: 34px;
  }

  .purple-text-2 {
    margin-top: 12px;
  }

  .client-logo-2, .client-logo-3 {
    max-width: 90px;
    max-height: 20px;
  }

  .client-logo-4 {
    max-width: 90px;
    max-height: 100px;
  }

  .price-2 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 32px;
  }

  .price-3 {
    font-size: 32px;
  }

  .main-button-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-content-holder-2 {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .cta-screen-container-2 {
    min-width: 120%;
    margin-top: -75px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 47px;
  }

  .cta-screen-holder-2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .accordion-paragraph-3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-header-text-2 {
    width: 90%;
    font-size: 22px;
    line-height: 1.2;
  }

  .accordion-paragraph-4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-image-2, .small-image-3 {
    object-fit: cover;
    width: 100%;
  }

  .container-6 {
    padding-top: 2em;
  }

  .container-6.accordion-container {
    padding-bottom: 2em;
  }

  .accordion-paragraph-5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .gradient-data-panels-2 {
    width: 108.671%;
  }

  .gradient-shadow-bg-2 {
    padding-top: 20px;
  }

  .container-7 {
    padding-top: 2em;
  }

  .work-time-image-2 {
    width: 100%;
  }

  .main-button-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-2 {
    overflow: hidden;
  }

  .larg-image-holder-2 {
    padding-left: 42px;
  }

  .cart-larg-image-2 {
    border-radius: 14px;
    height: 53%;
  }

  .feature-text-2 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .container-9 {
    padding-top: 2em;
  }

  .container-9.accordion-container {
    padding-bottom: 2em;
  }

  .accordion-paragraph-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-10 {
    padding-top: 2em;
  }

  .container-10.accordion-container {
    padding-bottom: 2em;
  }

  .content-5 {
    width: 125%;
  }

  .made-by-section-3 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .cta-image-3 {
    aspect-ratio: 2 / 3;
    width: 500rem;
    max-width: 27rem;
    max-height: 250px;
    margin-top: -65px;
    margin-left: -117px;
  }

  .cta-content-holder-3 {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .container-11 {
    padding-top: 2em;
  }

  .container-11.footer-container {
    padding-top: 0;
  }

  .container-11.accordion-container {
    padding-bottom: 2em;
  }

  .footer-3 {
    text-align: left;
    padding-top: 0;
  }

  .footer-content-3 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .cta-screen-holder-3 {
    width: 100%;
    padding-top: 0;
  }

  .support-text-2 {
    font-size: 18px;
  }

  .main-button-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-holder-2 {
    display: flex;
  }

  .cta-screen-container-3 {
    min-width: 100%;
  }

  .main-button-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sales-text-2 {
    text-align: left;
    font-size: 36px;
  }

  .sales-text-2.center {
    text-align: center;
    font-size: 36px;
  }

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

  .larg-image-holder-3 {
    padding-left: 42px;
  }

  .light-gray-paragraph-3.center-in-mobile {
    text-align: center;
  }

  .innovation-text-2 {
    font-size: 26px;
  }

  .hero-content-2 {
    align-items: flex-start;
  }

  .home-hero-gradient-3 {
    filter: blur(15px);
    width: 100%;
    height: 100%;
  }

  .main-button-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .purple-text-3 {
    margin-top: 12px;
  }

  .container-13, .container-13.more-padding-space {
    padding-top: 2em;
  }

  .text-and-paragraph-holder-2 {
    width: 100%;
  }

  .main-button-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gradient-shadow-bg-3 {
    padding-top: 20px;
  }

  .sales-text-3 {
    text-align: left;
    font-size: 36px;
  }

  .sales-text-3.center {
    text-align: center;
    font-size: 36px;
  }

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

  .cart-larg-image-3 {
    border-radius: 14px;
    height: 53%;
  }

  .larg-image-holder-4 {
    padding-left: 42px;
  }

  .light-gray-paragraph-4.center-in-mobile {
    text-align: center;
  }

  .main-button-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gradient-shadow-bg-4 {
    padding-top: 20px;
  }

  .sales-text-4 {
    text-align: left;
    font-size: 36px;
  }

  .sales-text-4.center {
    text-align: center;
    font-size: 36px;
  }

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

  .cart-larg-image-4 {
    border-radius: 14px;
    height: 53%;
  }

  .larg-image-holder-5 {
    padding-left: 42px;
  }

  .light-gray-paragraph-5.center-in-mobile {
    text-align: center;
  }

  .main-button-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gradient-shadow-bg-5 {
    padding-top: 20px;
  }

  .cart-larg-image-5 {
    border-radius: 14px;
    height: 53%;
  }

  .cart-larg-image-5.box {
    margin-top: 0;
    margin-bottom: 0;
  }

  .larg-image-holder-6 {
    padding-left: 42px;
  }

  .larg-image-holder-6.second {
    margin-top: -10px;
    padding-bottom: 0;
  }

  .light-gray-paragraph-6.center-in-mobile {
    text-align: center;
  }

  .transparent-cart-text-holder-2 {
    width: auto;
    height: 80%;
    margin-top: 0;
  }

  .white-box-text-2 {
    font-size: 22px;
  }

  .transparent-cart-text-holder-3 {
    width: auto;
    height: 80%;
    margin-top: 0;
  }

  .white-box-text-3 {
    font-size: 22px;
  }

  .transparent-cart-text-holder-4 {
    width: auto;
    height: 80%;
    margin-top: 0;
  }

  .white-box-text-4 {
    font-size: 22px;
  }

  .slider-text-2 {
    font-size: 18px;
  }

  .section-8 {
    overflow: hidden;
  }

  .text-slider-holder-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .slide-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .slider-item-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 1.5em;
  }

  .features-text-2 {
    font-size: 36px;
  }

  .link-block-26 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-5-col-3 {
    grid-column-gap: 0em;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    width: 100%;
    max-width: 292%;
  }

  .analyst-l-image-2 {
    border-radius: 6px;
    width: 60%;
  }

  .analyst-m-image-2 {
    border-radius: 6px;
    width: 45%;
  }

  .quick-stack-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-larg-image-6 {
    object-fit: contain;
    border-radius: 14px;
    height: 100%;
  }

  .cart-larg-image-7, .cart-larg-image-8 {
    border-radius: 14px;
    height: 53%;
  }

  .container-16 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-9 {
    padding: 20px;
    overflow: hidden;
  }

  .feature-text-3 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .home-hero-gradient-4 {
    filter: blur(15px);
    width: 100%;
    height: 100%;
  }

  .main-button-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-text-4 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .feature-description-2 {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .feature-description-2.second {
    width: 100%;
    padding-left: 0;
  }

  .work-time-image-3 {
    width: 100%;
  }

  .accordion-container-holder-2 {
    margin-left: 1em;
  }

  .container-17 {
    padding-top: 2em;
  }

  .container-17.accordion-container {
    padding-bottom: 2em;
  }

  .center-image-holder-2.fourth {
    margin-top: 30px;
  }

  .bold-text-4 {
    width: auto;
    min-width: auto;
  }

  .hero-content-3 {
    align-items: flex-start;
  }

  .purple-text-4 {
    margin-top: 12px;
  }

  .main-button-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-up-image-2 {
    border-radius: 10px;
  }

  .accordion-container-holder-3 {
    margin-left: 1em;
  }

  .paragraph-holder-3 {
    display: flex;
  }

  .container-18 {
    padding-top: 2em;
  }

  .container-18.accordion-container {
    padding-bottom: 2em;
  }

  .container-19 {
    padding-top: 2em;
  }

  .container-19.accordion-container {
    padding-bottom: 2em;
  }

  .accordion-container-holder-4 {
    margin-left: 1em;
  }

  .paragraph-holder-4 {
    display: flex;
  }

  .nav-dropdown-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-list-content-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-content-4 {
    align-items: flex-start;
  }

  .main-button-14 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .larg-image-holder-7 {
    padding-left: 42px;
  }

  .cart-larg-image-9 {
    border-radius: 14px;
    height: 53%;
  }

  .feature-description-3 {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .feature-description-3.second {
    width: 100%;
    padding-left: 0;
  }

  .work-time-image-4 {
    width: 100%;
  }

  .gradient-shadow-bg-6 {
    padding-top: 20px;
  }

  .cart-larg-image-10 {
    border-radius: 14px;
    height: 53%;
  }

  .white-data-cards-content-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-data-cards-content-2.feature {
    padding-top: 0;
  }

  .larg-image-holder-8 {
    padding-left: 42px;
  }

  .gradient-shadow-bg-7 {
    padding-top: 20px;
  }

  .cart-larg-image-11 {
    border-radius: 14px;
    height: 53%;
  }

  .white-data-cards-content-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-data-cards-content-3.feature {
    padding-top: 0;
  }

  .larg-image-holder-9 {
    padding-left: 42px;
  }

  .work-time-image-5 {
    width: 100%;
  }

  .sales-image-2 {
    width: 54%;
  }

  .app-image-2 {
    object-fit: contain;
    width: 45%;
    height: 100%;
    bottom: -30%;
  }

  .cart-larg-image-12 {
    border-radius: 14px;
    height: 53%;
  }

  .work-time-image-6, .work-time-image-7, .work-time-image-8 {
    width: 100%;
  }

  .app-image-5 {
    object-fit: contain;
    width: 45%;
    height: 100%;
    bottom: -30%;
  }

  .nav-dropdown-list-content-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-list-3 {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .app-image-6 {
    object-fit: contain;
    width: 45%;
    height: 100%;
    bottom: -30%;
  }

  .feature-2-col-grid-2, .grid-4-col-2 {
    grid-template-columns: 1fr;
  }

  .sales-image-3 {
    width: 54%;
  }

  .work-time-image-9 {
    width: 100%;
  }

  .main-button-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-10 {
    overflow: hidden;
  }

  .innovation-text-3 {
    font-size: 26px;
  }

  .feature-text-5 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .main-button-16 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .work-time-image-10 {
    width: 100%;
  }

  .main-button-17 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .innovation-text-4 {
    font-size: 26px;
  }

  .feature-text-6 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

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

  .work-time-image-11 {
    width: 100%;
  }

  .light-gray-paragraph-copy.center-in-mobile {
    text-align: center;
  }

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

  .up-line-image-2 {
    top: 16%;
    left: 43.5%;
  }

  .transparent-cart-text-holder-5 {
    width: auto;
    height: 80%;
    margin-top: 0;
  }

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

  .white-box-text-5 {
    font-size: 22px;
  }

  .white-data-cards-content-4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-data-cards-content-4._1 {
    width: 90%;
  }

  .white-data-cards-content-4.large-cards-item {
    width: 90%;
    padding-top: 11px;
  }

  .white-data-cards-content-4._3 {
    width: 90%;
    height: 50vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .white-data-cards-content-4._2 {
    width: 90%;
    height: 50vh;
    padding-left: 0;
    padding-right: 0;
  }

  .white-box-text-6, .white-box-text-7 {
    font-size: 22px;
  }

  .up-line-image-2-copy {
    top: 16%;
    left: 43.5%;
  }

  .transparent-cart-text-holder-6 {
    width: auto;
    height: 80%;
  }

  .white-box-text-8 {
    font-size: 22px;
  }

  .blog-hero-text-holder-copy {
    margin-bottom: 30px;
  }

  .container-copy {
    padding-top: 2em;
  }

  .container-copy.no-bottom-margin-in-mobile {
    padding-bottom: 0;
  }

  .container-copy.footer-container {
    padding-top: 0;
  }

  .container-copy.accordion-container {
    padding-bottom: 2em;
  }

  .container-copy.blog {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .container-copy.shop {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container-copy.more-padding-space {
    padding-top: 2em;
  }

  .nav-dropdown-list-content-4 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .heading-4 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .flex-block-7 {
    width: 122%;
  }

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

  .nav-list-4 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .flex-block-6 {
    width: 122%;
    padding-left: 10px;
  }

  .cell-9 {
    padding-right: 0;
  }

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

#w-node-_7b376208-f6c2-69d7-c226-d032ceebef16-4e42104a, #w-node-_7b376208-f6c2-69d7-c226-d032ceebef18-4e42104a, #w-node-_7872b76d-9ab5-7968-9906-a6e44a7ab0d5-4e42104a, #w-node-_7872b76d-9ab5-7968-9906-a6e44a7ab0d7-4e42104a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3b8-4e42104a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3bb-4e42104a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3e1-4e42104a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0155cb01-09c2-3469-4ddf-2cfd48129e82-4e42104a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_754305ce-3bf9-b093-3706-e739019bf547-4e42104a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_754305ce-3bf9-b093-3706-e739019bf54a-4e42104a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_1fdf278d-8cff-1d89-dcee-302ac6884d9e-4e42104a, #w-node-aceeab4b-258a-cda8-1dcd-563f0c9ffac0-4e42104a, #w-node-aceeab4b-258a-cda8-1dcd-563f0c9ffad0-4e42104a, #w-node-a7da5425-0adc-2a4a-f77c-5f0313bace2c-4e42104a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_502ee8d9-eeb0-51cc-e114-e6e3e1c7b894-4e42104a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_35c0ab99-dcd5-5613-acda-fe455a42f620-4e42104a, #w-node-_25c62763-53e9-0826-f91b-5e81ddf84faa-4e42104a, #w-node-_25c62763-53e9-0826-f91b-5e81ddf84fcc-4e42104a, #w-node-_25c62763-53e9-0826-f91b-5e81ddf84ff4-4e42104a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc7adc12-28ba-7b7a-b2e8-82bcd29b4f22-4e42104a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_608f51d6-126a-5af2-1911-b7f3f90c8898-4e42104a, #w-node-e33f01fb-8ef9-7984-23c3-7313c1819d95-4e42104a, #w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb517b-7dcb5165 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb519c-7dcb5165, #w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb51bb-7dcb5165, #w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb51da-7dcb5165, #w-node-adedf3a1-6886-2388-43b7-570361223465-7dcb5165 {
  justify-self: start;
}

#w-node-adedf3a1-6886-2388-43b7-57036122346d-7dcb5165 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb51f1-7dcb5165 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-acac47e6-ace9-3c18-c02c-a8a1f2f43fa5-f2f43f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a684059-ef39-56fe-6f0b-76a0dd840761-0964c945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6a684059-ef39-56fe-6f0b-76a0dd840765-0964c945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a684059-ef39-56fe-6f0b-76a0dd84076a-0964c945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6a684059-ef39-56fe-6f0b-76a0dd84076e-0964c945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a684059-ef39-56fe-6f0b-76a0dd840774-0964c945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6a684059-ef39-56fe-6f0b-76a0dd840778-0964c945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a684059-ef39-56fe-6f0b-76a0dd84077e-0964c945 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6a684059-ef39-56fe-6f0b-76a0dd840782-0964c945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66a94171-e11e-d7aa-2059-c3295b3557a3-4e4210b6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9c35744b-2c44-a09c-e5fc-c334a15e7d70-4e4210b6, #w-node-_9c35744b-2c44-a09c-e5fc-c334a15e7d72-4e4210b6, #w-node-_9c35744b-2c44-a09c-e5fc-c334a15e7d74-4e4210b6, #w-node-_3f337232-87eb-2f21-8577-13022989b2f1-4e4210b6, #w-node-_3f337232-87eb-2f21-8577-13022989b2f6-4e4210b6, #w-node-_3f337232-87eb-2f21-8577-13022989b2fb-4e4210b6, #w-node-_3f337232-87eb-2f21-8577-13022989b302-4e4210b6, #w-node-_4cb9b9ac-5b7e-bda5-cf7e-e91a3057bf05-4e4210b6, #w-node-_330ae343-f99c-4913-14cd-c780d29c6ce8-4e4210b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da94f4a4-278c-8f26-520e-af8b360427a7-4e4210b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-e21fa49d-3681-c2f2-1d7a-5f9735479780-4e4210b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_16742c67-4b53-e7ac-061e-93b9184485b1-4e4210b6, #w-node-d0bd079a-08c5-1b3e-fd4f-096c837f64f3-4e4210b6, #w-node-_60008f4b-2ec9-18a9-5eff-365f308e1aaf-4e4210b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e03736c2-0395-1c75-0252-6655bca4a104-4e4210b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e03736c2-0395-1c75-0252-6655bca4a106-4e4210b6, #w-node-e03736c2-0395-1c75-0252-6655bca4a0fb-4e4210b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_861b7a2b-798b-22cb-e6da-2a38372d4c90-4e4210b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-b986d990-cc77-ed0c-0f6b-34923ab5ee49-4e4210b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-de048529-2f6c-b4a7-b3cd-36e7a37b5c62-4e4210b6 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-de048529-2f6c-b4a7-b3cd-36e7a37b5c65-4e4210b6 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-be4bee62-6668-08d9-9fa1-63078eafef6d-4e4210b6, #w-node-fcebf5a3-d3e6-1daa-93e1-e670fb3a9add-4e4210b6, #w-node-_6cad4df5-05e8-ead4-e6c6-7963f393ec8f-4e4210b6, #w-node-ee09c44d-acd4-d757-c783-34c80c85bfc9-4e4210b6, #w-node-_2dec2cad-743c-2ab7-caa5-1b43dc906d6f-4e4210b6, #w-node-cba138c1-d2dd-ac53-b9b2-a3f72a665d63-4e4210cd, #w-node-cba138c1-d2dd-ac53-b9b2-a3f72a665d68-4e4210cd, #w-node-cba138c1-d2dd-ac53-b9b2-a3f72a665d69-4e4210cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email.w-node-_8febf50b-1e0a-78ee-e7e4-508333f91086-4e4210d2, #w-node-_8febf50b-1e0a-78ee-e7e4-508333f91088-4e4210d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8febf50b-1e0a-78ee-e7e4-508333f9108a-4e4210d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_17ecb842-ee4c-929b-de05-fd8369a957c6-4e4210d3, #w-node-_17ecb842-ee4c-929b-de05-fd8369a957c8-4e4210d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3181207-5084-e8ab-5403-e976fc4b08e1-4e4210d3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3257bf50-adde-9b60-305d-e8a5d4186f4f-4e4210d3, #w-node-_3257bf50-adde-9b60-305d-e8a5d4186f54-4e4210d3, #w-node-_3257bf50-adde-9b60-305d-e8a5d4186f59-4e4210d3, #w-node-_3257bf50-adde-9b60-305d-e8a5d4186f60-4e4210d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729c4-4e4210d3 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729c6-4e4210d3, #w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729c8-4e4210d3, #w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729ca-4e4210d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729d1-4e4210d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729d3-4e4210d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729d7-4e4210d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_55e2b9c9-2454-c663-bfef-50a3a2625561-4e4210d3, #w-node-d0900a47-9612-7936-aff4-833f2f354b80-4e4210d4, #w-node-d0900a47-9612-7936-aff4-833f2f354b82-4e4210d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d371ea04-f4aa-480b-2c20-1a88df24d2b6-4e4210d4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d371ea04-f4aa-480b-2c20-1a88df24d2b9-4e4210d4, #w-node-d23d6504-4398-ea15-f33b-311d4dd1c993-4e4210d4, #w-node-_32455b0d-8f9c-0db0-ca00-9c5c8b3e2ed4-4e4210d4, #w-node-_32455b0d-8f9c-0db0-ca00-9c5c8b3e2ed6-4e4210d4, #w-node-_32455b0d-8f9c-0db0-ca00-9c5c8b3e2ed8-4e4210d4, #w-node-_89fe933f-4d1e-17de-dc32-dc6dc10131a0-4e4210d4, #w-node-_89fe933f-4d1e-17de-dc32-dc6dc10131a5-4e4210d4, #w-node-_89fe933f-4d1e-17de-dc32-dc6dc10131aa-4e4210d4, #w-node-_89fe933f-4d1e-17de-dc32-dc6dc10131b1-4e4210d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1a5c86-f744-7d79-5c9f-f50c279e42ed-4e4210d4 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_2b2f3cb0-b2fe-6561-fb13-0847b2bb024c-4e4210d4, #w-node-_2b2f3cb0-b2fe-6561-fb13-0847b2bb024e-4e4210d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b2f3cb0-b2fe-6561-fb13-0847b2bb0255-4e4210d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2b2f3cb0-b2fe-6561-fb13-0847b2bb0257-4e4210d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b2f3cb0-b2fe-6561-fb13-0847b2bb025b-4e4210d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a6acc737-f817-acbf-69a0-bf56f4143c77-4e4210d4, #w-node-_11774669-a5a6-c05e-0474-22cbb368a1c9-4e4210d5, #w-node-_11774669-a5a6-c05e-0474-22cbb368a1cb-4e4210d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afdd4573-307d-edc7-c156-bfc741fd01d7-4e4210d5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e4731c3b-02e9-7f26-3296-30347a9f30ad-4e4210d5, #w-node-d23d6504-4398-ea15-f33b-311d4dd1c993-4e4210d5, #w-node-_89027ff8-1936-51c3-78cd-cf8d69039433-4e4210d5, #w-node-_89027ff8-1936-51c3-78cd-cf8d69039435-4e4210d5, #w-node-_89027ff8-1936-51c3-78cd-cf8d69039437-4e4210d5, #w-node-_7dcd5ae4-d386-acf8-4822-14ad9ab6a388-4e4210d5, #w-node-_7dcd5ae4-d386-acf8-4822-14ad9ab6a38d-4e4210d5, #w-node-_7dcd5ae4-d386-acf8-4822-14ad9ab6a392-4e4210d5, #w-node-_7dcd5ae4-d386-acf8-4822-14ad9ab6a399-4e4210d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1a5c86-f744-7d79-5c9f-f50c279e42ed-4e4210d5 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_53657b5b-aa4c-855e-9289-b9384732c86c-4e4210d5, #w-node-bca8dcc7-d5f7-5c85-d3e9-a3dc628a3855-4e4210d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53657b5b-aa4c-855e-9289-b9384732c875-4e4210d5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_53657b5b-aa4c-855e-9289-b9384732c877-4e4210d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53657b5b-aa4c-855e-9289-b9384732c87b-4e4210d5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9dd98d5b-aa73-ec2f-52a2-15a4c69f82ad-4e4210d5, #w-node-_75f076c2-8eeb-0fb7-1e2c-5afe37676aba-4e4210d6, #w-node-_75f076c2-8eeb-0fb7-1e2c-5afe37676abc-4e4210d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d4c-4e4210d6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d4f-4e4210d6, #w-node-d23d6504-4398-ea15-f33b-311d4dd1c993-4e4210d6, #w-node-_9314cb8c-8f88-f451-75a3-64ed9b252a59-4e4210d6, #w-node-_9314cb8c-8f88-f451-75a3-64ed9b252a5b-4e4210d6, #w-node-_9314cb8c-8f88-f451-75a3-64ed9b252a5d-4e4210d6, #w-node-eaf5ea1a-a3ae-48f5-4238-074156a3ddfa-4e4210d6, #w-node-eaf5ea1a-a3ae-48f5-4238-074156a3ddff-4e4210d6, #w-node-eaf5ea1a-a3ae-48f5-4238-074156a3de04-4e4210d6, #w-node-eaf5ea1a-a3ae-48f5-4238-074156a3de0b-4e4210d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1a5c86-f744-7d79-5c9f-f50c279e42ed-4e4210d6 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_79887a5f-06ba-5e13-f8a8-949335e1f7f0-4e4210d6, #w-node-_40b644c5-0a36-1b85-92f4-df5188fa3ba5-4e4210d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79887a5f-06ba-5e13-f8a8-949335e1f7f9-4e4210d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_79887a5f-06ba-5e13-f8a8-949335e1f7fb-4e4210d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79887a5f-06ba-5e13-f8a8-949335e1f7ff-4e4210d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1dfec1b-707a-0eed-fad9-e7b516c9aa29-4e4210d6, #w-node-_6995eda4-7418-793d-d771-71b2c528dbc1-4e4210ed, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-4e4210ef, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-4e4210ef, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-4e4210ef, #w-node-_257c7b27-ef9e-7a97-b00e-850ad353f33f-4e42110a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email-3.w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7782-69a8a06b, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7787-69a8a06b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fb423f-7673-267c-657c-64c8bca49607-69a8a06b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b208b1e2-24bd-36bb-69e7-ead2fde227f4-69a8a06b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7b376208-f6c2-69d7-c226-d032ceebef18-4e42104a, #w-node-_7872b76d-9ab5-7968-9906-a6e44a7ab0d7-4e42104a {
    justify-self: end;
  }

  #w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3b8-4e42104a {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_754305ce-3bf9-b093-3706-e739019bf547-4e42104a {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_17ecb842-ee4c-929b-de05-fd8369a957c8-4e4210d3, #w-node-d0900a47-9612-7936-aff4-833f2f354b82-4e4210d4, #w-node-_11774669-a5a6-c05e-0474-22cbb368a1cb-4e4210d5 {
    justify-self: end;
  }

  #w-node-_0b1a5c86-f744-7d79-5c9f-f50c279e42ed-4e4210d5 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_75f076c2-8eeb-0fb7-1e2c-5afe37676abc-4e4210d6 {
    justify-self: end;
  }

  #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-4e4210ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_1fdf278d-8cff-1d89-dcee-302ac6884d91-4e42104a, #w-node-a7da5425-0adc-2a4a-f77c-5f0313bace1f-4e42104a, #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2ba-4e4210d4, #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2c7-4e4210d4, #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2d4-4e4210d4, #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2e1-4e4210d4, #w-node-_32455b0d-8f9c-0db0-ca00-9c5c8b3e2ecf-4e4210d4, #w-node-_3122e448-22c2-d12f-7709-88f530a16f11-4e4210d5, #w-node-_6d72ca0f-78b1-9db4-cea4-1ef686b4c392-4e4210d5, #w-node-ebbd657d-aab5-4072-0b55-bd23d83735d9-4e4210d5, #w-node-_89027ff8-1936-51c3-78cd-cf8d6903942e-4e4210d5, #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d50-4e4210d6, #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d5d-4e4210d6, #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d6a-4e4210d6, #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d77-4e4210d6, #w-node-_9314cb8c-8f88-f451-75a3-64ed9b252a54-4e4210d6, #w-node-_257c7b27-ef9e-7a97-b00e-850ad353f340-4e42110a, #w-node-_58ad6a94-96f9-efe0-271e-8920fd545e8f-4e42110a, #w-node-_257c7b27-ef9e-7a97-b00e-850ad353f34d-4e42110a, #w-node-_6500740a-c30e-ecc7-2203-acadb4a30ee0-4e42110a, #w-node-c1da078c-bd3c-d9b3-a451-42aafd33abf3-4e42110a, #w-node-a8e4892d-33d1-ef03-462b-f62f2dfa8e7d-4e42110a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7b376208-f6c2-69d7-c226-d032ceebef18-4e42104a, #w-node-_7872b76d-9ab5-7968-9906-a6e44a7ab0d7-4e42104a {
    justify-self: center;
  }

  #w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3bb-4e42104a {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-b15f7941-870c-ff91-7311-bc5b697cf093-4e42104a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-b15f7941-870c-ff91-7311-bc5b697cf094-4e42104a, #w-node-a01f55bb-9d65-2677-4798-2009d0215c81-4e42104a, #w-node-f6da7aba-d8ac-d116-a425-f868940622b1-4e42104a, #w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3cb-4e42104a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3d5-4e42104a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3d6-4e42104a, #w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3e2-4e42104a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_754305ce-3bf9-b093-3706-e739019bf54a-4e42104a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_1fdf278d-8cff-1d89-dcee-302ac6884d9e-4e42104a, #w-node-a7da5425-0adc-2a4a-f77c-5f0313bace2c-4e42104a {
    order: -9999;
  }

  #w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb517b-7dcb5165 {
    grid-column: span 3 / span 3;
  }

  #w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb519c-7dcb5165 {
    justify-self: start;
  }

  #w-node-adedf3a1-6886-2388-43b7-570361223465-7dcb5165 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-de048529-2f6c-b4a7-b3cd-36e7a37b5c65-4e4210b6 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_17ecb842-ee4c-929b-de05-fd8369a957c8-4e4210d3 {
    justify-self: center;
  }

  #w-node-c3181207-5084-e8ab-5403-e976fc4b08d9-4e4210d3, #w-node-_00859e03-3110-11e7-b6e9-a3a8db114874-4e4210d3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729c4-4e4210d3 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729c8-4e4210d3 {
    justify-self: center;
  }

  #w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729ca-4e4210d3 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729cd-4e4210d3 {
    order: -9999;
  }

  #w-node-d0900a47-9612-7936-aff4-833f2f354b82-4e4210d4 {
    justify-self: center;
  }

  #w-node-_0b1a5c86-f744-7d79-5c9f-f50c279e42ed-4e4210d4 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_2b2f3cb0-b2fe-6561-fb13-0847b2bb024c-4e4210d4 {
    justify-self: center;
  }

  #w-node-_2b2f3cb0-b2fe-6561-fb13-0847b2bb024e-4e4210d4 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_2b2f3cb0-b2fe-6561-fb13-0847b2bb0251-4e4210d4 {
    order: -9999;
  }

  #w-node-_11774669-a5a6-c05e-0474-22cbb368a1cb-4e4210d5 {
    justify-self: center;
  }

  #w-node-_0b1a5c86-f744-7d79-5c9f-f50c279e42ed-4e4210d5 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_53657b5b-aa4c-855e-9289-b9384732c86c-4e4210d5, #w-node-bca8dcc7-d5f7-5c85-d3e9-a3dc628a3855-4e4210d5 {
    justify-self: center;
  }

  #w-node-_53657b5b-aa4c-855e-9289-b9384732c871-4e4210d5 {
    order: -9999;
  }

  #w-node-_75f076c2-8eeb-0fb7-1e2c-5afe37676abc-4e4210d6 {
    justify-self: center;
  }

  #w-node-_0b1a5c86-f744-7d79-5c9f-f50c279e42ed-4e4210d6 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_79887a5f-06ba-5e13-f8a8-949335e1f7f0-4e4210d6, #w-node-_40b644c5-0a36-1b85-92f4-df5188fa3ba5-4e4210d6 {
    justify-self: center;
  }

  #w-node-_79887a5f-06ba-5e13-f8a8-949335e1f7f5-4e4210d6 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3bb-4e42104a {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_754305ce-3bf9-b093-3706-e739019bf54a-4e42104a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_1fdf278d-8cff-1d89-dcee-302ac6884d91-4e42104a {
    justify-self: center;
  }

  #w-node-_1fdf278d-8cff-1d89-dcee-302ac6884d9e-4e42104a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7da5425-0adc-2a4a-f77c-5f0313bace1f-4e42104a {
    justify-self: center;
  }

  #w-node-a7da5425-0adc-2a4a-f77c-5f0313bace2c-4e42104a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_330ae343-f99c-4913-14cd-c780d29c6ce8-4e4210b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de048529-2f6c-b4a7-b3cd-36e7a37b5c65-4e4210b6 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729ca-4e4210d3 {
    order: 9999;
  }

  #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2b6-4e4210d4, #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2ba-4e4210d4, #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2c7-4e4210d4, #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2d4-4e4210d4, #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2e1-4e4210d4 {
    justify-self: center;
  }

  #w-node-d23d6504-4398-ea15-f33b-311d4dd1c993-4e4210d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32455b0d-8f9c-0db0-ca00-9c5c8b3e2ecf-4e4210d4 {
    justify-self: center;
  }

  #w-node-_2b2f3cb0-b2fe-6561-fb13-0847b2bb024e-4e4210d4 {
    order: 9999;
  }

  #w-node-afdd4573-307d-edc7-c156-bfc741fd01d7-4e4210d5, #w-node-_3122e448-22c2-d12f-7709-88f530a16f11-4e4210d5, #w-node-_6d72ca0f-78b1-9db4-cea4-1ef686b4c392-4e4210d5, #w-node-ebbd657d-aab5-4072-0b55-bd23d83735d9-4e4210d5, #w-node-_89027ff8-1936-51c3-78cd-cf8d6903942e-4e4210d5, #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d4c-4e4210d6, #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d50-4e4210d6, #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d5d-4e4210d6, #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d6a-4e4210d6, #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d77-4e4210d6, #w-node-_9314cb8c-8f88-f451-75a3-64ed9b252a54-4e4210d6, #w-node-_257c7b27-ef9e-7a97-b00e-850ad353f340-4e42110a, #w-node-_58ad6a94-96f9-efe0-271e-8920fd545e8f-4e42110a, #w-node-_257c7b27-ef9e-7a97-b00e-850ad353f34d-4e42110a, #w-node-_6500740a-c30e-ecc7-2203-acadb4a30ee0-4e42110a, #w-node-c1da078c-bd3c-d9b3-a451-42aafd33abf3-4e42110a, #w-node-a8e4892d-33d1-ef03-462b-f62f2dfa8e7d-4e42110a {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3b8-4e42104a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8c07ec6c-c590-c4bd-5630-25e9b00dd3bb-4e42104a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_0155cb01-09c2-3469-4ddf-2cfd48129e82-4e42104a, #w-node-_754305ce-3bf9-b093-3706-e739019bf547-4e42104a, #w-node-_754305ce-3bf9-b093-3706-e739019bf54a-4e42104a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1fdf278d-8cff-1d89-dcee-302ac6884d9e-4e42104a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_502ee8d9-eeb0-51cc-e114-e6e3e1c7b894-4e42104a, #w-node-fc7adc12-28ba-7b7a-b2e8-82bcd29b4f22-4e42104a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb517b-7dcb5165 {
    grid-column: span 1 / span 1;
  }

  #w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb519c-7dcb5165, #w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb51bb-7dcb5165, #w-node-cd9dd8da-8e04-f8b8-a8ae-0fba7dcb51da-7dcb5165 {
    justify-self: start;
  }

  #w-node-_6a684059-ef39-56fe-6f0b-76a0dd840748-0964c945 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_66a94171-e11e-d7aa-2059-c3295b3557a3-4e4210b6 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_330ae343-f99c-4913-14cd-c780d29c6ce8-4e4210b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34a62301-3386-3fce-568d-9d2e74538ed3-4e4210b6 {
    order: -9999;
  }

  #w-node-de048529-2f6c-b4a7-b3cd-36e7a37b5c62-4e4210b6, #w-node-de048529-2f6c-b4a7-b3cd-36e7a37b5c65-4e4210b6, #w-node-c3181207-5084-e8ab-5403-e976fc4b08e1-4e4210d3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_45f36c1e-7f3f-e56d-5a00-a8bb887729d1-4e4210d3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d371ea04-f4aa-480b-2c20-1a88df24d2b6-4e4210d4, #w-node-afdd4573-307d-edc7-c156-bfc741fd01d7-4e4210d5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-d23d6504-4398-ea15-f33b-311d4dd1c993-4e4210d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80fb03c4-062a-8b04-d9e0-bd41960b5d4c-4e4210d6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}