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

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

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

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --white: #f9f9f9;
  --black: #1d2025;
  --dark-gray: var(--black);
  --matte: #2f2f2f;
  --primary: whitesmoke;
  --border-radius: 20px;
  --light-gray: #eee;
  --matte-20: #2f2f2f33;
  --transparent: #0000;
  --hero-z-index-01: 0;
  --hero-z-index-02: 0;
}

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

.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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  font-family: Satoshi, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11.11vw;
  font-weight: 500;
  line-height: 8.89vw;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44vw;
  font-weight: 400;
  line-height: 5vw;
}

h3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33vw;
  font-weight: 400;
  line-height: 3.89vw;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22vw;
  font-weight: 500;
  line-height: 2.78vw;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.11vw;
}

h6 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .89vw;
  font-weight: 400;
  line-height: 1vw;
}

p {
  color: var(--black);
  letter-spacing: .07vw;
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: var(--black);
  letter-spacing: .07vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  color: var(--dark-gray);
}

li {
  letter-spacing: .07vw;
  font-weight: 300;
}

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

label {
  margin-bottom: .3125rem;
  font-weight: 300;
  display: block;
}

sup {
  background-image: linear-gradient(0deg, var(--matte), var(--primary) 70%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

blockquote {
  border-left: .3125rem solid var(--primary);
  letter-spacing: .07vw;
  padding: 1.11vw 2.22vw;
  font-weight: 300;
}

figcaption {
  text-align: center;
  margin-top: .3125rem;
  font-weight: 300;
}

.space {
  min-height: 4.4vw;
}

.space-large {
  min-height: 11.11vw;
  display: block;
}

.space-mid {
  min-height: 3.3vw;
}

.space-small {
  min-height: 1.7vw;
}

.invert {
  filter: invert();
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full.padding-72px {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-full.padding-72px.overflow {
  overflow: visible;
}

.container-full.padding-144px {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container-full.padding-216px {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container-full.overflow {
  overflow: visible;
}

.section-works {
  width: 100%;
}

.section-works.background-light-gray {
  background-color: var(--white);
}

.features-image {
  box-shadow: none;
  object-fit: cover;
  min-height: 37.5rem;
  position: absolute;
}

.color-black {
  color: var(--black);
}

.centered {
  text-align: center;
}

.space-text {
  min-height: 1.1vw;
}

.space-semi {
  min-height: 2vw;
}

.utility-page-wrap {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/img_8k6j_1img_8k6j.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  width: 16.25rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-flex {
  grid-column-gap: 1.1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-flex-block {
  justify-content: flex-start;
  align-items: flex-end;
}

.gallery-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 18.75rem;
  transition: filter .2s;
}

.gallery-image:hover {
  filter: brightness(50%);
}

.description-max-width {
  text-align: center;
  white-space: normal;
  max-width: 40.28vw;
  margin-left: auto;
  margin-right: auto;
}

.description-max-width.add-width {
  max-width: 37.5rem;
}

.licenses-wrapper {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.utilities-row {
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-wrapper-full {
  object-fit: fill;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.font-link {
  color: var(--black);
}

.font-link:hover {
  color: var(--matte);
}

.gallery-image-wrapper {
  object-fit: cover;
  background-color: #0006;
  border-radius: .3125rem;
  flex-direction: column;
  width: 100%;
  min-height: 18.75rem;
  max-height: 18.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper:hover {
  background-color: #00000080;
}

.gallery-grid-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.gallery-list-wrapper {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  overflow: hidden;
}

.utilities-wrapper {
  text-align: center;
  width: 100%;
  max-width: 55.56vw;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-max-width {
  text-align: center;
  max-width: 29.17vw;
  margin-left: auto;
  margin-right: auto;
}

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

.trigger-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-single-image {
  border-radius: var(--border-radius);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  width: 100%;
  min-height: 33.33vw;
  max-height: 33.33vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-wrapper-full-single {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-single-hero-wrapper {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-page-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-flow: row;
  align-items: start;
}

.blog-side-bar-left {
  margin-top: 6rem;
  padding-right: 3.75rem;
}

.fix-scroll-container {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-side-bar-right {
  position: sticky;
  top: -1.875rem;
}

.blog-author-info {
  grid-row-gap: 1.67vw;
  text-align: center;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: .9375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.blog-card-image-wrapper {
  box-shadow: none;
  background-color: #fff;
  border-radius: 50%;
  width: 9.03vw;
  max-width: 9.03vw;
  max-height: 9.03vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blod-card-author {
  grid-row-gap: 1rem;
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
}

.upper-box {
  z-index: 3;
  border-radius: var(--border-radius);
  background-image: linear-gradient(180deg, var(--light-gray), var(--light-gray));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 20.14vw;
  max-width: 20.14vw;
  margin-top: 6.67vw;
  padding-top: 2.22vw;
  padding-bottom: 2.22vw;
  display: flex;
}

.author-name-occupation {
  grid-row-gap: .56vw;
  align-items: center;
}

.logo {
  filter: invert(0%);
  white-space: nowrap;
  min-width: 7vw;
  max-width: 7vw;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3125rem;
}

.quantity-item {
  color: var(--black);
}

.space-page-top {
  min-height: 10rem;
}

.product-details {
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-us-block-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.submit-button {
  background-color: var(--light-gray);
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  transition: color .2s, background-color .2s;
  box-shadow: 0 10px 1.25rem -.625rem #0003;
}

.submit-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.nav-flex {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

.button:hover {
  background-color: var(--light-gray);
  color: var(--black);
}

.button.w--current {
  color: var(--primary);
}

.button.w--current:hover {
  background-color: var(--light-gray);
  color: var(--black);
}

.sg-return-to-home-lb {
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8.125rem;
  max-height: 8.125rem;
  margin-top: auto;
  padding: 2rem;
  transition: letter-spacing .25s ease-in-out, background-color .4s;
  display: flex;
}

.sg-return-to-home-lb:hover {
  background-color: var(--matte);
  color: var(--light-gray);
}

.sg-return-to-home-lb.show-from-tab {
  display: none;
}

.text-mobile-only {
  color: #3f3023;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.313rem;
}

.text-mobile-only.mobile-only {
  display: none;
}

.sg-anchor-lb {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 2.22vw;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.sg-anchor-lb:hover {
  background-color: var(--matte);
  color: var(--primary);
}

.sg-anchor-lb.w--current {
  background-color: var(--matte);
  box-shadow: inset 3px 0 0 0 var(--black);
  color: var(--light-gray);
}

.sg-anchor-lb.w--current:hover {
  color: var(--primary);
}

.sg-right-bottom-wrapper {
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  margin-left: 18.75rem;
  display: flex;
  position: relative;
}

.sg-outer-wrapper {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.h1-utility {
  font-size: 5vw;
  line-height: 5vw;
}

.line-height {
  background-color: #ffc328;
  width: 100%;
  min-height: 1.5625rem;
  position: absolute;
  top: 15.625rem;
  left: -8.125rem;
}

.sg-colour-label-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sg-buttons-grid {
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.sg-button-block {
  border: .03125rem solid #eeeeee80;
  border-radius: .3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  padding: 4rem 2rem;
  display: flex;
}

.top {
  width: 100%;
  height: 0;
}

.style-guide-line {
  background-color: #4a3f351a;
  min-width: 100%;
  min-height: .0625rem;
  max-height: .0625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.sg-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg-colours-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 35.9375rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.text {
  color: var(--black);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-weight: 300;
}

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

.sg-left-top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.sg-colour-wrapper {
  border-radius: .3125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.sg-typography-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sg-main-logo {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8.125rem;
  max-height: 8.125rem;
  display: flex;
}

.sg-main-logo:hover {
  background-color: var(--matte-20);
}

.global-section {
  width: 100%;
  max-width: 62.5rem;
  padding-top: 7.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.sg-divider {
  background-color: #eeeeee40;
  width: 100%;
  height: .03125rem;
  min-height: .03125rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sg-anchor-links-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.global-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-first-letter {
  float: left;
  color: var(--black);
  margin-top: .25rem;
  margin-right: .5rem;
  font-family: Satoshi, sans-serif;
  font-size: 3.33vw;
  font-weight: 700;
  line-height: 3.33vw;
}

.return-to-top {
  z-index: 100;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 6px 6px 1rem #33333326;
}

.return-to-top:hover {
  background-color: var(--matte);
  color: var(--primary);
}

.sg-colour-swatch {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 100%;
}

.sg-colour-swatch.light-gray {
  background-color: var(--light-gray);
}

.sg-colour-swatch.matte {
  background-color: #0c1326;
}

.sg-colour-swatch.matte.border {
  border: .0625rem solid var(--black);
  background-color: var(--matte);
}

.sg-colour-swatch.primary {
  border: 1px solid var(--dark-gray);
  background-color: var(--primary);
}

.sg-colour-swatch.white {
  background-color: #fefeff;
  background-color: var(--white);
  border: .0625rem solid #141a2940;
}

.sg-colour-swatch.black {
  border: .0625rem solid var(--light-gray);
  background-color: var(--black);
}

.sg-colour-swatch.dark-gray {
  border: .0625rem solid var(--light-gray);
  background-color: var(--dark-gray);
}

.utilities-title-wrapper, .utilities-rtb-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: .0625rem;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.utilities-rich-text {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.utilities-rich-text li {
  line-height: 2.22vw;
}

.utilities-rich-text h4 {
  font-size: 2.22vw;
  line-height: 3.33vw;
}

.row-utilities {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructions-wrapper {
  text-align: left;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-header {
  border-color: var(--transparent);
  background-color: var(--light-gray);
  align-items: baseline;
  padding: 1.1vw 2.2vw;
}

.block-content {
  border-right-color: var(--transparent);
  border-bottom-color: var(--transparent);
  border-left-color: var(--transparent);
  background-color: var(--light-gray);
  padding: 1.1vw 2.2vw;
}

.email {
  background-color: #0000;
}

.checkout-form {
  background-color: var(--white);
}

.full-name, .street-address, .city, .state-province, .zip-postal-code, .country, .shipping-method, .card-number, .expiration-date, .security-code {
  background-color: #0000;
}

.paypal-checkout-form, .order-confirmation, .body {
  background-color: var(--white);
}

.services-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-bottom: 1px solid var(--light-gray);
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 8.9vw;
  max-height: 8.9vw;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: flex;
}

.parallax-trigger {
  min-height: 7rem;
  position: absolute;
  left: 0;
  right: 0;
}

.no-overflow {
  overflow: visible;
}

.caps {
  text-transform: uppercase;
  white-space: normal;
}

.max-width-360px {
  max-width: 22.5rem;
}

.contact-icon {
  max-width: 1.25rem;
  max-height: 1.25rem;
  margin-top: 0;
}

.text-field {
  border: 1px solid var(--transparent);
  background-color: var(--transparent);
  align-self: flex-start;
  margin-bottom: 0;
  padding: .56vw 0;
  font-weight: 300;
}

.contact-us-wrapper-half {
  width: 100%;
  max-width: 50%;
  min-height: .0625rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative;
}

.select {
  border: 0rem solid var(--transparent);
  color: var(--black);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  padding: .69vw 0 0;
  display: flex;
}

.select:active, .select:focus-visible, .select[data-wf-focus-visible] {
  color: var(--black);
  border-color: #0000;
}

.contact-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light-gray);
  flex-direction: column;
  width: 20rem;
  padding: 2rem;
  display: flex;
}

.contact-us-form-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.message-title-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: .625rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.booking-text-field {
  border: .0625rem solid var(--transparent);
  background-color: var(--light-gray);
  color: var(--black);
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 7vh;
  margin-left: auto;
  margin-right: auto;
  padding: .56vw 1.11vw;
  font-weight: 400;
  display: flex;
}

.booking-text-field::placeholder {
  background-color: var(--light-gray);
  color: var(--black);
}

.contact-info-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(196px, .5fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 1.875rem;
}

.contact-us-wrapper {
  flex-direction: column;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-us-info-title {
  text-align: left;
  white-space: nowrap;
  line-height: 1em;
}

.contact-us-form {
  grid-row-gap: .9375rem;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-massage {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.contact-us-flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: .625rem;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
}

.success-text {
  color: #101d41;
  font-size: 1rem;
}

.contact-us-flex-block {
  grid-column-gap: .75rem;
  align-items: center;
  width: 100%;
}

.contact-us-cardtext {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
}

.text-area {
  border: .0625rem solid var(--transparent);
  background-color: var(--light-gray);
  color: var(--black);
  border-radius: .3125rem;
  min-height: 15vh;
  padding: .56vw 1.11vw;
  font-weight: 400;
}

.text-area::placeholder {
  color: var(--black);
}

.dropdown-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding-left: 4.4vw;
  padding-right: 4.4vw;
}

.faq-dropdown-title {
  text-align: center;
  white-space: pre-wrap;
  max-width: 60%;
  font-weight: 300;
  position: relative;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.faq-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: center;
  flex-flow: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-plus-icon {
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-description {
  text-align: center;
  width: 70%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-description-wrapper {
  overflow: hidden;
}

.faq-numbers-back {
  z-index: 0;
  position: absolute;
  inset: auto auto auto 0%;
}

.faq-dropdown-accordion {
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  min-width: 100%;
  transition: background-color .25s;
}

.faq-dropdown-accordion:hover {
  background-color: var(--white);
}

.services-page {
  margin-left: auto;
  margin-right: auto;
}

.side-bar-left {
  margin-top: 1.25rem;
  position: sticky;
  top: 6.25rem;
}

.package-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.row-content {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brochure-card {
  grid-row-gap: 1rem;
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  flex-direction: column;
  padding: 2.25rem 2rem;
  display: flex;
}

.fix-scroll-wrapper {
  position: relative;
}

.package-button-wrapper {
  margin-top: 1.25rem;
}

.page-grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.fix-scroll-block {
  z-index: 1;
  max-width: 83.33vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.price-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 21vw;
  max-width: 21vw;
  padding: 2.2vw;
  display: flex;
}

.utility-image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 3.33vw;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--black);
  letter-spacing: .13vw;
  font-weight: 300;
}

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

.nav-link.absolute {
  opacity: 0;
  color: var(--black);
  letter-spacing: .13vw;
  font-weight: 300;
  position: absolute;
}

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

.service-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.red-font {
  color: red;
}

.flex-wrapper {
  grid-column-gap: 8.9vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-wrapper.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.select-field {
  color: var(--black);
  min-width: 17.36vw;
  max-width: 17.36vw;
  min-height: 3.47vw;
  max-height: 3.47vw;
  font-size: 1.1vw;
}

.check-box-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-title {
  z-index: 1;
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: .8;
  display: flex;
  position: relative;
}

.hero-title.smaller {
  align-self: flex-start;
  font-size: 7rem;
  line-height: .9;
}

.max-width-30vw {
  max-width: 30vw;
}

.hero-text {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 0% 4rem;
}

.services-text {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
  position: relative;
  top: -.7vw;
}

.max-width-20vw {
  max-width: 20vw;
}

.hero-wrapper {
  flex-flow: column;
  grid-template-rows: minmax(10%, 10%);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(10%, 10%);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mouse-wrapper {
  z-index: 10000000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.mouse {
  background-color: var(--matte);
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
}

.history-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-subtitle {
  color: var(--white);
  mix-blend-mode: exclusion;
  position: absolute;
  top: -1rem;
}

.hero-title-wrapper {
  z-index: 10;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 19vh;
}

.socials-absolute {
  z-index: 10;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 4rem 0% auto;
}

.social-link-wrapper-small {
  justify-content: center;
  align-items: center;
  min-width: 1rem;
  max-width: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  display: flex;
  position: relative;
}

.about-logo {
  min-height: 1.7vw;
  max-height: 1.7vw;
}

.about-card-image {
  z-index: 2;
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  object-position: 61% 50%;
  min-width: 36vw;
  max-width: 36vw;
  position: relative;
}

.about-card-images {
  justify-content: center;
  align-items: center;
  display: flex;
}

.self-align-right {
  text-align: right;
  align-self: flex-end;
}

.self-align-right.padding-left-1rem {
  padding-left: 1rem;
}

.align-right {
  letter-spacing: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-brand {
  z-index: 998;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: auto;
  display: flex;
}

.menu-burger {
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
}

.nav-menu {
  z-index: 997;
  background-color: var(--light-gray);
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 1000vh;
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 6.7vw;
  max-height: 6.7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu-burger-wrapper {
  z-index: 998;
  opacity: .7;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 4.17vw;
  max-width: 4.17vw;
  min-height: 4.17vw;
  max-height: 4.86vw;
  margin-left: auto;
  transition: border-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-burger-wrapper:hover {
  border-color: #fff;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 6.7vw;
  max-height: 6.7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
}

.cart {
  font-size: 1.11vw;
  line-height: 1.39vw;
}

.cart-button {
  background-color: var(--transparent);
  opacity: .8;
  color: var(--matte);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-grid {
  border-radius: var(--border-radius);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

.footer-background {
  z-index: -1;
  background-color: var(--light-gray);
  position: absolute;
  inset: 0%;
}

.footer-email {
  z-index: 2;
  text-transform: none;
  position: relative;
}

.block-wrapper {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.grid-6-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.features-card {
  border-bottom: .0625rem solid var(--matte);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  min-width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: sticky;
  top: 0;
}

.block {
  flex-flow: column;
  display: flex;
}

.grid-12-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.social-icon {
  filter: none;
  object-fit: contain;
}

.team-card {
  cursor: default;
  flex-direction: column;
  align-items: center;
  min-width: 19.4vw;
  max-width: 19.4vw;
  min-height: 25vw;
  max-height: 25vw;
  transition: transform .3s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.medium {
  font-weight: 500;
}

.cut-wrapper {
  max-height: 10vw;
}

.shadow {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  box-shadow: 0 1.7vw 4.4vw 1.1vw #0003;
}

.nav-block {
  flex-flow: column;
  display: flex;
}

.nav-card-images {
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.nav-card-image {
  z-index: 3;
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  object-position: 58% 50%;
  min-width: 24vw;
  max-width: 24vw;
  position: relative;
}

.nav-card-image.left {
  z-index: 4;
  aspect-ratio: 3 / 4;
  object-position: 50% 50%;
  min-width: 13vw;
  max-width: 13vw;
  position: relative;
  top: -8vw;
  left: 2vw;
}

.nav-card-image.right {
  z-index: 4;
  aspect-ratio: 3 / 4;
  object-position: 50% 50%;
  min-width: 13vw;
  max-width: 13vw;
  position: relative;
  bottom: -8vw;
  right: 2vw;
}

.nav-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-light {
  filter: invert(0%);
  white-space: nowrap;
  min-width: 7vw;
  max-width: 7vw;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3125rem;
}

.menu-burger-light {
  filter: invert() brightness(200%);
  min-width: 3.47vw;
  max-width: 3.47vw;
  min-height: 3.47vw;
  max-height: 3.47vw;
}

.nav-cart-menu-flex {
  z-index: 999;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  margin-right: 5%;
  display: none;
}

.blog-link-block:hover {
  color: var(--black);
}

.about-block {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cart-icon {
  color: var(--matte);
  margin-right: 0;
  font-size: .56vw;
}

.error-message {
  color: var(--black);
}

.cart-icon-light {
  filter: invert() brightness(200%);
  color: var(--matte);
  margin-right: 0;
  font-size: .56vw;
}

.rich-text h1 {
  text-transform: capitalize;
  font-size: 4.44vw;
  line-height: 5.55vw;
}

.rich-text h2 {
  font-size: 3.33vw;
  line-height: 4.44vw;
}

.rich-text h3 {
  font-size: 2.78vw;
  line-height: 3.89vw;
}

.rich-text h4 {
  font-size: 2.22vw;
  line-height: 3.33vw;
}

.rich-text h5 {
  font-size: .89vw;
  line-height: 1.67vw;
}

.rich-text h6 {
  font-size: .78vw;
  line-height: 1.56vw;
}

.rich-text p {
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.rich-text li {
  font-size: 1.11vw;
  line-height: 2.22vw;
}

.cart-container {
  background-color: var(--light-gray);
}

.utilities-max-width {
  text-align: center;
  white-space: normal;
  max-width: 30vw;
  margin-left: auto;
  margin-right: auto;
}

.image-overlay {
  z-index: 100;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.features-description {
  max-width: 33.33vw;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.title-wrapper.align-right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.title-wrapper.gap-half {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
}

.features-image-wrapper {
  z-index: 1;
  border-radius: var(--border-radius);
  min-width: 44.4vw;
  max-width: 44.4vw;
  min-height: 44.4vw;
  max-height: 44.4vw;
  position: relative;
  overflow: hidden;
}

.features-image-01 {
  object-position: 50% 20%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 8px .625rem -.3125rem #0003, 0 .3125rem .9375rem -.5rem #0000003d;
}

.subheading {
  border-top: .5px solid var(--black);
  border-bottom: .5px solid var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .6vw .8vw;
  display: flex;
  position: relative;
}

.features-trigger {
  position: absolute;
  inset: 0%;
}

.flex-feature-wrapper {
  z-index: 9;
  grid-column-gap: 4.4vw;
  grid-row-gap: 4.4vw;
  border-radius: .25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.reviews-image-circle {
  border-radius: 100%;
  width: 6.7vw;
  height: 6.7vw;
  position: absolute;
  inset: -15% auto auto 3.3vw;
}

.reviews-block {
  grid-row-gap: .6vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.slide-nav-reviews {
  max-height: .8125rem;
  margin-top: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.reviews-client-wrapper {
  flex-wrap: nowrap;
  display: flex;
}

.quote-icon {
  opacity: .1;
  align-self: flex-start;
  min-height: 5.6vw;
  max-height: 5.6vw;
}

.reviews-slide {
  width: 100%;
}

.reviews-container {
  max-width: 100%;
}

.reviews-card {
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-width: 38.9vw;
  max-width: 38.9vw;
  height: auto;
  padding: 4.4vw 3.3vw;
  display: flex;
  position: relative;
}

.reviews-icon {
  color: var(--matte);
  font-size: 1.5625rem;
  font-weight: 300;
}

.stars-wrapper {
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  left: -.375rem;
}

.reviews-mask {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-slider {
  background-color: #0000;
  height: auto;
}

.left-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 16% auto auto;
}

.left-arrow:hover {
  color: #e67e22;
}

.right-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  margin: 0;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 13% auto auto;
}

.right-arrow:hover {
  color: #eee;
}

.reviews-listing-wrapper {
  grid-column-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow {
  object-fit: contain;
  min-height: 1.67vw;
  max-height: 1.67vw;
  position: relative;
  top: -.07vw;
}

.button-arrow-wrapper {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3.33vw;
  max-width: 3.33vw;
  min-height: 3.33vw;
  max-height: 3.33vw;
  display: flex;
  overflow: hidden;
}

.button-with-circle-icon {
  z-index: 9;
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border: .1vw solid var(--matte);
  background-color: var(--matte);
  color: var(--light-gray);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  padding: .14vw 2.22vw .14vw .28vw;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon:hover {
  color: var(--light-gray);
}

.max-width-65vw {
  max-width: 65vw;
}

.about-h5 {
  max-width: 35vw;
}

.line {
  background-color: var(--matte);
  width: 100%;
  min-height: 1px;
  max-height: 1px;
}

.image-full {
  min-width: 100%;
  min-height: 50vw;
  max-height: 50vw;
}

.image-half {
  object-position: 50% 45%;
  min-width: 50%;
  max-width: 50%;
  min-height: 50vw;
  max-height: 50vw;
}

.small-icon {
  filter: invert();
  min-width: 1.1vw;
  max-width: 1.1vw;
}

.small-icon.invert {
  filter: none;
}

.about-card-image-left {
  z-index: 2;
  aspect-ratio: 3 / 4;
  border-radius: var(--border-radius);
  object-position: 30% 50%;
  min-width: 24vw;
  max-width: 24vw;
  position: relative;
  top: auto;
  left: 2vw;
}

.about-card-image-right {
  z-index: 3;
  aspect-ratio: 3 / 4;
  border-radius: var(--border-radius);
  min-width: 20vw;
  max-width: 20vw;
  position: relative;
  top: auto;
  right: 2vw;
}

.max-width-45vw {
  max-width: 45vw;
}

.metrics-title-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.padding-right-2rem {
  padding-right: 2.2vw;
}

.metrics-icon {
  align-self: center;
  min-width: 10vw;
  max-width: 10vw;
  min-height: 10vw;
  max-height: 10vw;
  position: relative;
  left: 3.33vw;
}

.metrics-grid {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.metrics-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  height: 100%;
  display: flex;
}

.image-icon {
  filter: invert();
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.max-width-32vw {
  max-width: 32vw;
}

.footer-wrapper {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 76.1vw;
  max-width: 76.1vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.metrics-numbers {
  color: var(--black);
  font-size: 11.11vw;
  line-height: 8.89vw;
}

.footer-h5 {
  color: #fff;
  mix-blend-mode: exclusion;
}

.image-thrids {
  min-width: 33.33%;
  max-width: 33.33%;
  min-height: 100vh;
  max-height: 100vh;
}

.image-thrids.shift-right {
  object-position: 50% 50%;
}

.image-thrids.shift-left {
  object-position: 60% 50%;
}

.careers-flex-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.careers-card {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.careers-line {
  background-color: var(--primary);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .1vw;
  display: flex;
}

.gap-8px-row {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
}

.flex {
  display: flex;
}

.flex.gap-8px {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
}

.careers-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-direction: column;
  display: flex;
}

.outline-button {
  border: 1px solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

.outline-button:hover {
  border-color: var(--matte-20);
  background-color: var(--light-gray);
  color: var(--black);
}

.outline-button.w--current {
  border-width: 1px;
  border-color: var(--light-gray);
  background-color: var(--dark-gray);
  color: var(--primary);
}

.check-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.price-card-title {
  margin-right: 1rem;
  font-size: 3.5rem;
  line-height: 3rem;
}

.nav-tabs {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.pricing-flex {
  grid-column-gap: 2.2vw;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.no-wrap {
  white-space: nowrap;
}

.pricing-grid-half {
  grid-column-gap: 1.7vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.horizontal-line {
  background-color: var(--matte-20);
  width: 80%;
  height: .1vw;
  margin-right: auto;
}

.horizontal-line._100, .pricing-link {
  width: 100%;
}

.pricing-link.with-40 {
  width: 40%;
}

.price-flex-highlight {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  border-bottom: 0 solid #1b4ea3;
  align-items: center;
  margin-left: -1rem;
  padding: .6vw 1.1vw;
  display: flex;
}

.price-flex-highlight.highlight {
  border-radius: var(--border-radius);
  background-color: var(--matte);
}

.dollar {
  color: #787885;
  font-size: 2rem;
  line-height: 2rem;
}

.price-card-title-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.price-card-big {
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.2vw;
  position: relative;
}

.price-duration {
  align-self: flex-end;
  margin-left: -12px;
  position: relative;
  top: -4px;
}

.features-flex-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.show-section {
  height: 300vh;
  position: relative;
}

.hide-section {
  position: relative;
}

.hide-section-sticky {
  z-index: -1;
  position: sticky;
  top: 0;
}

.footer-title {
  z-index: 1;
  color: var(--light-gray);
  white-space: nowrap;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 13.33vw;
  font-weight: 700;
  line-height: 10vw;
  display: flex;
  position: relative;
}

.hero-section {
  background-color: var(--light-gray);
  width: 100%;
  position: relative;
}

.hero-section.background-white {
  background-color: var(--white);
}

.gallery-lightbox-link {
  width: 100%;
  display: inline-block;
}

.features-images-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.services-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.features-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 110vh;
}

.features-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.features-tab-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.services-image {
  aspect-ratio: 2 / 3;
  border-radius: var(--border-radius);
  width: 100%;
  max-height: 67vh;
  position: absolute;
}

.features-tab-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.features-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-top: 60vh;
}

.timeline-circle {
  z-index: 2;
  background-color: var(--matte);
  box-shadow: 0 0 0 8px var(--matte);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.team-social-flex-box {
  z-index: 1;
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  width: 14.6vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: .7vw;
  padding-bottom: .7vw;
  display: none;
  position: absolute;
  inset: auto 0% 3%;
}

.team-image-wrapper {
  box-shadow: none;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: flex-start;
  min-width: 19.4vw;
  max-width: 19.4vw;
  min-height: 22.2vw;
  max-height: 22.2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-flex {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-image {
  border-radius: var(--border-radius);
  cursor: default;
  object-fit: cover;
  object-position: 50% 0%;
  min-width: 19.4vw;
  max-width: 19.4vw;
  min-height: 22.2vw;
  max-height: 22.2vw;
  transition: transform .25s;
}

.team-social-icon {
  object-fit: contain;
}

.team-name-card {
  z-index: 2;
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14.6vw;
  min-height: 4.9vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -2.1875rem;
  overflow: hidden;
}

.team-name {
  text-transform: uppercase;
  font-size: 1.11vw;
  line-height: 1vw;
}

.team-occupation {
  line-height: .9;
}

.social-link-round {
  object-fit: contain;
  border-radius: 50%;
  width: 2.5625rem;
  min-width: 2.5625rem;
  height: 2.5625rem;
  padding-right: .1875rem;
  position: relative;
  overflow: hidden;
}

.features-image-small {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  object-fit: cover;
  align-self: flex-end;
  min-width: 21.7vw;
  max-width: 21.7vw;
}

.left-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  place-items: center end;
  width: 33vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.flex-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.image-trigger {
  z-index: -1;
  width: 100%;
  min-height: 8vw;
  position: absolute;
}

.right-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center end;
  width: 33vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-image-mid {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  object-fit: cover;
  min-width: 36vw;
  max-width: 36vw;
}

.about-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-image {
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-flex-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 33vw);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: flex-start center;
  height: 100vh;
  display: flex;
}

.main-image-wrapper {
  z-index: 1;
  flex: none;
  width: 33vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.text-left {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
  position: relative;
}

.features-wrapper {
  height: 300vh;
  position: relative;
}

.image-right {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.image-right-wrapper {
  z-index: 10;
  flex: none;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.images-block {
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-images-wrapper {
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.features-image-wide {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius);
  object-fit: cover;
  min-width: 42vw;
  max-width: 42vw;
}

.feature-grid {
  grid-column-gap: 8.89vw;
  grid-row-gap: 8.89vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  height: 100%;
  display: grid;
}

.right-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 17.78vw;
  padding-left: 8.89vw;
  display: flex;
}

.features-image-large {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  object-fit: cover;
  min-width: 42vw;
  max-width: 42vw;
}

.title-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-left-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.features-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.images-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.flex-content-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.align-left {
  letter-spacing: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-image-wrapper {
  z-index: 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image {
  min-width: 100%;
  min-height: 100%;
}

.blog-details-flex {
  z-index: 2;
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.avatar {
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-line-divider {
  justify-content: center;
  align-items: center;
  width: .1vw;
  height: 1.2vw;
  display: flex;
}

.blog-title-huge {
  text-transform: uppercase;
  font-size: 7.78vw;
  font-weight: 500;
  line-height: 5.55vw;
}

.blog-title-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.blog-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 85.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-item {
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}

.blog-title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
}

.empty-state {
  text-align: center;
  background-color: #1c1c1c;
  border-radius: 12px;
  max-width: 196px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.avatar-small {
  object-fit: cover;
  border-radius: 16px;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.cta-trigger {
  width: 100%;
  min-height: 8vw;
  display: block;
  position: absolute;
}

.checkbox {
  margin-top: .55vw;
}

.projects-hover {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 4rem;
  display: flex;
}

.works-underline {
  border-bottom: .0625rem solid #ffffff4d;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 2vw;
  display: flex;
}

.works-flex-tags {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  display: flex;
}

.works-wrapper {
  grid-column-gap: 8.89vw;
  grid-row-gap: 8.89vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-link-wrapper {
  border-radius: var(--border-radius);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-text-block {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-icon-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--matte-20);
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  border-radius: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 8vw;
  max-width: 8vw;
  min-height: 8vw;
  max-height: 8vw;
  display: none;
  position: absolute;
}

.works-icon-wrapper:hover {
  display: none;
}

.works-icon-wrapper:focus {
  display: flex;
}

.works-icon-wrapper:lang(en) {
  display: none;
}

.works-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-works-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.work-image {
  width: 100%;
  height: 100%;
}

.projects-title-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.flex-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  flex-direction: column;
  font-weight: 100;
  display: flex;
}

.service-project-title {
  text-transform: uppercase;
  font-size: 5.55vw;
  line-height: 5.55vw;
}

.projects-description {
  white-space: normal;
  max-width: 30vw;
}

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

.projects-details {
  border-bottom: .0625rem solid var(--matte-20);
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 16vw;
  max-width: 16vw;
  padding-bottom: .56vw;
  display: flex;
}

.image-single-wrapper {
  min-width: 100%;
  max-width: 100%;
  min-height: 45vw;
  max-height: 45vw;
  position: relative;
  overflow: hidden;
}

.parallax-image-single {
  min-width: 100%;
}

.images-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.projects-grid-thirds {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.line-height-1rem {
  line-height: 1.11vw;
}

._404-button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

._404-button:hover {
  background-color: var(--light-gray);
  color: var(--black);
}

._404-button.w--current {
  color: var(--white);
}

._404-button.w--current:hover {
  color: var(--black);
}

.works-image {
  min-width: 100%;
}

.lightbox-link {
  min-width: 100%;
  max-width: 100%;
}

.hero-cards {
  transform-origin: 50% 100%;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-card {
  z-index: 2;
  border-radius: var(--border-radius);
  object-position: 50% 50%;
  min-width: 18rem;
  max-width: 18rem;
  min-height: 24rem;
  max-height: 24rem;
  box-shadow: -1rem 1rem 2rem #0000000f;
}

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

.hero-card-wrapper._01 {
  z-index: var(--hero-z-index-01);
  transform-origin: 50% 100%;
  transform: rotate(-128deg);
}

.hero-card-wrapper._02 {
  z-index: var(--hero-z-index-01);
  transform-origin: 50% 100%;
  transform: rotate(-96deg);
}

.hero-card-wrapper._03 {
  z-index: var(--hero-z-index-02);
  transform-origin: 50% 100%;
  transform: rotate(-64deg);
}

.hero-card-wrapper._04 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(-32deg);
}

.hero-card-wrapper._05 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(0);
}

.hero-card-wrapper._06 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(32deg);
}

.hero-card-wrapper._07 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(64deg);
}

.hero-card-wrapper._08 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(96deg);
}

.hero-card-wrapper._09 {
  z-index: 0;
  transform-origin: 50% 100%;
  transform: rotate(128deg);
}

.hero-cards-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8vh;
  left: 0%;
  right: 0%;
}

.works-title {
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  font-size: 6.67vw;
  font-weight: 500;
  line-height: 1;
}

.workscategories2 {
  color: var(--white);
  text-transform: capitalize;
  mix-blend-mode: exclusion;
}

.workssticky {
  position: sticky;
  top: 5vh;
}

.workssticky._01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  top: 2vh;
}

.workssticky._02 {
  display: none;
  top: 4vh;
}

.workssticky._03 {
  display: none;
  top: 6vh;
}

.workssticky._04 {
  display: none;
  top: 8vh;
}

.services-title {
  text-transform: uppercase;
}

.service-item {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-title {
  font-size: 6.67vw;
  line-height: 1;
}

.service-flex-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-text {
  text-align: right;
  display: flex;
}

.service-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-parallax-wrapper {
  border-radius: var(--border-radius);
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-parallax-curve {
  min-width: 100%;
}

.trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.space-blog {
  min-height: 75px;
  display: flex;
}

.services-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.services-rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.reviews-name {
  grid-column-gap: .28vw;
  grid-row-gap: .28vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.show-from-tab {
  display: none;
}

.title-space {
  min-height: 4.4vw;
}

.heading {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  h1 {
    font-size: 8rem;
    line-height: 7rem;
  }

  h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h5 {
    letter-spacing: .125rem;
    font-size: .9rem;
    line-height: 1rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .8rem;
    line-height: .9rem;
  }

  p, a {
    letter-spacing: .0625rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  li {
    letter-spacing: .0625rem;
  }

  blockquote {
    letter-spacing: .0625rem;
    padding: 1rem 2rem;
  }

  .space {
    min-height: 4rem;
  }

  .space-large {
    min-height: 9rem;
  }

  .space-mid {
    min-height: 3rem;
  }

  .space-small {
    min-height: 1.5rem;
  }

  .container-full.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.padding-144px {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-full.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .space-text {
    min-height: 1rem;
  }

  .space-semi {
    min-height: 1.8rem;
  }

  .footer-flex {
    grid-column-gap: 1rem;
  }

  .gallery-image {
    min-height: 25rem;
  }

  .description-max-width {
    max-width: 36.25rem;
  }

  .utilities-row {
    width: 100%;
  }

  .utilities-wrapper-full {
    flex-direction: column;
    display: flex;
  }

  .gallery-image-wrapper {
    min-height: 25rem;
    max-height: 25rem;
  }

  .gallery-grid-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-wrapper {
    max-width: 42rem;
  }

  .paragraph-max-width {
    max-width: 26.25rem;
  }

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

  .blog-single-image {
    min-height: 30rem;
    max-height: 30rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .blog-wrapper-full-single {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .blog-page-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .blog-side-bar-left {
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog-side-bar-right {
    padding-right: 0;
  }

  .blog-author-info {
    grid-row-gap: 1.5rem;
  }

  .blog-card-image-wrapper {
    width: 8.13rem;
    max-width: 8.13rem;
    max-height: 8.13rem;
  }

  .upper-box {
    min-width: 18.13rem;
    max-width: 18.13rem;
    margin-top: 3.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .author-name-occupation {
    grid-row-gap: .5rem;
  }

  .logo {
    min-width: 6rem;
    max-width: 6rem;
  }

  .submit-button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .nav-flex {
    z-index: 10000;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .sg-return-to-home-lb {
    background-color: var(--black);
  }

  .sg-return-to-home-lb.hide-on-tab {
    display: none;
  }

  .sg-return-to-home-lb.show-from-tab {
    display: flex;
  }

  .sg-return-to-home-lb.show-from-tab.w--current {
    background-color: var(--dark-gray);
  }

  .text-mobile-only {
    color: #fff;
  }

  .text-mobile-only.mobile-only {
    display: block;
  }

  .sg-anchor-lb {
    color: var(--white);
    flex: none;
    justify-content: center;
    width: auto;
    min-width: 25%;
    padding: 1rem 2rem;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px 0 0 var(--matte);
    width: auto;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .sg-outer-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .h1-utility {
    font-size: 4rem;
    line-height: 4rem;
  }

  .sg-left-top-wrapper {
    z-index: 5;
    width: 100%;
    min-height: auto;
    position: sticky;
    top: -8.125rem;
  }

  .sg-anchor-links-wrapper {
    z-index: 1;
    background-color: var(--dark-gray);
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    inset: 0 0% -9.375rem;
  }

  .blog-post-first-letter {
    font-size: 3rem;
    line-height: 3rem;
  }

  .return-to-top {
    width: 3.5rem;
    height: 3.5rem;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    width: 90%;
  }

  .utilities-rich-text li {
    line-height: 2rem;
  }

  .utilities-rich-text h4 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .row-utilities {
    width: 100%;
  }

  .instructions-wrapper {
    max-width: 35.4375rem;
  }

  .block-header, .block-content {
    padding: 1rem 2rem;
  }

  .services-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 8rem;
    max-height: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-field {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .contact-us-wrapper-half {
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .select {
    padding-top: .625rem;
  }

  .contact-info {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact-us-form-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .message-title-field-wrapper {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .booking-text-field {
    padding: .5rem 1rem;
  }

  .contact-info-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    width: 60%;
  }

  .contact-us-wrapper {
    flex-direction: column;
  }

  .error-massage {
    width: 90%;
  }

  .contact-us-flex-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact-us-flex-block {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-area {
    padding: .5rem 1rem;
  }

  .dropdown-toggle {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .faq-dropdown-title {
    text-align: left;
    max-width: 70%;
  }

  .faq-flex {
    grid-column-gap: 1.875rem;
    justify-content: space-between;
  }

  .faq-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .faq-plus-icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .faq-numbers-back {
    margin-left: 0;
    font-size: 8.6875rem;
    display: none;
  }

  .side-bar-left {
    position: static;
  }

  .row-content {
    width: 100%;
  }

  .products-title {
    white-space: normal;
  }

  .page-grid {
    flex-direction: column;
    display: flex;
  }

  .fix-scroll-block {
    max-width: 36rem;
  }

  .price-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 2rem;
  }

  .hide-on-tab {
    display: none;
  }

  .nav-link {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .service-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .select-field {
    min-width: 15.63rem;
    max-width: 15.63rem;
    min-height: 3.13rem;
    max-height: 3.13rem;
    font-size: 1rem;
  }

  .hero-title {
    font-size: 10rem;
    bottom: auto;
  }

  .hero-title.smaller {
    font-size: 6rem;
    line-height: .88;
    bottom: auto;
  }

  .max-width-30vw {
    max-width: 22.5rem;
  }

  .hero-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 15rem;
  }

  .max-width-20vw {
    max-width: 17.5rem;
  }

  .hero-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
    height: 100svh;
  }

  .mouse-wrapper {
    display: none;
  }

  .hero-subtitle {
    top: -1.5rem;
  }

  .hero-title-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 43rem;
    max-width: 43rem;
    top: 10rem;
  }

  .socials-absolute {
    grid-row-gap: 1rem;
    display: none;
    bottom: auto;
    left: auto;
  }

  .social-link-wrapper-small {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .about-logo {
    min-height: 1.5rem;
    max-height: 1.5rem;
  }

  .about-card-image {
    min-width: 24rem;
    max-width: 24rem;
  }

  .self-align-right.padding-left-1rem {
    text-align: center;
    padding-left: 0;
  }

  .align-right {
    justify-content: center;
    align-items: center;
  }

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

  .menu-burger {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4rem;
    display: flex;
    position: fixed;
    top: 0;
    left: auto;
  }

  .container-nav {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-height: 6rem;
    max-height: 6rem;
    position: absolute;
    top: 0;
  }

  .menu-burger-wrapper {
    min-width: 3.75rem;
    max-width: 3.75rem;
    min-height: 3.75rem;
    max-height: 3.75rem;
  }

  .navbar {
    min-height: 6rem;
    max-height: 6rem;
    position: absolute;
  }

  .cart {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
    border-radius: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 2rem 4rem;
    box-shadow: inset 0 1.5rem 4rem 1rem #0006;
  }

  .block-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-6-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 90%;
    max-width: 90%;
  }

  .features-card {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-12-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 90%;
    max-width: 90%;
  }

  .team-card {
    min-width: 17.5rem;
    max-width: 17.5rem;
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .cut-wrapper {
    max-height: 6.3rem;
  }

  .shadow {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    box-shadow: 0 24px 4rem 1rem #0003;
  }

  .nav-block {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .nav-card-images {
    max-width: 100%;
  }

  .nav-card-image {
    min-width: 17.5rem;
    max-width: 17.5rem;
  }

  .nav-card-image.left, .nav-card-image.right {
    min-width: 10rem;
    max-width: 10rem;
  }

  .logo-light {
    min-width: 6rem;
    max-width: 6rem;
  }

  .menu-burger-light {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .nav-cart-menu-flex {
    z-index: 10000;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .about-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 42rem;
  }

  .cart-icon {
    font-size: .5rem;
    line-height: 1.5rem;
  }

  .hide-on-mobile {
    display: block;
  }

  .cart-icon-light {
    font-size: .5rem;
    line-height: 1.5rem;
  }

  .rich-text h1 {
    font-size: 4rem;
    line-height: 5rem;
  }

  .rich-text h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .rich-text h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .rich-text h4 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .rich-text h5 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .rich-text h6 {
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .rich-text p {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .rich-text li {
    font-size: 1rem;
    line-height: 2rem;
  }

  .utilities-max-width {
    max-width: 27rem;
  }

  .features-description {
    max-width: 30rem;
  }

  .title-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper.align-left, .title-wrapper.align-right {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .title-wrapper.gap-half {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .features-image-wrapper {
    min-width: 40rem;
    max-width: 40rem;
    min-height: 40rem;
    max-height: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .subheading {
    padding: .5rem .75rem;
  }

  .flex-feature-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .flex-feature-wrapper.reverse-on-tab {
    flex-flow: column-reverse;
  }

  .reviews-image-circle {
    width: 6rem;
    height: 6rem;
    left: 3rem;
  }

  .reviews-block {
    grid-row-gap: .5rem;
  }

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

  .quote-icon {
    min-height: 5rem;
    max-height: 5rem;
  }

  .reviews-card {
    width: 100%;
    min-width: 35rem;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .arrow {
    min-height: 1.5rem;
    max-height: 1.5rem;
    top: -.0625rem;
  }

  .button-arrow-wrapper {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .125rem 2rem .125rem .25rem;
  }

  .max-width-65vw {
    max-width: 100%;
  }

  .about-h5 {
    max-width: 23rem;
  }

  .centered-on-tab {
    text-align: center;
  }

  .image-full, .image-half {
    min-height: 45rem;
    max-height: 45rem;
  }

  .small-icon {
    min-width: 1rem;
    max-width: 1rem;
  }

  .about-card-image-left {
    min-width: 12rem;
    max-width: 12rem;
    left: 5%;
  }

  .about-card-image-right {
    min-width: 10rem;
    max-width: 10rem;
    right: 5%;
  }

  .max-width-45vw {
    max-width: 22.5rem;
  }

  .metrics-title-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .padding-right-2rem {
    padding-right: 2rem;
  }

  .metrics-icon {
    min-width: 6rem;
    max-width: 6rem;
    min-height: 6rem;
    max-height: 6rem;
    left: auto;
  }

  .metrics-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .metrics-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .max-width-32vw {
    max-width: 22.5rem;
  }

  .footer-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
  }

  .metrics-numbers {
    font-size: 10rem;
    line-height: 8rem;
  }

  .footer-h5 {
    position: static;
    top: -1rem;
    left: 0;
  }

  .image-thrids {
    object-position: 70% 50%;
    min-width: 100%;
    max-width: 100%;
    min-height: 50vh;
    max-height: 50vh;
  }

  .image-thrids.shift-right {
    object-position: 50% 42%;
  }

  .image-thrids.shift-left {
    object-position: 85% 58%;
  }

  .careers-flex-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .careers-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding: 2rem;
  }

  .careers-line {
    height: .1rem;
  }

  .gap-8px-row, .flex.gap-8px {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .careers-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .outline-button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .price-card-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .nav-tabs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pricing-flex {
    grid-column-gap: 2rem;
  }

  .pricing-grid-half {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .horizontal-line {
    height: .1rem;
  }

  .pricing-link.with-40 {
    width: 100%;
  }

  .price-flex-highlight {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .5rem 1rem;
  }

  .price-card-title-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .price-card-big {
    padding: 2rem;
    display: flex;
  }

  .features-flex-wrapper {
    flex-flow: column;
  }

  .show-section {
    height: auto;
  }

  .hide-section-sticky {
    position: static;
  }

  .footer-title {
    font-size: 8rem;
    line-height: 6.3rem;
  }

  .features-images-wrapper {
    display: none;
  }

  .services-item {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .features-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .features-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .features-tab-image-wrapper {
    margin-bottom: 2rem;
    display: flex;
  }

  .services-image {
    min-height: 31.25rem;
    max-height: 31.25rem;
  }

  .features-tab-image {
    aspect-ratio: 4 / 3;
    border-radius: var(--border-radius);
    object-position: 50% 15%;
  }

  .features-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .team-social-flex-box {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: #fff3;
    width: 13.125rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    display: flex;
    inset: auto 0% 19%;
  }

  .team-image-wrapper {
    width: 100%;
    min-width: 20rem;
    max-width: 20rem;
    min-height: 20rem;
    max-height: 20rem;
  }

  .team-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .team-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 20rem;
    max-height: 20rem;
  }

  .team-name-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 13.125rem;
    min-height: 4.375rem;
  }

  .team-name {
    font-size: 1rem;
    line-height: .9rem;
  }

  .features-image-small {
    min-width: 12rem;
    max-width: 12rem;
    min-height: 12rem;
    max-height: 12rem;
  }

  .image-trigger {
    min-height: 7rem;
  }

  .features-image-mid {
    min-width: 20rem;
    max-width: 20rem;
  }

  .image-flex-wrapper {
    height: 50vh;
  }

  .main-image-wrapper {
    width: 30vw;
    height: 50vh;
  }

  .flex-grid {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    display: flex;
    position: static;
  }

  .text-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
    position: static;
  }

  .features-wrapper {
    height: auto;
  }

  .image-right {
    position: static;
  }

  .image-right-wrapper {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .images-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-images-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr .75fr;
  }

  .features-image-wide {
    min-width: 20rem;
    max-width: 20rem;
  }

  .feature-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .right-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    padding-left: 0;
  }

  .features-image-large {
    min-width: 21rem;
    max-width: 21rem;
    min-height: 21rem;
    max-height: 21rem;
  }

  .title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-left-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .images-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .align-left {
    justify-content: center;
    align-items: center;
  }

  .blog-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    width: 600px;
  }

  .blog-image-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .flex-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .small-line-divider {
    width: .1rem;
    height: 1.1rem;
  }

  .blog-title-huge {
    font-size: 6rem;
    line-height: 5rem;
  }

  .blog-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .blog-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 40rem;
  }

  .blog-title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
  }

  .avatar-small {
    width: 1.1rem;
    height: 1.1rem;
  }

  .cta-trigger {
    min-height: 7rem;
  }

  .checkbox {
    margin-top: .5rem;
  }

  .works-underline {
    height: 2rem;
  }

  .works-flex-tags {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .works-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .works-link-wrapper {
    height: 60vw;
  }

  .works-text-block {
    height: auto;
  }

  .works-icon-wrapper {
    min-width: 12vw;
    max-width: 12vw;
    min-height: 12vw;
    max-height: 12vw;
    display: none;
  }

  .works-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    position: static;
  }

  .projects-title-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-project-title {
    white-space: normal;
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .projects-description {
    max-width: 15rem;
  }

  .projects-details {
    min-width: 15rem;
    max-width: 15rem;
    padding-bottom: .5rem;
  }

  .image-single-wrapper {
    min-height: 25rem;
    max-height: 25rem;
  }

  .images-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .line-height-1rem {
    line-height: 1rem;
  }

  ._404-button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .hero-card {
    left: 5%;
  }

  .works-title {
    font-size: 4rem;
  }

  .service-title {
    font-size: 5rem;
  }

  .service-flex-wrapper {
    flex-wrap: wrap;
  }

  .service-text {
    text-align: left;
  }

  .image-parallax-wrapper {
    min-height: 70vh;
    max-height: 70vh;
  }

  .services-details {
    max-width: 600px;
  }

  .reviews-name {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .show-from-tab {
    display: block;
  }

  .title-space {
    min-height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 6rem;
    line-height: 5rem;
  }

  h4 {
    white-space: normal;
  }

  .space-large {
    min-height: 8rem;
  }

  .space-large.hide-on-mobile {
    display: none;
  }

  .container-full.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-flex {
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .description-max-width {
    max-width: 25rem;
  }

  .gallery-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gallery-grid-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .utilities-wrapper {
    max-width: 32rem;
  }

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

  .blog-side-bar-left {
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
  }

  .blod-card-author {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button:hover {
    background-color: var(--black);
  }

  .sg-anchor-lb {
    min-width: 25%;
    max-width: 25%;
  }

  .h1-utility {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .sg-colour-label-wrapper {
    align-items: flex-start;
  }

  .sg-buttons-grid {
    grid-template-columns: 1fr;
  }

  .sg-colours-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sg-colour-wrapper {
    flex-direction: row;
  }

  .global-section {
    padding: 4rem 2.5rem;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-top: 25%;
  }

  .instructions-wrapper {
    max-width: 29.8125rem;
  }

  .services-card {
    text-align: center;
    flex-flow: column;
    min-height: auto;
    max-height: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-us-wrapper-half {
    max-width: 100%;
  }

  .contact-us-form-wrapper {
    width: 100%;
  }

  .contact-info-wrapper {
    align-items: center;
    width: 80%;
  }

  .error-massage {
    width: 80%;
  }

  .contact-us-flex-container {
    padding-top: 0;
  }

  .faq-flex {
    padding-right: 0;
  }

  .faq-plus-icon, .side-bar-left {
    position: static;
  }

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

  .fix-scroll-block {
    max-width: 28rem;
  }

  .flip-animation {
    white-space: normal;
  }

  .nav-link {
    font-size: 2rem;
    line-height: 2rem;
  }

  .service-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-title {
    font-size: 7rem;
  }

  .hero-title.smaller {
    font-size: 5rem;
    line-height: .82;
  }

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

  .services-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .max-width-20vw {
    max-width: 12rem;
  }

  .hero-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: 100svh;
  }

  .history-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hero-title-wrapper {
    min-width: 28rem;
    max-width: 28rem;
    top: 11rem;
  }

  .about-card-image {
    min-width: 18rem;
    max-width: 16rem;
  }

  .about-card-images {
    position: relative;
  }

  .logo-brand {
    justify-content: center;
    align-items: center;
    padding-right: .625rem;
  }

  .nav-menu {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-grid {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid-6-columns {
    flex-flow: column wrap;
    margin-bottom: 0;
  }

  .features-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    min-width: 70%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-12-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .cut-wrapper {
    max-height: 4.6rem;
  }

  .nav-card-image {
    min-width: 13rem;
    max-width: 13rem;
  }

  .nav-card-image.left, .nav-card-image.right {
    min-width: 7rem;
    max-width: 7rem;
  }

  .about-block {
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: 32rem;
    margin-bottom: 0;
  }

  .hide-on-mobile {
    display: none;
  }

  .features-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 32rem;
    max-height: 32rem;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-feature-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .slide-nav-reviews {
    padding-top: 4%;
    bottom: -8%;
  }

  .reviews-card {
    min-width: 100%;
    max-width: 100%;
  }

  .reviews-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 5.625rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-full, .image-half {
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .about-card-image-left {
    min-width: 10rem;
    max-width: 10rem;
    position: absolute;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .about-card-image-right {
    min-width: 8rem;
    max-width: 8rem;
    position: absolute;
    top: auto;
    left: auto;
    right: 0%;
  }

  .footer-h5 {
    top: -1rem;
    left: 0;
  }

  .image-thrids {
    min-width: 100%;
    max-width: 100%;
    min-height: 30rem;
    max-height: 30rem;
  }

  .image-thrids.shift-right, .image-thrids.shift-left {
    object-position: 50% 50%;
  }

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

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

  .features-flex-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .show-section {
    height: auto;
  }

  .footer-title {
    font-size: 5rem;
    line-height: 4.3rem;
  }

  .features-images-wrapper {
    display: none;
  }

  .services-image.image-01 {
    height: 50vh;
  }

  .timeline-circle {
    margin-top: 2.25rem;
  }

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

  .team-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-image {
    object-position: 50% 0%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .features-image-small {
    min-width: 24vw;
    max-width: 24vw;
    min-height: 24vw;
    max-height: 24vw;
  }

  .features-image-mid {
    min-width: 40vw;
    max-width: 40vw;
  }

  .image-flex-wrapper {
    grid-template-columns: 25% 50% 25%;
    height: 50vh;
  }

  .main-image-wrapper {
    height: 50vh;
  }

  .flex-grid {
    padding-top: 4rem;
  }

  .flex-images-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .features-image-wide {
    min-width: 40vw;
    max-width: 40vw;
  }

  .feature-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .right-block {
    padding-right: 4rem;
  }

  .features-image-large {
    min-width: 40vw;
    max-width: 40vw;
    min-height: 40vw;
    max-height: 40vw;
  }

  .images-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 432px;
  }

  .blog-details-flex {
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .small-line-divider {
    display: none;
  }

  .blog-link-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-wrapper {
    max-width: 30rem;
  }

  .blog-item {
    width: 100%;
  }

  .works-icon-wrapper {
    min-width: 15vw;
    max-width: 15vw;
    min-height: 15vw;
    max-height: 15vw;
  }

  .projects-title-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .flex-title {
    align-items: center;
  }

  .projects-description {
    max-width: 15rem;
  }

  .projects-details {
    justify-content: center;
  }

  .image-single-wrapper {
    min-height: auto;
    max-height: none;
  }

  .images-wrapper {
    grid-template-columns: 1fr;
  }

  .projects-grid-thirds {
    grid-column-gap: 1rem;
  }

  .works-title {
    font-size: 3rem;
  }

  .service-title {
    font-size: 4rem;
  }

  .service-flex-wrapper {
    grid-row-gap: 1rem;
  }

  .service-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .image-parallax-wrapper {
    min-height: auto;
    max-height: none;
  }

  .services-details {
    max-width: 420px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 17vw;
    line-height: 16vw;
  }

  h2 {
    font-size: 15vw;
    line-height: 17.5vw;
  }

  h3 {
    font-size: 12.5vw;
    line-height: 15vw;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .space.smaller-on-mobile {
    min-height: 2.5rem;
  }

  .container-full.padding-144px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .features-image {
    min-width: 16.25rem;
    max-width: 16.25rem;
    min-height: 16.25rem;
    max-height: 16.25rem;
  }

  .footer-flex {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    line-height: 2;
  }

  .description-max-width {
    max-width: 15rem;
  }

  .description-max-width.add-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .utilities-row {
    justify-content: center;
    align-items: center;
  }

  .utilities-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-image-wrapper {
    min-height: 20rem;
    max-height: 20rem;
  }

  .gallery-grid-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-wrapper {
    max-width: 100%;
  }

  .blog-single-image {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-wrapper-full-single {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .line-height-20px {
    line-height: 1.25rem;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    max-width: 100%;
  }

  .blog-side-bar-left {
    width: 100%;
    max-width: 100%;
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fix-scroll-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .blod-card-author {
    width: 100%;
  }

  .upper-box {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-block-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    font-size: 1rem;
  }

  .sg-anchor-lb {
    min-width: 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-utility {
    font-size: 10vw;
    line-height: 2rem;
  }

  .sg-button-block {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
  }

  .sg-colours-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sg-left-top-wrapper {
    overflow: hidden;
  }

  .global-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    overflow: hidden;
  }

  .sg-colour-swatch {
    margin-bottom: 0;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-rich-text h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .row-utilities {
    align-items: center;
  }

  .instructions-wrapper {
    max-width: 100%;
  }

  .block-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .services-card {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-360px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-us-wrapper-half {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info {
    min-width: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .contact-us-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 0;
  }

  .message-title-field-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .booking-text-field {
    align-self: center;
    width: 100%;
    min-height: auto;
    margin-left: auto;
  }

  .contact-info-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .contact-us-info-title {
    text-align: center;
  }

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

  .error-massage {
    width: 90%;
  }

  .contact-us-flex-container {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .contact-us-flex-block {
    grid-column-gap: .46875rem;
    justify-content: center;
  }

  .contact-us-cardtext {
    text-align: center;
  }

  .text-area {
    align-self: center;
    margin-left: 0%;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-plus-icon {
    position: absolute;
    top: 51%;
    right: -4%;
  }

  .dropdown-description {
    width: 90%;
    max-width: 90%;
  }

  .faq-numbers-back {
    font-size: 8.125rem;
    inset: 0%;
  }

  .services-page {
    padding-left: 0;
    padding-right: 0;
  }

  .product_total {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .package-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .row-content {
    align-items: center;
  }

  .products-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .brochure-card {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .side-bar-right {
    max-width: 100%;
  }

  .fix-scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .fix-scroll-block {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .utility-image {
    max-width: 50%;
  }

  .nav-link {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .service-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .flex-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
  }

  .select-field {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }

  .hero-title {
    font-size: 22vw;
  }

  .hero-title.smaller {
    font-size: 3.5rem;
    line-height: .83;
  }

  .max-width-30vw {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-text {
    text-align: center;
    flex-direction: column;
    width: 15rem;
  }

  .max-width-20vw {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 900px;
  }

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

  .hero-title-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .socials-absolute {
    grid-column-gap: 2rem;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .about-card-image {
    min-width: 10rem;
    max-width: 10rem;
  }

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

  .logo-brand {
    z-index: 998;
    margin-left: 1rem;
    position: relative;
  }

  .nav-menu {
    z-index: 997;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30%;
    overflow: hidden;
  }

  .menu-burger-wrapper {
    z-index: 998;
  }

  .cart {
    z-index: 999;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding: 4rem 2rem;
    display: flex;
  }

  .footer-email {
    font-size: 7.5vw;
    line-height: 1.5rem;
  }

  .block-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-6-columns {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .features-card {
    width: 90%;
    min-width: 90%;
  }

  .grid-12-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .cut-wrapper {
    max-height: none;
    margin-bottom: 7rem;
  }

  .shadow {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .nav-block {
    flex-flow: column;
    display: flex;
  }

  .nav-card-images {
    display: none;
  }

  .nav-card-image {
    min-width: 8.75rem;
    max-width: 8.75rem;
    min-height: 11.25rem;
    max-height: 11.25rem;
  }

  .nav-cart-menu-flex {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .about-block {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .line-item {
    flex-flow: column;
  }

  .utilities-max-width {
    max-width: 15rem;
  }

  .features-description {
    max-width: 100%;
  }

  .title-wrapper {
    align-items: center;
  }

  .title-wrapper.align-left, .title-wrapper.align-right {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .centered-on-mobile-small {
    text-align: center;
  }

  .features-image-wrapper {
    min-height: 16rem;
    max-height: 16rem;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-feature-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reviews-image-circle {
    top: -3rem;
    left: auto;
  }

  .reviews-block {
    justify-content: center;
    align-items: center;
  }

  .slide-nav-reviews {
    padding-top: 8%;
    bottom: -6%;
  }

  .reviews-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .quote-icon {
    align-self: center;
  }

  .reviews-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .reviews-card.border {
    width: 100%;
  }

  .stars-wrapper {
    justify-content: center;
    align-items: center;
    left: auto;
  }

  .reviews-mask {
    width: 75vw;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .about-h5 {
    max-width: 100%;
  }

  .image-full, .image-half {
    min-height: 15rem;
    max-height: 15rem;
  }

  .about-card-image-left {
    min-width: 6rem;
    max-width: 6rem;
  }

  .about-card-image-right {
    min-width: 5rem;
    max-width: 5rem;
  }

  .metrics-title-flex {
    width: 100%;
  }

  .padding-right-2rem {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .metrics-grid {
    flex-flow: column;
    display: flex;
  }

  .metrics-flex {
    flex-flow: column;
  }

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

  .metrics-numbers {
    font-size: 8rem;
    line-height: 6rem;
  }

  .image-thrids {
    aspect-ratio: 1;
    min-width: 15rem;
    min-height: auto;
    max-height: none;
  }

  .careers-flex-icon {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
  }

  .careers-card {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .careers-line {
    display: none;
  }

  .gap-8px-row {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .center-on-mobile {
    align-self: center;
    margin-left: 0;
  }

  .outline-button {
    font-size: 1rem;
  }

  .price-card-title {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .nav-tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .pricing-grid-half {
    grid-template-columns: 1fr;
  }

  .tabs-content {
    width: 90%;
  }

  .features-flex-wrapper {
    text-align: center;
  }

  .footer-title {
    font-size: 15vw;
    line-height: 3rem;
  }

  .package-title {
    font-size: 13vw;
  }

  .features-tab-image {
    aspect-ratio: 1;
  }

  .features-image-small {
    aspect-ratio: 1;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .left-flex, .right-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 20vw;
  }

  .features-image-mid {
    min-width: 100%;
    max-width: 100%;
  }

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

  .image-flex-wrapper {
    height: 25vh;
  }

  .main-image-wrapper {
    width: 35vw;
    height: 25vh;
  }

  .image-right {
    aspect-ratio: 1;
  }

  .images-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-images-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .features-image-wide {
    aspect-ratio: 1;
    min-width: 100%;
    max-width: 100%;
  }

  .feature-grid {
    text-align: center;
    place-items: center;
  }

  .right-block {
    justify-content: flex-end;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-image-large {
    aspect-ratio: 1;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .title-block {
    justify-content: center;
    align-items: center;
  }

  .flex-left-wrapper {
    text-align: center;
    justify-content: center;
  }

  .features-block {
    justify-content: space-between;
    align-items: center;
  }

  .images-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-content-wrapper {
    text-align: center;
    justify-content: center;
  }

  .blog-flex {
    width: 240px;
  }

  .blog-image-wrapper {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .blog-details-flex {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-info {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .blog-title-huge {
    font-size: 64px;
    line-height: 48px;
  }

  .blog-title-block {
    text-align: center;
    border-radius: 24px;
    align-items: center;
  }

  .blog-link-wrapper {
    text-align: center;
  }

  .blog-wrapper {
    max-width: 100%;
  }

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

  .works-underline {
    border-bottom-width: .5px;
    border-bottom-color: var(--black);
  }

  .works-flex-tags {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .works-link-wrapper {
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
    background-color: var(--white);
    height: auto;
  }

  .works-text-block {
    width: 100%;
    margin-top: .5rem;
  }

  .works-icon-wrapper {
    min-width: 30vw;
    max-width: 30vw;
    min-height: 30vw;
    max-height: 30vw;
  }

  .image-works-wrapper {
    border-radius: var(--border-radius);
    height: 60vw;
    position: static;
  }

  .projects-title-grid {
    padding-left: 10%;
    padding-right: 10%;
  }

  .service-project-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .projects-grid-thirds {
    grid-column-gap: .5rem;
  }

  ._404-button {
    font-size: 1rem;
  }

  .hero-cards-wrapper {
    transform: scale(.9);
  }

  .works-title {
    color: var(--black);
    font-size: 2rem;
  }

  .workscategories2 {
    color: var(--black);
  }

  .service-title {
    font-size: 17vw;
  }

  .service-flex-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
  }

  .service-text {
    text-align: center;
    width: 100%;
  }

  .service-text-block {
    grid-row-gap: 16px;
    align-items: center;
  }

  .services-details {
    max-width: 240px;
  }

  .reviews-name {
    justify-content: flex-start;
    align-items: center;
  }

  .title-space {
    min-height: 2rem;
  }
}

#w-node-_12c8c243-eba8-b7dc-cbad-1fef7fc8321e-ce12d6af {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_12c8c243-eba8-b7dc-cbad-1fef7fc83220-ce12d6af {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_3c0be4ff-c161-38ec-4150-a34c6c57dee6-ce12d6af {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_3c0be4ff-c161-38ec-4150-a34c6c57dee8-ce12d6af {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-bd435df8-0e53-3e0b-e7f8-c3ce4b32a0c7-ce12d6af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd435df8-0e53-3e0b-e7f8-c3ce4b32a0cc-ce12d6af {
  align-self: end;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45accce-ce12d6af {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45acccf-ce12d6af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45accd1-ce12d6af {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45accd7-ce12d6af {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45accd8-ce12d6af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45accda-ce12d6af {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45acce0-ce12d6af {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45acce1-ce12d6af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45acce3-ce12d6af {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45acce9-ce12d6af {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45accea-ce12d6af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf528312-77fa-84ad-dd99-afe6d45accec-ce12d6af {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-a273748c-0f42-5c0b-ec89-9063b28816d0-ce12d6af {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-a273748c-0f42-5c0b-ec89-9063b28816d1-ce12d6af {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a273748c-0f42-5c0b-ec89-9063b28816d2-ce12d6af {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-a273748c-0f42-5c0b-ec89-9063b28816d4-ce12d6af {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a273748c-0f42-5c0b-ec89-9063b28816d5-ce12d6af {
  grid-area: 4 / 8 / 5 / 11;
}

#w-node-a273748c-0f42-5c0b-ec89-9063b28816d7-ce12d6af {
  grid-area: 5 / 1 / 6 / 13;
}

#w-node-a273748c-0f42-5c0b-ec89-9063b28816d8-ce12d6af {
  grid-area: 6 / 1 / 7 / 11;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e131-652fe2cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_8fb58baf-711a-28b5-8b60-d3a00855f7e3-652fe2cd {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_8fb58baf-711a-28b5-8b60-d3a00855f7e6-652fe2cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_8fb58baf-711a-28b5-8b60-d3a00855f7e9-652fe2cd {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_8fb58baf-711a-28b5-8b60-d3a00855f7ec-652fe2cd {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-c5971251-f4c3-fbc8-6f2a-225bcfcc96ac-652fe2cd {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-c5971251-f4c3-fbc8-6f2a-225bcfcc96af-652fe2cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-c5971251-f4c3-fbc8-6f2a-225bcfcc96b2-652fe2cd {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee730-652fe2cd {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-c5971251-f4c3-fbc8-6f2a-225bcfcc96b5-652fe2cd {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee736-652fe2cd {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee739-652fe2cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee733-652fe2cd {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_1705c689-e994-ed4e-6d74-c989ba233be9-ba233be5 {
  grid-area: 3 / 2 / 6 / 3;
}

#w-node-_1705c689-e994-ed4e-6d74-c989ba233bf2-ba233be5 {
  grid-area: 7 / 1 / 11 / 13;
}

#w-node-_6a994f18-0a74-74d5-f6b8-cf74c9678543-ce12d6b2 {
  justify-self: end;
}

#w-node-_6a994f18-0a74-74d5-f6b8-cf74c9678545-ce12d6b2 {
  align-self: center;
}

#w-node-_6a994f18-0a74-74d5-f6b8-cf74c967854a-ce12d6b2 {
  justify-self: start;
}

#w-node-_6a994f18-0a74-74d5-f6b8-cf74c967854b-ce12d6b2 {
  align-self: center;
}

#w-node-_7cd3dc64-a1e9-1e9b-a2fe-a464bf5f9437-ce12d6b2 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1c6013d1-4be4-5483-21f6-b8e53dfbb897-ce12d6b2 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf74-ce12d6b2 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf76-ce12d6b2 {
  grid-area: 2 / 10 / 3 / 12;
}

#w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0bd-ce12d6b2 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0ce-ce12d6b2 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0df-ce12d6b2 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_494d7019-dc0d-f85c-fecf-ff136f17fb03-ce12d6b2 {
  justify-self: end;
}

#w-node-bd1bc211-0c4f-37e1-adb4-8aed0634364d-ce12d6b2 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-bd1bc211-0c4f-37e1-adb4-8aed06343654-ce12d6b2 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-bd1bc211-0c4f-37e1-adb4-8aed0634365b-ce12d6b2 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_61123f31-5bf9-55bd-94f2-70401aeafe5b-ce12d6b2 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-_61123f31-5bf9-55bd-94f2-70401aeafe5f-ce12d6b2 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_61123f31-5bf9-55bd-94f2-70401aeafe60-ce12d6b2 {
  grid-area: 1 / 2 / 3 / 7;
  align-self: center;
}

#w-node-_61123f31-5bf9-55bd-94f2-70401aeafe61-ce12d6b2 {
  grid-area: 2 / 2 / 4 / 4;
  align-self: center;
}

#w-node-_61123f31-5bf9-55bd-94f2-70401aeafe62-ce12d6b2 {
  grid-area: 4 / 2 / 5 / 6;
  align-self: center;
}

#w-node-_61123f31-5bf9-55bd-94f2-70401aeafe64-ce12d6b2 {
  grid-area: 4 / 2 / 5 / 7;
}

#w-node-_61123f31-5bf9-55bd-94f2-70401aeafe65-ce12d6b2 {
  grid-area: 1 / 8 / 5 / 12;
  place-self: center start;
}

#w-node-_61123f31-5bf9-55bd-94f2-70401aeafe66-ce12d6b2, #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe6b-ce12d6b2, #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe70-ce12d6b2, #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe75-ce12d6b2 {
  justify-self: start;
}

#w-node-a98a6971-1691-6f95-c86f-b67e5fe005db-ce12d6b3 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-ce12d6b3 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143e94-ce12d6b7, #w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143e95-ce12d6b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143ea2-ce12d6b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd61-ce12d6b9, #w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd6b-ce12d6b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e52cf2e-e648-de52-e9dc-77a35fcec907-ce12d6c3 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-ce12d6c3 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_93fcaa5d-5983-8bc2-bf9d-c4c827952bc2-ce12d6c3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_647d16ff-453e-cf6f-1644-7fd8580a70c5-ce12d6c4, #w-node-_647d16ff-453e-cf6f-1644-7fd8580a70c8-ce12d6c4, #w-node-_647d16ff-453e-cf6f-1644-7fd8580a70ca-ce12d6c4, #w-node-_647d16ff-453e-cf6f-1644-7fd8580a70cd-ce12d6c4, #w-node-_647d16ff-453e-cf6f-1644-7fd8580a70cf-ce12d6c4, #w-node-_647d16ff-453e-cf6f-1644-7fd8580a70d2-ce12d6c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a98a6971-1691-6f95-c86f-b67e5fe005db-ce12d6c5 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-ce12d6c5 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-a98a6971-1691-6f95-c86f-b67e5fe005db-ce12d6c7 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-ce12d6c7 {
  grid-area: 1 / 7 / 2 / 12;
}

@media screen and (max-width: 991px) {
  #w-node-_12c8c243-eba8-b7dc-cbad-1fef7fc8321e-ce12d6af {
    grid-column: 1 / 3;
  }

  #w-node-_12c8c243-eba8-b7dc-cbad-1fef7fc83220-ce12d6af {
    grid-column: 4 / 8;
  }

  #w-node-_3c0be4ff-c161-38ec-4150-a34c6c57dee6-ce12d6af {
    grid-column: 1 / 3;
  }

  #w-node-_3c0be4ff-c161-38ec-4150-a34c6c57dee8-ce12d6af {
    grid-column: 4 / 8;
  }

  #w-node-bf528312-77fa-84ad-dd99-afe6d45accce-ce12d6af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bf528312-77fa-84ad-dd99-afe6d45accd1-ce12d6af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf528312-77fa-84ad-dd99-afe6d45accd7-ce12d6af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bf528312-77fa-84ad-dd99-afe6d45accda-ce12d6af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf528312-77fa-84ad-dd99-afe6d45acce0-ce12d6af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bf528312-77fa-84ad-dd99-afe6d45acce3-ce12d6af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf528312-77fa-84ad-dd99-afe6d45acce9-ce12d6af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bf528312-77fa-84ad-dd99-afe6d45accec-ce12d6af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a273748c-0f42-5c0b-ec89-9063b28816d0-ce12d6af, #w-node-a273748c-0f42-5c0b-ec89-9063b28816d1-ce12d6af, #w-node-a273748c-0f42-5c0b-ec89-9063b28816d2-ce12d6af, #w-node-a273748c-0f42-5c0b-ec89-9063b28816d4-ce12d6af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a273748c-0f42-5c0b-ec89-9063b28816d5-ce12d6af {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-a273748c-0f42-5c0b-ec89-9063b28816d7-ce12d6af, #w-node-a273748c-0f42-5c0b-ec89-9063b28816d8-ce12d6af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd, #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8fb58baf-711a-28b5-8b60-d3a00855f7e3-652fe2cd, #w-node-_8fb58baf-711a-28b5-8b60-d3a00855f7e6-652fe2cd, #w-node-_8fb58baf-711a-28b5-8b60-d3a00855f7e9-652fe2cd, #w-node-_8fb58baf-711a-28b5-8b60-d3a00855f7ec-652fe2cd, #w-node-c5971251-f4c3-fbc8-6f2a-225bcfcc96ac-652fe2cd, #w-node-c5971251-f4c3-fbc8-6f2a-225bcfcc96af-652fe2cd, #w-node-c5971251-f4c3-fbc8-6f2a-225bcfcc96b2-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee730-652fe2cd, #w-node-c5971251-f4c3-fbc8-6f2a-225bcfcc96b5-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee736-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee739-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee733-652fe2cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1705c689-e994-ed4e-6d74-c989ba233be9-ba233be5 {
    grid-area: 2 / 7 / 5 / 10;
    justify-self: center;
  }

  #w-node-_1705c689-e994-ed4e-6d74-c989ba233bf2-ba233be5 {
    grid-area: 7 / 1 / 9 / 10;
    justify-self: center;
  }

  #w-node-_7cd3dc64-a1e9-1e9b-a2fe-a464bf5f9437-ce12d6b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c6013d1-4be4-5483-21f6-b8e53dfbb897-ce12d6b2 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf74-ce12d6b2 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf76-ce12d6b2 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0bd-ce12d6b2 {
    grid-column: 1 / 3;
  }

  #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0ce-ce12d6b2 {
    grid-column: 3 / 5;
  }

  #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0df-ce12d6b2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_494d7019-dc0d-f85c-fecf-ff136f17fb03-ce12d6b2 {
    justify-self: auto;
  }

  #w-node-bd1bc211-0c4f-37e1-adb4-8aed0634364d-ce12d6b2, #w-node-bd1bc211-0c4f-37e1-adb4-8aed06343654-ce12d6b2, #w-node-bd1bc211-0c4f-37e1-adb4-8aed0634365b-ce12d6b2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe5b-ce12d6b2 {
    grid-row-end: 2;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe5f-ce12d6b2 {
    grid-row: 2 / 3;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe60-ce12d6b2 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: end;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe61-ce12d6b2 {
    grid-area: 3 / 1 / 5 / 2;
    justify-self: center;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe62-ce12d6b2 {
    grid-area: 3 / 2 / 5 / 5;
    align-self: center;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe64-ce12d6b2 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe65-ce12d6b2 {
    grid-area: 6 / 1 / 7 / 5;
    justify-self: center;
  }

  #w-node-a98a6971-1691-6f95-c86f-b67e5fe005db-ce12d6b3 {
    grid-column: 1 / 3;
  }

  #w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-ce12d6b3 {
    grid-column: 4 / 8;
  }

  #w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143ea2-ce12d6b7 {
    justify-self: center;
  }

  #w-node-_2e52cf2e-e648-de52-e9dc-77a35fcec907-ce12d6c3 {
    grid-column: 1 / 3;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-ce12d6c3 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-a98a6971-1691-6f95-c86f-b67e5fe005db-ce12d6c5 {
    grid-column: 1 / 3;
  }

  #w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-ce12d6c5 {
    grid-column: 4 / 8;
  }

  #w-node-a98a6971-1691-6f95-c86f-b67e5fe005db-ce12d6c7 {
    grid-column: 1 / 3;
  }

  #w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-ce12d6c7 {
    grid-column: 4 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12c8c243-eba8-b7dc-cbad-1fef7fc83220-ce12d6af, #w-node-_3c0be4ff-c161-38ec-4150-a34c6c57dee8-ce12d6af {
    grid-column: 3 / 6;
  }

  #w-node-bd435df8-0e53-3e0b-e7f8-c3ce4b32a0cc-ce12d6af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a273748c-0f42-5c0b-ec89-9063b28816d5-ce12d6af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
    grid-column: span 4 / span 4;
  }

  #w-node-_1705c689-e994-ed4e-6d74-c989ba233be9-ba233be5 {
    grid-area: 10 / 1 / 11 / 6;
    place-self: start center;
  }

  #w-node-_1705c689-e994-ed4e-6d74-c989ba233bf2-ba233be5 {
    grid-row: 7 / 9;
    grid-column-end: 6;
    align-self: center;
  }

  #w-node-_7cd3dc64-a1e9-1e9b-a2fe-a464bf5f9437-ce12d6b2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_1c6013d1-4be4-5483-21f6-b8e53dfbb897-ce12d6b2 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }

  #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf74-ce12d6b2 {
    grid-column-start: 1;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe5f-ce12d6b2 {
    grid-row: 2 / 3;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe60-ce12d6b2 {
    grid-row: 1 / 3;
    align-self: end;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe61-ce12d6b2 {
    grid-row: 3 / 5;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe62-ce12d6b2 {
    grid-row: 3 / 5;
    grid-column-end: 5;
  }

  #w-node-_61123f31-5bf9-55bd-94f2-70401aeafe64-ce12d6b2 {
    grid-row: 5 / 6;
  }

  #w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-ce12d6b3 {
    grid-column: 3 / 6;
  }

  #w-node-_2e52cf2e-e648-de52-e9dc-77a35fcec907-ce12d6c3 {
    grid-column: 2 / 4;
    justify-self: center;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-ce12d6c3 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }

  #w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-ce12d6c5, #w-node-_0cf38e6c-cd4a-a2bc-d98e-9603e1427b65-ce12d6c7 {
    grid-column: 3 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf528312-77fa-84ad-dd99-afe6d45accce-ce12d6af, #w-node-bf528312-77fa-84ad-dd99-afe6d45accd7-ce12d6af, #w-node-bf528312-77fa-84ad-dd99-afe6d45acce0-ce12d6af, #w-node-bf528312-77fa-84ad-dd99-afe6d45acce9-ce12d6af {
    grid-column: span 3 / span 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd, #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
    grid-column: span 3 / span 3;
  }

  #w-node-_45663384-4310-9313-dbfc-8fb3c0aa5179-c0aa515f {
    grid-column: span 1 / span 1;
  }

  #w-node-_1705c689-e994-ed4e-6d74-c989ba233be9-ba233be5 {
    grid-area: 10 / 1 / 11 / 5;
    align-self: start;
  }

  #w-node-_1705c689-e994-ed4e-6d74-c989ba233bf2-ba233be5 {
    grid-row: 8 / 9;
    grid-column-end: 5;
    align-self: center;
  }

  #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf74-ce12d6b2, #w-node-_0e0ce2c5-a810-a285-e9d2-1611c7efdf76-ce12d6b2, #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0bd-ce12d6b2, #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0ce-ce12d6b2, #w-node-_95595a5d-5784-20e9-d94a-ebecc19eb0df-ce12d6b2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_68ca93ee-d6f6-0af0-b9b4-f23898143e94-ce12d6b7, #w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd61-ce12d6b9 {
    justify-self: center;
  }
}


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