:root {
  --black: #000;
  --sandy-brown\<deleted\|variable-dee835a5\>: #ffa545;
  --chocolate\<deleted\|variable-825148b3\>: #de6f14;
  --white\<deleted\|variable-1af8b076\>: white;
  --gainsboro\<deleted\|variable-8d085209\>: #e2e0e3;
  --silver\<deleted\|variable-95b73e94\>: #c5c1c2;
  --black\<deleted\|variable-47dd59b6\>: black;
  --dark-green\<deleted\|variable-b382749d-ffb4-af36-0024-7b70b4156353\>: #091b1f;
  --white: #fff;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 4px solid var(--black);
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 2rem;
  line-height: 1.2em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.container {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.margin-15px {
  margin-top: 15px;
}

.body-content {
  justify-content: center;
  align-items: center;
  position: relative;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 370px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  background-color: #fff;
  padding: 120px 5%;
  position: relative;
}

.section.checkout {
  background-color: #fff;
  padding-top: 140px;
  overflow: visible;
}

.section.product-page {
  padding-top: 180px;
}

.margin-30px {
  margin-top: 30px;
}

.margin-30px.max-width-set {
  max-width: 590px;
}

.button {
  background-color: var(--black);
  text-transform: uppercase;
  align-items: center;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  opacity: .8;
}

.button.full {
  border: 1px solid var(--sandy-brown\<deleted\|variable-dee835a5\>);
  background-color: #0000;
  width: 100%;
}

.button.full:hover {
  border-color: var(--chocolate\<deleted\|variable-825148b3\>);
  background-color: var(--white\<deleted\|variable-1af8b076\>);
  color: var(--chocolate\<deleted\|variable-825148b3\>);
}

.button.full.apply {
  background-color: #000;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  margin-left: 0;
}

.button.full.apply:hover {
  color: var(--white\<deleted\|variable-1af8b076\>);
}

.button.form {
  flex: 1;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

.margin-20px {
  margin-top: 20px;
}

.copyright-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border-color: #0003;
  height: 47px;
  margin-top: 8px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  flex: none;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.flex-utility {
  flex-direction: column;
  display: flex;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

.shrink-item.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink-item.photo-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.licensing-content {
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block {
  background-color: var(--black);
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.medium {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.margin-60px {
  margin-top: 60px;
}

.light-gray-2 {
  background-color: var(--gainsboro\<deleted\|variable-8d085209\>);
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.type-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-gray {
  background-color: var(--silver\<deleted\|variable-95b73e94\>);
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.margin-25px {
  margin-top: 25px;
}

.text-highlight {
  border-radius: 2px;
  width: 42%;
  padding: 40px;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.margin-50px {
  margin-top: 50px;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.type-column {
  border-radius: 2px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  margin-right: 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #0000008c;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 300;
}

.light-gray-3 {
  background-color: var(--white\<deleted\|variable-1af8b076\>);
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.subtotal {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}

.subtotal.dark {
  font-weight: 500;
}

.apple-pay {
  height: 48px;
}

.discounts {
  background-color: #0000;
  border-color: #0000004d;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.required {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  font-size: 18px;
  font-weight: 400;
}

.product-name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

.order-item {
  align-items: center;
}

.field-label {
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2rem;
}

.container-pricing {
  margin-top: 80px;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.price-tag {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag.small {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.no-item {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 500;
}

.cart-line-item {
  align-items: center;
}

.empty-state {
  background-color: #0000;
  flex-direction: column;
  margin-top: 40px;
}

.cart-header {
  border-bottom-color: #0006;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart-quantity {
  border-style: solid;
  border-color: #000c;
  border-radius: 0;
  width: 48px;
  font-size: 13px;
  font-weight: 500;
}

.cart-container {
  max-width: 520px;
  box-shadow: none;
  border: 1px solid #fff3;
  border-top-style: none;
  border-bottom: 1px #0006;
}

.table-price {
  font-size: 20px;
  font-weight: 600;
}

.cart-button {
  z-index: 0;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.close-button {
  color: #000;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: relative;
}

.cart-footer {
  border-top-color: #0006;
}

.cart-circle {
  border: 1.5px solid var(--black);
  width: 19px;
  min-width: 0;
  height: 19px;
  color: var(--black);
  background-color: #0000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1rem;
  display: flex;
}

.cart-wrapper {
  z-index: 9999;
  background-color: #000000e6;
}

.paypal {
  margin-bottom: 5px;
}

.x-button {
  filter: invert();
  width: 10px;
  position: relative;
}

.x-button.remove {
  width: 16px;
}

.logo-absolute {
  color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.cart-flext-left {
  align-items: flex-start;
  margin-left: 0;
}

.block-header {
  border-color: #0000004d;
}

.block-content {
  border: 1px solid #0000004d;
  border-top: 1px #ffffff4d;
}

.quantity-text {
  color: #000000b3;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1rem;
}

.paypal-text {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4rem;
}

.cart {
  margin-right: 10px;
  transition: all .3s;
}

.cart._2 {
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 0;
}

.white-link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.white-link:hover {
  text-decoration: underline;
}

.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.photo-move {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.photo-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.your-cart {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.remove-button {
  background-color: var(--black);
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: -4px -2px auto auto;
}

.photo-cart {
  border: 1px solid #000c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.photo-cart._2 {
  margin-right: 0;
}

.product-image {
  object-fit: cover;
  border-radius: 2px;
  width: 39px;
}

.margin-10px {
  margin-top: 10px;
}

.remove {
  z-index: 2;
  width: 34px;
  position: absolute;
  transform: scale(0);
}

.navigation-link {
  color: #fff;
  flex-direction: row;
  align-items: center;
  padding: .3vw .3vw .5vw 0;
  display: flex;
}

.navigation-link:hover {
  color: #fff9;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.big-paragraph {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.social-icon {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-image {
  z-index: 2;
  width: 200px;
  position: relative;
}

.filter-image.logo {
  width: 200px;
  margin-bottom: 10px;
}

.project-wrapper {
  color: #000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.learn-link {
  cursor: none;
}

.paragraph-link {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

.paragraph-link:hover {
  color: #0009;
}

.paragraph-link._24px {
  color: #fff;
  cursor: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.footer-link {
  color: #6e6e6e;
  cursor: none;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: #6e6e6ec4;
}

.black-link {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.black-link:hover {
  text-decoration: underline;
}

.top-part {
  background-image: url('../images/photo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.top-part._3 {
  float: left;
  cursor: none;
  float: left;
  cursor: auto;
  width: 100%;
  height: 320px;
}

.sub-logo-text {
  color: #000000b3;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.project-wrapper-3 {
  color: #fff;
  cursor: none;
  position: relative;
}

.dropdown-toggle {
  cursor: none;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.presantation-link {
  color: #000;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #000;
}

.social-link {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.circle-cursor {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 50%;
  left: 48vw;
}

.circle-overlay {
  background-color: #000000b3;
  width: 12px;
  height: 12px;
}

.button-line {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.photo-interaction {
  border-radius: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.photo-animation-2 {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.circle-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  transition: all .3s;
  display: flex;
}

.circle-button:hover {
  transform: rotate(-30deg)scale(1.05);
}

.instagram-wrapper {
  position: relative;
}

.footer-smalll-link {
  color: #161616a1;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-smalll-link:hover {
  color: #000;
}

.paragraph-link-footer {
  color: #161616a1;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.paragraph-link-footer:hover {
  color: #000;
}

.toggle-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.dropdown-toggle-2 {
  border-bottom: 1px solid #000;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.button-circle {
  z-index: 1;
  color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #000;
}

.main-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.switcher-mode {
  z-index: 998;
  background-color: var(--black\<deleted\|variable-47dd59b6\>);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  width: 51px;
  height: 28px;
  padding: 0 2px;
  position: fixed;
  inset: auto auto 12px 12px;
}

.service-circle {
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-link {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 50px 50px auto auto;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #00b400;
  font-size: 16px;
  font-weight: 500;
}

.footer-link-first {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link-first:hover {
  color: #00000082;
}

.project-link {
  color: #000;
  text-decoration: none;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2 {
  color: #000;
  cursor: none;
  background-color: #ff6501;
  border-radius: 3px;
  align-items: center;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
}

.dropdown-toggle-2 {
  border-bottom: 2px solid #0006;
  height: 68px;
  font-size: 17px;
}

.pres-wrapper {
  color: #000;
  background-color: #f3f3f3b3;
  padding: 10px 15px 20px;
}

.menu-divider {
  color: #ffffff5c;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.menu-divider.center {
  align-items: center;
}

.button-cricle {
  opacity: 1;
  color: #fff;
  text-transform: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.button-cricle.go-top {
  z-index: 999;
  background-image: url('../images/expand_less_FILL0_wght400_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #ffffff4f;
  width: 50px;
  height: 50px;
  padding: 5px;
  position: fixed;
  inset: auto 15px 15px auto;
}

.button-cricle.go-top.w--current {
  z-index: 998;
}

.work-animation {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-field-form {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form:active, .contact-field-form:focus {
  border-color: var(--white\<deleted\|variable-1af8b076\>);
}

.contact-field-form::placeholder {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form._0px {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 15px;
}

.contact-field-form.area {
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 78px;
}

.copyright-flex {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1rem;
}

.margin-200px {
  margin-top: 200px;
}

.toggle-main-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process-content {
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-list {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-wrapper {
  float: none;
  filter: grayscale();
  color: #fff;
  cursor: none;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 460px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-wrapper:hover {
  filter: grayscale(0%);
}

.portfolio-wrapper.related {
  width: 100%;
  height: 320px;
  min-height: 320px;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-circle {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  position: absolute;
}

.flex-project {
  z-index: 10;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.category {
  color: #fffc;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.work-overlay {
  background-image: linear-gradient(to top, #fff0, #0000001a);
  position: absolute;
  inset: 0%;
}

.product-list {
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-wrapper {
  border: 2px solid var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: -1px;
  padding: 60px 35px 30px;
  display: flex;
  position: relative;
}

.product-wrapper._2 {
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.element-wrapper {
  padding-top: 40px;
}

.toogle-max-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-plus-icon {
  border: 2px solid #0006;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  padding: 2px;
  display: flex;
}

.faq-small-text {
  text-transform: uppercase;
  white-space: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.toggle-content-2 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.button-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-flex {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.contact-flex.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.margin-100px {
  margin-top: 100px;
}

.margin-80px {
  margin-top: 80px;
}

.hero-max-w {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.list-title {
  margin-top: 0;
  font-family: Satoshi;
  font-weight: 700;
}

.list-title._2 {
  color: var(--black);
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5rem;
  display: inline-block;
}

.services-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.photo {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.wrap-hero {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.hero-contents-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2% 5% 20px;
  position: relative;
}

.sticky-hero-div {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.navbar {
  z-index: 50;
  background-color: #0000;
  flex-direction: column;
  height: 100%;
  padding: 25px 20px 35px 25px;
  position: fixed;
}

.absolute-navbar-div {
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav-menu {
  flex-direction: column;
  display: flex;
}

.nav-link {
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4rem;
  transition: all .3s;
}

.nav-link.w--current {
  color: var(--dark-green\<deleted\|variable-b382749d-ffb4-af36-0024-7b70b4156353\>);
}

.nav-link.cart {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.mobile-show {
  display: none;
}

.template-logo-image {
  width: 130px;
}

.brand {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 140px;
  transition: all .3s;
  display: flex;
}

.brand:hover {
  opacity: .6;
}

.brand.pricing {
  margin-right: 20px;
  padding-top: 6px;
}

.vertical-nav-link {
  flex-direction: column;
  order: 1;
  align-items: stretch;
  display: flex;
}

.scroll-down {
  flex-direction: column;
  align-items: flex-end;
  height: 100px;
  margin-top: 0;
}

.hero-title-div {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
  position: relative;
}

.margin-120px {
  margin-top: 120px;
}

.title-section {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4em;
  display: inline-block;
}

.margin-150px {
  margin-top: 150px;
}

.margin-150px._100px-top-padding {
  padding-top: 50px;
}

.customers-list {
  grid-column-gap: 9px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  align-content: stretch;
  align-items: center;
}

.customers-logo {
  opacity: .8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-logo-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.customers-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.lottie-animation-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.pricing-abolute-logo-div {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 25px 0% auto;
}

.pricing-top-div {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.social-div {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.social-div.zero {
  margin-top: 15px;
  margin-bottom: 0;
}

.social-box {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all .3s;
  display: flex;
}

.social-box:hover {
  opacity: .7;
}

.social-box.no-margin {
  margin-right: 0;
}

.social-box-image {
  filter: invert();
  object-fit: cover;
  width: 20px;
}

.footer {
  padding: 60px 5%;
}

.footer-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  align-items: center;
}

.project-hero-title-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.related-project-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.more-project-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._100-div {
  width: 100%;
  height: 100%;
}

.brang-image {
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: 100px;
  max-height: 100px;
  overflow: visible;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.lottie-animation-4 {
  height: 100%;
}

.slider {
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

._100-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._100vh-hero-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.h3.white {
  color: var(--white);
}

.h3.white.center {
  text-align: center;
}

.h3.white.small {
  font-size: 1.6rem;
}

.video {
  filter: grayscale();
  height: 480px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.our-skills-div {
  align-items: center;
  margin-top: 30px;
  padding-left: 0;
  display: flex;
}

.skills-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.text-div-testimonials {
  margin-top: 30px;
}

.bottom-testimonials-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.client-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.client-status {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1em;
}

.paragraph {
  text-transform: uppercase;
  margin-bottom: 0;
}

.client-image-div {
  filter: grayscale();
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  overflow: hidden;
}

.top-div-testimonials {
  padding-bottom: 15px;
}

.client-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

.client-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-div {
  border-top: 1px solid #00000080;
  border-left: 1px solid #00000080;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.testimonial-div._2 {
  border-style: none solid solid none;
  border-bottom-width: 1px;
  border-bottom-color: #00000080;
  border-right-width: 1px;
  border-right-color: #00000080;
}

.quotation-mark {
  width: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.review-star-wrap {
  align-items: center;
  display: flex;
}

.star-box {
  background-image: url('../images/icons8-star-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  margin-right: 1px;
}

.client-box-wrap {
  align-items: center;
  display: flex;
}

.team-image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-title-div {
  text-align: center;
}

.subtitle {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.team-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-grid {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.team-image-div {
  height: 280px;
  overflow: hidden;
}

.blog-info-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-info-div.center {
  justify-content: center;
  margin-top: 6px;
}

.blog-date {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.team-text-div {
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.div-price-table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.small-pargraph {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4rem;
}

.h4 {
  text-transform: uppercase;
}

.h2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.inner-navbare {
  position: relative;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block.add-top-padding {
  margin-top: 10px;
}

.paragraph-2 {
  box-sizing: border-box;
  text-align: left;
  object-fit: fill;
  font-size: 15px;
  line-height: 1.5rem;
}

.paragraph-3 {
  box-sizing: border-box;
  text-align: left;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.5rem;
  position: static;
}

.paragraph-4 {
  font-size: 15px;
}

.paragraph-5, .paragraph-6 {
  text-align: left;
  font-size: 15px;
  line-height: 1.5rem;
}

.image {
  mix-blend-mode: normal;
  margin-top: 60px;
}

.section-3 {
  margin-top: 100px;
}

.paragraph-7 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5rem;
  }

  p {
    font-size: 16px;
    line-height: 1.4rem;
  }

  .container {
    margin-left: 3%;
    margin-right: 3%;
  }

  .utility-page-wrap {
    height: 100vh;
  }

  .section {
    padding: 80px 20px;
  }

  .section.product-page {
    padding-top: 100px;
  }

  .licensing-block {
    width: 100%;
  }

  .light-gray-2, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .color-block-parent, .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .field-label {
    font-size: 15px;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 60px;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .cart._2 {
    order: -1;
    margin-right: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .services-wrapper {
    width: 70%;
  }

  .big-paragraph {
    font-size: 18px;
    line-height: 1.6em;
  }

  .top-part {
    height: 220px;
  }

  .top-part._3 {
    height: 280px;
  }

  .presantation-link {
    justify-content: flex-start;
  }

  .circle-cursor {
    display: none;
  }

  .menu-divider {
    margin-bottom: 20px;
  }

  .button-cricle.go-top {
    width: 30px;
    height: 30px;
    display: none;
    bottom: 1.5%;
  }

  .button-cricle.go-top.w--current {
    width: 50px;
    height: 50px;
  }

  .copyright-flex {
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .copyright-flex.pages {
    flex-direction: row;
    align-items: center;
  }

  .copyright {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .margin-200px {
    margin-top: 100px;
  }

  .project-list {
    grid-row-gap: 40px;
  }

  .portfolio-wrapper {
    height: 460px;
  }

  .portfolio-wrapper.related {
    height: 200px;
    min-height: 200px;
  }

  .product-list {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .product-wrapper {
    width: 500px;
  }

  .product-wrapper._2 {
    max-width: 100%;
  }

  .element-wrapper {
    padding-top: 0;
  }

  .faq-small-text {
    white-space: normal;
    font-size: 21px;
    line-height: 25px;
  }

  .hero-max-w {
    max-width: 100%;
    margin-top: 40px;
  }

  .services-flex {
    margin-top: 40px;
  }

  .wrap-hero {
    flex-direction: column;
  }

  .hero-contents-div {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-hero-div {
    width: auto;
    height: 469px;
    position: relative;
  }

  .navbar {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0;
    position: absolute;
  }

  .absolute-navbar-div {
    position: relative;
  }

  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .nav-menu {
    background-color: #fff9;
    padding: 20px;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5rem;
  }

  .nav-link.mobile-show {
    display: block;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .brand.pricing {
    padding-top: 0;
  }

  .vertical-nav-link {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero-title-div {
    height: auto;
    padding-top: 0;
  }

  .margin-120px {
    margin-top: 0;
  }

  .title-section {
    font-size: 28px;
  }

  .margin-150px._100px-top-padding {
    padding-top: 0;
  }

  .customers-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer {
    padding-bottom: 2%;
  }

  .project-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .related-project-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    background-color: #0000;
    background-image: url('../images/open-menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px;
    order: 1;
  }

  .menu-button.w--open {
    background-color: #0000;
    background-image: url('../images/close-menu.svg');
    background-size: 34px;
  }

  .icon {
    display: none;
  }

  ._100vh-hero-div {
    height: auto;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .h3.white.small {
    text-align: center;
  }

  .bottom-testimonials-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph {
    font-size: 1.1rem;
    line-height: 1.4em;
  }

  .client-name {
    font-size: 1rem;
  }

  .client-text-div {
    margin-top: 10px;
  }

  .testimonial-div {
    padding: 30px;
  }

  .quotation-mark {
    width: 50px;
  }

  .team-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .team-image-div {
    width: 100%;
    height: 280px;
  }

  .image {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  blockquote {
    font-size: 33px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-30px.max-width-set {
    margin-top: 20px;
  }

  .margin-20px {
    margin-top: 10px;
  }

  .text-field {
    height: 45px;
  }

  .type-row {
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .logo-absolute {
    inset: 0% auto auto 50%;
  }

  .cart._2 {
    order: -1;
  }

  .white-link {
    line-height: 1.5rem;
  }

  .services-wrapper {
    margin-bottom: 15px;
  }

  .top-part {
    height: 260px;
  }

  .top-part._3 {
    height: 320px;
  }

  .sub-logo-text {
    display: none;
  }

  .photo-animation-2 {
    max-width: 100%;
  }

  .service-circle {
    width: 230px;
    height: 230px;
  }

  .button-cricle.go-top {
    display: none;
  }

  .button-cricle.go-top.w--current {
    width: 50px;
    height: 50px;
  }

  .copyright-flex {
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .margin-200px {
    margin-top: 100px;
  }

  .portfolio-wrapper {
    height: 360px;
  }

  .work-circle {
    display: none;
  }

  .flex-project {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-wrapper {
    width: 100%;
  }

  .toogle-max-2 {
    max-width: 100%;
  }

  .hero-max-w {
    max-width: 90%;
  }

  .services-flex {
    grid-template-columns: 2.25fr 1.5fr 1fr;
  }

  .sticky-hero-div {
    position: relative;
  }

  .navbar {
    flex-direction: row;
  }

  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .brand {
    padding-left: 0;
  }

  .vertical-nav-link {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .scroll-down {
    display: none;
  }

  .hero-title-div {
    padding-top: 0;
  }

  .margin-120px {
    margin-top: 80px;
  }

  .margin-150px._100px-top-padding {
    margin-top: 100px;
  }

  .customers-grid {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .related-project-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon {
    display: none;
  }

  .paragraph {
    font-size: 1rem;
  }

  .work-title-div {
    margin-top: 10px;
  }

  .subtitle {
    font-size: 22px;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .team-image-div {
    height: 220px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 14px;
    line-height: 1.2rem;
  }

  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.product-page {
    padding-top: 99px;
  }

  .button.hide-mobile, .copyright-dot {
    display: none;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-content {
    flex-direction: column;
  }

  .color-block {
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    flex-direction: column;
  }

  .margin-60px {
    margin-top: 40px;
  }

  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .left-block {
    margin-left: 0;
  }

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .field-label {
    font-size: 16px;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .price-tag.small, .table-price {
    font-size: 16px;
  }

  .cart._2 {
    margin-right: 10px;
  }

  .photo-move {
    max-width: 100%;
  }

  .remove-button {
    width: 24px;
    height: 24px;
  }

  .photo-cart {
    flex: none;
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }

  .photo-cart._2 {
    margin-bottom: 20px;
  }

  .services-wrapper {
    width: 100%;
  }

  .big-paragraph {
    font-size: 16px;
    line-height: 1.6em;
  }

  .top-part, .top-part._3, .top-part._3 {
    height: 220px;
  }

  .sub-logo-text {
    display: none;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .presantation-link {
    padding: 15px;
  }

  .photo-interaction {
    height: 240px;
    min-height: 240px;
  }

  .circle-button {
    width: 100px;
    height: 100px;
    font-size: 9px;
  }

  .dropdown-toggle-2 {
    font-size: 18px;
  }

  .lightbox-link {
    top: 30px;
    right: 30px;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-2 {
    padding-right: 0;
    font-size: 18px;
  }

  .button-cricle {
    width: 160px;
    height: 160px;
    padding: 15px;
    font-size: 16px;
  }

  .contact-field-form {
    height: 40px;
    margin-left: 0;
  }

  .copyright-flex {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .margin-200px {
    margin-top: 60px;
  }

  .process-content {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-wrapper {
    height: 240px;
  }

  .portfolio-wrapper.related {
    height: 240px;
    min-height: 240px;
  }

  .toogle-max-2 {
    max-width: 100%;
  }

  .faq-small-text {
    white-space: break-spaces;
    font-size: 16px;
    line-height: 26px;
  }

  .button-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .margin-80px {
    margin-top: 60px;
  }

  .services-flex {
    grid-template-columns: 2.25fr;
  }

  .hero-contents-div {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-hero-div {
    height: 400px;
  }

  .navbar-container {
    padding: 15px 10px;
  }

  .nav-link {
    font-size: 14px;
    line-height: 1rem;
  }

  .brand {
    width: 120px;
  }

  .brand.w--current {
    max-width: 100px;
  }

  .title-section {
    font-size: 26px;
  }

  .margin-150px, .margin-150px._100px-top-padding {
    margin-top: 80px;
  }

  .customers-logo {
    width: 120px;
  }

  .customers-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-div {
    text-align: center;
  }

  .project-grid {
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .related-project-grid {
    grid-template-columns: 1fr;
  }

  .video {
    height: 280px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .client-image-div {
    margin-right: 5px;
  }

  .testimonial-div {
    padding: 20px 10px;
  }

  .quotation-mark {
    width: 40px;
  }

  .client-box-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .team-grid {
    grid-template: "."
                   "Area"
                   "Area-2"
                   "."
                   / 1fr;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .image {
    vertical-align: middle;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
}

#w-node-d7ee7057-b29b-9657-356f-5c6946578de8-1f46c4d5 {
  align-self: center;
}

#w-node-_04b6ee42-19a4-af37-02f4-01424b762117-1f46c4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_78da8b64-9649-0bbe-4f13-94ce7bd63c0a-1f46c4d3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78da8b64-9649-0bbe-4f13-94ce7bd63c0a-1f46c4d3 {
    justify-self: stretch;
  }
}


