:root {
  --black: black;
  --dim-grey: #6e6e6e;
  --light-steel-blue: #a1c4e4;
  --burntsienna: #e2815d;
  --linen: #ede5e0;
  --white: white;
  --white-smoke: #f1f3f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  background-color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

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

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: var(--dim-grey);
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--light-steel-blue);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 420px;
  display: flex;
}

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

.container {
  z-index: 1;
  flex: 1;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.absolute {
  position: absolute;
  inset: auto 0% 30px;
}

.section {
  background-color: #0000;
  padding: 100px 2%;
  position: relative;
}

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

.section._2 {
  padding-bottom: 50px;
  padding-left: 0%;
  padding-right: 0%;
}

.section._3 {
  align-items: center;
  height: 900px;
  display: flex;
}

.section._3.auto {
  height: auto;
}

.section.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.button {
  border: 1px solid var(--light-steel-blue);
  color: var(--light-steel-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  background-color: #0000;
  border-radius: 30px;
  padding: 20px 28px 18px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: #fff;
}

.button.discount {
  height: 42px;
  padding-top: 11px;
}

.button.full {
  width: 100%;
}

.button.full:hover {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: #fff;
}

.button._2 {
  border-radius: 16px;
  padding: 10px 15px;
  font-size: 12px;
}

.text-field {
  background-color: #fff;
  border-color: #e1e1e1;
  height: 45px;
  font-weight: 500;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border-color: #3ccf91;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 500;
}

.text-field.discount {
  height: 42px;
}

.text-field.area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 141px;
}

.product-price {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.checkbox-label {
  color: var(--dim-grey);
  margin-left: 0;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: var(--dim-grey);
  font-size: 15px;
  font-weight: 500;
}

.paypal-name {
  color: var(--dim-grey);
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

.margin-15px {
  margin-top: 15px;
}

.display-1 {
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.display-1._4 {
  font-size: 102px;
  line-height: 1.3;
}

.display-1._2 {
  font-size: 7vw;
  font-weight: 700;
}

.margin-30px {
  margin-top: 30px;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}

.margin-20px {
  margin-top: 20px;
}

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  border-radius: 4px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

.block-header, .block-content {
  background-color: #fff;
}

.display-3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

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

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  font-weight: 700;
}

.yellow-background {
  background-color: var(--light-steel-blue);
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.paragraph-orange {
  color: var(--light-steel-blue);
}

.color-text {
  font-weight: 500;
}

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

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--light-steel-blue);
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._2 {
  background-color: var(--black);
  border-color: #a3a3a340;
}

.body-link {
  color: var(--black);
  text-transform: uppercase;
  font-size: 14px;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.navigation-link {
  z-index: 2;
  color: var(--black);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-bottom: 23px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.image-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.social-icon {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.work-content {
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-50px {
  margin-top: 50px;
}

.button-liner-2 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.dark-link {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.hero._2 {
  min-height: auto;
  padding-top: 176px;
  padding-bottom: 140px;
}

.remove-circe-mobile {
  display: none;
}

.sticky-nav {
  z-index: 900;
  position: sticky;
  top: 0;
}

.remove-circle {
  cursor: none;
  background-color: #dcf2f4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  transform: none;
}

.line-overlay-nav {
  background-color: #b8dbdf;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.navlinks-wrapper {
  border-top: 1px solid #222527;
  border-bottom: 1px solid #222527;
  margin-top: -1px;
  padding-top: .5vw;
  padding-bottom: .5vw;
  position: relative;
  overflow: hidden;
}

.menu-overlay {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-content {
  z-index: 2;
  background-color: #111314;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.navlinks {
  z-index: 5;
  color: #dcf2f4;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu {
  z-index: 9999;
  background-color: #111314;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.remove {
  width: 28px;
}

.rounded-image {
  width: 40px;
  margin-right: 8px;
}

.top-margin {
  margin-top: 20px;
}

.top-margin._15px {
  margin-top: 15px;
}

.icon {
  display: inline-block;
}

.empty-state {
  flex-direction: column;
}

.logo-link {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-text {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.hamburger-line {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-line-item {
  justify-content: space-between;
}

.price-sidebar {
  color: var(--dim-grey);
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
}

.price-sidebar.biger-bold {
  color: #000;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.cart-wrapper {
  z-index: 999;
  background-color: #fff;
}

.menu-button {
  width: 50px;
  height: 50px;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  z-index: 1000;
}

.cart-flex {
  align-items: center;
  margin-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cart-quantity {
  background-color: var(--light-steel-blue);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -5px -10px auto auto;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-2:hover {
  color: #fff;
  background-color: #1e1e1e;
}

.container-navigation {
  z-index: 2;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-navigation.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #e1e1e1;
}

.product-sidebar-title {
  font-size: 21px;
}

.cart-container {
  box-shadow: none;
  border-left: 1px solid #e1e1e1;
  border-radius: 3px;
  min-width: 620px;
}

.cart-button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.remove-button {
  align-self: flex-start;
  margin-top: 10px;
  text-decoration: none;
}

.cart-header {
  border-bottom-color: #e1e1e1;
}

.bo-logo {
  width: 40px;
}

.navlink {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cart-item {
  border-bottom: 1px solid #e1e1e1;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cart-quantity-2 {
  text-align: center;
  background-color: #0000;
  border-color: #cecece80;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.subtotal {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 700;
}

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

.top-text {
  color: var(--dim-grey);
  width: 170px;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.circle-cursor {
  z-index: 9999;
  background-color: var(--light-steel-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  display: flex;
  position: fixed;
  top: 50%;
  left: 48vw;
  pointer-events: none;
}

.creative {
  cursor: crosshair;
  border-bottom: 3px solid #000;
  text-decoration: none;
  display: inline-block;
}

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

.relative-div {
  position: relative;
}

.hero-photo {
  background-image: url('../images/IMG-6772-1.png');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 540px;
  position: absolute;
  inset: -120px 0% auto auto;
}

.scroll-flex {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
}

.circle-bottom {
  background-color: var(--light-steel-blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.mouse-scroll {
  z-index: 1;
  cursor: none;
  border: 2px solid #000;
  border-radius: 9px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.mouse-dots {
  background-color: var(--black);
  width: 2px;
  height: 5px;
  margin-top: 6px;
}

.scroll-image {
  background-image: url('../images/scroll.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 79%;
  height: 79%;
  position: relative;
  inset: 0%;
}

.social-wrapper-footer {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-wrapper-footer._2 {
  justify-content: flex-start;
}

.social-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-image {
  z-index: 1;
  width: 18px;
  position: relative;
}

.social-overlay {
  background-color: var(--light-steel-blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.photo-effect {
  position: relative;
  overflow: hidden;
}

.max-w-width {
  max-width: 650px;
  margin-left: 50px;
}

.max-w-width._2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-rotator-first {
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vw;
  line-height: 1.4;
}

.start-icon {
  background-color: var(--black);
  border-radius: 100%;
  flex: none;
  width: 12px;
  height: 12px;
  margin-left: 45px;
  margin-right: 45px;
}

.project-section {
  position: relative;
}

._100vh {
  height: 100vh;
}

.project-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}

/* Ensure inline <img> fallback fully covers and sits behind overlay */
.project-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.project-overlay {
  background-image: linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  z-index: 1;
}

.project-title {
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
  font-size: 6vw;
  line-height: 1;
  margin-bottom: 20px;
}

.project-meta {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.9;
  margin-top: 10px;
}

.project-coming-soon {
  color: #fff;
  font-style: italic;
  opacity: 0.7;
  font-size: 16px;
  margin-top: 15px;
}

.counter-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -20px auto auto;
}

.counter-text {
  color: #fff;
  margin-bottom: 0;
  margin-right: 1px;
}

.sticky {
  position: sticky;
  top: 0;
}

.sub-text {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 500;
}

.margin-120px {
  margin-top: 120px;
}

.heading-center {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.filter-image {
  filter: invert();
}

.services-wrapper {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding: 30px 36px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-flex {
  align-items: center;
  display: flex;
}

.services-icon {
  width: 50px;
  margin-right: 20px;
}

.service-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.subhead {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-project-image {
  border-radius: 12px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.highlight-blue {
  color: #2563eb;
}

.button-secondary {
  margin-left: 20px;
}

.project-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.project-link:hover {
  text-decoration: none;
  color: inherit;
}

.project-image {
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.project-info {
  margin-left: 20px;
  flex-grow: 1;
}

.project-meta {
  margin-top: 5px;
  margin-bottom: 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.project-coming-soon {
  cursor: pointer;
  opacity: 0.7;
}

.coming-soon-text {
  font-style: italic;
  color: #999;
}

/* Unified Project Component Styles */
.project-content:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.project-content:hover .project-title {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

/* Case Study Content Styles */
.case-study-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.case-study-section {
  margin-bottom: 80px;
}

.project-details-stack {
  margin: 30px 0;
}

.detail-line {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 8px 0;
}

.detail-line strong {
  color: #000;
  font-weight: 600;
}

.case-study-text {
  margin: 40px 0;
}

.body-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 24px 0;
}

.case-study-subheading {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 32px 0 16px 0;
  line-height: 1.3;
}

.case-study-list {
  margin: 24px 0;
  padding-left: 0;
  list-style: none;
}

.case-study-list li {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 12px 0;
  padding-left: 24px;
  position: relative;
}

.case-study-list li:before {
  content: "•";
  color: #667eea;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 20px;
}

.highlight-list li:before {
  content: "✓";
  color: #2563eb;
  font-weight: bold;
}

.takeaway-list li:before {
  content: "→";
  color: #667eea;
  font-weight: bold;
}

.numbered-list {
  counter-reset: list-counter;
}

.numbered-list li {
  counter-increment: list-counter;
}

.numbered-list li:before {
  content: counter(list-counter) ".";
  color: #333;
  font-weight: bold;
}

.case-study-quote {
  font-size: 22px;
  font-style: italic;
  color: #667eea;
  margin: 40px 0;
  padding: 30px;
  background: #f8f9fa;
  border-left: 4px solid #667eea;
  border-radius: 8px;
  line-height: 1.5;
}

.section-divider {
  width: 60px;
  height: 2px;
  background: #e1e1e1;
  margin: 60px auto;
}

.image-placeholder {
  margin: 50px 0;
  padding: 60px 30px;
  background: #f8f9fa;
  border: 2px dashed #ddd;
  border-radius: 12px;
  text-align: center;
}

.placeholder-content {
  max-width: 400px;
  margin: 0 auto;
}

.placeholder-title {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  margin: 0 0 12px 0;
}

.placeholder-description {
  font-size: 16px;
  color: #999;
  margin: 0;
  line-height: 1.4;
}

/* Responsive case study styles */
@media (max-width: 768px) {
  .case-study-content {
    padding: 0 16px;
  }
  
  .case-study-section {
    margin-bottom: 60px;
  }
  
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .detail-item {
    padding: 16px;
  }
  
  .body-text {
    font-size: 16px;
  }
  
  .case-study-subheading {
    font-size: 18px;
  }
  
  .case-study-list li {
    font-size: 16px;
  }
  
  .case-study-quote {
    font-size: 18px;
    padding: 20px;
    margin: 30px 0;
  }
  
  .image-placeholder {
    padding: 40px 20px;
    margin: 30px 0;
  }
}

.footer-top-part {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e1e1e1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 20px;
  display: grid;
}

.button-line-absolute {
  z-index: 1;
  background-color: var(--dim-grey);
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.button-with-line {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line._2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.button-with-line._2.email {
  color: var(--dim-grey);
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.margin-25px {
  margin-top: 25px;
}

.copyright-divder {
  width: 15px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 2.6fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.copyright-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  position: relative;
}

.social-icon-footer {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
}

.copyright {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.grid-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonials-name {
  color: #000;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
}

.testimonials-name._2 {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-weight: 500;
}

.team-image {
  border-radius: 8px;
}

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

.pricing-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.pricing-icon.services {
  width: 110px;
  height: 110px;
  margin-top: -53px;
}

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

.margin-40px {
  margin-top: 40px;
}

.feature-grid {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.feature {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 500;
}

.pricing-type {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.pricing-image {
  width: 40px;
  position: relative;
}

.success-message {
  color: #fff;
  background-color: #00b812;
  font-size: 16px;
  font-weight: 700;
}

.pricing-title {
  color: var(--dim-grey);
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.pricing-circle {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.card-container {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 25px 30px;
  display: flex;
}

.toogle-max-w {
  max-width: 657px;
  margin-right: auto;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.toggle-header {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.line-1 {
  background-color: var(--light-steel-blue);
  width: 100%;
  height: 2px;
}

.line-2 {
  background-color: var(--light-steel-blue);
  width: 100%;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 15px 0;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ff3a1b;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.photo-animation-2 {
  flex: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
}

.photo-animation-2.blog-page {
  max-width: 100%;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.absolute-background {
  z-index: 1;
  background-color: #fff;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.success-message-2 {
  color: #fff;
  background-color: #00663f;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
}

.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.horizontal-divider {
  width: 24px;
}

.horizontal-divider._15px {
  width: 15px;
}

.blog-wrapper {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 70%;
  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;
}

.blog-image {
  z-index: 0;
  width: 300px;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto -194px 32px auto;
}

.blog-text {
  z-index: 1;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.category-text {
  color: #696969;
  font-size: 17px;
  font-weight: 500;
}

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

.button-flex.left {
  justify-content: flex-start;
}

.blog-page-content {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.project-rich-text {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.project-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.components-grid-font {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.font-show {
  margin-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 80px;
}

.body-link-2 {
  color: #000;
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .section {
    padding: 50px 5%;
  }

  .section._1 {
    padding-bottom: 60px;
  }

  .section._3 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column-reverse;
  }

  .display-1._4 {
    font-size: 8vw;
  }

  .display-2 {
    font-size: 47px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 80%;
  }

  .navigation-link {
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 3px;
  }

  .hero {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 280px;
  }

  .hero._2 {
    padding-top: 142px;
    padding-bottom: 157px;
  }

  .remove-circe-mobile {
    background-color: #b8dbdf;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .menu-overlay {
    cursor: auto;
  }

  .nav-text {
    height: auto;
  }

  .menu-content {
    flex-direction: column;
    top: 0;
  }

  .remove {
    width: 24px;
  }

  .logo-link {
    height: auto;
  }

  .hamburger-line {
    background-color: #000;
    width: 70%;
    height: 2px;
  }

  .menu-button {
    order: 1;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .navbar {
    padding-left: 2%;
    padding-right: 2%;
    position: absolute;
  }

  .container-navigation {
    z-index: 2;
    position: relative;
  }

  .container-navigation.grid {
    padding-bottom: 30px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
  }

  .navlink {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-primary {
    font-size: 16px;
  }

  .top-text {
    width: 100%;
  }

  .circle-cursor {
    display: none;
  }

  .hero-photo {
    width: 360px;
    height: 420px;
    top: -99px;
    right: -9%;
  }

  .text-rotator {
    font-size: 60px;
    line-height: 80px;
  }

  ._100vh, .project-content {
    height: 800px;
  }

  .logo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .services-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-grid {
    grid-template-columns: .6fr 1fr;
  }

  .services-icon {
    width: 44px;
  }

  .service-title {
    font-size: 23px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .copyright-flex {
    width: 100%;
  }

  .empty-block {
    display: none;
  }

  .copyright {
    margin-bottom: 0;
  }

  .grid-4-columns {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .card-container {
    width: auto;
    min-width: 420px;
  }

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-image {
    width: 200px;
    bottom: 12px;
    right: -95px;
  }

  .blog-text {
    font-size: 30px;
    line-height: 32px;
  }

  .blog-page-content {
    max-width: 100%;
  }

  .project-page {
    height: 700px;
  }

  .components-grid-font {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section._1 {
    padding-bottom: 30px;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 60px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .photo-animation {
    max-width: 100%;
  }

  .blog-link {
    max-width: 90%;
  }

  .navigation-link {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero {
    padding-top: 135px;
    padding-bottom: 140px;
  }

  .hero._2 {
    padding-top: 124px;
    padding-bottom: 134px;
  }

  .remove-circle {
    top: 15px;
    right: 15px;
  }

  .navlinks {
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 50px;
    line-height: 70px;
  }

  .menu-button {
    margin-left: 5px;
    margin-right: 20px;
  }

  .navbar {
    height: 70px;
  }

  .container-navigation.grid {
    grid-template-columns: 1fr 1fr;
  }

  .cart-container {
    min-width: 320px;
  }

  .bo-logo {
    width: 38px;
  }

  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hero-photo {
    display: none;
  }

  .max-w-width {
    margin-left: 0;
  }

  ._100vh, .project-content {
    height: 400px;
  }

  .project-title {
    padding-bottom: 10px;
  }

  .logo-grid {
    max-width: 100%;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .testimonials-name {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .card-container {
    min-width: auto;
  }

  .photo-animation-2 {
    max-width: 100%;
  }

  .blog-image {
    width: 150px;
    right: -42px;
  }

  .blog-page-content {
    max-width: 100%;
  }

  .project-page {
    height: 500px;
  }
}

@media screen and (max-width: 479px) {
  .section.footer {
    padding-bottom: 20px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1 {
    font-size: 43px;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-3 {
    font-size: 22px;
    line-height: 1.1;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .navigation-link {
    margin-bottom: 5px;
  }

  .hero {
    padding-top: 100px;
  }

  .hero._2 {
    padding-top: 85px;
  }

  .remove-circe-mobile {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .remove {
    width: 20px;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 10px;
  }

  .navbar {
    height: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .cart-container {
    border-radius: 0;
  }

  .nav-menu {
    z-index: 9999;
  }

  .top-text {
    display: none;
  }

  .social-wrapper-footer {
    flex-direction: row;
    justify-content: center;
  }

  .text-rotator {
    font-size: 40px;
    line-height: 60px;
  }

  .start-icon {
    margin-left: 30px;
    margin-right: 30px;
  }

  .project-title {
    font-size: 30px;
  }

  .margin-120px {
    margin-top: 80px;
  }

  .logo-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .services-icon {
    width: 38px;
    margin-right: 15px;
  }

  .service-title {
    font-size: 21px;
  }

  .subhead {
    font-size: 22px;
  }

  .footer-top-part {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    flex-direction: column;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .toggle-header {
    line-height: 24px;
  }

  .toogle-icon {
    flex: none;
  }

  .toggle-space {
    padding-right: 0;
  }

  .form-grid {
    max-width: 100%;
  }

  .horizontal-divider {
    height: 20px;
  }

  .horizontal-divider._15px {
    height: 0;
  }

  .blog-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-image {
    display: none;
  }

  .blog-text {
    font-size: 27px;
    line-height: 30px;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-flex.left {
    flex-direction: row;
    margin-bottom: 6px;
  }

  .project-rich-text {
    max-width: 100%;
  }

  .project-page {
    height: 400px;
  }
}

#w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-e57000d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-e57000d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1452619b-73f9-a710-64ff-23289bd9e4aa-e57000d8, #w-node-aef8f63f-6a2f-7ee2-cd23-d8e624e7a35a-e57000d8, #w-node-c948f3e9-ec73-038b-b790-2a291ed84b79-e57000d8, #w-node-_76c9c05d-f723-0ddb-8611-5d98752df073-e57000d8, #w-node-_76c9c05d-f723-0ddb-8611-5d98752df077-e57000d8, #w-node-_1d61c6fe-6ada-0c7c-91f7-57c80f0bb234-e57000d8, #w-node-_1d61c6fe-6ada-0c7c-91f7-57c80f0bb238-e57000d8, #w-node-f4eeb8db-55bd-faa9-c4d2-27d583070211-e57000d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd84-9d2dbd82 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd88-9d2dbd82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd89-9d2dbd82 {
  justify-self: center;
}

#w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd99-9d2dbd82 {
  place-self: center end;
}

#w-node-_009a5446-a516-55d0-f40f-c2a9de667e08-e4700149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_009a5446-a516-55d0-f40f-c2a9de667e0d-e4700149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-5070014d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-5070014d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aaa3ca08-a7d7-b4f4-32f6-724d95f6ee11-2b700151 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaa3ca08-a7d7-b4f4-32f6-724d95f6ee16-2b700151 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aaa3ca08-a7d7-b4f4-32f6-724d95f6eeaf-2b700151, #w-node-_96dc4b54-16ee-3fc2-1b47-f2a6b2785fb9-88700152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96dc4b54-16ee-3fc2-1b47-f2a6b2785fc0-88700152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_96dc4b54-16ee-3fc2-1b47-f2a6b2785fef-88700152, #w-node-_533252ca-3bff-1ed4-775c-6ec66820556d-cc700153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_533252ca-3bff-1ed4-775c-6ec668205574-cc700153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_533252ca-3bff-1ed4-775c-6ec6682055a3-cc700153, #w-node-_83dfa914-d22c-e2c5-9f5e-2a320a263dd9-e3700154 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83dfa914-d22c-e2c5-9f5e-2a320a263dde-e3700154 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_83dfa914-d22c-e2c5-9f5e-2a320a263e77-e3700154, #w-node-_328ae00d-2283-e78b-2001-a23ea7c96f94-39700155, #w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-a9700166 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a9700166 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70124fe1-2f62-c2a9-2bc4-6cb60d56d31f-a9700166, #w-node-_4b380c19-cfac-a563-d8bf-6bda87b623f6-f1700168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b380c19-cfac-a563-d8bf-6bda87b623fb-f1700168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7be265ce-137c-b211-1cde-726326ae6e2f-4d70016a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be265ce-137c-b211-1cde-726326ae6e34-4d70016a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-3d700172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-3d700172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_05225fa3-828d-f517-0065-2e9da6376e18-3d700172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28e0a1d-f352-9e22-f1cc-954e22e1bb74-87700179 {
  align-self: center;
}

#w-node-_5cda19f2-6a98-7624-19fd-bba2860f3747-3a70017b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-3a70017b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_78fd20c4-2009-a6a3-7378-0df69d2dbd99-9d2dbd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-e57000d8, #w-node-_009a5446-a516-55d0-f40f-c2a9de667e0d-e4700149, #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-5070014d, #w-node-aaa3ca08-a7d7-b4f4-32f6-724d95f6ee16-2b700151, #w-node-_96dc4b54-16ee-3fc2-1b47-f2a6b2785fc0-88700152, #w-node-_533252ca-3bff-1ed4-775c-6ec668205574-cc700153, #w-node-_83dfa914-d22c-e2c5-9f5e-2a320a263dde-e3700154, #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-a9700166, #w-node-_4b380c19-cfac-a563-d8bf-6bda87b623fb-f1700168, #w-node-_7be265ce-137c-b211-1cde-726326ae6e34-4d70016a, #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-3d700172, #w-node-d2f1d323-9aad-b78a-8471-80d1289fe7dc-3a70017b {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}