:root {
  --primary-black: black;
  --black-300: #b3b3b3;
  --black-900: #0c0407;
  --white-50: #fff9;
  --black-800: #333;
  --black-600: #666;
  --black-100: #c0c0c0;
  --black-200: #ccc;
  --black-50: #f9f9f9;
  --black-500: grey;
  --black-700: #4c4c4c;
  --black-400: #999;
  --primary-white: white;
  
  /* Cirqil Brand Colors */
  --cirqil-grey: #F2F2F2;
  --cirqil-purpil: #4E1E9C;
}

/* Focus styles for accessibility - matching design system */
*:focus-visible {
  outline: 2px solid #4E1E9C;
  outline-offset: 2px;
}


/* Text gradient using brand purpil */
.text-gradient-purpil {
  background: linear-gradient(90deg, #000000, #4E1E9C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Black to purple gradient for smaller text */
.text-gradient-purpil-to-black {
  background: linear-gradient(90deg, #000000 0%, #4E1E9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Global background gradient - Very subtle purple spray effect */
html, body {
  background: linear-gradient(to right, rgba(78, 30, 156, 0.05) 0%, #FFFFFF 50%, rgba(78, 30, 156, 0.05) 100%);
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-weight: 400;
}

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

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

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

.w-commerce-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 #c0c0c0;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: #c0c0c0;
  border-color: #c0c0c0;
  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: #c0c0c0;
  border-color: #c0c0c0;
  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-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: #c0c0c0;
  border-color: #c0c0c0;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  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 #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #c0c0c0;
  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 #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  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 #c0c0c0;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

h1 {
  letter-spacing: -3.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 96%;
}

h2 {
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.875rem;
}

h3 {
  letter-spacing: -1.92px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  letter-spacing: -1.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.7rem;
}

h5 {
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 112%;
}

p {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

a {
  letter-spacing: -.14px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: underline;
}

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

.styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.styleguide-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 86px;
}

.body-5 {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 116%;
}

.body-5.text-weight-semibold.text-color-green {
  color: #26a400;
}

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

.text-weight-bold {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-weight: 700;
}

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

.styleguide-typography-heading {
  z-index: 4;
  color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.section-headline-text {
  color: var(--black-900);
  letter-spacing: -2.4px;
  font-weight: 600;
}

.form-input {
  color: #0c0407;
  letter-spacing: -.16px;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #c0c0c0;
  width: 100%;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0 0 24px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #4c4c4c;
  letter-spacing: -.16px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-input.is-text-area {
  height: auto;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.form-input.is-text-area::placeholder {
  color: #4c4c4c;
  letter-spacing: -.33px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-input.is-select-input {
  color: #4c4c4c;
  letter-spacing: -.16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../images/Vector-arrow.svg');
  background-position: 99% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-color: #d1d6d4;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.form-input.is-select-input:focus {
  border-color: #000;
}

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

.text-style-link:hover {
  text-decoration: underline;
}

.text-style-no_wrap {
  white-space: nowrap;
}

.styleguide-item-row {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  color: var(--primary-black);
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  place-items: center stretch;
  padding: 10px;
}

.section-headline-margin {
  margin-bottom: 2.5rem;
}

.cms-button_wrapper {
  grid-column-gap: .25rem;
  border: 1px solid #c0c0c0;
  border-radius: 1.625rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: inline-flex;
}

.cms-button_wrapper.button-shadow:hover {
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003, 0 4.625rem 1.3125px #0000;
}

.field-label {
  color: #0c0407;
  letter-spacing: -.56px;
  margin-bottom: 8px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.primary-button-wrapper {
  grid-column-gap: .25rem;
  border-radius: 6px;
  align-items: center;
  padding-right: 2px;
  text-decoration: none;
  display: inline-flex;
}

.body-1 {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.body-2 {
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.text-color-white-50 {
  color: var(--white-50);
}

.global-wrapper {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-headline-text {
  color: var(--black-900);
  letter-spacing: -4.8px;
  font-weight: 600;
  line-height: 5.25rem;
}

.body-4 {
  letter-spacing: -.142px;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
}

.body-4.text-weight-semibold {
  font-weight: 600;
}

.display-none {
  display: none;
}

.cms-button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.text-style-italic {
  letter-spacing: -.32px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-style: italic;
  font-weight: 400;
}

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

.button-black {
  background-color: var(--primary-black);
  border-radius: 1.625rem;
  justify-content: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875px #00000003, 0 4.625rem 1.3125rem #0000;
}

.button-black:hover {
  background-color: var(--black-800);
}

.social-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.text-weight-medium {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-weight: 500;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.primary-button-block {
  background-color: var(--primary-black);
  border-radius: 1.625rem;
  padding: 12px 16px;
  text-decoration: none;
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003, 0 4.625rem 1.3125rem #0000;
  transition: all 0.2s ease;
  border: none;
}

.primary-button-block:hover {
  background-color: #4E1E9C;
}

.primary-button-block:active {
  background-color: #3d1880;
}

.primary-button-block:focus-visible {
  background-color: white !important;
  color: black !important;
  outline: 3px solid black;
  outline-offset: 2px;
}

.primary-button-block:hover:focus-visible {
  background-color: #4E1E9C;
  color: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.styleguide-subheading {
  z-index: 3;
  background-color: var(--primary-black);
  color: #fff;
  padding: 1rem;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-weight: 500;
  position: sticky;
  top: 2rem;
}

.text-align-right {
  text-align: right;
}

.text-color-black-900 {
  color: #0c0407;
}

.text-color-purpil {
  color: #4E1E9C;
}

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

.form-field-wrapper {
  flex: 1;
  position: relative;
}

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

.style-guide-main-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.styleguide-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

.text-weight-xbold {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-weight: 800;
}

.styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.primary-button-text.body-4.text-weight-semibold {
  font-weight: 600;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.overflow-hidden {
  overflow: hidden;
}

.social-link-underline {
  background-color: var(--primary-black);
  width: 100%;
  height: 2px;
  min-height: 2px;
  margin-top: -4px;
}

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

.text-style-lowercase {
  text-transform: lowercase;
}

.display-block {
  display: block;
}

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

.background-color-white.border-black {
  border: 1px solid #000;
}

.blog-rich-text h4 {
  margin-bottom: 1rem;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-weight: 600;
}

.blog-rich-text p {
  letter-spacing: -.16px;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.blog-rich-text ul {
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  display: flex;
}

.blog-rich-text li {
  letter-spacing: -.16px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.button-white {
  grid-column-gap: 8px;
  border: 1px solid #c0c0c0;
  border-radius: 1.625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
  display: inline-flex;
}

.button-white.button-shadow:hover {
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003, 0 4.625rem 1.3125rem #0000;
}

.text-style-quote {
  letter-spacing: -.5px;
  border-left: 4px solid #000;
  padding: 40px 110px 40px 40px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.text-weight-semibold {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-weight: 600;
}

.section-margin {
  margin-bottom: 10rem;
}

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

.primary-button-arrow-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.text-color-black {
  color: #000;
}

.styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #3977ff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_color {
  padding-bottom: 8rem;
}

.styleguide_color.is-black {
  background-color: #000;
}

.styleguide_color.is-black-50 {
  background-color: #f9f9f9;
}

.styleguide_color.is-white {
  background-color: #fff;
}

.styleguide_color.is-white.border-black {
  background-color: #fff;
  border: 1px solid #000;
}

.global-padding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.social-link-text {
  color: #0c0407;
  letter-spacing: -.32px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.background-color-black-50 {
  background-color: #f9f9f9;
}

.text-style-uppercase {
  text-transform: uppercase;
}

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

.text-weight-normal {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-weight: 400;
}

.body-3 {
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.body-3.text-align-center.text-color-black-900.width-596px {
  max-width: 37.25rem;
}

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

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

.nav-footer-link-block {
  color: #0c0407;
  height: 24px;
  text-decoration: none;
  overflow: hidden;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.nav-footer-link-block:hover {
  background-color: #f0f0f0;
}

.nav-footer-link-block:active {
  background-color: #e8d8f0;
}

.nav-footer-link-block:focus-visible {
  outline: 2px solid #4E1E9C;
  outline-offset: 2px;
}

.nav-footer-link-block:hover:focus-visible {
  background-color: #f0f0f0;
}

.nav-footer-link-block.w--current {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  position: relative;
}

.nav-footer-link-block.w--current .nav-footer-link-wrapper::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: #4E1E9C;
  border-radius: 0 0 4px 4px;
  clip-path: ellipse(100% 50% at 50% 50%);
}

.nav-footer-link-block.w--current:hover {
  background-color: #f0f0f0;
}

.nav-footer-link-block.w--current:focus-visible {
  outline: 2px solid #4E1E9C;
}

.nav-footer-link-block.w--current:hover:focus-visible {
  background-color: #f0f0f0;
}

.primary_button-slider {
  display: flex;
}

.button_arrow-white {
  color: var(--primary-white);
  line-height: 0;
}

.button-black_wrapper {
  grid-column-gap: .25rem;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.button-black-text.body-4.text-weight-semibold {
  font-weight: 600;
}

.button-black_image-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
}

.cms-button_text.body-4.text-weight-semibold {
  font-weight: 600;
}

.cms-button_icon-block {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.cms-button_icon-slider {
  align-items: center;
  display: flex;
}

.button_arrow-black {
  color: var(--primary-black);
  line-height: 0;
}

.button-white_text.body-4.text-weight-medium {
  font-weight: 500;
}

.button-white_icon-block {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.button-white_icon-slider {
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.cart-item-name-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.empty-state-text-2 {
  color: #333;
  text-align: center;
  letter-spacing: -.54px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.home-v1_button-block {
  grid-column-gap: 1.25rem;
  display: flex;
}

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

.home-v1_content-bottom {
  z-index: 2;
  padding: 0;
}

.checkout-button-block {
  position: relative;
}

.txn-card_amount-text {
  color: var(--primary-black);
  letter-spacing: -.4px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

.checkout-button {
  background-color: var(--primary-black);
  color: #fff;
  letter-spacing: -.24px;
  border-radius: 1.875rem;
  padding: 16px 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.checkout-button:hover {
  background-color: var(--black-800);
}

.cart-list-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 16px;
  padding: 0;
  display: flex;
}

.txn-card_text-block {
  grid-row-gap: .125rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.cart-footer {
  padding: 12px 0 0;
}

.logo-image {
  width: 100%;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
}

.close-button {
  cursor: pointer;
  width: 21px;
  height: 21px;
}

.txn-card {
  grid-column-gap: .5rem;
  background-color: #fff;
  border: .5px solid #c0c0c0;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  width: 19.3rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 1.25rem 3.25rem #c0c0c0;
}

.home-v1_content-top-wrapper {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cart-info-container {
  border-radius: 16px;
  max-width: 735px;
  padding: 32px;
}

.empty-sate-text-block {
  background-color: #f8f8f8;
  border-radius: 12px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.home-v1_wrapper {
  grid-row-gap: 3.25rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.goto-shop-buttub-text-block {
  grid-column-gap: 4px;
  display: inline-flex;
}

.cart-subtotal-block {
  margin-bottom: 17px;
}

.txn-card_logo-image {
  border-radius: 100px;
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
}

.cart-quantity-number {
  background-color: #0000;
  border-style: none;
  min-width: 0;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.goto-shop-button-text {
  color: #fff;
  letter-spacing: -.24px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.quntity-block {
  grid-column-gap: 2px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.remove-button {
  text-decoration: none;
}

.home-v1_hero-tag {
  grid-column-gap: .25rem;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 18rem;
  padding: .5rem 1rem .5rem .5rem;
  display: flex;
}

.home-v1_content-bottom_image.left {
  width: 17.2863rem;
  height: 40.375rem;
}

.home-v1_content-bottom_image.center {
  width: 21.875rem;
  height: 44.625rem;
}

.home-v1_content-bottom_image.right {
  width: 17.2863rem;
  height: 40.375rem;
}

.cart-header-wrapper {
  border-bottom-style: none;
  margin-bottom: 28px;
  padding: 0 9px 0 0;
}

.home-v1_section {
  grid-row-gap: 4.875rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-v1_content-bottom_image-block {
  grid-column-gap: 3.9375rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 64.625rem;
  display: flex;
  position: relative;
  padding: 60px 0;
}

.cart-item {
  grid-column-gap: 14px;
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
}

.your-cart-text {
  color: #0c0407;
  letter-spacing: -1.08px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

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

.cart-item-name-price-block {
  justify-content: space-between;
  margin-bottom: 12px;
  display: flex;
}

.txn-card_content-left {
  grid-column-gap: .8rem;
  align-items: center;
  display: flex;
}

.cart-button {
  grid-column-gap: 2.8px;
  background-color: #0000;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .7rem .5rem .5rem;
}

.txn-card_title-text {
  color: #121826;
  letter-spacing: -.4px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 150%;
}

.checkout-button-arrow {
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 17px auto auto 398px;
}

.error-state {
  margin: 20px 0 0;
}

.cart-item-image {
  border-radius: 12px;
  width: 200px;
  height: 148px;
}

.subtotal-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.home-v1_hero-intro-text {
  max-width: none;
}

.home-v1_hero-intro-text p {
  white-space: nowrap;
  display: block;
}

/* Mobile responsive adjustments for hero text */
@media (max-width: 768px) {
  .hero-headline-text {
    white-space: normal !important;
    font-size: 2.5rem !important;
    line-height: 1.1 !important;
  }
  
  .home-v1_hero-intro-text p {
    white-space: normal !important;
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
  
  .home-v1_hero-intro-text {
    margin-top: 1.5rem !important;
  }
  
  .home-v1_hero-intro-text p:first-child {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 480px) {
  .hero-headline-text {
    font-size: 2rem !important;
    line-height: 1.1 !important;
  }
  
  .home-v1_hero-intro-text p {
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
  }
}

.nav-cart-wrapper {
  position: absolute;
  inset: auto 164px auto auto;
}

.txn-card-info-text {
  color: var(--primary-black);
  letter-spacing: -.4px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

.cart-icon {
  width: 13px;
  height: 14px;
  margin-left: 5.67px;
}

.go-to-shop-button-block {
  background-color: var(--primary-black);
  border-radius: 1.875rem;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.go-to-shop-button-block:hover {
  background-color: var(--black-800);
}

.cart-info-wrapper {
  z-index: 999999;
  background-color: #0009;
}

.remore-button-text {
  color: #f84148;
  letter-spacing: -.28px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.logo-link {
  width: 131px;
}

.logo-link.w--current {
  padding-left: 0;
}

.home-v1_hero-tag_content-left {
  max-width: 4.25rem;
  height: 100%;
  display: flex;
}

.home_hero-tag_image {
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.home_hero-tag_image._4 {
  z-index: 4;
  position: relative;
  transform: translate(-16px);
}

.home_hero-tag_image._1 {
  z-index: 1;
  position: relative;
}

.home_hero-tag_image._2 {
  z-index: 2;
  position: relative;
  transform: translate(-5px);
}

.home_hero-tag_image._3 {
  z-index: 3;
  position: relative;
  transform: translate(-10px);
}

.empty-state-block {
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-item-price-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.menu-wrapper {
  grid-column-gap: 40px;
  display: flex;
  margin: auto;
  align-items: center;
}

.nav-footer-link-wrapper {
  position: relative;
}

.home-v1-hero_overlay {
  z-index: 10;
  color: var(--primary-white);
  position: absolute;
  inset: auto 0% -27%;
}

.hero_bg-effect {
  z-index: 1;
  height: 85vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.home-v1-hero_bg-effect-svg {
  color: #c0c0c0;
  height: 100%;
  display: none;
}

.branding_section {
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

.branding-wrapper {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow: hidden;
}

.branding-element-block {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-right: 2.5rem;
  display: flex;
}

.home-v1-hero_bg-effect-image {
  width: 100%;
  height: 100vh;
  display: none;
}

.why-app-card_icon-wrapper {
  background-color: var(--primary-black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 10px 22px -4px #1b1b1b73;
}

.why-app-card_text {
  max-width: 16.5rem;
}

.why-app_content-top {
  max-width: 37.25rem;
}

.why-app-card_text-block {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  width: 20.68rem;
  max-width: 20.6875rem;
  display: flex;
}

.section-headline_wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-headline_wrapper.section-headline-margin {
  margin-bottom: 3.75rem;
}

.why-app_card {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  border: 1px solid #c0c0c0;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.75rem;
  display: flex;
}

.why-app-card_headline-text {
  color: #0c0407;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 112%;
}

.why-app_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.why-app_content-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.section-headline_tag {
  background-color: var(--primary-white);
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  padding: .5rem 1rem;
}

.section-headline_tag.no-margin {
  margin-bottom: 0;
}

.section-headline_tag.cta-tag {
  background-color: #c0c0c0;
  border-color: #dedede;
}

.testimonial_card-text {
  max-width: 17.5rem;
}

.testtimonial_section {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.testimonial_cards-block--02 {
  display: flex;
}

.testimonial_card {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  width: 20.9375rem;
  max-height: 18.5rem;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
}

.testimonial_card_star-block {
  grid-column-gap: .32rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.testimonial_cards-wrapper {
  grid-column-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 1.25rem;
  display: flex;
}

.reviewer-info-text-block {
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.testimonial_content-bottom {
  width: 100%;
}

.testimonial_cards-wrapper-02 {
  grid-column-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 1.25rem;
  display: flex;
}

.testimonial_cards-block-01 {
  display: flex;
}

.testimonial_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
  overflow: hidden;
}

.testimonial_content-top {
  max-width: 41rem;
}

.testimnial_content-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.reviewer-image {
  border-radius: 100px;
  width: 44px;
  height: 44px;
}

.testimonial_card-reviewer {
  grid-column-gap: 16px;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.125rem;
  display: flex;
}

.pricing_content-top {
  max-width: 42.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-table_bullet-point-icon {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #000;
  flex-shrink: 0;
}

.pricing_tab-pane {
  width: 100%;
}

.pricing_table {
  background-color: transparent;
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  padding: 2rem 1.5rem 1rem;
  position: relative;
}

.pricing-table_content-top {
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.pricing_tab-pane-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.pricing-table_type-tag {
  display: inline-block;
}

.pricing-table_type-tag h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
}

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

.pricing-table_content-middle {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 1.75rem;
  display: flex;
}

.pricing_table-wrapper {
  width: 100%;
  max-width: 24.1875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing_table {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing_tab-link {
  grid-column-gap: .25rem;
  color: #0c0407;
  background-color: #fff;
  border-radius: 28px;
  align-items: center;
  padding: .75rem 2.09375rem;
  display: flex;
}

.pricing_tab-link.w--current {
  background-color: var(--primary-black);
  color: #fff;
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003, 0 4.625rem 1.3125rem #0000;
}

.pricing-table_bullet-point {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-table_price-text {
  letter-spacing: -1.5px;
  font-size: 2rem;
  line-height: 120%;
}

.pricing_tab-content {
  margin-top: 1.5rem;
}

.pricing-table_bottom-icon {
  width: .8125rem;
  height: .8125rem;
  margin-bottom: 8px;
}

.pricing-table_hr-line {
  background-color: #c0c0c0;
  width: 100%;
  max-width: 21.1875rem;
  height: 1px;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.pricing_tab-menu {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 1.75rem;
  justify-content: center;
  padding: .25rem;
  display: flex;
}

.pricing_wrapper {
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: stretch;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.pricing_popular-tag {
  background-color: #e3ffde;
  border: 1px solid #26a400;
  border-radius: 20px;
  padding: .5rem .75rem;
  display: inline-block;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.pricing-table_content-bottom {
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.pricing-table_bottom {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-table_price-block {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

._25--off-text {
  letter-spacing: -.8px;
  white-space: nowrap;
  margin-top: 3px;
  font-size: .625rem;
  font-weight: 500;
  line-height: 100%;
}

.faq-nav-sign-vertical {
  background-color: #000;
  width: 17px;
  height: 3px;
  position: absolute;
  inset: 0 0% 0% auto;
}

.faq-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.faq-nav-block {
  margin-right: 10px;
  position: relative;
}

.faq-item-header-block {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-item-block {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 55.25rem;
  display: flex;
}

.faq-nav-sign {
  background-color: #000;
  width: 17px;
  height: 3px;
}

.horizontal-line-top32 {
  background-color: #c0c0c0;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 40px;
}

.faq-item-text-block {
  max-width: 42.75rem;
}

.faq_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.app_content-top {
  max-width: 37.25rem;
  margin-left: auto;
  margin-right: auto;
}

.app_content-bottom {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.app_content-bottom.mobile {
  display: none;
}

.app_content-left {
  grid-row-gap: 150vh;
  flex-flow: column;
  padding-top: 50vh;
  padding-bottom: 33vh;
  display: flex;
}

.app_content-middle {
  max-width: 342px;
}

.app_content-right {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 150vh;
  padding-bottom: 33vh;
  display: flex;
}

.app_card {
  grid-row-gap: 1.25rem;
  border: 1px solid #c0c0c0;
  border-radius: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  min-height: 280px;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  display: flex;
}

.app_card h4 {
  font-size: 1.75rem;
  font-weight: 600;
}

.app-card_buttet-points {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 20rem;
  display: flex;
}

.app-card_bullet-point {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.app-card_bullet-point-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.app-content_image-frame-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 331px;
  max-width: 331px;
  display: flex;
}

.app-content_image-frame-image {
  max-width: 99%;
}

.app-content_app-image-block {
  background-color: var(--primary-white);
  border-radius: 48px;
  width: 100%;
  max-width: 303px;
  max-height: 646px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 1.5% 0% 0% 3.9%;
  overflow: hidden;
}

.app-content_app-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.app-content_image-frame-block {
  justify-content: center;
  align-items: flex-start;
  max-height: 688px;
  display: flex;
  position: sticky;
  top: .9rem;
}

/* App Image Block Base Styles */
.app-indo_image-block {
  padding: 40px 0;
}

/* Hero Device Mockup */
.hero-device-mockup {
  width: 320px;
  height: 640px;
  background-color: #ffffff;
  border-radius: 3rem;
  box-shadow: -18px 0 30px -25px rgba(0, 0, 0, 0.09), 8px 0 20px -15px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: visible;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-mockup-content {
  padding: 3rem 2rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.hero-mockup-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-mockup-logo img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .hero-mockup-logo img {
    max-height: 5rem;
  }
  
  .hero-mockup-content {
    justify-content: space-between;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-mockup-logo img.hero-logo-img {
    height: 3rem !important;
  }
  
  .hero-mockup-content {
    justify-content: space-between;
    gap: 2rem;
  }
  
  .hero-mockup-footer {
    padding-bottom: 2rem;
  }
  
  .mockup-signin-text {
    margin-bottom: 1rem;
  }
}

.cirqil-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-circle {
  width: 24px;
  height: 24px;
  background-color: #000000;
  border-radius: 50%;
  position: relative;
}

.logo-circle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #000000;
}

.logo-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

.hero-mockup-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.mockup-signin-text {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

.mockup-footer-links {
  display: flex;
  gap: 1rem;
}

.footer-link {
  font-size: 0.75rem;
  color: #6b7280;
  text-decoration: none;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  transition: color 0.2s ease;
}

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

/* Scroll Device Mockup */
.scroll-device-mockup {
  width: 350px;
  aspect-ratio: 9 / 19.5;
  max-width: 90vw;
  max-height: 80vh;
  background-color: #ffffff;
  border-radius: 3rem;
  box-shadow: -4px 6px 20px rgba(0, 0, 0, 0.22), -2px 3px 10px rgba(0, 0, 0, 0.16), -1px 1px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 2rem;
  margin: 0 auto;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scroll-mockup-content {
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* CTA Device Mockup */
.cta-device-mockup {
  width: 240px;
  height: 480px;
  background-color: #ffffff;
  border-radius: 1.8rem;
  box-shadow: -3px 5px 18px rgba(0, 0, 0, 0.2), -2px 3px 8px rgba(0, 0, 0, 0.14), -1px 1px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-device-mockup:hover {
  transform: none;
  box-shadow: -18px 0 30px -25px rgba(0, 0, 0, 0.09), 8px 0 20px -15px rgba(0, 0, 0, 0.05);
}

.scroll-device-mockup:hover {
  transform: none;
  box-shadow: -4px 6px 20px rgba(0, 0, 0, 0.22), -2px 3px 10px rgba(0, 0, 0, 0.16), -1px 1px 4px rgba(0, 0, 0, 0.1);
}

.cta-device-mockup:hover {
  transform: translateY(-5px);
  box-shadow: -4px 6px 20px rgba(0, 0, 0, 0.25), -2px 3px 10px rgba(0, 0, 0, 0.18), -1px 1px 4px rgba(0, 0, 0, 0.12);
}

.cta-mockup-content {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Rounded Device Mockup - Single */
.rounded-device-mockup-single {
  width: 360px;
  height: 720px;
  background-color: #ffffff;
  border-radius: 3rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rounded-device-mockup-single:hover {
  transform: none;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.device-mockup-content {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: visible;
  background: #ffffff;
  position: relative;
}

/* Mockup states for scroll animation */
.mockup-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  padding: 2rem;
}

.mockup-state.active {
  opacity: 1;
  pointer-events: auto;
}

.mockup-state .mockup-header,
.mockup-state .mockup-body,
.mockup-state .mockup-footer {
  width: 100%;
}

.mockup-state .mockup-body {
  flex: 1;
  border-radius: 1rem;
  position: relative;
  overflow: visible;
}

.mockup-state .mockup-header,
.mockup-state .mockup-footer {
  background: #ffffff;
  border-radius: 1rem;
  position: relative;
}

.mockup-state .mockup-header {
  height: 60px;
}

.mockup-state .mockup-footer {
  height: 80px;
}

/* Different gradient backgrounds for each card - all black to purple */
.gradient-bg-1 {
  background: linear-gradient(135deg, #000000 0%, #4E1E9C 100%);
}

.gradient-bg-2 {
  background: linear-gradient(135deg, #000000 0%, #6B46C1 100%);
}

.gradient-bg-3 {
  background: linear-gradient(135deg, #000000 0%, #8B5CF6 100%);
}

/* Centered gradient text content for mockup states */
.mockup-centered-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  overflow: visible;
}

.mockup-centered-text p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: #000000;
}

.mockup-centered-text > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .mockup-centered-text p {
    font-size: 2rem;
  }
  
  .mockup-centered-text p[style*="color: #4E1E9C"] {
    font-size: 2rem;
  }
}

.mockup-header {
  height: 60px;
  background: #ffffff;
  border-radius: 1rem;
  position: relative;
}

.mockup-body {
  flex: 1;
  background: #ffffff;
  border-radius: 1rem;
  position: relative;
}

.mockup-footer {
  height: 80px;
  background: #ffffff;
  border-radius: 1rem;
  position: relative;
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  .hero-device-mockup {
    width: 280px;
    height: 560px;
  }
  
  .hero-mockup-content {
    padding: 2.5rem 1.5rem 1.5rem;
    gap: 1.5rem;
  }
  
  .scroll-device-mockup {
    width: 320px;
    aspect-ratio: 9 / 19.5;
    max-width: 90vw;
    max-height: 80vh;
    top: 1.5rem;
  }
  
  .scroll-mockup-content {
    padding: 1.5rem;
  }
  
  .cta-device-mockup {
    width: 200px;
    height: 400px;
  }
  
  .cta-mockup-content {
    padding: 1.25rem;
  }
  
  .logo-text {
    font-size: 1.25rem;
  }
  
  .rounded-device-mockup-single {
    width: 300px;
    height: 600px;
  }
  
  .device-mockup-content {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-device-mockup {
    width: 240px;
    height: 480px;
  }
  
  .hero-mockup-content {
    padding: 2rem 1.25rem 1.25rem;
    gap: 1.25rem;
  }
  
  .scroll-device-mockup {
    width: 280px;
    aspect-ratio: 9 / 19.5;
    max-width: 90vw;
    max-height: 80vh;
    margin: 0 auto;
    top: 1rem;
  }
  
  .scroll-mockup-content {
    padding: 1.25rem;
  }
  
  .app-indo_image-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cta-device-mockup {
    width: 180px;
    height: 360px;
  }
  
  .cta-mockup-content {
    padding: 1rem;
  }
  
  .logo-text {
    font-size: 1.125rem;
  }
  
  .rounded-device-mockup-single {
    width: 240px;
    height: 480px;
  }
  
  .device-mockup-content {
    padding: 1rem;
    gap: 0.75rem;
  }
  
  .mockup-header {
    height: 50px;
  }
  
  .mockup-footer {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero-device-mockup {
    width: 200px;
    height: 400px;
  }
  
  .hero-mockup-content {
    padding: 1.5rem 1rem 1rem;
    gap: 1rem;
  }
  
  .scroll-device-mockup {
    width: 240px;
    aspect-ratio: 9 / 19.5;
    max-width: 90vw;
    max-height: 80vh;
    margin: 0 auto;
    top: 0.5rem;
  }
  
  .scroll-mockup-content {
    padding: 1rem;
  }
  
  .app-indo_image-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cta-device-mockup {
    width: 160px;
    height: 320px;
  }
  
  .cta-mockup-content {
    padding: 0.75rem;
  }
  
  .logo-text {
    font-size: 1rem;
  }
  
  .rounded-device-mockup-single {
    width: 180px;
    height: 360px;
  }
  
  .device-mockup-content {
    padding: 0.75rem;
    gap: 0.5rem;
  }
  
  .mockup-header {
    height: 40px;
  }
  
  .mockup-footer {
    height: 50px;
  }
}

.features_content-bottom {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.features_2-cards {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features_card-small {
  border: 1px solid #c0c0c0;
  border-radius: 1.25rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.features_card-small.gap-57px {
  grid-row-gap: 3.5625rem;
}

.features_card-small.gap-35px {
  grid-row-gap: 2.1875rem;
}

.features_card-content-top {
  grid-row-gap: .75rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  display: flex;
}

.features_card-content-top.width-452px {
  max-width: 31rem;
}

.features_card-content-bottom {
  flex-flow: column;
  height: 100%;
  position: relative;
}

.features_icons {
  grid-column-gap: 1.25rem;
  flex-flow: row;
  display: flex;
}

.intregation_icon-wrapper {
  grid-column-gap: 1.25rem;
  justify-content: center;
  width: 100%;
  display: flex;
}

.intregation_icon-wrapper._1 {
  margin-right: 1.7rem;
}

.intregation_icon-wrapper._2 {
  margin-right: 1.6rem;
}

.intregation_icon {
  border-radius: 70px;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75px;
  min-height: 3.75rem;
  overflow: hidden;
}

.features_icons-block {
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-bottom: 3.5625rem;
  display: flex;
}

.txn-info_card._1 {
  position: absolute;
  left: 2.875rem;
}

.txn-info_card._2 {
  position: absolute;
  inset: auto 1.25rem 1.6875rem auto;
}

.features_1-cards {
  border: 1px solid #c0c0c0;
  border-radius: 1.25rem;
  justify-content: space-between;
  display: flex;
}

.features_1-card-content-left {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 27.4375rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  display: flex;
}

.features_1-card-buttons {
  grid-column-gap: 1.25rem;
  width: 100%;
  margin-top: 6.725rem;
  display: flex;
}

.features_1-card-content-right {
  border-radius: 1rem;
  flex: 1;
  max-width: 36.875rem;
  padding: 1.25rem;
}

.features_1-card-image-block {
  position: relative;
}

.screen-widget {
  background-color: var(--primary-white);
  border: 1px solid #c0c0c0;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 11rem;
  padding-top: 1.4375rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  box-shadow: 0 1.25rem 3.25rem #c0c0c0;
}

.screen-widget._1 {
  position: absolute;
  inset: auto auto 2.5rem -2.5rem;
}

.screen-widget._2 {
  position: absolute;
  inset: 2.0625rem -2.5rem auto auto;
}

.screen-widget_content-top {
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.screen-widget-icon {
  border-radius: 100px;
  width: 2.8125rem;
  min-width: 2.8125rem;
  height: 2.8125rem;
  overflow: hidden;
}

.screen-widget_headline-text {
  color: var(--primary-black);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 110%;
}

.screen-widget_content-center {
  margin-top: 1rem;
}

.screen-widget_content-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-right: .8rem;
  display: flex;
}

.screen-widget_ammount-text {
  color: var(--primary-black);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 110%;
}

.screen-widget_percantage-text {
  color: var(--primary-black);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 110%;
}

.features_1-card-image {
  border-radius: 1rem;
  width: 100%;
  max-width: 35.625rem;
  overflow: hidden;
}

.cta_wrapper {
  grid-row-gap: 3.75rem;
  background-color: #f7f7f7;
  border: 1px solid #b0b0b0;
  border-radius: 1.25rem;
  flex-flow: column;
  max-height: 40rem;
  padding-top: 3.75rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.cts_buttons {
  grid-column-gap: 1.25rem;
  justify-content: center;
  margin-top: 1.25rem;
  display: flex;
}

.cta_button-black {
  width: 100%;
  max-width: 8.75rem;
}

.cta_button-white {
  grid-column-gap: .25rem;
  background-color: var(--primary-white);
  border: 1px solid #c0c0c0;
  border-radius: 1.5rem;
  align-items: center;
  max-width: 9rem;
  padding: .75rem 1.625rem;
  text-decoration: none;
  display: flex;
}

.cta_button-icon {
  color: var(--primary-black);
  line-height: 0;
}

.cta_content-bottom {
  z-index: 2;
  position: relative;
  padding: 50px 0;
}

.cta_bg-effect {
  z-index: 1;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta_images-block {
  grid-column-gap: 3.9375rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 64.625rem;
  display: flex;
  position: relative;
  padding: 50px 0;
}

.cta_image.left {
  width: 17.2863rem;
  height: 40.375rem;
}

.cta_image.center {
  width: 21.875rem;
  height: 44.625rem;
}

.cta_image.right {
  width: 17.2863rem;
  height: 40.375rem;
}

.footer_newsletter-form {
  margin-bottom: 0;
}

.footer_newsletter-button-icon {
  position: absolute;
  inset: 35% 14% auto auto;
}

.footer_content-middle {
  grid-column-gap: 6.25rem;
  display: flex;
}

.footer_content-left {
  max-width: 20.125rem;
}

.copyright-text-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
  display: flex;
}

.footer_newsletter-form-input {
  color: #0c0407;
  border: 1px #000;
  border-radius: 1.75rem;
  height: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footer_newsletter-form-input::placeholder {
  color: #333;
}

.footer-newsletter_content-top {
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  max-width: 20rem;
  padding-right: 3rem;
  display: flex;
}

.footer-hr-line {
  background-color: #c0c0c0;
  height: 1px;
  margin-top: 3.75rem;
  margin-bottom: 1.75rem;
}

.footer-item-list {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer_inner-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer_content-right {
  grid-row-gap: 3.25rem;
  background-color: #f7f7f7;
  border: 1px solid #b0b0b0;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.75rem;
  display: flex;
}

.footer_newsletter-form-button {
  background-color: var(--primary-black);
  color: #fff;
  border-radius: 1.5rem;
  padding: .5rem 1.875rem .4rem .75rem;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.125rem;
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003, 0 4.625rem 1.3125rem #0000;
}

.footer_newsletter-form-button:hover {
  background-color: var(--black-800);
}

.footer_newsletter-submit-button-block {
  position: relative;
}

.footer-logo-block {
  margin-bottom: 1.25rem;
  text-decoration: none;
}

.footer-logo-block.w--current {
  margin-bottom: 20px;
}

.footer-logo {
  display: block;
}

.footer_form-wrapper {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 1.75rem;
  justify-content: space-between;
  height: 42px;
  padding: .25rem;
  display: flex;
}

.footer_contact-icons {
  grid-column-gap: 1.375rem;
  margin-top: 3rem;
  display: flex;
}

.footer_contact-icon {
  color: gray;
  line-height: 0;
}

.footer_contact-icon:hover {
  color: #0c0407;
}

.section-headline-text-2 {
  color: #0c0407;
  letter-spacing: -2.4px;
  font-weight: 600;
}

.blogs_collection-list-m {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.latest-blogs_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.latest-blogs_content-top {
  max-width: 37.25rem;
  margin-left: auto;
  margin-right: auto;
}

.latest-blogs_content-bottom-m {
  display: none;
}

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

.body-7 {
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.calender-image {
  width: 16px;
  height: 16px;
}

.button-arrow-image-w {
  width: .7rem;
  min-width: .7rem;
  height: .7rem;
}

.blog-title-text {
  max-width: 330px;
}

.button-image_content-w {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

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

.blog-image-block {
  max-width: 387px;
  height: 271px;
  overflow: hidden;
}

.blog-tilte-text-block {
  grid-row-gap: .75rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.publish-date-block {
  grid-column-gap: 4px;
  align-items: center;
  display: inline-flex;
}

.button-image_content {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-link-block {
  border-radius: 1rem;
  overflow: hidden;
}

.publish-date-text {
  white-space: nowrap;
}

.button-image_block {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.button-image_block.add-to-cart {
  position: absolute;
  inset: 34% 11% auto auto;
}

.blog-publish-info-block {
  grid-column-gap: 32px;
  justify-content: space-between;
  margin-right: .2rem;
  display: flex;
}

.blog-element-block {
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  max-width: 387px;
  text-decoration: none;
  display: flex;
}

.blog-title-sub_text {
  max-width: 350px;
}

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

.blog-type-block {
  border: 1px solid #c0c0c0;
  border-radius: 36px;
  align-items: center;
  height: 31px;
  padding: .5rem .75rem;
  display: inline-flex;
}

.button-arrow-image-b {
  width: .7rem;
}

.features-hero_section {
  grid-row-gap: 4.875rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-hero_wrapper {
  grid-row-gap: 3.25rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-hero_content-top-wrapper {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-hero_hero-intro-text {
  max-width: 37.25rem;
}

.features-hero_button-block {
  grid-column-gap: 1.25rem;
  display: flex;
}

.features-hero_content-bottom {
  z-index: 2;
}

.features-hero_overlay {
  z-index: 10;
  color: var(--primary-white);
  position: absolute;
  inset: auto 0% -18%;
}

.features-hero_image-right {
  width: 26.5rem;
  position: relative;
  transform: translate(-25px, -29px);
}

.features-hero_image-left {
  width: 24.3125rem;
  transform: translate(102px);
}

.features-hero_image-block {
  justify-content: center;
  align-items: flex-end;
  max-width: 828px;
  height: 100%;
  display: flex;
  position: relative;
}

.about-hero_section {
  grid-row-gap: 4.875rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero_wrapper {
  grid-row-gap: 3.25rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero_content-top-wrapper {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-hero_hero-intro-text {
  display: block;
}

.about-us-text {
  font-weight: 200;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.about-us-text strong {
  font-weight: 500;
}

.about-hero_button-block {
  grid-column-gap: 1.25rem;
  display: flex;
}

.about-hero_content-bottom {
  z-index: 2;
}

.about-us-hero-light-box {
  border-radius: 1.5rem;
  width: 100%;
  max-height: 689px;
  position: relative;
  overflow: hidden;
}

.about-us-hero-image {
  width: 100%;
  height: 100%;
  max-height: 689px;
}

.play-button {
  width: 75px;
  height: 75px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.our-goal_content-left {
  width: 100%;
  height: 100%;
}

.our-goal_image-block {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 34.1875rem;
  height: 100%;
  overflow: hidden;
}

.our-goal_content-top {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  max-width: 28.625rem;
  display: flex;
}

.our-goal_button-block {
  grid-column-gap: 1.25rem;
  display: flex;
}

.our-goal_wrapper {
  grid-column-gap: 4.25rem;
  align-items: stretch;
  display: flex;
}

.body-8 {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 116%;
}

.members_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.members_content-top {
  max-width: 37.25rem;
  margin-left: auto;
  margin-right: auto;
}

.members_content-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.members_card {
  grid-row-gap: .875rem;
  flex-flow: column;
  display: inline-flex;
}

.members_card-image {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 14rem;
  height: 14.75rem;
  max-height: 14.8125rem;
  overflow: hidden;
}

.members_card-info {
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.pricing-hero_section {
  grid-row-gap: 4.875rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-hero_wrapper {
  grid-row-gap: 3.25rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-hero_content-top-wrapper {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-hero_headline-text {
  max-width: 38rem;
}

.pricing-hero_hero-intro-text {
  max-width: 37.25rem;
}

.pricing-hero_content-bottom {
  z-index: 2;
  position: relative;
}

.blogs-hero_section {
  grid-row-gap: 4.875rem;
  flex-flow: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-hero_content-top-wrapper {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blogs-hero_hero-intro-text {
  max-width: 37.25rem;
}

.tab_block {
  flex-flow: column;
  display: flex;
}

.blog-main_section {
  z-index: 2;
  margin-top: 2.5rem;
  position: relative;
}

.tab_link-menu {
  grid-column-gap: .75rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.tab-link {
  color: #0c0407;
  background-color: #0000;
  border: 1px solid #d3d3d3;
  border-radius: 1.625rem;
  padding: .75rem 1.25rem;
}

.tab-link.w--current {
  background-color: var(--primary-black);
  color: var(--primary-white);
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003, 0 4.625rem 1.3125rem #0000;
}

.blog-publish-info-content-wrapper {
  grid-column-gap: 141px;
  max-width: 700px;
  margin-top: 1.375rem;
  margin-bottom: 44px;
  display: flex;
}

.author-image {
  border-radius: 100px;
  width: 46px;
  min-width: 46px;
  height: 46px;
}

.blog-hero-image {
  object-fit: cover;
  width: 100%;
  max-height: 701px;
}

.blog-publish-info-block-2 {
  grid-column-gap: 32px;
  justify-content: space-between;
  display: inline-flex;
}

.author-info-content-wrapper {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.blog-single_hero-section {
  margin-bottom: 100px;
  position: relative;
}

.blog-single_wrapper {
  z-index: 2;
  margin-top: 5rem;
  position: relative;
}

.blog-headline-element-block {
  grid-row-gap: .625rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 820px;
  display: flex;
}

.blog-type {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 1.25rem;
  margin-bottom: .125rem;
  padding: .5rem .75rem;
  display: inline-block;
}

.blog-hero-image-block {
  border-radius: .75rem;
  overflow: hidden;
}

.blog-publish-date-block, .blog-read-time-block {
  grid-column-gap: 4px;
  align-items: center;
  display: inline-flex;
}

.blog-quate-block {
  border-left: 4px solid #000;
  margin-bottom: 60px;
  padding: 40px 110px 40px 40px;
}

.blog-main-image-block {
  border-radius: .75rem;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-richtext-block-02 {
  margin-bottom: 44px;
}

.blog-share-icon-wrapper {
  grid-column-gap: 28px;
  display: flex;
}

.blog-main-content-block {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.blog-richtext-block-01 {
  margin-bottom: 44px;
}

.blog-main-content-wrapper {
  max-width: 920px;
}

.blog-richtext-block-03 {
  margin-bottom: 44px;
}

.blog-share-block {
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.contact-hero_section {
  grid-row-gap: 4.875rem;
  flex-flow: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.contact-hero_wrapper {
  grid-row-gap: 3.25rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-hero_content-top-wrapper {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-hero_hero-intro-text {
  max-width: 37.25rem;
}

.contact-image {
  object-fit: cover;
  height: 536px;
  max-height: 536px;
}

.form-submit-button {
  background-color: var(--primary-black);
  border-radius: 1.625rem;
  width: 100%;
  padding: 16px 0;
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003, 0 4.625rem 1.3125rem #0000;
}

.form-submit-button:hover {
  background-color: var(--black-800);
}

.contact-map-block {
  border-radius: 1.75rem;
  max-width: 31.25rem;
  position: relative;
  overflow: hidden;
}

.contact-content-wrapper {
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.contact-info-wrapper {
  width: 11.375rem;
}

.contact-info-text {
  color: #0c0407;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}

.contact-main-wrapper {
  z-index: 2;
  position: relative;
}

.contact-form-block {
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  max-width: 500px;
  max-height: 549px;
  margin-bottom: 0;
  display: flex;
}

.contact_location-block {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.form-input-wrapper {
  flex-flow: column;
  display: flex;
}

.caontact-info-block {
  grid-column-gap: 3.9rem;
  align-items: center;
  margin-top: 7.5rem;
  display: flex;
}

.contact-text-block {
  flex-flow: row;
  justify-content: space-between;
  max-width: 36.0625rem;
  display: flex;
}

.map-icon {
  background-color: var(--primary-black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.contact-info-headline {
  margin-bottom: 1.0625rem;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.contact-main-content-wrapper {
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.contact-form {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.map-icon-border {
  background-color: #1c78ff33;
  border-radius: 100px;
  padding: 10px;
  position: absolute;
  inset: 45% auto auto 45%;
}

.contact-image-block {
  grid-row-gap: 100px;
  border-radius: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 540px;
  overflow: hidden;
}

.changelog-section-wrapper {
  margin-top: 80px;
}

.chnagelog-text-element-block {
  margin-top: 120px;
  padding-left: 24px;
}

.chanagelog-headline-block {
  text-align: center;
  margin-bottom: 84px;
}

.hero-headline-text-block.max-width-640px {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-item-block {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.license-link {
  color: #666;
}

.license-link:hover {
  color: #0c0407;
}

.licenses-text-element-block {
  grid-row-gap: 100px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.licenses-element-block {
  margin-top: 5rem;
}

.licenses-text {
  max-width: 640px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.licenses-text.text-sm.text-weight-medium.text-align-center.black-666666 {
  color: #666;
}

.licenses-images-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 24px;
  display: grid;
}

.licenses-font-text.text-sm.text-weight-medium.text-align-center.black-666666 {
  color: #666;
}

.licenses-item-block {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.font-license-link {
  color: #0c0407;
  font-weight: 700;
}

.licenses-headline-block {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.licences-font-text-block {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.licences-font-headline-block {
  margin-bottom: 34px;
}

.licenses-image-block {
  border-radius: .75rem;
  width: 100%;
  max-width: 14rem;
  height: 224px;
  max-height: 14rem;
  overflow: hidden;
}

.licenses-block-title {
  color: #0c0407;
  text-align: center;
  letter-spacing: -1.08px;
  margin-bottom: 34px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.licenses-block-title.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.security-form-wrapper-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-sm {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

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

.underline-link, .underline-link:hover {
  text-decoration: underline;
}

.underline-link.text-sm.text-weight-bold {
  font-weight: 700;
}

.instruction_wrapper {
  margin-top: 80px;
}

.instruction_item {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.instruction_content-wrapper {
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 120px;
  padding-left: 24px;
  display: flex;
}

.instruction_headline {
  text-align: center;
  margin-bottom: 84px;
}

.bullet-point {
  grid-row-gap: .5rem;
  flex-flow: column;
  list-style-type: disc;
  display: flex;
}

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

.not_found-button-block {
  background-color: #000;
  border-radius: 1.5rem;
  justify-content: center;
  margin-top: 48px;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 .5rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003, 0 4.625rem 1.3125rem #0000;
}

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

.not-found-button-text {
  color: #fff;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.not_found-headline-block {
  margin-bottom: 40px;
}

.not_found-text-headline {
  color: #0c0407;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.375rem;
}

.hero-headline {
  background: linear-gradient(90deg, #000000, #6B46C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -8px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 160px;
}

.not_found-text-headline-block {
  margin-bottom: 12px;
}

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

.not_found-text {
  color: gray;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.not_found-element-wrapper {
  margin-top: 100px;
}

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

.social-element-block {
  grid-column-gap: 40px;
  display: inline-flex;
}

.security-form-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  background-color: #f8f8f8;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  width: 37.5rem;
  padding: 1.5rem 1.75rem;
  display: flex;
}

.security-headline {
  margin-bottom: 60px;
}

.secuirty-headline-block {
  margin-top: 100px;
}

.security-form_headline {
  color: var(--black-900);
  letter-spacing: -.96px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.37rem;
}

.security-form-input {
  color: var(--black-900);
  background-color: #f8f8f8;
  border: 1px solid #d1d6d4;
  border-radius: 1.875rem;
  min-height: 3.375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.security-form-input:focus {
  border-color: var(--black-600);
}

.security-form-input::placeholder {
  color: var(--black-500);
}

.submit_button {
  background-color: var(--primary-black);
  letter-spacing: -.28px;
  border-radius: 1.625rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-weight: 600;
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003;
}

.products_wrapper {
  grid-row-gap: 2.25rem;
  flex-flow: column;
  margin-top: 7.5rem;
  display: flex;
}

.products_section {
  z-index: 2;
  margin-top: 2.5rem;
  position: relative;
}

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

.field-label-2 {
  display: none;
}

.product_info-block {
  grid-row-gap: .75rem;
  flex-flow: column;
  padding-right: 3.875rem;
  text-decoration: none;
  display: flex;
}

.product_image-block {
  border-radius: .75rem;
  width: 100%;
  max-width: 36.7881rem;
  max-height: 26.125rem;
  overflow: hidden;
}

.buy-now-button {
  display: none;
}

.product_info-button {
  display: inline-flex;
  position: relative;
}

.add-to-cart-button {
  background-color: #0000;
  border: 1px solid #c0c0c0;
  border-radius: 1.375rem;
  padding: .75rem 2.25rem .75rem 1rem;
}

.prdouct_info-block_top-name {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}

.product_info_add-to-cart {
  z-index: 12;
  border-radius: 1.625rem;
  padding: 0;
  position: relative;
}

.product_info_add-to-cart:hover {
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003;
}

.body-15 {
  letter-spacing: -.142px;
  margin-bottom: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
}

.product_info-block_top-name {
  color: #4c4c4c;
  letter-spacing: -.14px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.quantity {
  display: none;
}

.product_info-block_top {
  grid-column-gap: 2.25rem;
  align-items: center;
  display: flex;
}

.product_info_add-to-cart-default-state {
  margin-bottom: 0;
}

.product_link {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.add-to-cart-button-single {
  background-color: var(--primary-black);
  color: #fff;
  letter-spacing: -.24px;
  padding: 16px 82px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.add-to-cart-button-single:hover {
  background-color: var(--black-800);
}

.add-to-cart-arrow-image {
  position: absolute;
  inset: 18px auto auto 150px;
}

.product-single-new-price-text {
  color: #0c0407;
  letter-spacing: -.72px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  display: inline-block;
}

.product-information-block {
  max-width: 406px;
}

.product-single-name-text {
  color: #0c0407;
  letter-spacing: -1.44px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.product-single-default-state {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product-single-name-block {
  margin-bottom: 17px;
}

.product-description-block {
  margin-bottom: 35px;
}

.product-single-price-block {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.product-single-add-to-cart-block {
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}

.product-quantity {
  color: #0c0407;
  letter-spacing: -.24px;
  background-color: #fff;
  border-color: #c0c0c0;
  border-radius: 1.5rem;
  height: 40px;
  margin-bottom: 0;
  padding: 16px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
}

.product-single-image-block {
  border-radius: .75rem;
  max-width: 690px;
  text-decoration: none;
  overflow: hidden;
}

.product-wrapper {
  grid-column-gap: 80px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.quix-profile-link-2 {
  color: gray;
}

.quix-profile-link-2:hover {
  color: #000;
}

.info-headline-block {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.checkout-form {
  background-color: #fff;
  margin-top: 80px;
  padding: 0;
}

.shipping-price-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.type-name {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.shipping-method-list {
  grid-row-gap: 20px;
  background-color: #f8f8f8;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  display: flex;
}

.payment-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.order-product-name-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.order-summary-block {
  background-color: #f8f8f8;
  border-radius: 16px;
  flex: 0 auto;
  width: 487px;
  min-width: 487px;
  padding: 20px;
}

.info-input-block {
  grid-row-gap: 12px;
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.order-product-name-block {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.order-summary-text-block {
  color: #0c0407;
  letter-spacing: -.54px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.shipping-method-item {
  border-bottom-style: none;
  border-radius: 12px;
}

.item-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.checkout-input {
  color: #0c0407;
  letter-spacing: .28px;
  background-color: #fff;
  border-style: none;
  border-left-color: #fff;
  border-radius: 8px;
  height: 54px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.order-product-price {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.billing-address-toggle {
  grid-column-gap: 4px;
  align-items: center;
}

.item-info-headline-block {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.order-submit-button {
  color: #fff;
  letter-spacing: -.24px;
  background-color: #000;
  border-radius: 1.625rem;
  margin-bottom: 0;
  padding: 16px 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  box-shadow: 0 .1875rem .375rem #0000001a, 0 .75rem .75rem #00000017, 0 1.6875rem 1rem #0000000d, 0 2.9375rem 1.1875rem #00000003;
}

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

.info-headline-text {
  letter-spacing: -.72px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.address-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.shipping-method-item-text-wrapper {
  width: 100%;
  display: flex;
}

.order-summer-content-wrapper {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.order-item {
  align-items: center;
  margin-bottom: 0;
}

.order-itrem-list {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.billing-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.field-text {
  margin-bottom: 0;
  margin-left: 0;
}

.apple-pay-payment {
  border-radius: 10px;
  height: 52px;
}

.order-product-image {
  border-radius: 6px;
  width: 134px;
  height: 100%;
}

.street-address-2 {
  display: none;
}

.checkout-info-block {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 28px;
  overflow: hidden;
}

.payment-checkbox {
  width: 15px;
  height: 15px;
  margin-top: 0;
}

.checkout-form-content-wrapper {
  background-color: #fff;
  flex: 0 auto;
  min-width: 693px;
  margin-right: 0;
}

.order-product-info {
  justify-content: space-between;
  height: 58px;
  display: flex;
}

.checkout-form-conent-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  width: 100%;
  max-width: 1200px;
}

.paypal-chekout-content {
  flex: 0 auto;
  width: 100%;
  min-width: 693px;
  margin-right: 0;
}

.customer-info-headline-paypal {
  color: #000;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.paypal-customer-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.paypal-checkout-wrapper {
  justify-content: center;
  margin-top: 80px;
}

.paypal-info-block {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 28px;
  overflow: hidden;
}

.paypal-checkout-form {
  background-color: #fff;
  justify-content: center;
  padding: 0;
  display: flex;
}

.paypal-customer-info-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
}

.paypal-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.customer-address-info-block {
  grid-column-gap: 4px;
}

.custmer-info-text-paypal {
  color: #0c0407;
  letter-spacing: -.28px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.order-confiramtion-customer-info-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
}

.customer-info-text-order-confirmation {
  color: #0c0407;
  letter-spacing: -.28px;
  margin-right: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.order-confiramtion-customer-info-block {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.order-summer-block {
  background-color: #f8f8f8;
  border-radius: 16px;
  min-width: 487px;
  padding: 20px;
}

.customer-info-headline-order-confiramtion {
  color: #000;
  letter-spacing: -.6px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.order-confirmation-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.customer-chekout-content {
  flex: 0 auto;
  width: 100%;
  min-width: 693px;
  margin-right: 0;
}

.order-confiramtion-block {
  background-color: #fff;
  justify-content: center;
  margin-top: 80px;
  padding: 0;
  display: flex;
}

.order-confiramtion-content-block {
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 28px;
  overflow: hidden;
}

.sucess-message_block {
  background-color: var(--primary-white);
  height: 100%;
  padding: 0;
}

.success-message_text {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.success-message_text.body-3.text-weight-semibold {
  font-weight: 600;
}

.our-goal_content-right {
  grid-row-gap: 8rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.our-goal_content-bottom {
  justify-content: space-between;
  display: flex;
}

.our-goal_text-card {
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 15.5625rem;
  display: flex;
}

.our-goal_text-card.padding-l-36p {
  padding-right: 2.3rem;
}

.process_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.process_content-top {
  max-width: 40.125rem;
  margin-left: auto;
  margin-right: auto;
}

.process_content-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.process_card {
  grid-row-gap: 6.25rem;
  background-color: var(--primary-white);
  border: 1px solid #c0c0c0;
  border-radius: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 36.875rem;
  padding: 2.5rem 7.5rem 2.5rem 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process_card:hover {
  background-color: #f7f7f7;
}

.process_card.width-387px {
  max-width: 24.1875rem;
  padding-right: 6.0625rem;
}

.process-card_tag {
  background-color: var(--primary-white);
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  padding: .5rem 1rem;
}

.process-card_text-content {
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.process-card_image {
  position: absolute;
  inset: -12% -4% auto auto;
}

.process-card_image._03 {
  top: -10%;
  right: -9%;
}

.process-card_image._04 {
  inset: 0% 0% auto auto;
}

.process-card_image._05 {
  inset: -9% -7% auto auto;
}

@media screen and (min-width: 1440px) {
  .testtimonial_section {
    max-width: 1440px;
  }

  .blog-main-content-wrapper {
    max-width: 920px;
  }

  .form-submit-button {
    background-color: #000;
    width: 100%;
    padding: 16px 0;
  }

  .form-submit-button.text-xs.text-weight-medium.text-color-black-50:hover {
    background-color: #353535;
  }

  .contact-form-block {
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    max-width: 500px;
    display: flex;
  }

  .form-input-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .contact-form {
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .contact-image-block {
    max-width: 791px;
  }

  .secuirty-headline-block {
    text-align: center;
  }
}

@media screen and (min-width: 1920px) {
  .cms-button {
    max-width: none;
  }

  .testtimonial_section {
    max-width: 1920px;
  }

  .features-hero_overlay {
    bottom: -23%;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-5 {
    letter-spacing: 0;
  }

  .section-headline-margin {
    margin-bottom: 2.5rem;
  }

  .hero-headline-text {
    letter-spacing: -3px;
    font-size: 4rem;
    line-height: 4.4rem;
  }

  .section-margin {
    margin-bottom: 7.5rem;
  }

  .global-padding {
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar {
    width: 95%;
    margin-top: 1.5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .cart-item-name-text {
    color: #0c0407;
    letter-spacing: -.6px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

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

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-list-wrapper {
    margin-bottom: 16px;
    padding: 0;
  }

  .cart-footer {
    padding: 0;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    padding: .8rem;
  }

  .close-button {
    width: 21px;
    height: 21px;
  }

  .txn-card {
    z-index: 999;
  }

  .cart-info-container {
    border-radius: 16px;
  }

  .cart-subtotal-block {
    margin-bottom: 17px;
    padding-top: 13px;
    padding-bottom: 3px;
  }

  .cart-quantity-number {
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .quntity-block {
    margin-bottom: 32px;
    display: flex;
  }

  .remove-button {
    text-decoration: none;
  }

  .home-v1_content-bottom_image {
    width: 23rem;
    height: 26.9rem;
  }

  .home-v1_content-bottom_image.left {
    width: 12rem;
    height: 26rem;
  }

  .home-v1_content-bottom_image.center {
    width: 15rem;
    height: 30rem;
  }

  .home-v1_content-bottom_image.right {
    width: 12rem;
    height: 26rem;
  }

  .cart-header-wrapper {
    border-bottom-style: none;
    margin-bottom: 28px;
    padding: 0 9px 0 0;
  }

  .home-v1_content-bottom_image-block {
    grid-column-gap: 1rem;
  }

  .cart-item {
    max-height: 148px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .logo-image {
    display: inline-block;
    vertical-align: middle;
  }

  .logo-image circle,
  .logo-image rect {
    fill: currentColor;
  }

  .logo-image {
    color: #4E1E9C;
  }


  @media screen and (max-width: 767px) {
    .footer_section div[style*="margin-bottom: 4rem"] {
      font-size: 0.875rem !important;
      margin-bottom: 2rem !important;
    }
  }

  .cart-item-name-price-block {
    justify-content: space-between;
    margin-bottom: 12px;
    display: flex;
  }

  .checkout-button-arrow {
    left: 405px;
  }

  .cart-item-image {
    border-radius: 12px;
    width: 200px;
    height: 148px;
  }

  .subtotal-text {
    color: #0c0407;
    letter-spacing: -.6px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

  .icon {
    color: #000;
    font-size: 36px;
    line-height: 42px;
  }

  .nav-cart-wrapper {
    right: 10%;
  }

  .remore-button-text {
    color: #f84148;
    letter-spacing: -.28px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }

  .logo-link {
    padding-left: 0;
  }

  .cart-item-price-text {
    color: #0c0407;
    letter-spacing: -.6px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

  .menu-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 1.125rem;
  }

  .home-v1-hero_overlay {
    bottom: -16%;
  }

  .hero_bg-effect {
    height: 100%;
  }

  .home-v1-hero_bg-effect-svg {
    margin-top: -6px;
  }

  .branding_section {
    margin-bottom: 80px;
  }

  .branding-wrapper {
    width: 150%;
    max-width: none;
    left: -719px;
  }

  .branding-element-block {
    grid-column-gap: 40px;
    justify-content: flex-start;
    margin-right: 40px;
  }

  .home-v1-hero_bg-effect-image {
    height: 100%;
  }

  .why-app-card_text-block {
    width: 100%;
    max-width: 100%;
  }

  .why-app_content-bottom {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .pricing_tab-pane-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing_wrapper {
    padding-bottom: 2rem;
  }

  .faq-content-block {
    max-width: 700px;
  }

  .faq-item-text {
    max-width: 636px;
  }

  .app_content-bottom.pc {
    display: none;
  }

  .app_content-bottom.mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .app-info_card {
    grid-column-gap: 1.6rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .app-indo_image-block {
    width: 80%;
    max-width: 21.875rem;
  }

  .app-indo_image-block.inverse {
    order: 1;
  }

  .features_content-bottom {
    grid-row-gap: 3rem;
  }

  .features_2-cards {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .features_card-small.gap-35px {
    height: 100%;
  }

  .features_card-content-bottom.padding-40px {
    flex-flow: row;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
  }

  .txn-info_card._1, .txn-info_card._2 {
    position: static;
  }

  .features_1-cards {
    flex-flow: column;
    align-items: flex-start;
  }

  .features_1-card-buttons {
    margin-top: 2.425rem;
  }

  .features_1-card-content-right {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .cta_wrapper {
    max-height: 33.8rem;
  }

  .cta_images-block {
    grid-column-gap: 1rem;
  }

  .cta_image {
    width: 23rem;
    height: 26.9rem;
  }

  .cta_image.left {
    width: 12rem;
    height: 26rem;
  }

  .cta_image.center {
    width: 15rem;
    height: 30rem;
  }

  .cta_image.right {
    width: 12rem;
    height: 26rem;
  }

  .copyright-text-block {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer_inner-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 3.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blogs_collection-list-m {
    grid-column-gap: 1.5rem;
  }

  .latest-blogs_content-bottom-m {
    display: flex;
  }

  .blogs_collection-list {
    grid-column-gap: .5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-title-text {
    font-size: 1.4rem;
  }

  .blog-image {
    height: 250px;
  }

  .blog-image-block {
    max-width: 100%;
    height: 100%;
  }

  .blog-link-block {
    border-radius: .8rem;
  }

  .blog-publish-info-block {
    grid-row-gap: .2rem;
    flex-flow: column;
  }

  .blog-info-content-block {
    justify-content: space-between;
  }

  .features-hero_overlay {
    bottom: -12%;
  }

  .features-hero_image-right {
    width: 22rem;
    height: 37.25rem;
    transform: translate(-29px, -34px);
  }

  .features-hero_image-left {
    width: 20rem;
    height: 36.875rem;
  }

  .about-us-hero-light-box {
    border-radius: 1.2rem;
  }

  .play-button {
    top: 172px;
    left: 337px;
  }

  .our-goal_image-block {
    max-width: 100%;
    max-height: 37.0625rem;
  }

  .our-goal_content-top {
    order: -1;
    max-width: 100%;
  }

  .our-goal_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .members_content-bottom {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    grid-template: "."
                   "."
                   "Area"
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: stretch;
    display: grid;
  }

  .members_card {
    max-width: 224px;
  }

  .blog-single_wrapper {
    margin-top: 4rem;
  }

  .blog-main-content-block {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .contact-map-block {
    max-width: 100%;
  }

  .contact-content-wrapper {
    order: -1;
  }

  .contact-main-wrapper {
    flex-flow: column;
  }

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

  .caontact-info-block {
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .contact-main-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .contact-image-block {
    max-width: 1005px;
  }

  .licenses-element-block {
    margin-top: 60px;
  }

  .licenses-images-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .licenses-item-block {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .text-sm {
    font-size: 14px;
  }

  .hero-headline {
    letter-spacing: -4px;
    font-size: 100px;
    line-height: 90px;
  }

  .security-headline {
    margin-bottom: 100px;
  }

  .secuirty-headline-block {
    margin-top: 60px;
  }

  .products_wrapper {
    margin-top: 4rem;
  }

  .product_info-block {
    padding-right: 0;
  }

  .product-information-block, .product-single-image-block {
    max-width: 100%;
  }

  .product-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .checkout-form {
    margin-top: 60px;
  }

  .order-summary-block {
    width: 100%;
  }

  .checkout-form-conent-wrapper {
    flex-flow: column;
  }

  .paypal-chekout-content {
    min-width: 0;
  }

  .paypal-checkout-wrapper {
    margin-top: 60px;
  }

  .paypal-form-wrapper {
    flex-flow: column;
  }

  .order-summer-block {
    width: 100%;
    min-width: 0;
  }

  .order-confirmation-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .customer-chekout-content {
    min-width: 0;
  }

  .our-goal_content-right {
    grid-row-gap: 4rem;
  }

  .our-goal_text-card {
    max-width: 20rem;
  }

  .our-goal_text-card.padding-l-36p {
    padding-right: 0;
  }

  .process_content-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .process_card {
    grid-column-gap: 16px;
    grid-row-gap: 6.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .process_card.width-387px {
    max-width: 21.8rem;
    padding-right: 4rem;
  }

  .process_card.width-387px.width-100 {
    width: 100%;
    max-width: 100%;
  }

  .process-card_image._05 {
    top: -12%;
    right: -5%;
  }
}

@media screen and (max-width: 767px) {
  .styleguide-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-headline-margin {
    margin-bottom: 2rem;
  }

  .primary-button-wrapper {
    display: inline-flex;
  }

  .body-2 {
    font-size: 1rem;
  }

  .global-wrapper {
    max-width: 100%;
  }

  .hero-headline-text {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .section-margin {
    margin-bottom: 5rem;
  }

  .global-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-black_wrapper {
    display: inline-flex;
  }

  .home-v1_content-bottom {
    width: 100%;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
  }

  .cart-info-container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .home-v1_content-bottom_image {
    width: 15rem;
    height: 18.5rem;
  }

  .home-v1_content-bottom_image.left {
    width: 7rem;
    height: 16rem;
  }

  .home-v1_content-bottom_image.center {
    width: 9rem;
    height: 18rem;
  }

  .home-v1_content-bottom_image.right {
    width: 7rem;
    height: 16rem;
  }

  .home-v1_content-bottom_image-block {
    max-width: 100%;
  }

  .nav-menu {
    border-bottom-style: solid;
    border-radius: 20px;
    margin-top: 0;
    overflow: hidden;
  }

  .checkout-button-arrow {
    left: 312px;
  }

  .nav-cart-wrapper {
    right: 15%;
  }

  .home-v1-hero_overlay {
    display: none;
    bottom: -18%;
  }

  .hero_bg-effect {
    height: 60%;
  }

  .branding_section {
    grid-row-gap: 1.25rem;
    margin-bottom: 60px;
  }

  .branding-wrapper {
    width: 180%;
  }

  .why-app_content-top {
    max-width: 100%;
  }

  .section-headline_wrapper {
    grid-row-gap: .75rem;
  }

  .why-app_card {
    width: 100%;
  }

  .why-app_content-bottom {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-headline_tag {
    margin-bottom: 0;
  }

  .pricing_tab-pane-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing_tab-menu {
    display: flex;
  }

  .faq-nav-block {
    margin-right: 5px;
  }

  .faq-item-text {
    max-width: 440px;
  }

  .app_card {
    max-width: 95%;
  }

  .app-info_card {
    grid-row-gap: 1.6rem;
    flex-flow: column;
  }

  .app-indo_image-block.inverse {
    order: -1;
  }

  .features_card-content-bottom.padding-40px {
    grid-row-gap: 1.25rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .intregation_icon-wrapper._1, .intregation_icon-wrapper._2 {
    margin-right: 5.8rem;
  }

  .screen-widget._1 {
    bottom: .5rem;
    left: -.8rem;
  }

  .screen-widget._2 {
    top: -1.6375rem;
    right: -.8rem;
  }

  .cta_wrapper {
    grid-row-gap: 3rem;
    max-height: 29.4rem;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta_image {
    width: 15rem;
    height: 18.5rem;
  }

  .cta_image.left {
    width: 7rem;
    height: 16rem;
  }

  .cta_image.center {
    width: 9rem;
    height: 18rem;
  }

  .cta_image.right {
    width: 7rem;
    height: 16rem;
  }

  .footer_content-left {
    max-width: 90%;
  }

  .footer-newsletter_content-top {
    max-width: 100%;
    padding-right: 0;
  }

  .copyright-text {
    text-align: center;
  }

  .footer-hr-line {
    margin-top: 48px;
  }

  .footer-item-list {
    width: 100%;
    max-width: 132px;
  }

  .footer_inner-wrapper {
    grid-template-columns: 1fr;
  }

  .footer_contact-icons {
    margin-top: 2rem;
  }

  .blogs_collection-list-m {
    grid-column-gap: .5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .latest-blogs_content-bottom {
    display: block;
  }

  .blogs_collection-item {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .blogs_collection-list {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .blogs_wrapper {
    margin-right: 0;
  }

  .blog-image {
    width: 100%;
  }

  .blog-image-block, .blog-element-block {
    max-width: 100%;
  }

  .blog-info-content-block {
    grid-column-gap: 30px;
    padding-right: 4rem;
  }

  .features-hero_overlay {
    bottom: -12%;
  }

  .features-hero_image-right {
    width: 15rem;
    height: 25rem;
    transform: translate(-29px, -11px);
  }

  .features-hero_image-left {
    width: 13rem;
    height: 24rem;
    transform: translate(61px);
  }

  .about-us-hero-light-box {
    border-radius: .8rem;
    height: 350px;
  }

  .about-us-hero-image {
    object-fit: cover;
  }

  .play-button {
    top: 117px;
    left: 239px;
  }

  .members_content-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .members_card {
    grid-row-gap: .4rem;
    max-width: 258px;
  }

  .members_card-image {
    border-radius: .825rem;
    height: 100%;
  }

  .members_card-info {
    grid-row-gap: 0rem;
  }

  .tab_link-menu {
    grid-row-gap: .75rem;
    flex-flow: wrap;
  }

  .blog-publish-info-content-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .blog-publish-info-block-2 {
    order: -1;
    justify-content: flex-start;
  }

  .blog-single_wrapper {
    margin-top: 4rem;
  }

  .blog-headline-element-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-quate-block {
    padding-right: 40px;
  }

  .contact-map-block {
    border-radius: 1rem;
  }

  .contact_location-block {
    align-items: flex-start;
  }

  .contact-text-block {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .chnagelog-text-element-block {
    padding-left: 0;
  }

  .hero-headline-text-block {
    margin-top: 80px;
  }

  .licenses-text-element-block {
    padding-left: 0;
  }

  .licenses-element-block {
    margin-top: 0;
  }

  .licenses-images-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .licenses-block-title {
    margin-bottom: 20px;
  }

  .instruction_content-wrapper {
    padding-left: 0;
  }

  .hero-headline {
    letter-spacing: -5px;
    font-size: 108px;
    line-height: 98px;
  }

  .social-element-block {
    flex-flow: wrap;
    justify-content: center;
  }

  .security-form-wrapper {
    width: 29rem;
  }

  .security-headline {
    margin-bottom: 60px;
  }

  .secuirty-headline-block {
    margin-top: 40px;
  }

  .products_wrapper {
    margin-top: 3rem;
  }

  .products-collection-list {
    grid-template-columns: 1fr;
  }

  .product-single-default-state {
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: flex-start;
  }

  .product-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .checkout-form {
    margin-top: 40px;
  }

  .order-summary-block {
    min-width: 0;
  }

  .checkout-form-content-wrapper {
    width: 100%;
    min-width: 0;
  }

  .paypal-checkout-wrapper {
    margin-top: 40px;
  }

  .our-goal_content-bottom {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .our-goal_text-card {
    max-width: 100%;
  }

  .process_card {
    grid-row-gap: 4rem;
    padding-right: 4rem;
  }

  .process_card.width-387px {
    max-width: 100%;
  }

  .process-card_tag {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.4rem;
  }

  h3 {
    letter-spacing: -1.5px;
    font-size: 2rem;
  }

  h4 {
    font-size: 1.7rem;
    line-height: 110%;
  }

  .styleguide-header {
    text-align: center;
  }

  .styleguide-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .styleguide-heading {
    line-height: 120%;
  }

  .section-headline-text {
    letter-spacing: -1px;
    font-size: 1.9rem;
    line-height: 2.5rem;
  }

  .form-input.is-text-area::placeholder, .form-input.is-select-input {
    color: #4c4c4c;
  }

  .styleguide-item-row {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row dense;
    display: flex;
  }

  .body-1 {
    font-size: .875rem;
  }

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

  .hero-headline-text {
    letter-spacing: -2px;
    font-size: 1.9rem;
    line-height: 120%;
  }

  .button-black {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .section-margin {
    margin-bottom: 4rem;
  }

  .global-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .body-3 {
    font-size: .875rem;
    line-height: 150%;
  }

  .cms-button_text, .button-white_text {
    white-space: nowrap;
  }

  .navbar {
    margin-left: .8rem;
    margin-right: .8rem;
  }

  .home-v1_button-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
  }

  .txn-card {
    width: 16.5rem;
    padding: .6rem;
  }

  .cart-info-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-quantity-number {
    margin-top: 1px;
  }

  .quntity-block {
    margin-bottom: 20px;
  }

  .home-v1_content-bottom_image {
    width: 10.4rem;
    height: 12.3rem;
  }

  .home-v1_content-bottom_image.left {
    width: 5rem;
    height: 11.5rem;
  }

  .home-v1_content-bottom_image.center {
    width: 6.5rem;
    height: 13rem;
  }

  .home-v1_content-bottom_image.right {
    width: 5rem;
    height: 11.5rem;
  }

  .home-v1_content-bottom_image-block {
    grid-column-gap: .5rem;
  }

  .cart-item {
    grid-column-gap: 0px;
  }

  .cart-item-name-price-block {
    flex-flow: column;
  }

  .txn-card_content-left {
    grid-column-gap: .2rem;
    align-items: center;
  }

  .checkout-button-arrow {
    display: none;
    left: 190px;
  }

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

  .nav-cart-wrapper {
    right: 18%;
  }

  .logo-link {
    width: 131px;
  }

  .cart-item-info-wrapper {
    width: 100%;
    margin-left: 10px;
    margin-right: 0;
  }

  .cart-item-price-text {
    font-size: 14px;
    line-height: 20px;
  }

  .home-v1-hero_overlay {
    bottom: -10%;
  }

  .hero_bg-effect {
    height: 60%;
    display: none;
  }

  .company-logo {
    max-width: 130%;
  }

  .branding-wrapper {
    width: 270%;
  }

  .pricing_tab-menu {
    display: flex;
  }

  .faq-item-text {
    max-width: 268px;
  }

  .faq-item-header-text {
    width: 86%;
  }

  .app_card {
    padding: 2rem;
    min-height: 190px;
  }

  .app_card .body-3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .app-card_buttet-points {
    width: 100%;
    padding-right: 0;
  }

  .app-indo_image-block {
    width: 80%;
  }

  .features_card-content-top {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .features_card-content-bottom.padding-40px {
    padding-left: .9rem;
  }

  .intregation_icon-wrapper._1, .intregation_icon-wrapper._2 {
    margin-right: 10.8rem;
  }

  .intregation_icon {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .features_1-card-content-left {
    padding: 1rem;
  }

  .features_1-card-buttons {
    grid-row-gap: 1.25rem;
    flex-flow: column;
    width: 60%;
    margin-top: .5rem;
  }

  .features_1-card-content-right {
    padding: 1rem;
  }

  .features_1-card-image-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .screen-widget {
    max-width: 100%;
    padding: .9rem .4rem .6rem .6rem;
  }

  .screen-widget._1, .screen-widget._2 {
    position: static;
  }

  .screen-widget-icon {
    width: 1.8rem;
    min-width: 1.8rem;
    height: 1.8rem;
  }

  .screen-widget_headline-text {
    font-size: 1rem;
  }

  .screen-widget_content-center {
    margin-top: .7rem;
  }

  .screen-widget_content-bottom {
    margin-top: .8rem;
    padding-right: 0;
  }

  .screen-widget_ammount-text {
    font-size: .8rem;
  }

  .screen-widget_percantage-text {
    font-size: .7rem;
  }

  .features_1-card-image {
    height: 13.125rem;
  }

  .cta_wrapper {
    grid-row-gap: 2rem;
    max-height: 26rem;
    padding-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .cts_buttons {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    align-items: center;
  }

  .cta_button-white {
    display: inline-flex;
  }

  .cta_images-block {
    grid-column-gap: .5rem;
  }

  .cta_image {
    width: 10.4rem;
    height: 12.3rem;
  }

  .cta_image.left {
    width: 5rem;
    height: 11.5rem;
  }

  .cta_image.center {
    width: 6.5rem;
    height: 13rem;
  }

  .cta_image.right {
    width: 5rem;
    height: 11.5rem;
  }

  .footer-item-list {
    flex: 1;
    max-width: 100%;
  }

  .section-headline-text-2 {
    letter-spacing: -1px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .blogs_collection-list-m {
    grid-column-gap: 1rem;
  }

  .latest-blogs_content-bottom-m {
    overflow: hidden;
  }

  .blogs_collection-item--m {
    width: 296px;
  }

  .blogs_collection-list {
    grid-column-gap: 1rem;
  }

  .body-7 {
    font-size: .875rem;
    line-height: 150%;
  }

  .blog-title-text {
    font-size: 1.3rem;
  }

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

  .blog-image-block {
    max-width: 100%;
  }

  .blog-link-block {
    width: 100%;
  }

  .blog-publish-info-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
  }

  .blog-element-block {
    max-width: 100%;
  }

  .blog-info-content-block {
    grid-column-gap: 0px;
    padding-right: 0;
  }

  .features-hero_button-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .features-hero_overlay {
    bottom: -10%;
  }

  .features-hero_image-right {
    width: 10.3rem;
    height: 16rem;
    transform: translate(-21px, -14px);
  }

  .features-hero_image-left {
    width: 9rem;
    height: 15.4rem;
    transform: translate(43px);
  }

  .about-hero_button-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .about-us-hero-light-box {
    border-radius: .75rem;
    height: 210px;
  }

  .about-us-hero-image {
    object-fit: cover;
    height: 100%;
  }

  .play-button {
    width: 46px;
    height: 46px;
    top: 36%;
    left: 43%;
  }

  .our-goal_image-block {
    border-radius: .75rem;
    height: 270px;
  }

  .our-goal_button-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .our-goal_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .members_content-bottom {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .members_card {
    max-width: 100%;
  }

  .members_card-image {
    border-radius: .6rem;
  }

  .members_card-info {
    grid-row-gap: 0px;
  }

  .blog-hero-image {
    object-fit: cover;
    height: 230px;
  }

  .blog-publish-info-block-2 {
    grid-column-gap: 14px;
  }

  .blog-single_wrapper {
    margin-top: 3rem;
  }

  .blog-headline-element-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-quate-block {
    padding: 20px;
  }

  .blog-main-image {
    object-fit: cover;
    height: 220px;
  }

  .contact-image {
    height: 280px;
    max-height: 280px;
  }

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

  .caontact-info-block {
    margin-top: 4rem;
  }

  .contact-main-content-wrapper {
    margin-top: 60px;
  }

  .map-icon-border {
    top: 39%;
    left: 39%;
  }

  .hero-headline-text-block {
    margin-top: 40px;
  }

  .licenses-images-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .licenses-image-block {
    border-radius: .5rem;
    width: 140px;
    height: 140px;
  }

  .hero-headline {
    letter-spacing: -3px;
    font-size: 40px;
    line-height: 50px;
  }

  .social-element-block {
    grid-row-gap: 10px;
  }

  .security-form-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 19.3rem;
    max-width: 20rem;
    padding: 1rem;
  }

  .security-form_headline {
    font-size: 1.4rem;
  }

  .product_image-block {
    border-radius: .5rem;
    height: 270px;
  }

  .add-to-cart-button-single {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .product-single-default-state {
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .add-cart-block {
    flex-flow: row;
    align-items: flex-start;
  }

  .product-single-name-block {
    margin-bottom: 1.1rem;
  }

  .product-description-block {
    margin-bottom: 1.25rem;
  }

  .product-single-price-block {
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: .75rem;
  }

  .product-quantity {
    height: 2.5rem;
    padding: .5rem 1rem;
  }

  .product-wrapper {
    margin-top: 60px;
  }

  .checkout-form {
    padding: 0;
  }

  .shipping-price-text {
    order: -1;
  }

  .shipping-method-item {
    grid-column-gap: 18px;
  }

  .shipping-method-item-text-wrapper {
    flex-flow: column;
  }

  .order-item {
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
  }

  .order-product-info {
    margin-left: 0;
    margin-right: 0;
  }

  .paypal-chekout-content {
    min-width: 0;
  }

  .paypal-info-block {
    width: 100%;
  }

  .customer-chekout-content {
    min-width: 0;
  }

  .ordero-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .order-confiramtion-content-block {
    width: 100%;
  }

  .process_card {
    border-radius: .8rem;
    padding: 1.5rem;
  }

  .process-card_image._03 {
    right: -11%;
  }

  .process-card_image._01 {
    right: -8%;
  }
}

#w-node-a434742f-275c-73b6-6e8f-d0995387de93-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387de94-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387de98-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387de99-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387de9d-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387de9e-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dea2-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dea3-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dea5-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387dea7-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dea8-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387deac-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dead-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387deb7-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387deb8-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387debc-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387debd-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dec7-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dec8-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387decc-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387decd-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387ded1-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387ded2-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387ded6-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387ded7-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dedb-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dedc-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dee6-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dee7-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387deeb-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387deec-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387def0-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387def1-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387def5-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387def6-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387defa-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387defb-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df06-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df07-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df0b-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df0c-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df10-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df11-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df15-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df16-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df1a-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df1b-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df1f-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df20-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df2a-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df2b-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df2f-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df30-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df34-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df35-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df3c-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df3d-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df7d-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df7e-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df83-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df84-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df89-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df8a-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df8e-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df8f-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df93-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df94-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df98-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df99-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df9d-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387df9e-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfa2-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfa3-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfa7-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfa8-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfac-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfad-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfb1-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfb2-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfb6-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfb7-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfbb-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfbc-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfc5-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387dfc6-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfc7-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfcd-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387dfce-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfcf-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfdc-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfdd-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfe6-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dfe7-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dffa-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387dffb-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e008-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e009-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e019-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e01a-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e01b-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e01c-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e01e-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e021-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e025-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e026-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e027-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e030-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e031-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e032-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e044-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e045-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e046-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e047-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e04a-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e04b-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e04c-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e04d-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e053-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e054-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e055-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e056-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e059-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e05a-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e05b-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e05c-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e05f-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e060-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e061-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e062-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e065-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e066-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e067-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e068-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e06b-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e06c-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e06d-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e06e-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e071-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e072-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e073-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e074-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e07a-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e07b-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e07c-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e07d-d51b52c7 {
  justify-self: start;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e081-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e082-d51b52c7, #w-node-a434742f-275c-73b6-6e8f-d0995387e083-d51b52c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a434742f-275c-73b6-6e8f-d0995387e084-d51b52c7 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_9cc7b45b-9fc9-db9a-d027-a48de27cd4be-d51b527f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53bf0013-f9e9-5af9-9a1e-d23de7a9444b-d51b527f, #w-node-e36e3323-13c6-5e61-e2ba-3e758fb31462-d51b527f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_55e19d1d-d6c2-7abf-8000-31411b605ae7-1b605ad1 {
    order: 9999;
  }

  #w-node-_2e313d1b-0b77-c675-b291-72474f6d73ab-d51b52eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04c49c36-f8b1-bac5-191f-7007f3dae5ff-d51b52ec, #w-node-_04c49c36-f8b1-bac5-191f-7007f3dae682-d51b52ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9cc7b45b-9fc9-db9a-d027-a48de27cd4be-d51b527f, #w-node-_53bf0013-f9e9-5af9-9a1e-d23de7a9444b-d51b527f, #w-node-e36e3323-13c6-5e61-e2ba-3e758fb31462-d51b527f, #w-node-_2e313d1b-0b77-c675-b291-72474f6d73ab-d51b52eb, #w-node-_04c49c36-f8b1-bac5-191f-7007f3dae5ff-d51b52ec, #w-node-_04c49c36-f8b1-bac5-191f-7007f3dae682-d51b52ec {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79bd6b6d-3f26-d0fb-ea85-d2d3455c53e5-455c5367 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

/* Skip Link for Accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--black-900);
  color: var(--primary-white);
  padding: 8px;
  text-decoration: none;
  border-radius: 4px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  font-size: 14px;
  z-index: 1000;
}

.skip-link:focus {
  top: 6px;
}

/* Demo Request Form Styles */
.demo-form_section {
  padding: 20px 0 80px 0;
}

/* Evolution Section Styles */
.evolution_section {
  padding: 80px 0;
}

.evolution_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.evolution_content-top {
  margin-bottom: 4rem;
}

.evolution_content-top .section-headline-text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--black-900);
}

.evolution_content-top .body-3 {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.evolution_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 4rem;
}

.evolution_feature-card {
  background: var(--primary-white);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #c0c0c0;
}

.evolution_feature-icon {
  margin-bottom: 1.5rem;
}

.feature-icon-circle {
  width: 80px;
  height: 80px;
  background: #4E1E9C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.feature-icon-circle i {
  stroke-width: 2;
}

.evolution_feature-title {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.evolution_feature-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--black-700);
}

.evolution_bottom {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.evolution_bottom-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.evolution_bottom-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--black-700);
}

/* Responsive Design for Evolution Section */
@media (max-width: 768px) {
  .evolution_features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .evolution_content-top .section-headline-text {
    font-size: 2.25rem;
  }
  
  .evolution_bottom-title {
    font-size: 2rem;
  }
  
  .evolution_section {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .evolution_content-top .section-headline-text {
    font-size: 1.875rem;
  }
  
  .evolution_bottom-title {
    font-size: 1.75rem;
  }
  
  .evolution_feature-card {
    padding: 1.5rem;
  }
}

/* Beta Sign-Up Form Styles */
.beta-form_section {
  padding: 20px 0 80px 0;
  margin-bottom: 3rem;
}

.beta-form_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.beta-form {
  background: var(--primary-white);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

/* Beta Hero Section Spacing */
.beta-hero_section {
  padding: 40px 0 10px 0;
}

.beta-hero_wrapper {
  padding: 40px 0 10px 0;
}

.beta-hero_content-top {
  margin-bottom: 0;
}

.beta-hero_headline-text {
  margin-bottom: 16px;
}

.beta-hero_hero-intro-text {
  margin: 0 auto;
  max-width: 60rem;
}

.beta-hero_hero-intro-text p {
  margin-bottom: 12px;
}

.beta-hero_hero-intro-text p:last-child {
  margin-bottom: 0;
}

.hero-margin {
  margin-bottom: 3rem;
}

/* Hero Section Spacing */
.demo-hero_wrapper {
  padding: 40px 0 10px 0;
}

.demo-hero_content-top {
  margin-bottom: 0;
}

.demo-hero_headline-text {
  margin-bottom: 16px;
}

.demo-hero_hero-intro-text {
  margin: 0 auto;
  max-width: 60rem;
}

.demo-hero_hero-intro-text p {
  margin-bottom: 12px;
}

.demo-hero_hero-intro-text p:last-child {
  margin-bottom: 0;
}

/* Accessibility Improvements */
.required-asterisk {
  color: #dc3545;
  font-weight: bold;
}

.optional-text {
  color: var(--black-500);
  font-weight: normal;
}

.help-text {
  font-size: 12px;
  color: var(--black-500);
  margin-top: 4px;
  margin-bottom: 16px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

.error-message {
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

/* Fieldset and Legend Styling */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-900);
  margin-bottom: 24px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  padding: 0;
}

.radio-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.radio-fieldset legend {
  font-size: 14px;
  font-weight: 500;
  color: var(--black-900);
  margin-bottom: 8px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

.radio-text {
  font-size: 16px;
  color: var(--black-900);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

/* Focus indicators for accessibility */
.form-input:focus,
.form-select:focus,
.form-textarea:focus,
.radio-option input[type="radio"]:focus,
.checkbox-option input[type="checkbox"]:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .form-input,
  .form-select,
  .form-textarea {
    border-color: var(--black-900);
  }
  
  .required-asterisk {
    color: var(--black-900);
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .form-input,
  .form-select,
  .form-textarea,
  .radio-custom,
  .checkbox-custom,
  .submit-button {
    transition: none;
  }
}

.demo-form_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.demo-form {
  background: var(--primary-white);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.form-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--black-100);
}

.form-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.form-section-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-900);
  margin-bottom: 24px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field.full-width {
  grid-column: 1 / -1;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--black-900);
  margin-bottom: 8px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--black-200);
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  transition: all 0.3s ease;
  background-color: var(--primary-white);
}

.form-select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--black-900);
  box-shadow: 0 0 0 3px rgba(12, 4, 7, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--black-400);
}

.form-textarea {
  resize: none;
  min-height: 100px;
  margin-bottom: 8px;
}

/* Radio Button Styles */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.radio-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: var(--black-900);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

.radio-option input[type="radio"] {
  display: none;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid var(--black-200);
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.radio-option input[type="radio"]:checked + .radio-custom {
  border-color: var(--black-900);
  background-color: var(--black-900);
}

.radio-option input[type="radio"]:checked + .radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: var(--primary-white);
  border-radius: 50%;
}

/* Checkbox Styles */
.checkbox-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: var(--black-900);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

.checkbox-option input[type="checkbox"] {
  display: none;
}

.checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid var(--black-200);
  border-radius: 4px;
  margin-right: 12px;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.checkbox-option input[type="checkbox"]:checked + .checkbox-custom {
  border-color: var(--black-900);
  background-color: var(--black-900);
}

.checkbox-option input[type="checkbox"]:checked + .checkbox-custom::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary-white);
  font-size: 12px;
  font-weight: bold;
}

.checkbox-text {
  font-size: 16px;
  color: var(--black-900);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

/* Form Messages */
.form-messages {
  margin-bottom: 24px;
}

.success-message,
.error-message {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
}

.success-message {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.error-message {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.message-icon {
  font-size: 20px;
  margin-right: 12px;
  font-weight: bold;
}

.message-text {
  font-size: 16px;
  font-weight: 500;
}

/* Submit Button */
.form-submit-wrapper {
  text-align: center;
  margin-top: 32px;
}

.submit-button {
  background-color: var(--black-900);
  color: var(--primary-white);
  border: none;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Inter', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
  position: relative;
}

.submit-button:hover {
  background-color: var(--black-700);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.submit-button:active {
  transform: translateY(0);
}

.submit-button:disabled {
  background-color: var(--black-400);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.button-loading {
  display: none;
}

.submit-button.loading .button-text {
  display: none;
}

.submit-button.loading .button-loading {
  display: inline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .demo-form {
    padding: 24px;
    margin: 0 16px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .form-section-title {
    font-size: 20px;
  }
  
  .radio-group {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .demo-form_section {
    padding: 40px 0;
  }
  
  .demo-form {
    padding: 20px;
    margin: 0 8px;
  }
  
  .form-section {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
}

.evolution-margin {
  margin-bottom: 7em;
}

/* Responsive centering for pricing cards - 2 on top, 1 centered on bottom */
@media screen and (max-width: 991px) {
  .pricing_tab-pane-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  
  .pricing_table-wrapper:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 24.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .pricing_tab-pane-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  
  .pricing_table-wrapper {
    max-width: 100%;
  }
  
  .pricing_table-wrapper:nth-child(1),
  .pricing_table-wrapper:nth-child(2),
  .pricing_table-wrapper:nth-child(3) {
    grid-column: 1;
    max-width: 100%;
  }
}

/* Features 6-card grid layout */
.features_6-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.features_category-card {
  background-color: transparent;
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Specific positioning for each card - 1/3 + 2/3 and 2/3 + 1/3 layout */
.features_category-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.features_category-card:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1;
}

.features_category-card:nth-child(3) {
  grid-column: 1 / 3;
  grid-row: 2;
}

.features_category-card:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.features_category-card:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}

.features_category-card:nth-child(6) {
  grid-column: 2 / 4;
  grid-row: 3;
}

.features_category-tag {
  display: inline-block;
  background-color: transparent;
  border-radius: 20px;
  padding: 0.5rem 1rem 0.5rem 0;
  width: fit-content;
}

.features_category-card h4 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0;
}

.features_category-card .body-3 {
  line-height: 1.6;
  margin: 0;
}

/* Responsive design for features 6-card grid */
@media screen and (max-width: 991px) {
  .features_6-cards-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 1rem;
  }
  
  .features_category-card:nth-child(1),
  .features_category-card:nth-child(2),
  .features_category-card:nth-child(3),
  .features_category-card:nth-child(4),
  .features_category-card:nth-child(5),
  .features_category-card:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media screen and (max-width: 767px) {
  .features_6-cards-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
  
  .features_category-card {
    padding: 1.5rem;
  }
  
  .features_category-card:nth-child(1),
  .features_category-card:nth-child(2),
  .features_category-card:nth-child(3),
  .features_category-card:nth-child(4),
  .features_category-card:nth-child(5),
  .features_category-card:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }
}

/* 404 Page Improvements */
@media screen and (min-width: 991px) {
  .not-found-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .not_found-element-wrapper {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}



