:root {
  --black-900: #0c0407;
  --black-800: #333;
  --primary-white: #fff;
  --black-600: #666;
  --black-50: #f9f9f9;
  --primary-black: #000;
  --black-200: #ccc;
  --black-300: #b3b3b3;
  --black-700: #4c4c4c;
  --white-50: #fff9;
  --primay-purple: #42324d;
  --black-400: #999;
  --black-500: grey;
  --black-100: #e5e5e5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-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 {
  color: var(--black-900);
  letter-spacing: -3.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 4.75rem;
}

h2 {
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 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: 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: Inter, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.7rem;
}

p {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

a {
  color: var(--black-900);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: underline;
}

.styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4.9rem;
  display: flex;
}

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

.styleguide-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.field-label {
  color: #0c0407;
  letter-spacing: -.32px;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.form-input {
  color: var(--black-900);
  letter-spacing: -.16px;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #0003;
  width: 100%;
  height: auto;
  min-height: 2.1rem;
  margin-bottom: 0;
  padding: 0 0 1rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.form-input:focus {
  border-color: #dcc8fe #dcc8fe #0c0407;
}

.form-input::placeholder {
  color: #00000080;
  letter-spacing: -.16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-input.is-text-area {
  color: #0c0407;
  height: auto;
  padding-bottom: 4.7rem;
  padding-right: 1.25rem;
}

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

.form-input.is-select-input {
  color: gray;
  letter-spacing: -.16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  background-position: 98%;
  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: #dcc8fe;
}

.text-xl {
  letter-spacing: -.96px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.37rem;
}

.button_p-20px {
  grid-column-gap: .25rem;
  background-color: var(--primary-white);
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .875rem 1.25rem;
  text-decoration: none;
  display: inline-flex;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.text-style-italic {
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25rem;
}

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

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

.text-xs {
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .9375rem;
}

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

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

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

.social-link:hover {
  text-decoration: none;
}

.text-3xl {
  letter-spacing: -1.2px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.text-weight-medium {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

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

.text-weight-normal {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.text-style-quote {
  letter-spacing: -.5px;
  border-left: 4px solid #000;
  padding: 40px 110px 40px 40px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.text-weight-semibold {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

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

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

.display-none {
  display: none;
}

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

.text-xl-2 {
  letter-spacing: -.72px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.text-xl-2.text-weight-semibold {
  font-weight: 600;
}

.text-xl-2.text-weight-semibold.text-color-black-900 {
  letter-spacing: -.84px;
  width: 15rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.button-arrow-image-b {
  color: var(--primary-black);
  line-height: 0;
}

.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-sm-1 {
  letter-spacing: -.28px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3125rem;
}

.button-arrow-image-w {
  color: var(--black-900);
  line-height: 0;
}

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

.text-sm {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

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

.text-sm.text-weight-medium.text-color-black-600 {
  letter-spacing: -.2px;
  width: 16rem;
  padding-bottom: 30px;
  font-size: .89rem;
  line-height: 1.2rem;
}

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

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

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

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

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

.nav-button {
  grid-column-gap: .25rem;
  border: 1px solid var(--primary-white);
  background-color: var(--primary-white);
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: inline-flex;
}

.home-hero-headline-text {
  letter-spacing: -11.04px;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 11.5rem;
  font-weight: 600;
  line-height: 10.0625rem;
  display: flex;
}

.home-hero-headline-text.home-v2 {
  color: var(--black-900);
  letter-spacing: -6px;
  font-family: Inter, sans-serif;
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 7.5rem;
}

.home-hero-headline-text.home-v3 {
  color: var(--black-900);
  text-align: center;
  letter-spacing: -8.064px;
  font-size: 8.4rem;
  line-height: 7rem;
}

.text-base {
  letter-spacing: -.16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-base.text-weight-semibold {
  font-weight: 600;
}

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

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

.styleguide-subheading {
  z-index: 3;
  background-color: var(--primay-purple);
  color: #fff;
  padding: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  position: sticky;
  top: 2rem;
}

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

.project-rich-text h3 {
  color: var(--black-900);
  letter-spacing: -1.2px;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.project-rich-text p {
  color: var(--black-600);
  letter-spacing: -.16px;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.nav-button-text.text-sm.text-weight-semibold {
  font-weight: 600;
}

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

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

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

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

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

.text-lg {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.text-lg.text-align-center.text-color-black-800 {
  padding-top: 20px;
}

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

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

.page-link-block {
  height: 1.25rem;
  text-decoration: none;
  overflow: hidden;
}

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

.page-link-block.w--current {
  color: var(--primary-white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary-white);
  text-decoration-color: var(--primary-white);
  text-underline-position: under;
  text-decoration-thickness: 1px;
}

.social-link-text {
  color: #0c0407;
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.text-2xl {
  letter-spacing: -1.08px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.625rem;
}

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

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

.text-weight-xbold {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

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

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

.button-image_block {
  justify-content: flex-start;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  overflow: hidden;
}

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

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

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

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

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

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

.social-link-underline {
  background-color: #000;
  width: 100%;
  height: .09375rem;
  margin-top: -4px;
}

.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.styleguide_color {
  padding-bottom: 8rem;
}

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

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

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

.styleguide_color.is-purple {
  background-color: var(--primay-purple);
}

.styleguide_color.is-purple.border-black {
  border: 1px solid #000;
}

.global-headline-text {
  color: var(--black-900);
  text-align: center;
  letter-spacing: -4.5px;
  font-family: Inter, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 5.3rem;
}

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

.blog-rich-text h4 {
  letter-spacing: -1.08px;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.blog-rich-text p {
  color: var(--black-800);
  letter-spacing: -.16px;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-lg-2 {
  letter-spacing: -.54px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

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

.display-block {
  display: block;
}

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

.background-color-purple {
  background-color: var(--primay-purple);
  color: #000;
}

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

.project-rich-text-hero h3 {
  color: var(--black-900);
  letter-spacing: -1.2px;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.project-rich-text-hero p {
  color: var(--black-700);
  letter-spacing: -.16px;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.section_home-v1-hero {
  background-color: var(--primay-purple);
}

.checkout-button {
  color: #fff;
  letter-spacing: -.24px;
  background-color: #000;
  border-radius: 0;
  padding: 16px 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.checkout-button:hover {
  background-color: #333;
  text-decoration: none;
}

.goto-shop-button-text {
  color: #fff;
  letter-spacing: -.24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.menu-wrapper {
  grid-column-gap: 2.5rem;
  display: flex;
}

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

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

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

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 17rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.cart-text {
  color: #0c0407;
}

.cart-text.text-sm.text-color-white {
  color: var(--primary-white);
}

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

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

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

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

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

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

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

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

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

.cart-button:hover {
  text-decoration: none;
}

.remore-button-text {
  color: #f84148;
  letter-spacing: -.28px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.cart-item-price-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

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

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

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

.your-cart-text {
  color: #0c0407;
  letter-spacing: -1.08px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

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

.cart-item-name-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.go-to-shop-button-block {
  background-color: #000;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.go-to-shop-button-block:hover {
  background-color: #333;
  text-decoration: none;
}

.empty-state-text-2 {
  color: #333;
  text-align: center;
  letter-spacing: -.54px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.navbar {
  background-color: #0000;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.subtotal-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

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

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

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

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

.cart-quantity-number-block {
  margin-top: 1px;
}

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

.dropdown-block {
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-link-image-block {
  border-top: 12px solid #f0f0f0;
  border-left: 12px solid #f0f0f0;
  border-right: 12px solid #f0f0f0;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  width: 58px;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 58px;
}

.nav-link-text.text-sm.text-style-no_wrap.text-weight-semibold {
  font-weight: 600;
}

.dropdown-link-image {
  width: 176px;
  min-width: 176px;
  height: 180px;
}

.dropdown-list {
  z-index: 999;
  grid-column-gap: 20px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 20px;
  display: flex;
  box-shadow: 0 34px 136px -18px #0003;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: .5px solid #dcdcdc;
  padding: 20px;
  display: flex;
  top: 32px;
  box-shadow: 0 34px 136px -18px #0000001a;
}

.dropdown-icon {
  color: var(--black-900);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.dropdown-icon.dropdown-icon-white {
  color: #fff;
}

.dropdown-link {
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dropdown-link.w--current {
  color: #0c0407;
  text-decoration: underline;
}

.dropdown-link.w--current:hover {
  background-color: #fff;
}

.dropdown-list-wrapper {
  grid-column-gap: 20px;
  background-color: #fff;
  top: 32px;
}

.dropdown-list-wrapper.w--open {
  z-index: 999;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  margin-top: 20px;
  margin-left: -70px;
  padding: 16px 0 0;
  display: flex;
  position: absolute;
  top: 0;
}

.home-v1-hero_content {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-v1-hero_content-left {
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  max-width: 38.375rem;
  display: flex;
}

.home-v1-hero_content-right {
  width: 100%;
  max-width: 36.5rem;
}

.home-v1-hero_intro-text-content {
  grid-column-gap: 7.5rem;
  justify-content: flex-start;
  margin-left: 12px;
  display: flex;
}

.home-v1-hero_intro-text-block {
  width: 100%;
  max-width: 11.25rem;
}

.home-v1-hero_intro-text {
  color: var(--primary-white);
  letter-spacing: -1.2px;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
}

.about-me_wrapper {
  justify-content: space-between;
  display: flex;
}

.about-me_content-right {
  width: 100%;
  max-width: 47.125rem;
}

.about-me_headline-text {
  color: var(--black-900);
  letter-spacing: -1.2px;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3rem;
}

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

.projects_content-top {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  max-width: 55.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.project_cards {
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.projects-card {
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.projects-card.height-542px {
  height: 33.875rem;
}

.project-image {
  height: 30.625rem;
  overflow: hidden;
}

.project-image.height-542px {
  height: 33.875rem;
}

.project-info {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-line_11px {
  background-color: var(--black-700);
  width: 1px;
  height: 11px;
}

.project_name-block {
  grid-column-gap: .6rem;
  background-color: var(--primary-white);
  justify-content: center;
  align-items: center;
  padding: 0 1.5625rem 0 0;
}

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

.project_collection-list-wrapper._2-cards {
  grid-column-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project_collection-list-wrapper._1-card {
  display: block;
}

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

.project_name-wrapper {
  height: 1.5rem;
  overflow: hidden;
}

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

.services_content-top {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  max-width: 49.375rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.services_card {
  grid-row-gap: 3.7rem;
  object-fit: fill;
  background-color: #f7f7f7;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 60rem;
  padding-top: 1.75rem;
  padding-left: 1.75rem;
  padding-right: 6rem;
  display: flex;
}

.services_card-content-top {
  aspect-ratio: auto;
  flex: 0 auto;
}

.services_card-content-bottom {
  grid-row-gap: 1.75rem;
  flex-flow: column;
  display: flex;
}

.services_card-icon {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
}

.services_card-icon-svg {
  aspect-ratio: auto;
  color: var(--black-900);
  width: auto;
  height: auto;
  overflow: visible;
}

.section_clients.section-margin {
  margin-bottom: 0;
}

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

.clients_content-top {
  max-width: 55.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.clients_cards-wrapper-m {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: none;
}

.clients_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 16.5rem;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2.625rem 2.25rem;
}

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

.clients_cards-wrapper-pc {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-right: 0;
  display: flex;
}

.section_testimonial {
  overflow: hidden;
}

.testimonial_wrapper {
  grid-row-gap: 0rem;
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.testimonial_content-top {
  max-width: 49.375rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_content-bottom {
  margin-left: 3%;
}

.reviewer-name.text-lg.text-weight-semibold {
  font-weight: 600;
}

.testimonial_slider-button {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.testimonial_slider-button.right {
  inset: auto 1.25rem 0% auto;
}

.testimonial_slider-button.left {
  inset: auto 6.25rem 0% auto;
}

.testimonial_slider {
  background-color: #fff;
  height: 100%;
  padding-bottom: 5.625rem;
}

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

.testimonial_slide {
  width: 31.75rem;
  margin-right: 1.25rem;
}

.testimonial_slider-mask {
  width: 31.75rem;
  padding: 0;
  overflow: visible;
}

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

.slide-nav {
  display: none;
}

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

.testimonial_card {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: space-between;
  width: 31.75rem;
  height: 18.5rem;
  padding: 2rem 3rem 2rem 2rem;
  display: flex;
}

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

.faq_content-top {
  max-width: 32.625rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

.recent-blogs_content-top {
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
}

.article-collection-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  display: flex;
}

.blog-thumbnail-text.text-lg.text-weight-semibold {
  font-weight: 600;
}

.blog-info-block {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.blog-text-blog {
  max-width: 266px;
}

.blog-image-block {
  max-width: 285px;
  position: relative;
  overflow: hidden;
}

._2px_dot {
  background-color: #4c4c4c;
  border-radius: 100px;
  width: 2px;
  min-width: 2px;
  height: 2px;
  min-height: 2px;
}

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

.section_footer {
  background-color: var(--primary-black);
  padding-bottom: 2.5rem;
}

.footer_content-top {
  justify-content: space-between;
  padding-top: 7.5rem;
  padding-bottom: 14.325rem;
  display: flex;
}

.footer_content-left {
  width: 100%;
  max-width: 34.75rem;
  position: relative;
}

.footer_content-right {
  width: 100%;
  max-width: 50.625rem;
}

.footer-headline-text {
  color: var(--primary-white);
  letter-spacing: -6px;
  font-family: Inter, sans-serif;
  font-size: 6.1rem;
  font-weight: 600;
  line-height: 6.6rem;
}

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

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

.footer-item-headline.text-sm.text-weight-medium.text-color-white-60 {
  color: #fff9;
}

.page-link-white {
  letter-spacing: -.14px;
  height: 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  overflow: hidden;
}

.page-link-white.w--current {
  color: var(--primary-white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary-white);
  text-decoration-color: var(--primary-white);
  text-underline-position: under;
}

.page-link-white_text {
  color: var(--primary-white);
  font-weight: 500;
}

.buton_circle {
  background-color: #505050;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 9.125rem;
  min-width: 9.125rem;
  height: 9.125rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 2.875rem -6rem auto;
}

.buton_circle:hover {
  background-color: #858585;
}

.button_circle-text {
  color: var(--primary-white);
  letter-spacing: -.28px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.footer_hr-line {
  background-color: #fff3;
  width: 100%;
  height: .0625rem;
}

.copyright-text-block {
  grid-column-gap: 20.125rem;
  align-items: center;
  margin-top: 1.75rem;
  display: flex;
}

.quix-profile-link {
  color: var(--primary-white);
}

.nav-button-black {
  grid-column-gap: .25rem;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 11rem;
  padding: .75rem .4rem .75rem 1rem;
  text-decoration: none;
  display: inline-flex;
}

.button-arrow-image-white {
  color: #fff;
  line-height: 0;
}

.home-v2-hero_intro-text {
  color: var(--black-900);
  letter-spacing: -1px;
  width: 602px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.6rem;
}

.home-v2-hero_intro-text-block {
  width: 100%;
  max-width: 11.25rem;
}

.home-v2-hero_intro-text-content {
  grid-column-gap: 2.5rem;
  justify-content: flex-start;
  width: auto;
  margin-left: 12px;
  display: flex;
}

.home-v2-hero_content-left {
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  max-width: 38.375rem;
  display: flex;
}

.home-v2-hero_content {
  grid-column-gap: 8.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-v2-hero_wrapper {
  margin-top: 1.25rem;
}

.home-v2-hero_content-right {
  width: 100%;
  max-width: 35.9rem;
}

.home-v3-hero_wrapper {
  margin-top: 1.25rem;
}

.home-v3-hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-v3-hero_content-top {
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  max-width: 38.375rem;
  display: flex;
}

.home-v3-hero_intro-text-block {
  width: 100%;
  max-width: 9.2rem;
}

.home-v3-hero_image {
  width: 100%;
  max-width: 35.9rem;
}

.home-v3_content-bottom {
  grid-column-gap: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-main_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

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

.tab_link {
  color: #0c0407;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: .75rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.tab_link.w--current {
  color: #fff;
  background-color: #000;
  font-weight: 600;
}

.tab_menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.projects-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.project-single_info-block {
  grid-column-gap: 7.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 100%;
  max-width: 29rem;
  max-height: 11.25rem;
  display: grid;
}

.projects-single_richtext-block {
  margin-bottom: 1.5rem;
  display: flex;
}

.projects-single_hero-image {
  width: 100%;
  max-height: 40.5625rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

.project-single_content-top {
  margin-bottom: 4.75rem;
}

.project-single_wrapper {
  padding-top: 6.25rem;
}

.project-single_double-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.projects-single_richtext-block-01 {
  justify-content: space-between;
  margin-bottom: 2.5rem;
  display: flex;
}

.project-richtext-669px {
  max-width: 41.8125rem;
}

.project-single_image-590px {
  width: 100%;
  max-height: 29.5625rem;
  overflow: hidden;
}

.project-single_info-card {
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.project-single_headline-block {
  margin-bottom: 2.5rem;
}

.projects-single_images-block {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.page-link-block-black {
  height: 1.25rem;
  text-decoration: none;
  overflow: hidden;
}

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

.page-link-block-black.w--current {
  color: var(--primary-white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--black-900);
  text-decoration-color: var(--black-900);
  text-underline-position: under;
  text-decoration-thickness: 1px;
}

.section-headline-block {
  margin-bottom: 60px;
}

.services-hero-headline-block {
  justify-content: center;
  margin-bottom: 3.75rem;
  display: flex;
}

.section-headline-text {
  color: var(--black-900);
  text-align: center;
  letter-spacing: -4.32px;
  font-family: Inter, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 5.5rem;
}

.services-hero-wrapper {
  margin-top: 100px;
}

.play-button-image {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.services-hero-lightbox {
  width: 100%;
  position: relative;
}

.services-hero-light-box-image {
  width: 100%;
}

.play-button {
  grid-column-gap: 4px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  padding: 10px 16px;
  display: inline-flex;
  position: absolute;
  inset: 50% auto auto 47%;
}

.sevices-hero-lightbox-block {
  width: 100%;
  height: 100%;
  max-height: 827px;
}

.services-single-type-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  max-width: 680px;
  display: flex;
}

.services-single-text-content-block {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.services-single-text-block {
  max-width: 942px;
}

.services-single-image {
  width: 100%;
}

.services-single-type-card-block {
  background-color: #f5f5f5;
  padding: .75rem 1.5rem;
}

.services-single-image-block {
  height: 100%;
  max-height: 698px;
}

.about-hero_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.about-hero_content-top {
  max-width: 60.375rem;
}

.about-hero_content-middle {
  width: 100%;
  max-width: 39.375rem;
  height: 37.5rem;
  max-height: 37.5rem;
  margin-bottom: 1.25rem;
}

.about-hero_conent-bottom {
  width: 100%;
  max-width: 57.25rem;
}

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

.experience_content-top {
  max-width: 49.375rem;
  margin-left: auto;
  margin-right: auto;
}

.experience-text-ite-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.experience-item-headline.text-xl.text-weight-semibold {
  font-weight: 600;
}

.experience-image {
  height: 100%;
}

.hr-line-40 {
  background-color: #2c2c2c;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.experience-content-block {
  grid-column-gap: 60px;
  display: flex;
}

.experience-info-block {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.experience-company-name.text-lg-2.text-weight-medium {
  font-weight: 500;
}

.experience-text-content-block {
  width: 100%;
  max-width: 556px;
}

.hr-line-40-last {
  background-color: #2c2c2c;
  height: 1px;
  margin-top: 40px;
}

.experience-image-block {
  width: 100%;
  max-width: 584px;
}

.achivement_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.achivement_content-top {
  max-width: 49.375rem;
  margin-left: auto;
  margin-right: auto;
}

.achivement_content-bottom {
  width: 100%;
}

.numbers-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.number-card-wrapper {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 355px;
  height: 21.25rem;
  padding: 32px;
  display: flex;
}

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

.why-me_content-top {
  max-width: 50.375rem;
  margin-left: auto;
  margin-right: auto;
}

.why-me_content-bottom {
  width: 100%;
}

.choose-me-image-block {
  width: 100%;
  max-width: 584px;
}

.why-choose-me-text-content-wrapper {
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 371px;
  margin-left: auto;
  display: flex;
}

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

.why-choose-me-card-number-block {
  display: inline-block;
}

.choose-me-image {
  width: 100%;
  max-height: 470px;
}

.why-choose-me-card-wrapper {
  width: 100%;
  display: flex;
}

.choose-me-text-content-wrapper {
  grid-row-gap: 85px;
  flex-flow: column;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.articles-main_wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

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

.blog-intro-text {
  max-width: 850px;
  margin-bottom: 24px;
}

.blog-intro-text.text-base.text-weight-medium {
  font-weight: 500;
}

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

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

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

.author-name-text.text-lg.text-style-no_wrap.text-weight-semibold {
  font-weight: 600;
}

.blog-hero-headline {
  color: #0c0407;
  letter-spacing: -2.16px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 86px;
}

.blog-hero-headline.text-weight-semibold {
  font-weight: 600;
}

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

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

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

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

.blog-headline-element-block {
  width: 100%;
  max-width: 850px;
}

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

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

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

.blog-main-image-block {
  margin-bottom: 60px;
}

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

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

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

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

.blg-share-block {
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.blg-share-block_wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 0;
}

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

.form-submit-button {
  background-color: var(--black-900);
  width: 100%;
  padding: 16px 0;
}

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

.form-submit-button.text-xs.text-weight-medium {
  font-weight: 500;
}

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

.submit-button-arrow {
  position: absolute;
  inset: 39% auto auto 61.5%;
}

.contact-main-wrapper {
  padding-top: 100px;
}

.contact-main-content-wrapper {
  justify-content: center;
  display: flex;
}

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

.contact-headine-block {
  margin-bottom: 40px;
}

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

.contact-form-headline-text.text-xl.text-weight-bold {
  font-weight: 700;
}

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

.shop-main-headline-block {
  margin-top: 5rem;
}

.arrow-block {
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.cms-button-arrow {
  width: 13px;
}

.product-image-block {
  max-width: 690px;
  margin-bottom: 12px;
  text-decoration: none;
  overflow: hidden;
}

.shop-add_to_cart-button {
  position: absolute;
  inset: 0%;
}

.add-to-cart {
  display: inline-block;
}

.shop-price-block {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.product-info-block {
  grid-column-gap: 37px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.add-to-cart-button-wrapper {
  z-index: 1;
  color: #0000;
  letter-spacing: -.24px;
  background-color: #0000;
  border-radius: 5px;
  padding: 8px 12px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.add-to-cart-button-block {
  width: 68px;
  height: 68px;
}

.product-old-price-text {
  text-decoration: line-through;
}

.button-cms-view-wrapper {
  background-color: #fff;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  text-decoration: none;
  display: flex;
}

.add-to-cart-button-shop {
  display: inline-block;
  position: absolute;
  inset: 37% auto auto 43%;
}

.product-name-text {
  letter-spacing: -.6px;
}

.product-name-text.text-lg.text-weight-semibold {
  font-weight: 600;
}

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

.product-link {
  max-width: 690px;
  text-decoration: none;
  position: relative;
}

.out-of-stock-state {
  width: 200px;
}

.product-single-price-dot {
  border-radius: 10px;
  width: 2px;
  height: 2px;
}

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

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

.add-to-cart-button-single {
  background-color: var(--primary-black);
  color: #fff;
  letter-spacing: -.24px;
  padding: 16px 82px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

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

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

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

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

.product-single-add-to-cart-block {
  position: relative;
}

.product-single-new-price-text {
  display: inline-block;
}

.product-single-new-price-text.text-xl-2.text-weight-semibold {
  font-weight: 600;
}

.product-single-old-price-text {
  text-decoration: line-through;
  display: inline-block;
}

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

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

.product-quantity {
  color: #0c0407;
  letter-spacing: -.24px;
  background-color: #fff;
  border-color: #e5e5e5;
  height: 47px;
  margin-bottom: 0;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
}

.product-single-name-text {
  color: #0c0407;
  letter-spacing: -1.44px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
}

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

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

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

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

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

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

.type-name {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

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

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

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

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

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

.shipping-price-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.order-product-price {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: 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;
}

.order-submit-button {
  color: #fff;
  letter-spacing: -.24px;
  background-color: #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

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

.order-product-name-text {
  color: #0c0407;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.info-headline-text {
  letter-spacing: -.72px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.billing-info-block, .address-info-block, .payment-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: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.order-summary-text-block {
  color: #0c0407;
  letter-spacing: -.54px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.customer-info-headline-paypal {
  color: #000;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

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

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

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

.custmer-info-text-paypal {
  color: #0c0407;
  letter-spacing: -.28px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

.customer-info-text-order-confirmation {
  color: #0c0407;
  letter-spacing: -.28px;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

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

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

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

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

.customer-info-headline-order-confiramtion {
  color: #000;
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.instruction_wrapper {
  margin-top: 80px;
}

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

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

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

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

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

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

.instruction_item-headline.text-xl.text-weight-semibold {
  font-weight: 600;
}

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

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

.chnagelog-text-element-block {
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 120px;
  padding-left: 24px;
  display: flex;
}

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

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

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

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

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

.licenses-block-title {
  letter-spacing: -1.08px;
  margin-bottom: 34px;
  line-height: 42px;
}

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

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

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

.licenses-image-block {
  width: 224px;
  height: 224px;
  overflow: hidden;
}

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

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

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

.license-link {
  color: #666;
}

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

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

.licenses_wrapper {
  padding-top: 5rem;
}

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

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

.not_found-text {
  color: gray;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

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

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

.hero-headline {
  color: #0c0407;
  letter-spacing: -8px;
  font-family: Inter, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 160px;
}

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

.not_found-text-headline {
  color: #0c0407;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.375rem;
}

.not_found-button-block {
  background-color: #000;
  justify-content: center;
  margin-top: 48px;
  padding: .75rem 2.5rem;
  text-decoration: none;
  display: inline-flex;
}

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

.not-found-button-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

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

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

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

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

.pagination {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 3.75rem;
}

.next, .previous {
  grid-column-gap: .25rem;
  background-color: var(--primary-white);
  border-color: #e0e0e0;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem 1.375rem .625rem 1.25rem;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.security-form-input {
  color: var(--black-900);
  background-color: #f8f8f8;
  border-radius: .375rem;
  min-height: 3.37rem;
  margin-bottom: 0;
  padding: 1rem 0 1rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.security-form_button {
  background-color: var(--primary-black);
  color: var(--primary-white);
  letter-spacing: -.16px;
  border-radius: .375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

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

.project_info-wrapper {
  grid-column-gap: .6rem;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #f5ecec;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 40px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.link-2 {
  color: var(--primary-white);
  font-size: 6.1rem;
  font-weight: 600;
  line-height: 6.3rem;
  text-decoration: none;
}

.link-4 {
  color: var(--primary-white);
  letter-spacing: -2px;
  font-size: 6.1rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-decoration: none;
}

.text-block-3 {
  mix-blend-mode: normal;
}

.try1 {
  color: var(--primary-white);
  font-size: 6.4rem;
  font-weight: 600;
}

.prueba {
  mix-blend-mode: normal;
}

.try2 {
  color: var(--primary-white);
  letter-spacing: -4.3px;
  font-size: 5.7rem;
  font-weight: 600;
  line-height: 4.8rem;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    grid-column-gap: 13.9rem;
  }

  .nav-cart-wrapper {
    right: 197px;
  }

  .text-block-2 {
    line-height: 1.6rem;
  }

  .link {
    color: var(--primary-white);
    font-size: 6.1rem;
    font-weight: 600;
    line-height: 6.6rem;
    text-decoration: none;
  }
}

@media screen and (min-width: 1440px) {
  .text-xl.text-weight-medium.text-color-black-900 {
    padding-right: 35px;
    font-size: 1.9rem;
  }

  .home-hero-headline-text.home-v2 {
    color: var(--black-900);
    letter-spacing: -7px;
    font-size: 8.4rem;
    line-height: 8.5rem;
  }

  .home-hero-headline-text.home-v3 {
    color: var(--black-900);
    letter-spacing: -11.04px;
    font-size: 11.5rem;
    line-height: 10.0625rem;
  }

  .image-100 {
    padding-top: 20px;
    padding-left: 70px;
  }

  .global-wrapper {
    max-width: 1440px;
  }

  .nav-menu {
    grid-column-gap: 22rem;
  }

  .nav-cart-wrapper {
    right: 202px;
  }

  .navbar {
    max-width: 1440px;
  }

  .dropdown-list-wrapper.w--open {
    margin-left: -106px;
  }

  .home-v1-hero_content-left {
    grid-row-gap: 7.5rem;
  }

  .home-v1-hero_content-right {
    max-width: 44rem;
  }

  .projects-card {
    max-width: 60.5rem;
  }

  .testimonial_wrapper {
    max-width: 1400px;
  }

  .testimonial_content-bottom {
    margin-left: 0%;
  }

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

  .faq-item-block {
    width: 100%;
  }

  .article-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .blog-image-block {
    max-width: 335px;
  }

  .copyright-text-block {
    grid-column-gap: 26.4rem;
  }

  .home-v2-hero_intro-text {
    letter-spacing: -1.2px;
    width: 580px;
    font-size: 2.5rem;
  }

  .home-v2-hero_intro-text-content {
    grid-column-gap: 7.5rem;
  }

  .home-v2-hero_content-left {
    grid-row-gap: 3.5rem;
  }

  .home-v2-hero_content-right {
    max-width: 40.3125rem;
  }

  .home-v3-hero_content-top {
    grid-row-gap: 3.5rem;
  }

  .home-v3-hero_image {
    max-width: 40.3125rem;
  }

  .experience-text-content-block {
    max-width: 1005px;
  }

  .number-card-wrapper {
    width: 100%;
    max-width: 335px;
  }

  .choose-me-text-content-wrapper {
    max-width: 616px;
  }

  .blog-headline-element-block {
    max-width: 920px;
  }

  .blog-hero-image {
    max-height: 845px;
  }

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

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

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

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

  .submit-button-arrow {
    position: absolute;
    inset: 38% auto auto 59%;
  }

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

  .form-submit-button-block {
    width: 100%;
    position: relative;
  }

  .contact-form-headline-text.text-xl.text-weight-bold {
    font-weight: 700;
  }

  .shop-price-block {
    grid-column-gap: 12px;
    align-items: center;
    display: flex;
  }

  .product-info-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .shop-price-dot {
    border-radius: 10px;
  }

  .product-old-price-text {
    text-decoration: line-through;
  }

  .global-wrapper-11 {
    max-width: 1400px;
  }

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

@media screen and (min-width: 1920px) {
  .home-hero-headline-text.home-v2 {
    letter-spacing: -7px;
    width: 580px;
    font-size: 9rem;
    line-height: 8.8rem;
  }

  .image-100 {
    padding-top: 20px;
    padding-left: 0;
  }

  .testimonial_slider {
    overflow: hidden;
  }

  .home-v2-hero_intro-text {
    width: 580px;
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
}

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

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

  .text-sm-1, .text-sm {
    font-size: 14px;
  }

  .home-hero-headline-text {
    letter-spacing: -3px;
    font-size: 5.8rem;
    line-height: 100%;
  }

  .home-hero-headline-text.home-v2, .home-hero-headline-text.home-v3 {
    letter-spacing: -7px;
    font-size: 5.6rem;
    line-height: 4.8rem;
  }

  .styleguide-item-row {
    grid-auto-flow: column;
  }

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

  .global-headline-text {
    letter-spacing: -3px;
    line-height: 100%;
  }

  .menu-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 1.825rem;
  }

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

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

  .nav-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-menu {
    background-color: #0009;
    justify-content: center;
    margin-bottom: 1.25rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .nav-menu.black {
    background-color: var(--primary-white);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .hambuger-lottie {
    width: 36px;
    margin-top: 4px;
  }

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

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

  .cart-footer {
    padding: 0;
  }

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

  .menu-button {
    padding: 0;
  }

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

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

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

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

  .cart-button {
    align-items: center;
  }

  .remore-button-text {
    color: #f84148;
    letter-spacing: -.28px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }

  .cart-item-price-text {
    color: #0c0407;
    letter-spacing: -.6px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

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

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

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

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

  .cart-item-name-text, .subtotal-text {
    color: #0c0407;
    letter-spacing: -.6px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
  }

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

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

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

  .dropdown-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: inline-flex;
    position: static;
  }

  .dropdown-list {
    justify-content: flex-start;
    position: static;
  }

  .dropdown-list.w--open {
    grid-column-gap: 30px;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-link {
    width: 180px;
  }

  .dropdown-list-wrapper {
    justify-content: flex-start;
    position: static;
  }

  .dropdown-list-wrapper.w--open {
    grid-column-gap: 30px;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 16px;
    display: inline-flex;
    position: static;
  }

  .home-v1-hero_intro-text {
    font-size: 1.4rem;
  }

  .about-me_wrapper {
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .projects-card {
    max-width: 100%;
  }

  .projects-card.height-542px {
    height: 100%;
  }

  .project-image {
    height: 18rem;
  }

  .project-image.height-542px {
    height: 20rem;
  }

  .project-info {
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .project_name-block {
    grid-row-gap: .6rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .project_collection-list-wrapper._1-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services_card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .services_card {
    grid-row-gap: 3rem;
  }

  .clients_cards-wrapper-m {
    flex-flow: wrap;
    display: flex;
  }

  .clients_card {
    max-width: 14rem;
  }

  .clients_cards-wrapper-pc {
    flex-flow: wrap;
    display: none;
  }

  .testimonial_slider-button.right {
    right: 41%;
  }

  .testimonial_slider-button.left {
    left: 0%;
  }

  .testimonial_card {
    width: 100%;
  }

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

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

  .article-collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .blog-image-block {
    max-width: 354px;
  }

  .footer_content-top {
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 7.5rem;
  }

  .footer_content-left {
    grid-row-gap: 3rem;
    flex-flow: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .footer-headline-text {
    text-align: center;
    letter-spacing: -3px;
    line-height: 100%;
  }

  .buton_circle {
    position: static;
    right: 1.05rem;
  }

  .copyright-text-block {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
  }

  .home-v2-hero_intro-text-block {
    max-width: 7rem;
  }

  .home-v2-hero_intro-text-content {
    margin-left: 3px;
  }

  .home-v2-hero_content-left {
    grid-row-gap: 1.9rem;
  }

  .home-v2-hero_content {
    grid-column-gap: 2rem;
  }

  .home-v2-hero_content-right {
    max-width: 35.9rem;
  }

  .home-v3-hero_content {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }

  .home-v3-hero_content-top {
    grid-row-gap: 1.9rem;
    max-width: 22rem;
  }

  .home-v3-hero_intro-text-block {
    max-width: 9.5rem;
  }

  .home-v3-hero_image {
    max-width: 35.9rem;
  }

  .home-v3_content-bottom {
    grid-column-gap: 3rem;
  }

  .project-single_info-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start stretch;
    max-width: 100%;
    display: grid;
  }

  .project-single_wrapper {
    padding-top: 3rem;
  }

  .projects-single_richtext-block-01 {
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
  }

  .project-richtext-669px {
    max-width: 100%;
  }

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

  .services-hero-wrapper {
    margin-top: 80px;
  }

  .play-button {
    left: 42%;
  }

  .about-hero_content-top {
    width: 80%;
  }

  .about-hero_content-middle {
    max-width: 30rem;
    height: 28.125rem;
  }

  .about-hero_conent-bottom {
    width: 85%;
  }

  .experience-content-block {
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .experience-text-content-block {
    max-width: 100%;
  }

  .experience-image-block {
    order: -1;
    max-width: 100%;
  }

  .numbers-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .number-card-wrapper {
    grid-row-gap: 120px;
    max-width: 250px;
  }

  .choose-me-image-block {
    order: -1;
    max-width: 1005px;
  }

  .choose-me-content-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .choose-me-image {
    object-fit: cover;
  }

  .why-choose-me-card-wrapper {
    max-width: 100%;
  }

  .blog-hero-headline {
    letter-spacing: -1.5px;
    font-size: 56px;
    line-height: 62px;
  }

  .blog-main-content-block {
    grid-row-gap: 32px;
    flex-flow: column;
  }

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

  .shop-main-headline-block {
    margin-top: 4rem;
  }

  .product-image-block {
    max-width: 100%;
  }

  .add-to-cart-button-shop {
    top: 26%;
    left: 35%;
  }

  .product-single-image-block {
    max-width: 100%;
  }

  .product-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .checkout-form-conent-wrapper {
    flex-flow: column;
  }

  .checkout-form {
    margin-top: 60px;
  }

  .order-summary-block {
    width: 100%;
  }

  .paypal-form-wrapper {
    flex-flow: column;
  }

  .paypal-checkout-wrapper {
    margin-top: 60px;
  }

  .paypal-chekout-content {
    min-width: 0;
  }

  .order-summer-block {
    width: 100%;
    min-width: 0;
  }

  .order-confirmation-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .customer-chekout-content {
    min-width: 0;
  }

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

  .licenses_wrapper {
    margin-top: 60px;
  }

  .hero-headline {
    letter-spacing: -4px;
    font-size: 100px;
    line-height: 90px;
  }

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

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

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

  .text-xl {
    font-size: 1.5rem;
    line-height: 130%;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .nav-button {
    max-width: 8rem;
  }

  .home-hero-headline-text {
    letter-spacing: -2.5px;
    font-size: 6rem;
  }

  .home-hero-headline-text.home-v2 {
    font-size: 8.4rem;
    line-height: 7rem;
  }

  .home-hero-headline-text.home-v3 {
    text-align: left;
    font-size: 8.4rem;
    line-height: 7rem;
  }

  .text-2xl {
    font-size: 1rem;
  }

  .styleguide-item-row {
    flex-flow: wrap;
    justify-content: space-between;
    justify-items: stretch;
    display: flex;
  }

  .global-wrapper {
    max-width: 100%;
  }

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

  .global-headline-text {
    letter-spacing: -2px;
    font-size: 5rem;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
  }

  .nav-menu {
    margin-top: 0;
    overflow: hidden;
  }

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

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

  .cart-info-container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-link-image {
    width: 120px;
    min-width: 120px;
    height: 130px;
  }

  .dropdown-link {
    width: 128px;
  }

  .home-v1-hero_content {
    flex-flow: column;
    align-items: flex-start;
  }

  .home-v1-hero_content-right {
    max-width: 30rem;
  }

  .home-v1-hero_headline-text {
    width: 70%;
  }

  .home-v1-hero_intro-text-content {
    width: 70%;
    margin-left: 2px;
  }

  .about-me_wrapper {
    grid-row-gap: 1.5rem;
  }

  .projects-card.height-542px, .project-image, .project-image.height-542px {
    height: 19.375rem;
  }

  .project_collection-list-wrapper._2-cards {
    grid-template-columns: 1fr;
  }

  .project_collection-list-wrapper._1-card {
    width: 100%;
  }

  .services_card {
    padding: 1rem 2rem 1rem 1rem;
  }

  .clients_card {
    padding: 2rem 2.6rem;
  }

  .testimonial_slider-button {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .testimonial_slider-button.right {
    inset: auto auto 0% 49%;
  }

  .testimonial_slider-button.left {
    top: auto;
    bottom: 0%;
    left: 0%;
  }

  .testimonial_slider {
    background-color: #0000;
    height: 100%;
    padding-bottom: 6rem;
  }

  .testimonial_card-text {
    max-width: 100%;
  }

  .testimonial_cards-wrapper {
    display: block;
  }

  .testimonial_slide {
    margin-right: 2rem;
  }

  .button-icon-right {
    width: 20px;
    height: 20px;
    line-height: 1px;
  }

  .slide-nav {
    display: none;
  }

  .button-icon-left {
    width: 20px;
    height: 20px;
    line-height: 1px;
  }

  .testimonial_card {
    flex-flow: column;
    justify-content: space-between;
    height: 18rem;
    display: flex;
  }

  .faq-item-text-block {
    max-width: 85%;
  }

  .faq-nav-block {
    margin-left: 2rem;
    margin-right: 5px;
    padding-left: 1rem;
  }

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

  .faq-content-block {
    max-width: 100%;
  }

  .faq-item-block {
    width: 100%;
    min-width: 100%;
  }

  .faq-item-header-block {
    justify-content: space-between;
  }

  .article-collection-item {
    width: 100%;
  }

  .blog-card-wrapper {
    grid-row-gap: 10px;
  }

  .blog-text-blog {
    max-width: 80%;
  }

  .blog-image-block {
    max-width: 100%;
    height: 19.375rem;
  }

  .blog-link {
    width: 100%;
  }

  .footer_content-top {
    grid-row-gap: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer_content-left {
    grid-row-gap: 2.5rem;
  }

  .footer-headline-text {
    letter-spacing: -2px;
    font-size: 5rem;
  }

  .footer_item-wrapper {
    justify-content: space-between;
  }

  .footer-item-list {
    width: 100%;
    max-width: 132px;
  }

  .buton_circle {
    width: 7.5rem;
    min-width: 7.5rem;
    height: 7.5rem;
  }

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

  .nav-button-black {
    max-width: 6.625rem;
  }

  .home-v2-hero_intro-text {
    font-size: 2rem;
  }

  .home-v2-hero_intro-text-block {
    max-width: 10rem;
  }

  .home-v2-hero_intro-text-content {
    grid-column-gap: 8rem;
    width: 90%;
    margin-left: 7px;
  }

  .home-v2-hero_headline-text {
    width: 85%;
  }

  .home-v2-hero_content-left {
    grid-row-gap: 2.5rem;
  }

  .home-v2-hero_content {
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .home-v2-hero_content-right {
    max-width: 100%;
  }

  .home-v3-hero_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .home-v3-hero_content-top {
    grid-row-gap: 2.5rem;
    max-width: 30rem;
  }

  .home-v3-hero_image {
    max-width: 100%;
  }

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

  .mutiple-images_collection-list {
    flex-flow: column;
    display: flex;
  }

  .projects-single_hero-image {
    height: 19.375rem;
  }

  .project-single_wrapper {
    padding-top: 2.5rem;
  }

  .project-single_double-image {
    grid-template-columns: 1fr;
  }

  .project-single_image-590px {
    height: 19.375rem;
  }

  .section-headline-block {
    margin-bottom: 32px;
  }

  .services-hero-headline-block {
    margin-bottom: 2.5rem;
  }

  .section-headline-text {
    font-size: 4rem;
    line-height: 100%;
  }

  .services-hero-wrapper {
    margin-top: 60px;
  }

  .services-hero-light-box-image {
    height: 350px;
  }

  .play-button {
    top: 45%;
    left: 41%;
  }

  .services-single-image {
    object-fit: cover;
    height: 350px;
  }

  .services-single-type-card-block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-hero_wrapper {
    padding-top: 3rem;
  }

  .about-hero_content-top {
    width: 90%;
  }

  .about-hero_content-middle {
    max-width: 22rem;
    height: 19.375rem;
  }

  .about-hero_conent-bottom {
    width: 100%;
  }

  .number-card-wrapper {
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    max-width: 230px;
    height: 250px;
    padding: 20px;
  }

  .number-headline-text {
    font-size: 52px;
  }

  .why-choose-me-text-content-wrapper {
    grid-row-gap: .5rem;
    max-width: 100%;
  }

  .why-choose-me-card-number-block {
    margin-bottom: 1rem;
  }

  .why-choose-me-card-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .choose-me-text-content-wrapper {
    grid-row-gap: 2.5rem;
    max-width: 616px;
  }

  .blog-hero-headline {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 46px;
  }

  .blog-publish-info-content-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .blog-publish-info-block {
    order: -1;
    justify-content: flex-start;
  }

  .blog-hero-section {
    padding-bottom: 40px;
  }

  .blog-headline-element-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-quate-block {
    padding-right: 40px;
  }

  .product-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-main-headline-block {
    margin-top: 3rem;
    margin-bottom: 60px;
  }

  .add-to-cart-button-shop {
    top: 41%;
    left: 41%;
  }

  .product-single-default-state {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .checkout-form {
    margin-top: 40px;
  }

  .checkout-form-content-wrapper {
    width: 100%;
    min-width: 0;
  }

  .order-summary-block {
    min-width: 0;
  }

  .paypal-checkout-wrapper {
    margin-top: 40px;
  }

  .hero-headline-text-block {
    margin-top: 80px;
  }

  .instruction_content-wrapper, .chnagelog-text-element-block, .licenses-text-element-block {
    padding-left: 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-item-block {
    align-items: flex-start;
  }

  .licenses_wrapper {
    margin-top: 40px;
  }

  .hero-headline {
    letter-spacing: -5px;
    font-size: 108px;
    line-height: 98px;
  }

  .global-wrapper-11 {
    max-width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .styleguide-header {
    text-align: center;
  }

  .styleguide-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .styleguide-heading {
    line-height: 120%;
  }

  .form-input.is-text-area::placeholder, .form-input.is-select-input {
    color: #4c4c4c;
  }

  .text-xl {
    font-size: 1.3rem;
    line-height: 130%;
  }

  .text-xl.text-weight-medium.text-color-black-900 {
    color: #333;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .button_p-20-text {
    white-space: nowrap;
  }

  .text-3xl {
    font-size: 1.625rem;
    line-height: 100%;
  }

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

  .text-xl-2.text-weight-semibold.text-color-black-900 {
    text-align: left;
    letter-spacing: -.9px;
    width: 21rem;
    margin-top: 0;
    margin-bottom: -15px;
    padding-top: 4px;
    padding-bottom: 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6rem;
  }

  .text-sm.text-weight-medium.text-color-black-600 {
    width: 21rem;
    padding-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .home-hero-headline-text {
    letter-spacing: -1.5px;
    font-size: 4rem;
  }

  .home-hero-headline-text.home-v2 {
    letter-spacing: -2.6px;
    width: 22rem;
    margin-left: 6px;
    font-size: 4rem;
    line-height: 3.8rem;
  }

  .home-hero-headline-text.home-v3 {
    letter-spacing: -6px;
    font-size: 4.5rem;
    line-height: 3.8rem;
  }

  .nav-button-text {
    white-space: nowrap;
  }

  .image-100 {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .text-lg {
    font-size: 1.15rem;
  }

  .text-lg.text-align-center.text-color-black-800 {
    color: var(--black-800);
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: -10px;
    margin-left: 0;
    margin-right: 5px;
    padding-top: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .text-lg.text-weight-medium.text-color-black-900 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .styleguide_grid-colours {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .styleguide-item-row {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row dense;
    display: flex;
  }

  .global-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .global-headline-text {
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 1.7rem;
    line-height: 2.1rem;
  }

  .text-lg-2 {
    font-size: 1rem;
  }

  .cart-quantity-number {
    margin-top: 1px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    margin-bottom: .5rem;
  }

  .logo-image {
    margin-left: 6px;
  }

  .hambuger-lottie {
    width: 25px;
    margin-right: 4px;
  }

  .cart-item-name-price-block {
    flex-flow: column;
  }

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

  .cart-item-price-text {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-item {
    grid-column-gap: 0px;
  }

  .checkout-button-arrow {
    display: block;
    left: 215px;
  }

  .logo-link {
    width: 131px;
  }

  .cart-item-info-wrapper {
    width: 100%;
    margin-left: 10px;
    margin-right: 0;
  }

  .navbar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cart-info-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quntity-block {
    margin-bottom: 20px;
  }

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

  .dropdown-link-image-block {
    border-top-width: 6px;
    border-left-width: 6px;
    border-right-width: 6px;
  }

  .dropdown-link-image {
    width: 80px;
    min-width: 80px;
    height: 96px;
  }

  .dropdown-list {
    padding: 10px;
  }

  .dropdown-list.w--open {
    grid-column-gap: 12px;
    justify-content: center;
    padding: 10px;
  }

  .dropdown-link {
    width: 80px;
  }

  .dropdown-link.w--current {
    width: 68px;
  }

  .dropdown-list-wrapper.w--open {
    grid-column-gap: 12px;
    justify-content: center;
    margin-left: 0;
    padding: 0;
  }

  .home-v1-hero_content {
    grid-row-gap: 1rem;
  }

  .home-v1-hero_content-left {
    grid-row-gap: 2.5rem;
  }

  .home-v1-hero_headline-text {
    width: 90%;
  }

  .home-v1-hero_intro-text-content {
    grid-column-gap: .3rem;
    width: 100%;
  }

  .home-v1-hero_intro-text-block {
    max-width: 8rem;
  }

  .about-me_headline-text {
    text-align: left;
    letter-spacing: -.5px;
    margin-bottom: -15px;
    font-size: 1.8rem;
  }

  .projects-card.height-542px {
    height: 13.125rem;
  }

  .project-image, .project-image.height-542px {
    height: 16.875rem;
  }

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

  .project_name-block {
    padding-right: 0;
    top: .5rem;
    left: .5rem;
  }

  .project_collection-list-wrapper._2-cards {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .section_headline {
    grid-row-gap: 0rem;
  }

  .services_card-wrapper {
    grid-template-columns: 1fr;
  }

  .services_card {
    grid-row-gap: 2rem;
    padding-bottom: 1rem;
  }

  .services_card-content-bottom {
    margin-left: 15px;
  }

  .section_clients.section-margin {
    margin-bottom: 3rem;
  }

  .clients_cards-wrapper-m {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .clients_card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: .8rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 17rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1.2rem 1.5rem;
  }

  .clients_cards-wrapper-pc {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonial_slider-button.right {
    left: 54%;
  }

  .testimonial_slider-button.left {
    left: 7%;
  }

  .testimonial_card-text {
    max-width: 100%;
  }

  .testimonial_slide {
    width: 100%;
  }

  .testimonial_slider-mask {
    width: 100%;
    padding-right: .5rem;
  }

  .reviewer-image {
    width: 3.7rem;
    height: 3.7rem;
  }

  .testimonial_card {
    height: 15rem;
    padding: 1rem;
  }

  .reviewer-designation.text-sm.text-weight-medium.text-color-black-900 {
    font-size: .75rem;
    line-height: 1rem;
  }

  .faq-nav-block {
    margin-left: 0;
  }

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

  .faq-item-block {
    width: 100%;
    min-width: 100%;
  }

  .blog-image-block {
    height: 16.875rem;
  }

  .footer-headline-text {
    color: var(--primary-white);
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .footer_item-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-item-list {
    flex: 1;
    max-width: 100%;
  }

  .quix-profile-link, .copyright-text.text-sm.text-color-white {
    font-size: .75rem;
  }

  .home-v2-hero_intro-text {
    letter-spacing: -1.1px;
    width: 22rem;
    margin-left: 0;
    font-size: 1.67rem;
    font-weight: 500;
    line-height: 2.1rem;
  }

  .home-v2-hero_intro-text-block {
    max-width: 8rem;
  }

  .home-v2-hero_intro-text-content {
    grid-column-gap: .3rem;
    width: 100%;
  }

  .home-v2-hero_headline-text {
    width: 90%;
  }

  .home-v2-hero_content-left {
    grid-row-gap: 1.5rem;
  }

  .home-v2-hero_content {
    grid-row-gap: 1rem;
  }

  .home-v3-hero_content {
    grid-row-gap: 2.5rem;
  }

  .home-v3-hero_content-top {
    grid-row-gap: 1.5rem;
  }

  .home-v3-hero_headline-text {
    width: 90%;
  }

  .home-v3-hero_intro-text-block {
    max-width: 8rem;
  }

  .home-v3_content-bottom {
    grid-row-gap: 2rem;
  }

  .project-single_info-block {
    grid-column-gap: .5rem;
    grid-row-gap: 2rem;
  }

  .projects-single_hero-image, .project-single_image-590px {
    height: 16.875rem;
  }

  .section-headline-block {
    margin-bottom: 28px;
  }

  .services-hero-headline-block {
    margin-bottom: 2rem;
  }

  .section-headline-text {
    letter-spacing: -3px;
    font-size: 3.4rem;
  }

  .services-hero-light-box-image {
    height: 235px;
  }

  .play-button {
    left: 29%;
  }

  .services-single-text-content-block {
    grid-row-gap: 2rem;
    margin-bottom: 2.5rem;
  }

  .services-single-image {
    height: 280px;
  }

  .services-single-type-card-block {
    padding: .7rem 1rem;
  }

  .services-single-type-text.text-lg {
    font-size: 1.1rem;
  }

  .about-hero_wrapper {
    grid-row-gap: 2rem;
  }

  .about-hero_content-middle {
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .numbers-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .number-card-wrapper {
    max-width: 140px;
    height: 180px;
  }

  .number-headline-text {
    font-size: 48px;
  }

  .number-card-text.text-lg-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-hero-headline {
    letter-spacing: -.8px;
    font-size: 36px;
    line-height: 42px;
  }

  .blog-publish-info-block {
    grid-column-gap: 14px;
  }

  .blog-headline-element-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-hero-image {
    object-fit: cover;
    height: 230px;
  }

  .blog-main-image {
    object-fit: cover;
    height: 220px;
  }

  .blog-quate-block {
    padding: 20px;
  }

  .contact-form-headline-block {
    text-align: center;
  }

  .shop-main-headline-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button-cms-view-wrapper {
    width: 64px;
    height: 64px;
  }

  .add-to-cart-button-shop {
    top: 30%;
    left: 42%;
  }

  .add-cart-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .product-single-price-block {
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
  }

  .product-single-default-state {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .shipping-method-item {
    grid-column-gap: 18px;
  }

  .checkout-form {
    padding: 0;
  }

  .order-item {
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
  }

  .shipping-price-text {
    order: -1;
  }

  .order-product-info {
    margin-left: 0;
    margin-right: 0;
  }

  .shipping-method-item-text-wrapper {
    flex-flow: column;
  }

  .paypal-info-block {
    width: 100%;
  }

  .paypal-chekout-content {
    min-width: 0;
  }

  .ordero-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .order-confiramtion-content-block {
    width: 100%;
  }

  .customer-chekout-content {
    min-width: 0;
  }

  .hero-headline-text-block {
    margin-top: 40px;
  }

  .licenses-images-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .licenses-image-block {
    width: 140px;
    height: 140px;
  }

  .hero-headline {
    letter-spacing: -3px;
    font-size: 40px;
    line-height: 50px;
  }

  .global-wrapper-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .social-element-block {
    grid-row-gap: 10px;
  }

  .security-form-wrapper {
    width: 19.2rem;
    padding: 1.2rem;
  }

  .text-block-2 {
    text-align: center;
    letter-spacing: -.3px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .link-3 {
    color: var(--primary-white);
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
  }

  .try1 {
    color: var(--primay-purple);
    font-weight: 600;
  }

  .try2 {
    color: var(--primary-white);
    letter-spacing: -3px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3rem;
  }

  .text-block-4 {
    color: #faf5f5;
    text-align: center;
    font-size: 3rem;
    line-height: 1rem;
    text-decoration: none;
  }
}

#w-node-_0c06bacd-7060-f87a-6bfe-9421e758289f-e7582881 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_615bde03-b008-576f-c1a7-d77d1ca1a7dd-1ca1a7cf, #w-node-_66793c54-ec9d-7820-858f-b30ac103c9b7-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9b8-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9bc-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9bd-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9c1-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9c2-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9c6-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9c7-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9d1-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9d2-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9d6-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9d7-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9e1-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9e2-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9e6-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9e7-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9eb-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9ec-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9f0-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9f1-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9f5-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9f6-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9fa-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9fb-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103c9ff-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca00-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca04-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca05-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca09-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca0a-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca0e-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca0f-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca19-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca1a-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca1e-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca1f-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca23-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca24-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca28-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca29-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca2d-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca2e-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca39-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca3a-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca3e-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca3f-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca43-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca44-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca48-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca49-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca4d-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca4e-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca52-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca53-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca5d-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca5e-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca62-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca63-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca67-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca68-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca6f-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca70-96f5a30c {
  justify-self: start;
}

#w-node-_0d1b1ab9-3294-7aa3-87d0-ec772cda8382-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d1b1ab9-3294-7aa3-87d0-ec772cda8383-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca79-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103ca7a-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103caa5-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103caa6-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103caab-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103caac-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cab1-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cab2-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cab6-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cab7-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cabb-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cabc-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cac0-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cac1-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cac5-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cac6-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103caca-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cacb-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cacf-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cad0-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cad4-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cad5-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cad9-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cada-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cade-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cadf-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cae3-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cae4-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103caed-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103caee-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103caef-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103caf5-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103caf6-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103caf7-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb0f-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb10-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb1a-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb1b-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb36-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb37-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb38-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb39-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb3b-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb3e-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb42-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb43-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb44-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb4d-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb4e-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb4f-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb61-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb62-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb63-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb64-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb6a-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb6b-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb6c-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb6d-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb70-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb71-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb72-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb73-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb76-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb77-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb78-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb79-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb7c-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb7d-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb7e-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb7f-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb82-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb83-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb84-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb85-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb88-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb89-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb8a-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb8b-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb8e-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb8f-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb90-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb91-96f5a30c {
  justify-self: start;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb95-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb96-96f5a30c, #w-node-_66793c54-ec9d-7820-858f-b30ac103cb97-96f5a30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66793c54-ec9d-7820-858f-b30ac103cb98-96f5a30c {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_0c06bacd-7060-f87a-6bfe-9421e758289f-e7582881 {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }
}


