:root {
  --main-colors--text-color: #2b2b2b;
  --primary: #0d4671;
  --other--light-grey\<deleted\|variable-9a22f6d7\>: #fafafa;
  --main-colors--primary\<deleted\|variable-3b0502e6\>: #4d6bfa;
  --other--misty-rose\<deleted\|variable-3a917e30\>: #ffdede;
  --other--link-bg-grey: #f1f1f1;
  --other--dim-grey\<deleted\|variable-b93a76ed\>: #c5c5c5;
  --secondary: #1c2e4c;
  --other--light-blue-bg\<deleted\|variable-8f7b0b59\>: #f8f8fa;
  --bg-color: #161b22;
  --border-color: #777;
  --other--bg-grey: #0000;
  --main-colors--secondary\<deleted\|variable-820be994\>: #4353fa;
  --other--notification-bg: #001b38;
  --gradient-text-color-1: #5761b2;
  --gradient-text-color-2: #1fc5a8;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --main-colors--white: #fff;
  --main-colors--black: #000;
  --font-size--h1-desktop-size: 85px;
  --font-size--h1-tablet-size: 55px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

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

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: #000;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

a:hover {
  color: var(--main-colors--text-color);
}

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);
  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.z-index {
  z-index: 3;
}

.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;
  display: flex;
}

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

.container.nav-container-rounded-center {
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5em;
  display: flex;
  position: relative;
}

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

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

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

.navbar {
  z-index: 99;
  background-color: #0000;
  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;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu.no-margin {
  background-color: #000;
  inset: 0% 0% auto;
}

.nav-menu.right-padding {
  padding-right: 6em;
}

.hero-content-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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;
}

.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-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.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;
  display: flex;
}

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

.footer-link {
  z-index: 1;
  color: var(--main-colors--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

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

.footer-link.lighter-footer-link {
  color: #2b2b2b80;
}

.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: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  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(--other--light-grey\<deleted\|variable-9a22f6d7\>);
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

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

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

.content.relative {
  position: relative;
}

.grey-text {
  color: #6b6b6b;
  justify-content: center;
  display: flex;
}

.success-message {
  border: 1px solid var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
  color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--other--misty-rose\<deleted\|variable-3a917e30\>);
  text-align: center;
  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;
  border: 1px solid var(--primary);
  color: #fff;
  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(--other--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: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
}

.rich-text {
  width: 100%;
  max-width: 720px;
  line-height: 1.6;
}

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

.rich-text strong {
  color: var(--primary);
  font-weight: 600;
}

.rich-text a {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
  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 {
  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: #fff;
  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 {
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  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 {
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

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

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

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

.style-guide-tab-holder:hover {
  border-color: var(--primary);
  color: #fff;
}

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

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

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

.hero-text {
  color: #fff;
  margin-top: 0;
  font-size: 70px;
  font-weight: 600;
}

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

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

.style-guide-gray-background {
  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: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
}

.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;
  border: 1px solid var(--primary);
  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: #fff;
  font-size: 16px;
  font-weight: 600;
}

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

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--primary);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  text-transform: none;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

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

.button.white-button {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.button.white-button:hover {
  background-color: var(--primary);
  color: #fff;
}

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

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

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

.button.shop {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.demo {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #000;
  transition: border-color .35s;
}

.button.demo:hover {
  border-color: var(--primary);
}

.borders {
  border: 1px solid var(--other--dim-grey\<deleted\|variable-b93a76ed\>);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  border-color: var(--primary);
  color: #fff;
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  border: 1px solid var(--primary);
  color: #fff;
  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 {
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  border: 1px solid var(--primary);
  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 {
  border-color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
  background-color: #fff;
}

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

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

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

.sg---color-primary.black {
  background-color: var(--main-colors--text-color);
}

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

.style-guide-panel-title {
  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: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  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 {
  order: 0;
  max-width: 150px;
  height: 100%;
  max-height: 30px;
  margin-left: 2px;
}

.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%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.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(--other--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: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  color: #fff;
  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;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 9px;
  position: relative;
}

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

.hero-description {
  color: #fff;
  max-width: 700px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

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

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

.input-field:focus {
  border-color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
}

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

.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: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

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

.link-color {
  color: #fff;
}

.link-color:hover {
  color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
}

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

.external-icon {
  filter: invert();
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  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 {
  border: 1px solid var(--primary);
  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: 140px;
  height: 100%;
  max-height: 25px;
}

.ikonik-icons-image {
  width: 100%;
}

.instruction-item {
  border: 1px solid var(--primary);
  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;
}

.section-background {
  z-index: -1;
  background-color: var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
  position: absolute;
  inset: 0%;
}

.footer-grid-content {
  display: block;
}

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

.protected-input-holder {
  margin-bottom: 10px;
}

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

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

.blog-item-image-holder {
  border-radius: 20px;
  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;
  display: none;
}

.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-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

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

.blog-item-summary {
  color: #909090;
  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 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 500px;
}

.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 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  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 {
  border: 1px solid var(--main-colors--text-color);
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  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: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
}

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

.out-of-stock-state {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  color: var(--main-colors--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--other--misty-rose\<deleted\|variable-3a917e30\>);
}

.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;
  position: absolute;
  inset: auto 0% auto auto;
}

.nav-cart-holder.right-paddding {
  right: 6%;
}

.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 {
  color: var(--main-colors--text-color);
  background-color: #fff0;
  border-style: none;
  width: 50px;
  height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
}

.cart-quantity:focus {
  border-color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
}

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

.cart-header {
  z-index: 5;
  border-bottom-color: var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  top: 0;
}

.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 {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.cart-footer {
  z-index: 5;
  border-top-color: var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  bottom: 0;
}

.remove-button {
  color: var(--other--dim-grey\<deleted\|variable-b93a76ed\>);
  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-size: 24px;
  font-weight: 500;
}

.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: center;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 1em;
  margin-right: 1em;
}

.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 {
  background-color: var(--main-colors--text-color);
  color: #fff;
  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: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
}

.product-image-lightbox {
  transition-property: opacity;
  position: relative;
  overflow: hidden;
}

.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: 12px;
  padding-bottom: 12px;
}

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

.sticky-content {
  position: sticky;
  top: 100px;
}

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

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

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  background-color: var(--bg-color);
  border: 1px solid #777;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

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

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

.required-label {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.block-header {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #777;
  align-items: center;
  padding: 1em;
}

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

.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(--border-color);
  color: #fff;
  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;
  border-radius: 13px;
  width: 120px;
  height: 120px;
}

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

.order-item-quantity-holder {
  opacity: .7;
}

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

.checkout-field-label {
  color: #fff;
}

.checkout-input-field {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #777;
  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 {
  border-color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
  background-color: #ffffff0a;
}

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

.checkout-input-field.no-margins {
  color: #fff;
  border-color: #777;
  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 {
  border-bottom-color: var(--border-color);
  background-color: var(--bg-color);
  color: #fff;
  padding: 0 0 1em 0;
}

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

.order-summary-label {
  color: #fff;
}

.order-summary-value {
  color: #fff;
  font-size: 16px;
}

.order-line-item {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
}

.extra-item {
  align-items: center;
  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 {
  font-weight: 500;
}

.shipping-method-description {
  font-size: 12px;
}

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

.order-info-column {
  color: #fff;
  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: var(--other--dim-grey\<deleted\|variable-b93a76ed\>);
  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 {
  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.on-nav-rounded {
  top: 60px;
  left: -5em;
  right: -5em;
}

.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: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

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

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: var(--other--bg-grey);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.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-holder.on-rounded-nav {
  bottom: -15px;
}

.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;
  text-wrap: balance;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

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

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

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

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

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

.main-logo {
  border-radius: 100px;
  height: 30px;
  position: absolute;
  inset: 10px auto auto 10px;
}

.orange-box {
  background-color: #ff5e20;
  background-image: linear-gradient(0deg, #0000004d, #0000001a);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 50px;
  font-weight: 500;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

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

.blue-box {
  background-color: #3351f5;
  background-image: linear-gradient(0deg, #0006, #0000001a);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  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;
}

.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: 4em;
}

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

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

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

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

.demo-business-email-image {
  width: 100%;
  margin-top: 40px;
}

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

.grid-pages-holder {
  margin-top: 4em;
}

.demo-page-link {
  z-index: 1;
  border-radius: 6px;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .35s, color .35s;
  position: relative;
  overflow: hidden;
}

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

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

.main-page-badge {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  padding: 7px 12px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.name-of-pages-text {
  color: #fff;
}

.demo-page-item-bg {
  z-index: -1;
  background-color: var(--primary);
  opacity: .05;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.demo-pages-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  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;
}

.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(0deg, #282828, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

.inside-box-text {
  color: #fff;
  text-align: center;
  font-size: 26px;
}

.template-includes-box {
  background-color: #282828;
  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;
}

.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: 4em;
}

.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(--primary);
  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-description-holder {
  margin-top: 3em;
}

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

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

.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: 4em;
  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.blue {
  pointer-events: none;
  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%;
}

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

.link-inline {
  color: var(--other--misty-rose\<deleted\|variable-3a917e30\>);
  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, var(--main-colors--primary\<deleted\|variable-3b0502e6\>), var(--main-colors--secondary\<deleted\|variable-820be994\>));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link-wrap {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #f7f7f7;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--other--notification-bg);
  color: #fff;
  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 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 20px;
  display: flex;
}

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

.heading-section-info {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.nav-section-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 20px #0000000d;
}

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

.nav-bg-holder {
  opacity: 1;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 14px 20px #0003, 0 0 0 1px #0000001a;
}

.nav-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #fffc;
  border-radius: 100px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu-parent-rounded-center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-logo-rounded-nav {
  height: 22px;
}

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

.navbar-footer-main-link-holder:hover {
  color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
}

.demo-page-text-center {
  text-align: center;
  text-wrap: balance;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  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: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .35s, box-shadow .35s;
  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: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-item-title {
  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(--primary);
}

.category-text.shop {
  color: var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
}

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

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

.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: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  background-color: #ffffff0f;
  margin-top: 0;
}

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

.category-item-link:hover {
  color: #ffffffa3;
  text-decoration: none;
}

.category-item-link.w--current {
  background-color: var(--primary);
  color: #fff;
  border-color: #ff7d1e;
}

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

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

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

.blog-item-link {
  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-top-links-6col-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo-text-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  margin-bottom: 4em;
  display: grid;
}

.footer-social-icons-with-links-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-privacy-links {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading-lighter {
  color: var(--other--notification-bg);
  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;
}

.tooltip-wrapper {
  z-index: 100;
  opacity: 0;
  background-color: #000;
  border-radius: 8px;
  width: 300px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: -25% auto auto 180%;
}

.pricing-table-name {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.pricing-table-name.center {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.white-text {
  color: #fff;
}

.white-text._18px {
  font-size: 18px;
}

.pricing-table-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-table-holder.indexl {
  z-index: 10;
}

.pricing-cell-check-icon {
  width: 24px;
}

.empty-or-text {
  font-size: 18px;
}

.pricing-border {
  z-index: -1;
  border: 1px solid var(--other--link-bg-grey);
  position: absolute;
  inset: -1px 0% 0% -1px;
}

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

.table-cell-check-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-v2-cell-grey {
  z-index: -1;
  background-color: var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
  position: absolute;
  inset: 0%;
}

.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-content {
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
}

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

.accordion-plus-icon {
  width: 25px;
}

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

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

.accordion-title {
  font-size: 32px;
}

.accordion-description {
  max-width: 600px;
}

.notification-button {
  color: var(--other--notification-bg);
  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;
}

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

.hero-subtitle-holder {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-subtitle-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.subtitle-overlays {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.subtitle-overlay-holder {
  width: 100%;
  height: 66px;
  position: relative;
  inset: 0% 0% auto;
}

.subtitle-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section-info-text-no {
  color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  font-weight: 500;
  display: flex;
}

.animation-5-text {
  transform-origin: 50% 90%;
  text-transform: uppercase;
  width: auto;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.animation-5-text-line {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.animation-5-text-holder {
  perspective: 300px;
  perspective-origin: 50% 100%;
  overflow: hidden;
}

.animation-4-text-line {
  perspective: 1000px;
  perspective-origin: 50% 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-4-text-holder {
  perspective: 350px;
  perspective-origin: 50% 0;
}

.animation-4-text {
  transform-origin: 50% 10%;
  text-transform: uppercase;
  width: auto;
}

.animation-6-text {
  width: auto;
}

.animation-6-text-line {
  perspective: 2000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-6-text-holder {
  width: auto;
}

.animation-6-text-holder._4 {
  object-position: 50% 100%;
}

.animation-3-text-holder {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.animation-3-text {
  width: auto;
}

.animation-3-text-word {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-2-text {
  width: auto;
}

.animation-2-text-word {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

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

.project-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.category-acronym {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 40px 0% auto auto;
}

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

.social-media-menu-wrapper {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 2em;
  display: flex;
}

.cart-item-content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: 1em;
  margin-right: 1em;
}

.big-image-menu {
  width: 300px;
  height: auto;
}

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

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

.nav-footer-holder {
  z-index: 19;
  grid-row-gap: 60px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu---container {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-menu-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.cart-item-price-2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-quantity-button-holder {
  align-items: baseline;
  height: 35px;
  display: flex;
}

.cart-item-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.nav-menu-link {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #c9c9c9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 74px;
  line-height: 1.45;
  display: flex;
  overflow: hidden;
}

.nav-links {
  grid-column-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 42px;
  display: flex;
}

.social-media-link---menu {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  transition: filter .3s, color .35s;
}

.social-media-link---menu:hover {
  filter: blur(1px);
}

.button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #173aca;
}

.button-2.continue-to-checkout {
  border-radius: 0;
  font-size: 22px;
}

.white-arrow-menu-link {
  opacity: 0;
  width: 80px;
  height: 80px;
}

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

.cart-container-2 {
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 8px;
  min-width: 800px;
  max-width: 800px;
}

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

.cart-item-2 {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-quantity-number-2 {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  height: 15px;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

.cart-quantity-2:focus {
  border-color: #173aca;
}

.cart-quantity-2.cart {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  height: 35px;
  font-size: 18px;
}

.x-icon-2 {
  width: 42px;
  height: 42px;
}

.x-icon-2.invert {
  filter: invert();
}

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

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

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

.cart-subtotal-price-2 {
  font-size: 26px;
  font-weight: 400;
}

.title-and-quantity-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.cart-footer-2 {
  border-top-color: #fafafa;
  margin-top: 15px;
  padding: 25px 1em;
}

.remove-button-2 {
  color: #c5c5c5;
  margin-top: 20px;
  font-size: 18px;
}

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

.nav-link-2 {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .3s, filter .3s, color .35s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  opacity: .5;
}

.nav-link-2.w--current {
  filter: blur(.5px);
}

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

.nav-with-big-menu {
  background-color: #000;
  width: 100%;
  height: 70px;
}

.nav-meu-and-cart-holder {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-item-full {
  grid-row-gap: 10px;
  color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-item-full:hover {
  color: #000;
}

.quantity-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.work-item {
  position: relative;
}

.work-item:nth-child(2n) {
  position: relative;
  top: 8em;
}

.scroll-down-line-container {
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 120px;
  position: relative;
  overflow: hidden;
}

.animation-on-page-load-3 {
  padding-top: 0;
}

.animation-2-letter {
  font-size: 145px;
  font-weight: 500;
}

.animation-2-holder {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.quic-stack-ikonik-box {
  background-color: #ffc444;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.quic-stack-ikonik-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  background-image: url('../images/BG-Image.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  position: relative;
}

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

.open-cource-ikonik-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 320px;
  height: 250px;
  position: absolute;
  inset: 31% 0% 0% auto;
}

.open-cource-ikonik-image.top-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 60%;
  height: 100%;
  top: 8%;
}

.clients-loop-absolute {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
}

.clients-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.clients-loop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.client-grid-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

.clients-loop-content {
  width: 100%;
  position: relative;
}

.clients-loop-relative {
  position: relative;
}

.hero-link-holder {
  padding-bottom: 1em;
}

.hero-link {
  background-color: #0000001a;
  border-radius: 100px;
  padding: 3px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .3s, color .35s;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.hero-link:hover {
  background-color: #0003;
}

.hero-link-bg-blur-wrap {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%);
}

.hero-link-bg-wrap {
  position: absolute;
  inset: 0%;
  transform: translate(0%);
}

.hero-link-bg-blur {
  background-color: var(--main-colors--primary\<deleted\|variable-3b0502e6\>);
  filter: blur(8px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-link-bg-blur-main {
  aspect-ratio: 1;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0%);
}

.hero-link-content-bg {
  z-index: -1;
  opacity: 1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.demo-hero-content {
  text-align: center;
  text-wrap: balance;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.demo-hero-text {
  margin-top: 0;
  font-size: 60px;
  font-weight: 600;
}

.demo-section-summary {
  opacity: .7;
}

.demo-buy-box-heading {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.figma-email-link {
  color: #000;
  text-decoration: underline;
}

.figma-email-link:hover {
  color: #000;
}

.nav-main {
  z-index: 99;
  width: 100%;
  position: sticky;
  top: 0;
}

.ikonik-link {
  color: #fff;
  text-decoration: underline;
}

.home-dashboard-gradient {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #0003, #0000 60%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.home-dashboard-gradient.mobile {
  display: none;
}

.product-container {
  z-index: 99;
  pointer-events: none;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stars {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.main-button-icon {
  height: 17px;
}

.rating {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

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

.product-demo-sticky {
  min-height: auto;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.video-play-box {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: auto;
  text-wrap: balance;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero-container {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-dashboard-wrap {
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-heading {
  background-image: linear-gradient(90deg, var(--gradient-text-color-1), var(--gradient-text-color-2));
  transform-origin: 50% 100%;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.2;
  transform: perspective(260px)perspective(300px);
}

.hero-main-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-clients-wrap {
  opacity: .5;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 10px;
  transition: opacity .4s;
  position: relative;
}

.hero-clients-wrap:hover {
  opacity: .8;
}

.hero-buttons-line {
  opacity: .5;
  background-image: linear-gradient(90deg, #fff0, #fff6);
  width: 200px;
  height: 1px;
  margin-right: 20px;
  position: absolute;
  inset: auto 100% auto auto;
}

.hero-buttons-line._2 {
  background-image: linear-gradient(270deg, #fff0, #fff6);
  margin-left: 20px;
  margin-right: auto;
  left: 100%;
  right: auto;
}

.hero-gradient-box {
  z-index: 1;
  background-image: url('../images/Black-Gradient-Mask1x.png'), linear-gradient(225deg, #fb47ff00, var(--primary) 42%, var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 110% 110%, auto;
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.hero-01-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-section-hero {
  padding-top: 3em;
  position: relative;
}

.animation-on-page-load-opacity {
  display: none;
}

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

.play-icon {
  width: 30px;
  height: auto;
}

.hero-product-demo {
  width: 100%;
  height: 200vh;
  display: block;
  position: relative;
}

.button-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity .4s, color .35s;
  display: flex;
}

.button-link:hover {
  opacity: .7;
  color: #fff;
}

.hero-gradient-box-wrap {
  z-index: -2;
  border-radius: 0 0 40px 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.video-play-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #030303;
  background-color: #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 30px 10px 10px;
  display: flex;
  box-shadow: 0 8px 20px #0009;
}

.hero-description-2 {
  color: #ffffffb3;
  text-wrap: balance;
  max-width: 710px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.4;
}

.hero-buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  display: flex;
  position: relative;
}

.star-icon {
  width: 100%;
  height: 100%;
}

.home-gradient-sticky {
  z-index: -1;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-top: -70px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

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

.hero-gradient-absolute.top-gradient {
  z-index: -1;
}

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

.product-dashboard-image-holder {
  position: relative;
}

.hero-gradient-holder {
  pointer-events: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 50%;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.video-person-image-wrap {
  border: 3px solid #0003;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-hero-gradient-box {
  z-index: -2;
  background-image: url('../images/PaloAlto-Mask.png'), linear-gradient(56deg, #6cd0, var(--primary) 0%, var(--secondary));
  background-position: 50%, 0 0;
  background-size: 110% 110%, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.star {
  box-shadow: none;
  color: #fff;
  background-color: #a7a7a733;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.star.star-with-color {
  color: #fff1c0;
  transition: background-color .4s;
}

.star.star-with-color:hover {
  background-color: #a7a7a74d;
}

.home-video-play {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.home-video-play-icon {
  color: #fff;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-phone-image-holder {
  z-index: 4;
  pointer-events: auto;
  background-image: linear-gradient(#ffffff1a, #fff0 50%);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-01-gradient-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.product-dashboard {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 100%;
  position: relative;
}

.product-dashboard._2 {
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -50%);
}

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

.main-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #180147;
  background-image: linear-gradient(180deg, var(--primary), #0e8be100);
  color: #fff;
  text-transform: none;
  border-radius: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: box-shadow .4s, background-color .4s, color .4s;
  display: flex;
  box-shadow: inset 0 2px 6px #31a6ff, inset 0 0 0 1px #111;
}

.main-button:hover {
  color: #fff;
  box-shadow: inset 0 2px 6px #05a3ff80, inset 0 0 0 1px #111;
}

.product-dashboard-2-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0, 50%);
}

.hero-small-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.elements-wrapper {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.experience-card-holder {
  z-index: 5;
  border-radius: 24px;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-paragraph-grid-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.gray-paragraoh {
  color: #a0a0a0;
  font-size: 16px;
}

.title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
}

.title.small {
  font-size: 45px;
}

.light-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.experience-card-image-holder {
  width: 100%;
  position: relative;
}

.experience-card-image-holder._02 {
  height: 280px;
}

.experience-card-image-holder.smaller {
  justify-content: flex-start;
  align-items: flex-start;
  height: 250px;
  display: flex;
}

.experience-card-text-holder {
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.experience-card-text-holder._02 {
  padding-left: 24px;
  padding-right: 24px;
}

.experience-card-text-holder.padding {
  padding-left: 22px;
  padding-right: 22px;
}

.light-wrapper-in-front {
  z-index: 6;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.light-outside {
  opacity: .1;
  filter: blur(70px);
  background-color: #fff;
  width: 200px;
  height: 200px;
}

.experience-card-content {
  z-index: 5;
  opacity: 1;
  background-color: #161b22;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 1px;
  display: flex;
  position: relative;
}

.experience-paragraph-holder {
  max-width: 550px;
}

.experience-cards-holder {
  perspective: 1000px;
  margin-top: 90px;
}

.experience-wrapper {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
}

.experience-wrapper:hover {
  color: #fff;
}

.experience-card-image {
  width: 100%;
}

.experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.experience-card-2 {
  z-index: 5;
  background-color: #30363d;
  border-radius: 26px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f5f5f8, #bbbbbd);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

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

.experience-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.light-inside {
  filter: blur(70px);
  background-color: #fff;
  width: 200px;
  height: 200px;
}

.title-holder {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 910px;
  display: flex;
}

.experience-gradient {
  background-image: linear-gradient(#151b2200, #151b22);
  height: 70px;
  position: absolute;
  inset: auto 0% -3%;
}

.light {
  opacity: 1;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.logo-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 44px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-image.blured {
  z-index: 1;
  filter: blur(20px);
}

.line {
  background-color: #3d3d3d;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.iphone-screen {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.1% 4.6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iphone-drop-shadow {
  filter: blur(64px);
  background-color: #000;
  width: 120%;
  height: 70%;
  position: absolute;
}

.iphone-drop-shadow.low {
  opacity: .37;
  filter: blur(18px);
  width: 100%;
}

.iphone-holder-effortlessly-integration {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.effortlessly-integration-container {
  color: #fff;
  padding-top: 0;
}

.logo-holder {
  perspective: 1000px;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 155px;
  min-width: 155px;
  height: 155px;
  min-height: 155px;
  display: flex;
  position: relative;
}

.iphone-screen-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.logo-holder-effortlessly-integration {
  z-index: 2;
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
  position: absolute;
  top: 180px;
}

.effortlessly-integration-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.light-holder-2 {
  background-image: linear-gradient(90deg, var(--primary), var(--secondary) 46%, var(--primary));
  opacity: .23;
  filter: blur(90px);
  width: 70%;
  height: 270px;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.iphone-image {
  z-index: 2;
  width: 100%;
  position: relative;
}

.effortlessly-integration---iphone-holder {
  z-index: 1;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  display: flex;
  position: relative;
  top: 6%;
}

.workflow-section {
  z-index: 4;
  grid-row-gap: 6px;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -364px;
  padding-top: 65px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.title-big {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 800;
}

.button-with-arrow {
  background-color: #fff;
  background-image: linear-gradient(to top, #b734b326, #b734b300);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.financial-text-holder {
  width: 86%;
}

.dark-section {
  z-index: 1;
  background-color: #0c0c0c;
  position: relative;
}

.grid-item-text-holder {
  z-index: 2;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-item-text-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

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

.grid-items-wrapper.last {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 565px;
  position: relative;
  overflow: hidden;
}

.feature-grid {
  grid-column-gap: 3.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 5fr 5fr;
  margin-top: 5em;
  display: grid;
}

.list-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  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;
}

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

.financial-text {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.button-browse-holder {
  width: 50%;
  margin-top: 2em;
}

.tabel-pay-holder {
  background-color: #0e0e0e;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.testominal-holder {
  column-count: 3;
  column-gap: 1em;
  -webkit-mask-image: linear-gradient(to top, #0000 0%, #000 20%);
  mask-image: linear-gradient(to top, #0000 0%, #000 20%);
}

.testimonial-item {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  background-color: #ffffff08;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1em;
  padding: 30px;
  transition: box-shadow .35s, border-color .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff1a, 0 4px 4px #08080814, 0 1px 20px -10px #08080833;
}

.testimonial-item.top-margin {
  margin-top: 2em;
}

.testimonial-text {
  z-index: 1;
  color: #fff;
  text-wrap: balance;
  margin-top: 1.5em;
  margin-bottom: 0;
  position: relative;
}

.testimonial-text.with-top-space {
  color: #fff;
  margin-top: 7em;
}

.testimonial-header {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-header.margin-top-10 {
  margin-top: 10px;
}

.testimonial-big-image {
  position: absolute;
  inset: 0%;
}

.testimonial-position {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
}

.small-content {
  width: 100%;
  max-width: 700px;
}

.testimonial-image-holder {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-wrap {
  padding-bottom: 3em;
}

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

.testimonial-logo-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 1.5em;
  display: flex;
  position: relative;
}

.testimonial-logo-wrap._2 {
  padding-top: 0;
  padding-bottom: 10px;
}

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

.testimonial-image-overlay {
  opacity: .5;
  pointer-events: none;
  background-image: linear-gradient(0deg, #000, #0000 55%, #00000080);
  position: absolute;
  inset: 0%;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 40px;
  width: 43px;
  min-width: 43px;
  height: 43px;
  min-height: 43px;
}

.testimonial-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-logo {
  opacity: .9;
  height: 20px;
}

.cta-app-holder {
  height: 420px;
  padding: 0 18px 18px;
  overflow: hidden;
}

.cta-heading-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-subscribe-email {
  color: #fff;
  background-color: #fff3;
  border: 1px solid #0000;
  border-radius: 200px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 10px 105px 10px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

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

.cta-subscribe-email:focus {
  border-color: #ff9084;
}

.cta-subscribe-email::placeholder {
  color: #fff9;
}

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

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

.cta-laptop-app {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 1.9% 9.5% 6.5%;
}

.cta-9-holder {
  background-color: #00000080;
  background-image: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-9-container {
  z-index: 1;
  text-align: center;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 59px;
  display: flex;
  position: relative;
}

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

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

.cta-laptop-app-holder {
  position: absolute;
  inset: 0%;
}

.light-blue-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #5b6cff;
  border-style: none;
  border-radius: 123px;
  padding: 13px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: inset 0 1px 1px #ffffff40;
}

.light-blue-button:hover {
  color: #fff;
  background-color: #4340ca;
}

.light-blue-button.subscribe-button {
  background-color: var(--primary);
  box-shadow: none;
  width: auto;
  padding: 9px 24px;
}

.light-blue-button.subscribe-button:hover {
  background-color: var(--secondary);
}

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

.cta-9-laptop-holder {
  z-index: 0;
  transform-style: preserve-3d;
  width: 100%;
  position: relative;
  transform: translate3d(0, 0, -10px);
}

.cta-9-app-holder {
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.cta-error-message {
  color: #fff;
  text-align: center;
  background-color: #ffb5b533;
  border: 1px solid #ffb5b580;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px;
}

.cta-success-message {
  color: #fff;
  text-transform: uppercase;
  background-color: #5b6cff1a;
  border: 1px solid #5b6cff;
  border-radius: 8px;
  padding: 1em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.cta-laptop {
  z-index: 2;
  width: 100%;
  position: relative;
}

.cta-pricing-header {
  grid-row-gap: 8px;
  flex-direction: column;
  max-width: 630px;
  display: flex;
}

.product-phone-image {
  z-index: 1;
  pointer-events: none;
  max-width: none;
  height: 100%;
  position: relative;
}

.hero-clients-wrap-2 {
  width: 100%;
  padding-bottom: 2em;
  position: relative;
}

.ios-app-holder {
  z-index: 1;
  border-radius: 7%;
  position: absolute;
  inset: 2% 4.8% 2% 5%;
  overflow: hidden;
}

.product-container-2 {
  z-index: 99;
  pointer-events: none;
  border-radius: 75px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iphone {
  z-index: 3;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: 680px;
  position: relative;
}

.hero-card-image-iphone {
  z-index: 1;
  width: 24vh;
  position: absolute;
  inset: 17vh auto auto 5%;
  overflow: hidden;
}

.hero-card-image-iphone._3 {
  z-index: 3;
  width: 26vh;
  top: 15vh;
  left: auto;
  right: 20%;
}

.hero-card-image-iphone._4 {
  z-index: 2;
  left: auto;
  right: 5%;
}

.hero-card-image-iphone._2 {
  width: 26vh;
  top: 15vh;
  left: 20%;
}

.iphone-lock-screen-image {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
  transform: translate(0, -30%);
}

.ios-app {
  pointer-events: auto;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.features-hero-container {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.clients-01-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-phone-demo-image {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.features-product-phone-image-holder {
  z-index: 4;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  margin-right: -26vh;
  padding-top: 11vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-phone-content {
  z-index: -1;
  pointer-events: auto;
  border-radius: 8%;
  width: 26.7vh;
  margin-left: 9.7%;
  position: absolute;
  top: 12vh;
  bottom: 30vh;
  overflow: hidden;
}

.total-expensive-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.total-expensive-image {
  perspective: 2000px;
  height: auto;
  transform: perspective(2000px);
}

.pay-image {
  object-fit: cover;
  width: 145px;
  height: 145px;
  position: absolute;
  inset: auto auto 44% 22%;
  transform: perspective(1000px);
}

.badge {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff0d;
  border-radius: 1000px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 3px #ffffff0f;
}

.tab-link-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px 20px 10px;
  transition: color .35s;
  display: flex;
  position: relative;
}

.tab-link-top:hover {
  color: #fffc;
}

.main-tabs-content {
  min-height: 450px;
  padding-left: 2em;
}

.tab-link-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}

.tab-link-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ffffffb3;
  flex-flow: column;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.tab-dashboard-image {
  object-fit: cover;
  object-position: 0% 0%;
  border-top-left-radius: 20px;
  width: 100%;
  height: 100%;
  box-shadow: -4px 10px 25px #00000080;
}

.tab-link {
  color: #ffffffb3;
  background-color: #fff0;
  border-bottom: 1px solid #ffffff0f;
  padding: 0;
  overflow: hidden;
}

.tab-link.w--current {
  color: #fff;
  background-color: #fff0;
}

.tab-link-video-lightbox {
  background-color: #0000000d;
  justify-content: center;
  align-items: center;
  transition-property: background-color;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab-link-video-lightbox:hover {
  background-color: #0000001f;
}

.main-tab-pane {
  height: 100%;
  position: relative;
}

.hero-description-4 {
  color: #ffffffb3;
  text-wrap: balance;
  max-width: 710px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.4;
}

.badge-icon {
  color: #fff;
  width: 20px;
  height: auto;
}

.tabs-gradient {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.tabs-gradient-box {
  z-index: -2;
  background-image: url('../images/PaloAlto-Mask.png'), linear-gradient(56deg, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-size: 110% 110%, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._50-pct {
  opacity: .5;
}

.tabs-wrap {
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 7px #ffffff0f;
}

.main-tabs {
  z-index: 2;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 2em;
  padding-left: 2em;
  display: grid;
  position: relative;
}

.badges {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.open-roles-illustation {
  width: 450px;
  position: absolute;
  inset: auto -1% -22% auto;
}

.open-roles-cta-holder {
  margin-top: 4em;
}

.field-input {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  background-color: #161b22;
  border: 1px solid #ffffff26;
  border-radius: 11px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300;
  transition: all .35s;
  position: static;
}

.field-input:hover {
  background-color: #13171d;
}

.field-input:focus {
  background-color: #13171d;
  border-color: #fff3;
}

.field-input::placeholder {
  color: #ffffff4d;
}

.field-input.textarea {
  height: auto;
  min-height: 100px;
}

.contact-3-title-holder {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 910px;
  display: flex;
}

.open-roles-cta {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px undefined undefined;
  background-color: #161b22;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 42px 1px 1px;
  padding: 85px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.open-roles-cta-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.contact-3-form-block {
  width: 50%;
}

.text-block {
  color: #fafafa;
  text-align: center;
  font-size: 72px;
}

.flex-center-secondary {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.data-paragraph {
  color: #fff;
  text-align: left;
  font-size: 32px;
  font-weight: 400;
}

.data-wrapper {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  flex-direction: row;
  width: 100%;
  margin-top: 6em;
  display: flex;
}

.data-text-holder {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gray-paragraph {
  color: gray;
}

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

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

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

.experience-holder {
  border-right-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}

.experience-holder.first {
  border-right: 1px solid var(--primary);
}

.experience-holder.last {
  border-left: 1px solid var(--primary);
  border-right-style: none;
  padding-right: 40px;
}

.about-hero {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin-top: 4em;
}

.hero-secondary-description {
  color: #9c9c9c;
  width: 100%;
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.trusted-item-header {
  align-items: center;
  display: flex;
}

.trusted-item-header.second {
  justify-content: flex-start;
  align-items: flex-start;
}

.medium-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f5f5f8, #f5f5f8c2);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
}

.medium-heading.bold {
  text-align: left;
  font-weight: 800;
}

.icon-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 1.1em;
  display: flex;
}

.text-xl {
  color: gray;
  font-size: 18px;
}

.trusted-item {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20vh;
  display: flex;
}

.trusted-item.last {
  margin-bottom: 0;
}

.trusted-by-icon {
  width: 40px;
  margin-right: 20px;
  padding-right: 0;
}

.white-paragraph-2 {
  color: #fff;
  text-wrap: balance;
  font-size: 18px;
}

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

.trusted-overlay-container {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.trusted-white-overlay {
  background-image: linear-gradient(#000, #fff0);
  width: 45vw;
  height: 10em;
  position: sticky;
  inset: 68px 0% auto;
}

.trusted-white-overlay.bottom {
  background-image: linear-gradient(to top, #000, #0000 100%, #fff0);
  height: 20vh;
  top: 80vh;
}

.gradient-content-sticky {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.trusted-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.trusted-content.trusted-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 70vh;
  display: block;
}

.team-member-content-holder {
  width: 100%;
}

.our-value-text {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.team-member-5-image {
  filter: grayscale();
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.team-members-block-holder {
  z-index: 1;
  margin-top: 7em;
  margin-bottom: 3em;
  position: relative;
}

.social-media-member-link {
  z-index: 2;
  background-color: var(--primary);
  border-radius: 15px;
  width: 41px;
  height: 41px;
  margin-bottom: 12px;
  padding: 10px;
  display: flex;
  position: relative;
}

.team-member-name {
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.team-members-4col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.white-heading {
  color: #fff;
}

.our-value-holder {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.team-member-name-and-job {
  color: #fff;
  width: 100%;
}

.team-member-role {
  text-transform: capitalize;
  font-size: 20px;
}

.white-social-media-icon {
  width: 100%;
  height: 100%;
}

.social-media-holder {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 12px;
  padding-right: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team-member-5-image-holder {
  z-index: 1;
  width: 100%;
  position: relative;
}

.footer-copyright-text {
  color: #ffffff80;
  display: block;
}

.footer-content-holder {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: 2em;
  margin-right: 2em;
  display: flex;
}

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

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

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

.main-social-media-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.footer-main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  display: flex;
}

.footer-main-heading {
  color: #fff;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer-copyright-link {
  color: #ffffffb3;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  transition: color .35s;
}

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

.footer-social-media-link {
  z-index: 1;
  color: #ffffffb3;
  border-radius: 6px;
  width: 25px;
  height: auto;
  position: relative;
}

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

.footer-main-description {
  opacity: .6;
  max-width: 220px;
  display: none;
}

.footer-main-content {
  display: flex;
}

.footer-made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin: 6em 2em 0;
  display: flex;
  overflow: hidden;
}

.footer-logo {
  opacity: 1;
  width: 150px;
  transition-property: opacity;
}

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

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

.footer-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: block;
}

.footer-main-link {
  z-index: 1;
  grid-column-gap: 8px;
  color: #686868;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-span {
  background-image: linear-gradient(180deg, var(--primary), var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

._404-button-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid var(--primary);
  color: #d4d4d4;
  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;
}

.price-text-block {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.mobile-brand-link {
  z-index: 2;
  transition-property: opacity;
  position: relative;
}

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

.mobile-brand-link.mobile-logo {
  display: none;
}

.cart-item-content-3 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 10px;
}

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

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

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

.main-cart-header {
  border-bottom-width: 0;
  border-bottom-color: #e6e6e600;
  padding: 1em;
}

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

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

.cart-remove-button {
  color: #b5b5b5;
  font-size: 13px;
  line-height: 1;
}

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

.main-nav-link-holder {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.main-cart-quantity {
  color: #b5b5b5;
  background-color: #1a1b1c00;
  border-color: #fafafa00;
  border-radius: 0;
  width: 50px;
  height: auto;
  margin-bottom: 0;
  margin-left: 1em;
  padding: 1px 5px;
  font-size: 18px;
  transition: color .35s, background-color .35s;
  position: relative;
}

.main-cart-quantity:focus {
  border-color: #d3433b;
}

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

.cart-item-price-holder {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.cart-footer-3 {
  border-top-width: 1px;
  border-top-color: var(--border-color);
  padding: 2em 1em 1em;
}

.cart-subtotal-price-3 {
  color: #fff;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 500;
}

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

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

.left-right-nav-items {
  grid-column-gap: 10px;
  display: flex;
}

.brand-link-center {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition-property: opacity;
  transition-duration: .45s;
  display: flex;
}

.brand-link-center.w--current {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 55px;
  display: flex;
}

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

.nav-dropdown-list-2.w--open {
  border: 1px #000;
  top: 71px;
}

.main-cart-item {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.menu-button-mobile {
  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-mobile:hover, .menu-button-mobile.w--open {
  background-color: #f1f1f1;
}

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

.cart-quantity-holder {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

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

.top-nav-link {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: relative;
}

.top-nav-link:hover {
  color: #b1b1b1;
}

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

.top-nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
  transition: color .35s;
}

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

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

.main-cart-container {
  background-color: #000;
  border-radius: 8px;
  max-width: 750px;
}

.cart-subtotal-label-3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.main-cart-title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.brand-logo-mobile {
  max-width: 122px;
  height: 100%;
  max-height: 40px;
}

.dropdown-nav-link {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  position: relative;
}

.dropdown-nav-link:hover {
  color: #5e1675;
}

.dropdown-nav-link.w--current {
  color: #b5b5b5;
  font-weight: 600;
  transition: color .35s;
}

.dropdown-nav-link.white-nav-link {
  color: #d4d4d4;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.main-nav-menu-holder {
  z-index: 1;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

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

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

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

.remove-text {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.cart-image-2 {
  filter: invert();
  width: 20px;
}

.nav-dropdown-pages {
  position: static;
}

.checkout-cart-button {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: border-color .3s;
  display: flex;
}

.checkout-cart-button:hover {
  color: #fff;
  border-color: #c050e3;
}

.cart-items {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 1em;
  display: flex;
}

.error-message-4 {
  color: #151515;
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
}

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

.main-center-text-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.center-text-wrapp {
  width: auto;
}

.heading {
  color: var(--primary);
}

.shop-button-holder {
  width: 300px;
}

.billing-address-toggle {
  color: #fff;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.shipping-address-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.cart-quantity-text {
  margin-top: 3px;
}

.buy-template-panel {
  z-index: 20;
  grid-column-gap: 10px;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-panel:hover {
  color: #000;
  text-decoration: none;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
}

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

.buy-this-template-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/Webflow-Icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.hero-heading-top-holder {
  width: 100%;
}

.hero-pricing {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
}

.price-text-span {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}

.price-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #fff3;
  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: #fff3;
}

.pricing-contant {
  padding: 1.5em;
}

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

.main-paragraph {
  color: #bbb4b4;
  text-wrap: balance;
}

.month-text {
  color: #fff;
}

.pricing-4-item {
  color: #000c;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 555px;
  padding: 1.5em;
  display: flex;
}

.pricing-4-item.middle, .pricing-4-item.last {
  background-color: #000;
  border: 1px solid #bbb4b4;
}

.pricing-4-item.active-pricing-item {
  border: 1px solid var(--primary);
  color: #fff;
  background-color: #fff0;
  height: 555px;
  box-shadow: inset 0 2px 25px #0000;
}

.pricing-type {
  color: #ffffff80;
}

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

.list-item-with-checkicon {
  color: #fffc;
  background-image: url('../images/Tick.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.list-item-with-checkicon.active-pricing-list-item {
  color: #fff;
  background-image: url('../images/Tick.svg');
  background-position: 0 0;
}

.pricing-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  text-transform: none;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.pricing-button:hover {
  color: #fff;
  background-color: #4b70f5;
}

.bottom-line {
  background-color: #e3e6e7;
  width: 100%;
  height: 1px;
}

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

.price {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

.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-features-holders {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

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

.paragraph {
  color: var(--border-color);
}

.link-2 {
  color: #fff;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  justify-content: center;
  display: flex;
}

.div-block {
  display: none;
}

.code-embed {
  display: block;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 15px;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--other--bg-grey);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: block;
  position: relative;
}

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

.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

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

.rt-padding-top-twenty-five {
  padding-top: 25px;
}

.rt-home-one-personalized-client-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-testimonial-wrapper-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  padding-right: 30px;
}

.rt-home-one-personalized-slider-flex {
  grid-column-gap: 50px;
  background-color: #0000;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.rt-home-one-personalized-card-line {
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
}

.rt-full-width-testimonial-wrapper {
  border-radius: 20px;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.rt-home-one-personalized-card {
  background-color: #f5f5fb;
  align-items: center;
  display: flex;
}

.rt-home-one-personalized-card.rt-radius-twenty {
  border-radius: 10px;
}

.rt-home-one-personalized-card.rt-radius-twenty.rt-overflow-hidden {
  background-color: #183455;
}

.rt-home-one-personalized-card-body {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-left: 50px;
  padding-right: 50px;
}

.rt-home-one-personalized-client-name {
  color: #fff;
  letter-spacing: .01rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-margin-bottom-fifteen-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 15px;
  font-family: Manrope, sans-serif;
}

.rt-category-cards-text-2.rt-text-center {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Manrope, sans-serif;
}

.rt-heading-six-2 {
  color: var(--main-colors--white);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--other--bg-grey);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-padding-bottom-ten-2 {
  padding-bottom: 10px;
  font-family: Manrope, sans-serif;
}

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

.rt-padding-top-twenty-five-2 {
  padding-top: 25px;
}

.rt-home-one-personalized-client-flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-testimonial-wrapper-two-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  padding-right: 30px;
}

.rt-home-one-personalized-slider-flex-2 {
  grid-column-gap: 50px;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.rt-home-one-personalized-card-line-2 {
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
}

.rt-full-width-testimonial-wrapper-2 {
  border-radius: 20px;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.rt-home-one-personalized-card-2 {
  background-color: #f5f5fb;
  align-items: center;
  display: flex;
}

.rt-home-one-personalized-card-2.rt-radius-twenty {
  border-radius: 10px;
}

.rt-home-one-personalized-card-2.rt-radius-twenty.rt-overflow-hidden-2 {
  background-color: var(--primary);
}

.rt-home-one-personalized-card-body-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-left: 50px;
  padding-right: 50px;
}

.rt-home-one-personalized-client-name-2 {
  color: #fff;
  letter-spacing: .01rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-component-section-3 {
  background-color: var(--other--bg-grey);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: none;
  position: relative;
}

.rt-body-font {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font.rt-text-center.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-body-font.rt-text-center.rt-text-black.rt-text-uppercase {
  color: var(--main-colors--white);
  font-family: Manrope, sans-serif;
}

.rt-text-center {
  text-align: center;
}

.rt-home-three-about-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 15px;
  display: flex;
}

.rt-home-three-about-view-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-box-merquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-home-three-about-image-merquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 0% 10%;
}

.rt-auto-fit-5 {
  object-fit: cover;
}

.rt-auto-fit-5.rt-landskape-image-full-width {
  border-radius: 10px;
}

.rt-home-three-image-view-button {
  background-color: #fcf6f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.rt-home-three-about-box {
  text-decoration: none;
}

.rt-home-three-about-box.rt-padding-top-eighty {
  margin-top: 80px;
}

.rt-home-three-about-box.rt-padding-top-fourty {
  margin-top: 40px;
}

.rt-home-three-about-image {
  cursor: none;
  position: relative;
  overflow: hidden;
}

.rt-merquee-two-text {
  color: #fff6;
  flex: none;
  font-size: 6.25rem;
  line-height: 5rem;
}

.rt-home-three-about-text-underline {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 268px;
  height: 1px;
  margin: 10px auto;
}

.rt-home-three-about-text {
  padding-top: 30px;
}

.rt-body-font-6 {
  color: #462720;
  letter-spacing: .1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.rt-body-font-6.rt-text-capitalize {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-text-capitalize {
  text-transform: capitalize;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  background-color: #161b22;
  border: 1px solid #ffffff26;
  border-radius: 11px;
}

.dropdown-toggle.field-input {
  width: 302%;
  display: inline-block;
  overflow: clip;
}

.hero-heading-copy {
  background-image: linear-gradient(90deg, var(--gradient-text-color-1), var(--gradient-text-color-2));
  transform-origin: 50% 100%;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.2;
  transform: perspective(260px)perspective(300px);
}

.image {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
  display: block;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: center;
  display: flex;
}

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

.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;
  display: flex;
}

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

.container-copy.nav-container-rounded-center {
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5em;
  display: flex;
  position: relative;
}

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

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

.experience-card-image-copy {
  width: 100%;
  height: 130%;
}

@media screen and (min-width: 1280px) {
  .card-title {
    margin-top: 40px;
  }

  .brand-logo-mobile {
    max-height: 45px;
  }

  .dropdown-nav-link {
    font-size: 16px;
  }

  .checkout-cart-button {
    font-size: 17px;
  }

  .blog-tittle-holder {
    width: 60%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .button.no-margins {
    margin-bottom: 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);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .nav-menu---container {
    padding-left: 260px;
  }

  .quic-stack-ikonik-box.dark-gray {
    background-image: url('../images/BG-Image.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
  }

  .main-white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-ikonik-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-ikonik-image.top-image {
    width: 60%;
    top: 1%;
  }

  .hero-small-container {
    width: 90%;
    max-width: 90%;
  }

  .text-paragraph-grid-holder {
    width: 90%;
  }

  .experience-card-text-holder.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .experience-gradient {
    height: 130px;
  }

  .financial-text-holder {
    width: 80%;
  }

  .grid-items-wrapper {
    justify-content: space-between;
  }

  .grid-items-wrapper.last {
    height: 100%;
    min-height: 640px;
    max-height: 100%;
  }

  .feature-grid {
    margin-top: 10em;
  }

  .button-browse-holder {
    width: 44%;
  }

  .testimonial-text.with-top-space {
    margin-top: 10em;
  }

  .nav-dropdown-list-2.w--open {
    border-style: none;
  }

  .checkout-cart-button {
    font-size: 18px;
  }

  .center-text-wrapp {
    width: 80%;
  }

  .hero-heading-holder {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-heading-top-holder {
    width: 70%;
  }

  .dropdown-toggle.field-input {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .dropdown {
    width: 100%;
    margin-bottom: 20px;
  }

  .container-copy {
    max-width: 1350px;
  }
}

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

  .container.nav-container-rounded-center {
    z-index: 2;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
    color: #fff;
    background-color: #000;
    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-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 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(--other--light-grey\<deleted\|variable-9a22f6d7\>);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 80px;
  }

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

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

  .brand-logo {
    display: none;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

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

  .nav-cart-holder.right-paddding {
    right: 0%;
  }

  .cart {
    z-index: 1;
  }

  .cart-quantity {
    background-color: #fff0;
    border-style: none;
    margin-bottom: 0;
  }

  .cart-container {
    min-width: 600px;
    max-width: 600px;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .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-list.on-nav-rounded {
    top: 10px;
    left: 0;
    right: 0;
  }

  .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 {
    max-width: 440px;
  }

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

  .footer-top-links-6col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-logo-text-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .hero-subtitle-text {
    font-size: 35px;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .animation-5-text {
    font-size: 13vw;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .category-acronym {
    inset: 10px auto auto 0%;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .big-image-menu {
    width: 200px;
    height: auto;
  }

  .nav-footer-holder {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-menu---container {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-holder {
    flex-direction: row;
    align-items: flex-start;
  }

  .nav-link-text {
    font-size: 52px;
  }

  .nav-menu-link {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .nav-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .button-2 {
    font-weight: 500;
  }

  .white-arrow-menu-link {
    width: 70px;
    height: 70px;
  }

  .nav-menu-overlay-mobile-2 {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .cart-container-2 {
    min-width: 650px;
    max-width: 650px;
  }

  .cart-2 {
    z-index: 1;
  }

  .nav-with-big-menu {
    position: sticky;
  }

  .animation-2-letter {
    font-size: 15vw;
  }

  .main-white-text-paragraph-holder {
    width: 40%;
  }

  .open-cource-ikonik-image {
    top: 9%;
  }

  .demo-hero-text {
    font-size: 80px;
  }

  .home-dashboard-gradient.mobile {
    background-image: none;
    display: flex;
    position: relative;
  }

  .home-dashboard-gradient.desktop {
    display: none;
  }

  .home-hero-container {
    max-width: 100%;
  }

  .hero-heading {
    font-size: 65px;
  }

  .hero-main-container {
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-section-hero {
    padding-top: 1em;
  }

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

  .hero-gradient-holder {
    -webkit-mask-image: linear-gradient(#0000 0%, #000 40%);
    mask-image: linear-gradient(#0000 0%, #000 40%);
  }

  .product-phone-image-holder {
    height: auto;
  }

  .main-button {
    font-weight: 500;
  }

  .hero-small-container {
    max-width: 100%;
  }

  .experience-card-image-holder._02 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .experience-card-image-holder.smaller {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 250px;
    display: flex;
  }

  .experience-card-content {
    justify-content: space-between;
    align-items: center;
  }

  .experience-card-image {
    box-sizing: border-box;
    aspect-ratio: auto;
    height: auto;
  }

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

  .experience-card-2 {
    flex-flow: row;
  }

  .logo-image {
    border-radius: 20px;
  }

  .logo-image.blured {
    display: none;
  }

  .logo-holder {
    border-radius: 8px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .effortlessly-integration---iphone-holder {
    width: 320px;
  }

  .workflow-section {
    margin-top: -220px;
    padding: 42px;
  }

  .title-big {
    font-size: 32px;
  }

  .grid-item-text-holder {
    margin-top: 3em;
  }

  .feature-grid {
    grid-template-columns: 5fr;
    margin-top: 0;
  }

  .testominal-holder {
    column-count: 2;
  }

  .testimonial-item.top-margin {
    margin-top: 0;
  }

  .cta-app-holder {
    height: 300px;
  }

  .cta-integration-heading {
    font-size: 32px;
  }

  .cta-9-holder {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .light-blue-button {
    font-weight: 500;
  }

  .cta-9-app-holder {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .iphone {
    min-height: auto;
  }

  .hero-card-image-iphone._3, .hero-card-image-iphone._4, .hero-card-image-iphone._1, .hero-card-image-iphone._2 {
    display: none;
  }

  .features-hero-container {
    max-width: 100%;
  }

  .clients-01-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .open-roles-illustation {
    width: 270px;
    bottom: -25%;
    right: -4%;
  }

  .open-roles-cta {
    padding: 24px;
  }

  .contact-3-form-block {
    width: 70%;
  }

  .flex-center-secondary {
    max-width: 640px;
  }

  .data-paragraph {
    max-width: 600px;
    font-size: 23px;
  }

  .data-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    margin-top: 4em;
  }

  .data-text-holder {
    align-items: flex-start;
    width: 100%;
  }

  .hero-secondary-description {
    font-size: 18px;
  }

  .team-members-4col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-content-holder {
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    display: flex;
  }

  .footer-brand-grid-content {
    padding-right: 0;
  }

  .footer-main-grid {
    grid-column-gap: 5.8em;
    grid-row-gap: 5.8em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .footer-made-by-section {
    margin-bottom: 30px;
    margin-left: 3em;
    margin-right: 3em;
  }

  .footer-social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .footer-main-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .mobile-brand-link {
    display: none;
  }

  .mobile-brand-link.mobile-logo {
    display: block;
  }

  .cart-item-content-3 {
    align-items: flex-start;
  }

  .link-background-gray.link-bg-on-dark {
    display: none;
  }

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

  .main-nav-link-holder:hover {
    background-color: #a59f9f0f;
  }

  .cart-item-price-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .nav-cart {
    z-index: 1;
  }

  .left-right-nav-items {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-link-center {
    margin-left: 0;
  }

  .brand-link-center.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .nav-dropdown-list-2 {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .menu-button-mobile {
    z-index: 1;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button-mobile:hover {
    background-color: #00000080;
  }

  .menu-button-mobile.w--open {
    background-color: #2b2b2b;
    border-radius: 0;
  }

  .main-nav-menu-container {
    justify-content: space-between;
  }

  .top-nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .main-nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .main-cart-container {
    max-width: 600px;
  }

  .menu-icon-2 {
    width: 20px;
  }

  .main-nav-menu-holder {
    background-color: #151515;
    border-bottom: 1px #000;
    border-radius: 0;
    flex-flow: row;
    flex: 1;
    max-height: 100vh;
    padding: 1em;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .nav-dropdown-link-arrow-2 {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-pages {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .checkout-cart-button {
    font-size: 15px;
    font-weight: 500;
  }

  .nav-dropdown-link-arrow-holder-2 {
    height: 20px;
    bottom: -16px;
  }

  .pricing-4-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .pricing-4-item.middle, .pricing-4-item.last, .pricing-4-item.active-pricing-item {
    height: 100%;
  }

  .pricing-button {
    font-weight: 500;
  }

  .list {
    padding-left: 0;
  }

  .pricing-4-button-holder {
    justify-content: flex-start;
  }

  .rt-responsive-full-width-2, .rt-responsive-full-width-4 {
    width: 100%;
  }

  .rt-home-three-about-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .rt-home-three-about-view-button-wrapper, .rt-home-three-about-image-merquee-wrapper {
    display: none;
  }

  .rt-home-three-about-box.rt-padding-top-eighty, .rt-home-three-about-box.rt-padding-top-fourty {
    margin-top: 0;
  }

  .hero-heading-copy {
    font-size: 65px;
  }

  .container-copy.nav-container-rounded-center {
    z-index: 2;
  }

  .experience-card-image-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .footer-image {
    object-fit: contain;
  }

  .nav-link-holder {
    width: 100%;
  }

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

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

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

  .cart-container {
    min-width: 500px;
    max-width: 500px;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    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;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .white-text {
    color: #fff;
  }

  .card-item {
    flex-direction: column;
  }

  .accordion-title {
    font-size: 24px;
  }

  .animation-5-text {
    margin-top: 0;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .big-image-menu {
    z-index: 5;
    opacity: .4;
    width: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-footer-holder {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu---container {
    z-index: 5;
    justify-content: flex-start;
    width: 100%;
    height: 70%;
  }

  .nav-menu-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cart-item-title-2 {
    max-width: 80%;
  }

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

  .nav-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .white-arrow-menu-link {
    margin-left: -140px;
  }

  .cart-container-2 {
    min-width: 550px;
    max-width: 550px;
  }

  .work-item:nth-child(2n) {
    top: 0;
  }

  .main-white-text-paragraph-holder {
    width: 190px;
  }

  .open-cource-ikonik-image {
    width: 260px;
    height: 200px;
    top: 38%;
  }

  .demo-hero-text {
    font-size: 56px;
  }

  .hero-heading {
    font-size: 55px;
  }

  .hero-buttons-line {
    width: 50px;
  }

  .hero-description-2 {
    font-size: 18px;
  }

  .hero-buttons {
    text-align: center;
  }

  .experience-card-image-holder._02 {
    height: auto;
  }

  .experience-card-image-holder.smaller {
    width: 100%;
    height: auto;
  }

  .experience-card-text-holder._02 {
    padding-top: 3px;
  }

  .experience-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-item-text-holder, .grid-item-text-container {
    align-items: flex-start;
  }

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

  .testominal-holder {
    flex-flow: column;
    column-gap: 12px;
  }

  .testimonial-item {
    margin-bottom: 20px;
    padding: 20px;
  }

  .cta-integration-heading {
    font-size: 24px;
  }

  .tab-link-top {
    padding-left: 0;
  }

  .main-tabs-content {
    padding-left: 0;
  }

  .tab-link-content {
    padding-left: 0;
  }

  .tabs-menu {
    padding-right: 1em;
  }

  .hero-description-4 {
    font-size: 18px;
  }

  .main-tabs {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    padding-left: 1em;
  }

  .open-roles-illustation {
    right: -16%;
  }

  .text-block {
    font-size: 32px;
  }

  .flex-center-secondary {
    max-width: 470px;
  }

  .data-paragraph {
    font-size: 20px;
  }

  .legal-business-holder {
    z-index: 99;
    position: relative;
  }

  .hero-content-secondary {
    height: auto;
  }

  .legal-grid {
    z-index: 999;
    grid-template-columns: 1fr;
    position: relative;
  }

  .experience-holder.first {
    border-right-style: none;
  }

  .experience-holder.last {
    border-left-style: none;
  }

  .hero-secondary-description {
    font-size: 16px;
  }

  .trusted-item-header.second {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .medium-heading.bold {
    text-align: center;
  }

  .trusted-item {
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
  }

  .white-paragraph-2 {
    text-align: center;
  }

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

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
  }

  .our-value-text {
    font-size: 24px;
  }

  .team-members-block-holder {
    margin-top: 5em;
  }

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

  .footer-links-holder {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .footer-brand-grid-content {
    padding-right: 0;
  }

  .footer-brand-image {
    object-fit: contain;
  }

  .footer-main-grid {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    place-items: center;
    display: none;
  }

  .footer-main-description {
    font-size: 16px;
    display: none;
  }

  .footer-made-by-section {
    margin-left: 0;
    margin-right: 0;
  }

  .cart-item-content-3 {
    flex-direction: column;
  }

  .nav-dropdown-grid-2 {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .brand-link-center.w--current {
    display: none;
  }

  .main-nav-menu-container {
    justify-content: space-between;
    align-items: center;
  }

  .cart-quantity-holder {
    margin-top: 1em;
  }

  .brand-logo-mobile {
    max-height: 35px;
  }

  .main-nav-menu-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-pages {
    width: 100%;
  }

  .cart-items {
    min-height: auto;
  }

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

  .rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-one-personalized-client-flex {
    flex-wrap: wrap;
  }

  .rt-home-one-personalized-card {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .rt-home-one-personalized-card-body {
    padding-bottom: 35px;
  }

  .rt-responsive-full-width-3 {
    width: 100%;
  }

  .rt-home-one-personalized-client-flex-2 {
    flex-wrap: wrap;
  }

  .rt-home-one-personalized-card-2 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .rt-home-one-personalized-card-body-2 {
    padding-bottom: 35px;
  }

  .rt-home-three-about-main {
    grid-template-columns: 1fr;
  }

  .rt-auto-fit-5.rt-landskape-image-full-width {
    width: 100%;
    height: 100%;
  }

  .dropdown-toggle.field-input {
    vertical-align: baseline;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 215%;
    display: flex;
  }

  .hero-heading-copy {
    font-size: 55px;
  }

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

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

  .container {
    padding: 3em 1em;
  }

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

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

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .utility-page-wrap {
    height: 100%;
    overflow: hidden;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 100%;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

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

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

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

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

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    align-items: flex-start;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

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

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .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: wrap;
    align-items: flex-start;
  }

  .cart-quantity {
    margin-bottom: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
  }

  .cart-header {
    z-index: 5;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .cart-item-image {
    width: 90px;
    height: 90px;
  }

  .cart-footer {
    background-color: #fff;
    position: sticky;
    bottom: 0;
  }

  .cart-item-title {
    font-size: 20px;
  }

  .cart-item-content {
    margin-left: 0;
  }

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

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .shipping-method {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .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-menu-overlay-mobile {
    height: 70px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

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

  .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-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .hero-link-wrap {
    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;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .footer-top-links-6col-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-text-form-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-social-icons-with-links-holder {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tooltip-wrapper {
    width: 70vw;
  }

  .white-text {
    color: #fff;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

  .pricing-cell-check-icon {
    width: 20px;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-subtitle-holder {
    max-width: 90%;
  }

  .hero-subtitle-text {
    font-size: 25px;
  }

  .subtitle-overlay-holder {
    height: 36px;
  }

  .cart-item-image-2 {
    width: 50%;
    height: 120px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
    display: flex;
  }

  .cart-item-content-2 {
    flex-direction: column;
    margin-left: 0;
  }

  .nav-footer-holder {
    justify-content: flex-end;
    margin-top: 0;
  }

  .nav-menu---container {
    justify-content: center;
    height: 50%;
  }

  .cart-item-price-2 {
    position: static;
  }

  .cart-item-title-2 {
    max-width: 100%;
  }

  .nav-link-text {
    font-size: 38px;
  }

  .nav-links {
    grid-row-gap: 12px;
    padding-top: 0;
  }

  .button-2.continue-to-checkout {
    font-size: 20px;
  }

  .white-arrow-menu-link {
    display: none;
  }

  .nav-menu-overlay-mobile-2 {
    height: 70px;
  }

  .cart-container-2 {
    border-radius: 0;
    min-width: 300px;
  }

  .cart-item-2 {
    flex-direction: column;
  }

  .subtotal {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quantity-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .quic-stack-ikonik-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-ikonik-box.dark-gray {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 200px;
    display: flex;
  }

  .main-white-text-paragraph-holder {
    width: 100%;
  }

  .open-cource-ikonik-image {
    width: 90%;
    height: 170px;
    top: auto;
  }

  .open-cource-ikonik-image.top-image {
    object-fit: cover;
    width: 100%;
    height: 47%;
    inset: auto 0% 0%;
  }

  .client-grid-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .demo-hero-text {
    font-size: 34px;
  }

  .demo-buy-box-heading {
    font-size: 30px;
  }

  .product-container {
    border-radius: 40px;
    width: 100%;
    height: 65vh;
  }

  .product-demo-sticky {
    top: 34px;
  }

  .hero-heading {
    font-size: 43px;
  }

  .hero-buttons-line {
    display: none;
  }

  .hero-01-content {
    align-items: center;
  }

  .play-icon {
    width: 20px;
  }

  .hero-gradient-box-wrap {
    border-radius: 40px;
  }

  .video-play-content-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 8px 20px 8px 8px;
    font-size: 14px;
  }

  .clients-01-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .video-person-image-wrap {
    width: 40px;
    height: 40px;
  }

  .experience-card-holder {
    border-radius: 16px;
  }

  .title {
    font-size: 30px;
  }

  .title.small {
    font-size: 32px;
  }

  .experience-card-image-holder.smaller {
    width: 100%;
  }

  .experience-card-text-holder {
    padding: 15px;
  }

  .experience-card-content {
    border-radius: 15px;
  }

  .experience-card-image {
    box-sizing: border-box;
  }

  .experience-card-2 {
    border-radius: 16px;
  }

  .card-title {
    font-size: 24px;
  }

  .logo-image {
    border-radius: 9px;
  }

  .logo-holder {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .iphone-screen-image {
    border-radius: 10px;
  }

  .logo-holder-effortlessly-integration {
    grid-column-gap: 24px;
    top: 142px;
  }

  .effortlessly-integration-wrapper {
    margin-top: 32px;
  }

  .effortlessly-integration---iphone-holder {
    width: 200px;
  }

  .workflow-section {
    margin-top: -60px;
    padding: 20px;
  }

  .title-big {
    font-size: 26px;
  }

  .financial-text-holder {
    width: 100%;
  }

  .grid-item-text-holder {
    grid-row-gap: 0px;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .grid-item-text-container {
    align-items: flex-start;
    width: 100%;
  }

  .grid-items-wrapper {
    align-items: stretch;
    margin-top: 0;
  }

  .grid-items-wrapper.last {
    min-height: 300px;
  }

  .feature-grid {
    margin-top: 0;
  }

  .button-browse-holder {
    width: 100%;
  }

  .testominal-holder {
    column-count: 1;
  }

  .testimonial-item {
    border-radius: 11px;
  }

  .cta-app-holder {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .cta-subscribe-email {
    padding-left: 16px;
    padding-right: 12px;
    font-size: 16px;
  }

  .cta-integration-heading {
    font-size: 24px;
    font-weight: 700;
  }

  .cta-9-holder {
    border-radius: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-9-container {
    padding-top: 24px;
  }

  .light-blue-button.subscribe-button {
    height: 50px;
    position: relative;
  }

  .cta-9-subscribe-form {
    grid-row-gap: 12px;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .cta-9-laptop-holder {
    width: 100%;
    left: -12px;
  }

  .cta-9-app-holder {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 24.5%;
  }

  .product-phone-image {
    object-fit: cover;
    object-position: 0% 0%;
    width: 100vw;
    height: 90vh;
  }

  .product-container-2 {
    border-radius: 40px;
    width: 100%;
  }

  .clients-01-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .features-product-phone-image-holder {
    margin-right: 0;
    padding-left: 12vw;
  }

  .product-phone-content {
    width: 27.2vh;
    margin-left: 6vh;
  }

  .pay-image {
    width: 100px;
    height: 100px;
  }

  .badges {
    flex-flow: wrap;
  }

  .open-roles-illustation {
    width: 250px;
    bottom: -20%;
  }

  .open-roles-cta {
    border-radius: 12px;
    padding-bottom: 180px;
  }

  .contact-3-form-block {
    width: 100%;
  }

  .flex-center-secondary {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .data-paragraph {
    font-size: 18px;
  }

  .data-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .experience-holder.first, .experience-holder.last {
    align-items: center;
    padding-right: 40px;
  }

  .about-hero {
    border-radius: 10px;
    margin-top: 2em;
  }

  .hero-secondary-description {
    font-size: 16px;
  }

  .trusted-item-header.second {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
  }

  .icon-holder {
    justify-content: flex-start;
  }

  .text-xl {
    font-size: 18px;
  }

  .trusted-content.trusted-list {
    padding-bottom: 0;
  }

  .our-value-text {
    font-size: 18px;
  }

  .team-members-4col-grid {
    grid-template-columns: 1fr;
  }

  .our-value-holder {
    width: 100%;
  }

  .footer-content-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-main-grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .footer-main-description {
    font-size: 14px;
    line-height: 1.5;
    display: none;
  }

  .footer-made-by-section {
    grid-column-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 3em;
  }

  .footer-social-media-icons {
    margin-bottom: 0;
  }

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

  .main-nav-dropdown-list-content {
    width: 85%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-nav-link-holder:hover {
    background-color: #0000000f;
  }

  .nav-dropdown-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .nav-cart {
    border-radius: 8px;
    min-height: 42px;
  }

  .brand-link-center {
    display: none;
  }

  .nav-dropdown-list-2 {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.w--open {
    margin-bottom: 10px;
    top: 12px;
  }

  .menu-button-mobile {
    padding-top: 3px;
  }

  .menu-button-mobile:hover {
    background-color: #0006;
  }

  .menu-button-mobile.w--open {
    background-color: var(--primary);
    border-radius: 8px;
  }

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

  .main-cart-container {
    border-radius: 0;
  }

  .main-cart-title {
    font-size: 22px;
  }

  .brand-logo-mobile {
    max-width: 64px;
    max-height: 64px;
  }

  .dropdown-nav-link.white-nav-link {
    padding-right: 0;
  }

  .main-nav-menu-holder {
    border: 1px solid var(--primary);
    background-color: #000;
  }

  .cart-item-image-3 {
    width: 100px;
    height: 100px;
  }

  .cart-items {
    min-height: auto;
  }

  .shop-button-holder {
    width: 100%;
  }

  .buy-template-panel {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .hero-pricing {
    font-size: 32px;
  }

  .price-text-span {
    font-size: 36px;
  }

  .list-item-with-checkicon, .list-item-with-checkicon.active-pricing-list-item {
    background-image: url('../images/Check-Black.svg');
  }

  .pricing-4-button-holder {
    width: auto;
  }

  .hero-heading-copy {
    font-size: 43px;
  }

  .container-copy {
    padding: 3em 1em;
  }

  .container-copy.footer {
    padding-top: 1em;
  }

  .experience-card-image-copy {
    box-sizing: border-box;
  }
}

#w-node-_17519b8d-7d83-d241-b611-f59cbf890117-56fe9d70 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcde94-56fe9d70, #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcde95-56fe9d70 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdea6-56fe9d70, #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdea7-56fe9d70 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdeca-56fe9d70, #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdecb-56fe9d70 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdeb8-56fe9d70, #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdeb9-56fe9d70 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_68e84316-d325-e445-6871-65be0c70cae1-56fe9d70, #w-node-_68e84316-d325-e445-6871-65be0c70cae7-56fe9d70, #w-node-_68e84316-d325-e445-6871-65be0c70caff-56fe9d70, #w-node-_68e84316-d325-e445-6871-65be0c70cb1a-56fe9d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68e84316-d325-e445-6871-65be0c70cb36-56fe9d70 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_903fbd19-f822-8b8d-2abf-1b835828e6b7-0a144c54, #w-node-_903fbd19-f822-8b8d-2abf-1b835828e6af-0a144c54, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f822d-56fe9d6b, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f8236-56fe9d6b, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f823f-56fe9d6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-56fe9d6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e2-56fe9d6b, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e9-56fe9d6b, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f0-56fe9d6b, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-56fe9d6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-56fe9d6b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad8-56fe9d6b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad9-56fe9d6b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aae1-56fe9d6b, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-56fe9d6b, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179204-56fe9d6b, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179212-56fe9d6b, #w-node-_622a45c8-103c-30e3-5783-4d46ad938c14-56fe9d76, #w-node-b1078083-528c-8a78-9451-10023c5ce546-56fe9d76, #w-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-56fe9d76, #w-node-_7eb1222e-9580-c875-bb4c-680b609efc47-56fe9d76, #w-node-c36b843d-59da-f500-5277-867ccfc46c3b-56fe9d76, #w-node-_4863c51c-4368-cf5e-69b5-d0addca86478-56fe9d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-56fe9d78, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-56fe9d78, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-56fe9d78, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-56fe9d78, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-56fe9d78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-56fe9d7e, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-56fe9d7e, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-56fe9d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68169d82-f186-5b0f-94b6-7c8afe3f9b2b-56fe9d86 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-_28ed1f94-ee4f-ec8d-1e2a-25d76cd4c472-56fe9d86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_28ed1f94-ee4f-ec8d-1e2a-25d76cd4c481-56fe9d86, #w-node-_28ed1f94-ee4f-ec8d-1e2a-25d76cd4c486-56fe9d86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28ed1f94-ee4f-ec8d-1e2a-25d76cd4c48a-56fe9d86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b0015474-18ce-2882-8116-f2d95844abb1-56fe9d86 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10782d08-4ef0-c458-ad14-77294f56f968-56fe9d87 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-_4e4b774c-e1b5-b79b-29d7-4c119e17bacc-56fe9d87, #w-node-_4e4b774c-e1b5-b79b-29d7-4c119e17bad4-56fe9d87 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eae5720e-f5e5-b0ef-77f4-daad388da5b6-56fe9d87, #w-node-eae5720e-f5e5-b0ef-77f4-daad388da5c3-56fe9d87, #w-node-eae5720e-f5e5-b0ef-77f4-daad388da5d0-56fe9d87, #w-node-eae5720e-f5e5-b0ef-77f4-daad388da5dd-56fe9d87, #w-node-eae5720e-f5e5-b0ef-77f4-daad388da5ea-56fe9d87, #w-node-eae5720e-f5e5-b0ef-77f4-daad388da5f7-56fe9d87, #w-node-eae5720e-f5e5-b0ef-77f4-daad388da604-56fe9d87, #w-node-eae5720e-f5e5-b0ef-77f4-daad388da611-56fe9d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_17519b8d-7d83-d241-b611-f59cbf890117-56fe9d70 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcde94-56fe9d70, #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdea6-56fe9d70, #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdeca-56fe9d70, #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdeb8-56fe9d70 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_903fbd19-f822-8b8d-2abf-1b835828e6af-0a144c54 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-56fe9d6b {
    grid-column: span 2 / span 2;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad8-56fe9d6b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad9-56fe9d6b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aae1-56fe9d6b, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-56fe9d6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68169d82-f186-5b0f-94b6-7c8afe3f9b2b-56fe9d86, #w-node-_10782d08-4ef0-c458-ad14-77294f56f968-56fe9d87 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17519b8d-7d83-d241-b611-f59cbf890117-56fe9d70 {
    grid-column: span 2 / span 2;
  }

  #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcde94-56fe9d70 {
    grid-column: span 3 / span 3;
  }

  #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdea6-56fe9d70, #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdeca-56fe9d70, #w-node-_18b7b7cc-ea33-b170-adeb-1ab1fafcdeb8-56fe9d70 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_903fbd19-f822-8b8d-2abf-1b835828e6b8-0a144c54 {
    place-self: auto;
  }

  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-56fe9d6b, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-56fe9d6b {
    grid-column: span 1 / span 1;
  }

  #w-node-_68169d82-f186-5b0f-94b6-7c8afe3f9b2b-56fe9d86, #w-node-_10782d08-4ef0-c458-ad14-77294f56f968-56fe9d87 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_903fbd19-f822-8b8d-2abf-1b835828e6af-0a144c54 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-56fe9d6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28ed1f94-ee4f-ec8d-1e2a-25d76cd4c48a-56fe9d86 {
    order: -9999;
  }
}


