:root {
  --colors--soft-white: #eef4f4;
  --fonts--syne: Syne, sans-serif;
  --colors--black: black;
  --fonts--bebas-neue: "Bebas Neue", sans-serif;
  --sizes--xx-small: .5em;
  --sizes--large: 4em;
  --sizes--medium: 3em;
  --sizes--x-small: 1em;
  --sizes--small: 2em;
  --colors--charcoal-gray: #3a3a3a;
  --colors--white: white;
  --sizes--xx-large: 6em;
  --colors--gray: #d9d9d9;
  --colors--charcoal-purple\<deleted\|variable-519dcf92-4163-5962-a611-d054df61ab70\>: indigo;
  --colors--near-black: #111;
  --colors--silver: lightgrey;
  --colors--charcoal-black: #222223;
  --colors--jet-black: #2b2b2b;
  --colors--smoky-black\<deleted\|variable-f2459c37-0963-c6ff-6a6a-d2b387b5a9f7\>: #3a3a3a;
  --colors--dark-gray: #1a1a1a;
  --colors--soft-purple\<deleted\|variable-d11d8eed-748a-c567-0ebf-e28194961e97\>: #a194f1;
  --colors--aero-blue: #e1eae9;
  --colors--onyx: #161616;
  --sizes--x-large: 5em;
  --colors--light-gray: #f1f1f1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.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-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--colors--soft-white);
  font-family: var(--fonts--syne);
  color: var(--colors--black);
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-family: var(--fonts--bebas-neue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.15;
}

h2 {
  margin-top: var(--sizes--xx-small);
  font-family: var(--fonts--bebas-neue);
  margin-bottom: .25em;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.45;
}

h3 {
  font-family: var(--fonts--bebas-neue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  font-family: var(--fonts--bebas-neue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  color: var(--colors--black);
  max-width: 70ch;
  margin-bottom: 10px;
  line-height: 1.3;
}

a {
  color: var(--colors--black);
  text-decoration: none;
}

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

.container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.container.is--vertical-padding-zero {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is--navbar {
  padding-top: var(--sizes--x-small);
  padding-bottom: var(--sizes--x-small);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.is--home-contact {
  max-width: none;
}

.container.padding-bottom-zero {
  padding-bottom: 0;
}

.container.is--full-height {
  height: 100%;
}

.container.is--full-height.is--position-relative {
  position: relative;
}

.container.is--projects-hero {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.container.is--padding-top-zero {
  padding-top: 0;
}

.container.is--full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container.is--full-width.is--home-services {
  height: 130vh;
  position: relative;
}

.h1-title {
  text-align: center;
  max-width: 19ch;
  margin: 0 auto;
  line-height: 1;
}

.h1-title.is--left {
  text-align: left;
}

.home-hero {
  flex-flow: column;
  justify-content: center;
  min-height: 88vh;
  display: flex;
}

.home-hero-buttons {
  margin-top: var(--sizes--xx-small);
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-cards-wrap {
  z-index: 5;
  margin-top: var(--sizes--xx-small);
  margin-bottom: var(--sizes--small);
  padding-top: .7em;
  padding-bottom: 16em;
  position: relative;
}

.home-cards-wrap.is--second {
  padding-bottom: 18em;
}

.nav-menu {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  align-items: center;
  display: flex;
}

.nav-menu__item {
  z-index: 5;
  padding-left: .1em;
  padding-right: .1em;
  line-height: 1;
}

.nav-menu__item.w--current {
  color: var(--colors--charcoal-gray);
}

.nav-menu__item.is--large.is--cart {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 100;
  background-color: var(--colors--soft-white);
  position: sticky;
  top: 0;
}

.brand-logo {
  order: -1;
  display: flex;
}

.brand-logo.is--menu {
  transition: transform .5s cubic-bezier(.58, 0, .01, 1);
}

.brand-logo.is--menu:hover {
  transform: scale(1.1);
}

.brand-logo__text {
  font-family: var(--fonts--bebas-neue);
  color: var(--colors--white);
  font-size: 1.4rem;
  font-weight: 400;
}

.brand-logo__text.is--black {
  /* color: var(--colors--black); */
  color:blue
}

.brand-logo__icon {
  height: 28px;
}

.navbar-button-wrap {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  order: 1;
  display: flex;
}

.home-about {
  padding-bottom: var(--sizes--medium);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-about-info {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-about-cards {
  padding-top: var(--sizes--medium);
}

.home-block {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.home-block.is--services {
  position: sticky;
  top: 5em;
}

.home-block.is--padded-bottom {
  padding-bottom: 9em;
}

.home-block-list-wrapper {
  position: relative;
}

.home-block-list-wrapper.is--margined-top {
  margin-top: var(--sizes--x-small);
}

.home-block-list {
  display: flex;
}

.home-block-list.is--padded {
  padding-right: var(--sizes--small);
  padding-left: var(--sizes--small);
}

.home-block-list.is--padded.is--brands {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.home-block-list.is--services {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
}

.home-service {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.home-service.is--first {
  z-index: 2;
  position: relative;
}

.home-service.is--second {
  z-index: 3;
  position: relative;
}

.home-service.is--third {
  z-index: 4;
  position: relative;
}

.home-service.is--fourth {
  z-index: 5;
  position: relative;
}

.service__title {
  z-index: 5;
  color: var(--colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  position: relative;
}

.service__title.is--large {
  font-size: 2.6rem;
}

.service__title.is--large.is--charcoal-gray {
  color: var(--colors--charcoal-gray);
  font-size: 3.6rem;
  line-height: 1.25;
}

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

.service-inner {
  padding: var(--sizes--x-small) 1.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.service-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-block-list-wrap {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  background-color: #ddd0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
  overflow: hidden;
}

.home-block-list-wrap.is--flex {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  display: flex;
  position: relative;
}

.home-block-list-wrap.is--flex.is--reversed {
  flex-flow: row-reverse;
  width: 100%;
}

.hide {
  display: none;
}

.block__title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.block__title.is--margin-zero {
  margin-top: 0;
  margin-bottom: 0;
}

.work-inner {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.customers-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.home-cards {
  justify-content: center;
  display: flex;
}

.home-cards.is--about {
  justify-content: flex-start;
}

.card {
  border-radius: 18px;
  width: 190px;
  min-width: 190px;
  height: 190px;
  min-height: 190px;
  position: absolute;
  transform: rotate(-35deg);
}

.card.is--first {
  z-index: -8;
}

.card.is--first.is--not-rotated {
  transform: none;
}

.card.is--second {
  z-index: -7;
}

.card.is--second.is--not-rotated {
  transform: none;
}

.card.is--third {
  z-index: -6;
}

.card.is--third.is--not-rotated {
  transform: none;
}

.card.is--fourth {
  z-index: -5;
}

.card.is--fourth.is--not-rotated {
  transform: none;
}

.card.is--fifth {
  z-index: -4;
}

.card.is--sixth {
  z-index: -3;
}

.card.is--seventh {
  z-index: -2;
}

.card.is--eighth {
  z-index: -1;
}

.card.is--fifth-about {
  z-index: 5;
  transform-origin: 100% 100%;
  transform: none;
}

.card.is--fourth-about {
  z-index: 4;
  transform-origin: 100% 100%;
  transform: none;
}

.card.is--third-about {
  z-index: 3;
  transform-origin: 100% 100%;
  transform: none;
}

.card.is--second-about {
  z-index: 2;
  transform-origin: 0 100%;
  transform: none;
}

.card.is--first-about {
  z-index: 1;
  transform-origin: 0 100%;
  transform: none;
}

.card__image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
}

.card__image.is--first-about, .card__image.is--second-about {
  transform-origin: 0 100%;
}

.card__image.is--third-about, .card__image.is--fourth-about, .card__image.is--fifth-about {
  transform-origin: 100% 100%;
}

.popup-card {
  padding: var(--sizes--xx-small);
  opacity: 0;
  color: var(--colors--white);
  border-radius: 27.51px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: -4em auto auto 0%;
  transform: scale(.1);
}

.popup-card.is--gold {
  background-color: var(--colors--gray);
}

.popup-card.is--gold.is--right-side {
  color: var(--colors--black);
  inset: -4.2em auto auto;
}

.popup-card.is--gold.is--pricing {
  color: var(--colors--black);
  top: -3.5em;
  left: auto;
  right: 0%;
}

.popup-card.is--charcoal-gray {
  background-color: var(--colors--charcoal-gray);
  top: -4.2em;
  left: auto;
  right: 0%;
}

.popup-card.is--gray {
  background-color: var(--colors--gray);
}

.popup-card.is--gray.is--right-side {
  color: var(--colors--black);
  top: -4.2em;
  left: 40%;
}

.popup-card.is--charcoal-purple {
  background-color: var(--colors--charcoal-purple\<deleted\|variable-519dcf92-4163-5962-a611-d054df61ab70\>);
  text-transform: capitalize;
}

.popup-card.is--charcoal-purple.is--right-side {
  background-color: var(--colors--charcoal-gray);
  top: -4.2em;
  left: 40%;
}

.popup-card.is--soft-gold {
  background-color: var(--colors--gray);
  color: var(--colors--black);
  top: -3.8em;
  left: auto;
  right: 35%;
  transform: rotate(-9.4deg)scale(.1);
}

.popup-card.is--deep-pink {
  background-color: var(--colors--charcoal-gray);
}

.popup-card.is--deep-pink.is--pricing {
  top: -3.5em;
  left: auto;
  right: 0%;
}

.home-card-info__triangle {
  height: 19px;
  position: absolute;
  bottom: -35.5%;
  transform: rotate(-10deg);
}

.home-card-info__triangle.is--rotated {
  transform: rotate(-12deg);
}

.home-card-info__triangle.is--rotated.is--28-deg, .home-card-info__triangle.is--rotated-to-right {
  transform: rotate(28deg);
}

.overflow-hidden {
  overflow: hidden;
}

.home-about-section {
  z-index: 5;
  position: relative;
}

.home-about-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.footer {
  background-color: var(--colors--near-black);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.footer-inner {
  z-index: 5;
  padding-right: var(--sizes--small);
  padding-left: var(--sizes--small);
  position: relative;
}

.footer-info {
  z-index: 5;
  padding-top: var(--sizes--xx-large);
  padding-bottom: var(--sizes--small);
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.7fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.footer-info__title {
  color: var(--colors--white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer-info__text {
  color: var(--colors--white);
  font-size: 1rem;
  line-height: 2;
  transition: color .5s cubic-bezier(.58, 0, .01, 1);
}

.footer-info__text:hover {
  color: var(--colors--silver);
}

.footer-info__text.is--not-hover-able:hover {
  color: var(--colors--white);
}

.footer-info-list {
  margin-top: var(--sizes--small);
  margin-bottom: 0;
  padding-left: 0;
}

.footer-info-list-item {
  margin-bottom: .25em;
}

.footer-info-col.is--first {
  padding-right: var(--sizes--small);
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.footer-info__description {
  color: var(--colors--white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.footer-info-texts-wrap {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info-top {
  position: relative;
}

.footer-bottom {
  z-index: 5;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-social {
  background-color: var(--colors--charcoal-gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
}

.footer-social.is--fourth {
  position: relative;
}

.footer-social__icon {
  height: 48px;
}

.footer-social__icon.is--first.is--hidden, .footer-social__icon.is--second.is--hidden, .footer-social__icon.is--third.is--hidden, .footer-social__icon.is--fourth.is--hidden {
  opacity: 0;
  position: absolute;
}

.home-contact-inner {
  margin-top: var(--sizes--xx-small);
  margin-bottom: var(--sizes--xx-small);
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-contact__title {
  text-align: center;
  max-width: 22ch;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.home-contact__subtitle {
  margin-bottom: 0;
}

.home-contact {
  width: 100%;
}

.home-contact-gallery-row {
  padding-right: var(--sizes--small);
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  display: flex;
}

.home-contact__icon {
  width: 92px;
  min-width: 92px;
  height: 92px;
  min-height: 92px;
}

.home-contact__icon.is--low {
  transform: translate(0, -30%);
}

.home-contact__icon.is--lower {
  transform: translate(0);
}

.home-contact__icon.is--mid {
  transform: translate(0, -60%);
}

.home-contact__icon.is--high {
  transform: translate(0, -90%);
}

.home-contact__icon.is--higher {
  transform: translate(0, -120%);
}

.home-contact-gallery-row-wrap {
  width: 100%;
  padding-top: 8em;
  display: flex;
  overflow: hidden;
}

.home-contact-gallery-row-wrap.is--reverse {
  flex-flow: row-reverse;
}

.home-brand-logo {
  width: 138px;
  min-width: 138px;
}

.home-brands-info {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-brands-cover {
  z-index: 5;
  background-image: linear-gradient(90deg, var(--colors--soft-white), #eef4f400 40%, #eef4f400 60%, var(--colors--soft-white));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-faq {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-faq-tabs-wrap {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  width: 100%;
  display: flex;
}

.home-faq-tabs {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  flex-flow: column;
  width: 40%;
  display: flex;
}

.home-faq-tabs-content {
  width: 60%;
}

.home-faq-tab {
  padding: 1.5em var(--sizes--small);
  background-color: var(--colors--black);
  color: var(--colors--white);
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.home-faq-tab:hover {
  background-color: var(--colors--charcoal-black);
}

.home-faq-tab.w--current {
  background-color: var(--colors--charcoal-black);
  font-weight: 600;
}

.home-faq-tab-content {
  padding: var(--sizes--small);
  background-color: var(--colors--charcoal-black);
  border-radius: 24px;
  height: 100%;
  min-height: 100%;
}

.home-faq-tab-content-inner {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-faq-tab-content__paragraph {
  color: var(--colors--white);
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8;
}

.home-tutorial {
  padding-top: var(--sizes--medium);
  padding-bottom: var(--sizes--medium);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-tutorial__title {
  z-index: 0;
  color: var(--colors--white);
  font-size: 10rem;
  line-height: 1;
  position: absolute;
}

.home-tutorial-section {
  background-color: var(--colors--charcoal-black);
}

.home-tutorial-cards {
  z-index: 5;
  justify-content: center;
  width: 280px;
  max-width: 280px;
  height: 280px;
  display: flex;
  position: relative;
}

.home-tutorial-card {
  padding-top: var(--sizes--small);
  padding-right: var(--sizes--small);
  padding-left: var(--sizes--small);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.home-tutorial-card.is--first {
  z-index: 10;
  background-color: var(--colors--black);
  transform: translate(35px, -16px)rotate(2.11deg);
}

.home-tutorial-card.is--second {
  z-index: 8;
  background-color: var(--colors--jet-black);
  transform: translate(20px, -8px)rotate(1.13deg);
}

.home-tutorial-card.is--third {
  z-index: 6;
  background-color: var(--colors--smoky-black\<deleted\|variable-f2459c37-0963-c6ff-6a6a-d2b387b5a9f7\>);
  transform: translate(5px)rotate(0);
}

.home-tutorial-card.is--fourth {
  z-index: 4;
  background-color: var(--colors--gray);
  transform: translate(-10px, 8px)rotate(.1deg);
}

.home-tutorial-card__count {
  z-index: 5;
  color: var(--colors--soft-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.home-tutorial-card__count.is--dark-gray {
  color: var(--colors--dark-gray);
}

.home-tutorial-card__title {
  z-index: 5;
  margin-top: var(--sizes--x-small);
  color: var(--colors--soft-white);
  max-width: 25ch;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.home-tutorial-card__title.is--dark-gray {
  color: var(--colors--dark-gray);
}

.home-tutorial-wrap {
  height: 500vh;
  position: relative;
}

.nav-menu-bg {
  padding-right: var(--sizes--xx-small);
  padding-left: var(--sizes--xx-small);
  background-color: var(--colors--soft-purple\<deleted\|variable-d11d8eed-748a-c567-0ebf-e28194961e97\>);
  border-radius: 30px;
  width: 60px;
  height: 95%;
  display: none;
  position: absolute;
  left: 0%;
}

.contact-hero {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero__paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.contact-form {
  width: 100%;
  margin-bottom: 0;
}

.contact-content {
  margin-top: var(--sizes--x-small);
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-info {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.contact-block {
  padding: var(--sizes--small) 1.5em;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--colors--aero-blue);
  border-radius: 24px;
  display: flex;
}

.contact-block-icon-wrap {
  background-color: var(--colors--charcoal-gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  min-width: 75px;
  height: 75px;
  min-height: 75px;
  transition: background-color .5s cubic-bezier(.58, 0, .01, 1);
  display: flex;
}

.contact-block__icon {
  width: 40px;
  height: 40px;
}

.contact-block-content {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.contact-block__title {
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-block__subtitle {
  color: var(--colors--charcoal-gray);
  font-size: 1rem;
  font-weight: 500;
}

.contact-form-inner {
  width: 100%;
  height: 100%;
}

.contact-form-block {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.contact-form-block.is--margined-top {
  margin-top: var(--sizes--x-small);
}

.contact-form-block.is--margined {
  margin-top: var(--sizes--x-small);
  margin-bottom: var(--sizes--x-small);
}

.contact-form__input {
  z-index: 10;
  background-color: var(--colors--aero-blue);
  color: var(--colors--black);
  border: 1px solid #ff149300;
  border-radius: 24px;
  height: 70px;
  margin-bottom: 0;
  padding-left: 23px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: border-color .5s cubic-bezier(.58, 0, .01, 1);
  position: relative;
}

.contact-form__input:focus {
  border-color: var(--colors--charcoal-gray);
}

.contact-form__input.is--text-area {
  height: 140px;
}

.contact-form__label {
  background-color: var(--colors--soft-white);
  margin-bottom: 0;
  padding-left: 23px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: .9;
}

.contact-form-block-top {
  margin-bottom: var(--sizes--xx-small);
  height: 100%;
  max-height: 30px;
  display: flex;
}

.footer-nav {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-title-wrapper {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -100%);
}

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

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

.text-animation-flex.is--left {
  justify-content: flex-end;
  align-items: center;
}

.about-hero {
  transform-origin: 50% 100%;
  width: 600px;
  height: 350px;
  position: relative;
  top: 0;
}

.hero-title-row {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-hero-section {
  height: 90vh;
  overflow: hidden;
}

.about-hero-images {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.history {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.history-section {
  height: 100vh;
  overflow: hidden;
}

.history-card {
  padding: var(--sizes--x-small);
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  background-color: var(--colors--gray);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 110px;
  min-height: 110px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.history-card.is--first {
  color: var(--colors--white);
  background-color: #6c6b6b;
  transform: translate(-5em, -5em);
}

.history-card.is--first.is--gray {
  background-color: var(--colors--gray);
  color: var(--colors--black);
}

.history-card.is--second {
  transform: translate(-2em, 9em);
}

.history-card.is--third {
  padding-top: var(--sizes--medium);
  padding-bottom: var(--sizes--small);
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  background-color: var(--colors--charcoal-gray);
  color: var(--colors--white);
  transform: translate(-22em, 10em);
}

.history-card.is--third.is--second-row {
  background-color: var(--colors--dark-gray);
  color: var(--colors--white);
}

.history-card.is--fourth {
  padding-top: var(--sizes--medium);
  padding-bottom: var(--sizes--small);
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  color: var(--colors--white);
  background-color: #2b2b2b;
  transform: translate(20em, -11em);
}

.history-card.is--fourth.is--second-row {
  z-index: 5;
  background-color: var(--colors--onyx);
  color: var(--colors--white);
}

.history-card.is--fifth {
  padding: 0;
  transform: translate(16em, 10em);
}

.history-card__title {
  max-width: 15ch;
  font-weight: 600;
}

.history-card__title.is--large {
  font-size: 1.5rem;
  font-weight: 700;
}

.history-card__subtitle {
  max-width: 31ch;
  font-size: 2rem;
  font-weight: 600;
}

.history-card__subtitle.is--small {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
}

.history-card__image {
  height: 180px;
}

.history-card__image.is--large {
  height: 250px;
}

.history-card__dot {
  background-color: var(--colors--white);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  inset: 12% auto auto 5%;
}

.history__title {
  font-size: 3rem;
}

.animation-text-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.title-wrapper {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1em;
  display: flex;
}

.text-animation-row {
  padding-top: var(--sizes--xx-small);
  padding-bottom: var(--sizes--xx-small);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.animation-text {
  font-family: var(--fonts--syne);
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.1rem;
  font-weight: 700;
}

.heading-text-animation {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 80px;
  display: flex;
}

.title-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-hero__paragraph {
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}

.text__image {
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 100%;
}

.about-team-wrap {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.about-team {
  grid-column-gap: var(--sizes--medium);
  grid-row-gap: var(--sizes--medium);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-team-member {
  padding-top: var(--sizes--x-small);
  padding-right: var(--sizes--x-small);
  padding-left: var(--sizes--x-small);
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  background-color: var(--colors--charcoal-black);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-team-member.is--second, .about-team-member.is--first {
  z-index: 5;
}

.about-team-member__title {
  color: var(--colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 400;
}

.about-team-member__subtitle {
  color: var(--colors--white);
  font-weight: 400;
}

.about-team-member__image {
  margin-bottom: var(--sizes--x-small);
  object-fit: cover;
  border-radius: 24px;
  width: 240px;
  height: 240px;
}

.about-team-member-info {
  padding-top: var(--sizes--x-small);
}

.about-team-member-socials {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  display: flex;
  position: absolute;
  inset: auto auto 0% 1em;
}

.about-team-member-social {
  background-color: var(--colors--charcoal-gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: background-color .5s cubic-bezier(.58, 0, .01, 1);
  display: flex;
}

.about-team-member-social:hover {
  background-color: var(--colors--black);
}

.about-team-member-social__icon {
  width: 30px;
  height: 30px;
}

.artists {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.artist {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.artist.is--main-artist {
  width: 100%;
  height: 100%;
}

.main-artist {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.artist-wrap {
  justify-content: center;
  width: 18.8%;
  height: 33%;
  display: flex;
}

.home-about-info__top {
  color: var(--colors--charcoal-gray);
}

.blogs-wrap {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.blogs__paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.blogs {
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.blogs-right {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  width: 30%;
  min-width: 30%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 5.5em;
}

.blogs-left {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  width: 69%;
  min-width: 69%;
  display: flex;
}

.blogs-list {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.blog-wrap {
  border-radius: 28px;
  overflow: hidden;
}

.blog-wrap.is--horizontal {
  display: flex;
}

.blog-content {
  padding: var(--sizes--x-small) var(--sizes--x-small) var(--sizes--small);
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  background-color: var(--colors--aero-blue);
  color: var(--colors--black);
  flex-flow: column;
  display: flex;
}

.blog-content.is--horizontal {
  padding-right: var(--sizes--small);
  padding-left: var(--sizes--small);
  background-color: var(--colors--aero-blue);
  justify-content: center;
  width: 60%;
  min-width: 60%;
}

.blog-figure {
  width: 100%;
  height: 340px;
  margin-bottom: 0;
}

.blog-figure.is--small {
  width: 40%;
  min-width: 40%;
  height: 270px;
}

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

.blog-list__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.blog-list__link {
  color: var(--colors--black);
  font-weight: 500;
  text-decoration: underline;
}

.blog-list__link:hover {
  text-decoration: none;
}

.blog-list__paragraph {
  margin-bottom: 0;
}

.blog-list-categories {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  display: flex;
}

.blog-list-categories.is--wraped {
  flex-flow: wrap;
  justify-content: center;
}

.blog-list-categories.is--blog-single {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.blog-list-category {
  padding: var(--sizes--xx-small) var(--sizes--x-small);
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: var(--colors--white);
  color: var(--colors--black);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  transition: color .5s cubic-bezier(.58, 0, .01, 1), background-color .5s cubic-bezier(.58, 0, .01, 1);
  display: flex;
  overflow: hidden;
}

.blog-list-category:hover {
  background-color: var(--colors--black);
  color: var(--colors--soft-white);
}

.blog-list-category.is--large {
  padding: var(--sizes--x-small) var(--sizes--small);
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  font-size: 1.2rem;
  font-weight: 500;
}

.blog-list-category__dot {
  border-radius: 50%;
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
  overflow: hidden;
}

.blog-list-category__dot.is--large {
  transform: scale(2);
}

.blogs-side-block {
  padding: var(--sizes--x-small) var(--sizes--small);
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  background-color: var(--colors--charcoal-gray);
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.blogs-side-block.is--bottom-block {
  padding-bottom: 0;
  position: relative;
}

.blogs-side-block__title {
  color: var(--colors--white);
  text-align: center;
  max-width: 10ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.blogs-side-block__title.is--margin-top-zero {
  z-index: 5;
  margin-top: 0;
  position: relative;
}

.news-letter-socials {
  z-index: 5;
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.news-letter-social {
  background-color: var(--colors--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 53px;
  min-width: 53px;
  height: 53px;
  min-height: 53px;
  transition: background-color .5s cubic-bezier(.58, 0, .01, 1);
  display: flex;
  overflow: hidden;
}

.news-letter-social:hover {
  background-color: var(--colors--gray);
}

.news-letter-social__icon {
  width: 24px;
  height: 24px;
}

.news-letter-wrap {
  width: 100%;
}

.news-letter {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.input {
  border: 1px solid #ff149300;
  border-radius: 90px;
  height: 62px;
  margin-bottom: 0;
  padding-left: 1.5em;
  font-weight: 500;
  transition: border-color .5s cubic-bezier(.58, 0, .01, 1);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--colors--black);
}

.input::placeholder {
  color: #0000004d;
}

.news-letter__submit {
  background-color: var(--colors--black);
  border-radius: 90px;
  height: 52px;
  transition: color .5s cubic-bezier(.58, 0, .01, 1);
  position: absolute;
  inset: auto 5px auto auto;
}

.news-letter__submit:hover {
  color: var(--colors--silver);
}

.blog-hero {
  grid-column-gap: var(--sizes--large);
  grid-row-gap: var(--sizes--large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-hero-figure {
  border-radius: 35px;
  height: 480px;
  margin-bottom: 0;
  overflow: hidden;
}

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

.blog-hero-content {
  grid-column-gap: var(--sizes--medium);
  grid-row-gap: var(--sizes--medium);
  flex-flow: column;
  display: flex;
}

.blog-hero__title {
  color: var(--colors--black);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.25;
}

.blog-hero__paragraph {
  color: var(--colors--black);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2;
}

.blog-hero__gray-text {
  color: #0009;
  font-size: .75rem;
  line-height: 2;
}

.blog-hero-info {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  display: flex;
}

.blog-main-content {
  padding: var(--sizes--small);
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--colors--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.blog-main-content__title {
  color: var(--colors--black);
  background-color: #adadad99;
  border-radius: 24px;
  padding: .75em;
  font-size: 1.6rem;
  font-weight: 400;
}

.blog-main-content__rich-text {
  padding-left: .75em;
}

.projects-hero-section {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.projects-hero {
  justify-content: center;
  display: flex;
}

.projects-hero__title {
  z-index: 5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.projects-hero-content {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  display: flex;
}

.projects-hero-gallery {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-hero-gallery__image {
  object-fit: cover;
  border-radius: 24px;
  position: absolute;
  overflow: hidden;
}

.projects-hero-gallery__image.is--first {
  width: 160px;
  height: 160px;
}

.projects-hero-gallery__image.is--third {
  width: 110px;
  height: 110px;
}

.projects-hero-gallery__image.is--fourth {
  border-radius: 8px;
  width: 42px;
  height: 42px;
}

.projects-hero-gallery__image.is--fifth {
  border-radius: 8px;
  width: 58px;
  height: 58px;
}

.projects-hero-gallery__image.is--seventh {
  width: 150px;
  height: 150px;
}

.projects-hero-gallery__image.is--eighth {
  width: 200px;
  height: 200px;
}

.projects-hero-gallery__image.is--ninth {
  width: 300px;
  height: 300px;
}

.slide-animation-wrapper {
  width: 100%;
}

.hidden-element {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hidden-element.is--left {
  justify-content: flex-start;
  align-items: center;
}

.first-line {
  display: block;
}

.shadow {
  z-index: 2;
  background-color: var(--colors--soft-white);
  filter: blur(10px);
  width: 120%;
  height: 150%;
  margin-left: -10%;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0, 120%);
}

.shadow.is--first.is--white, .shadow.is--second.is--white {
  background-color: var(--colors--white);
}

.home-tutorial-card-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-tutorial-card-wrap.is--first {
  z-index: 5;
}

.home-tutorial-card-wrap.is--second {
  z-index: 4;
}

.home-tutorial-card-wrap.is--third {
  z-index: 3;
}

.home-tutorial-card-wrap.is--fourth {
  z-index: 2;
}

.about-hero-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.global-button {
  /* background-color: var(--colors--charcoal-gray); */
  background-color:blue;
  color: var(--colors--white);
  text-transform: capitalize;
  border-radius: 24px;
  padding: .8em 1.5em;
  position: relative;
  overflow: hidden;
}

.global-button.is--secondary {
  border: 1px solid var(--colors--black);
  color: var(--colors--black);
  background-color: #d3d3d300;
  justify-content: center;
  align-items: center;
  transition: color .3s cubic-bezier(.58, 0, .01, 1);
  display: flex;
  overflow: visible;
}

.global-button.is--secondary:hover {
  color: var(--colors--white);
}

.global-button.is--form {
  background-color: var(--colors--black);
  display: inline-block;
}

.global-button.is--pricing {
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 0;
  display: flex;
}

.global-button.is--pricing.is--black {
  background-color: var(--colors--black);
}

.global-button.is--padding-zero {
  padding: 0;
}

.global-button.is--dark-gray {
  background-color: var(--colors--dark-gray);
}

.button__text {
  z-index: 1006;
  text-align: center;
  position: relative;
}

.button__text.is--form {
  background-color: #3898ec00;
  min-width: 100px;
  min-height: 20px;
  padding: 0;
}

.button__text.is--pricing {
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.button__text.is--cart {
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
  padding: 0;
}

.button__text.is--cart.is--padded {
  margin-bottom: 0;
  padding: .8em 1.5em;
}

.color-box {
  aspect-ratio: 1;
  background-color: var(--colors--charcoal-gray);
  border-radius: 50%;
  width: 18px;
  height: auto;
  position: absolute;
}

.color-box.is--black {
  background-color: var(--colors--black);
}

.nav-menu-item-wrap.is--header.is--cart {
  color: var(--colors--black);
  background-color: #3898ec00;
  flex-flow: column;
  padding: 0;
}

.nav-menu__line {
  background-image: linear-gradient(180deg, var(--colors--charcoal-purple\<deleted\|variable-519dcf92-4163-5962-a611-d054df61ab70\>), var(--colors--charcoal-gray));
  width: 0%;
  height: .5px;
}

.collection-list, .collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.works-grid-block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works-grid-child {
  aspect-ratio: 1;
  border-radius: 1em;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.works-item {
  width: 100%;
  height: 100%;
}

.client-tab-content__paragraph {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3;
}

.client-tab {
  color: #172123;
  background-color: #fff;
  border-radius: 1.5em;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 14%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: width .8s;
  display: flex;
  overflow: hidden;
}

.client-tab.w--current {
  background-color: #fff;
  width: 52%;
}

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

.client-tab__image {
  object-fit: cover;
  width: 100%;
}

.client-tabs {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.client-tab-content__image {
  aspect-ratio: 1;
  object-fit: scale-down;
  width: 60px;
  height: auto;
}

.hidden-tab-content {
  display: none;
}

.client-tab-name {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.client-tab-content {
  max-height: 360px;
  display: flex;
}

.client-section {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.client-section.is--overflow-visible-on-tablet {
  position: relative;
}

.client-tab-name__text {
  color: var(--colors--charcoal-gray);
}

.client-tab-content-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: none;
  max-width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.client-tab-inner {
  flex: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.honor-center-image {
  width: 150px;
  height: auto;
}

.honor-center-wrapper {
  z-index: 0;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.honor-image-wrapper {
  border-radius: 2em;
  height: 400px;
  overflow: hidden;
}

.honor-image-wrapper.second-row {
  z-index: 2;
  position: relative;
}

.honor-image-wrapper.third-row {
  z-index: 3;
  position: relative;
}

.honor-image-wrapper.first-row {
  z-index: 1;
  position: relative;
}

.buttons-wrapper {
  display: flex;
  position: relative;
}

.honor-images-grid {
  grid-column-gap: var(--sizes--medium);
  grid-row-gap: var(--sizes--medium);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.home-pricing-wrap {
  grid-column-gap: var(--sizes--x-large);
  grid-row-gap: var(--sizes--x-large);
  flex-flow: column;
  display: flex;
}

.home-pricing {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-price {
  padding: var(--sizes--small);
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  background-color: var(--colors--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home-price__title {
  color: var(--colors--charcoal-gray);
  font-size: 1.3rem;
  font-weight: 600;
}

.home-price__subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  line-height: 1;
}

.home-price-list {
  margin-bottom: 0;
  padding-left: 0;
}

.home-price-list-item {
  margin-bottom: var(--sizes--xx-small);
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.home-price-list-item__text {
  font-size: .95rem;
  line-height: 1.5;
}

.home-price-top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.socials-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-row {
  border-bottom: 1px solid #404145;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding: 2em .6em;
  display: flex;
}

.social-row__title {
  text-transform: capitalize;
  font-size: 3.5rem;
}

.social-row-image {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.home-socials {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.color-pastel-violet {
  color: var(--colors--jet-black);
}

.project__image {
  object-fit: cover;
  border-radius: 35px;
  max-height: 400px;
}

.projects {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.home-price-bottom {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  display: flex;
}

.home-price-list-item__icon {
  width: 16px;
  height: 16px;
}

.project-hero {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.project-hero__title {
  margin-top: 0;
  margin-bottom: 0;
}

.project-hero-info {
  grid-column-gap: 18em;
  grid-row-gap: 18em;
  display: flex;
}

.project-hero-block {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.project-hero-block__text {
  color: #000000b3;
  font-size: 1.2rem;
  font-weight: 500;
}

.project-hero-block__text.is--large {
  font-size: 1.4rem;
  font-weight: 600;
}

.project-hero__image {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: 680px;
}

.project-link {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  display: flex;
}

.project__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.home-price-bottom__text {
  text-align: center;
}

.home-price__features {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.home-price__features.is--center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-price-features {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  flex-flow: column;
  display: flex;
}

.project-content {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.project-content__image {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: auto;
}

.services {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: wrap;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.services-wrap {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.service {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.service-link {
  padding: var(--sizes--small);
  width: 100%;
  height: 100%;
}

.service-link.is--aero-blue {
  background-color: var(--colors--aero-blue);
  transition: background-color .5s cubic-bezier(.58, 0, .01, 1);
}

.service-link.is--aero-blue:hover {
  background-color: var(--colors--white);
}

.pricing-hero {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-hero__paragraph {
  text-align: center;
  max-width: 55ch;
  font-size: 1.2rem;
  line-height: 1.5;
}

.home-price-time {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  width: 100%;
  display: flex;
}

.pricing-hero-list-wrap {
  margin-top: var(--sizes--x-large);
}

.pricing-single-hero {
  grid-column-gap: var(--sizes--medium);
  grid-row-gap: var(--sizes--medium);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-single-hero-left {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.pricing-single-hero__paragraph {
  font-size: 1rem;
  line-height: 1.5;
}

.pricing-single-hero__h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
}

.pricing-single-hero-right {
  padding: var(--sizes--small) var(--sizes--medium);
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  background-color: var(--colors--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.pricing-buttons-wrap, .pricing-single-hero-right-top, .pricing-single-hero-right-bottom {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  display: flex;
}

.service-single-hero {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-single-hero-left {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  display: flex;
}

.service-single-hero__paragraph {
  font-size: 1rem;
  line-height: 1.5;
}

.service-single-hero__image {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
}

.service-single-hero-right {
  height: 100%;
}

.other-services {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  display: flex;
}

.other-service {
  background-color: var(--colors--aero-blue);
  border-radius: 24px;
}

.other-service__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.other-services-wrap {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 5em;
}

.other-services__title {
  margin-top: 0;
  margin-bottom: 0;
}

.color-orchid-tint {
  color: var(--colors--charcoal-black);
}

.color-orchid-tint.is--hover-able {
  transition: color .5s cubic-bezier(.58, 0, .01, 1);
}

.color-orchid-tint.is--hover-able:hover {
  color: var(--colors--charcoal-gray);
}

.cart-item__image {
  border-radius: 8px;
  width: 120px;
  height: 100%;
}

.cart-container {
  border-radius: 24px;
  overflow: hidden;
}

.cart-item-details {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
}

.cart-lower {
  border-top-color: var(--colors--charcoal-purple\<deleted\|variable-519dcf92-4163-5962-a611-d054df61ab70\>);
}

.cart-header {
  border-bottom-color: var(--colors--charcoal-purple\<deleted\|variable-519dcf92-4163-5962-a611-d054df61ab70\>);
}

.other-service-link {
  padding: var(--sizes--small);
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.58, 0, .01, 1);
}

.other-service-link:hover {
  transform: translate(5px);
}

.about-team-member-figure {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.legal-nav {
  background-color: var(--colors--charcoal-black);
  width: 20%;
  position: relative;
}

.sg-flex-col.is--centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sg-nav-brand {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 4em;
  display: flex;
}

.sg-nav-brand.w--current {
  margin-bottom: 4em;
}

.legal-nav-menu__link {
  color: #fff;
  width: 100%;
  padding: 1em 0;
  font-size: 1rem;
}

.legal-nav-menu__link:hover {
  text-decoration: underline;
}

.legal-nav-menu__link.w--current {
  color: var(--colors--silver);
}

.legal-nav__image {
  max-width: 150px;
}

.legal-subtitle {
  margin-bottom: .5em;
  font-size: 1.6rem;
  font-weight: 500;
}

.legal-title {
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  font-size: 2rem;
}

.legal-header-wrap__paragraph {
  color: #fff;
  margin-top: 1em;
}

.legal-content-wrapper {
  width: 100%;
  min-height: 100vh;
}

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

.legal-section.is--header {
  background-color: var(--colors--jet-black);
}

.legal-block {
  padding-top: 2em;
  padding-bottom: 2em;
}

.legal-block.is--flex {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.legal-nav-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 0;
}

.legal-container {
  max-width: 750px;
  padding: 4em 0;
}

.heading-identifier {
  color: var(--colors--charcoal-gray);
  -webkit-text-stroke-width: 0px;
  font-size: 2rem;
}

.legal-content {
  background-color: #fff;
  width: 80%;
  max-width: 100%;
}

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

.legal-flex.is--color-layout {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.legal-flex.is--button-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.legal-body {
  background-color: #fff;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.legal-header-wrap__title {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  font-size: 2.5rem;
}

.color-block {
  border-radius: 5px;
  min-width: 100px;
  height: 60px;
  box-shadow: 0 2px 5px #0003;
}

.color-block.is--jet-black-bg {
  background-color: var(--colors--jet-black);
}

.color-block.is--black-bg {
  background-color: var(--colors--black);
}

.color-block.is--white {
  background-color: var(--colors--white);
}

.color-block.is--dark-gray-bg {
  background-color: var(--colors--dark-gray);
}

.color-block.is--charcoal-black-bg {
  background-color: var(--colors--charcoal-black);
}

.color-block.is--gray-bg {
  background-color: var(--colors--gray);
}

.color-block.is--silver {
  background-color: var(--colors--silver);
}

.color-block.is--light-gray {
  background-color: var(--colors--light-gray);
}

.color-block.is--soft-white {
  background-color: var(--colors--soft-white);
}

.color-block.is--onyx-bg {
  background-color: var(--colors--onyx);
}

.color-block.is--near-black-bg {
  background-color: var(--colors--near-black);
}

.color-block.is--charcoal-gray-bg {
  background-color: var(--colors--charcoal-gray);
}

.color-block.is--aero-blue-bg {
  background-color: var(--colors--aero-blue);
}

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

.license-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.license-icon {
  max-height: 35px;
}

.checkout-order-wrap {
  top: 5em;
}

.error {
  padding: var(--sizes--xx-small);
  background-color: var(--colors--white);
  color: var(--colors--charcoal-gray);
  border-radius: 24px;
  min-width: 90px;
}

.checkout-block {
  border-radius: 24px;
  overflow: hidden;
}

.border-none {
  border: 0 solid #000;
}

.checkout-flex {
  margin-bottom: var(--sizes--x-small);
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  flex-flow: column;
  display: flex;
}

.checkout-label {
  margin-bottom: 0;
}

.checkout-checkbox-wrap {
  justify-content: flex-start;
  align-items: center;
}

.checkout-checkbox {
  margin-top: 0;
}

.checkout-item-info {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

._404 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.full-width-height {
  width: 100%;
  height: 100%;
}

.cart-close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: transform .5s cubic-bezier(.58, 0, .01, 1);
  display: flex;
  position: relative;
}

.cart-close-button:hover {
  transform: scale(1.2);
}

.cart-close-button__line {
  background-color: var(--colors--black);
  width: 2px;
  height: 100%;
  position: absolute;
}

.cart-close-button__line.is--first {
  transform: rotate(45deg);
}

.cart-close-button__line.is--second {
  transform: rotate(-45deg);
}

.success {
  background-color: var(--colors--gray);
  border-radius: 24px;
}

.news-letter-form {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  flex-flow: column;
  display: flex;
}

.news-letter__label {
  color: var(--colors--white);
}

._404__title {
  width: 75%;
  position: absolute;
  bottom: 0;
}

._404-section {
  height: 100vh;
  overflow: hidden;
}

._404__subtitle {
  z-index: 5;
  font-family: var(--fonts--bebas-neue);
  max-width: 29ch;
  font-size: 3rem;
  position: relative;
}

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

.position-relative {
  z-index: 5;
  width: 100%;
  position: relative;
}

.is--circled {
  border-radius: 50%;
  overflow: hidden;
}

.nav-menu-wrap {
  grid-column-gap: var(--sizes--x-small);
  grid-row-gap: var(--sizes--x-small);
  align-items: center;
  display: flex;
}

.menu-cart-amount {
  color: var(--colors--black);
  background-color: #fff0;
  border-radius: 0;
  min-width: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

.discover-wrapper {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.discover-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.discover-block {
  aspect-ratio: 1;
  background-color: var(--colors--charcoal-black);
  color: #201428;
  object-fit: cover;
  border-bottom: 1px solid #494949;
  border-left: 1px solid #494949;
  justify-content: center;
  align-items: center;
  width: 3rem;
  transition: color .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.discover-block:hover {
  color: #7400ab;
}

.discover-block.is--first {
  border-top: 1px solid #494949;
  border-top-left-radius: .75rem;
}

.discover-block.is--last {
  border-bottom-left-radius: .75rem;
}

.discover-icon {
  aspect-ratio: 1;
  color: var(--colors--white);
  width: 1.3rem;
  overflow: hidden;
}

.discover-text {
  z-index: -1;
  background-color: var(--colors--charcoal-black);
  color: #f2f2f2;
  border: 1px solid #494949;
  border-radius: 1rem;
  justify-content: flex-end;
  align-items: center;
  min-width: max-content;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .8rem;
  display: flex;
  position: absolute;
  right: calc(100% + .5rem);
}

.discover-button {
  background-color: #000201;
  display: none;
}

.home-about-paragraph {
  max-width: 45ch;
}

.color-silver {
  color: var(--colors--silver);
  font-weight: 400;
}

.color-silver.is--hover-able {
  transition: color .5s cubic-bezier(.58, 0, .01, 1);
}

.color-silver.is--hover-able:hover {
  color: var(--colors--white);
}

.service__paragraph {
  color: var(--colors--charcoal-gray);
  font-size: 1rem;
  font-weight: 500;
}

.contact-brands-wrap {
  grid-column-gap: var(--sizes--small);
  grid-row-gap: var(--sizes--small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-brands {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.contact-brands-row {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  width: 100%;
  display: flex;
}

.contact-brands-row.is--reversed-row {
  flex-flow: row-reverse;
}

.contact-brands-list {
  grid-column-gap: var(--sizes--xx-small);
  grid-row-gap: var(--sizes--xx-small);
  display: flex;
}

.contact-brands-list-item {
  background-color: var(--colors--aero-blue);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  display: flex;
}

.button-shadow {
  z-index: -1;
  opacity: 1;
  pointer-events: none;
  color: #eef4f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.button-inner-shadow {
  z-index: -1;
  opacity: 0;
  filter: blur(25px);
  background-color: #212327;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.button-bg {
  z-index: 1009;
  pointer-events: none;
  mix-blend-mode: difference;
  background-color: #f7fefe;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: auto;
}

.high-z-index {
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }

  .home-cards-wrap {
    padding-bottom: 17em;
  }

  .home-cards-wrap.is--second {
    padding-bottom: 23em;
  }

  .home-service {
    height: 135px;
  }

  .service__title.is--large.is--charcoal-gray {
    font-size: 4rem;
  }

  .card {
    width: 200px;
    min-width: 200px;
    height: 200px;
    min-height: 200px;
  }

  .footer-social {
    width: 135px;
    height: 135px;
  }

  .home-tutorial__title {
    font-size: 11rem;
  }

  .home-tutorial-cards {
    width: 290px;
    max-width: 290px;
    height: 290px;
  }

  .home-tutorial-card__title {
    font-size: 2.8rem;
  }

  .contact-form-block-top {
    max-height: 34px;
  }

  .blog-hero-figure {
    height: 530px;
  }

  .blog-hero__gray-text {
    font-size: .8rem;
  }

  .global-button {
    font-size: 1.1rem;
  }

  .client-tab {
    width: 17%;
  }

  .client-tab.w--current {
    width: 45%;
  }

  .client-tab-inner {
    overflow: hidden;
  }

  .honor-images-grid {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
  }

  .project-hero-block__text.is--large {
    font-size: 1.5rem;
  }

  .legal-subtitle {
    font-size: 1.7rem;
  }

  .legal-container {
    max-width: 880px;
  }

  ._404__subtitle {
    font-size: 3.2rem;
  }

  .service__paragraph {
    font-size: 1.1rem;
  }

  .contact-brands-list-item {
    width: 290px;
    height: 290px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.1rem;
  }

  h1 {
    font-size: 7rem;
  }

  h2 {
    font-size: 4.5rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  .container, .container.is--home-contact {
    max-width: 1400px;
  }

  .home-hero-buttons {
    margin-top: var(--sizes--x-small);
  }

  .home-cards-wrap {
    padding-top: 1.5em;
    padding-bottom: 18em;
  }

  .nav-menu {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
  }

  .brand-logo__text {
    font-size: 1.6rem;
  }

  .brand-logo__icon {
    height: 33px;
  }

  .home-about-cards {
    padding-top: 2.5em;
  }

  .home-service {
    height: 160px;
  }

  .service__title {
    font-size: 4rem;
  }

  .service__title.is--large {
    font-size: 3.8rem;
  }

  .service__title.is--large.is--charcoal-gray {
    font-size: 5.5rem;
  }

  .customers-text {
    font-size: 1.4rem;
  }

  .card {
    border-radius: 26px;
    width: 240px;
    min-width: 240px;
    height: 240px;
    min-height: 240px;
  }

  .popup-card {
    font-size: 1.2rem;
  }

  .home-card-info__triangle {
    height: 25px;
  }

  .footer {
    border-radius: 34px;
  }

  .footer-info__title, .footer-info__text, .footer-info__description {
    font-size: 1.2rem;
  }

  .footer-social {
    width: 150px;
    height: 150px;
  }

  .footer-social__icon {
    width: 65px;
    height: 65px;
  }

  .home-contact__icon {
    width: 122px;
    min-width: 122px;
    height: 122px;
    min-height: 122px;
  }

  .home-contact-gallery-row-wrap {
    padding-top: 10em;
  }

  .home-brand-logo {
    width: 150px;
    min-width: 150px;
  }

  .home-faq-tab {
    border-radius: 34px;
    font-size: 1.2rem;
  }

  .home-faq-tab-content {
    border-radius: 34px;
  }

  .home-faq-tab-content__paragraph {
    font-size: 1.25rem;
  }

  .home-tutorial__title {
    font-size: 14rem;
  }

  .home-tutorial-cards {
    width: 340px;
    max-width: 340px;
    height: 340px;
  }

  .home-tutorial-card {
    border-radius: 41px;
  }

  .home-tutorial-card__count {
    font-size: 2rem;
  }

  .home-tutorial-card__title {
    font-size: 3.5rem;
  }

  .contact-hero__paragraph {
    font-size: 1.6rem;
  }

  .contact-info {
    grid-column-gap: 2.3em;
    grid-row-gap: 2.3em;
    padding-top: 24px;
  }

  .contact-block {
    border-radius: 40px;
  }

  .contact-block-icon-wrap {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .contact-block__icon {
    width: 60px;
    height: 60px;
  }

  .contact-block__title {
    font-size: 1.3rem;
  }

  .contact-block__subtitle {
    font-size: 1.2rem;
  }

  .contact-form__input {
    border-radius: 34px;
    height: 90px;
    font-size: 1.3rem;
  }

  .contact-form__input.is--text-area {
    height: 185px;
  }

  .contact-form__label {
    font-size: 1.3rem;
  }

  .contact-form-block-top {
    max-height: 38px;
  }

  .about-hero {
    width: 1000px;
    height: 380px;
  }

  .history-card {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
    border-radius: 34px;
    min-width: 140px;
    min-height: 140px;
  }

  .history-card.is--third, .history-card.is--fourth {
    padding-top: var(--sizes--large);
    padding-bottom: var(--sizes--medium);
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
  }

  .history-card__title.is--large {
    font-size: 2.1rem;
  }

  .history-card__subtitle {
    font-size: 2.6rem;
  }

  .history-card__subtitle.is--small {
    font-size: 1.1rem;
  }

  .history-card__image {
    height: 240px;
  }

  .history-card__image.is--large {
    height: 330px;
  }

  .history-card__dot {
    width: 13px;
    height: 13px;
  }

  .history__title {
    font-size: 4.2rem;
  }

  .animation-text {
    font-size: 3.8rem;
  }

  .text-image-wrapper {
    width: 180px;
    height: 110px;
  }

  .about-hero__paragraph {
    font-size: 1.7rem;
  }

  .text__image {
    border-radius: 12px;
  }

  .about-team-member {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
    border-radius: 35px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-team-member__title {
    font-size: 3.2rem;
  }

  .about-team-member__image {
    border-radius: 34px;
    width: 350px;
    height: 350px;
  }

  .about-team-member-social {
    width: 80px;
    height: 80px;
  }

  .about-team-member-social__icon {
    width: 45px;
    height: 45px;
  }

  .artist {
    border-radius: 38px;
  }

  .artist.is--main-artist {
    width: 200px;
    height: 200px;
  }

  .blogs__paragraph {
    font-size: 1.6rem;
  }

  .blog-wrap {
    border-radius: 42px;
  }

  .blog-figure {
    height: 460px;
  }

  .blog-figure.is--small {
    height: 350px;
  }

  .blog-list__title {
    font-size: 1.8rem;
  }

  .blog-list-category {
    border-radius: 6px;
  }

  .blog-list-category.is--large {
    font-size: 1.4rem;
  }

  .blog-list-category__dot {
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
  }

  .blogs-side-block {
    border-radius: 42px;
  }

  .blogs-side-block__title {
    font-size: 2.4rem;
  }

  .news-letter-social {
    width: 75px;
    min-width: 75px;
    height: 75px;
    min-height: 75px;
  }

  .news-letter-social__icon {
    width: 34px;
    height: 34px;
  }

  .input {
    border-radius: 110px;
    height: 85px;
  }

  .news-letter__submit {
    border-radius: 110px;
    height: 65px;
    right: 10px;
  }

  .blog-hero-figure {
    border-radius: 48px;
    height: 600px;
  }

  .blog-hero__title {
    font-size: 2.8rem;
  }

  .blog-hero__paragraph {
    font-size: 1.2rem;
  }

  .blog-hero__gray-text {
    font-size: .9rem;
  }

  .blog-main-content {
    border-radius: 34px;
  }

  .blog-main-content__title {
    border-radius: 34px;
    font-size: 2rem;
  }

  .projects-hero__title {
    font-size: 6rem;
  }

  .projects-hero-gallery__image {
    border-radius: 34px;
  }

  .projects-hero-gallery__image.is--first {
    width: 190px;
    height: 190px;
  }

  .projects-hero-gallery__image.is--third {
    width: 130px;
    height: 130px;
  }

  .projects-hero-gallery__image.is--fourth {
    border-radius: 12px;
    width: 55px;
    height: 55px;
  }

  .projects-hero-gallery__image.is--fifth {
    border-radius: 12px;
    width: 70px;
    height: 70px;
  }

  .second-line {
    justify-content: space-between;
    align-items: center;
  }

  .global-button {
    border-radius: 34px;
  }

  .global-button.is--pricing {
    border-radius: 48px;
    height: 90px;
  }

  .button__text.is--form {
    min-width: 120px;
    min-height: 28px;
  }

  .client-tab {
    width: 16%;
  }

  .client-tab.w--current {
    width: 48%;
  }

  .honor-image-wrapper {
    height: 550px;
  }

  .home-pricing {
    grid-column-gap: var(--sizes--medium);
    grid-row-gap: var(--sizes--medium);
  }

  .home-price {
    border-radius: 34px;
  }

  .home-price__title {
    font-size: 1.5rem;
  }

  .home-price__subtitle {
    font-size: 3.2rem;
  }

  .home-price-list-item__text {
    font-size: 1.2rem;
  }

  .social-row__title {
    font-size: 4rem;
  }

  .project__image {
    border-radius: 48px;
    max-height: 550px;
  }

  .home-price-list-item__icon {
    width: 20px;
    height: 20px;
  }

  .project-hero-block__text {
    font-size: 1.4rem;
  }

  .project-hero-block__text.is--large {
    font-size: 1.7rem;
  }

  .project-hero__image {
    border-radius: 48px;
    height: 880px;
  }

  .project__title {
    font-size: 2rem;
  }

  .home-price__features {
    font-size: 1.4rem;
  }

  .project-content__image {
    border-radius: 48px;
  }

  .services {
    grid-column-gap: var(--sizes--large);
    grid-row-gap: var(--sizes--large);
  }

  .service {
    border-radius: 34px;
  }

  .pricing-hero__paragraph {
    font-size: 1.4rem;
  }

  .pricing-single-hero__paragraph {
    font-size: 1.2rem;
  }

  .pricing-single-hero__h2 {
    font-size: 3rem;
  }

  .pricing-single-hero-right {
    border-radius: 34px;
  }

  .service-single-hero__paragraph {
    font-size: 1.2rem;
  }

  .service-single-hero__image {
    border-radius: 48px;
  }

  .other-service {
    border-radius: 34px;
  }

  .cart-item__image {
    border-radius: 12px;
    width: 180px;
  }

  .cart-container {
    border-radius: 34px;
    max-width: 640px;
  }

  .legal-nav-menu__link {
    font-size: 1.2rem;
  }

  .legal-nav__image {
    max-width: 175px;
  }

  .legal-subtitle {
    font-size: 1.9rem;
  }

  .legal-title {
    font-size: 2.4rem;
  }

  .legal-container {
    max-width: 1000px;
  }

  .heading-identifier {
    font-size: 2.2rem;
  }

  .legal-header-wrap__title {
    font-size: 3rem;
  }

  .error {
    border-radius: 34px;
    min-width: 110px;
  }

  .checkout-block, .success {
    border-radius: 34px;
  }

  ._404__title {
    width: 65%;
  }

  ._404__subtitle {
    font-size: 4rem;
  }

  .nav-menu-wrap {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
  }

  .menu-cart-amount {
    font-size: 1.1rem;
  }

  .service__paragraph {
    font-size: 1.2rem;
  }

  .contact-brands-list-item {
    border-radius: 34px;
    width: 350px;
    height: 350px;
  }
}

@media screen and (min-width: 1920px) {
  .container, .container.is--home-contact {
    max-width: 1800px;
  }

  .home-cards-wrap {
    padding-bottom: 22em;
  }

  .home-cards-wrap.is--second {
    padding-bottom: 27em;
  }

  .home-service {
    height: 180px;
  }

  .service__title.is--large {
    font-size: 4.2rem;
  }

  .card {
    border-radius: 32px;
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
  }

  .home-tutorial__title {
    font-size: 18rem;
  }

  .home-tutorial-cards {
    width: 370px;
    max-width: 370px;
    height: 370px;
  }

  .home-tutorial-card__title {
    font-size: 3.7rem;
  }

  .contact-form-block-top {
    max-height: 45px;
  }

  .about-hero {
    height: 420px;
  }

  .blog-hero-figure {
    height: 750px;
  }

  .client-tab {
    width: 12.5%;
  }

  .client-tab.w--current {
    width: 59%;
  }

  .honor-image-wrapper {
    height: 750px;
  }

  .project__image {
    max-height: 700px;
  }

  .legal-nav-menu__link {
    font-size: 1.4rem;
  }

  .legal-nav__image {
    max-width: 225px;
  }

  .legal-subtitle {
    font-size: 2.2rem;
  }

  .legal-title {
    font-size: 2.8rem;
  }

  .legal-container {
    max-width: 1350px;
  }

  .heading-identifier {
    font-size: 2.4rem;
  }

  .legal-header-wrap__title {
    font-size: 4rem;
  }

  .contact-brands-list-item {
    width: 400px;
    height: 400px;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  .container {
    padding-top: var(--sizes--large);
    padding-bottom: var(--sizes--large);
    max-width: 728px;
  }

  .container.is--full-width.is--home-services {
    height: 110vh;
  }

  .nav-menu {
    padding-top: var(--sizes--small);
    padding-bottom: var(--sizes--x-small);
    border-top: 1px solid var(--colors--black);
    background-color: var(--colors--soft-white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-menu__item.is--large {
    font-size: 1.2rem;
  }

  .brand-logo__text {
    font-size: 1.3rem;
  }

  .navbar-button-wrap {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
  }

  .menu-button {
    order: 1;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .home-about {
    grid-template-columns: .8fr 1fr;
  }

  .home-block.is--padded-bottom {
    padding-bottom: var(--sizes--xx-large);
  }

  .home-service {
    height: 110px;
  }

  .service__title.is--large {
    font-size: 2.3rem;
  }

  .service__title.is--large.is--charcoal-gray {
    font-size: 3rem;
  }

  .card {
    width: 140px;
    min-width: 140px;
    height: 140px;
    min-height: 140px;
  }

  .footer-info {
    padding-right: var(--sizes--small);
  }

  .footer-info-texts-wrap {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
  }

  .footer-bottom {
    padding-right: var(--sizes--small);
    padding-left: var(--sizes--small);
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .footer-social {
    width: 130px;
    height: 130px;
  }

  .footer-social__icon {
    height: 50px;
  }

  .home-contact__icon {
    width: 85px;
    min-width: 85px;
    height: 85px;
    min-height: 85px;
  }

  .home-brand-logo {
    width: 103px;
    min-width: 103px;
  }

  .home-faq-tabs {
    width: 35%;
  }

  .home-faq-tabs-content {
    width: 65%;
  }

  .home-faq-tab-content__paragraph {
    font-size: 1.05rem;
  }

  .home-tutorial__title {
    font-size: 8rem;
  }

  .home-tutorial-cards {
    width: 240px;
    max-width: 240px;
    height: 240px;
  }

  .home-tutorial-card__count {
    font-size: 1.5rem;
  }

  .home-tutorial-card__title {
    font-size: 2.2rem;
  }

  .contact-hero__paragraph {
    font-size: 1.2rem;
  }

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

  .contact-info {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
    padding-top: 0;
  }

  .contact-form__input {
    height: 75px;
  }

  .about-hero {
    width: 100%;
    height: 300px;
  }

  .hero-title-row {
    grid-column-gap: 14em;
    grid-row-gap: 14em;
  }

  .history-card.is--first {
    transform: translate(-5em, -15em);
  }

  .history-card.is--second {
    transform: translate(-15em, -10em);
  }

  .history-card.is--third {
    transform: translate(-13em, 10em);
  }

  .history-card.is--fourth {
    transform: translate(12em, -11em);
  }

  .history-card__title.is--large, .history-card__subtitle {
    font-size: 1.8rem;
  }

  .history__title {
    font-size: 2.7rem;
  }

  .title-wrapper {
    flex-flow: wrap;
  }

  .animation-text {
    font-size: 2rem;
  }

  .text-image-wrapper {
    width: 6rem;
    height: 4rem;
  }

  .about-team {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-team-member {
    max-width: 600px;
  }

  .main-artist {
    display: none;
  }

  .artist-wrap {
    width: 300px;
    height: 300px;
  }

  .artist-wrap.is--eighth {
    display: none;
  }

  .blogs__paragraph {
    font-size: 1.2rem;
  }

  .blogs {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
    flex-flow: wrap;
  }

  .blogs-right {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
  }

  .blogs-left {
    width: 100%;
    min-width: 100%;
  }

  .blogs-side-block {
    width: 50%;
  }

  .blog-hero {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .blog-hero-figure {
    height: 420px;
  }

  .blog-hero-content {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
  }

  .projects-hero-gallery__image.is--third {
    margin-bottom: 25vh;
    margin-right: 24vw;
  }

  .projects-hero-gallery__image.is--fourth, .projects-hero-gallery__image.is--fifth {
    display: none;
  }

  .projects-hero-gallery__image.is--seventh {
    margin-right: 35vw;
  }

  .projects-hero-gallery__image.is--eighth {
    margin-right: 12vw;
  }

  .global-button.is--secondary:hover {
    color: var(--colors--black);
  }

  .color-box {
    display: none;
  }

  .nav-menu-item-wrap.is--header {
    margin-right: auto;
    margin-bottom: var(--sizes--x-small);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 40ch;
    margin-left: auto;
    display: block;
  }

  .nav-menu-item-wrap.is--header.is--cart {
    margin-bottom: 0;
  }

  .client-tab {
    width: 100%;
    position: sticky;
    top: 100px;
  }

  .client-tab.w--current {
    width: 100%;
  }

  .client-tabs {
    flex-flow: column;
  }

  .client-tab-content__image {
    width: 50px;
  }

  .client-section.is--overflow-visible-on-tablet {
    overflow: visible;
  }

  .home-pricing {
    grid-column-gap: var(--sizes--medium);
    grid-row-gap: 5.5em;
    grid-template-columns: 1fr 1fr;
  }

  .home-price__subtitle {
    font-size: 2.6rem;
  }

  .social-row {
    width: 100%;
  }

  .project__image {
    max-height: 380px;
  }

  .project-hero-info {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
    justify-content: space-between;
  }

  .project-hero-block__text.is--large {
    font-size: 1.3rem;
  }

  .project-hero__image {
    height: 600px;
  }

  .project__title {
    font-size: 1.5rem;
  }

  .services {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .pricing-single-hero {
    grid-template-columns: 1fr;
  }

  .sg-nav-brand, .sg-nav-brand.w--current {
    margin-bottom: 3em;
  }

  .legal-nav__image {
    max-width: 100px;
  }

  .legal-subtitle {
    font-size: 1.4rem;
  }

  .legal-title {
    font-size: 1.8rem;
  }

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

  .legal-container {
    max-width: 540px;
  }

  .heading-identifier {
    font-size: 1.8rem;
  }

  .legal-flex.is--color-layout {
    width: 90%;
  }

  .legal-flex.is--button-layout {
    flex-flow: wrap;
  }

  .legal-header-wrap__title {
    font-size: 2.2rem;
  }

  .checkout-row {
    flex-flow: column;
  }

  .checkout-item {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
    flex-flow: wrap;
  }

  .menu-button__line {
    background-color: var(--colors--black);
    width: 2px;
    height: 100%;
    position: absolute;
    transform: translate(50%);
  }

  .menu-button__line.is--first {
    transform: translate(0, -5px)rotate(-90deg);
  }

  .menu-button__line.is--second {
    transform: rotate(90deg);
  }

  .navbar-contact-button-wrap {
    display: none;
  }

  ._404__subtitle {
    font-size: 2.7rem;
  }

  .nav-menu-wrap {
    margin-right: var(--sizes--small);
    margin-left: auto;
  }

  .menu-cart-amount {
    font-size: 1.2rem;
  }

  .discover-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    top: auto;
    bottom: 4rem;
  }

  .discover-text {
    display: none;
  }

  .discover-button {
    z-index: 3;
    aspect-ratio: 1;
    cursor: pointer;
    object-fit: cover;
    border-top: 1px solid #494949;
    border-bottom: 1px solid #494949;
    border-left: 1px solid #494949;
    border-radius: 1rem 0 0 1rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .service__paragraph {
    font-size: .95rem;
  }

  .contact-brands-list-item {
    width: 240px;
    height: 240px;
  }

  .button-bg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .8rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  .container {
    padding: var(--sizes--medium) var(--sizes--x-small);
    max-width: 90%;
  }

  .container.is--home-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--full-width.is--home-services {
    height: auto;
  }

  .h1-title.is--home {
    font-size: 3.5rem;
  }

  .home-hero {
    min-height: 70vh;
  }

  .home-cards-wrap.is--second {
    padding-bottom: 12em;
  }

  .brand-logo.is--footer {
    grid-column-gap: var(--sizes--xx-small);
    grid-row-gap: var(--sizes--xx-small);
    padding-left: 0;
  }

  .brand-logo__text {
    font-size: 1.2rem;
  }

  .brand-logo__icon {
    height: 24px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
  }

  .home-about {
    padding-bottom: var(--sizes--large);
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-about-cards {
    padding-top: var(--sizes--small);
  }

  .home-block {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .home-block.is--padded-bottom {
    padding-bottom: var(--sizes--small);
  }

  .home-service {
    width: 100%;
    height: 90px;
  }

  .service__title {
    font-size: 2.2rem;
  }

  .service__title.is--large {
    font-size: 2rem;
  }

  .service__title.is--large.is--charcoal-gray {
    font-size: 2.5rem;
  }

  .customers-text {
    font-size: 1.1rem;
  }

  .card {
    width: 125px;
    min-width: 125px;
    height: 125px;
    min-height: 125px;
  }

  .card.is--first {
    display: none;
  }

  .card.is--first.is--not-rotated {
    display: block;
  }

  .card.is--eighth {
    display: none;
  }

  .popup-card {
    font-size: .9rem;
  }

  .popup-card.is--soft-gold {
    right: 47%;
  }

  .footer-info {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--small);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .footer-info__title, .footer-info__text, .footer-info__description {
    font-size: .9rem;
  }

  .footer-social {
    width: 65px;
    height: 65px;
  }

  .footer-social__icon {
    height: 30px;
  }

  .home-contact-gallery-row-wrap {
    padding-top: 10em;
  }

  .home-brands-info {
    padding-right: var(--sizes--x-small);
    padding-left: var(--sizes--x-small);
  }

  .home-faq-tabs-wrap {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
    flex-flow: wrap;
  }

  .home-faq-tabs {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
    width: 100%;
  }

  .home-faq-tabs-content {
    width: 100%;
  }

  .home-faq-tab {
    font-size: 1rem;
  }

  .home-faq-tab-content__paragraph {
    font-size: .9rem;
  }

  .home-tutorial__title {
    font-size: 5.7rem;
  }

  .home-tutorial-cards {
    width: 190px;
    max-width: 190px;
    height: 190px;
  }

  .home-tutorial-card__count {
    font-size: 1.3rem;
  }

  .home-tutorial-card__title {
    font-size: 1.6rem;
  }

  .contact-hero {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .contact-hero__paragraph {
    font-size: 1.1rem;
  }

  .contact-content, .contact-info {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .contact-block {
    padding: var(--sizes--x-small);
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .contact-block-icon-wrap {
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px;
  }

  .contact-block__icon {
    width: 33px;
    height: 33px;
  }

  .contact-block__title {
    font-size: 1rem;
  }

  .contact-block__subtitle {
    font-size: .9rem;
  }

  .contact-form__input, .contact-form__label {
    font-size: 1rem;
  }

  .hero-title-wrapper {
    margin-top: var(--sizes--medium);
  }

  .about-hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-animation-flex {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: auto;
  }

  .text-animation-flex.is--left, .text-animation-flex.is--right {
    justify-content: center;
    align-items: center;
  }

  .about-hero {
    margin-top: var(--sizes--small);
    padding-top: var(--sizes--x-small);
    height: 280px;
  }

  .hero-title-row {
    grid-column-gap: var(--sizes--xx-small);
    grid-row-gap: var(--sizes--xx-small);
    transform: translate(0, 3em);
  }

  .about-hero-section {
    height: 70vh;
  }

  .history-card {
    padding: var(--sizes--xx-small) var(--sizes--x-small);
    min-width: 80px;
    min-height: 80px;
  }

  .history-card.is--first {
    justify-content: center;
    align-items: center;
    transform: translate(-15em, -18em);
  }

  .history-card.is--second {
    justify-content: center;
    align-items: center;
    transform: translate(-10em, -7em);
  }

  .history-card.is--third {
    transform: translate(-7.5em, 18em);
  }

  .history-card.is--fourth {
    transform: translate(7em, -10em);
  }

  .history-card.is--fifth {
    transform: translate(10em, 8em);
  }

  .history-card__title.is--large {
    font-size: 1.2rem;
  }

  .history-card__subtitle {
    font-size: 1.4rem;
  }

  .history-card__subtitle.is--small {
    font-size: .8rem;
  }

  .history-card__image {
    height: 130px;
  }

  .history-card__dot {
    left: 3%;
  }

  .history__title {
    font-size: 2.2rem;
  }

  .title-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-animation-row {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .animation-text {
    font-size: 1.2rem;
  }

  .text-image-wrapper {
    width: 5rem;
    height: 4rem;
  }

  .about-hero__paragraph {
    font-size: 1.2rem;
  }

  .about-team-wrap {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .about-team-member {
    max-width: 500px;
  }

  .about-team-member__title {
    font-size: 1.8rem;
  }

  .about-team-member__image {
    width: 180px;
    height: 180px;
  }

  .artist {
    border-radius: 15px;
  }

  .artist-wrap {
    width: 180px;
    height: 180px;
  }

  .blogs-wrap {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .blogs__paragraph {
    font-size: 1.1rem;
  }

  .blogs-right {
    flex-flow: wrap;
    justify-content: center;
  }

  .blog-figure {
    height: 340px;
  }

  .blog-figure.is--small {
    height: 240px;
  }

  .blog-list__title {
    font-size: 1.2rem;
  }

  .blog-list-category.is--large {
    padding: var(--sizes--xx-small) var(--sizes--x-small);
    font-size: 1.1rem;
  }

  .blogs-side-block {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
    width: 100%;
    max-width: 380px;
  }

  .blogs-side-block__title {
    font-size: 1.6rem;
  }

  .blog-hero {
    grid-template-columns: 1fr;
  }

  .blog-hero-figure {
    height: 390px;
  }

  .blog-hero-content {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .blog-hero__title {
    font-size: 1.8rem;
  }

  .blog-hero__paragraph {
    font-size: .9rem;
  }

  .blog-hero__gray-text {
    font-size: .7rem;
  }

  .projects-hero__title {
    font-size: 2.4rem;
  }

  .projects-hero-gallery__image.is--first {
    width: 130px;
    height: 130px;
  }

  .projects-hero-gallery__image.is--third {
    width: 90px;
    height: 90px;
  }

  .projects-hero-gallery__image.is--seventh {
    width: 140px;
    height: 140px;
  }

  .projects-hero-gallery__image.is--eighth {
    width: 170px;
    height: 170px;
    margin-right: 26vw;
  }

  .projects-hero-gallery__image.is--ninth {
    width: 250px;
    height: 250px;
  }

  .global-button {
    font-size: .9rem;
  }

  .button__text.is--form {
    min-width: 90px;
    min-height: 18px;
  }

  .honor-center-wrapper {
    position: static;
    transform: none;
  }

  .honor-image-wrapper {
    height: auto;
  }

  .honor-images-grid {
    grid-template-columns: 1fr;
  }

  .home-pricing-wrap {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .home-pricing {
    grid-row-gap: 6.5em;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-price {
    padding-top: var(--sizes--medium);
    padding-bottom: var(--sizes--medium);
    width: 100%;
    max-width: 440px;
  }

  .home-price__title {
    font-size: 1.2rem;
  }

  .home-price__subtitle {
    font-size: 2.3rem;
  }

  .home-price-list-item__text {
    font-size: .9rem;
  }

  .social-row__title {
    font-size: 2.5rem;
  }

  .social-row-image {
    width: 45px;
    height: 45px;
  }

  .home-socials {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .project__image {
    min-width: 230px;
    max-height: 240px;
  }

  .projects, .project-hero {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .project-hero-info {
    flex-flow: wrap;
  }

  .project-hero-block {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .project-hero-block__text {
    font-size: 1rem;
  }

  .project-hero-block__text.is--large {
    font-size: 1.2rem;
  }

  .project-hero__image {
    height: 390px;
  }

  .project__title {
    font-size: 1.3rem;
  }

  .home-price__features {
    font-size: 1.1rem;
  }

  .project-content {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .services {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .services-wrap {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .service {
    width: 100%;
    max-width: 440px;
  }

  .pricing-hero {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .pricing-hero__paragraph {
    font-size: 1.1rem;
  }

  .pricing-single-hero, .pricing-single-hero-left {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .pricing-single-hero__paragraph {
    font-size: .9rem;
  }

  .service-single-hero {
    grid-column-gap: var(--sizes--large);
    grid-row-gap: var(--sizes--large);
    grid-template-columns: 1.8fr;
  }

  .service-single-hero-left {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .service-single-hero__paragraph {
    font-size: .9rem;
  }

  .legal-nav {
    width: 100%;
    position: sticky;
    top: 0;
  }

  .sg-nav-brand {
    justify-content: center;
    align-items: center;
    margin-bottom: .5em;
    padding-left: 0;
  }

  .sg-nav-brand.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: .5em;
  }

  .legal-nav-menu__link {
    text-align: center;
    width: 25%;
    padding: .5em;
    font-size: .9rem;
  }

  .legal-nav-menu__link.w--current {
    color: #fff;
  }

  .legal-nav__image {
    max-width: 120px;
  }

  .legal-subtitle {
    font-size: 1.2rem;
  }

  .legal-title {
    font-size: 1.5rem;
  }

  .legal-nav-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .legal-block.is--flex {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .legal-nav-container {
    justify-content: flex-start;
    max-width: 90%;
    padding: 1em;
    position: static;
    top: auto;
  }

  .legal-container {
    max-width: 90%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .heading-identifier {
    font-size: 1.3rem;
  }

  .legal-content {
    width: 100%;
  }

  .legal-flex.is--color-layout {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
  }

  .legal-flex.is--button-layout {
    flex-wrap: wrap;
  }

  .legal-body {
    flex-flow: column;
  }

  .legal-header-wrap__title {
    font-size: 1.8rem;
  }

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

  .error {
    min-width: 80px;
  }

  ._404__title {
    width: 85%;
  }

  ._404__subtitle {
    font-size: 2.1rem;
  }

  .nav-menu-wrap {
    margin-right: 1.5em;
  }

  .discover-icon {
    width: 1.2rem;
  }

  .service__paragraph {
    font-size: .9rem;
  }

  .contact-brands-list-item {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .75rem;
  }

  h1, h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  .container {
    padding-top: var(--sizes--small);
    padding-bottom: var(--sizes--small);
    max-width: 95%;
  }

  .container.is--footer {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--padding-bottom-zero {
    padding-bottom: 0;
  }

  .h1-title.is--home {
    font-size: 2.4rem;
  }

  .home-cards-wrap.is--second {
    padding-bottom: 18em;
  }

  .nav-menu__item.is--large {
    font-size: 1.1rem;
  }

  .brand-logo.is--footer {
    padding-left: 0;
  }

  .brand-logo__text {
    font-size: 1.1rem;
  }

  .home-about {
    padding-bottom: 0;
  }

  .home-about-cards {
    padding-top: 0;
  }

  .home-block.is--padded-bottom {
    padding-bottom: var(--sizes--x-small);
  }

  .home-service {
    height: 80px;
  }

  .service__title {
    font-size: 1.5rem;
  }

  .service__title.is--large {
    font-size: 1.8rem;
  }

  .service__title.is--large.is--charcoal-gray {
    font-size: 2rem;
  }

  .customers-text {
    max-width: 25ch;
    font-size: 1rem;
  }

  .card {
    border-radius: 10px;
    width: 115px;
    min-width: 115px;
    height: 115px;
    min-height: 115px;
  }

  .card.is--second {
    display: none;
  }

  .card.is--second.is--not-rotated {
    display: block;
  }

  .card.is--seventh {
    display: none;
  }

  .card.is--fifth-about {
    margin-left: var(--sizes--large);
  }

  .card.is--fourth-about {
    margin-left: var(--sizes--small);
  }

  .card.is--second-about {
    margin-right: var(--sizes--small);
  }

  .card.is--first-about {
    margin-right: var(--sizes--large);
  }

  .popup-card.is--gray.is--right-side, .popup-card.is--charcoal-purple.is--right-side {
    display: none;
  }

  .footer-inner {
    padding-right: var(--sizes--x-small);
    padding-left: var(--sizes--x-small);
  }

  .footer-info {
    padding: var(--sizes--xx-large) var(--sizes--x-small) var(--sizes--x-small);
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--xx-small);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-info-list {
    margin-top: var(--sizes--xx-small);
  }

  .footer-info-col.is--first {
    padding-bottom: var(--sizes--x-small);
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .footer-info-texts-wrap {
    grid-column-gap: var(--sizes--xx-small);
    grid-row-gap: var(--sizes--xx-small);
  }

  .footer-bottom {
    padding-right: var(--sizes--x-small);
    padding-left: var(--sizes--x-small);
    grid-column-gap: var(--sizes--xx-small);
    grid-row-gap: var(--sizes--xx-small);
  }

  .footer-social {
    width: 45px;
    height: 45px;
  }

  .footer-social__icon {
    height: 24px;
  }

  .home-contact-inner {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-brand-logo {
    width: 100px;
    min-width: 100px;
  }

  .home-faq-tabs-wrap, .home-faq-tabs {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .home-faq-tab {
    padding: var(--sizes--x-small);
    font-size: .85rem;
  }

  .home-faq-tab-content {
    padding: var(--sizes--small) var(--sizes--x-small);
  }

  .home-faq-tab-content__paragraph {
    font-size: .8rem;
  }

  .home-tutorial__title {
    font-size: 3.95rem;
  }

  .home-tutorial-cards {
    width: 160px;
    max-width: 160px;
    height: 160px;
  }

  .home-tutorial-card {
    padding-right: var(--sizes--x-small);
    padding-left: var(--sizes--x-small);
  }

  .home-tutorial-card__count {
    font-size: 1.2rem;
  }

  .home-tutorial-card__title {
    margin-top: var(--sizes--xx-small);
    font-size: 1.25rem;
  }

  .contact-hero__paragraph {
    font-size: 1rem;
  }

  .contact-block-icon-wrap {
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
  }

  .contact-block__icon {
    width: 28px;
    height: 28px;
  }

  .contact-block__title {
    font-size: .9rem;
  }

  .contact-form__input {
    height: 65px;
    font-size: .9rem;
  }

  .contact-form__input.is--text-area {
    height: 120px;
  }

  .contact-form__label {
    padding-left: var(--sizes--x-small);
    font-size: .9rem;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }

  .hero-title-wrapper {
    margin-top: var(--sizes--x-small);
    grid-column-gap: 14em;
    grid-row-gap: 14em;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .about-hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-animation-flex {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
  }

  .about-hero {
    grid-column-gap: var(--sizes--small);
    grid-row-gap: var(--sizes--small);
    height: 340px;
  }

  .hero-title-row {
    transform: none;
  }

  .about-hero-images {
    margin-top: var(--sizes--xx-large);
    transform: translate(0, -2.2em);
  }

  .history {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
    flex-flow: column;
  }

  .history-section {
    height: 60vh;
  }

  .history-card {
    min-width: 75px;
    min-height: 75px;
  }

  .history-card.is--first, .history-card.is--second {
    display: none;
  }

  .history-card.is--third {
    padding-top: var(--sizes--small);
    transform: translate(-1.5em, 10em);
  }

  .history-card.is--third.is--second-row {
    transform: translate(2em, 10em);
  }

  .history-card.is--fourth {
    padding-top: var(--sizes--small);
    transform: translate(2em, -10em);
  }

  .history-card.is--fourth.is--second-row {
    transform: translate(-1.5em, -10em);
  }

  .history-card.is--fifth {
    display: none;
  }

  .history-card__title.is--large {
    font-size: 1.1rem;
  }

  .history-card__subtitle {
    font-size: 1.3rem;
  }

  .history-card__subtitle.is--small {
    font-size: .75rem;
  }

  .history-card__dot {
    display: none;
  }

  .text-animation-row {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
  }

  .animation-text {
    font-size: 1rem;
  }

  .text-image-wrapper {
    border-radius: 6px;
    width: 2.8rem;
    height: 2rem;
    display: none;
  }

  .about-hero__paragraph {
    font-size: .9rem;
  }

  .about-team-member {
    grid-column-gap: var(--sizes--xx-small);
    grid-row-gap: var(--sizes--xx-small);
    width: 100%;
    max-width: 400px;
  }

  .about-team-member__title {
    font-size: 1.5rem;
  }

  .about-team-member__subtitle {
    font-size: 1.1rem;
  }

  .about-team-member__image {
    width: 140px;
    height: 140px;
  }

  .about-team-member-social {
    width: 45px;
    height: 45px;
  }

  .about-team-member-social__icon {
    width: 25px;
    height: 25px;
  }

  .artists {
    justify-content: center;
  }

  .artist {
    border-radius: 20px;
  }

  .artist-wrap {
    width: 100%;
    max-width: 300px;
    height: 250px;
  }

  .blogs__paragraph {
    font-size: 1rem;
  }

  .blog-wrap.is--horizontal {
    flex-flow: column;
  }

  .blog-content.is--horizontal {
    padding-right: 1.5em;
    padding-bottom: var(--sizes--x-small);
    width: 100%;
    padding-left: 1.5em;
  }

  .blog-figure {
    height: 240px;
  }

  .blog-figure.is--small {
    width: 100%;
    height: 240px;
  }

  .blog-list__title {
    font-size: 1.1rem;
  }

  .blog-list-category.is--large {
    font-size: 1rem;
  }

  .blogs-side-block {
    max-width: 340px;
  }

  .blog-hero-figure {
    height: 330px;
  }

  .blog-hero__title {
    font-size: 1.5rem;
  }

  .blog-hero__paragraph {
    font-size: .8rem;
  }

  .blog-main-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .projects-hero__title {
    font-size: 2.2rem;
  }

  .projects-hero-gallery__image.is--first {
    width: 100px;
    height: 100px;
    margin-top: 10vh;
  }

  .projects-hero-gallery__image.is--third {
    width: 80px;
    height: 80px;
    margin-bottom: -10vh;
    margin-right: 30vw;
  }

  .projects-hero-gallery__image.is--seventh {
    width: 130px;
    height: 130px;
    margin-right: 30vw;
  }

  .projects-hero-gallery__image.is--eighth {
    width: 110px;
    height: 110px;
    margin-right: 27vw;
  }

  .projects-hero-gallery__image.is--ninth {
    width: 220px;
    height: 220px;
  }

  .global-button {
    font-size: .8rem;
  }

  .client-tab-content__paragraph.is--text-align-center-on-mobile {
    text-align: center;
  }

  .client-tab {
    flex-flow: column;
    padding: 1em 1em 2em;
    position: static;
  }

  .client-tab__image {
    max-height: 275px;
  }

  .client-tab-name {
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }

  .client-tab-content-inner {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .client-tab-inner {
    border-radius: 1em;
    width: 100%;
    overflow: hidden;
  }

  .home-price {
    max-width: 320px;
  }

  .home-price__title {
    font-size: 1.1rem;
  }

  .home-price-list-item__text {
    font-size: .8rem;
  }

  .social-row__title {
    font-size: 1.5rem;
  }

  .social-row-image {
    width: 30px;
    height: 30px;
  }

  .project {
    width: 100%;
  }

  .project__image {
    width: 100%;
    min-width: 220px;
  }

  .project-hero-info {
    grid-column-gap: var(--sizes--x-small);
    grid-row-gap: var(--sizes--x-small);
  }

  .project-hero-block__text {
    font-size: .9rem;
  }

  .project-hero-block__text.is--large {
    font-size: 1.1rem;
  }

  .project-hero__image {
    height: 330px;
  }

  .project-link {
    width: 100%;
  }

  .project__title {
    font-size: 1.2rem;
  }

  .service {
    max-width: 320px;
    height: 350px;
  }

  .pricing-hero__paragraph {
    font-size: 1rem;
  }

  .pricing-single-hero-right {
    padding-right: var(--sizes--small);
    padding-left: var(--sizes--small);
  }

  .cart-container {
    min-height: 80vh;
  }

  .sg-nav-brand {
    margin-bottom: .3em;
  }

  .legal-nav-menu__link {
    width: 33%;
    font-size: .75rem;
  }

  .legal-nav__image {
    max-width: 100px;
  }

  .legal-subtitle {
    font-size: 1.1rem;
  }

  .legal-title {
    font-size: 1.3rem;
  }

  .legal-nav-container {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .legal-container {
    padding: 2em 1em;
  }

  .heading-identifier {
    font-size: 1rem;
  }

  .legal-header-wrap__title {
    font-size: 1.5rem;
  }

  .color-block {
    min-width: 80px;
  }

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

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

  ._404__title {
    width: 100%;
  }

  ._404__subtitle {
    font-size: 1.5rem;
  }

  .nav-menu-wrap {
    margin-right: var(--sizes--x-small);
  }

  .menu-cart-amount {
    font-size: 1.1rem;
  }

  .service__paragraph {
    font-size: .85rem;
  }

  .contact-brands-list-item {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d38cbf6e-b386-de2c-9364-eda2bf44e875-19fc830c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6d1f302f-f739-f66c-a8da-8bb50acf895b-0acf8956, #w-node-b64d4ce0-c10e-0708-546a-978c40d91143-0acf8956 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d1f302f-f739-f66c-a8da-8bb50acf898c-0acf8956 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


