:root {
  --midnight-blue: #032246;
  --dim-grey: #5f453e;
  --sienna: #906c63;
  --footer-black: #070504;
  --misty-rose: #e4c6be;
  --white: white;
  --seashell: #f5ecea;
  --rosy-brown: #c99b8f;
  --main-black: #221816;
  --cadet-blue: #63908e;
  --transparent-30: #906c634d;
  --transparent-20: #906c6333;
  --transparent-50: #906c6380;
  --transparent-10: #906c631a;
  --seashell-2: #f5eeea;
  --floral-white: #f5f1ea;
  --white-2: #ffffff26;
  --dark-slate-blue: #4c4f6a;
  --black: #0b0f14;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

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

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

.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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--midnight-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 1vw;
  line-height: 1em;
}

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

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

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

a {
  color: var(--dim-grey);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.rich-text {
  line-height: 1.7em;
}

.rich-text p {
  margin-bottom: .8em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text a {
  color: var(--sienna);
  text-decoration: underline;
}

.rich-text a:hover {
  color: var(--footer-black);
}

.rich-text li {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text ul, .rich-text ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}

.rich-text h2 {
  margin-top: 1em;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h3 {
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h4 {
  margin-top: 2em;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text blockquote {
  border-left-color: var(--sienna);
  color: var(--dim-grey);
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text h5 {
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h6 {
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text.in-services {
  margin-bottom: 8em;
}

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

.padding {
  padding: 0;
}

.padding.pb-2em {
  padding-top: 2em;
  padding-bottom: 0;
}

.padding.pb-0em {
  padding-bottom: 0;
}

.padding.pt-6em {
  padding-top: 6em;
}

.padding.pb-6em {
  padding-bottom: 6em;
}

.padding.less-padding {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.padding.is-products {
  padding-top: 5em;
  padding-bottom: 5em;
}

.padding.in-checkout {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.color-define-3 {
  background-color: var(--misty-rose);
  width: 100%;
  height: 5em;
}

.color-define-3.is-4th {
  opacity: .7;
}

.color-define-3.is-2nd {
  opacity: .3;
}

.color-define-3.is-5th {
  opacity: .9;
}

.color-define-3.is-3rd {
  opacity: .5;
}

.color-define-3.is-1st {
  opacity: .1;
}

.color-define-2 {
  background-color: var(--dim-grey);
  width: 100%;
  height: 5em;
}

.color-define-2.is-5th {
  opacity: .9;
}

.color-define-2.is-1st {
  opacity: .1;
}

.color-define-2.is-2nd {
  opacity: .3;
}

.color-define-2.is-3rd {
  opacity: .5;
}

.color-define-2.is-4th {
  opacity: .7;
}

.style-guide-block {
  flex-direction: column;
  width: 100%;
  max-width: 59em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-block.is-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
}

.section {
  z-index: 10;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.with-hero-styles {
  background-color: var(--footer-black);
  overflow: visible;
}

.section.with-bg-light-brown {
  border-top: 1px solid var(--misty-rose);
  border-bottom: 1px solid var(--misty-rose);
  background-color: var(--seashell);
}

.section.is-about-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.overflow-visible {
  overflow: visible;
}

.section.is-team-sec-1 {
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: var(--white);
  background-image: linear-gradient(to bottom, var(--seashell), white 35%);
}

.section.with-bg-black {
  background-color: var(--footer-black);
  color: var(--misty-rose);
}

.section.is-hero-6 {
  border: 10px solid var(--white);
  color: var(--white);
}

.section.is-service-3-sec {
  border-style: solid;
  border-width: 0 10px;
  border-color: var(--white);
  color: var(--white);
}

.section.is-service-sec {
  background-color: #0000;
  overflow: visible;
}

.section.is-service-sec-1 {
  background-color: #0000;
}

.section.is-form-sec-2 {
  border: 10px solid var(--white);
  background-color: var(--seashell);
}

.section.is-hero-2 {
  z-index: 5;
  background-color: var(--footer-black);
  overflow: visible;
}

.section.with-bg-brown-and-borders {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 10px solid var(--white);
  background-color: var(--seashell);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.section.with-bg-brown-and-borders.no-border-bottom {
  border-bottom-width: 0;
}

.section.with-bg-brown-and-borders.no-border-top {
  border-top-width: 0;
}

.section.with-bg-brown-and-borders.no-border-top-bottom {
  border-top-width: 0;
  border-bottom-width: 0;
}

.section.is-team-sec-2 {
  border-top: 10px solid var(--white);
  border-right: 10px solid var(--white);
  border-left: 10px solid var(--white);
  background-image: linear-gradient(to bottom, var(--seashell), white 35%);
}

.section.is-parallax-sec {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.is-case-sec-2 {
  border: 10px solid var(--white);
  background-color: var(--seashell);
  overflow: visible;
}

.section.is-case-in-service {
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: var(--white);
  background-color: var(--footer-black);
  color: var(--seashell);
}

.section.with-bg-black-and-borders {
  border: 10px solid var(--white);
  background-color: var(--footer-black);
  color: var(--misty-rose);
}

.section.is-hero-8 {
  border: 10px solid var(--white);
  background-color: var(--midnight-blue);
  color: var(--white);
}

.section.store-benefits {
  border: 10px solid var(--white);
  background-color: var(--midnight-blue);
  color: var(--misty-rose);
}

.section.store-benefits.without-top-bottom-border {
  border-top-width: 0;
  border-bottom-width: 0;
}

.section.store-benefits.without-bottom-border {
  border-bottom-width: 0;
}

.section.is-product-content {
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: var(--white);
  background-color: var(--seashell);
  overflow: visible;
}

.color-define {
  background-color: var(--footer-black);
  width: 100%;
  height: 5em;
}

.color-define.is-4th {
  opacity: .7;
}

.color-define.is-1st {
  opacity: .1;
}

.color-define.is-3rd {
  opacity: .5;
}

.color-define.is-2nd {
  opacity: .3;
}

.color-define.is-5th {
  opacity: .9;
}

.container {
  z-index: 10;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 6em;
  position: relative;
}

.container.in-consultancy {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  max-width: 2000px;
  display: flex;
}

.container.team-button {
  flex-flow: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.global-styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.fullscreen-hero {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.absolute-block-200vh {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-100vh {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.cover-image.is-team-member-1 {
  object-position: 50% 0%;
}

.cover-image.in-hero-4 {
  width: 140%;
  max-width: none;
  left: auto;
  right: auto;
}

.cover-image.is-grayscale {
  opacity: .48;
  filter: grayscale();
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading.is-fullscreen-hero-title {
  opacity: 1;
  outline-offset: 0px;
  max-width: 9.2em;
  color: var(--white);
  text-align: justify;
  -webkit-text-fill-color: inherit;
  background-color: #00000021;
  background-clip: border-box;
  border-radius: 10px;
  outline: 3px #fff;
  margin-bottom: .9em;
  font-size: 4.3em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.heading.is-basic-title {
  text-align: justify;
  flex: 0 auto;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7em;
}

.heading.is-grid-title-1 {
  max-width: 13em;
  margin-bottom: .5em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-grid-title-1.is-2nd {
  margin-bottom: 0;
}

.heading.is-service-title {
  margin-bottom: .5em;
  margin-right: 1em;
  font-size: 2.1em;
  font-weight: 400;
}

.heading.is-team-name {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
}

.heading.is-hero-4-title {
  color: var(--white);
  text-align: center;
  font-size: 8em;
  font-weight: 400;
}

.heading.is-main-hero-title {
  width: 800px;
  color: var(--midnight-blue);
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f145;
  background-clip: padding-box;
  border-radius: 16px;
  margin-bottom: .2em;
  font-size: 6em;
  font-weight: 400;
  line-height: .9em;
}

.heading.is-contact-form-title {
  width: 100%;
  margin-bottom: .6em;
  font-size: 2.4em;
}

.heading.is-content-title-3 {
  color: var(--rosy-brown);
  margin-bottom: 1.6em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-service-2-title {
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 3.7em;
  font-weight: 400;
}

.heading.in-hero-5 {
  color: #f8ddd6;
  max-width: 9.5em;
  margin-bottom: 1.7em;
  font-size: 6.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-service-1-title {
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.heading.is-service-1-title:hover {
  letter-spacing: .15em;
}

.heading.is-team-title-1 {
  margin-bottom: 1em;
  font-size: 5em;
  line-height: 1em;
}

.heading.is-service-cms-title {
  color: var(--white);
  text-align: center;
  font-size: 6em;
  line-height: 1em;
}

.heading.is-service-title-1 {
  font-size: 4.7em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.is-featured-blog-title {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.in-hero-6 {
  color: #f8ddd6;
  max-width: 13em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6.3em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-blog-title-2 {
  margin-bottom: 1em;
  font-size: 2.4em;
  line-height: 1em;
}

.heading.is-title-1 {
  margin-bottom: 1em;
  font-size: 4em;
  line-height: 1em;
}

.heading.is-case-title-1 {
  z-index: 5;
  color: #ffffffd6;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .7em;
  font-size: 5em;
  font-weight: 400;
}

.heading.is-article-title {
  max-width: 11em;
  color: var(--white);
  font-size: 4.7em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-about-title-1 {
  max-width: 14em;
  margin-bottom: 1.1em;
  font-size: 5em;
  line-height: 1.3em;
}

.heading.is-service-1-title-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.heading.is-service-1-title-2:hover {
  letter-spacing: .15em;
}

.heading.is-hero-6-title {
  color: var(--white);
  text-align: center;
  font-size: 6.2em;
  line-height: 1.2em;
}

.heading.is-contact-form-title-2 {
  width: 100%;
  margin-bottom: .6em;
  font-size: 1.6em;
}

.heading.is-grid-title-2 {
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Caudex, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-grid-title-2.is-blog {
  text-align: left;
  margin-bottom: .8em;
}

.heading.is-hero-4-title-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: .6em;
  font-size: 6em;
  font-weight: 400;
}

.heading.is-case-title-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.6em;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.5em;
}

.heading.is-person-title-1 {
  color: #f8ddd6;
  max-width: 13em;
  margin-left: auto;
  margin-right: auto;
  font-size: 5.3em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-person-title-2 {
  text-align: center;
  width: 100%;
  max-width: 16em;
  margin-bottom: 2.3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-client-title {
  text-align: center;
  width: 100%;
  max-width: 12em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 5em;
  line-height: .9em;
}

.heading.is-social-title {
  color: var(--white);
  text-align: center;
  margin-top: .2em;
  margin-bottom: .2em;
  font-size: 8.2em;
  line-height: .8em;
}

.heading.is-form-title-2 {
  margin-bottom: 1em;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-consultation-title {
  color: var(--white);
  text-align: center;
  font-size: 8.2em;
  line-height: .8em;
}

.heading.is-company-title-1 {
  max-width: 11em;
  color: var(--white);
  margin-bottom: .9em;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-content-title-2 {
  margin-bottom: 1em;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-blog-title-3 {
  margin-bottom: 1em;
  font-size: 2.4em;
  line-height: 1em;
}

.heading.is-about-title-2 {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-about-title-3 {
  text-align: center;
  margin-bottom: .2em;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-category-title {
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.heading.is-featured-product-title {
  margin-bottom: .8em;
  margin-right: 1em;
  font-size: 2.1em;
  font-weight: 400;
}

.heading.is-product-title {
  margin-bottom: .5em;
  margin-right: 1em;
  font-size: 1.7em;
  font-weight: 400;
}

.heading.in-card-1 {
  font-size: 1.5em;
}

.heading.is-product-title-1 {
  max-width: 15em;
  margin-bottom: 1.1em;
  font-size: 4em;
  line-height: 1.3em;
}

.heading.is-product-hero-title {
  color: var(--white);
  text-align: center;
  font-size: 7.4em;
  line-height: .9em;
}

.heading.is-other-products-title {
  margin-bottom: 1em;
  font-size: 5em;
  line-height: 1em;
}

.heading.is-store-title {
  font-size: 3.5em;
}

.heading.is-product-2-title {
  letter-spacing: .025em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.7em;
  line-height: 1em;
}

.main-hero-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fullscreen-hero-overlay {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#070504cc, #07050400 30%), linear-gradient(45deg, #000, #000000f2 20%, #00000003 69%);
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.button {
  border: 1px solid var(--dim-grey);
  background-color: var(--sienna);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  padding: 1.4em 2.7em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 99;
  opacity: .83;
  background-color: #0000;
  border-radius: 20px;
  padding-top: 5em;
  padding-bottom: 3em;
  font-weight: 300;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-inner {
  z-index: 20;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 2000px;
  min-height: 5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  position: relative;
}

.logo-image {
  object-fit: contain;
  width: 1.7em;
  margin-right: .8em;
  display: none;
}

.brand {
  color: var(--white);
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.7em .5em 2em;
  transition: border-color .2s;
  display: flex;
  left: -1px;
}

.brand:hover {
  border-color: #c99b8f4d #c99b8f4d #c99b8f4d #0000;
}

.brand-name {
  letter-spacing: .7em;
  text-indent: .7em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.brand-name.is-reverse {
  color: var(--midnight-blue);
}

.brand-slogan {
  color: var(--rosy-brown);
  letter-spacing: .4em;
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 2em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: .85em;
  font-weight: 800;
  line-height: 1em;
}

.brand-slogan.in-light-nav {
  color: var(--sienna);
}

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-link-block {
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
}

.nav-link-block:hover {
  letter-spacing: .3em;
  text-indent: .3em;
}

.nav-link-block.w--current {
  border-bottom-color: #ffffff59;
}

.nav-link-block.in-light-nav {
  color: var(--midnight-blue);
}

.nav-link-block.is-dropdown {
  grid-column-gap: .5em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-block.is-dropdown.reverse-colors {
  color: var(--midnight-blue);
}

.nav-menu-links {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding-left: 0;
  padding-right: 3em;
  display: flex;
}

.main-hero-flex {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.list-content {
  padding-top: .15em;
}

.custom-list-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: absolute;
}

.custom-list-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-block.is-last {
  padding-bottom: 0;
}

.circle-background {
  z-index: 2;
  background-color: var(--rosy-brown);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.circle-in-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.list-paragraph {
  opacity: .8;
  color: #f1ddd8;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-paragraph.is-dark-color {
  color: var(--sienna);
}

.list-line {
  background-color: #5d453f;
  width: 2px;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1em;
}

.list-line.is-2nd {
  background-color: var(--misty-rose);
}

.list-title {
  color: #d3ada4;
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.list-title.is-dark-color {
  color: var(--dim-grey);
}

.slider-inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

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

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-backgrounds {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: relative;
}

.slider-image-last {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-image-block-2 {
  z-index: 2;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-animation-trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.in-hero-4 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bg-for-animation {
  z-index: 20;
  background-color: var(--sienna);
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation.is-light-brown {
  background-color: #e5d8d4;
}

.bg-for-animation.is-dark-brown {
  background-color: var(--dim-grey);
}

.bg-for-animation.is-light-black {
  background-color: #161312;
}

.basic-grid-image {
  height: 100%;
  min-height: 38em;
}

.basic-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  align-items: center;
}

.basic-grid-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 28.2em;
  display: flex;
}

.basic-grid-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

.basic-grid-block.with-margin-bottom {
  margin-bottom: 6em;
}

.uppercase-text {
  color: var(--sienna);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  margin-right: 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.uppercase-text.no-margin-bottom {
  margin-bottom: 0;
}

.uppercase-text.is-2nd {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.uppercase-text.is-center {
  text-indent: .2em;
}

.hero-cta-button {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 20em;
  min-width: 20em;
  min-height: 20em;
  transition: min-width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-cta-button:hover {
  width: 23em;
  min-width: 23em;
}

.hero-case-image {
  z-index: 1;
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.hero-case-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid #c99b8f73;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.hero-case-text {
  color: #dfb2a7;
  letter-spacing: .05em;
  text-indent: .02em;
  text-transform: uppercase;
  width: 100%;
  max-width: 9em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
}

.hero-case-gradient {
  z-index: 3;
  text-align: center;
  background-image: linear-gradient(#22181600, #110c0bf0);
  height: 50%;
  margin: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-case-icon {
  width: 1em;
  height: 1em;
  font-size: 1.4em;
}

.hero-case-title-1 {
  color: #f0dfda;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  margin-bottom: .7em;
  font-size: .85em;
  font-weight: 600;
}

.top-background {
  z-index: 98;
  background-image: linear-gradient(#000000bf, #00000080 50%, #22181600);
  height: 13em;
  position: absolute;
  inset: 0%;
}

.simple-button-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: .9em;
  font-weight: 600;
}

.simple-button-icon {
  width: 1em;
  height: 1em;
  margin-left: .3em;
  font-size: 1.2em;
  display: block;
  position: relative;
}

.service-image-size {
  z-index: 10;
  width: 100%;
  height: 30em;
  margin-bottom: 2.5em;
  position: relative;
  overflow: hidden;
}

.service-3-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.simple-button-line {
  background-color: var(--midnight-blue);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-link {
  width: 100%;
  color: var(--midnight-blue);
  border: 1px solid #0000;
  padding: 4em;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.service-link:hover {
  border-color: var(--main-black);
}

.service-background {
  z-index: 1;
  background-color: var(--seashell);
  display: none;
  position: absolute;
  inset: 0%;
}

.service-background.is-2nd {
  background-color: var(--white);
}

.service-content-block {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simple-button {
  z-index: 20;
  color: var(--midnight-blue);
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1.4em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.service-title-line {
  z-index: 1;
  background-color: #22181626;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-3-wrap {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  padding-right: .5em;
}

.basic-grid-div.with-padding-top {
  padding-top: 2.2em;
}

.team-list-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-list-5.with-3-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.team-item {
  display: flex;
}

.team-link-block {
  flex: 1;
  height: 33em;
  position: relative;
}

.team-link-block.is-higher {
  height: 50em;
}

.service-1-content {
  z-index: 10;
  text-align: center;
  background-image: linear-gradient(to top, #1a1210, #22181600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2.5em 4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.team-role-text {
  color: var(--rosy-brown);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.basic-paragraph {
  opacity: .8;
  text-align: justify;
  flex: 1;
  line-height: 1.7em;
}

.button-background-1 {
  z-index: 2;
  background-color: var(--dim-grey);
  width: 105%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.button-text {
  z-index: 10;
  letter-spacing: .2em;
  text-indent: .2em;
  white-space: nowrap;
  margin-top: .25em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.button-text.in-product {
  letter-spacing: .1em;
  text-indent: .1em;
}

.button-background-2 {
  z-index: 1;
  background-color: var(--midnight-blue);
  width: 105%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.number-text-1 {
  color: #fff;
  font-family: Caudex, sans-serif;
  font-size: 5em;
  line-height: .9em;
}

.content-text-4 {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
}

.background-gradient-1 {
  z-index: 7;
  background-image: linear-gradient(to right, #000000b3 15%, #0000 55%);
  position: absolute;
  inset: 0%;
}

.number-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-bottom: 1px solid #f5ecea40;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  align-items: center;
  padding-top: 2.3em;
  padding-bottom: 2.3em;
}

.number-grid.is-last {
  border-bottom-color: #0000;
}

.team-wrap {
  border: 5px solid var(--white);
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.parallax-trigger {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.parallax-background {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.checkbox-label {
  color: var(--main-black);
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.1em;
  line-height: 1.3em;
}

.checkbox {
  border-width: .2em;
  border-color: var(--main-black);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  flex: none;
  width: 1.4em;
  height: 1.4em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
  transition: background-color .3s;
  box-shadow: 0 0 3px 1px #0000;
}

.checkbox:active {
  box-shadow: none;
}

.checkbox.w--redirected-checked {
  border-width: .25em;
  border-color: var(--dim-grey);
  background-color: var(--dim-grey);
  box-shadow: none;
  background-image: url('../images/done_white_24dp.svg');
  background-size: 1em;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--sienna);
}

.form-error-text {
  color: #191c1f;
  font-size: 1.2em;
  line-height: 1.6;
}

.form-success-message {
  background-color: var(--cadet-blue);
  color: #fff;
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 24em 3em 4em;
}

.form-success-title {
  text-align: left;
  text-transform: uppercase;
  max-width: 12.5em;
  font-size: 2em;
  line-height: 1.5em;
}

.form {
  z-index: 10;
  box-sizing: border-box;
  aspect-ratio: auto;
  flex: none;
  width: 100%;
  max-width: 30em;
  margin-bottom: 0;
  position: relative;
}

.form-field {
  z-index: 5;
  width: 100%;
  min-height: 3.6em;
  color: var(--main-black);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  align-self: stretch;
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field:hover {
  border-bottom-color: #101118;
}

.form-field:focus {
  background-color: #0000;
  border-color: #0000 #0000 #101118;
}

.form-field::placeholder {
  color: #22181691;
  font-size: .8em;
}

.form-field.text-area {
  min-height: 7em;
  padding-top: 1.5em;
}

.form-field.in-consultancy {
  flex: 1;
  align-self: stretch;
  height: 100%;
}

.form-field.in-password {
  text-align: center;
}

.checkbox-field {
  align-items: center;
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 0;
  display: flex;
}

.form-inner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-content-column-2 {
  border: 10px solid var(--white);
  background-color: var(--seashell);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10em;
  display: flex;
  overflow: hidden;
}

.form-content-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10em 6em;
  display: flex;
}

.contact-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  z-index: 500;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: var(--white);
  background-color: var(--footer-black);
  color: var(--white);
  position: relative;
}

.footer-row-1 {
  z-index: 1;
  padding-top: 12em;
  padding-bottom: 12em;
  position: relative;
  overflow: hidden;
}

.footer-background-1 {
  z-index: 6;
  background-image: linear-gradient(#070504cc, #070504);
  position: absolute;
  inset: 0%;
}

.footer-contact-link-block {
  color: var(--misty-rose);
  padding-top: .3em;
  padding-bottom: .3em;
  font-family: Caudex, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
  overflow: hidden;
}

.footer-contact-link-block:hover {
  color: var(--white);
}

.nav-text {
  white-space: nowrap;
  font-size: 1.1em;
  line-height: 1.1em;
}

.footer-link-1 {
  min-height: 8em;
  color: var(--misty-rose);
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  border-right: 1px solid #f5ecea26;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2em 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .2s;
  display: flex;
}

.footer-link-1:hover {
  color: var(--white);
}

.footer-block-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 1px solid #f5ecea26;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.footer-block-3 {
  grid-row-gap: 2em;
  border-top: 1px solid #f5ecea26;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 5em;
  display: flex;
}

.footer-block-3.is-2nd {
  z-index: 10;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.8em;
  padding-bottom: 3.8em;
  position: relative;
}

.footer-link-2 {
  color: var(--misty-rose);
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), color .2s;
}

.footer-link-2:hover {
  color: var(--white);
  letter-spacing: .4em;
  text-indent: .4em;
}

.footer-link-2.is-2nd {
  z-index: 10;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 1.1em;
  position: relative;
}

.empty-state-hidden {
  display: none;
}

.footer-social-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-social-link {
  opacity: .7;
  color: var(--white);
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.footer-social-link:hover {
  color: var(--white);
}

.footer-instagram-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 auto;
  display: flex;
  transition: color .2s, opacity .2s;
}

.footer-instagram-link:hover {
  color: var(--misty-rose);
}

.footer-instagram-link svg {
  width: 100%;
  height: 100%;
}

.footer-made-logo {
  object-fit: contain;
  width: 4em;
  font-size: 1.3em;
}

.footer-made-logo.is-icon {
  width: 1.3em;
}

.footer-contact-title {
  line-height: 1em;
  display: none;
  position: absolute;
}

.nav-brand {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-brand.in-light-nav {
  border-color: #916c6333;
}

.nav-menu-button {
  z-index: 10;
  cursor: pointer;
  border: 1px solid #0000;
  border-right-color: #c99b8f4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  padding: .5em 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.nav-menu-button:hover {
  background-color: #5f453e33;
  border-color: #c99b8f80;
}

.nav-burger-menu {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1.7em;
  height: 15px;
  display: flex;
  position: relative;
}

.burger-line {
  background-color: var(--rosy-brown);
  width: 100%;
  height: 2px;
}

.burger-line.in-light-nav {
  background-color: var(--sienna);
}

.menu-column-2-inner {
  z-index: 30;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #010f1fa6;
  border-left: 1px solid #f5ecea26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 22em;
  transition: min-width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-column-2-inner:hover {
  min-width: 24em;
}

.menu-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 35%;
  padding: 10em 3.3em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: auto;
}

.menu-column-1:hover {
  width: 38%;
}

.fullscreen-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-social-link {
  z-index: 10;
  color: #f5eceab3;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Big Shoulders Text, sans-serif;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.menu-social-link:hover {
  color: var(--white);
}

.menu-bg-1 {
  background-color: var(--footer-black);
  border-right: 1px solid #c99b8f80;
  position: fixed;
  inset: 0%;
}

.menu-social-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.menu-contact-link {
  color: #fffc;
  letter-spacing: .2em;
  border: 1px solid #f5ecea26;
  border-color: #f5ecea26 #0000;
  width: 100%;
  margin-top: -1px;
  padding: 2.5em 2em;
  font-family: Big Shoulders Text, sans-serif;
  transition: letter-spacing .6s cubic-bezier(.785, .135, .15, .86), background-color .2s, color .2s;
  position: relative;
}

.menu-contact-link:hover {
  color: #fff;
  letter-spacing: .3em;
  background-color: #f5ecea12;
}

.menu-contact-link.is-featured {
  color: var(--white);
  background-color: #e4c6be1a;
}

.menu-contact-link.is-featured:hover {
  background-color: #f5ecea33;
}

.menu-delay-for-animations {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
}

.close-button-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
}

.fullscreen-inner {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.close-button {
  z-index: 999;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  inset: 4em 9em auto auto;
}

.close-button:hover {
  opacity: 1;
}

.menu-column-2 {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 65%;
  display: flex;
  position: static;
  overflow: hidden;
}

.menu-social-line {
  background-color: #f5ecea59;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-social-line.is-2nd {
  inset: 0% 0% auto;
}

.menu-contact-link-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.menu-main-links {
  z-index: 10;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.menu-link {
  color: #f5ecea99;
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 4vh;
  font-weight: 200;
  line-height: 1.1em;
  transition: color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  overflow: hidden;
}

.menu-link:hover {
  color: var(--white);
  letter-spacing: .2em;
}

.menu-link.w--current {
  color: #f5ecea;
  border-bottom-color: #e4c6be63;
}

.menu-column-1-bg {
  background-color: #021124db;
  border-right: 1px solid #f5ecea66;
  position: absolute;
  inset: 0%;
}

.menu-logo {
  z-index: 10;
  position: absolute;
  top: 5em;
}

.fullscreen-image-1 {
  object-fit: contain;
  width: 3em;
}

.menu-social-wrap {
  z-index: 20;
  position: absolute;
  inset: auto 0% 5em;
}

.menu-social-list {
  grid-column-gap: 2.25em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.menu-border {
  z-index: 99;
  background-color: var(--white);
  width: 15px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menu-border.is-2nd {
  width: auto;
  height: 15px;
  inset: 0% 0% auto;
}

.menu-border.is-3rd {
  inset: 0% 0% 0% auto;
}

.menu-border.is-4th {
  width: auto;
  height: 15px;
  inset: auto 0% 0%;
}

.main-button {
  z-index: 10;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #d1ada3;
  text-align: center;
  text-transform: uppercase;
  background-color: #5f453e0d;
  border: 1px solid #f5ecea59;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  max-width: 200px;
  min-height: 5em;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: #f5ecea12;
  border-color: #f5ecea80;
}

.main-button.is-explore {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: #0000;
}

.main-button.is-explore:hover {
  background-color: #f5ecea00;
  border-color: #c99b8f66;
}

.main-button.in-services {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  opacity: .83;
  min-width: auto;
  min-height: auto;
  color: var(--dim-grey);
  text-shadow: -1px 1px 1px #0003;
  mix-blend-mode: normal;
  border-color: #0000;
  border-radius: 0;
  margin-left: 2em;
  padding: 1em 2em;
  font-weight: 400;
}

.main-button.in-services:hover {
  border-color: var(--rosy-brown);
  background-color: #f5ecea96;
}

.main-button.in-projects-2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: #f5ecea00;
  min-width: auto;
}

.main-button.in-projects-2:hover {
  background-color: #f5ecea26;
  border-color: #f5ecea73;
}

.main-button.in-article {
  width: 100%;
  min-width: auto;
  min-height: 3em;
  color: var(--sienna);
  border-width: 0;
  border-color: #0000;
  justify-content: flex-end;
  padding: 1em 2em;
}

.main-button.in-article:hover {
  color: var(--main-black);
  border-width: 0;
  border-color: #0000;
}

.main-button.is-quote-button {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: #0000 #0000 #c99b8f8c;
  border-radius: 0;
}

.main-button.is-dark {
  background-color: var(--footer-black);
  opacity: 1;
  color: var(--rosy-brown);
  border-color: #e4c6be80;
}

.main-button.is-dark:hover {
  background-color: var(--dim-grey);
  color: var(--misty-rose);
  border-color: #e4c6becc;
}

.main-button.buttonteam {
  opacity: 1;
}

.footer-text-1 {
  color: #aa8c84;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.buttons-flex-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-case-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-bg-animation-for-image {
  z-index: 5;
  background-color: var(--footer-black);
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-image {
  z-index: 2;
  position: fixed;
  inset: 0%;
}

.menu-cover-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-case-border {
  z-index: 4;
  border: 1px solid var(--sienna);
  position: absolute;
  inset: 0%;
}

.footer-grid-1 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.hero-2-title-block {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.hero-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.hero-2.with-grid {
  padding-top: 15em;
  padding-bottom: 20em;
}

.hero-bg-gradient-2 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, #000000ed, #0009 52%, #00000003);
  position: absolute;
  inset: 0%;
}

.main-hero {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 20em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.buttons-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-hero-paragraph {
  max-width: 27em;
  color: var(--misty-rose);
  margin-bottom: 2.5em;
  font-size: 1.4em;
  line-height: 1.5em;
}

.section-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.section-bg-color-2 {
  z-index: 7;
  background-image: linear-gradient(#03224659, #032246f2 68%);
  position: absolute;
  inset: 0%;
}

.section-bg-color-1 {
  z-index: 6;
  background-color: var(--midnight-blue);
  opacity: .9;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.hero-4 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 26em;
  padding-bottom: 16em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-4-inner {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-image-size-1 {
  z-index: 1;
  width: 50vw;
  height: 100%;
  position: relative;
}

.hero-4-images {
  z-index: 1;
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 33em;
  display: flex;
  position: absolute;
}

.hero-4-images.is-fullscreen-images {
  min-height: 70vh;
}

.title-anim-trigger-1 {
  z-index: 10;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}

.contact-link-block-large {
  color: var(--midnight-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4em;
  padding-top: .2em;
  padding-bottom: .2em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

.content-column-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10em 6em;
  display: flex;
}

.contact-link-block-small {
  color: var(--rosy-brown);
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.1em;
}

.contact-link-block-small.is-dark {
  color: var(--sienna);
  font-weight: 600;
}

.team-1-item {
  border-left: 4px solid var(--rosy-brown);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .3em;
  padding-left: 3.3em;
  padding-right: 1.5em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.team-1-item:hover {
  border-left-color: #c99b8fa8;
}

.team-1-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-member-1 {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.1em;
  display: flex;
}

.team-member-1.no-margin-bottom {
  margin-bottom: 0;
}

.team-text-2 {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.1em;
}

.team-text-2.is-dark {
  color: var(--footer-black);
}

.team-1-wrap {
  width: 100%;
}

.office-text {
  margin-bottom: .9em;
  font-size: 1.5em;
  line-height: 1.9em;
}

.image-hero-size-1 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #03224699;
  position: absolute;
  inset: 0%;
}

.title-anim-trigger-2 {
  z-index: 10;
  padding: .3em;
  position: relative;
  overflow: hidden;
}

.logo-hexagon {
  object-fit: contain;
  width: .7em;
  margin-left: .7em;
}

.button-hexagon {
  object-fit: contain;
  width: 2.2em;
}

.button-hexagon.in-product {
  font-size: .8em;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
  display: flex;
  overflow: hidden;
}

.button-arrow {
  object-fit: contain;
  width: 1.1em;
  position: absolute;
}

.button-arrow.is-arrow-2 {
  width: 2em;
  margin-left: .1em;
}

.close-hexagon {
  opacity: .2;
  object-fit: contain;
  width: 100%;
  max-width: none;
  transition: opacity .2s;
  position: absolute;
}

.close-hexagon:hover {
  opacity: .5;
}

.content-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-text-3 {
  color: #ffffff80;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
  line-height: 1.1em;
}

.team-text-3.is-dark {
  color: var(--sienna);
}

.submit-button {
  border: 1px solid var(--dim-grey);
  width: 100%;
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #5f453e12;
  background-image: url('../images/arrow_right_FILL0_wght200_GRAD0_opsz48.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 2.1em;
  padding: 1.3em 2em 1.3em 1.4em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  transition: background-color .2s, color .2s;
}

.submit-button:hover {
  background-color: var(--dim-grey);
  width: 100%;
  color: var(--seashell);
  background-image: url('../images/arrow-right-2.svg');
}

.submit-button.is-password-button {
  width: auto;
  min-width: 12em;
}

.map-link {
  border-bottom: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.1em;
}

.form-block {
  z-index: 10;
  width: 100%;
  position: relative;
  overflow: visible;
}

.form-block.in-consultancy {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  overflow: visible;
}

.form-block.text-area-grow {
  flex: 1;
}

.form-block.in-password {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.form-field-line {
  background-color: var(--transparent-30);
  width: 200vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -100vw;
}

.gradient-bg-2 {
  z-index: 7;
  background-image: linear-gradient(#03224659, #00152ef2 68%);
  position: absolute;
  inset: 0%;
}

.empty-state-default {
  background-color: var(--dim-grey);
  color: var(--rosy-brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  font-size: 2em;
  line-height: 1.1em;
  display: flex;
}

.project-item {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 30em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.project-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-bg-gradient-1 {
  z-index: 2;
  background-image: linear-gradient(#0000 20%, #070504f2 85%);
  position: absolute;
  inset: 0%;
}

.project-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.project-description-text {
  color: #f5eceacc;
  margin-top: .4em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.project-column-1 {
  z-index: 10;
  color: var(--seashell);
  padding-top: .5em;
  padding-bottom: .3em;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
}

.project-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .2em 4em;
  display: flex;
}

.content-grid-4 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.service-2-wrap {
  border-top: 1px solid var(--rosy-brown);
}

.service-2-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-2-item {
  border-top: 1px solid #0000;
  border-bottom: 1px solid var(--rosy-brown);
  margin-top: -1px;
  transition: background-color .2s, border-color .2s;
}

.service-2-item:last-child {
  border-bottom-color: #0000;
}

.service-2-item:hover {
  border-top-color: var(--footer-black);
  border-bottom-color: var(--footer-black);
  background-color: var(--seashell);
}

.service-2-link {
  width: 100%;
  min-height: 20em;
  color: var(--midnight-blue);
  letter-spacing: .05em;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-2-link:hover {
  color: var(--dim-grey);
  letter-spacing: .2em;
}

.service-2-image-size {
  z-index: 10;
  border-radius: 3px;
  width: 25em;
  height: 14em;
  margin-left: 5em;
  position: relative;
  overflow: hidden;
}

.service-2-text-1 {
  letter-spacing: 0;
  max-width: 17.5em;
  margin-left: 1.7em;
  margin-right: auto;
}

.service-2-width-1 {
  min-width: 23em;
}

.service-2-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.consultancy {
  background-color: var(--seashell);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 13em;
  padding-bottom: 6em;
  display: flex;
}

.form-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.form-consultancy {
  z-index: 10;
  border: 1px solid var(--misty-rose);
  border-radius: 3px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.consultancy-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10vh 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-button-block-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4em;
  display: flex;
}

.consultancy-column-2 {
  z-index: 10;
  border-left: 1px solid var(--misty-rose);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 10vh 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-text-6 {
  margin-bottom: 1.8em;
  font-family: Caudex, sans-serif;
  font-size: 2em;
  line-height: 1.7em;
}

.content-text-6.is-last {
  margin-bottom: 0;
}

.content-text-7 {
  margin-bottom: 1.2em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.7em;
}

.content-title-1 {
  color: var(--sienna);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.content-title-1.is-light-brown {
  color: var(--rosy-brown);
}

.content-block-8 {
  max-width: 22em;
}

.hero-5 {
  padding: 24em 0 12em;
}

.hero-text-1 {
  color: var(--rosy-brown);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 1.3em;
  margin-bottom: 6em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
}

.content-grid-5 {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  grid-template-rows: auto;
}

.hero-5-image {
  min-height: 20em;
}

.custom-list-gallery-2 {
  max-width: 28em;
}

.services-1 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.service-1-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-1-item {
  display: flex;
}

.service-1-text-1 {
  color: var(--rosy-brown);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2.8em;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.6em;
}

.service-1-link {
  flex: 1;
  height: 50em;
  position: relative;
}

.services-1-page {
  border: 10px solid var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.service-1-list-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.service-1-item-page {
  align-self: stretch;
  width: 100%;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.service-1-item-page:hover {
  width: 120%;
}

.service-1-link-page {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding-top: 20em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.service-1-content-1 {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 87%;
  max-width: 20em;
  display: flex;
  position: relative;
}

.service-1-background-1 {
  z-index: 5;
  background-color: #070504a6;
  position: absolute;
  inset: 0%;
}

.service-1-image-1 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.content-text-8 {
  opacity: .8;
  font-size: 1.1em;
  line-height: 1.7em;
}

.service-1-content-block {
  width: 100%;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.button-symbol {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.project-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-2-content {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: .2em;
  padding-bottom: .2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-column-4 {
  padding-right: 2em;
}

.project-column-3 {
  color: var(--seashell);
  padding: .5em 2em .3em 3em;
  overflow: hidden;
}

.team-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: start;
}

.team-2-list {
  grid-row-gap: 4em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-2-item {
  border-left: 4px solid var(--rosy-brown);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 3.3em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.team-2-item:hover {
  border-left-color: var(--sienna);
}

.team-2-wrap {
  width: 100%;
}

.team-member-name {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.1em;
}

.team-member-role {
  color: #916c63b3;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
  line-height: 1.1em;
}

.team-member-contact {
  z-index: 10;
  color: var(--dim-grey);
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.1em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.team-member-contact:hover {
  color: var(--footer-black);
  font-weight: 600;
}

.team-member-2 {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5em;
  transition: color .2s;
  display: flex;
}

.team-member-2:hover {
  color: var(--footer-black);
}

.team-column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 80vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.blog-featured-item {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.blog-featured {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.team-link-block-2 {
  flex: 1;
  align-self: stretch;
  position: relative;
}

.team-text-1 {
  z-index: 10;
  color: #e4c6bef0;
  max-width: 25em;
  margin-top: 1.7em;
  font-size: 1.1em;
  line-height: 1.7em;
  position: relative;
}

.about-team-text-1 {
  color: #032246cc;
  max-width: 26em;
  margin-bottom: 3.5em;
  font-size: 1.3em;
  line-height: 1.8em;
}

.content-line-1 {
  background-color: var(--transparent-30);
  width: 100%;
  height: 1px;
  margin-bottom: 4em;
}

.article-padding {
  padding-top: 20em;
  padding-bottom: 7em;
}

.service-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-content {
  background-color: var(--white);
}

.fixed-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.sidebar {
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-service {
  flex-direction: column;
  justify-content: center;
  min-height: 88vh;
  padding-top: 21em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.hero-6-bg-color {
  z-index: 6;
  opacity: .91;
  mix-blend-mode: multiply;
  background-color: #110c0bde;
  position: absolute;
  inset: 0%;
}

.service-grid-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-start center;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sidebar-wrap {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.sidebar-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.sidebar-item {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.service-block-2 {
  width: 100%;
  max-width: 43em;
}

.sidebar-link {
  color: #c99b8fa6;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  border-left: .7em solid #0000;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 4em 4em 4em 5em;
  font-family: Big Shoulders Text, sans-serif;
  transition: color .2s, background-color .2s;
  display: flex;
}

.sidebar-link:hover {
  color: var(--white);
  background-color: #c99b8f14;
  border-top-color: #c99b8f80;
  border-bottom-color: #c99b8f80;
}

.sidebar-link.w--current {
  border-left-color: var(--rosy-brown);
  color: #c99b8f;
}

.sidebar-text {
  font-size: 2em;
}

.sidebar-icon {
  opacity: .5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 3.4em;
}

.grid-content-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-box-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 20em;
  margin-left: -1px;
  padding: 5em 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-box-1.is-middle {
  border: 1px solid var(--misty-rose);
}

.grid-box-1.is-2nd {
  flex-direction: row;
  justify-content: space-around;
}

.about-icon-1 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-bottom: .7em;
  font-size: 4em;
}

.about-small-title-1 {
  z-index: 10;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  position: relative;
}

.about-text-1 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
}

.project-title-link {
  color: var(--white);
  transition: color .2s;
  overflow: hidden;
}

.project-title-link:hover {
  color: #fffc;
}

.project-title-link.is-darker {
  color: var(--footer-black);
}

.project-line {
  background-color: var(--sienna);
  width: .5em;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.projects-2 {
  width: 100%;
}

.project-item-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 30em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-main-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-main-item {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 20em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.blog-description-text {
  color: #e4c6becc;
  margin-top: .4em;
  font-size: 1em;
  line-height: 1.3em;
}

.blog-description-text.is-darker {
  color: #070504cf;
}

.blog-content-block {
  z-index: 20;
  width: 100%;
  max-width: 28em;
  color: var(--seashell);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em 2em 1.5em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-featured-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30em;
  display: flex;
  position: relative;
}

.blog-line-2 {
  background-color: #ffffff80;
  width: 100%;
  height: .5em;
  margin-bottom: 3em;
}

.blog-author-name {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.blog-author-link-featured {
  color: var(--misty-rose);
  margin-bottom: 1.5em;
}

.blog-short-description-1 {
  z-index: 10;
  color: #e4c6bef0;
  max-width: 25em;
  margin-top: 1.7em;
  font-size: 1.1em;
  line-height: 1.4em;
  position: relative;
}

.blog-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: start;
}

.blog-main-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.blog-line {
  background-color: var(--sienna);
  width: .5em;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blog-column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 90vh;
  display: flex;
  position: sticky;
  top: 5vh;
}

.blog-featured-block {
  flex: 1;
  position: relative;
}

.blog-featured-content-wrap {
  z-index: 10;
  text-align: center;
  background-image: linear-gradient(to top, #1a1210, #1e1513c2 60%, #22181600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 2.5em 4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer-menu-button {
  z-index: 10;
  cursor: pointer;
  border: 1px solid #0000;
  border-right-color: #c99b8f4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 5em;
  padding: .5em 1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.footer-menu-button:hover {
  background-color: #5f453e33;
  border-color: #c99b8f80;
}

.hero-6 {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16em 0 4em;
  display: flex;
}

.section-bg-color-3 {
  z-index: 7;
  background-image: linear-gradient(#03224659 35%, #032246f2);
  position: absolute;
  inset: 0%;
}

.blog-padding-inner {
  padding: 4em 0;
}

.blog-grid-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-author-link-1 {
  color: var(--misty-rose);
  margin-top: .5em;
  margin-bottom: .5em;
}

.blog-main-author-link {
  color: var(--misty-rose);
  margin-bottom: .7em;
  padding-top: .2em;
  padding-bottom: .2em;
  overflow: hidden;
}

.blog-main-author-link.is-darker {
  color: var(--sienna);
}

.image-bg-gradient-2 {
  z-index: 2;
  background-image: linear-gradient(48deg, #070504cc, #040303b3 15%, #0000 85%);
  position: absolute;
  inset: 0%;
}

.form-grid-1 {
  grid-column-gap: 4em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  width: 100%;
}

.form-column-1 {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em .1em;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.form-column-1:hover {
  border-color: var(--transparent-30);
}

.hero-6-text-1 {
  color: #fceae5f2;
  width: 100%;
  max-width: 33em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.5em;
}

.blog-main-image-2 {
  z-index: 1;
  width: 100%;
  height: 10em;
  margin-bottom: 2em;
  position: relative;
}

.blog-content-block-2 {
  z-index: 20;
  width: 100%;
  color: var(--seashell);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .8em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-2:hover {
  background-color: var(--seashell);
}

.blog-grid-4 {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-hero-bg-overlay {
  z-index: 6;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-image: linear-gradient(0deg, #000000f2, #000000ba 30%, #0000 60%, #000000e6 104%);
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.explore-button {
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #d1ada3;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f5ecea59;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  min-height: 5em;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.explore-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: #f5ecea12;
  border-color: #f5ecea80;
}

.explore-icon {
  width: 1em;
  height: 1em;
  margin-left: .5em;
  font-size: 1.4em;
}

._3d-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-gradient-2 {
  z-index: 7;
  background-image: linear-gradient(to right, #0000, #0009 35% 70%, #0000);
  position: absolute;
  inset: 0%;
}

.quote-icon {
  z-index: 1;
  opacity: .65;
  object-fit: contain;
  width: 4em;
  position: relative;
}

.name-text-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.role-text-1 {
  color: var(--misty-rose);
  font-size: 1em;
  font-weight: 400;
}

.footer-column-2 {
  padding-top: 2em;
}

.footer-image-1 {
  opacity: .7;
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  margin-left: 1.6em;
  font-size: 1.1em;
}

.article-short-description {
  border-left: .2em solid var(--sienna);
  max-width: 27em;
  color: var(--misty-rose);
  margin-top: .5em;
  margin-right: 5em;
  padding-left: 3em;
  font-size: 1.3em;
  line-height: 1.6em;
}

.background-block-1 {
  position: absolute;
  inset: 0%;
}

.article-content {
  width: 100%;
  max-width: 55em;
  margin-right: auto;
}

.article-image-1 {
  z-index: 10;
  border: 1px solid #e4c6be26;
  width: 100%;
  max-width: 20em;
  height: 100%;
  min-height: 18em;
  position: relative;
}

.article-text-2 {
  color: #ffffffd9;
  margin-top: .8em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7em;
}

.article-title-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-author-text-1 {
  font-family: Caudex, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.7em;
}

.article-padding-inner-1 {
  padding: 5em 0;
}

.article-author-block {
  color: var(--white);
  border-bottom: 2px solid #0000;
  margin-bottom: 3em;
}

.article-author-block:hover {
  border-bottom-color: var(--white);
}

.page-details-block {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #e4c6be12;
  border-top: 1px solid #e4c6be33;
  position: relative;
}

.article-author-block-2 {
  color: var(--white);
  margin-bottom: 3em;
}

.article-text-3 {
  margin-top: 1em;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.7em;
}

.timeline-1 {
  background-color: #272b3d33;
  width: 1px;
  height: 80vh;
  margin-left: auto;
  position: sticky;
  top: 10vh;
}

.article-sidebar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.hero-1-social-item {
  flex: none;
}

.article-content-2 {
  max-width: 53em;
}

.timeline-bg {
  background-color: var(--sienna);
  position: absolute;
  inset: 0%;
}

.hero-1-social-list {
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-1-social-list.in-article {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
}

.grid-article-content {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr .75fr;
}

.social-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.service-title-block {
  width: 100%;
  max-width: 67em;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 2.2em;
  overflow: hidden;
}

.form-image-size-1 {
  position: relative;
}

.grid-5 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 5em;
}

.content-text-9 {
  color: #032246e6;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2em;
}

.content-text-10 {
  color: #032246bf;
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6em;
}

.content-flex-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.title-block-1 {
  width: 100%;
  max-width: 33em;
}

.clients {
  width: 100%;
}

.clients.with-margin-bottom {
  border-top: 1px solid var(--misty-rose);
  border-bottom: 1px solid var(--misty-rose);
  margin-bottom: 6.5em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.clients.in-home-1 {
  border-top: 1px solid var(--misty-rose);
  background-color: #fff5f5;
  margin-top: 4em;
  padding-top: 5em;
}

.clients-list {
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.client-item {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.client-logo {
  width: 7em;
  height: 1.8em;
  transform: scale3d(1none, 1none, 1none);
  object-fit: contain;
  transform-style: preserve-3d;
  transition: transform .4s cubic-bezier(.075, .82, .165, 1);
}

.client-logo:hover {
  transform: scale(1.1);
}

.project-grid-1 {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.project-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.basic-grid-flex-space {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.basic-grid-flex-space.is-2nd {
  align-items: center;
}

.grid-content-2 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 4em;
  display: flex;
}

.paragraph-width {
  opacity: .85;
  max-width: 24em;
  margin-bottom: 3em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.form-column-2 {
  z-index: 10;
  background-color: var(--seashell);
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.hero-grid-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

.grid-icon-1 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: relative;
  top: -.2em;
}

.form-title-block-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 30em;
  display: flex;
}

.service-1-text-2 {
  color: var(--rosy-brown);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2.8em;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.6em;
}

.content-padding-1 {
  padding: 12em 0;
}

.title-block-2 {
  max-width: 34em;
}

.team-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

.form-center {
  margin-left: auto;
  margin-right: auto;
}

.service-title-block-2 {
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  overflow: hidden;
}

.breadcrumbs-3 {
  z-index: 20;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.breadcrumb-link {
  min-width: 11em;
  color: var(--misty-rose);
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  transition: min-width .5s cubic-bezier(.075, .82, .165, 1), letter-spacing .6s cubic-bezier(.075, .82, .165, 1), color .2s;
  overflow: hidden;
}

.breadcrumb-link:hover {
  min-width: 12.5em;
  color: var(--white);
  letter-spacing: .4em;
  text-indent: .4em;
}

.breadcrumb-text {
  font-size: .8em;
}

.title-block-3 {
  max-width: 43em;
}

.opacity-80 {
  opacity: .8;
}

.large-text-wrap {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14em;
  padding-bottom: 14em;
  display: flex;
  position: static;
}

.large-text-1 {
  text-indent: 1.5vw;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 16vw;
  font-weight: 400;
  line-height: .9em;
}

.large-text-1.is-2nd {
  color: var(--sienna);
}

.large-text-1.is-2nd.sec-with-large-link.i18n-services.notranslate {
  opacity: .75;
}

.large-text-1.is-1st {
  opacity: .66;
  letter-spacing: 1.5vw;
}

.large-text-1.is-3rd {
  letter-spacing: 1.5vw;
}

.button-with-margin {
  margin-top: 0;
}

.large-icon-1 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 13vw;
}

.service-large-link {
  letter-spacing: 1.5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: letter-spacing 1.2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.service-large-link:hover {
  letter-spacing: 2.5vw;
  text-indent: 2.5vw;
}

.team-image-size {
  width: 100%;
  height: 25em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.gradient-bg-3 {
  z-index: 7;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(#f5eceacc, #f5ecea 40%);
  position: absolute;
  inset: 0%;
}

.team-3-list {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.flex-title-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.flex-title-1.is-2nd {
  margin-bottom: 8em;
}

.vertical-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-width-2 {
  opacity: .85;
  max-width: 24em;
  color: var(--sienna);
  text-align: center;
  background-color: #0000;
  margin-bottom: 2em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.bg-animation-1 {
  z-index: 1;
  background-color: var(--midnight-blue);
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-bg-gradient-3 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0000008c, #0000 50%), linear-gradient(to top, #0000004d, #000000cf 50%, #0003);
  position: absolute;
  inset: 0%;
}

.form-text-2 {
  color: var(--dim-grey);
  margin-top: auto;
  margin-bottom: 1.1em;
  font-size: 1.1em;
}

.form-content-column-3 {
  border-left: 1px solid var(--transparent-30);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10em;
  display: flex;
  overflow: hidden;
}

.content-flex-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4em;
  display: flex;
}

.team-3-item {
  border-left: 4px solid var(--rosy-brown);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .3em;
  padding-left: 3.3em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.team-3-item:hover {
  border-left-color: #c99b8fa8;
}

.team-4-list {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.content-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

.flex-block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-list-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-block-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 28.2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-image-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 50em;
  display: flex;
}

.content-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-grid-6 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 1fr;
  place-items: start center;
}

.project-content-1 {
  max-width: 50em;
}

.case-flex-block-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar-in-case {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 84vh;
  display: flex;
  position: sticky;
  top: 8vh;
}

.content-text-11 {
  color: var(--main-black);
  font-size: 1.4em;
  line-height: 1.7em;
}

.content-text-11.is-last {
  margin-bottom: 0;
}

.project-title-text-1 {
  opacity: .8;
  text-align: center;
  max-width: 12em;
  margin-left: 1.8em;
  margin-right: 1.8em;
  font-size: 2.1em;
  font-weight: 300;
}

.quote-image-1 {
  opacity: .6;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 4em;
}

.project-title-block-1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5em;
  display: flex;
}

.timeline-2 {
  background-color: var(--transparent-20);
  width: 1px;
  height: 80vh;
  margin-right: auto;
  position: sticky;
  top: 10vh;
}

.case-sidebar-block-1 {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-sidebar-block-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 20em;
  min-height: 33vh;
  padding: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-image-size {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.sidebar-image-bg {
  z-index: 3;
  background-image: linear-gradient(#0000, #000000b3);
  position: absolute;
  inset: 0%;
}

.animation-for-button {
  z-index: 10;
  position: relative;
}

.content-title-2 {
  color: var(--sienna);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
}

.hero-5-inner {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.margin-bottom-4em {
  margin-bottom: 4em;
}

.borders-1 {
  z-index: 20;
  border-top: 10px solid var(--white);
  border-right: 10px solid var(--white);
  border-left: 10px solid var(--white);
  position: relative;
}

.consultancy-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.hero-4-header-fullscreen {
  z-index: 10;
  background-color: var(--footer-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 26em;
  padding-bottom: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-box-image {
  width: 70%;
  height: 10em;
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
}

.about-text-3 {
  z-index: 10;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 9em;
  font-weight: 100;
  position: relative;
}

.grid-bg-brown {
  z-index: 1;
  background-color: var(--seashell);
  position: absolute;
  inset: 0%;
}

.grid-content-block-1 {
  z-index: 10;
  padding-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  position: relative;
  overflow: hidden;
}

.about-icon-3 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 7em;
}

.team-wrap-2 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.borders-full {
  z-index: 20;
  border: 10px solid var(--white);
  position: relative;
}

.uppercase-text-2 {
  color: var(--misty-rose);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1em;
}

.breadcrumbs-2 {
  z-index: 10;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  padding: .3em;
  font-size: .85em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.breadcrumbs-1 {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: .3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.other-pages-plus {
  margin-right: 1.5em;
}

.footer-other-links {
  grid-row-gap: 1.5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.alternative-pages {
  z-index: 20;
  color: var(--misty-rose);
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  display: none;
  position: absolute;
}

.person-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.person-contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.person-content-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-image-1 {
  height: 100%;
  min-height: 20em;
}

.terms-text-2 {
  font-size: 1.6em;
  line-height: 1em;
}

.terms-padding-1 {
  padding: 5em 0;
}

.terms-grid-1 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
}

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

.hiring-text-1 {
  color: #032246cc;
  max-width: 21em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.collection-list {
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.flex-title-2 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.about-author-block {
  max-width: 17em;
}

.hero-case-text-2 {
  color: #dfb2a7;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
}

.form-success-message-3 {
  color: #fff;
  background-color: #19a756;
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 7em;
}

.form-success-title-3 {
  z-index: 10;
  text-align: left;
  text-transform: uppercase;
  max-width: 13em;
  font-size: 2.3em;
  line-height: 1.5em;
  position: relative;
}

.form-success-image-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.form-success-bg-color {
  z-index: 20;
  background-color: #63918ee6;
  background-image: linear-gradient(135deg, var(--cadet-blue) 10%, #63918e00 63%);
  position: absolute;
  inset: 0%;
}

.form-error-message-2 {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  width: 100%;
  margin-top: 0;
  padding: 2em;
}

.form-success-text-3 {
  z-index: 10;
  text-align: left;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 1.6em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  position: relative;
}

.team-button-bg {
  z-index: 1;
  background-color: var(--misty-rose);
  display: none;
  position: absolute;
  inset: 0%;
}

.team-text-4 {
  z-index: 5;
  position: relative;
}

.hero-case-content-2 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-case-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 20em;
  min-width: 20em;
  min-height: 20em;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-case-gradient-2 {
  z-index: 3;
  text-align: center;
  background-image: linear-gradient(225deg, #22181600, #110c0bf0);
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 5em;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  width: 33em;
  padding: 5em;
  display: flex;
}

.is-404-header {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-icon {
  width: 1em;
  height: 1em;
  margin-right: .6em;
  font-size: 2em;
}

.password-field {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.password-title-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.team-member-list {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.team-member-item {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.about-text-2 {
  color: #032246cc;
  text-align: left;
  max-width: 26em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  line-height: 1.6em;
}

.about-block-2 {
  border-left: 1px solid var(--rosy-brown);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.about-block-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.about-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  align-items: center;
}

.about-text-4 {
  opacity: .85;
  text-align: center;
  max-width: 24em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.about-block-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-box-image-2 {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-wrap-3 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.team-list-7 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cart-quantity {
  border: 1px solid var(--transparent-50);
  background-color: var(--transparent-20);
  border-radius: 3px;
  flex: none;
  width: 4em;
  height: 2.5em;
  margin-bottom: 0;
  padding: .2em .8em;
  font-size: 1em;
  font-weight: 700;
}

.cart-quantity:hover {
  background-color: #fff;
}

.cart-close-icon {
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.your-cart-text {
  color: var(--misty-rose);
  letter-spacing: .1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.products-quantity-block {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 1.7em;
  display: flex;
  position: relative;
}

.cart-footer {
  z-index: 10;
  text-transform: uppercase;
  border-top-width: 0;
  border-top-color: #0000;
  border-radius: 3px;
  padding: 1.5em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.nav-cart-block {
  grid-column-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.remove-button {
  background-color: var(--dim-grey);
  border-radius: 3px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  padding: .3em .5em;
  font-size: 1em;
  transition: background-color .2s;
  display: flex;
}

.remove-button:hover {
  background-color: var(--main-black);
}

.empty-cart-text {
  color: var(--misty-rose);
  font-size: 1.2em;
  line-height: 1.3em;
}

.cart-content {
  grid-row-gap: .25em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.error-state {
  background-color: var(--cadet-blue);
  color: var(--seashell);
  text-align: center;
  margin: 1em 0 0;
  padding: 2em 1em;
}

.checkout-button {
  border: 1px solid var(--dim-grey);
  background-color: var(--sienna);
  color: #eef1fa;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 1.5em;
  font-size: 1.2em;
  font-weight: 600;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.checkout-button:hover {
  background-color: var(--dim-grey);
  letter-spacing: .2em;
  text-indent: .2em;
}

.checkout-actions {
  z-index: 10;
  position: relative;
}

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

.cart-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--dim-grey);
  background-color: #0000;
}

.option {
  margin-bottom: 0;
  font-size: .9em;
  line-height: 1.1em;
}

.icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.icon.in-cart {
  font-size: 1.3em;
}

.icon.in-product {
  font-size: 1.4em;
}

.icon.in-card-1 {
  font-size: 2.2em;
}

.icon.in-gallery {
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.icon.is-regular {
  font-size: 1.1em;
}

.cart-header {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  padding: 1.5em 0 1em;
}

.cart-close-button {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  transition: background-color .2s;
  display: flex;
}

.cart-close-button:hover {
  background-color: var(--midnight-blue);
}

.cart-list {
  background-color: #fffc;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1.5em;
  overflow: hidden;
}

.cart-form-wrapper {
  width: 100%;
}

.cart-product-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.cart-line-item {
  z-index: 10;
  margin-bottom: 1.4em;
  position: relative;
}

.cart-remove-icon {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.option-list {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.cart-subtotal-text {
  color: var(--misty-rose);
  letter-spacing: .05em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.products-quantity-text {
  min-width: auto;
  height: auto;
  color: var(--misty-rose);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  margin: 2px 0 0;
  padding: 0;
  font-family: Big Shoulders Text, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: absolute;
}

.products-quantity-text.reverse-colors {
  color: var(--dim-grey);
}

.cart-image-block {
  z-index: 10;
  border: 1px solid var(--dim-grey);
  background-color: var(--seashell);
  border-radius: 3px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 5em;
  min-height: 3.5em;
  display: flex;
  position: relative;
}

.cart-container {
  width: 45em;
  min-width: 40em;
  max-width: 90vw;
  box-shadow: none;
  background-color: #032246b3;
  border: 1px solid #e4c6be40;
  border-radius: 3px;
  padding: 0 1.5em 1.5em;
}

.cart-footer-bg {
  z-index: 1;
  background-color: #032246b3;
  border: 1px solid #6c9ad166;
  position: absolute;
  inset: 0%;
}

.cart-item {
  grid-column-gap: 1em;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.cart-button {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-width: 15em;
  height: 100%;
  min-height: 4em;
  color: var(--misty-rose);
  text-align: center;
  text-transform: uppercase;
  background-color: #5f453e8c;
  border: 1px solid #e4c6be0f;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.cart-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: #906c6380;
}

.cart-button.reverse-colors {
  background-color: var(--transparent-20);
  color: var(--midnight-blue);
}

.cart-button.reverse-colors:hover {
  background-color: var(--transparent-30);
}

.dropdown {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-icon {
  margin: 0;
  position: relative;
}

.dropdown-list {
  position: absolute;
}

.dropdown-list.w--open {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #221816a6;
  border: 1px solid #f5ecea59;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 15em;
  padding: 1em 1.6em;
  display: flex;
  top: 5em;
  box-shadow: 0 20px 40px -10px #07050499;
}

.dropdown-list.reverse-colors.w--open {
  border-color: var(--transparent-50);
  background-color: #e4c6bea6;
}

.dropdown-link {
  width: 100%;
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 400;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.dropdown-link:hover {
  letter-spacing: .3em;
  text-indent: .3em;
}

.dropdown-link.w--current,
.dropdown-link[aria-current="page"] {
  background-color: var(--dim-grey);
  color: var(--misty-rose);
}

.dropdown-link.reverse-colors {
  color: var(--midnight-blue);
  border-radius: 3px;
}

.dropdown-link.reverse-colors.w--current,
.dropdown-link.reverse-colors[aria-current="page"] {
  background-color: var(--dim-grey);
  color: var(--misty-rose);
}

.preloader {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 23vw;
  padding-right: 23vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-loading {
  z-index: 10;
  color: #ccb0b3;
  letter-spacing: .6em;
  text-indent: .6em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  position: absolute;
  bottom: 15vh;
}

.preloader-background {
  z-index: 1;
  background-color: #221816;
  position: absolute;
  inset: 0%;
}

.preloder-image-bg-1 {
  z-index: 10;
  background-color: #221816;
  position: absolute;
  inset: 0%;
}

.preloader-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.preloader-logo {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 15vh;
  bottom: auto;
}

.preloader-name {
  color: #e4c6be;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
}

.preloder-image-bg-2 {
  z-index: 8;
  background-color: #221816;
  position: absolute;
  inset: 0%;
}

.preloader-image-block {
  z-index: 10;
  width: 50vw;
  height: 40vh;
  position: absolute;
  overflow: hidden;
}

.cart {
  border: 1px solid #e4c6be40;
  border-radius: 3px;
  padding: 2px;
}

.cart:hover {
  border-color: #e4c6be80;
}

.cart.reverse-colors {
  border-color: var(--transparent-50);
}

.order-item-list {
  margin-bottom: 0;
}

.checkout-option {
  grid-column-gap: .25em;
  color: var(--dim-grey);
  letter-spacing: .025em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.1em;
  display: flex;
}

.checkout-order-quantity {
  color: var(--dim-grey);
  letter-spacing: .05em;
  margin-right: .3em;
  font-size: 1.1em;
}

.checkout-product-in-order {
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.5em;
  margin-right: 1.5em;
  display: flex;
}

.heading-checkout {
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-checkout.in-checkout {
  letter-spacing: .1em;
  font-size: 1.3em;
  font-weight: 400;
}

.pay-with-browser {
  height: 60px;
}

.billing-checkbox-text {
  margin-bottom: 0;
  margin-left: .7em;
  font-size: 1.1em;
  line-height: 1.1em;
}

.checkout-summary {
  flex: 1;
}

.checkout-checkbox {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0;
}

.pay-with-browser-text {
  color: #f1f4f6;
  text-transform: uppercase;
}

.shipping-method-list {
  border-left-width: 0;
  border-left-color: #0000;
  border-right-width: 0;
  border-right-color: #0000;
}

.form-field-checkout {
  border-color: var(--transparent-50);
  background-color: var(--white);
  height: 3.3em;
  margin-bottom: 1em;
  padding: .5em 1.5em;
  font-size: 1.1em;
  transition: border-color .2s;
}

.form-field-checkout:hover, .form-field-checkout:active, .form-field-checkout:focus, .form-field-checkout.-wfp-focus {
  border-color: var(--sienna);
}

.checkout-button-block {
  border: 1px solid var(--transparent-50);
  background-color: var(--seashell);
  padding: .5em;
  position: relative;
}

.order-summary-block {
  border-bottom: 1px solid #a8b9ca;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

.shipping-method {
  background-color: #0000;
  border-bottom-width: 1px;
  border-bottom-color: #a8b9ca;
  padding: 1.5em 0;
}

.shipping-method:last-child {
  border-bottom-width: 0;
  border-bottom-color: #0000;
}

.checkout-block-header {
  background-color: var(--midnight-blue);
  color: var(--misty-rose);
  border-width: 0;
  border-color: #0000;
  padding: 1.5em 2em;
}

.apple-pay {
  height: 60px;
}

.checkout-option-list {
  margin-top: 0;
  font-size: .9em;
}

.required-text {
  color: #92b6e0;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
}

.checkout-order-item {
  border-bottom: 1px solid var(--transparent-50);
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.checkout-order-item:last-child {
  border-bottom-width: 0;
  border-bottom-color: #0000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkout-shipping-content {
  grid-row-gap: .5em;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkout-shipping-title {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1em;
}

.checkout-order-product {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1em;
}

.checkout-form {
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Big Shoulders Text, sans-serif;
  display: flex;
}

.checkout-order-image {
  object-fit: cover;
  border-radius: 3px;
  flex: none;
  width: 8em;
  height: 5em;
}

.checkout-content {
  flex: 0 auto;
  width: 65%;
  margin-right: 2em;
}

.checkout-submit-button {
  z-index: 100;
  background-color: var(--sienna);
  color: #fff;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  border: 0 solid #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 1.5em 1em;
  font-size: 1.3em;
  font-weight: 500;
  transition: background-color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  position: relative;
}

.checkout-submit-button:hover {
  background-color: var(--dim-grey);
  letter-spacing: .2em;
  text-indent: .2em;
}

.checkout-block-content {
  border: 1px solid var(--transparent-50);
  background-color: var(--transparent-10);
  width: 100%;
  padding: 2em;
}

.checkout-block-content.is-summary {
  padding-top: 1em;
  padding-bottom: 1.5em;
}

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

.field-label {
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.1em;
}

.checkout-radio-button {
  position: relative;
  top: -.1em;
}

.order-summary-text {
  color: #193472;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.order-summary-text.is-price {
  color: var(--sienna);
  font-weight: 400;
}

.order-summary-text.is-price.is-total {
  color: var(--midnight-blue);
  font-weight: 600;
}

.checkout-shipping-description {
  font-size: 1.3em;
  line-height: 1.2em;
}

.checkout-price {
  color: var(--dim-grey);
  letter-spacing: .05em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.1em;
}

.confirmation-title {
  margin-bottom: .6em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.confirmation-flex {
  grid-row-gap: 4em;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.confirmation-customer {
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 1.2em;
  display: flex;
}

.order-confirmation {
  text-align: left;
  background-color: #0000;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Big Shoulders Text, sans-serif;
}

.confirmation-desc-text-1 {
  margin-bottom: .4em;
  font-size: 1.1em;
  line-height: 1.2em;
}

.confirmation-column {
  padding-left: 0;
  padding-right: 0;
}

.category-title-block {
  min-width: 25em;
}

.featured-product-content {
  grid-row-gap: 1.5em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.featured-product-text {
  font-size: 1.2em;
  line-height: 1.3em;
}

.featured-product-price {
  font-size: 1.3em;
}

.featured-product-price.is-compare-price {
  opacity: .5;
  text-decoration: line-through;
}

.featured-product-prices {
  grid-column-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.featured-products {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  padding-right: .5em;
}

.featured-products-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.featured-product-link {
  grid-row-gap: 1.5em;
  width: 100%;
  height: 100%;
  color: var(--midnight-blue);
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-product-link:hover {
  border-color: var(--main-black);
}

.featured-product-image {
  z-index: 10;
  width: 100%;
  height: 30em;
  position: relative;
  overflow: hidden;
}

.featured-product-title {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-line {
  z-index: 1;
  background-color: var(--transparent-30);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-bg-gradient-4 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, #04101f, #04101f80 50%, #04101f4d 80%, #020a14d9);
  position: absolute;
  inset: 0%;
}

.products {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.products-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.product-link {
  grid-row-gap: 1.75em;
  width: 100%;
  height: 100%;
  color: var(--midnight-blue);
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-link:hover {
  border-color: var(--rosy-brown);
  background-color: var(--seashell);
}

.product-image {
  z-index: 10;
  border-radius: 3px;
  width: 100%;
  height: 20em;
  position: relative;
  overflow: hidden;
}

.product-title {
  z-index: 10;
  width: 100%;
  color: var(--dim-grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-title:hover {
  color: var(--midnight-blue);
}

.product-text {
  max-width: 16em;
  font-size: 1em;
  line-height: 1.3em;
}

.product-prices {
  grid-column-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.product-price {
  font-size: 1.1em;
}

.product-price.is-compare-price {
  opacity: .5;
  text-decoration: line-through;
}

.product-content {
  grid-row-gap: 1.5em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.default-state {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
}

.default-state.is-2nd {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.add-to-cart {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.add-to-cart-button {
  background-color: var(--dim-grey);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  background-image: url('../images/shopping-bag-fill0-wght400-grad0-opsz48-1.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 3.3em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.1em 3em 1em 1.5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  transition: background-color .2s;
}

.add-to-cart-button:hover {
  background-color: var(--main-black);
}

.add-to-cart-button.is-buy-now {
  background-image: url('../images/arrow-right-5.svg');
}

.add-to-cart-button.is-2nd {
  width: 100%;
}

.quantity {
  border-width: 1px;
  border-color: var(--transparent-30);
  background-color: var(--transparent-20);
  border-radius: 3px;
  width: 4.5em;
  height: 3.2em;
  margin-top: 0;
  margin-bottom: 0;
  padding: .7em 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 600;
}

.quantity.is-2nd {
  text-align: center;
  width: 100%;
}

.select-type {
  border: 1px solid var(--transparent-30);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 3em;
  margin-top: 0;
  margin-bottom: 0;
  padding: .7em 1em .7em .5em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 600;
}

.product-option-list, .product-option-list.is-2nd {
  width: 100%;
}

.product-option-list.is-hide {
  display: none;
}

.error-message {
  font-size: 1.1em;
  line-height: 1.1em;
}

.option-text {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.cart-product-price {
  color: var(--dim-grey);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

.product-featured {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #03224614;
  border: 1px solid #03224638;
  border-radius: 3px;
  padding: .2em .5em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: .7em;
  font-weight: 700;
  position: absolute;
  top: .4em;
  right: 0;
}

.card-1-text {
  z-index: 10;
  max-width: 15em;
  line-height: 1.4em;
  position: relative;
}

.card-1-block {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--rosy-brown);
  text-align: center;
  background-color: #03224636;
  border: 1px solid #90b3db61;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-1-block:hover {
  z-index: 15;
  color: var(--misty-rose);
  background-color: #03224680;
  border-color: #90b3db99;
}

.card-badge-text {
  letter-spacing: .05em;
  text-indent: .05em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
}

.card-badge {
  z-index: 10;
  background-color: var(--rosy-brown);
  color: var(--dim-grey);
  border-radius: 4px;
  padding: .2em .4em;
  position: absolute;
  top: .7em;
  right: .7em;
}

.cards-1-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.hero-2-cards {
  z-index: 20;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 4em;
}

.product-text-1 {
  font-family: Caudex, sans-serif;
  font-size: 1.8em;
  line-height: 1.3em;
}

.product-image-1 {
  height: 100%;
}

.product-page-price-block {
  grid-row-gap: 2.75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.other-products {
  width: 100%;
  max-width: 29em;
  margin-left: auto;
  margin-right: auto;
}

.other-products-block-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 80vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.other-products-image {
  z-index: 1;
  border-radius: 3px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.product-content-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--transparent-30);
  background-color: var(--transparent-10);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  padding: 1em;
}

.product-page-add-to-cart {
  grid-row-gap: 2.75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 13em;
  display: flex;
}

.sticky-sidebar-card {
  grid-column-gap: 1em;
  grid-row-gap: .25em;
  border: 1px solid var(--transparent-30);
  background-color: var(--transparent-10);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.product-content-grid-2 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  border-top: 1px solid var(--transparent-30);
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 1fr;
  place-items: start center;
  margin-top: 4em;
  padding-top: 6em;
}

.product-content-grid-block {
  max-width: 50em;
}

.sticky-sidebar {
  grid-row-gap: 4em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 84vh;
  display: flex;
  position: sticky;
  top: 8vh;
}

.products-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sticky-sidebar-block-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 20em;
  min-height: 33vh;
  padding: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-sidebar-block-2 {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-sidebar-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.sticky-sidebar-image-bg {
  z-index: 3;
  background-image: linear-gradient(#0000 45%, #000000b3);
  position: absolute;
  inset: 0%;
}

.sticky-sidebar-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.other-products-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: start;
}

.product-detail-button {
  z-index: 10;
  border: 1px solid var(--dim-grey);
  background-color: var(--transparent-20);
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 3.3em;
  color: var(--main-black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5em 1.5em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-detail-button:hover {
  background-color: var(--transparent-30);
  opacity: 1;
}

.product-option {
  width: 100%;
}

.store-benefits-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.store-benefits-bg-color {
  z-index: 20;
  background-color: var(--midnight-blue);
  opacity: .9;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.store-benefits-bg-color.for-video {
  opacity: .75;
}

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

.vertical-flex.with-gap-4em {
  grid-row-gap: 4em;
}

.checkout-quantity {
  border-left: 1px solid var(--transparent-50);
  margin-left: 1.5em;
  padding-left: 1.5em;
}

.checkout-product-title-block {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkout-info-text {
  letter-spacing: 0;
  text-transform: none;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.15em;
  line-height: 1.1em;
}

.checkout-info-column {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.checkout-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.product-2-block {
  grid-column-gap: 3.25em;
  grid-row-gap: 2em;
  border: 1px solid #0000;
  border-bottom-color: #bfa69f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  padding: 1.5em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.product-2-block:hover {
  background-color: var(--transparent-10);
  border: 1px solid #bfa69f;
}

.product-2-image {
  z-index: 10;
  border-radius: 3px;
  flex: none;
  width: 10em;
  height: 5em;
  position: relative;
  overflow: hidden;
}

.product-2-add-to-cart {
  flex: none;
  width: 17em;
}

.out-of-stock-state {
  border: 1px solid var(--rosy-brown);
  background-color: var(--transparent-20);
  text-align: center;
  border-radius: 3px;
  margin-top: 0;
  padding: 1em;
  line-height: 1.1em;
}

.product-error-state {
  text-align: center;
  background-color: #ebb5a8;
  border: 1px solid #cc7863;
  border-radius: 3px;
  margin-top: .5em;
  padding: .5em;
  line-height: 1.1em;
}

.product-2-prices {
  grid-column-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.product-2-title-link {
  color: var(--midnight-blue);
  transition: color .2s;
}

.product-2-title-link:hover {
  color: var(--sienna);
  text-align: left;
}

.add-to-cart-button-small {
  background-color: var(--dim-grey);
  width: 3.5em;
  min-height: 3.3em;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  background-image: url('../images/shopping-bag-fill0-wght400-grad0-opsz48-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 0 solid #000;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.1em 1.5em 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  transition: background-color .2s;
  overflow: hidden;
}

.add-to-cart-button-small:hover {
  background-color: var(--main-black);
}

.product-2-content {
  grid-column-gap: 3.25em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-title-link-block {
  color: var(--midnight-blue);
  transition: color .2s;
}

.cart-title-link-block:hover {
  color: var(--sienna);
}

.apple-pay-button {
  border-radius: 3px;
}

.gallery-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery-lightbox {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-background {
  z-index: 3;
  background-color: var(--midnight-blue);
  opacity: .8;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.gallery {
  width: 100%;
}

.buy-the-template {
  z-index: 99;
  position: fixed;
  inset: auto 1em 1em auto;
}

.buy-the-template-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--dim-grey);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--misty-rose);
  background-color: #221816b3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  display: flex;
  box-shadow: -9px 8px 22px -5px #0f0d1a99;
}

.buy-the-template-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.main-hero-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hero-bg-color-full {
  z-index: 6;
  opacity: .85;
  mix-blend-mode: multiply;
  background-color: #110c0bcc;
  position: absolute;
  inset: 0%;
}

.blog-bg-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000 20%, #070504f2 85%);
  position: absolute;
  inset: 0%;
}

.main-blog-link {
  color: var(--white);
  transition: color .2s;
  overflow: hidden;
}

.main-blog-link:hover {
  color: #fffc;
}

.main-blog-link.is-darker {
  color: var(--footer-black);
}

.section-2 {
  background-image: url('../images/WhatsApp-Image-2026-07-10-at-11.53.28.jpeg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  text-align: center;
}

.paragraph {
  margin-bottom: 4em;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 2vw;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-2 {
  color: var(--sienna);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
}

.heading-3 {
  font-family: Caudex, sans-serif;
}

.text-block {
  display: none;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.list-item {
  border: 1px solid var(--rosy-brown);
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 800;
}

.slider {
  display: none;
}

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

.code-embed {
  display: flex;
}

.code-embed-2 {
  width: 100%;
  display: flex;
}

.text-block-3 {
  opacity: .8;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 15px;
  }

  .padding.pb-2em {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    padding-bottom: 0;
  }

  .section.with-bg-brown-and-borders {
    flex-flow: column;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .heading.is-person-title-1 {
    opacity: .5;
    text-shadow: 0 1px 1px #0003;
    mix-blend-mode: normal;
    transition: opacity .2s;
    box-shadow: 0 2px 5px #0003;
  }

  .large-text-1.is-2nd.sec-with-large-link.i18n-services.notranslate {
    opacity: .91;
  }

  .large-text-1.is-1st {
    opacity: .67;
  }

  .section-2 {
    background-image: url('../images/WhatsApp-Image-2026-07-10-at-11.53.28.jpeg');
    min-height: 720px;
    display: flex;
  }

  .heading-2 {
    padding-bottom: 40px;
  }

  .paragraph {
    font-size: 20px;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 0;
    display: flex;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    font-size: 16px;
    display: grid;
  }

  .list-item {
    border: 1px solid var(--rosy-brown);
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: row;
    padding: 10px 16px;
    font-family: Big Shoulders Text, sans-serif;
    font-size: 16px;
    font-weight: 800;
    list-style-type: none;
    display: flex;
  }

  .slider {
    display: none;
  }

  .container-4 {
    text-align: center;
    flex: 0 auto;
    max-width: none;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }

  .padding.pb-2em {
    padding-top: 1em;
    padding-bottom: 0;
  }

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

  .section.with-bg-brown-and-borders {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 1;
    text-align: center;
    border-radius: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    overflow: visible;
  }

  .container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    opacity: 1;
    text-align: center;
    mix-blend-mode: normal;
    background-color: #0000;
    border-radius: 7px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: baseline;
    font-weight: 400;
    display: flex;
  }

  .cover-image.vdp-president {
    box-sizing: border-box;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: cover;
    object-position: 68% 50%;
    height: 100%;
    max-height: 100%;
  }

  .heading.is-fullscreen-hero-title {
    outline-offset: 0px;
    cursor: auto;
    border-radius: 17px;
    outline: 3px #fff;
  }

  .heading.is-person-title-1 {
    opacity: .5;
    color: #f8ddd6;
    -webkit-text-stroke-color: #f8ddd6;
    text-shadow: 0 1px 1px #0003;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #0000;
    background-clip: border-box;
    transition: opacity .2s;
    box-shadow: 0 2px 5px #0003;
  }

  .brand-name {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .hero-6 {
    font-weight: 400;
  }

  .clients.in-home-1 {
    display: flex;
  }

  .large-text-1.is-2nd.sec-with-large-link.i18n-services.notranslate {
    opacity: .75;
  }

  .large-text-1.is-1st {
    opacity: .46;
    mix-blend-mode: multiply;
    display: block;
    position: static;
  }

  .button-with-margin {
    margin-top: 4em;
  }

  .preloader-logo {
    margin-bottom: 20px;
    padding-bottom: 20px;
    top: 10vh;
  }

  .preloader-name {
    margin-bottom: 2em;
  }

  .preloader-image-block {
    height: 65vh;
  }

  .store-benefits-bg-color.for-video {
    opacity: .7;
  }

  .section-2 {
    background-image: url('../images/WhatsApp-Image-2026-07-10-at-11.53.28.jpeg');
    background-size: cover;
    height: 600px;
    display: flex;
  }

  .heading-2 {
    margin-top: 0;
    padding-bottom: 40px;
    font-family: Source Sans Pro, sans-serif;
  }

  .paragraph {
    text-align: center;
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
  }

  .container-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .text-block {
    display: none;
  }

  .container-3 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    display: flex;
  }

  .text-block-2, .div-block-2, .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    list-style-type: none;
    display: grid;
  }

  .list-item {
    border: 1px solid var(--misty-rose);
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 16px;
    font-family: Big Shoulders Text, sans-serif;
    font-size: 20px;
    font-weight: 800;
  }

  .list-item:hover {
    transform: translate(0);
  }

  .slide {
    box-sizing: border-box;
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.06.15.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slider {
    display: none;
  }

  .container-4 {
    order: 0;
    align-self: auto;
    max-width: none;
    display: block;
  }
}

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

  .rich-text h2 {
    font-size: 2.4em;
  }

  .rich-text h3 {
    font-size: 1.7em;
  }

  .rich-text h4 {
    font-size: 1.6em;
  }

  .rich-text h5 {
    font-size: 1.5em;
  }

  .rich-text h6 {
    font-size: 1.3em;
  }

  .rich-text h1 {
    font-size: 3em;
  }

  .padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .padding.is-products {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .padding.in-checkout {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .color-define-3, .color-define-2 {
    height: 4em;
  }

  .section.is-about-sec {
    min-height: auto;
  }

  .section.is-parallax-sec {
    min-height: 80vh;
  }

  .color-define {
    height: 4em;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .fullscreen-hero {
    padding-bottom: 4em;
  }

  .cover-image.vdp-president {
    object-position: 50% 30%;
  }

  .heading.is-fullscreen-hero-title {
    font-size: 3.5em;
  }

  .heading.is-basic-title {
    font-size: 1em;
  }

  .heading.is-grid-title-1 {
    font-size: 3em;
  }

  .heading.is-hero-4-title, .heading.is-main-hero-title {
    font-size: 6em;
  }

  .heading.is-service-2-title {
    margin-bottom: .1em;
  }

  .heading.in-hero-5 {
    margin-bottom: .8em;
    font-size: 4em;
  }

  .heading.is-service-1-title {
    margin-bottom: .8em;
    font-size: 2.8em;
  }

  .heading.is-team-title-1 {
    margin-bottom: .5em;
  }

  .heading.is-service-cms-title {
    font-size: 5em;
  }

  .heading.is-service-title-1 {
    font-size: 2.8em;
  }

  .heading.is-featured-blog-title {
    font-size: 1.9em;
  }

  .heading.in-hero-6 {
    font-size: 4em;
  }

  .heading.is-blog-title-2 {
    font-size: 2em;
  }

  .heading.is-title-1 {
    font-size: 3.5em;
  }

  .heading.is-case-title-1 {
    font-size: 3.7em;
  }

  .heading.is-article-title {
    font-size: 4em;
  }

  .heading.is-about-title-1 {
    margin-bottom: 1.5em;
    font-size: 3.3em;
  }

  .heading.is-hero-6-title {
    font-size: 5em;
  }

  .heading.is-grid-title-2 {
    font-size: 3em;
  }

  .heading.is-hero-4-title-2 {
    font-size: 5em;
  }

  .heading.is-case-title-2 {
    font-size: 2em;
    line-height: 1.7em;
  }

  .heading.is-person-title-1 {
    font-size: 4em;
  }

  .heading.is-client-title {
    font-size: 3.5em;
  }

  .heading.is-social-title {
    font-size: 5em;
  }

  .heading.is-form-title-2 {
    font-size: 1.8em;
  }

  .heading.is-consultation-title {
    font-size: 5em;
  }

  .heading.is-company-title-1 {
    font-size: 3.9em;
  }

  .heading.is-content-title-2 {
    font-size: 1.8em;
  }

  .heading.is-blog-title-3 {
    font-size: 2em;
  }

  .heading.is-about-title-2 {
    font-size: 1.8em;
  }

  .heading.is-about-title-3 {
    font-size: 5em;
  }

  .heading.is-category-title {
    margin-bottom: .1em;
  }

  .heading.is-featured-product-title {
    margin-bottom: .4em;
    font-size: 1.8em;
  }

  .heading.is-product-title {
    font-size: 1.8em;
  }

  .heading.is-product-title-1 {
    margin-bottom: 1.5em;
    font-size: 3.3em;
  }

  .heading.is-product-hero-title {
    font-size: 5em;
  }

  .heading.is-other-products-title {
    margin-bottom: .5em;
    font-size: 3.3em;
  }

  .navbar {
    padding-top: 2em;
    padding-bottom: 1em;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    position: fixed;
  }

  .nav-inner {
    min-height: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .brand {
    padding-left: 2em;
    padding-right: 2em;
  }

  .brand:hover {
    border-color: #0000;
  }

  .brand-name {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 1.3em;
  }

  .brand-slogan, .nav-menu {
    display: none;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .basic-grid-image {
    min-height: 30em;
  }

  .basic-grid {
    grid-column-gap: 2.75em;
    grid-row-gap: 6em;
  }

  .basic-grid.order-change {
    grid-column-gap: 2.75em;
    grid-row-gap: 6em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  #explore .homepage-intro-grid > :nth-child(1) {
    grid-row: 1;
  }

  #explore .homepage-intro-grid > :nth-child(2) {
    grid-row: 2;
  }

  #explore .homepage-intro-grid > :nth-child(3) {
    grid-row: 4;
  }

  #explore .homepage-intro-grid > :nth-child(4) {
    grid-row: 3;
  }

  #explore .homepage-intro-grid > :nth-child(5) {
    grid-row: 5;
  }

  #explore .homepage-intro-grid > :nth-child(6) {
    grid-row: 6;
  }

  .basic-grid-block {
    margin-bottom: 2em;
  }

  .basic-grid-block.with-margin-bottom {
    margin-bottom: 4em;
  }

  .hero-cta-button, .hero-cta-button:hover {
    width: 18em;
    min-width: 18em;
  }

  .top-background {
    display: none;
  }

  .simple-button-title {
    font-size: .9em;
  }

  .service-image-size {
    height: 20em;
  }

  .service-3-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .service-link {
    padding: 2em;
  }

  .service-link:hover {
    border-color: #0000;
  }

  .service-content-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .simple-button {
    flex-direction: row;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: .9em;
  }

  .basic-grid-div.is-2nd {
    padding-top: 1em;
  }

  .team-list-5, .team-list-5.with-3-cols {
    grid-template-columns: 1fr 1fr;
  }

  .team-link-block.is-higher {
    height: 40em;
  }

  .grid-content-1 {
    width: 100%;
  }

  .grid-content-1.is-2nd {
    margin-bottom: 2em;
  }

  .number-text-1 {
    font-size: 4em;
  }

  .number-grid {
    grid-template-columns: .5fr 1.75fr;
  }

  .form-field {
    font-size: 1.3em;
  }

  .form-field.text-area.in-consultancy {
    min-height: 15em;
  }

  .form-content-column-2 {
    padding: 6em 3.5em;
  }

  .form-content-column-1 {
    padding: 8em 3em 0;
  }

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

  .footer-row-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-contact-link-block {
    font-size: 2.1em;
  }

  .footer-link-2 {
    padding-left: .7em;
    padding-right: .7em;
  }

  .footer-link-2:hover {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .footer-social-list {
    grid-row-gap: 1.5em;
    align-items: flex-start;
  }

  .footer-social-link {
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-start;
    font-size: .9em;
  }

  .footer-made-logo {
    margin-bottom: 1em;
    font-size: 1.1em;
  }

  .footer-contact-title {
    opacity: .6;
    letter-spacing: .2em;
    text-indent: .2em;
    font-size: .8em;
    font-weight: 600;
    display: block;
    position: relative;
  }

  .nav-menu-button:hover {
    background-color: #0000;
    border-color: #0000 #c99b8f4d #0000 #0000;
  }

  .burger-line {
    background-color: var(--rosy-brown);
  }

  .menu-column-2-inner, .menu-column-2-inner:hover {
    min-width: 15em;
  }

  .menu-column-1, .menu-column-1:hover {
    width: 40%;
  }

  .menu-social-text {
    font-size: .85em;
    font-weight: 600;
  }

  .close-button {
    opacity: 1;
    font-size: .9em;
    right: 7em;
  }

  .menu-link {
    font-size: 3vh;
  }

  .main-button {
    min-height: 4em;
  }

  .main-button.in-services {
    margin-left: 0;
    padding: .5em 0;
  }

  .main-button.in-services:hover {
    background-color: #0000;
    border-color: #0000;
  }

  .footer-grid-1 {
    grid-column-gap: 5em;
    grid-row-gap: 2.5em;
    grid-template-columns: .5fr 2fr;
  }

  .hero-2 {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .hero-2.with-grid {
    padding-bottom: 2em;
  }

  .main-hero {
    padding-bottom: 4em;
  }

  .hero-4 {
    padding-top: 20.5em;
    padding-bottom: 15em;
  }

  .hero-image-size-1 {
    width: 63vw;
  }

  .hero-4-images.is-fullscreen-images {
    min-height: 75vh;
  }

  .content-column-5 {
    padding: 4em 3em 2em;
  }

  .team-1-item {
    padding-left: 2em;
  }

  .team-1-list {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .logo-hexagon {
    display: none;
  }

  .project-title {
    font-size: 2em;
  }

  .project-column-1 {
    width: 100%;
    margin-bottom: 2.2em;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .project-column-2 {
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-grid-4 {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
    grid-template-columns: 1fr 1fr;
  }

  .service-2-item:hover {
    border-top-color: var(--rosy-brown);
    border-bottom-color: var(--rosy-brown);
    background-color: #0000;
  }

  .service-2-link {
    min-height: auto;
  }

  .service-2-link:hover {
    letter-spacing: .05em;
  }

  .service-2-image-size {
    width: 100%;
    height: 16em;
    margin-top: .5em;
    margin-left: auto;
  }

  .service-2-text-1 {
    margin: 1em 1.5em 1em 0;
  }

  .service-2-width-1 {
    width: 100%;
    min-width: auto;
  }

  .service-2-flex {
    flex-wrap: wrap;
  }

  .consultancy {
    padding-top: 8.5em;
  }

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

  .consultancy-column-1 {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .consultancy-column-2 {
    border-top: 1px solid #906c634d;
    border-left-width: 0;
    border-left-color: #0000;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-block-8 {
    max-width: none;
  }

  .hero-5 {
    padding-top: 15em;
    padding-bottom: 6em;
  }

  .hero-text-1 {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .content-grid-5 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

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

  .service-1-link {
    height: 40em;
  }

  .services-1-page {
    min-height: auto;
  }

  .service-1-list-page {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .service-1-link-page {
    padding-top: 14em;
    padding-bottom: 3.5em;
  }

  .service-1-content-1 {
    max-width: 23em;
  }

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

  .team-2-item {
    padding-left: 2em;
  }

  .about-team-text-1 {
    font-size: 1.2em;
  }

  .article-padding {
    padding-top: 15em;
  }

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

  .hero-service {
    padding-top: 12em;
    padding-bottom: 7em;
  }

  .sidebar-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .sidebar-text {
    font-size: 1.5em;
  }

  .sidebar-icon {
    font-size: 2.8em;
  }

  .grid-content-3 {
    grid-template-columns: 1fr 1fr;
  }

  .blog-main-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .blog-content-block {
    padding-left: 1.5em;
  }

  .blog-grid-1 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .footer-menu-button:hover {
    background-color: #0000;
    border-color: #0000 #c99b8f4d #0000 #0000;
  }

  .hero-6 {
    padding-top: 12em;
    padding-bottom: 2em;
  }

  .blog-grid-3 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .form-column-1 {
    border-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-column-1:hover {
    border-color: #0000;
  }

  .blog-content-block-2 {
    padding-left: 1.5em;
  }

  .blog-grid-4 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr 1fr;
  }

  .explore-button {
    min-height: 4em;
  }

  .footer-image-1 {
    margin-left: 0;
    margin-right: 1.5em;
  }

  .article-short-description {
    margin-top: 0;
    margin-bottom: 1.7em;
  }

  .article-image-1 {
    display: none;
  }

  .article-title-block {
    flex-direction: column;
  }

  .article-padding-inner-1 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .article-text-3 {
    font-size: 2em;
  }

  .timeline-1 {
    margin-left: 0;
  }

  .grid-article-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: .25fr 2.5fr .25fr;
  }

  .grid-5 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .content-text-9 {
    font-size: 2.1em;
  }

  .content-text-10 {
    font-size: 1.1em;
  }

  .clients-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-logo:hover {
    transform: scale(1);
  }

  .project-grid-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: .25fr 1.5fr;
  }

  .project-content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .basic-grid-flex-space {
    flex-wrap: wrap;
  }

  .grid-content-2 {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2em;
    margin-left: 0;
  }

  .grid-content-2.is-2nd {
    margin-bottom: 0;
  }

  .paragraph-width {
    margin-bottom: 2em;
  }

  .form-column-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    margin-bottom: 2em;
  }

  .form-title-block-1 {
    justify-content: flex-start;
  }

  .team-grid-2 {
    margin-bottom: 2em;
  }

  .breadcrumb-link {
    min-width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .breadcrumb-link:hover {
    letter-spacing: .3em;
    text-indent: .3em;
    min-width: auto;
  }

  .title-block-3 {
    max-width: 27em;
  }

  .large-text-1 {
    font-size: 20vw;
  }

  .team-image-size {
    height: 15em;
  }

  .team-3-list {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-width-2 {
    margin-bottom: 2em;
  }

  .form-content-column-3 {
    padding: 6em 3.5em;
  }

  .team-3-item {
    padding-left: 2em;
  }

  .team-4-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 3.5em;
  }

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

  .content-image-2 {
    min-height: 35em;
  }

  .content-grid-6 {
    grid-column-gap: .5em;
    grid-row-gap: 2.5em;
    grid-template-columns: .25fr 1.5fr;
  }

  .project-content-1 {
    max-width: none;
  }

  .sidebar-in-case {
    flex-direction: row;
    width: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 5em;
    position: relative;
    top: 0;
  }

  .content-text-11 {
    color: var(--seashell);
  }

  .project-title-text-1 {
    font-size: 1.6em;
  }

  .quote-image-1 {
    font-size: 3.4em;
  }

  .case-sidebar-block-1 {
    z-index: 10;
    width: 100%;
    color: var(--white);
    padding: 5em;
    position: relative;
  }

  .case-sidebar-block-2 {
    z-index: 1;
    align-items: center;
    height: auto;
    min-height: auto;
    position: absolute;
    inset: 0%;
  }

  .sidebar-image-bg {
    background-image: linear-gradient(#00000073, #000c);
  }

  .content-title-2 {
    color: var(--misty-rose);
  }

  .consultancy-1 {
    padding-top: 5.9em;
    padding-bottom: 5.9em;
  }

  .hero-4-header-fullscreen {
    padding-top: 21.5em;
  }

  .about-text-3 {
    font-size: 6em;
  }

  .uppercase-text-2 {
    font-size: 1.2em;
  }

  .alternative-pages {
    padding-left: .7em;
    padding-right: .7em;
  }

  .person-grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
  }

  .person-image-size {
    height: 50em;
  }

  .client-image-1 {
    min-height: 30em;
  }

  .terms-text-2 {
    font-size: 1.4em;
  }

  .terms-padding-1 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .terms-grid-1 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .about-author-block {
    max-width: none;
  }

  .hero-case-2 {
    width: 18em;
    min-width: 18em;
  }

  .about-text-2 {
    text-align: center;
  }

  .about-block-2 {
    border-left-color: #0000;
  }

  .about-grid-1 {
    grid-column-gap: 2.75em;
    grid-row-gap: 6em;
  }

  .about-block-3 {
    margin-bottom: 0;
  }

  .grid-box-image-2 {
    width: 90%;
  }

  .team-list-7 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr 1fr;
  }

  .cart-close-icon {
    font-size: 1.5em;
  }

  .icon.in-gallery {
    z-index: 30;
    background-color: #211e2eb3;
    border-radius: 3px;
    padding: .2em;
    font-size: 2.6em;
    display: block;
  }

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

  .cart-button {
    min-width: 12em;
    min-height: 4em;
  }

  .preloader-name {
    font-size: 1.3em;
  }

  .checkout-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .order-summary-text {
    font-size: 1.4em;
  }

  .checkout-price, .confirmation-title {
    font-size: 1.3em;
  }

  .order-confirmation {
    min-height: auto;
  }

  .confirmation-desc-text-1 {
    font-size: 1em;
  }

  .category-title-block {
    width: 100%;
    min-width: auto;
  }

  .featured-product-price {
    font-size: 1.1em;
  }

  .featured-product-prices {
    grid-column-gap: 1.5em;
  }

  .featured-products-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .featured-product-link {
    padding: 2em;
  }

  .featured-product-link:hover {
    border-color: #0000;
  }

  .featured-product-image {
    height: 20em;
  }

  .featured-product-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-bg-gradient-4 {
    background-color: #07050466;
  }

  .products-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr 1fr;
  }

  .product-link {
    padding: 1.5em;
  }

  .product-link:hover {
    border-color: #0000;
  }

  .product-image {
    height: 20em;
  }

  .product-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-text {
    max-width: none;
  }

  .product-prices {
    grid-column-gap: 1.5em;
  }

  .product-price {
    font-size: 1.1em;
  }

  .default-state {
    flex-wrap: wrap;
  }

  .default-state.in-bestsellers {
    flex-wrap: nowrap;
  }

  .add-to-cart-button {
    background-position: 90%;
    flex: 1;
  }

  .product-option-list {
    width: 100%;
  }

  .card-1-block {
    background-color: #03224699;
    border-color: #90b3db80;
  }

  .card-badge {
    font-size: .9em;
    top: 1em;
    right: 1em;
  }

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

  .hero-2-cards {
    margin-top: 4em;
    position: relative;
    bottom: 0;
  }

  .product-text-1 {
    font-size: 1.4em;
  }

  .product-image-1 {
    height: 20em;
  }

  .product-page-price-block {
    padding: 2em 1.5em;
  }

  .product-content-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-content-grid-2 {
    grid-column-gap: .5em;
    grid-row-gap: 2.5em;
    grid-template-columns: .25fr 1.5fr;
  }

  .product-content-grid-block {
    max-width: none;
  }

  .sticky-sidebar {
    grid-row-gap: .5em;
    width: 100%;
    min-height: auto;
    position: relative;
    top: 0;
  }

  .sticky-sidebar-block-1 {
    align-items: center;
    height: 22em;
    min-height: auto;
  }

  .sticky-sidebar-block-2 {
    z-index: 10;
    width: 100%;
  }

  .product-detail-button {
    flex: 0 auto;
    width: 100%;
  }

  .product-2-block {
    border-color: #bfa69f;
  }

  .product-2-image {
    align-self: stretch;
    width: 37%;
    height: auto;
  }

  .product-2-prices {
    margin-left: 0;
  }

  .product-2-content {
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .gallery-lightbox {
    height: 15em;
  }

  .buy-the-template {
    font-size: .9em;
  }

  .section-2 {
    background-image: url('../images/WhatsApp-Image-2026-07-10-at-11.53.28.jpeg');
  }

  .heading-3.ad {
    color: var(--sienna);
  }

  .text-block {
    display: flex;
  }

  .list-item {
    font-size: 10px;
  }
}

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

  .rich-text h2 {
    font-size: 2em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.4em;
  }

  .rich-text h5 {
    font-size: 1.3em;
  }

  .rich-text h6 {
    font-size: 1.2em;
  }

  .rich-text h1 {
    font-size: 2.5em;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is-article-con {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .fullscreen-hero {
    min-height: 88vh;
    padding-top: 15em;
  }

  .cover-image.vdp-president {
    object-position: 50% 28%;
  }

  .heading.is-fullscreen-hero-title {
    font-size: 4.2em;
  }

  .heading.is-hero-4-title, .heading.is-main-hero-title {
    font-size: 5em;
  }

  .heading.is-contact-form-title {
    font-size: 2em;
  }

  .heading.is-content-title-3 {
    margin-bottom: 1em;
  }

  .heading.in-hero-5 {
    font-size: 3em;
  }

  .heading.is-team-title-1 {
    margin-bottom: .7em;
    font-size: 4em;
  }

  .heading.is-service-cms-title {
    font-size: 4.6em;
  }

  .heading.in-hero-6 {
    margin-bottom: 0;
    font-size: 3em;
  }

  .heading.is-blog-title-2 {
    font-size: 1.6em;
  }

  .heading.is-title-1 {
    font-size: 3em;
  }

  .heading.is-title-1.with-button {
    margin-bottom: .5em;
  }

  .heading.is-case-title-1 {
    font-size: 3.4em;
  }

  .heading.is-article-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-about-title-1 {
    margin-bottom: .7em;
  }

  .heading.is-hero-4-title-2 {
    font-size: 4em;
  }

  .heading.is-person-title-1 {
    margin-bottom: 0;
    font-size: 3em;
  }

  .heading.is-client-title {
    font-size: 3em;
  }

  .heading.is-consultation-title {
    font-size: 9vw;
  }

  .heading.is-company-title-1 {
    font-size: 4.2em;
  }

  .heading.is-blog-title-3 {
    font-size: 1.6em;
  }

  .heading.is-about-title-2 {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .heading.is-about-title-3 {
    font-size: 4em;
  }

  .heading.is-product-title-1 {
    margin-bottom: .7em;
  }

  .heading.is-product-hero-title {
    font-size: 4em;
  }

  .heading.is-other-products-title {
    margin-bottom: .7em;
    font-size: 2.6em;
  }

  .heading.is-store-title {
    font-size: 3em;
  }

  .main-hero-content {
    margin-bottom: 2.5em;
  }

  .navbar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .nav-inner {
    min-height: 3.5em;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .brand {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-hero-flex {
    flex-wrap: wrap;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-paragraph {
    font-size: 1.2em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-title {
    font-size: 1.6em;
  }

  .basic-grid-image {
    min-height: 25em;
  }

  .basic-grid {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .basic-grid-block.tab-no-padding {
    margin-bottom: 0;
  }

  .hero-cta-button {
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    min-height: 10em;
    padding-right: 7.6em;
  }

  .hero-cta-button:hover {
    width: 100%;
    min-width: auto;
  }

  .hero-case-circle {
    width: 4em;
    height: 4em;
    position: absolute;
    right: 2em;
  }

  .hero-case-gradient {
    background-image: linear-gradient(270deg, #22181600, #110c0bf0);
    align-items: flex-start;
    width: 50%;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .simple-button-title {
    font-size: 1em;
  }

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

  .team-link-block.is-higher {
    height: 30em;
  }

  .number-text-1 {
    font-size: 4em;
  }

  .checkbox-label {
    font-size: .9em;
  }

  .form {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .form-field::placeholder {
    font-size: .9em;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

  .form-content-column-2, .form-content-column-1 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

  .contact-grid-1 {
    flex-wrap: wrap;
  }

  .footer-row-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-link-1 {
    border-bottom: 1px solid #f5ecea26;
    flex: 0 auto;
    align-self: auto;
    width: 50%;
  }

  .footer-block-2 {
    flex-wrap: wrap;
  }

  .footer-block-3 {
    grid-row-gap: 1.5em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .footer-social-wrap {
    width: 100%;
  }

  .footer-social-link {
    font-size: 1em;
  }

  .nav-menu-button {
    width: 6em;
  }

  .menu-column-2-inner {
    border: 1px solid #f5ecea59;
    width: 80%;
    position: relative;
  }

  .menu-column-1 {
    align-self: auto;
    width: 100%;
    padding-top: 8em;
    padding-bottom: 4em;
    overflow: visible;
  }

  .menu-column-1:hover {
    width: 100%;
  }

  .menu-social-text {
    font-size: 1em;
  }

  .menu-contact-link {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .fullscreen-inner {
    flex-flow: wrap;
    place-content: flex-start space-between;
    align-items: stretch;
    overflow: auto;
  }

  .close-button {
    right: 4em;
  }

  .menu-column-2 {
    width: 100%;
    height: auto;
    padding: 3.5em 2.5em 4.5em;
    position: relative;
  }

  .menu-contact-link-text {
    font-size: 1em;
  }

  .menu-main-links {
    flex: 0 auto;
  }

  .menu-logo {
    position: relative;
    top: auto;
  }

  .menu-social-wrap {
    position: relative;
    bottom: auto;
  }

  .main-button.in-projects-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-case-content {
    text-align: left;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2.5em;
  }

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

  .hero-2 {
    min-height: 88dvh;
    padding-top: 15em;
  }

  .main-hero {
    min-height: auto;
  }

  .main-hero-paragraph {
    font-size: 1.3em;
  }

  .hero-4 {
    padding-top: 19em;
    padding-bottom: 12em;
  }

  .hero-4-inner {
    margin-bottom: 2.5em;
  }

  .hero-4-images.is-fullscreen-images {
    height: 40em;
    min-height: auto;
  }

  .content-column-5 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

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

  .project-column-2 {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .content-grid-4 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

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

  .service-2-text-1 {
    font-size: 1.1em;
  }

  .consultancy {
    padding-top: 6.5em;
  }

  .form-consultancy {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-text-6 {
    font-size: 1.6em;
  }

  .service-1-link {
    height: 35em;
  }

  .project-2-content {
    flex-wrap: wrap;
  }

  .project-column-4 {
    padding-left: 3em;
  }

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

  .team-column-2 {
    min-height: 35em;
    position: relative;
    top: 0;
  }

  .content-line-1 {
    display: none;
  }

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

  .sidebar {
    height: auto;
    position: relative;
  }

  .hero-service {
    min-height: auto;
    padding-top: 16em;
    padding-bottom: 10em;
  }

  .sidebar-link {
    border-bottom-color: #c99b8f4d;
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .sidebar-link:hover {
    border-bottom-color: #c99b8f4d;
  }

  .grid-content-3 {
    grid-template-columns: 1fr;
  }

  .grid-box-1 {
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }

  .grid-box-1.is-middle {
    margin-left: 0;
  }

  .blog-content-block {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

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

  .blog-column-2 {
    min-height: 40em;
    position: relative;
    top: auto;
  }

  .blog-featured-content-wrap {
    padding-top: 6em;
  }

  .footer-menu-button {
    border-color: #c99b8f4d;
    width: 6em;
  }

  .blog-grid-3, .form-grid-1 {
    grid-template-columns: 1fr;
  }

  .blog-content-block-2 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

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

  .article-image-1 {
    min-height: 25em;
  }

  .article-author-text-1 {
    font-size: 1.6em;
  }

  .article-text-3 {
    font-size: 1.8em;
  }

  .timeline-1 {
    margin-left: auto;
  }

  .grid-article-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .form-image-size-1 {
    height: 18em;
  }

  .grid-5 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .content-text-10 {
    font-size: 1.2em;
  }

  .clients.with-margin-bottom {
    margin-bottom: 3em;
  }

  .clients-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .form-title-block-1 {
    max-width: none;
  }

  .team-column-1 {
    padding-top: 2em;
  }

  .large-text-wrap {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .team-image-size {
    height: 28em;
  }

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

  .form-content-column-3 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

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

  .content-image-2 {
    min-height: 25em;
  }

  .content-text-11 {
    font-size: 1.6em;
  }

  .consultancy-1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .hero-4-header-fullscreen {
    min-height: auto;
    padding-top: 21em;
    padding-bottom: 17em;
  }

  .grid-box-image {
    width: 100%;
  }

  .about-text-3 {
    font-size: 6em;
  }

  .client-image-1 {
    min-height: 25em;
  }

  .terms-grid-1 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .form-grid-2 {
    flex-wrap: wrap;
  }

  .hero-case-content-2 {
    text-align: left;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-case-2 {
    align-items: flex-start;
    width: 100%;
    min-height: 10em;
    padding-right: 7.6em;
  }

  .hero-case-gradient-2 {
    background-image: linear-gradient(270deg, #22181600, #110c0bf0);
    align-items: flex-start;
    width: 50%;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .is-404-header {
    padding-top: 15em;
  }

  .about-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-block-1 {
    max-width: 30em;
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid-1 {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .grid-box-image-2 {
    width: 100%;
  }

  .team-list-7 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .products-quantity-block {
    font-size: .9em;
  }

  .cart-container {
    width: 45em;
  }

  .cart-button {
    min-height: 3.5em;
  }

  .preloader {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .checkout-product-in-order {
    margin-right: 0;
  }

  .checkout-order-item {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .checkout-shipping-title {
    font-size: 1.2em;
  }

  .checkout-order-image {
    height: 4em;
  }

  .checkout-radio-button {
    top: .2em;
  }

  .order-summary-text {
    font-size: 1.5em;
  }

  .confirmation-title {
    font-size: 1.2em;
  }

  .order-summary {
    margin-bottom: 0;
  }

  .featured-products-grid, .products-grid {
    grid-template-columns: 1fr;
  }

  .product-price {
    font-size: 1.2em;
  }

  .add-to-cart-button {
    background-position: 87%;
    flex: 0 auto;
  }

  .product-image-1 {
    height: 15em;
  }

  .other-products {
    border: 1px solid var(--transparent-30);
    max-width: none;
  }

  .other-products-block-2 {
    min-height: 35em;
    display: none;
    position: relative;
    top: 0;
  }

  .product-content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-page-add-to-cart {
    width: 100%;
    min-width: auto;
  }

  .product-content-grid-2 {
    margin-top: 2em;
    padding-top: 4em;
  }

  .other-products-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-button {
    flex: 1;
    width: auto;
  }

  .vertical-flex.with-gap-4em {
    grid-row-gap: 3.5em;
  }

  .checkout-product-title-block {
    flex: 0 auto;
    width: 100%;
    margin-bottom: .5em;
  }

  .checkout-info-column {
    grid-row-gap: .5em;
  }

  .product-2-block {
    grid-column-gap: 2.25em;
  }

  .product-2-image {
    width: 36%;
  }

  .gallery-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .section-2 {
    background-image: url('../images/WhatsApp-Image-2026-07-10-at-11.53.28.jpeg');
  }

  .heading-3.ad {
    color: var(--sienna);
  }

  .list-item {
    font-size: 9px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text ul {
    padding-left: 1.9em;
  }

  .rich-text.in-services {
    margin-bottom: 4em;
  }

  .padding, .padding.is-products {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .padding.in-checkout {
    padding-top: 1.5em;
  }

  .color-define-3, .color-define-2 {
    height: 3em;
  }

  .section.is-hero-6 {
    border-width: 5px;
  }

  .section.is-service-3-sec {
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .section.is-form-sec-2 {
    border-width: 5px;
  }

  .section.is-hero-2 {
    font-size: 10px;
  }

  .section.with-bg-brown-and-borders {
    border-width: 5px;
    flex-flow: column;
  }

  .section.is-team-sec-2 {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .section.is-case-sec-2 {
    border-left-width: 0;
    border-right-width: 0;
  }

  .section.is-case-in-service {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .section.with-bg-black-and-borders, .section.is-hero-8, .section.store-benefits {
    border-width: 5px;
  }

  .section.is-product-content {
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .color-define {
    height: 3em;
  }

  .container {
    margin-bottom: 40px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .fullscreen-hero {
    padding-bottom: 3em;
  }

  .cover-image.vdp-president {
    object-fit: cover;
    object-position: 50% 39%;
  }

  .heading.is-fullscreen-hero-title {
    opacity: .89;
    outline-offset: 0px;
    pointer-events: auto;
    text-align: justify;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #0003;
    background-clip: border-box;
    border: 1px #d1d1d1;
    border-radius: 20px;
    outline: 3px #fff;
    font-size: 2.8em;
    display: block;
    position: static;
    overflow: hidden;
  }

  .heading.is-basic-title {
    font-family: Source Sans Pro, sans-serif;
    font-size: 13px;
    font-weight: 400;
  }

  .heading.is-grid-title-1 {
    font-size: 2.5em;
  }

  .heading.is-team-name {
    font-size: 1.3em;
  }

  .heading.is-hero-4-title {
    font-size: 4.5em;
  }

  .heading.is-main-hero-title {
    width: 360px;
    font-size: 4.2em;
  }

  .heading.is-contact-form-title {
    font-size: 1.7em;
  }

  .heading.is-content-title-3 {
    font-size: 2.5em;
  }

  .heading.is-service-2-title {
    font-size: 3em;
  }

  .heading.is-service-1-title {
    margin-bottom: .6em;
    font-size: 2.5em;
  }

  .heading.is-team-title-1 {
    font-size: 3em;
  }

  .heading.is-service-cms-title {
    font-size: 3.4em;
  }

  .heading.is-service-title-1 {
    font-size: 2em;
  }

  .heading.in-hero-6, .heading.is-title-1 {
    font-size: 2.5em;
  }

  .heading.is-case-title-1 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 2em;
  }

  .heading.is-article-title {
    font-size: 2.5em;
  }

  .heading.is-about-title-1 {
    font-size: 2.7em;
  }

  .heading.is-service-1-title-2 {
    margin-bottom: .5em;
  }

  .heading.is-hero-6-title {
    font-size: 4em;
  }

  .heading.is-contact-form-title-2 {
    font-size: 1.3em;
  }

  .heading.is-grid-title-2 {
    font-size: 2.5em;
  }

  .heading.is-hero-4-title-2 {
    font-size: 3em;
  }

  .heading.is-case-title-2 {
    font-size: 1.5em;
  }

  .heading.is-person-title-1 {
    opacity: .5;
    font-size: 2.5em;
  }

  .heading.is-person-title-2 {
    font-size: 1.5em;
  }

  .heading.is-client-title {
    font-size: 2.5em;
  }

  .heading.is-social-title {
    font-size: 4em;
  }

  .heading.is-form-title-2 {
    font-size: 1.8em;
  }

  .heading.is-consultation-title {
    font-size: 11vw;
  }

  .heading.is-company-title-1 {
    font-size: 3.4em;
  }

  .heading.is-content-title-2, .heading.is-about-title-2 {
    font-size: 1.8em;
  }

  .heading.is-about-title-3 {
    font-size: 3.2em;
  }

  .heading.is-category-title {
    font-size: 2.3em;
  }

  .heading.is-product-title-1 {
    font-size: 2.7em;
  }

  .heading.is-product-hero-title {
    font-size: 3.5em;
  }

  .main-hero-content {
    margin-bottom: 1em;
  }

  .fullscreen-hero-overlay {
    mix-blend-mode: normal;
  }

  .button {
    padding-left: 2em;
    padding-right: 2em;
  }

  .navbar {
    opacity: 1;
    border-radius: 17px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .logo-image {
    width: 1.5em;
    margin-right: .5em;
  }

  .brand {
    background-color: #00000026;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    max-height: 30px;
    padding: 0 .5em;
  }

  .brand.w--current {
    align-self: flex-end;
    max-height: none;
    margin-bottom: 13px;
  }

  .brand-name {
    color: var(--misty-rose);
    letter-spacing: 0;
    text-indent: 0;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    font-family: Caudex, sans-serif;
    font-size: 1.1em;
    text-decoration: none;
  }

  .custom-list-block {
    padding-bottom: 3.5em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-line {
    left: 1.1em;
  }

  .basic-grid-image {
    min-height: 20em;
  }

  .basic-grid.order-change {
    grid-auto-flow: row;
  }

  .basic-grid-block {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .hero-cta-button {
    padding-right: 5.8em;
  }

  .hero-case-circle {
    font-size: .7em;
  }

  .hero-case-gradient {
    width: 80%;
  }

  .service-content-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .basic-grid-div.with-padding-top {
    padding-top: .8em;
  }

  .basic-grid-div.is-2nd {
    padding-top: .7em;
  }

  .team-list-5.with-3-cols {
    grid-template-columns: 1fr;
  }

  .team-link-block {
    height: 21em;
  }

  .service-1-content {
    padding: 1.5em 1.5em 2.3em;
  }

  .number-text-1 {
    text-align: right;
    font-size: 3em;
  }

  .content-text-4 {
    font-size: 1em;
  }

  .background-gradient-1 {
    background-image: linear-gradient(to right, #000000b3, #0000004d 101%);
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-error-text {
    font-size: 1em;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .form-field {
    font-size: 1.1em;
  }

  .form-content-column-2 {
    padding: 3em 2em;
  }

  .form-content-column-1 {
    padding-bottom: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer {
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .footer-row-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .footer-contact-link-block {
    font-size: 1.5em;
  }

  .footer-block-3, .footer-block-3.is-2nd {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-link-2.is-2nd {
    letter-spacing: .2em;
    text-indent: .2em;
    margin-right: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-list {
    flex-wrap: wrap;
  }

  .footer-contact-title {
    opacity: .8;
    font-size: .7em;
  }

  .nav-menu-button {
    width: 4em;
  }

  .nav-burger-menu {
    width: 1.3em;
    height: 9px;
  }

  .burger-line {
    height: 1px;
  }

  .close-button {
    font-size: .7em;
  }

  .menu-main-links {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .menu-border {
    width: 10px;
  }

  .menu-border.is-2nd, .menu-border.is-4th {
    height: 10px;
  }

  .main-button {
    background-color: #5f453e1c;
    justify-content: space-between;
    min-height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-button.in-services {
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .main-button.in-projects-1 {
    width: 100%;
  }

  .buttons-flex-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .hero-case-content {
    margin-left: 1.7em;
  }

  .hero-2 {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .main-hero {
    padding-bottom: 3em;
  }

  .main-hero-paragraph {
    font-size: 1.2em;
  }

  .hero-4 {
    padding-top: 18.5em;
  }

  .hero-image-size-1 {
    width: 75vw;
  }

  .contact-link-block-large {
    font-size: 1.4em;
  }

  .content-column-5 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .office-text {
    font-size: 1.2em;
  }

  .button-icon {
    margin-left: .7em;
  }

  .button-hero-animation-1, .button-hero-animation-2, .submit-button {
    width: 100%;
  }

  .project-title {
    font-size: 1.7em;
  }

  .project-column-1, .project-column-2 {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

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

  .consultancy-column-1, .consultancy-column-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero-text-1 {
    margin-bottom: 1.5em;
  }

  .custom-list-gallery-2 {
    max-width: 22em;
  }

  .service-1-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .service-1-text-1 {
    margin-bottom: 2em;
  }

  .service-1-link {
    height: 24em;
  }

  .services-1-page {
    border-width: 5px;
  }

  .service-1-list-page {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-symbol {
    margin-left: .7em;
  }

  .team-column-2 {
    min-height: 29em;
  }

  .team-text-1 {
    margin-top: .9em;
    font-size: .95em;
  }

  .article-padding {
    padding-top: 10em;
    padding-bottom: 3em;
  }

  .hero-service {
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .service-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .grid-box-1 {
    padding: 2.5em;
  }

  .project-item-2 {
    padding-bottom: 2.5em;
  }

  .blog-title {
    font-size: 1.3em;
  }

  .blog-content-block {
    max-width: none;
    padding-left: 2em;
  }

  .footer-menu-button {
    border-color: #e4c6be59;
    width: 100%;
  }

  .footer-menu-button:hover {
    border-color: #e4c6be59;
  }

  .hero-6 {
    grid-row-gap: .5em;
    padding-top: 8em;
  }

  .hero-6-text-1 {
    margin-top: 1em;
    font-size: 1.1em;
  }

  .blog-content-block-2 {
    max-width: none;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
  }

  .explore-button {
    justify-content: space-between;
    padding-left: 1.5em;
    padding-right: 1.9em;
  }

  .article-short-description {
    padding-left: 2em;
  }

  .article-image-1 {
    min-height: 20em;
  }

  .article-author-text-1 {
    font-size: 1.3em;
  }

  .article-padding-inner-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .article-author-block, .article-author-block-2 {
    margin-bottom: 2em;
  }

  .article-text-3 {
    font-size: 1.4em;
  }

  .timeline-1 {
    display: none;
  }

  .article-sidebar {
    border-bottom: 1px solid var(--misty-rose);
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 2em;
    position: relative;
    top: 0;
  }

  .hero-1-social-list.in-article {
    grid-column-gap: 3.25em;
    grid-row-gap: 3.25em;
    flex-direction: row;
  }

  .grid-article-content {
    grid-template-columns: 1fr;
  }

  .content-text-9 {
    font-size: 1.7em;
  }

  .content-text-10 {
    font-size: 1.1em;
  }

  .content-flex-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .clients.with-margin-bottom {
    margin-bottom: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .clients.in-home-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .clients-list {
    grid-template-columns: 1fr 1fr;
  }

  .client-logo {
    font-size: .8em;
  }

  .project-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .grid-content-2 {
    width: 100%;
  }

  .hero-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .service-1-text-2 {
    margin-bottom: 1.4em;
  }

  .team-grid-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .service-title-block-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .breadcrumb-link {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
  }

  .large-text-wrap {
    border-radius: 0;
  }

  .large-text-1.is-2nd.sec-with-large-link.i18n-services.notranslate {
    opacity: .76;
  }

  .large-text-1.is-1st {
    opacity: .72;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border-radius: 0;
    outline: 3px #032246;
  }

  .team-image-size {
    height: 18em;
  }

  .flex-title-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .form-content-column-3 {
    padding: 3em 2em;
  }

  .content-grid-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

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

  .content-image-2 {
    min-height: 20em;
  }

  .content-grid-6 {
    grid-column-gap: 0em;
    grid-template-columns: .25fr 3fr;
  }

  .project-title-text-1 {
    margin-left: .7em;
    margin-right: .7em;
  }

  .borders-1 {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .consultancy-1 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .grid-box-image {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .about-icon-3 {
    font-size: 5em;
  }

  .borders-full {
    border-width: 5px;
  }

  .footer-other-links {
    justify-content: flex-start;
  }

  .person-image-size {
    height: 32em;
  }

  .client-image-1 {
    min-height: 20em;
  }

  .terms-padding-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .collection-list {
    justify-content: flex-start;
  }

  .flex-title-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .form-success-title-3 {
    font-size: 1.2em;
  }

  .form-error-message-2 {
    padding: 1.7em;
  }

  .hero-case-2 {
    padding-right: 5.8em;
  }

  .hero-case-gradient-2 {
    width: 80%;
  }

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

  .nav-cart-block {
    grid-column-gap: 2vw;
  }

  .cart-content {
    grid-row-gap: 0em;
  }

  .cart-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .icon.in-cart {
    font-size: 1.1em;
  }

  .cart-list {
    background-color: var(--seashell);
  }

  .cart-product-title {
    font-size: 1.1em;
  }

  .cart-image-block {
    width: 3em;
    display: none;
  }

  .cart-container {
    background-color: #032246;
    width: 100%;
    min-width: 80vw;
    max-width: 100vw;
    min-height: 100vh;
  }

  .cart-item {
    grid-column-gap: .5em;
  }

  .cart-button {
    background-color: #5f453e1c;
    justify-content: space-between;
    min-width: auto;
    height: 100%;
    min-height: 3em;
    padding: .1em 2em;
    font-size: .9em;
  }

  .preloader-name {
    font-size: 1.1em;
  }

  .preloader-image-block {
    width: 80vw;
  }

  .checkout-option {
    font-size: 1em;
  }

  .checkout-product-in-order {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .heading-checkout.in-checkout {
    font-size: 1em;
  }

  .checkout-button-block {
    padding: .7em;
  }

  .order-summary-block {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }

  .checkout-block-header {
    padding: 4vw;
  }

  .checkout-order-product {
    font-size: 1.2em;
  }

  .checkout-order-image {
    width: 5em;
  }

  .checkout-block-content {
    padding: 5vw;
  }

  .field-label {
    font-size: 1em;
  }

  .order-summary-text {
    font-size: 1.3em;
  }

  .checkout-shipping-description {
    font-size: 1em;
  }

  .checkout-price, .confirmation-title {
    font-size: 1.1em;
  }

  .confirmation-flex {
    grid-row-gap: 2em;
  }

  .featured-product-prices {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .featured-products-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .featured-product-link {
    padding: 0;
  }

  .featured-product-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .products-grid {
    grid-column-gap: 2em;
    grid-row-gap: .75em;
  }

  .product {
    border: 1px solid var(--transparent-30);
    background-color: var(--transparent-10);
    border-radius: 3px;
    padding: 5vw;
  }

  .product-link {
    grid-row-gap: 1.25em;
    padding: 0;
  }

  .product-link:hover {
    background-color: #0000;
  }

  .product-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 4em;
  }

  .product-content {
    grid-row-gap: 1em;
  }

  .add-to-cart-button {
    background-position: 90%;
    flex: 1;
  }

  .quantity {
    height: 2.6em;
  }

  .select-type {
    height: 3em;
  }

  .cart-product-price {
    font-size: .9em;
  }

  .product-featured {
    font-size: .6em;
  }

  .card-1-block {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .card-badge-text {
    font-size: .8em;
  }

  .cards-1-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr;
  }

  .product-page-price-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .other-products-block-2 {
    min-height: 29em;
  }

  .product-content-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .product-page-add-to-cart {
    padding: 0 1.5em 1.5em;
  }

  .product-content-grid-2 {
    grid-column-gap: 0em;
    grid-template-columns: .25fr 3fr;
  }

  .products-list {
    grid-row-gap: 2.5em;
  }

  .product-detail-button {
    flex: 0 auto;
    width: 100%;
  }

  .vertical-flex.with-gap-4em {
    grid-row-gap: 3em;
  }

  .checkout-quantity {
    margin-left: 1em;
    padding-left: 1em;
  }

  .checkout-info-row {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .product-2-block {
    flex-wrap: wrap;
  }

  .product-2-image {
    width: 100%;
    height: 7em;
  }

  .product-2-content {
    text-align: center;
    align-items: center;
  }

  .gallery-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .gallery-lightbox {
    height: 11em;
  }

  .section-2 {
    background-image: url('../images/WhatsApp-Image-2026-07-10-at-11.53.28.jpeg');
    background-repeat: repeat;
    background-size: cover;
  }

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

  .paragraph {
    padding-bottom: 100px;
    font-size: 5vw;
  }

  .container-2 {
    padding-bottom: 100px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .heading-3.ad {
    color: var(--sienna);
  }

  .text-block {
    color: var(--sienna);
    flex-flow: column;
    align-items: flex-end;
    margin-left: 5px;
    font-family: Caudex, sans-serif;
    font-size: .8em;
    font-weight: 700;
    display: flex;
  }

  .navbar-2 {
    font-size: 1em;
  }

  .navbar-3 {
    max-height: 30px;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .div-block {
    display: flex;
  }

  .list {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    cursor: pointer;
    flex-flow: wrap;
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch space-between;
    place-items: center;
    width: 100%;
    padding-left: 0;
    font-family: Caudex, sans-serif;
    font-size: 13px;
    font-weight: 700;
    list-style-type: none;
    display: grid;
    position: static;
    transform: translate(0);
  }

  .list-item {
    background-color: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 16px;
    font-family: Exo, sans-serif;
    font-size: 10px;
    font-weight: 700;
    list-style-type: none;
    display: flex;
  }

  .list-item-2, .list-item-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 16px;
    display: flex;
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .slide {
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.06.15.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slide-2 {
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.06.15a.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slide-3 {
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.06.16asd.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slide-4 {
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.06.16asw.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slide-nav {
    perspective: 165px;
    transform: perspective(10px);
  }

  .slide-5 {
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.06.16we.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slide-6 {
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.07.33.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slide-7 {
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.07.34.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slide-8 {
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.07.34a.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slide-9 {
    background-image: url('../images/WhatsApp-Image-2026-07-11-at-18.07.34as.jpeg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .slide-1 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: auto;
  }

  .slider {
    text-align: left;
    background-color: #dddddd29;
    display: block;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .text-span {
    opacity: 1;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border-radius: 0;
    outline: 3px #fff;
    transition: opacity .2s;
    transform: translate(0);
    box-shadow: -6px 0 5px #0000, 0 2px 5px #0003;
  }
}

#w-node-ca5fc67d-193e-d13a-f4d4-3c1496acb748-fa84c6e5, #w-node-_6ce67f54-efcc-4bfd-409a-b5f8360ec486-fa84c6e5, #w-node-_54404b4a-d419-dfe6-aed2-ea43ab9f4be0-fa84c6e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02cccd4b-6988-d97c-7261-f6df21090230-fa84c6e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_12595ce5-6acf-6868-506c-2291b80b6974-fa84c6e5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_002d7120-9eb7-e864-57d6-ce2fdb503407-fa84c6e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d52be818-3db7-34d3-f7e6-62fbf2ac963d-fa84c6e5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-fa065524-7560-780b-867d-ce9375b5ae88-fa84c6e5 {
  justify-self: stretch;
}

#w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d883-fa84c6e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d887-fa84c6e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d889-fa84c6e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45197fca-59aa-be0b-0195-ac498ae86e17-fa84c6e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b805c6a7-2e25-391b-5d30-1818cdf922cd-cdf922c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b805c6a7-2e25-391b-5d30-1818cdf922e3-cdf922c7, #w-node-_6d3130d5-07de-7642-ec08-4092cef2ca94-cef2ca8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3130d5-07de-7642-ec08-4092cef2ca9b-cef2ca8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fb169ea7-049c-be69-150a-1eedf9952036-f9952035, #w-node-fb169ea7-049c-be69-150a-1eedf995203c-f9952035, #w-node-fb169ea7-049c-be69-150a-1eedf9952042-f9952035, #w-node-fb169ea7-049c-be69-150a-1eedf9952048-f9952035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c7831cc-7551-0aa0-a395-c85cf4feee65-fa84c6e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b4b770fc-6748-349e-b16c-391817ce5887-fa84c6e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b770fc-6748-349e-b16c-391817ce588b-fa84c6e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4b770fc-6748-349e-b16c-391817ce588d-fa84c6e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_412a66a8-f91d-e5b6-90ea-a53f1c82443c-fa84c6e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_412a66a8-f91d-e5b6-90ea-a53f1c824440-fa84c6e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce219202-6361-7289-53db-63dcfdadf8cc-fa84c6e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce219202-6361-7289-53db-63dcfdadf8ce-fa84c6e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8415a0-5e66-7159-5e08-c45bcc140033-fa84c6e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a8415a0-5e66-7159-5e08-c45bcc140037-fa84c6e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_507b5063-7962-027a-efd3-f720c40ed8e6-fa84c6ea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_507b5063-7962-027a-efd3-f720c40ed8e7-fa84c6ea {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_507b5063-7962-027a-efd3-f720c40ed8e9-fa84c6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_507b5063-7962-027a-efd3-f720c40ed8ec-fa84c6ea {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-ba1bce23-383f-00ab-580a-b066350f0cdc-fa84c6ea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba1bce23-383f-00ab-580a-b066350f0cde-fa84c6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba1bce23-383f-00ab-580a-b066350f0ce1-fa84c6ea {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_3e24cd2f-3d83-78d3-b7bd-f5cc507b7ae2-fa84c6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a71b412f-14ff-ce15-8920-f752f9f49b56-f9f49b51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b13b9892-4442-901f-8e6b-1dafa0fecf64-fa84c6eb, #w-node-_239f9734-7e7f-0b3e-cd65-fe197e457730-fa84c6eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d90e1abf-2052-1fbf-a492-d79291a19751-fa84c6eb, #w-node-_8dde602b-a74c-1ac2-5f98-caa5b5807ad4-fa84c6eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4efa6a95-3fb1-81df-988b-dbcd0243beca-fa84c6eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c3ac2be-371d-63f0-c158-cacffd529889-fa84c6eb, #w-node-_8203300b-ba23-a81c-d0d4-c8bf3f955d4c-fa84c6eb, #w-node-_8203300b-ba23-a81c-d0d4-c8bf3f955d52-fa84c6eb, #w-node-ebb742c7-a9ce-dbf4-51c1-bd163aa34da5-fa84c6eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e1d17b6-107a-a760-dbfa-a228eb65d4f4-fa84c6eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5841b448-f61c-c6ad-14b4-91c65196e263-fa84c6eb, #w-node-_91e3870f-8ab7-3e77-2039-76f2d1e891cc-fa84c6eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8561a5b-4416-33c3-8c22-2db1f7789aef-fa84c6eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-fa84c6ec, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-fa84c6ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80b-fa84c6ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e813-fa84c6ec, #w-node-d3a36886-870e-cb10-3c5d-ac2da2eaf3b4-fa84c6ec, #w-node-ce4c4586-8047-28a9-c479-6cc130cff397-fa84c6ec, #w-node-ce4c4586-8047-28a9-c479-6cc130cff399-fa84c6ec, #w-node-ce4c4586-8047-28a9-c479-6cc130cff3a1-fa84c6ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0dd2-fa84c6ed, #w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0dd5-fa84c6ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0dd8-fa84c6ed, #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761dfa-fa84c6ed, #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761e0d-fa84c6ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0e57-fa84c6ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1705-fa84c6ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1710-fa84c6ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1718-fa84c6ee, #w-node-_14461b06-061f-c879-b939-3c47568da708-fa84c6ef, #w-node-_0b2911ac-7b98-42a9-ddc4-5564702fd95c-fa84c6ef, #w-node-_14461b06-061f-c879-b939-3c47568da70e-fa84c6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b2a45b2-664c-8069-170c-3cfff2ce3a0c-fa84c6ef {
  align-self: start;
}

#w-node-_8b2a45b2-664c-8069-170c-3cfff2ce3a10-fa84c6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0441a5f4-6880-f309-da9e-9c69f319238a-fa84c6f0 {
  place-self: start end;
}

#w-node-_623c2e83-a747-64d6-0746-44a5fdebfdfc-fa84c6f0, #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdef-fa84c6f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_623c2e83-a747-64d6-0746-44a5fdebfdeb-fa84c6f0 {
  justify-self: center;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e669-fa84c6f0 {
  justify-self: start;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e65b-fa84c6f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e659-fa84c6f0 {
  justify-self: center;
}

#w-node-_4360ec69-f559-eb39-02e7-085a08059771-fa84c6f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4360ec69-f559-eb39-02e7-085a08059775-fa84c6f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c100ce04-179a-0ea7-aedf-2c2f77502a04-fa84c6f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c100ce04-179a-0ea7-aedf-2c2f77502a08-fa84c6f0, #w-node-c8b30bed-e5dd-5f02-4595-c4ec4bf447b2-fa84c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b30bed-e5dd-5f02-4595-c4ec4bf447c2-fa84c6f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8b30bed-e5dd-5f02-4595-c4ec4bf447ca-fa84c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117870-fa84c6f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117871-fa84c6f1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117873-fa84c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2e76f5-9f5d-41ab-df8c-bc964e117876-fa84c6f1 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-f917cf44-cb3f-b95e-dc12-c4a8acf76f5b-fa84c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63eda-3bb63ed9 {
  align-self: center;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63ede-3bb63ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63ee1-3bb63ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31631fe9-fa84c6f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31631fed-fa84c6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31632001-fa84c6f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc34ee63-92c5-a38a-3e06-32cc31632005-fa84c6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_135e97a1-9019-1630-df72-5673678b7a29-fa84c6f3, #w-node-_135e97a1-9019-1630-df72-5673678b7a36-fa84c6f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7305b8f8-6778-4f97-e772-23e6d82270e4-fa84c6f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7305b8f8-6778-4f97-e772-23e6d82270ef-fa84c6f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7305b8f8-6778-4f97-e772-23e6d82270f7-fa84c6f3, #w-node-ed1f67c4-6d5e-212a-4a17-417258b8d648-fa84c6f3, #w-node-ed1f67c4-6d5e-212a-4a17-417258b8d650-fa84c6f3, #w-node-a74acaf4-7a28-50e4-b7cd-f76571d7d82b-fa84c6f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c77448-25a5-c00a-7576-67e417e5e5c6-fa84c6f4 {
  justify-self: start;
}

#w-node-f6c77448-25a5-c00a-7576-67e417e5e5c9-fa84c6f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09074b3d-6e63-9a35-80d0-73e03548862d-fa84c6f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28087f50-b64a-40aa-ab17-c9da9916bbc5-fa84c6f4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_984dbe85-ca35-570c-6b27-3b2b60799c68-fa84c6f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22b5453a-8287-6e4e-f3bb-b6c1f0e74ba9-fa84c6f4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22b5453a-8287-6e4e-f3bb-b6c1f0e74bab-fa84c6f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22b5453a-8287-6e4e-f3bb-b6c1f0e74bae-fa84c6f4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-ba2dae27-0fd8-4dc6-3d85-539f55555273-fa84c6f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18133fb9-33ce-7369-b81d-b9464190f322-fa84c6f6 {
  align-self: stretch;
}

#w-node-_893fcc42-a683-9366-3be5-442a4f66e8ca-fa84c6f6, #w-node-_893fcc42-a683-9366-3be5-442a4f66e8d4-fa84c6f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f4015-fa84c6f7 {
  justify-self: start;
}

#w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f401e-fa84c6f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f402c-fa84c6f7 {
  justify-self: center;
}

#w-node-_4c2937ea-3ad6-aa1c-c411-3e2898673bbd-fa84c6f8, #w-node-eb83a015-7ea4-87a1-f683-ae2e05b3e5a3-fa84c6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd183-fa84c6f8, #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd190-fa84c6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ee3c4bef-7e56-e07e-4b31-aa7aba07f5f0-fa84c6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_374aeac5-593a-052d-81b5-08fcb9071461-fa84c6f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_374aeac5-593a-052d-81b5-08fcb9071462-fa84c6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_374aeac5-593a-052d-81b5-08fcb9071464-fa84c6f8 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_94f505d8-2bc8-cbde-183f-2dadcba14104-fa84c6f8, #w-node-ce0fa11d-cbb0-adbc-4a67-641c895daf67-fa84c6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc80b4bd-dd4f-1ae1-2222-2df6ba657f41-fa84c6f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc80b4bd-dd4f-1ae1-2222-2df6ba657f43-fa84c6f8, #w-node-f730ff45-ce5d-233e-f7b1-149962d5705f-fa84c6f8, #w-node-_10d1592e-bd39-f42e-d581-18e5fef9966a-fa84c6f8, #w-node-_9d76acbe-ab68-1d2a-dc94-58974d9cb295-fa84c6f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_520bbee9-7378-f020-1e5d-d9dcf6250545-fa84c6f9, #w-node-_79638f19-ce03-bb5e-f4e5-bba7754cb36e-fa84c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e5603c3a-4c8b-8bbc-cfea-1fcdb39d62c7-fa84c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cda4018-6aa1-ed85-9b70-53a2c579517c-fa84c6f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5cda4018-6aa1-ed85-9b70-53a2c579517e-fa84c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cda4018-6aa1-ed85-9b70-53a2c5795181-fa84c6f9 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_1fa30735-1099-4183-2fc2-34b31f0d347b-fa84c6f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fa30735-1099-4183-2fc2-34b31f0d347f-fa84c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98df3894-dea7-3cbb-3302-9ef064cbb3a4-fa84c6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4c74563-0afe-512c-650c-86477c342b5d-fa84c6fb, #w-node-c4c74563-0afe-512c-650c-86477c342b65-fa84c6fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ec17b0-febe-16d0-6547-b9dcbdbf013a-fa84c6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_77ac15ea-1155-cb07-3aed-d8ce8a412524-fa84c6fd, #w-node-_77ac15ea-1155-cb07-3aed-d8ce8a41252b-fa84c6fd, #w-node-_77ac15ea-1155-cb07-3aed-d8ce8a412532-fa84c6fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c993c567-4327-7469-3086-451e0ed03858-fa84c6fe, #w-node-c993c567-4327-7469-3086-451e0ed03865-fa84c6fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_65cb8d0a-41d2-c2e8-a0ca-c3539b705d30-fa84c6fe, #w-node-_65cb8d0a-41d2-c2e8-a0ca-c3539b705d38-fa84c6fe, #w-node-_7e1c0294-f842-5bc5-8030-44827ea88b4c-fa84c6ff, #w-node-a9fcf883-a402-9caf-0e31-bff4ee5f9d74-fa84c6ff, #w-node-a9fcf883-a402-9caf-0e31-bff4ee5f9d7e-fa84c6ff, #w-node-_0f878186-e492-4736-038b-45677e8434af-fa84c701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f878186-e492-4736-038b-45677e8434bc-fa84c701 {
  align-self: stretch;
}

#w-node-_0f878186-e492-4736-038b-45677e8434c0-fa84c701, #w-node-a5b56dcd-6359-7d8f-809f-402938f4e0cb-fa84c701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f9e8793c-65d6-cd8e-bf21-b562a8ef4aad-fa84c701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-afce6d68-e0a5-882b-9d7c-74c5d6f1a3a2-fa84c701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afce6d68-e0a5-882b-9d7c-74c5d6f1a3ad-fa84c701 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afce6d68-e0a5-882b-9d7c-74c5d6f1a3b5-fa84c701, #w-node-_214d2d3b-fa90-f352-d46b-b2c7506fa690-fa84c701, #w-node-fe757743-9ee0-f970-64d2-6869b95d1046-fa84c701, #w-node-_6929b275-f7ce-ca02-06d6-27a0104ad586-fa84c706, #w-node-_94afe4fe-0e02-9eeb-3097-4033f9e39a04-fa84c706, #w-node-_93ac5215-d28d-a6c1-de3f-abf088bd2e8d-fa84c706, #w-node-b41a716c-37ad-22bb-5cde-cf5042fc0dc8-fa84c706 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6ce67f54-efcc-4bfd-409a-b5f8360ec482-fa84c6e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18730d4c-8363-a42a-94ad-04dea3f9c5ca-fa84c6e5 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_239f9734-7e7f-0b3e-cd65-fe197e457730-fa84c6eb {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_4e1d17b6-107a-a760-dbfa-a228eb65d4f4-fa84c6eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5841b448-f61c-c6ad-14b4-91c65196e263-fa84c6eb, #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-fa84c6ec, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-fa84c6ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e65b-fa84c6f0 {
    justify-self: start;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e659-fa84c6f0 {
    justify-self: center;
  }

  #w-node-_0d90286a-44c7-392f-9f1f-96d2d0c3775e-fa84c6f1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_22a4fa90-440e-c530-6b15-69623bb63eda-3bb63ed9 {
    align-self: start;
  }

  #w-node-_135e97a1-9019-1630-df72-5673678b7a36-fa84c6f3 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_18133fb9-33ce-7369-b81d-b9464190f322-fa84c6f6, #w-node-_18d83a83-820c-4c7d-2ccc-3840aac0753e-fa84c6f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd190-fa84c6f8, #w-node-c993c567-4327-7469-3086-451e0ed03865-fa84c6fe {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_0f878186-e492-4736-038b-45677e8434bc-fa84c701 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-_51b98f53-9460-bcc2-57ac-fa3edfa3365b-fa84c701 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca5fc67d-193e-d13a-f4d4-3c1496acb744-fa84c6e5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_02cccd4b-6988-d97c-7261-f6df21090230-fa84c6e5, #w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d886-fa84c6e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd7eee43-a086-8216-e4ae-ff28e3b4d895-fa84c6e5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45197fca-59aa-be0b-0195-ac498ae86e15-fa84c6e5 {
    justify-self: start;
  }

  #w-node-_45197fca-59aa-be0b-0195-ac498ae86e17-fa84c6e5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_6d3130d5-07de-7642-ec08-4092cef2ca9b-cef2ca8f {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_3c7831cc-7551-0aa0-a395-c85cf4feee62-fa84c6e8 {
    justify-self: start;
  }

  #w-node-_3c7831cc-7551-0aa0-a395-c85cf4feee65-fa84c6e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b4b770fc-6748-349e-b16c-391817ce588a-fa84c6e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4b770fc-6748-349e-b16c-391817ce589a-fa84c6e9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_412a66a8-f91d-e5b6-90ea-a53f1c82443b-fa84c6e9, #w-node-ce219202-6361-7289-53db-63dcfdadf8cb-fa84c6e9, #w-node-_6a8415a0-5e66-7159-5e08-c45bcc140032-fa84c6e9, #w-node-_507b5063-7962-027a-efd3-f720c40ed8e6-fa84c6ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e24cd2f-3d83-78d3-b7bd-f5cc507b7adf-fa84c6ea {
    justify-self: start;
  }

  #w-node-_3e24cd2f-3d83-78d3-b7bd-f5cc507b7ae2-fa84c6ea, #w-node-_4efa6a95-3fb1-81df-988b-dbcd0243bec6-fa84c6eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4efa6a95-3fb1-81df-988b-dbcd0243beca-fa84c6eb {
    grid-column: span 1 / span 1;
  }

  #w-node-cf67ca59-6056-6c58-6ba4-cd695c548019-fa84c6eb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_91e3870f-8ab7-3e77-2039-76f2d1e891dd-fa84c6eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f8561a5b-4416-33c3-8c22-2db1f7789aec-fa84c6eb {
    justify-self: start;
  }

  #w-node-f8561a5b-4416-33c3-8c22-2db1f7789aef-fa84c6eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e800-fa84c6ec, #w-node-_0436d8f4-00e8-cb61-70ed-f9508e8a31d0-fa84c6ec, #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80b-fa84c6ec {
    grid-column: span 1 / span 1;
  }

  #w-node-_351aab64-2ee8-4e8d-9d87-676c5d65e80f-fa84c6ec {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761e01-fa84c6ed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761e05-fa84c6ed {
    grid-column: span 1 / span 1;
  }

  #w-node-_41a8f6dc-b04c-914f-7935-c0abad973fbb-fa84c6ed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fe965ed-dcf6-1beb-f1aa-a52be4761e09-fa84c6ed {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0e54-fa84c6ed {
    justify-self: start;
  }

  #w-node-_3ed24a0b-cda2-dd0d-7a6a-7215b6ec0e57-fa84c6ed, #w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea170c-fa84c6ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1710-fa84c6ee {
    grid-column: span 1 / span 1;
  }

  #w-node-_24890f32-836b-1f0a-8b2e-1eb2f0ea1714-fa84c6ee {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e659-fa84c6f0 {
    justify-self: end;
  }

  #w-node-_4360ec69-f559-eb39-02e7-085a08059770-fa84c6f0, #w-node-c100ce04-179a-0ea7-aedf-2c2f775029fd-fa84c6f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8b30bed-e5dd-5f02-4595-c4ec4bf447be-fa84c6f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c8b30bed-e5dd-5f02-4595-c4ec4bf447c2-fa84c6f1 {
    grid-column: span 1 / span 1;
  }

  #w-node-c8b30bed-e5dd-5f02-4595-c4ec4bf447c6-fa84c6f1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-af2e76f5-9f5d-41ab-df8c-bc964e117870-fa84c6f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f917cf44-cb3f-b95e-dc12-c4a8acf76f58-fa84c6f1 {
    justify-self: start;
  }

  #w-node-f917cf44-cb3f-b95e-dc12-c4a8acf76f5b-fa84c6f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_22a4fa90-440e-c530-6b15-69623bb63ee1-3bb63ed9 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-fc34ee63-92c5-a38a-3e06-32cc31631fe4-fa84c6f2, #w-node-fc34ee63-92c5-a38a-3e06-32cc31632000-fa84c6f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7305b8f8-6778-4f97-e772-23e6d82270eb-fa84c6f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7305b8f8-6778-4f97-e772-23e6d82270ef-fa84c6f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7305b8f8-6778-4f97-e772-23e6d82270f3-fa84c6f3 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f402c-fa84c6f7 {
    justify-self: end;
  }

  #w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f4035-fa84c6f7, #w-node-cc80b4bd-dd4f-1ae1-2222-2df6ba657f3f-fa84c6f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc138d41-a423-74b3-de64-b529bb6fdde1-fa84c6f8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1fa30735-1099-4183-2fc2-34b31f0d3474-fa84c6f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98df3894-dea7-3cbb-3302-9ef064cbb3a1-fa84c6f9 {
    justify-self: start;
  }

  #w-node-_98df3894-dea7-3cbb-3302-9ef064cbb3a4-fa84c6f9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2ec17b0-febe-16d0-6547-b9dcbdbf0137-fa84c6fc {
    justify-self: start;
  }

  #w-node-c2ec17b0-febe-16d0-6547-b9dcbdbf013a-fa84c6fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0f878186-e492-4736-038b-45677e8434bc-fa84c701 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-f9e8793c-65d6-cd8e-bf21-b562a8ef4aad-fa84c701 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-afce6d68-e0a5-882b-9d7c-74c5d6f1a3a9-fa84c701 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afce6d68-e0a5-882b-9d7c-74c5d6f1a3ad-fa84c701 {
    grid-column: span 1 / span 1;
  }

  #w-node-afce6d68-e0a5-882b-9d7c-74c5d6f1a3b1-fa84c701 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_54404b4a-d419-dfe6-aed2-ea43ab9f4bdc-fa84c6e5 {
    grid-area: 5 / 1 / 7 / 2;
  }

  #w-node-_25208e88-a86e-c246-451c-5b5d689192cd-fa84c6e5, #w-node-_25208e88-a86e-c246-451c-5b5d689192d1-fa84c6e5, #w-node-_25208e88-a86e-c246-451c-5b5d689192d3-fa84c6e5 {
    justify-self: start;
  }

  #w-node-_25208e88-a86e-c246-451c-5b5d689192cf-fa84c6e5 {
    justify-self: end;
  }

  #w-node-_25208e88-a86e-c246-451c-5b5d689192d5-fa84c6e5 {
    justify-self: start;
  }

  #w-node-_25208e88-a86e-c246-451c-5b5d689192d7-fa84c6e5 {
    justify-self: end;
  }

  #w-node-_25208e88-a86e-c246-451c-5b5d689192d9-fa84c6e5 {
    place-self: auto start;
  }

  #w-node-_25208e88-a86e-c246-451c-5b5d689192db-fa84c6e5 {
    justify-self: end;
  }

  #w-node-_25208e88-a86e-c246-451c-5b5d689192dd-fa84c6e5 {
    justify-self: start;
  }

  #w-node-_25208e88-a86e-c246-451c-5b5d689192df-fa84c6e5 {
    justify-self: end;
  }

  #w-node-b805c6a7-2e25-391b-5d30-1818cdf922d6-cdf922c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b13b9892-4442-901f-8e6b-1dafa0fecf64-fa84c6eb {
    justify-self: start;
  }

  #w-node-_239f9734-7e7f-0b3e-cd65-fe197e457730-fa84c6eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8203300b-ba23-a81c-d0d4-c8bf3f955d52-fa84c6eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4e1d17b6-107a-a760-dbfa-a228eb65d4f4-fa84c6eb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5841b448-f61c-c6ad-14b4-91c65196e263-fa84c6eb {
    grid-column: span 1 / span 1;
  }

  #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdfc-fa84c6f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdef-fa84c6f0 {
    justify-self: start;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e669-fa84c6f0 {
    justify-self: stretch;
  }

  #w-node-_0d90286a-44c7-392f-9f1f-96d2d0c3775c-fa84c6f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d90286a-44c7-392f-9f1f-96d2d0c3775e-fa84c6f1, #w-node-_135e97a1-9019-1630-df72-5673678b7a29-fa84c6f3 {
    justify-self: start;
  }

  #w-node-_135e97a1-9019-1630-df72-5673678b7a36-fa84c6f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28087f50-b64a-40aa-ab17-c9da9916bbc5-fa84c6f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18133fb9-33ce-7369-b81d-b9464190f326-fa84c6f6, #w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f3fef-fa84c6f7, #w-node-_37eab79d-5640-e350-50ff-d5528bc64d9f-fa84c6f7, #w-node-_2e5b6522-64b2-b145-f440-7c93484ca9bf-fa84c6f7 {
    justify-self: start;
  }

  #w-node-_71d66877-d0bf-86bf-67f3-f0d4b91f4015-fa84c6f7 {
    justify-self: stretch;
  }

  #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd183-fa84c6f8 {
    justify-self: start;
  }

  #w-node-_426a5348-e9d3-17e8-5efd-f7c1c3fbd190-fa84c6f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c993c567-4327-7469-3086-451e0ed03858-fa84c6fe {
    justify-self: start;
  }

  #w-node-c993c567-4327-7469-3086-451e0ed03865-fa84c6fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f878186-e492-4736-038b-45677e8434bc-fa84c701 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-f9e8793c-65d6-cd8e-bf21-b562a8ef4aad-fa84c701 {
    grid-column: span 1 / span 1;
  }

  #w-node-_51b98f53-9460-bcc2-57ac-fa3edfa33648-fa84c701 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51b98f53-9460-bcc2-57ac-fa3edfa3365b-fa84c701 {
    justify-self: start;
  }
}
