@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --font--main: Satoshi, Arial, sans-serif;
  --color--dark: #000;
  --type--body-regular: 20px;
  --type--h1: 166px;
  --type--h2: 56px;
  --type--h3: 32px;
  --color--white: white;
  --color--dark-light: #333;
  --color--divider-color: #ccc;
  --color--elevation: #f4f4f4;
  --type--body-small: 16px;
  --type--h2-big: 260px;
  --type--subtitle: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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 {
    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 {
  font-family: var(--font--main);
  color: var(--color--dark);
  font-size: var(--type--body-regular);
  letter-spacing: -.2px;
  font-weight: 500;
  line-height: 105%;
}

h1 {
  font-size: var(--type--h1);
  letter-spacing: -1.66px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  font-size: var(--type--h2);
  letter-spacing: -1.2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  font-size: var(--type--h3);
  letter-spacing: -.8px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 10px;
}

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

blockquote {
  border-left: 5px solid var(--color--dark);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 40px;
  font-size: 24px;
  line-height: 120%;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.subtitle {
  color: var(--color--dark);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.subtitle.blog-right-subtitle {
  margin-bottom: 18px;
}

.section {
  background-color: var(--color--white);
  color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

.section.animated-images-section {
  overflow: hidden;
}

.section.testimonials-awards-combo {
  padding-bottom: 120px;
  overflow: clip;
}

.section.hero-with-gallery {
  padding-top: 104px;
  overflow: hidden;
}

.section.hero-works {
  padding-top: 104px;
}

.section.hero-project-inner {
  padding-top: 104px;
  padding-bottom: 80px;
}

.section.project-content-section {
  padding-top: 140px;
  padding-bottom: 80px;
}

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

.section.hero-blogs {
  padding-top: 104px;
}

.section.hero-blog-inner {
  padding-top: 104px;
  padding-bottom: 80px;
}

.section.blog-post-content {
  padding-top: 100px;
}

.section.hero-404 {
  padding-top: 104px;
  overflow: hidden;
}

.section.testimonials-overflow, .section.moving-gallery-section {
  overflow: hidden;
}

.cta-dark {
  background-color: var(--color--dark);
  color: var(--color--white);
  letter-spacing: .2px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
  transition: background-color .2s;
  display: flex;
}

.cta-dark:hover {
  background-color: #242424;
}

.text-style-h1 {
  letter-spacing: -1.66px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 166px;
  font-weight: 700;
  line-height: 110%;
}

.h2-mega {
  color: var(--color--dark-light);
  letter-spacing: -1.8px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 260px;
  font-weight: 700;
  line-height: 110%;
}

.navbar {
  background-color: #ddd0;
  padding-top: 24px;
}

.container-navbar {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-navabr {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 2fr 3fr 2fr;
  width: 100%;
}

.brand-link-navbar {
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  display: flex;
}

.brand-image-navbar {
  height: 100%;
}

.wrap-links-navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-links-navbar.menu-wrap {
  justify-content: flex-start;
  align-items: flex-end;
}

.line-link-block {
  color: var(--color--dark);
  padding-top: 2px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.underline-link-master {
  background-color: #fff0;
  height: 1px;
  margin-top: 2px;
  padding: 0;
}

.underline-link-fill {
  background-color: var(--color--dark);
  width: 0%;
  height: 100%;
}

.brand-hero-home {
  z-index: 10;
  width: 100%;
  position: relative;
}

.wrap-images-hero {
  margin-top: -30px;
  position: relative;
}

.grid-image-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.wrap-right-hero-home {
  padding-top: 274px;
}

.wrap-text-hero-home {
  max-width: 426px;
  margin-bottom: 52px;
}

.image-overlay-general {
  transform-origin: 50% 0;
  width: 100%;
}

.overlay-general {
  background-color: var(--color--white);
  transform-origin: 50% 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-image-overlay-general {
  border-radius: 2px;
  position: relative;
  overflow: clip;
}

.wrap-image-hero-home-absolute {
  width: 50vw;
  max-height: 950px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.divider-hero-home {
  background-color: var(--color--divider-color);
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
}

.grid-about-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.section-text {
  letter-spacing: -.1px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.wrap-text-big-about-home {
  max-width: 970px;
}

.big-text-about-home {
  letter-spacing: -.4px;
  text-indent: 242px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 118%;
}

.wrap-moving-text {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.wrap-moving-text.mg-bottom-100 {
  margin-bottom: 100px;
}

.move-moving-text {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-projects-home-top {
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  margin-bottom: 100px;
}

.wrap-project-home-one {
  width: 90%;
}

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

.cursor-wrap-project-wide {
  z-index: 1;
  cursor: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-project-tile-name {
  color: var(--color--dark);
  font-size: 28px;
  font-weight: 500;
  line-height: 106%;
}

.icon-arrow-coursor {
  height: 44px;
}

.project-image-wrap {
  border-radius: 2px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.project-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-name-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cursor-general {
  z-index: 30;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fffdfa;
  text-transform: uppercase;
  background-color: #00000029;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrap-project-home-two {
  width: 86%;
  margin-top: 265px;
  margin-left: 2%;
}

.grid-project-home-bottom {
  grid-template-rows: auto;
  grid-template-columns: 7fr 5fr;
}

.wrap-project-home-three {
  width: 100%;
  max-width: 720px;
}

.master-services-list {
  flex-flow: column;
  display: flex;
}

.single-service-list {
  border-bottom: 1px solid var(--color--dark);
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.single-service-list.contact-list {
  border-top: 1px solid var(--color--dark);
  border-bottom-style: none;
  justify-content: space-between;
  align-items: flex-start;
}

.left-service-list {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
  position: relative;
}

.left-service-list.left-contact-list {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-number-service {
  width: 25%;
  font-size: 44px;
  font-weight: 500;
  line-height: 121%;
}

.text-number-service.contact-left-text {
  width: 35%;
  margin-top: 5px;
  font-size: 21px;
  line-height: 120%;
}

.text-service-name {
  font-size: 44px;
  font-weight: 500;
  line-height: 121%;
}

.text-service-name.contact-medium-text {
  font-size: 48px;
  line-height: 120%;
}

.wrap-icon-service-list {
  z-index: 10;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.fill-service-list {
  z-index: 1;
  background-color: var(--color--dark);
  transform-origin: 50% 0;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-gallery-halves {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
}

.image-gallery-halves {
  border-radius: 4px;
}

.image-gallery-halves.left-image, .image-gallery-halves.right-image {
  width: 100%;
}

.connection-line-master {
  flex: 1;
  align-items: center;
  display: flex;
}

.connection-line {
  background-color: var(--color--dark);
  width: 100%;
  height: 1px;
}

.connection-line.left-line {
  transform-origin: 0%;
}

.connection-line.right-line {
  transform-origin: 100%;
}

.connection-logo {
  height: 88px;
  margin-left: 32px;
  margin-right: 32px;
}

.master-connection {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-connection-section {
  letter-spacing: -.4px;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.connection-circle {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: relative;
}

.connection-circle.right-circle {
  margin-left: 8px;
}

.connection-circle.left-circle {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  position: relative;
}

.limi-connection-text {
  max-width: 900px;
}

.connection-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  inset: 32px auto auto;
}

.wrap-connection {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-awards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 120px;
  display: flex;
}

.single-awards {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-award-giver {
  color: #333;
  margin-bottom: 3px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.h3-award-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

.divider-above-testimonials {
  background-color: var(--color--divider-color);
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
}

.text-testimonial {
  font-size: 28px;
  line-height: 125%;
}

.slide-nav-hidden {
  display: none;
}

.text-testimonial-position {
  font-size: 18px;
  line-height: 120%;
}

.top-testimonials {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 49%;
  height: auto;
  position: static;
}

.mask-testimonials {
  height: auto;
  position: static;
  overflow: visible;
}

.image-testimonials {
  border-radius: 12px;
  width: 120px;
  height: 120px;
}

.arrow-testimonial {
  background-color: var(--color--elevation);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  inset: -120px 0% auto auto;
}

.arrow-testimonial:hover {
  background-color: #ebebeb;
}

.arrow-testimonial.left-arrow {
  right: 78px;
}

.slide-testimonials {
  margin-right: 4%;
}

.tile-testimonials {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color--elevation);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 52px;
  display: flex;
}

.master-testimonials {
  margin-top: 100px;
  position: relative;
}

.icon-arrow-testimonial {
  display: block;
}

.text-testi-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 121%;
}

.right-top-testimonial {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-arrow-testimonial {
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.section-big-image {
  height: 41vw;
  position: relative;
  overflow: hidden;
}

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

.footer {
  padding-top: 160px;
  padding-bottom: 24px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

.flex-top-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 160px;
  display: flex;
}

.left-top-footer {
  max-width: 614px;
}

.text-big-footer {
  letter-spacing: -.6px;
  font-size: 50px;
  line-height: 100%;
}

.flex-footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.brand-footer-big {
  width: 100%;
}

.wrap-bottom-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.text-bottom-footer {
  font-size: 14px;
  line-height: 105%;
}

.circle-bottom-footer {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  margin-right: 4px;
}

.title-wrap-studio {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1238px;
  display: flex;
}

.h1-small {
  letter-spacing: -.8px;
  font-size: 86px;
  line-height: 110%;
}

.master-gallery-hero-about {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.move-gallery-horziontal, .single-gallery-horziontal {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-gallery-horizontal {
  border-radius: 4px;
  flex: none;
  width: 360px;
  display: block;
}

.flex-story-studio {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-story-studio {
  max-width: 940px;
}

.big-text-story {
  letter-spacing: -.3px;
  font-size: 32px;
  line-height: 115%;
}

.list-stats-wide {
  flex-flow: column;
  display: flex;
}

.single-stat-wide {
  border-top: 1px solid var(--color--divider-color);
  padding-top: 32px;
  padding-bottom: 32px;
}

.single-stat-wide.last-stat {
  border-bottom: 1px solid var(--color--divider-color);
}

.grid-stats-wide {
  grid-template-rows: auto;
}

.text-stat-wide {
  font-size: 112px;
  font-weight: 400;
  line-height: 80%;
}

.grid-team-indent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 10fr;
}

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

.nl-tile-team-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nl-image-team-1 {
  border-radius: 4px;
  width: 100%;
  display: block;
}

.nl-bottom-team-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3-team {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.text-team-position {
  color: var(--color--dark-light);
  font-size: 18px;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 120%;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: #18282e;
  border-radius: 2px;
  width: 20px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expandable-single-faq {
  border-bottom: 1px solid var(--color--dark);
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
}

.expandable-single-faq.first-faq {
  border-top: 1px solid var(--color--dark);
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.master-expandable-wide {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.title-wrap-works {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.grid-projects-halves {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-description-tile {
  color: #0009;
  font-size: 22px;
  line-height: 110%;
}

.title-wrap-project-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-big-hero-project {
  position: relative;
  overflow: hidden;
}

.image-big-hero-project {
  object-fit: cover;
  width: 100%;
}

.container-tiny {
  width: 100%;
  max-width: 828px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-text-project {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.cms-rich-text h1 {
  font-size: 88px;
  line-height: 110%;
}

.cms-rich-text p {
  letter-spacing: -.2px;
  font-size: 32px;
  line-height: 115%;
}

.cms-rich-text h2 {
  font-size: 56px;
}

.cms-rich-text h3 {
  font-size: 32px;
  font-weight: 700;
}

.cms-rich-text blockquote {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.wrapper-project-gallery {
  margin-top: 64px;
  margin-bottom: 64px;
}

.lightbox-gallery, .image-project-gallery {
  width: 100%;
}

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

.title-wrap-contact {
  margin-bottom: 80px;
}

.title-wrap-blog {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
}

.grid-blog-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-blog-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
}

.tile-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.tile-blog:hover {
  transform: scale(1.03);
}

.text-blog-tile {
  color: #000c;
  margin-bottom: 1px;
  font-size: 13px;
  line-height: 100%;
}

.top-bottom-blog-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bottom-blog-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3-blog-tile {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.grid-master-blog-template {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.left-blog-template {
  flex-flow: column;
  display: flex;
}

.single-blog-detail {
  border-top: 1px solid var(--color--dark);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.single-blog-detail.last-detail {
  border-bottom: 1px solid var(--color--dark);
}

.text-detail-left {
  color: var(--color--dark);
  text-transform: uppercase;
  font-size: 16px;
}

.text-detail-right {
  color: var(--color--dark);
  font-size: 16px;
}

.tile-shop {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.checkbox-checkout {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkout-form {
  background-color: #fff;
  border-top: 1px #000;
  padding: 64px 0;
  font-size: 18px;
  line-height: 124%;
}

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

.text-field-checkout-page {
  border: 1px solid var(--color--dark);
  color: #000;
  background-color: #f2f2f2;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus, .text-field-checkout-page.-wfp-focus {
  color: #000;
  border-style: solid;
  border-color: #3d3a34;
}

.block-content {
  background-color: var(--color--elevation);
  border: 1px #000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

.shipping-method-list {
  border: 1px #000;
}

.block-header {
  background-color: var(--color--elevation);
  border: 1px #0f1a2326;
  border-bottom: 1px solid #0f1a2314;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.shipping-method {
  background-color: #f2f2f2;
  border-bottom-color: #18282e3b;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.mega-nav-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.cart-link {
  color: var(--color--dark);
  background-color: #3898ec00;
  justify-content: flex-end;
  align-items: center;
  padding: 2px 0;
  font-size: 16px;
}

.cart-container {
  background-color: var(--color--white);
  border-radius: 4px;
}

.price-cart {
  font-size: var(--type--body-small);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.brand-simple {
  border-bottom: 1px solid var(--color--divider-color);
  background-color: var(--color--elevation);
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-brand-checkout {
  justify-content: center;
  align-items: center;
  height: 22px;
  display: flex;
}

.brand-image-checkout {
  height: 100%;
}

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-image-hero-home-mobile {
  width: 50vw;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-wrap-404 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1238px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-loader {
  z-index: 10000;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-loader {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader-block {
  border-right: 1px solid var(--color--divider-color);
  transform-origin: 50% 0;
  background-color: #f4f4f4;
}

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

.master-gallery-moving {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rich-text-blog p {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

.rich-text-blog blockquote {
  border-left: 5px solid #000;
  font-size: 24px;
  line-height: 120%;
}

.rich-text-blog h1 {
  font-size: 166px;
  font-weight: 700;
  line-height: 110%;
}

.rich-text-blog h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

.rich-text-blog h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.line-link-block-arrow {
  color: #000;
  padding-top: 2px;
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
}

.top-line-link-arrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.wrap-arrow-line-link {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-arrow-line-link {
  width: 24px;
  height: 24px;
}

.image-arrow-line-link.absolute-arrow {
  position: absolute;
  left: -101%;
}

.underline-link-fill-2 {
  background-color: #000;
  width: 0%;
  height: 100%;
}

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

  .section.hero-with-gallery {
    padding-top: 90px;
  }

  .section.hero-works, .section.hero-project-inner {
    padding-top: 80px;
  }

  .section.project-content-section {
    padding-top: 100px;
  }

  .section.hero-contact {
    padding-top: 80px;
  }

  .section.hero-blog-inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.blog-post-content {
    padding-top: 80px;
  }

  .section.hero-404, .section.moving-gallery-section {
    padding-top: 90px;
  }

  .text-style-h1 {
    font-size: 64px;
  }

  .h2-mega {
    font-size: 170px;
  }

  .grid-image-hero {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-image-hero-home-absolute {
    width: 45vw;
  }

  .section-text {
    order: -1;
  }

  .big-text-about-home {
    font-size: 30px;
  }

  .cursor-wrap-project-wide {
    display: none;
  }

  .text-number-service {
    font-size: 26px;
  }

  .text-number-service.contact-left-text {
    font-size: 18px;
  }

  .text-service-name {
    font-size: 26px;
  }

  .text-service-name.contact-medium-text {
    font-size: 38px;
  }

  .connection-logo {
    height: 70px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-connection-section {
    font-size: 25px;
    line-height: 135%;
  }

  .limi-connection-text {
    max-width: 740px;
  }

  .wrap-connection {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-award-giver {
    font-size: 25px;
  }

  .h3-award-name {
    font-size: 44px;
  }

  .text-testimonial {
    font-size: 21px;
  }

  .top-testimonials {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-testimonials {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 32px;
  }

  .flex-top-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrap-bottom-footer {
    flex-flow: wrap;
  }

  .h1-small {
    font-size: 52px;
  }

  .master-gallery-hero-about {
    margin-top: 40px;
  }

  .image-gallery-horizontal {
    width: 270px;
    max-width: 270px;
  }

  .big-text-story {
    font-size: 29px;
  }

  .nl-grid-team-1 {
    grid-template-columns: 1fr 1fr;
  }

  .h3-team {
    font-size: 1.4em;
  }

  .text-description-tile {
    font-size: 20px;
    line-height: 110%;
  }

  .grid-blog-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-master-blog-template {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-top: 80px;
  }

  .link-brand-checkout {
    height: 20px;
  }

  .wrap-menu-button {
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .line-menu {
    background-color: #000;
    border-radius: 4px;
    width: 20px;
    height: 2px;
    padding: 0;
  }

  .wrap-image-hero-home-mobile {
    width: 45vw;
  }

  .master-gallery-moving {
    margin-top: 40px;
  }

  .rich-text-blog h1 {
    font-size: 120px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 80px;
  }

  .subtitle {
    font-size: 32px;
    line-height: 121%;
  }

  .section.testimonials-awards-combo {
    padding-bottom: 180px;
  }

  .section.hero-works {
    padding-top: 55px;
  }

  .section.hero-project-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-contact {
    padding-top: 56px;
  }

  .section.hero-blogs {
    padding-top: 64px;
  }

  .text-style-h1 {
    font-size: 52px;
  }

  .h2-mega {
    font-size: 140px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-navbar {
    height: 100%;
  }

  .grid-navabr {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .brand-link-navbar {
    flex: none;
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
  }

  .wrap-links-navbar.menu-wrap {
    border-top: 1px solid var(--color--divider-color);
    background-color: var(--color--elevation);
    justify-content: flex-start;
    align-items: center;
    padding: 32px;
  }

  .wrap-links-navbar.hide-mobile {
    display: none;
  }

  .line-link-block.menu-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .big-text-about-home {
    font-size: 24px;
  }

  .text-number-service.contact-left-text {
    font-size: 15px;
  }

  .text-service-name.contact-medium-text {
    font-size: 32px;
  }

  .grid-gallery-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .connection-logo {
    height: 70px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-connection-section {
    font-size: 24px;
  }

  .connection-text {
    font-size: 18px;
  }

  .wrap-connection {
    width: 90%;
    max-width: none;
  }

  .single-awards {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-award-giver {
    margin-bottom: 0;
    font-size: 22px;
  }

  .slider-testimonials {
    width: 100%;
  }

  .mask-testimonials {
    overflow: hidden;
  }

  .arrow-testimonial {
    inset: auto auto -78px 78px;
  }

  .arrow-testimonial.left-arrow {
    left: 0;
    right: auto;
  }

  .slide-testimonials {
    margin-right: 0%;
  }

  .tile-testimonials {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .master-testimonials {
    margin-top: 64px;
  }

  .footer {
    padding-top: 120px;
  }

  .h1-small {
    font-size: 44px;
  }

  .master-gallery-hero-about {
    margin-top: 80px;
  }

  .grid-stats-wide {
    grid-template-columns: 1fr;
  }

  .nl-grid-team-1 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .title-wrap-works {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-projects-halves {
    grid-template-columns: 1fr;
  }

  .title-wrap-contact {
    margin-bottom: 64px;
  }

  .title-wrap-blog {
    margin-bottom: 48px;
  }

  .grid-master-blog-template {
    grid-row-gap: 64px;
  }

  .checkout-form {
    padding-top: 56px;
  }

  .mega-nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .wrap-menu-button {
    width: 100%;
    height: 100%;
  }

  .menu-button {
    background-color: var(--color--elevation);
    border-radius: 4px;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--color--elevation);
  }

  .master-gallery-moving {
    margin-top: 80px;
  }

  .rich-text-blog h1 {
    font-size: 80px;
    line-height: 110%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 46px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 24px;
  }

  .subtitle.blog-right-subtitle {
    margin-bottom: 0;
  }

  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section.testimonials-awards-combo {
    padding-bottom: 150px;
  }

  .section.hero-with-gallery {
    padding-top: 64px;
  }

  .section.hero-project-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.project-content-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.hero-blog-inner, .section.blog-post-content, .section.hero-404, .section.moving-gallery-section {
    padding-top: 64px;
  }

  .text-style-h1 {
    font-size: 46px;
  }

  .h2-mega {
    font-size: 28vw;
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-link-navbar {
    width: 50vw;
    max-width: 150px;
    height: auto;
  }

  .line-link-block {
    font-size: 20px;
  }

  .line-link-block.footer-link {
    font-size: 24px;
  }

  .wrap-images-hero {
    margin-top: -10px;
  }

  .grid-image-hero {
    grid-template-columns: 1fr;
  }

  .wrap-right-hero-home {
    padding-top: 0;
  }

  .wrap-image-hero-home-absolute {
    width: 70vw;
    display: none;
  }

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

  .big-text-about-home {
    text-indent: 80px;
  }

  .wrap-moving-text.mg-bottom-100 {
    margin-bottom: 72px;
  }

  .move-moving-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-projects-home-top {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 5fr;
    margin-bottom: 64px;
  }

  .wrap-project-home-one {
    width: 100%;
  }

  .wrap-project-home-two {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .grid-project-home-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .left-service-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-service-list.left-contact-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-number-service {
    width: 50%;
  }

  .text-number-service.contact-left-text {
    margin-top: 0;
    font-size: 14px;
  }

  .text-service-name.contact-medium-text {
    font-size: 24px;
  }

  .wrap-icon-service-list {
    flex: none;
    margin-right: 0;
  }

  .grid-gallery-halves {
    grid-template-columns: 1fr;
  }

  .connection-line-master {
    flex-direction: column;
  }

  .connection-line {
    width: 1px;
    height: 80px;
  }

  .connection-logo {
    height: 52px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .text-connection-section {
    font-size: 22px;
  }

  .connection-circle.right-circle {
    margin-left: 0;
  }

  .connection-circle.left-circle {
    margin-right: 0;
  }

  .connection-text {
    inset: -32px auto auto;
  }

  .connection-text.second-text {
    top: 22px;
  }

  .wrap-connection {
    flex-direction: column;
  }

  .master-awards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .single-awards {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-award-giver {
    font-size: 20px;
    font-weight: 500;
  }

  .h3-award-name {
    font-size: 31px;
  }

  .tile-testimonials {
    padding: 26px;
  }

  .master-testimonials {
    margin-top: 44px;
  }

  .section-big-image {
    height: 90vw;
  }

  .footer {
    padding-top: 100px;
  }

  .flex-top-footer {
    margin-bottom: 100px;
  }

  .text-big-footer {
    font-size: 34px;
    line-height: 105%;
  }

  .flex-footer-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-wrap-studio {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h1-small {
    font-size: 38px;
  }

  .master-gallery-hero-about {
    margin-top: 60px;
  }

  .image-gallery-horizontal {
    width: 220px;
    max-width: 220px;
  }

  .big-text-story {
    font-size: 24px;
  }

  .text-stat-wide {
    font-size: 22vw;
    line-height: 90%;
  }

  .grid-team-indent {
    grid-template-columns: 2fr;
  }

  .h3-team {
    font-size: 1.4em;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .container-tiny {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cms-rich-text p {
    font-size: 26px;
  }

  .wrapper-project-gallery {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .title-wrap-contact {
    margin-bottom: 40px;
  }

  .title-wrap-blog {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-blog-fourths {
    grid-template-columns: 1fr;
  }

  .grid-master-blog-template {
    grid-row-gap: 44px;
  }

  .single-blog-detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-blog-detail.last-detail {
    flex-flow: wrap;
  }

  .text-detail-left {
    font-size: 14px;
  }

  .checkout-form {
    padding-top: 40px;
  }

  .top-order {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .block-content {
    padding: 16px;
  }

  .block-content.shipping-method {
    padding: 0;
  }

  .order-item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .shipping-method {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: 32px;
  }

  .wrap-image-hero-home-mobile {
    width: 90%;
    margin-bottom: 48px;
    margin-left: -16px;
    display: block;
    position: static;
  }

  .title-wrap-404 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .master-loader {
    display: none;
  }

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

  .loader-block.first-block, .loader-block.second-block {
    display: none;
  }

  .master-gallery-moving {
    margin-top: 60px;
  }

  .rich-text-blog h1 {
    font-size: 60px;
    line-height: 100%;
  }

  .rich-text-blog h2 {
    font-size: 44px;
    line-height: 110%;
  }

  .line-link-block-arrow {
    font-size: 20px;
  }
}

#w-node-_491236bf-d795-bc4f-4ce9-50cf3d748fb0-3d748fad {
  place-self: start;
}

#w-node-_7419d34f-8fec-f165-0178-177fc590d088-260138dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2abcee38-acbd-3a48-b6f5-eb16077fbb0f-d2c1c212 {
  place-self: start;
}

#w-node-_2abcee38-acbd-3a48-b6f5-eb16077fbb11-d2c1c212 {
  place-self: start end;
}

#w-node-_8c935698-c394-3b9e-3f16-6defa0c994de-2601cd36, #w-node-_8c935698-c394-3b9e-3f16-6defa0c994ed-2601cd36 {
  place-self: start center;
}

#w-node-_8c935698-c394-3b9e-3f16-6defa0c994fd-2601cd36 {
  place-self: start;
}

#w-node-_385f33ff-4917-dcfc-37a8-f9d1c783616b-2601cd36 {
  place-self: end;
}

#w-node-_6fd35c41-950e-851c-bb32-d225fee84327-cdaac7f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fd35c41-950e-851c-bb32-d225fee84328-cdaac7f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3947afb1-cfb9-e6ee-035a-8d0b24997a15-e8caee69, #w-node-d234c2a4-bcef-91a6-08b6-28d2ae082e86-b7cfdb06, #w-node-d6fdf225-7a91-e4d8-4c42-c8e116bc62fb-94634845 {
  place-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_84383d1d-77e2-8883-1e7b-8b5a6191b1de-0e598e09, #w-node-_84383d1d-77e2-8883-1e7b-8b5a6191b1e4-0e598e09, #w-node-_84383d1d-77e2-8883-1e7b-8b5a6191b1ea-0e598e09, #w-node-_84383d1d-77e2-8883-1e7b-8b5a6191b1f0-0e598e09 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7419d34f-8fec-f165-0178-177fc590d088-260138dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_385f33ff-4917-dcfc-37a8-f9d1c783616b-2601cd36 {
    place-self: center start;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}