@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-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  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-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  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-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@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: Zodiak;
  src: url('../fonts/Zodiak-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --light: #f7f2e2;
  --dark: #272621;
  --elevation: #e2decf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
  background-color: var(--light);
  color: var(--dark);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 400;
  line-height: 115%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 400;
  line-height: 115%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

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

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

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

p {
  margin-bottom: 10px;
}

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

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

.navbar {
  background-color: var(--light);
  height: 86px;
}

.container-navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.brand-link-navbar {
  height: 32px;
}

.brand-navbar {
  height: 100%;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.section {
  color: #272621;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.section.testimonials-section {
  padding-top: 80px;
  padding-bottom: 220px;
  position: relative;
}

.section.logo-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.footer {
  background-color: var(--dark);
  color: var(--light);
  padding-bottom: 40px;
}

.section.hero-project {
  padding-top: 120px;
}

.section._404-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-2, .section.hero-3 {
  padding-top: 100px;
  position: relative;
}

.section.hero-4 {
  padding-top: 100px;
  padding-bottom: 64px;
  position: relative;
}

.main-container {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-home {
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 400;
}

.text-subheading-serif {
  font-family: Zodiak, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 106px;
}

.master-home-hero-image {
  margin-top: 64px;
  position: relative;
}

.wrap-home-hero-image {
  z-index: 10;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-home-hero {
  width: 100%;
}

.master-block-reveal {
  height: 100%;
  position: relative;
}

.inside-block-reveal {
  background-color: var(--light);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.master-hero-home-lines {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inside-hero-home-lines {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100vw;
  display: flex;
  transform: scale(1.2)rotate(-6deg);
}

.first-line-home {
  transform-origin: 0%;
  background-color: #a19b8a;
  width: 100%;
  height: 20px;
}

.second-line-home {
  transform-origin: 0%;
  background-color: #ccc7b6;
  width: 100%;
  height: 20px;
}

.third-line-home {
  transform-origin: 0%;
  background-color: #d9d4c3;
  width: 100%;
  height: 20px;
}

.grid-halves-text {
  grid-column-gap: 48px;
  grid-template-rows: auto;
}

.left-halves-text {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 577px;
  display: flex;
}

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

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.flex-cta-left.mg-top-40 {
  margin-top: 40px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.cta-with-arrow {
  grid-column-gap: 16px;
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.circle-cta-with-arrow {
  border: 1px solid var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.icon-cta-with-arrow {
  width: 18px;
  height: 18px;
}

.right-halves-text {
  width: 100%;
  max-width: 577px;
}

.paragraph-mega {
  font-size: 26px;
  line-height: 140%;
}

.paragraph-mega.mg-top-16 {
  margin-top: 16px;
}

.paragraph-mega.project-subtitle {
  margin-bottom: 11px;
}

.mg-top-64 {
  margin-top: 64px;
}

.master-horizontal-line-animated.mg-bottom-100 {
  margin-bottom: 100px;
}

.master-horizontal-line-animated.mg-top-100 {
  margin-top: 100px;
}

.master-horizontal-line-animated.mg-bottom-48 {
  margin-bottom: 48px;
}

.master-horizontal-line-animated.margins-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.line-horizontal {
  background-color: var(--dark);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.grid-stats {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  margin-top: 64px;
  margin-bottom: 64px;
}

.wrap-stat {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-stat {
  text-align: center;
  font-size: 68px;
  line-height: 115%;
}

.line-vertical {
  background-color: var(--dark);
  transform-origin: 50% 0;
  width: 1px;
  height: 100%;
}

.video-section {
  min-height: 200vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.sticky-video {
  perspective: 200px;
  position: sticky;
  top: 5vh;
}

.video-sticky {
  justify-content: flex-end;
  align-items: flex-end;
  height: 90vh;
  padding: 32px;
  display: flex;
}

.lightbox-play-video {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 24px;
  display: flex;
}

.icon-play-video {
  width: 32px;
  height: 32px;
}

.wrap-services-tab-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-circle {
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.tabs-menu-services {
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.text-tab-link {
  font-size: 32px;
  line-height: 120%;
}

.tabs-services {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.tab-link {
  grid-column-gap: 16px;
  color: #27262180;
  background-color: #ddd0;
  border-bottom: 1px solid #d3c8c2;
  align-items: center;
  padding: 32px 0;
  font-size: 28px;
  display: flex;
}

.tab-link.w--current {
  border-bottom-color: var(--dark);
  color: #000;
  background-color: #ddd0;
}

.wrap-tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  border: 1px solid var(--dark);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
}

.tabs-content-services {
  flex: 1;
  width: 100%;
  max-width: 520px;
}

.master-tabs-services {
  margin-top: 64px;
}

.paragraph-big {
  font-size: 20px;
  line-height: 150%;
}

.paragraph-big.coma-divider {
  margin-right: 4px;
}

.paragraph-big.service-detail {
  max-width: 346px;
}

.paragraph-big.left-contact-detail {
  opacity: .8;
}

.paragraph-big.right-contact-detail {
  text-align: right;
}

.paragraph-big.project-detail-title {
  opacity: .8;
}

.section-moving-text {
  padding-top: 60px;
  padding-bottom: 60px;
}

.master-moving-text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.inside-moving-text {
  grid-column-gap: 64px;
  opacity: .8;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.moving-text-sans {
  text-transform: uppercase;
  flex: none;
  font-size: 100px;
  line-height: 115%;
}

.moving-text-serif {
  text-transform: uppercase;
  flex: none;
  font-family: Zodiak, sans-serif;
  font-size: 100px;
  line-height: 115%;
}

.master-project-item {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.grid-project-item {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .31fr .69fr;
}

.left-project-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrap-project-number {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.number-project-big {
  font-size: 32px;
  line-height: 100%;
}

.number-project-total {
  opacity: .5;
  font-size: 24px;
  line-height: 100%;
}

.wrap-project-image {
  cursor: none;
  height: 560px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.bottom-left-project-item {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list-projects {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.text-project-name-grid {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 115%;
}

.wrap-project-details-grid {
  opacity: .85;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.circle-cursor {
  background-color: var(--dark);
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.icon-cursor {
  width: 24px;
  height: 24px;
}

.grid-master-team-halves {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .35fr .65fr;
}

.grid-team-halves {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
}

.tile-team {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.image-team {
  width: 100%;
  display: block;
}

.wrap-team-name {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.wrap-socials {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-social {
  background-color: var(--elevation);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-social {
  width: 18px;
  height: 18px;
}

.master-testimonials-slider {
  position: relative;
}

.slider {
  background-color: #f7f2e200;
  height: auto;
  position: static;
}

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

.inside-slide {
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-mega-testimonial {
  max-width: 1120px;
  font-size: 72px;
  line-height: 115%;
}

.slide {
  height: auto;
}

.mask {
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.arrow-slider {
  border: 1px solid var(--dark);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto auto -48px 0%;
}

.arrow-slider.right-arrow {
  left: 55px;
}

.icon-arrow-slider {
  width: 24px;
  height: 24px;
}

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

.connection-circle {
  background-color: var(--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;
}

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

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

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

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

.connection-text {
  color: var(--dark);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  inset: 24px auto auto;
}

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

.wrap-lines-background {
  z-index: -1;
  background-image: url('../images/LinesWide.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 310px;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-lines-background {
  background-image: linear-gradient(to bottom, #f7f2e200, #f7f2e2db 71%, var(--light));
  position: absolute;
  inset: 0%;
}

.wrap-under-logo-text {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 780px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-top-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-footer-left-halves {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 420px 420px;
}

.column-footer-links {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: var(--light);
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}

.circle-top {
  border: 1px solid var(--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-top {
  width: 32px;
  height: 32px;
}

.master-middle-footer {
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
  color: var(--light);
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.text-contact-footer {
  font-size: 120px;
  line-height: 151%;
}

.icon-footer-big {
  width: 64px;
  height: 64px;
}

.flex-bootom-footer {
  border-bottom: 1px solid var(--light);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.wrap-legal-footer {
  padding-top: 24px;
}

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

.link-white {
  color: var(--light);
}

.master-hero-about {
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1237px;
  display: flex;
}

.wrap-partners {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.moving-images-master-hero-b {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.moving-images-inside-hero-b {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.moving-image-hero-b {
  width: 32%;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  position: absolute;
  inset: auto 0% -2px;
}

.flex-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.wrap-big-text-right {
  width: 100%;
  max-width: 660px;
  margin-right: 115px;
}

.big-text {
  font-size: 32px;
  line-height: 140%;
}

.grid-divided-halves {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
}

.grid-divided-halves.contact-details-grid, .grid-divided-halves.contact-form-grid {
  margin-top: 40px;
  margin-bottom: 40px;
}

.master-divided-halves-image {
  max-height: 90vh;
  position: sticky;
  top: 5vh;
}

.right-values {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.image-divided-halves {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.expand-open {
  transform-origin: 50% 0;
}

.space-24 {
  height: 24px;
}

.expandable-content-flex {
  border-top: 1px solid var(--dark);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.expandable-content-wrap {
  width: 100%;
  max-width: 314px;
  height: auto;
}

.expandable-content-wrap.wide-content-expandable {
  max-width: 600px;
}

.expand-icon-wrap {
  border: 1px solid var(--dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: -4px;
  display: flex;
}

.expanded-text {
  margin-bottom: 0;
}

.expandable-wrap {
  width: 100%;
}

.service-expandable-left {
  align-items: flex-start;
  display: flex;
}

.text-heading-3 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
}

.icon-expandable-arrow {
  width: 24px;
  height: 24px;
}

.wrap-mega-text-right {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1237px;
  margin-bottom: 100px;
  margin-left: auto;
  display: flex;
}

.mega-text {
  font-size: 100px;
  line-height: 115%;
}

.flex-heading-text-sides {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-heading-text {
  width: 100%;
  max-width: 545px;
}

.right-heading-text {
  width: 100%;
  max-width: 577px;
}

.grid-team-with-dividers {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  margin-top: 80px;
}

.wrap-heading-left-space {
  max-width: 430px;
  margin-left: 115px;
}

.master-awards-table {
  width: 100%;
  max-width: 890px;
  margin-top: 100px;
  margin-right: 115px;
}

.grid-awards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 130px 1fr 320px;
}

.cell-award {
  border-top: 1px solid var(--dark);
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-link {
  color: var(--dark);
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link.w--current {
  color: var(--dark);
}

.master-hero-4 {
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1237px;
  display: flex;
}

.sevice-image {
  width: 100%;
}

.industry-bottom-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  transform-origin: 50% 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.service-top-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  display: grid;
}

.industry-space-home-b {
  height: 48px;
}

.single-service-images {
  color: #000;
  border-top: 1px solid #000;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: block;
}

.right-contact-details {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

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

.right-contact-form {
  flex-direction: column;
  display: flex;
}

.form {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.button {
  border: 1px solid var(--dark);
  background-color: var(--light);
  color: var(--dark);
  border-radius: 50px;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #27262114;
}

.button.filled {
  background-color: var(--dark);
  color: var(--light);
}

.button.nav-button {
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button.cart-button {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.cookies-small {
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 4px 16px 5px;
  font-size: 16px;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  background-color: var(--light);
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
}

.text-field:focus {
  border-color: black black var(--dark);
  color: #272621;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
}

.text-field.mg-bottom-24 {
  margin-bottom: 24px;
}

.flex-submit-button {
  justify-content: flex-end;
  display: flex;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  background-color: var(--light);
  height: 50px;
  padding-bottom: 78px;
  padding-left: 0;
  font-size: 20px;
}

.text-area:focus {
  border-color: black black var(--dark);
  color: #272621;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
}

.master-faq-items {
  width: 100%;
  max-width: 545px;
  margin: 40px auto;
}

.flex-project-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.grid-project-details {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5.5fr 2fr 2fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.column-project-detail {
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.column-project-detail.last-column {
  flex: 1;
  align-items: flex-end;
}

.column-project-detail.first-column {
  max-width: 450px;
  padding-right: 20px;
}

.image-main-project {
  width: 100%;
}

.master-left-text-space {
  width: 100%;
  max-width: 660px;
  margin-left: 115px;
}

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

.image-project-thirds {
  width: 100%;
}

.master-right-text-space {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: 115px;
}

.list-big-gallery {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.image-big-project {
  width: 100%;
}

.text-quote {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 300;
  line-height: 160%;
}

.checkout-form {
  background-color: #fffcf4;
  padding: 64px 0;
}

.brand-checkout {
  background-color: var(--light);
  border-bottom: 1px solid #3e3b3633;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

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

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

.apple-pay {
  height: 44px;
}

.block-header {
  background-color: var(--light);
  border-color: #cec8b1;
}

.block-content {
  background-color: var(--light);
  border-bottom-color: #cec8b1;
  border-left-color: #cec8b1;
  border-right-color: #cec8b1;
}

.text-field-checkout {
  background-color: var(--light);
  border-color: #aaa48f;
  height: 44px;
  margin-bottom: 8px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: var(--dark);
}

.shipping-method {
  background-color: var(--light);
}

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

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

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

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

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

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

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

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

.title-wrap-contact {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.wrap-faq-heading {
  text-align: center;
  margin-top: 40px;
}

.dropdown-toggle {
  grid-column-gap: 9px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 14px;
  display: flex;
}

.icon-drodown {
  width: 20px;
  height: 20px;
}

.dropdown-list {
  background-color: var(--elevation);
}

.dropdown-list.w--open {
  border: 1px solid #2726211a;
}

.dropdown-link {
  text-align: center;
  font-size: 16px;
}

.dropdown-link:hover {
  background-color: #dbd7c5;
}

.dropdown-link.w--current {
  color: var(--dark);
}

.wrap-nav-buttons {
  grid-column-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.divider-nav {
  background-color: var(--dark);
  width: 1px;
  height: 12px;
  margin-right: 12px;
}

.cookie-banner {
  z-index: 100;
  background-color: var(--elevation);
  max-width: 460px;
  padding: 28px;
  position: fixed;
  inset: auto auto 16px 16px;
}

.cookies-heading {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
}

.flex-cookies-cta {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-cookies-paragraph {
  font-size: 16px;
  line-height: 142%;
}

.text-cookies-ps {
  margin-top: 10px;
  font-size: 14px;
  line-height: 142%;
}

.cookie-close {
  cursor: pointer;
  background-color: #19191914;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: absolute;
  inset: 12px 12px auto auto;
}

.cookie-close:hover {
  background-color: #19191926;
  transform: scale(1.08);
}

.cookie-close-image {
  width: 20px;
  height: 20px;
}

.success-message {
  border: 1px solid var(--dark);
  background-color: var(--elevation);
}

.section-hero-1 {
  color: #272621;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 115%;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 115%;
}

.richt-text-ark h1 {
  font-family: Satoshi, sans-serif;
  font-size: 100px;
  line-height: 115%;
}

.richt-text-ark h2 {
  font-family: Satoshi, sans-serif;
  font-size: 52px;
  line-height: 115%;
}

.richt-text-ark h3 {
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.richt-text-ark h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.richt-text-ark h5 {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.richt-text-ark h6 {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.richt-text-ark p {
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.richt-text-ark blockquote {
  border-left: 5px solid #272621;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px 32px 24px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

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

  .nav-menu {
    background-color: var(--elevation);
    border-top: 1px solid #27262180;
    border-bottom: 1px solid #27262180;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 80vh;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .section.hero-project, .section.hero-2, .section.hero-3, .section.hero-4 {
    padding-top: 100px;
  }

  .mega-h1 {
    font-size: 80px;
    line-height: 110%;
  }

  .text-subheading-serif {
    font-size: 66px;
    line-height: 80px;
  }

  .grid-halves-text {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .left-halves-text {
    text-align: center;
    align-items: center;
  }

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

  .master-horizontal-line-animated.mg-bottom-100 {
    margin-bottom: 64px;
  }

  .master-horizontal-line-animated.mg-top-100 {
    margin-top: 64px;
  }

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

  .master-vertical-line-animated.second-line-stat, .master-vertical-line-animated.team-divider, .master-vertical-line-animated.divided-halves-line {
    display: none;
  }

  .tabs-services {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrap-tags {
    flex-wrap: wrap;
  }

  .moving-text-sans, .moving-text-serif {
    font-size: 80px;
  }

  .wrap-project-image {
    height: 450px;
  }

  .grid-master-team-halves {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .grid-team-halves {
    width: 100%;
    max-width: 720px;
  }

  .inside-slide {
    grid-row-gap: 48px;
  }

  .text-mega-testimonial {
    font-size: 52px;
  }

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

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

  .flex-top-footer {
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: stretch;
  }

  .right-top-footer {
    order: -1;
  }

  .grid-footer-left-halves {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .text-contact-footer {
    font-size: 80px;
  }

  .master-hero-about {
    grid-row-gap: 48px;
  }

  .moving-images-inside-hero-b {
    width: 180vw;
  }

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

  .grid-divided-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-divided-halves.contact-form-grid {
    margin-top: 64px;
  }

  .master-divided-halves-image {
    max-height: 390px;
    position: static;
  }

  .expandable-content-wrap.wide-content-expandable {
    max-width: 400px;
  }

  .mega-text {
    font-size: 60px;
  }

  .flex-heading-text-sides {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-team-with-dividers {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-heading-left-space {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .master-awards-table {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    max-width: 80%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 22px;
    display: flex;
  }

  .sevice-image.image-three {
    display: none;
  }

  .industry-bottom-grid, .service-top-grid {
    grid-template-columns: 1fr 1fr;
  }

  .flex-project-title {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-project-details {
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-columns: 5.5fr;
    align-items: flex-start;
  }

  .column-project-detail.last-column {
    align-items: flex-start;
  }

  .master-left-text-space {
    margin-left: auto;
    margin-right: auto;
  }

  .text-quote {
    font-size: 32px;
  }

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

  .title-wrap-contact {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-faq-heading {
    margin-top: 64px;
  }

  .dropdown-toggle {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    background-color: #27262108;
    position: static;
  }

  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .divider-nav {
    display: none;
  }

  .menu-button {
    background-color: #27262114;
    border-radius: 50%;
    flex: none;
    width: 44px;
    height: 44px;
    padding: 0;
  }

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

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

  .line-menu {
    background-color: var(--dark);
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.first-line {
    width: 28px;
  }

  .line-menu.second-line {
    width: 18px;
  }

  .dropdown {
    width: 80%;
    font-size: 22px;
    display: block;
  }

  .h1-heading {
    font-size: 64px;
    line-height: 115%;
  }
}

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

  h2 {
    font-size: 42px;
  }

  .brand-link-navbar {
    height: 27px;
    padding-left: 0;
  }

  .section.testimonials-section {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .section.hero-project {
    padding-bottom: 24px;
  }

  .section.hero-2, .section.hero-3, .section.hero-4 {
    padding-top: 80px;
  }

  .title-wrap-home {
    grid-row-gap: 8px;
  }

  .mega-h1 {
    font-size: 62px;
  }

  .text-subheading-serif {
    font-size: 52px;
    line-height: 60px;
  }

  .wrap-home-hero-image {
    width: 84%;
  }

  .paragraph-mega {
    font-size: 24px;
  }

  .wrap-stat {
    grid-row-gap: 16px;
  }

  .text-stat {
    font-size: 52px;
  }

  .tabs-services {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tab-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .grid-project-item {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .left-project-item {
    grid-row-gap: 48px;
  }

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

  .text-mega-testimonial {
    font-size: 44px;
  }

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

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

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

  .moving-images-inside-hero-b {
    width: 1280px;
  }

  .wrap-big-text-right {
    margin-right: 32px;
  }

  .master-divided-halves-image {
    max-height: 330px;
  }

  .service-expandable-left {
    flex-direction: column;
  }

  .text-heading-3 {
    font-size: 24px;
  }

  .mega-text {
    font-size: 40px;
  }

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

  .cell-award {
    font-weight: 500;
  }

  .cell-award.second-row {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 16px;
    font-weight: 400;
  }

  .cell-award.third-row {
    border-top-style: none;
    padding-top: 2px;
    padding-bottom: 24px;
    font-weight: 400;
  }

  .button.nav-button {
    display: none;
  }

  .grid-thirds-project-gallery {
    grid-column-gap: 8px;
  }

  .text-quote {
    font-size: 5vw;
  }

  .utility-page-content {
    width: 90%;
  }

  .image-wide {
    min-height: 80vw;
  }

  .cookie-banner {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .h2-heading {
    font-size: 42px;
    line-height: 115%;
  }

  .h1-heading {
    font-size: 50px;
    line-height: 115%;
  }

  .richt-text-ark h1 {
    font-size: 70px;
    line-height: 115%;
  }

  .richt-text-ark h2 {
    font-size: 42px;
    line-height: 115%;
  }

  .richt-text-ark h3 {
    font-size: 30px;
    line-height: 120%;
  }
}

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

  h2 {
    font-size: 28px;
  }

  blockquote {
    font-size: 22px;
  }

  .navbar {
    height: 72px;
  }

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

  .brand-link-navbar {
    max-width: 44vw;
    height: 24px;
    padding-left: 0;
  }

  .brand-navbar {
    height: 100%;
  }

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

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

  .mega-h1 {
    font-size: 11.2vw;
  }

  .text-subheading-serif {
    font-size: 9vw;
    line-height: 120%;
  }

  .master-home-hero-image {
    margin-top: 48px;
  }

  .wrap-home-hero-image {
    width: 80%;
  }

  .inside-hero-home-lines {
    grid-row-gap: 24px;
  }

  .first-line-home, .second-line-home, .third-line-home {
    height: 14px;
  }

  .left-halves-text {
    grid-row-gap: 16px;
  }

  .paragraph-mega {
    font-size: 22px;
  }

  .wrap-stat {
    grid-row-gap: 8px;
  }

  .text-stat {
    font-size: 10vw;
  }

  .lightbox-play-video {
    width: 80px;
    height: 80px;
  }

  .text-tab-link {
    font-size: 24px;
  }

  .paragraph-big.right-contact-detail {
    text-align: left;
  }

  .inside-moving-text {
    grid-column-gap: 12vw;
  }

  .moving-text-sans, .moving-text-serif {
    font-size: 16vw;
  }

  .wrap-project-image {
    height: 72vw;
  }

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

  .text-mega-testimonial {
    font-size: 32px;
  }

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

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

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

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

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

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

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

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

  .grid-footer-left-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .text-contact-footer {
    font-size: 16vw;
  }

  .wrap-partners {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .moving-images-inside-hero-b {
    width: 1070px;
  }

  .wrap-big-text-right {
    margin-right: 0;
  }

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

  .grid-divided-halves {
    grid-row-gap: 48px;
  }

  .master-divided-halves-image {
    max-height: 80vw;
  }

  .expandable-content-wrap {
    flex: 0 auto;
    max-width: none;
  }

  .expand-icon-wrap {
    flex: none;
  }

  .expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .service-expandable-left {
    flex-direction: column;
    flex: 1;
    margin-right: 16px;
  }

  .wrap-mega-text-right {
    margin-bottom: 40px;
  }

  .mega-text {
    font-size: 9.5vw;
  }

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

  .sevice-image.image-three {
    display: block;
  }

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

  .service-top-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .industry-space-home-b {
    height: 24px;
  }

  .single-contact-detail {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .grid-project-details {
    grid-row-gap: 32px;
  }

  .text-quote {
    font-size: 6vw;
  }

  .utility-page-wrap {
    padding-top: 64px;
  }

  .image-wide {
    min-height: 100vw;
  }

  .cookie-banner {
    text-align: center;
    bottom: 0;
  }

  .flex-cookies-cta {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cookie-close {
    width: 32px;
    height: 32px;
  }

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

  .h2-heading {
    font-size: 28px;
    line-height: 115%;
  }

  .h1-heading {
    font-size: 10vw;
    line-height: 115%;
  }

  .richt-text-ark h1 {
    font-size: 52px;
    line-height: 115%;
  }

  .richt-text-ark h2 {
    font-size: 42px;
    line-height: 115%;
  }

  .richt-text-ark h3 {
    font-size: 30px;
    line-height: 120%;
  }
}

#w-node-_83993fc1-8e54-c8d3-faae-6d8a430d5386-430d5381, #w-node-_83993fc1-8e54-c8d3-faae-6d8a430d538f-430d5381, #w-node-_83993fc1-8e54-c8d3-faae-6d8a430d539f-430d5381, #w-node-_83993fc1-8e54-c8d3-faae-6d8a430d53a6-430d5381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e7f6dce-310f-b1ca-6ab5-256a9cfdf5f7-cce77d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3e7f6dce-310f-b1ca-6ab5-256a9cfdf600-cce77d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_905e1119-643d-48f0-003a-dee5855839c6-a9540242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_905e1119-643d-48f0-003a-dee5855839cb-a9540242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_905e1119-643d-48f0-003a-dee5855839cd-a9540242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_905e1119-643d-48f0-003a-dee5855839d2-a9540242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_905e1119-643d-48f0-003a-dee5855839d4-a9540242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_905e1119-643d-48f0-003a-dee5855839d9-a9540242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_905e1119-643d-48f0-003a-dee5855839db-a9540242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_795a8096-71ab-6ad0-44a6-28a5faba4f55-a7456c78 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_795a8096-71ab-6ad0-44a6-28a5faba4f66-a7456c78 {
  justify-self: start;
}

#w-node-_082849b5-ae99-f185-37ea-57adc407d4f3-b8af20a6, #w-node-_61f2e40d-0b57-b311-75f9-9444a68cbf87-b8af20a6, #w-node-_81b14c6d-8ec8-92fd-e166-299bd453ca1b-b8af20a6, #w-node-d09126c6-2112-d4d2-5323-eb4ac24108a1-b8af20a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d6d0212-19a1-8cc8-845d-45c5e39ef26a-a6fa776a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_9d6d0212-19a1-8cc8-845d-45c5e39ef273-a6fa776a, #w-node-_9d6d0212-19a1-8cc8-845d-45c5e39ef274-a6fa776a, #w-node-_9d6d0212-19a1-8cc8-845d-45c5e39ef284-a6fa776a, #w-node-_9d6d0212-19a1-8cc8-845d-45c5e39ef294-a6fa776a, #w-node-_9d6d0212-19a1-8cc8-845d-45c5e39ef2a4-a6fa776a, #w-node-bcef8f2d-8a8e-1e60-dc27-bdf27fdd850a-171884a7, #w-node-bcef8f2d-8a8e-1e60-dc27-bdf27fdd8519-171884a7, #w-node-bcef8f2d-8a8e-1e60-dc27-bdf27fdd852f-171884a7, #w-node-bcef8f2d-8a8e-1e60-dc27-bdf27fdd8536-171884a7, #w-node-d074182e-5c00-bb3e-5e6e-9c2533497dca-a48e03f0, #w-node-d074182e-5c00-bb3e-5e6e-9c2533497dce-a48e03f0, #w-node-d074182e-5c00-bb3e-5e6e-9c2533497dd0-a48e03f0, #w-node-f0dcb621-9da2-84b3-64f3-f697acb8c4bf-fa3b00ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0dcb621-9da2-84b3-64f3-f697acb8c4cf-fa3b00ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0dcb621-9da2-84b3-64f3-f697acb8c4d1-fa3b00ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0dcb621-9da2-84b3-64f3-f697acb8c4e1-fa3b00ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0dcb621-9da2-84b3-64f3-f697acb8c4e3-fa3b00ca, #w-node-_5e911e4d-4960-d709-246e-b5a4454b825b-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b825e-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8261-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8264-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8267-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b826a-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b826d-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8270-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8273-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8276-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8279-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b827c-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b827f-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8282-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8285-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8288-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b828b-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b828e-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8291-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8294-d6826898, #w-node-_5e911e4d-4960-d709-246e-b5a4454b8297-d6826898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5ee9182-80f4-d454-c309-d3941cb2fa6a-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa6c-61a1b8b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5ee9182-80f4-d454-c309-d3941cb2fa70-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa71-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa72-61a1b8b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5ee9182-80f4-d454-c309-d3941cb2fa75-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa77-61a1b8b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5ee9182-80f4-d454-c309-d3941cb2fa7b-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa7c-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa7d-61a1b8b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5ee9182-80f4-d454-c309-d3941cb2fa80-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa82-61a1b8b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5ee9182-80f4-d454-c309-d3941cb2fa86-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa87-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa88-61a1b8b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5ee9182-80f4-d454-c309-d3941cb2fa8b-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa8d-61a1b8b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5ee9182-80f4-d454-c309-d3941cb2fa91-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa92-61a1b8b3, #w-node-d5ee9182-80f4-d454-c309-d3941cb2fa93-61a1b8b3, #w-node-_4988ad19-7fe1-483b-4a6f-b02d37b15a1e-a6084c9e, #w-node-_4988ad19-7fe1-483b-4a6f-b02d37b15a22-a6084c9e, #w-node-_4988ad19-7fe1-483b-4a6f-b02d37b15a24-a6084c9e, #w-node-_019057c5-02cb-445f-312a-94bcccc5bf83-4b6311d0, #w-node-_019057c5-02cb-445f-312a-94bcccc5bf86-4b6311d0, #w-node-_019057c5-02cb-445f-312a-94bcccc5bf88-4b6311d0, #w-node-_4eb118c9-9a0c-a6e1-4f6a-28006a2ac56c-4473dd13, #w-node-_4eb118c9-9a0c-a6e1-4f6a-28006a2ac571-4473dd13, #w-node-_4eb118c9-9a0c-a6e1-4f6a-28006a2ac576-4473dd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4eb118c9-9a0c-a6e1-4f6a-28006a2ac57b-4473dd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_330a315a-9dd0-2112-28aa-e719c2131775-e264971a, #w-node-_330a315a-9dd0-2112-28aa-e719c213177b-e264971a, #w-node-_330a315a-9dd0-2112-28aa-e719c2131780-e264971a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_330a315a-9dd0-2112-28aa-e719c2131786-e264971a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b2a4809e-2fa3-0a00-a53a-b97e0dda4a7d-d721e882, #w-node-b2a4809e-2fa3-0a00-a53a-b97e0dda4a83-d721e882, #w-node-b2a4809e-2fa3-0a00-a53a-b97e0dda4a88-d721e882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2a4809e-2fa3-0a00-a53a-b97e0dda4a8e-d721e882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3e7f6dce-310f-b1ca-6ab5-256a9cfdf5f7-cce77d73, #w-node-_3e7f6dce-310f-b1ca-6ab5-256a9cfdf600-cce77d73, #w-node-_795a8096-71ab-6ad0-44a6-28a5faba4f55-a7456c78, #w-node-_795a8096-71ab-6ad0-44a6-28a5faba4f66-a7456c78, #w-node-_9d6d0212-19a1-8cc8-845d-45c5e39ef26a-a6fa776a, #w-node-_9d6d0212-19a1-8cc8-845d-45c5e39ef273-a6fa776a {
    justify-self: center;
  }

  #w-node-b2a4809e-2fa3-0a00-a53a-b97e0dda4a8e-d721e882 {
    justify-self: start;
  }
}


@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-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  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-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  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-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@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: 'Zodiak';
  src: url('../fonts/Zodiak-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}