@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-dark: #1a2835;
  --light-gray: #c7c7d0;
  --white: white;
  --_color---obsidian-indigo: #050d1a;
  --_color---burnished-gold: #c9b067;
  --_color---shades-of-white--ivory-mist: #f8f5f0;
  --_color---midnight-teal: #102124;
  --_color---shades-of-white--pearl-dust: #f1ece4;
  --_color---rose-gold-copper: #b76e79;
  --_color---terracotta-clay: #a25c47;
  --_color---smoky-plum: #2c1d24;
  --_color---jerusalem-sand: #d8c9a3;
  --bg-light: #2e465c;
  --primary-dark\<deleted\|variable-478a3a9e\>: #000;
  --gray: #9d9d9d;
  --white-2\<deleted\|variable-7376bfaa\>: white;
  --_color---dessert-garnet: #8c1c13;
  --_color---shades-of-white--moonstone-white: #f4f7f5;
  --_color---charcoal-navy: #0b1d2b;
  --_color---shades-of-white--desert-fog: #e9e6df;
  --_color---transparent: #0000;
  --_color---midnight-azule: #0a2342;
  --_color---olive-palm-green: #8a8e1f;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --primary-gray\<deleted\|variable-e2382e90\>: #5b5b5b;
  --dark-gray-1\<deleted\|variable-816eb261\>: darkgrey;
  --black\<deleted\|variable-66bd1c0d\>: black;
  --_color---color-3: black;
  --gray\<deleted\|variable-7d932a2c\>: #e9e9e9;
  --primary-light\<deleted\|variable-fb6c153a\>: #f8f2f2;
  --secondary: #f5d76b;
  --_color---espresso-slate: #1a1a1a;
  --_color---shades-of-white--philippine-gray​​: #948a85;
  --_color---shades-of-white--granite-charcoal: #4a4a4a;
  --_color---shades-of-white--slate-shadow: #7a7a7a;
  --_color---shades-of-white--urban-smoke: #b4b4b4;
  --_color---shades-of-white--stone-gray: #d6d6d6;
  --_color---shades-of-white--ash-mist: #eaeaea;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber {
  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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

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

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  background-color: var(--bg-dark);
  color: var(--light-gray);
  letter-spacing: .2px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--white);
  letter-spacing: .4px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  letter-spacing: .4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  letter-spacing: .4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--light-gray);
  letter-spacing: .4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: opacity .3s, background-color .3s, color .3s;
}

a:hover {
  opacity: .7;
  color: var(--white);
}

ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 10px;
  padding-left: 0;
  list-style-type: disc;
  display: flex;
}

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

li {
  color: var(--light-gray);
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

label {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}

blockquote {
  color: var(--white);
  text-align: center;
  background-image: url('../images/Quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 20px 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---obsidian-indigo);
  opacity: 1;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: auto;
  padding: 0 1rem;
  display: block;
  position: static;
}

.section._0-bottom-padding {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
}

.section.portfolio-grid-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pawel-szvmanski-XKHPN9d4TaI-unsplash_1pawel-szvmanski-XKHPN9d4TaI-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.about-us-image-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  margin-top: 0;
  display: flex;
}

.section._0-padding-top {
  margin-top: auto;
  padding-top: 0;
  padding-right: 2rem;
}

.section.pricing-banner-third {
  background-color: var(--_color---burnished-gold);
  filter: blur();
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 0;
  display: flex;
}

.section.home-6-banner {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
}

.section.album-2-banner {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
}

.section.home-1-banner {
  z-index: auto;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--_color---obsidian-indigo);
  opacity: 100;
  filter: saturate(84%);
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  color: var(--_color---shades-of-white--ivory-mist);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  display: block;
  position: relative;
}

.section.home-3-banner-section {
  padding-top: 140px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.blog-post-section {
  background-color: var(--_color---midnight-teal);
  color: var(--_color---shades-of-white--pearl-dust);
  padding-top: 140px;
}

.section.services-section {
  background-color: var(--bg-dark);
  min-height: 25vh;
  padding-bottom: 39px;
}

.section.service-details-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
}

.section.services-banner {
  border-bottom: 1px solid var(--_color---rose-gold-copper);
  background-color: var(--_color---obsidian-indigo);
  filter: saturate(84%);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.banner {
  padding-top: 140px;
}

.section.section-without-top {
  padding-top: 0;
}

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

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.porfolio-section {
  background-color: var(--bg-dark);
  padding-left: 2rem;
  padding-right: 2rem;
}

.section.about-us-solid {
  border-bottom: 1px solid var(--_color---terracotta-clay);
  background-color: var(--_color---obsidian-indigo);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50svh;
  margin-top: 0;
  padding: 15vh 0 10vh;
  display: flex;
}

.section.pricing-hero-banner {
  filter: blur();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 0;
  display: flex;
}

.section.on-location-solid-banner {
  border-bottom: 1px solid var(--_color---terracotta-clay);
  background-color: var(--_color---obsidian-indigo);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50svh;
  margin-top: 0;
  padding: 15vh 0 10vh;
  display: flex;
}

.section.privacy-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45svh;
  min-height: auto;
  margin-top: 0;
  padding-top: 4rem;
  display: flex;
}

.section.guide-banner {
  background-color: var(--_color---smoky-plum);
  filter: blur();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 0;
  display: flex;
}

.section.whyus {
  display: flex;
}

.section.why-us {
  justify-content: center;
  align-items: center;
  height: 20svh;
  min-height: auto;
  padding-top: 0;
  display: flex;
}

.base-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 1200px;
  color: var(--_color---jerusalem-sand);
  text-align: center;
  -webkit-text-stroke-color: var(--bg-light);
  background-color: #0000;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.base-container.flex-vertical-center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 0;
  padding: 1.7rem;
}

.base-container.full-width {
  max-width: none;
}

.base-container.full-width-no-padding {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.contact-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 1rem;
}

.grid-system-wrapper {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--primary-dark\<deleted\|variable-478a3a9e\>);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--bg-light);
  border-left: 1px none var(--primary-dark\<deleted\|variable-478a3a9e\>);
  background-color: var(--white);
  width: 19%;
  color: var(--bg-dark);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  font-weight: 600;
  display: flex;
}

.grid-title.first-grid {
  border-right-color: var(--bg-light);
  border-left-style: solid;
  border-left-color: var(--bg-light);
  background-color: var(--white);
  width: 24%;
  color: var(--bg-dark);
  margin-top: 0;
  font-weight: 600;
}

.grid-description {
  border-right: 1px solid var(--bg-light);
  border-bottom: 1px solid var(--bg-light);
  width: 19%;
  color: var(--white);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--bg-light);
  border-bottom: 1px solid var(--bg-light);
  border-left: 1px solid var(--bg-light);
  width: 24%;
  color: var(--white);
}

.grid-description.last-description {
  border-right: 1px solid var(--bg-light);
  border-bottom-color: var(--bg-light);
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  filter: grayscale();
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  filter: grayscale();
  max-width: 70%;
}

.primary-style-guide {
  border: 1px solid var(--bg-light);
  background-color: var(--bg-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 2px 5px #0003;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white-2\<deleted\|variable-7376bfaa\>);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 10px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 68px;
}

.h2-tablet {
  font-size: 48px;
}

.h1-mobile {
  font-size: 46px;
}

.h2-mobile {
  font-size: 38px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--bg-dark);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  color: var(--white);
  background-color: #fff0;
}

.primary-button.full-width {
  background-color: var(--_color---dessert-garnet);
  width: 100%;
  color: var(--_color---burnished-gold);
  border-style: none;
  border-radius: 0;
  font-family: Cormorant Garamond, sans-serif;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.primary-dark {
  background-color: var(--bg-dark);
  color: var(--white);
}

.primary-button.primary-dark:hover {
  background-color: var(--bg-light);
}

.primary-button.pagination {
  border-radius: 0;
  margin-top: 40px;
}

.primary-button.get-pricing {
  color: var(--_color---shades-of-white--pearl-dust);
}

.style-guide-div {
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  margin-top: 55px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  min-width: 100%;
  color: var(--_color---shades-of-white--moonstone-white);
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.nav-menu {
  z-index: 1;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

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

.nav-dropdown-icon {
  color: var(--white);
  margin-right: 0;
  font-size: 16px;
  position: static;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
  overflow: hidden;
}

.nav-dropdown-list.megamenu.w--open {
  justify-content: space-between;
  width: 460px;
  left: -50px;
}

.nav-dropdown-link-wrapper {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: padding .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-wrapper:hover {
  padding-left: 20px;
  padding-right: 10px;
}

.nav-dropdown-line {
  z-index: 9999;
  background-color: var(--bg-dark);
  width: 16px;
  height: 2px;
  position: absolute;
  left: -20px;
}

.nav-dropdown-line:hover {
  left: 0;
}

.nav-dropdown-link {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  width: 100%;
  padding: 8px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

.nav-dropdown-link.w--current:hover {
  color: var(--bg-light);
}

.tablet-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.nav-item-title {
  color: var(--bg-dark);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  transition: opacity .3s;
}

.nav-item-title:hover {
  opacity: .7;
  color: var(--bg-light);
}

.nav-item-title.nav-inverted-dropdown {
  filter: invert();
  color: #000;
  font-weight: 700;
}

.logo-mobile {
  width: 220px;
  padding-left: 0;
}

.logo-mobile.w--current {
  width: auto;
}

.banner-title {
  color: var(--white);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--bg-light);
  min-width: 280px;
  min-height: 48px;
  color: var(--white);
  background-color: #fff0;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--white);
}

.password-input::placeholder {
  color: var(--light-gray);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  width: 150px;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.coming-soon-form {
  flex-flow: row;
  display: flex;
  position: relative;
}

.coming-soon-input {
  border: 1px solid var(--bg-light);
  background-color: var(--bg-dark);
  letter-spacing: 1px;
  min-width: 300px;
  min-height: 50px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.coming-soon-input:focus {
  border: 1px solid var(--bg-light);
}

.coming-soon-input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 40px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  display: block;
}

.blog-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.blog-grid-image-link {
  min-width: 100%;
  overflow: hidden;
}

.blog-grid-image {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  min-width: 100%;
  height: 280px;
}

.blog-grid-content-wrapper {
  grid-row-gap: 15px;
  border: 1px none var(--_color---shades-of-white--ivory-mist);
  background-color: var(--_color---charcoal-navy);
  min-height: 355px;
  color: var(--_color---shades-of-white--desert-fog);
  border-radius: 1px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.blog-grid-item {
  display: block;
}

.blog-grid-item-title {
  color: var(--_color---jerusalem-sand);
  text-align: left;
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  transition: all .2s;
}

.blog-grid-item-description {
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-grid-post-wrapper {
  flex-direction: column;
  align-items: center;
  display: inline-block;
}

.blog-template-wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  text-align: center;
  object-fit: cover;
  width: 35%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-pagination {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--_color---olive-palm-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  margin-left: 10px;
  margin-right: 10px;
}

.next-post-arrow {
  color: var(--_color---olive-palm-green);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer-section {
  background-color: var(--_color---obsidian-indigo);
  text-align: center;
  align-items: flex-start;
  margin-top: 5%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-block {
  background-color: #0000;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-text {
  color: var(--_color---shades-of-white--ivory-mist);
  text-align: left;
  letter-spacing: .2px;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 12px;
}

.footer-text.privacy {
  text-align: left;
  margin-bottom: 10px;
  font-size: 5px;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.section-title-wrapper.boarder {
  margin-top: 3%;
  margin-bottom: 3%;
}

.section-subtitle {
  color: var(--_color---shades-of-white--pearl-dust);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 1.8em;
}

.section-subtitle.no-bottom-margin {
  color: var(--light-gray);
  margin-bottom: 0;
}

.style-guide-buttons-wrapper {
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button {
  background-color: #0000;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.2;
  transition: all .3s;
}

.text-button:hover {
  opacity: .8;
}

.text-button-icon {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
}

.free-trial-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.paragraph-large {
  text-align: left;
  letter-spacing: .4px;
  padding-right: 0;
  font-family: Spectral, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

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

.services-item {
  background-color: var(--bg-dark);
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  margin-right: 30px;
  padding: 20px 35px 30px;
  display: flex;
}

.services-item.service-page {
  background-color: #253849;
  width: 100%;
  min-height: 340px;
  margin-right: 0;
}

.services-item-description {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-title {
  color: var(--_color---shades-of-white--pearl-dust);
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 35px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  font-family: Spectral SC, sans-serif;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--_color---transparent);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 15px #1a2835;
}

.accordion-shevron-icon {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  color: var(--_color---shades-of-white--ivory-mist);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-weight: 400;
}

.accordion-title {
  font-family: Spectral, sans-serif;
  line-height: 1.5em;
}

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

.pricing-3-plans-wrapper {
  align-items: center;
  display: flex;
}

.pricing-3-plans-wrapper.pricing-2-plans-wrapper {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.pricing-3-plan-item {
  background-color: var(--white-2\<deleted\|variable-7376bfaa\>);
  width: 33vw;
  min-height: 510px;
}

.pricing-3-plan-item.center-item {
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 20px #0000000f;
}

.pricing-3-plan-item.pricing-1-item {
  background-color: #2e465c00;
  width: 33%;
}

.pricing-3-plan-title-wrapper {
  background-color: var(--_color---dessert-garnet);
  perspective: 734px;
  perspective-origin: 100%;
  text-align: center;
  border-bottom: 1px solid #c7c7d080;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: perspective(550px);
}

.pricing-3-plan-title-wrapper.light-background {
  background-color: var(--bg-light);
  border-bottom-style: none;
}

.pricing-plan-content-wrapper {
  border: 1px solid var(--_color---burnished-gold);
  background-color: var(--_color---obsidian-indigo);
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.pricing-plan-content-wrapper.center-item {
  padding-left: 50px;
  padding-right: 50px;
}

.pricing-3-plan-price {
  color: var(--bg-dark);
  font-size: 20px;
}

.pricing-3-plan-list {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-plan-list.pricing-1-plan {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin: 10%;
}

.pricing-3-plan-list-item {
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Spectral, sans-serif;
  font-size: 17px;
  line-height: 26px;
  list-style-type: none;
}

.pricing-3-plan-list-item.last-child {
  border-bottom-style: none;
}

.light-background {
  background-color: var(--light-gray\<deleted\|variable-720418ab\>);
}

.pricing-features-wrapper {
  background-color: var(--_color---obsidian-indigo);
  color: var(--_color---obsidian-indigo);
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 45px;
  padding-bottom: 0;
  display: flex;
}

.pricing-features-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.pricing-features-links-wrap {
  background-color: #1e2e3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  padding: 20px 20px 20px 40px;
  display: flex;
  box-shadow: 0 0 10px #1a283580;
}

.pricing-capabilities-link {
  transition: all .3s;
}

.pricing-capabilities-link:hover {
  opacity: .7;
  color: var(--white);
}

.pricing-features-item {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.pricing-features-icon {
  background-color: var(--bg-light);
  min-width: 50px;
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.coming-soon-image {
  max-width: 480px;
}

.link-with-icon {
  transition: all .3s;
}

.link-with-icon:hover {
  opacity: .7;
  color: var(--white);
}

.link-with-icon.pricing-page {
  padding-top: 20px;
}

.link-with-icon.pricing-page:hover {
  color: var(--white);
}

.contacts-location-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Spectral, sans-serif;
  display: flex;
}

.contacts-icon {
  color: var(--_color---burnished-gold);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
}

.paragrah {
  width: 50%;
  max-width: clamp(500px, 60ch, 720px);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Spectral, sans-serif;
  line-height: 1.5em;
}

.paragrah.contact {
  margin-bottom: 0;
}

.paragrah.whyus {
  width: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.contacts-textarea {
  border: 1px solid var(--_color---midnight-azule);
  background-color: var(--_color---transparent);
  min-height: 200px;
  color: var(--_color---shades-of-white--desert-fog);
  border-radius: 0;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-family: Spectral, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--white);
}

.contacts-textarea::placeholder {
  color: var(--white);
  font-size: 16px;
  line-height: 1em;
}

.contacts-input {
  border: 1px solid var(--_color---midnight-azule);
  background-color: var(--_color---transparent);
  height: auto;
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  -webkit-text-stroke-color: var(--light-gray);
  border-radius: 0;
  padding: 16px 18px;
  font-family: Spectral, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: block;
  overflow: visible;
}

.contacts-input:focus {
  border: 1px solid var(--white);
}

.contacts-input::placeholder {
  color: var(--white);
  font-size: 16px;
  line-height: 1em;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  border: 1px solid var(--_color---shades-of-white--pearl-dust);
  background-color: var(--_color---transparent);
  text-align: left;
  width: 80%;
  padding: 32px;
  position: static;
  box-shadow: 0 0 10px #141f2980;
}

.contacts-2-form-wrapper.service-page-form {
  margin-right: 0;
}

.contacts-2-content-wrapper {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.contacts-2-content-wrapper.concierge-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.footer-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 10px;
}

.footer-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-socials-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 0;
  display: flex;
}

.search-wrap-input {
  color: #0e0e0e;
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--primary-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary-dark\<deleted\|variable-478a3a9e\>);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-shop-con {
  z-index: 1;
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--bg-light);
  background-color: #fff0;
  height: auto;
  margin-bottom: 0;
  padding: 12px 22px;
  font-size: 16px;
}

.search-input:focus {
  border: 1px solid var(--white);
  color: var(--white);
}

.search-result-wrapper {
  margin-top: 40px;
}

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

.footer-about-me-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 60%;
  color: var(--white-2\<deleted\|variable-7376bfaa\>);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.customer-wrapper {
  border-right: 1px solid var(--dark-gray-1\<deleted\|variable-816eb261\>);
  border-bottom: 1px solid var(--dark-gray-1\<deleted\|variable-816eb261\>);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item {
  background-color: var(--bg-light);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
}

.testimonials-card-position {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonials-card-icon {
  color: var(--white);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  color: var(--light-gray);
  margin-top: 20px;
  font-size: 12px;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote-position {
  color: var(--light-gray);
  font-size: 14px;
}

.list-item-circle {
  background-color: var(--light-gray);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  display: block;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white-2\<deleted\|variable-7376bfaa\>);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white-2\<deleted\|variable-7376bfaa\>);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 20px 30px;
  font-size: 12px;
  line-height: 1em;
}

.portfolio-tab-link:hover {
  color: var(--white);
}

.portfolio-tab-link.w--current {
  background-color: var(--white);
  color: var(--bg-dark);
  font-weight: 700;
}

.portfolio-tab-link.w--current:hover {
  background-color: var(--white);
  opacity: .6;
}

.portfolio-tab-link.all-projects {
  background-color: #0000;
  flex: 1;
}

.portfolio-tab-link.all-projects:hover {
  opacity: .6;
  background-color: #0000;
}

.portfolio-tab-link.last-child {
  order: 1;
}

.tabs-menu {
  justify-content: space-between;
  display: flex;
}

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto 700px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.portfolio-grid-collection-item {
  position: relative;
}

.collection-empty-state {
  background-color: #0000;
  font-size: 16px;
}

.nav-menu-shadow-overlay {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.portfolio-masonry-collection-list {
  column-count: 3;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 30px;
  width: 100%;
  padding: 40px 30px;
  display: block;
}

.portfolio-masonry-collection-item {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 30px;
  display: block;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.portfolio-masonry-content-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.portfolio-masonry-title {
  color: var(--white);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  transition: all .3s;
  display: block;
}

.portfolio-masonry-category {
  width: 100%;
  color: var(--gray);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.8em;
  transition: all .3s;
  display: inline-block;
}

.portfolio-masonry-category:hover {
  color: var(--white);
}

.project-template-banner-image {
  opacity: .6;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-template-empty-state {
  background-color: #0000;
}

.megamenu-dropdown-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.primary-button-outline {
  border: 1px solid var(--white);
  color: var(--white);
  padding: 10px 30px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.primary-button-outline:hover {
  border-width: 1px;
  outline-style: none;
}

.primary-button-outline-text {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
  position: relative;
}

.primary-button-outline-animated-element {
  background-color: #0000;
  width: 1px;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.get-pricing {
  z-index: auto;
  box-sizing: border-box;
  border: 1px none var(--white);
  background-color: var(--_color---dessert-garnet);
  width: auto;
  color: var(--_color---burnished-gold);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-overflow: clip;
  overflow-wrap: normal;
  vertical-align: middle;
  object-fit: fill;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5vh;
  font-weight: 700;
  line-height: 1.8em;
  transition-property: none;
  display: block;
  position: relative;
}

.get-pricing:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--bg-dark);
}

.get-pricing.full {
  width: 100%;
}

.get-pricing.getpricing-body {
  border: 0px none var(--white);
  background-color: var(--_color---dessert-garnet);
  color: var(--_color---burnished-gold);
  text-align: left;
  border-radius: 0;
  margin: 10px;
  padding: 5px 20px;
  font-size: 1.5vh;
  line-height: 2.4em;
  position: sticky;
  inset: auto;
}

.primary-button-animated {
  border: 1px none var(--_color---shades-of-white--moonstone-white);
  color: var(--_color---shades-of-white--moonstone-white);
  -webkit-text-stroke-color: var(--_color---shades-of-white--moonstone-white);
  cursor: pointer;
  padding: 10px 30px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.primary-button-animated:hover {
  border: 1px solid var(--primary-dark\<deleted\|variable-478a3a9e\>);
}

.primary-button-animated-text {
  z-index: 5;
  color: var(--_color---burnished-gold);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
  display: block;
  position: relative;
}

.primary-button-animated-element {
  background-color: var(--_color---dessert-garnet);
  width: 100%;
  min-height: 100%;
  color: var(--_color---shades-of-white--moonstone-white);
  font-family: Cormorant Garamond, sans-serif;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-copyright-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---obsidian-indigo);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.footer-button-top {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.footer-newsletter-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.navbar-fixed {
  float: none;
  clear: none;
  width: 100%;
  height: auto;
  color: var(--_color---shades-of-white--moonstone-white);
  text-align: center;
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 15vh;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-fixed.dark {
  background-color: var(--bg-dark);
}

.nav-inverted {
  filter: invert();
  width: 150px;
}

.nav-shadow {
  background-color: #0000;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px #0000001a;
}

.home-section-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.home-section-title {
  color: var(--white);
  text-align: center;
  margin-top: 19px;
  font-size: 4.5vh;
}

.home-section-title.home-2-with-divider {
  border-bottom: 1px solid var(--bg-light);
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  line-height: 1.5em;
}

.blog-card-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-date-day {
  color: var(--white);
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
}

.blog-date-month-year {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8em;
}

.blog-date-block {
  grid-row-gap: 10px;
  border-right: 1px solid var(--light-gray);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-card-content-wrapp {
  padding-top: 30px;
  display: flex;
}

.blog-card-image-wrapper {
  width: 100%;
  height: 222px;
  overflow: hidden;
}

.blog-card-post-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.blog-name-block {
  flex-direction: column;
  display: flex;
}

.section-divider {
  background-color: var(--_color---transparent);
  width: 100%;
  height: 1px;
  color: var(--_color---midnight-azule);
  margin-bottom: 0;
  line-height: 1px;
}

.recent-projects-first-size-photo {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.recent-projects-second-size-photo {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.recent-projects-wrapper {
  width: 100%;
  height: 100%;
}

.recent-project-wrapper {
  grid-column-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.recent-project-category {
  color: var(--gray);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.8em;
}

.recent-project-category:hover {
  color: var(--white);
}

.recent-projects-second-row {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  align-items: flex-end;
  width: 100%;
  margin-top: -180px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.recent-projects-first-row {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.section-bottom-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.home-recent-projects-title-style {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .2s;
}

.recent-projects-first-size-lightbox {
  object-fit: cover;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.recent-projects-first-size-lightbox:hover {
  opacity: 1;
}

.recent-project-lightbox-overlay {
  background-color: var(--bg-dark);
  opacity: .85;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.plus-icon {
  z-index: 1;
  color: var(--white);
  font-size: 34px;
}

.recent-projects-second-size-lightbox {
  object-fit: cover;
  width: 100%;
  height: 500px;
  position: relative;
}

.recent-projects-second-size-lightbox:hover {
  opacity: 1;
}

.home-elegance-gallery {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: flex;
}

.home-elegance-item {
  position: relative;
}

.home-elegance-item.first, .home-elegance-item.second {
  width: 100%;
  height: 347px;
}

.home-elegance-item.high {
  width: 100%;
  height: 100%;
}

.home-elegance-item.wide {
  width: 100%;
  height: 347px;
}

.home-elegance-link-block {
  background-color: var(--white);
  color: var(--bg-dark);
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-elegance-link-block:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.home-elegance-link-text {
  z-index: 1;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.arrow-icon {
  z-index: 1;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
  line-height: 1em;
}

.home-vision-block {
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.home-philosophy-paragraph {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--light-gray);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--light-gray);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-gray);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--light-gray);
  background-color: var(--_color---transparent);
  width: auto;
  min-width: auto;
  max-width: none;
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  letter-spacing: 0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 300;
  line-height: 1.5em;
}

.vertical-divider {
  background-color: var(--_color---jerusalem-sand);
  width: 1px;
  height: 70px;
  color: var(--_color---jerusalem-sand);
  margin-bottom: 2rem;
}

.home-philosophy-link {
  color: var(--_color---shades-of-white--moonstone-white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 2vh;
  line-height: 1.8em;
}

.home-philosophy-link:hover {
  color: var(--light-gray);
}

.home-philosophy-link.home-3 {
  position: absolute;
  inset: auto -55px 60px auto;
  transform: rotate(-90deg);
}

.home-1-banner-content {
  color: #5b5b5b;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40svw;
  min-width: 0;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 4.5rem;
  display: block;
  position: absolute;
  top: auto;
  bottom: 27%;
  left: 156px;
}

.home-2-blog-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.home-2-blog-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.home-2-blog-content-wrapp {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
}

.home-2-paragraph-style {
  text-align: left;
}

.home-projects-collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.about-us-first-team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template: ". Area" 1.75fr
  / .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 60px;
  display: grid;
}

.about-us-first-team-block {
  width: auto;
  height: 380px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.about-us-first-team-block.accordion-wrap.about {
  height: auto;
  font-family: Spectral, sans-serif;
}

.text-align-center {
  text-align: left;
  width: 50%;
}

.about-us-first-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5svw;
  margin-bottom: 5svh;
  display: flex;
}

.album-details-top-image-wrapper {
  background-color: var(--black\<deleted\|variable-66bd1c0d\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.album-details-title {
  z-index: 1;
  color: var(--white-2\<deleted\|variable-7376bfaa\>);
  text-align: center;
  position: relative;
}

.album-template-images-grid-top-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.project-template-image-in-grid {
  object-fit: cover;
  width: 100%;
  height: 590px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.album-template-images-grid-bottom-row {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.project-template-image-in-grid-lightbox {
  object-fit: cover;
  width: 100%;
  height: 590px;
}

.rich-text-block {
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  -webkit-text-stroke-color: var(--_color---color-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.rich-text-block h2 {
  color: var(--_color---shades-of-white--pearl-dust);
  margin-top: 20px;
  font-family: Spectral, sans-serif;
  font-weight: 500;
}

.rich-text-block h4 {
  color: var(--_color---shades-of-white--desert-fog);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Spectral, sans-serif;
  font-weight: 500;
}

.rich-text-block h3 {
  color: var(--_color---shades-of-white--desert-fog);
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Spectral, sans-serif;
  font-weight: 500;
}

.rich-text-block p {
  color: var(--_color---shades-of-white--ivory-mist);
  text-align: left;
  font-family: Tajawal, sans-serif;
}

.rich-text-block ol {
  color: var(--light-gray);
  list-style-type: decimal;
}

.rich-text-block ul {
  list-style-type: disc;
}

.rich-text-block-two-columns {
  color: var(--white);
  letter-spacing: .3px;
  column-count: 2;
  column-gap: 30px;
  overflow: visible;
}

.rich-text-block-two-columns h2 {
  margin-bottom: 30px;
}

.rich-text-block-two-columns h4, .rich-text-block-two-columns h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.rich-text-block-two-columns.porfolio-text {
  color: var(--white);
  -webkit-text-stroke-color: var(--_color---color-3);
  flex: 0 auto;
  align-self: auto;
  font-weight: 700;
}

.album-details-recent-works {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.album-details-recent-works-collection {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.album-details-recent-link {
  width: 100%;
  height: 360px;
  transition: opacity .2s;
}

.album-details-recent-link:hover {
  opacity: .7;
}

.album-details-recent-works-title {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.album-template-pagination {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.album-template-prev-button {
  flex: 1;
  display: flex;
}

.album-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.album-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.prev-post-arrow-album {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
}

.next-post-arrow-album {
  color: #999;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
}

.album-pagination-next {
  text-align: right;
}

.album-details-subtitle {
  letter-spacing: 2px;
  margin-bottom: -4px;
  font-size: 12px;
}

.portfolio-masonry-wrapper {
  display: inline-block;
}

.pagination-next {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--bg-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.pagination-next:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.pagination-previous {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--bg-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 30px;
  font-family: Opensauceone;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

.pagination-previous:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.shop-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-slider {
  background-color: #0000;
  height: 600px;
}

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

.shop-details-left-arrow {
  border: 1px none var(--gray\<deleted\|variable-7d932a2c\>);
  background-color: var(--white-2\<deleted\|variable-7376bfaa\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  display: flex;
}

.shop-details-left-arrow-icon {
  color: var(--black\<deleted\|variable-66bd1c0d\>);
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.shop-details-right-arrow {
  border: 1px none var(--gray\<deleted\|variable-7d932a2c\>);
  background-color: var(--white-2\<deleted\|variable-7376bfaa\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.shop-details-right-arrow-icon {
  color: var(--black\<deleted\|variable-66bd1c0d\>);
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.shop-details-slide-nav {
  font-size: 10px;
}

.shop-details-subtitle {
  color: var(--light-gray);
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}

.shop-details-subtitle._20-margin-top {
  margin-top: 20px;
}

.shop-details-content-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.quantity {
  border-color: transparent transparent var(--bg-light);
  background-color: #0000;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity:focus {
  border-bottom-color: var(--white);
}

.buy-now-button {
  background-color: var(--primary-light\<deleted\|variable-fb6c153a\>);
  width: 100%;
  color: var(--black\<deleted\|variable-66bd1c0d\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.add-to-cart-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  width: 100%;
  color: var(--bg-dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
  transition: all .2s;
}

.add-to-cart-button:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #fff0;
}

.error-state {
  color: var(--black\<deleted\|variable-66bd1c0d\>);
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.error-state.cart {
  color: var(--white);
  background-color: #ffe8e600;
  margin-top: 0;
}

.out-of-stock-state {
  background-color: var(--light-gray\<deleted\|variable-720418ab\>);
  color: var(--black\<deleted\|variable-66bd1c0d\>);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.default-state {
  margin-bottom: 0;
}

.shop-details-image-lightbox {
  width: 100%;
  height: 100%;
}

.shop-details-block {
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.shop-details-featured-products {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.shop-details-featured-item {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.shop-category {
  color: var(--light-gray);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.shop-category:hover {
  color: var(--white);
}

.shop-item-link {
  color: var(--white);
  text-align: center;
  letter-spacing: .4px;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .2s;
}

.shop-item-link:hover {
  color: var(--secondary);
}

.shop-featured-content-wrapper {
  grid-row-gap: 10px;
  background-color: #ffffff0a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.field-label-on-card {
  display: none;
}

.on-sale-tag {
  position: absolute;
  inset: 15px auto auto 15px;
}

.on-sale-tag-text {
  background-color: var(--secondary);
  color: var(--bg-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.5em;
}

.shop-price-card-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.shop-card-old-price {
  color: var(--gray);
  font-weight: 400;
  text-decoration: line-through;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.cart-button {
  z-index: 2;
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  transition: opacity .3s, background-color .3s, color .3s;
}

.cart-button:hover {
  opacity: .7;
  color: var(--white);
}

.brand-navbar {
  z-index: 1;
}

.brand-navbar:hover {
  opacity: 1;
}

.brand-footer {
  opacity: 1;
  padding-bottom: 6px;
}

.brand-footer:hover {
  opacity: 1;
}

.brand-footer.w--current {
  padding-bottom: 0;
}

.shop-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-collection-item {
  position: relative;
}

.shop-collection-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 350px;
  transition: all .2s;
}

.shop-title {
  text-align: center;
  margin-bottom: 0;
}

.shop-popup-cart-quantity {
  border-style: none none solid;
  border-bottom-color: var(--bg-light);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.shop-popup-cart-quantity:focus {
  border-bottom-color: var(--white);
}

.cart-popup-image {
  object-fit: cover;
  height: 60px;
}

.cart-item {
  align-items: center;
}

.cart-popup-product-title {
  color: var(--white);
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}

.cart-popup-price {
  color: var(--light-gray);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.cart-popup-subtotal {
  padding-top: 20px;
  padding-right: 10px;
}

.cart-popup-total-price {
  color: var(--white);
}

.cart-header {
  color: var(--white);
  border-bottom-style: none;
  padding-top: 24px;
  padding-left: 30px;
  padding-right: 30px;
}

.cart-footer {
  border-top-style: none;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.cart-popup-remove-button {
  transition: opacity .2s;
}

.cart-popup-remove-button:hover {
  opacity: .7;
}

.cart-line-item {
  background-color: var(--white);
  width: 2px;
  height: 60px;
  margin-bottom: 20px;
}

.cart-line-item.popup-line {
  border-top: 1px solid var(--bg-light);
  background-color: #fff0;
  flex-flow: row;
  width: 100%;
  height: auto;
}

.cart-list {
  padding-left: 30px;
  padding-right: 30px;
}

.cart-empty-state {
  color: var(--white);
  background-color: #0000;
  padding: 60px 30px 80px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.radio-button-bw {
  filter: grayscale();
}

.order-item {
  align-items: center;
}

.checkout-form {
  background-color: var(--bg-dark);
  padding-top: 160px;
  padding-bottom: 60px;
}

.paypal-checkout-form {
  background-color: #f5f5f500;
  padding-top: 160px;
  padding-bottom: 60px;
}

.order-confirmation {
  background-color: #f8f2f200;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cart {
  z-index: 2;
}

.menu-button-1-zindex {
  z-index: 1;
}

.menu-button-1-zindex.nav-inverted {
  width: auto;
}

.nav-menu-link {
  opacity: 1;
  filter: invert();
  pointer-events: auto;
  color: var(--_color---obsidian-indigo);
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, opacity .3s, background-color .3s;
  display: flex;
}

.nav-menu-link:hover {
  opacity: .7;
  color: var(--bg-light);
}

.nav-menu-link.nav-inverted-link {
  filter: invert();
  color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Spectral SC, sans-serif;
  line-height: 1.3em;
}

.nav-menu-link.nav-inverted-link.w--current {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-menu-link.nav-inverted-link._2d {
  filter: none;
  color: var(--_color---shades-of-white--moonstone-white);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-menu-link.nav-inverted-link._2d.w--current {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-links-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  padding-bottom: 40px;
  display: flex;
}

.footer-links-right {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  padding-bottom: 40px;
  display: flex;
}

.footer-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-bottom: 40px;
  display: flex;
}

.footer-wrapper-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-image {
  object-fit: cover;
  width: 188px;
  height: 188px;
}

.footer-link-big {
  color: var(--_color---shades-of-white--ivory-mist);
  text-align: right;
  letter-spacing: .4px;
  font-family: Spectral, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  transition: all .2s;
}

.footer-link-big:hover {
  opacity: .7;
  color: var(--white);
  transform: scale(1.04);
}

.text-span-2 {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.footer-to-the-top {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
}

.underline-link {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.8em;
  text-decoration: underline;
}

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

.footer-links-small-center {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.small-link {
  color: var(--_color---burnished-gold);
  text-align: left;
  font-family: Noto Serif, sans-serif;
  transition: transform .2s;
}

.small-link:hover {
  color: var(--light-gray);
  transform: scale(1.04);
}

.footer-loop-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-loop-duplicates {
  grid-column-gap: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-6-banner-image {
  height: 600px;
  padding: 10px;
}

.home-6-banner-wrapper {
  grid-column-gap: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-6-banner-content-right {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 24%;
  display: flex;
}

.no-margin-top-bottom {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.home-6-banner-title {
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1em;
}

.home-6-banner-text-left-wrapp {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider-horizontal {
  background-color: var(--_color---burnished-gold);
  width: 100%;
  height: 1px;
  color: var(--_color---burnished-gold);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1px;
}

.home-6-banner-content-left {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 24%;
  display: flex;
}

.home-6-banner-image-border {
  border: 1px solid var(--white);
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

._404-image {
  max-height: 200px;
  padding: 10px;
}

._404-image-wrapper {
  border: 1px solid var(--white);
  margin-bottom: 40px;
}

._404-title {
  text-align: center;
  margin-top: -20px;
  font-size: 155px;
  line-height: 1em;
}

.tabs {
  width: 100%;
}

.style-guide-tab-link {
  border-top: 1px solid var(--bg-light);
  border-right: 1px solid var(--bg-light);
  border-bottom: 1px solid var(--bg-light);
  background-color: var(--white);
  width: 100%;
  color: var(--bg-dark);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.style-guide-tab-link:hover {
  color: var(--bg-light);
  background-color: #a5bbce;
}

.style-guide-tab-link.w--current {
  color: var(--white);
  background-color: #263b4e;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--bg-light);
  margin-bottom: 40px;
  display: flex;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.home-3-slider-wrappet {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-3-banner-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photos-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 90px;
  display: flex;
}

.home-3-photo-wrapper-1 {
  min-width: 300px;
  height: 450px;
}

.home-3-photo-wrapper-2 {
  min-width: 300px;
  height: 250px;
}

.home-3-photo-wrapper-3 {
  min-width: 350px;
  height: 320px;
}

.home-3-banner {
  grid-template-rows: auto;
  grid-template-columns: 70% 30%;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.home-3-banner-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-3-button-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-3-banner-heading {
  line-height: 1em;
}

.line {
  background-color: var(--white);
  width: 2px;
  height: 60px;
}

.home-3-banner-text {
  font-size: 14px;
  font-weight: 400;
}

.home-1-heading {
  min-width: auto;
  min-height: auto;
  color: var(--white);
  text-align: left;
  background-color: #00000008;
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.text-block-2 {
  color: var(--white);
}

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

.overlay {
  opacity: 0;
  background-color: #1a2835b3;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay:hover {
  opacity: 1;
}

.gallery-lightbox-link {
  min-width: 300px;
  position: relative;
}

.dark-text {
  color: var(--bg-dark);
}

.dark-text.light-text {
  color: var(--_color---burnished-gold);
  letter-spacing: .8px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 25px;
}

.success-message {
  background-color: #ddd0;
}

.error-message {
  background-color: #ffdede00;
  line-height: 1.2em;
}

.error-message-2 {
  background-color: #ffdede00;
  position: absolute;
  inset: auto 0% -120%;
}

.product-name {
  padding-bottom: 10px;
}

.cart-container {
  background-color: var(--bg-dark);
}

.close-icon {
  filter: brightness(10000%);
}

.search {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

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

.input {
  background-color: #203344;
  border-color: #c7c7d066;
  border-radius: 0;
}

.input:focus, .input.-wfp-focus {
  border-color: var(--white);
}

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

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

.line-item {
  border-top: 1px solid var(--bg-light);
  margin-top: 20px;
  padding-top: 10px;
}

.shipping-address {
  padding-top: 10px;
}

.blog-header {
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
}

.link-block {
  overflow: hidden;
}

.link-block.category-link {
  width: 100%;
  height: 100%;
}

.loop-link {
  font-size: 14px;
}

.services-header {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.collection-list-wrapper-3 {
  width: 100%;
  position: absolute;
  top: -100px;
  left: 0%;
  right: 0%;
}

.icon-wrapper {
  background-color: var(--bg-light);
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.banner-overlay {
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contacts-input-2 {
  background-color: #233647;
  border: 1px solid #2e465c;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input-2:focus {
  border: 1px solid #fff;
}

.contacts-input-2::placeholder {
  color: #afafafcc;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea-2 {
  background-color: #233647;
  border: 1px solid #2e465c;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea-2:focus {
  border: 1px solid #fff;
}

.contacts-textarea-2::placeholder {
  color: #afafafcc;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea-2.services-page {
  min-height: 100px;
}

.primary-button-2 {
  color: #1a2835;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  color: #fff;
  background-color: #fff0;
}

.primary-button-2.full-width {
  border-radius: 0;
  width: 100%;
}

.error-message-4 {
  background-color: #ffdede00;
  line-height: 1.2em;
}

.form-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.form-text {
  width: 40%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 400;
}

.price-wrapper {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.price-text-block {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}

.collection-list-services {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 350px;
  grid-template-columns: 60% auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-services {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

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

.collection-list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.cart-quantity-2 {
  z-index: 1;
  min-width: auto;
  height: auto;
  color: var(--white);
  background-color: #0000;
  margin-left: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
  line-height: 1em;
}

.light-primary-style-guide {
  background-color: var(--bg-light);
  width: 75px;
  height: 75px;
}

.yellow-style-guide {
  background-color: var(--secondary);
  width: 75px;
  height: 75px;
}

.category-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  transition: all .2s;
}

.h6-style-link {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1.2em;
}

.h6-style-link:hover {
  color: var(--secondary);
}

.tablet-button-wrapper, .hidden {
  display: none;
}

.cart-count {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.cart-invert:hover {
  color: var(--white);
}

.brand-image {
  object-fit: contain;
  max-width: none;
  margin-top: 40%;
  margin-bottom: 20%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.brand-image.mobile-brand {
  padding-left: 0;
}

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

.search-title {
  margin-bottom: 40px;
}

.collection-list-full-height, .collection-item {
  height: 100%;
}

.licensing-icons {
  width: 50%;
}

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.license-link {
  letter-spacing: normal;
  font-weight: 700;
}

.license-link:hover {
  color: var(--secondary);
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-font-title {
  text-transform: capitalize;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
  transition: none;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: opacity .3s;
}

.licensing-image:hover {
  opacity: .75;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-heading {
  margin-bottom: 20px;
}

.icon-style-guide {
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  transition: all .35s;
}

.icon-style-guide:hover {
  color: var(--secondary);
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

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

.changelog-heading {
  color: var(--bg-dark);
  margin-bottom: 20px;
}

.paragraph-dark {
  color: var(--bg-light);
}

.product-title {
  font-size: 54px;
}

.text-span-6 {
  text-align: left;
  font-size: 6vw;
  line-height: 1em;
}

.text-span-7 {
  color: var(--secondary);
  font-size: 8vw;
  line-height: 1em;
}

.section-2 {
  background-color: var(--_color---color-3);
}

.method-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.method-section.seo-leadparagraph {
  padding: 2rem;
}

.home-h2-heading {
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Spectral, sans-serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  position: static;
  inset: 46% auto 0% 0%;
}

.body {
  background-color: var(--_color---obsidian-indigo);
}

.workflow-container {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100vw;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  display: flex;
  position: static;
}

.workflow-steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: 75svw;
  display: flex;
}

.workflow-step {
  text-align: center;
  min-width: 33%;
  min-height: 100px;
  padding: .5rem 2rem .8rem;
}

.workflow-next-heading {
  min-width: auto;
  min-height: auto;
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  text-transform: none;
  font-family: Spectral, sans-serif;
  font-size: 3vh;
  font-weight: 700;
}

.workflow-text-block {
  min-width: auto;
  min-height: auto;
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  letter-spacing: 1.2px;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  border: 0 solid #000;
  font-family: Spectral, sans-serif;
  font-size: 2vh;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.image-6 {
  margin-top: 36px;
  padding-top: 0;
}

.image-6.logo-image {
  min-width: 4svw;
  max-width: 100%;
  margin-top: 0;
}

.service-heading {
  color: var(--_color---shades-of-white--pearl-dust);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

.body-2 {
  background-color: var(--_color---obsidian-indigo);
}

.code-embed {
  pointer-events: auto;
  cursor: auto;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  padding: 1rem;
}

.service-pp {
  color: var(--white);
  letter-spacing: .5px;
  padding-top: 6px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.service-pp.service-ppp {
  color: var(--_color---shades-of-white--ivory-mist);
  margin-bottom: 1.5rem;
  padding-top: 0;
  font-family: Spectral, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.text-span-13 {
  color: var(--secondary);
}

.heading-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Spectral SC, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.pricing-tag-heading {
  color: var(--_color---burnished-gold);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Spectral, sans-serif;
  font-size: 18px;
}

.text-span-15 {
  font-size: 15px;
}

.heading-6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 80px;
  text-decoration: none;
}

.terms-and-conditions {
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  font-family: Spectral, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.link {
  font-family: Spectral, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.section-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.button {
  border: 1px none var(--_color---olive-palm-green);
  background-color: var(--_color---smoky-plum);
  color: var(--_color---shades-of-white--desert-fog);
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#e7e7e708, #e7e7e708);
  background-clip: border-box;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 0 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2rem;
  font-style: italic;
  line-height: 2em;
}

.collection-list-wrapper-4 {
  display: flex;
}

.collection-list-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.collection-item-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.link-2 {
  color: var(--_color---jerusalem-sand);
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-block-3 {
  color: var(--_color---shades-of-white--pearl-dust);
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-5 {
  line-height: 2em;
}

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

.service-quick-stack {
  grid-column-gap: 4ch;
  grid-row-gap: 4ch;
  padding-left: 0;
  padding-right: 0;
}

.heading-8 {
  color: var(--_color---shades-of-white--pearl-dust);
  margin-bottom: 1.5rem;
  font-family: Spectral SC, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: underline;
}

.service-sec {
  padding-left: 20px;
  padding-right: 20px;
}

.cell-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.service-container {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: block;
}

.select-field {
  border: 1px solid var(--_color---midnight-azule);
  background-color: var(--_color---transparent);
  height: auto;
  color: var(--_color---shades-of-white--desert-fog);
  -webkit-text-stroke-color: var(--bg-light);
  border-radius: 0;
  padding: 16px;
  font-family: Spectral, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.image-13 {
  border-radius: 6px;
}

.seo-heading-1 {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--bg-dark);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--bg-dark);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--bg-dark);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--bg-dark);
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  justify-content: space-around;
  align-items: center;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: clamp(2.75rem, 4vw, 5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.seo-heading-2 {
  color: var(--_color---shades-of-white--ivory-mist);
  font-family: Spectral SC, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.seo-heading-2.service-seo-h1 {
  font-size: 2rem;
  text-decoration: none;
}

.seo-title-h2 {
  color: var(--white);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: clamp(1.75rem, 7vw, 2.5rem);
  position: relative;
  bottom: auto;
}

.seo-pp {
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Spectral, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.seo-project-link {
  text-align: left;
  border: .25px solid #fff;
  font-family: Spectral SC, sans-serif;
  font-size: 1rem;
}

.seo-location {
  padding-bottom: 15px;
}

.cell-8, .cell-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-10 {
  background-color: var(--_color---color-3);
}

.link-block-2 {
  padding-top: 0;
  padding-bottom: 1em;
}

.link-block-3.w--current {
  transition: opacity .3s, background-color .3s, color .3s;
}

.workflow-step-2 {
  text-align: center;
  width: auto;
  min-width: auto;
  min-height: auto;
  padding: .5rem 1rem;
}

.workflow-text-block-2 {
  min-width: auto;
  min-height: auto;
  color: var(--_color---shades-of-white--ivory-mist);
  text-align: left;
  letter-spacing: .25px;
  text-indent: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  border: 0 solid #000;
  margin-top: 1rem;
  padding-top: 0;
  padding-left: .25rem;
  padding-right: .25rem;
  font-family: Spectral, sans-serif;
  font-size: 2vh;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

.field-label {
  min-width: auto;
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  font-family: Noto Serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form-block-2 {
  text-align: left;
  min-width: auto;
}

.secondary-button {
  border: 1px solid var(--_color---shades-of-white--pearl-dust);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #1a283500;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8em;
  transition: all .35s;
  display: inline-block;
  position: relative;
}

.footer-loop-2 {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--_color---burnished-gold);
  width: auto;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.footer-top-text-2 {
  color: var(--_color---shades-of-white--pearl-dust);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  font-family: Tajawal, sans-serif;
  font-size: 12px;
  line-height: 1.8em;
}

.white-span-2 {
  color: var(--_color---shades-of-white--pearl-dust);
  font-family: Noto Serif, sans-serif;
  font-weight: 700;
}

.background-video {
  background-color: var(--_color---transparent);
  text-align: center;
  background-image: linear-gradient(#000000ad, #000000ad);
  justify-content: space-around;
  align-items: center;
  height: 45svh;
  margin: auto;
  padding-top: 5vh;
  display: flex;
  overflow: hidden;
}

.text-block-4, .text-block-5 {
  color: var(--_color---color-3);
  background-color: #eeeaea;
  font-size: 12px;
}

.text-span-22 {
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  text-transform: none;
  font-family: Spectral SC, sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.4em;
}

.main-heading {
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  display: flex;
}

.main-heading.blog {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 45px;
}

.main-heading.privacy {
  font-size: 40px;
}

.main-heading.group-request {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.main-heading.abousus {
  text-align: left;
  text-transform: capitalize;
  font-size: 45px;
}

.pricing-container {
  border: 1px solid var(--_color---burnished-gold);
  background-color: var(--_color---transparent);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 0;
  display: flex;
}

.individual-pricing-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-15 {
  color: var(--_color---dessert-garnet);
  text-align: center;
  margin-top: 0;
  font-family: Spectral, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-19 {
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: center;
}

.text-span-23 {
  border-top-color: var(--_color---jerusalem-sand);
  border-right-style: none;
  border-right-color: var(--_color---jerusalem-sand);
  border-bottom-color: var(--_color---jerusalem-sand);
  border-left-style: none;
  border-left-color: var(--_color---jerusalem-sand);
  width: 100svw;
  min-width: auto;
  color: var(--_color---shades-of-white--pearl-dust);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.6em;
}

.home-hero {
  width: 60%;
  color: var(--_color---shades-of-white--moonstone-white);
  text-align: left;
  letter-spacing: -.5px;
  font-family: Playfair Display, sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1em;
  position: relative;
  bottom: auto;
  left: auto;
}

.home-paragraph {
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.7em;
}

.home-paragraph.aboutus {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
}

.footer-individual {
  margin-bottom: 1rem;
}

.home-base-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: none;
  color: var(--_color---jerusalem-sand);
  text-align: center;
  -webkit-text-stroke-color: var(--bg-light);
  background-color: #0000;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.home-h3-heading {
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Spectral, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
  position: static;
  inset: 46% auto 0% 0%;
}

.hero-section-h1 {
  color: var(--_color---shades-of-white--moonstone-white);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 1.4em;
  position: static;
}

.image-21 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.home-h2-heading-copy {
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Spectral, sans-serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  position: static;
  inset: 46% auto 0% 0%;
}

.main-heading-container {
  width: 73%;
  max-width: clamp(700px, 60ch, 820px);
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-family: Spectral, sans-serif;
  line-height: 1.5em;
  display: block;
}

.contact-form-wrapper {
  border: 1px none var(--_color---shades-of-white--pearl-dust);
  background-color: var(--_color---transparent);
  text-align: left;
  width: 50%;
  margin-right: 40px;
  padding: 40px;
  display: flex;
  position: static;
}

.contact-form-wrapper.center {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.brand-image-footer {
  max-width: none;
  margin-right: 0;
  padding-left: 0;
}

.pricing-h2 {
  color: var(--_color---jerusalem-sand);
  font-family: Spectral SC, sans-serif;
  font-size: 30px;
}

.pricing-h2.h3 {
  color: var(--_color---shades-of-white--desert-fog);
  font-size: 25px;
  font-weight: 700;
}

.privacy-body {
  width: 80%;
  font-family: Spectral, sans-serif;
}

.sub-hero-container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.sub-hero {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 45svw;
  height: auto;
  display: block;
}

.sub-hero-heading {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--_color---burnished-gold);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--_color---burnished-gold);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--_color---burnished-gold);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--_color---burnished-gold);
  width: 90%;
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  letter-spacing: .25px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-family: Spectral, sans-serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  position: static;
  inset: 46% auto 0% 0%;
}

.sub-hero-heading-right-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--_color---midnight-azule);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 35svw;
  height: auto;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0;
  padding: 1.1rem;
  display: flex;
  position: relative;
  right: 28px;
}

.sub-hero-text {
  width: auto;
  color: var(--_color---shades-of-white--ivory-mist);
  text-align: left;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-weight: 300;
  display: inline-flex;
}

.sub-hero-text-div {
  text-align: left;
  width: 70%;
  max-width: clamp(500px, 60ch, 720px);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  line-height: 1.5em;
}

.sub-hero-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---obsidian-indigo);
  opacity: 1;
  text-align: center;
  background-image: linear-gradient(#ffffff08, #ffffff08);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: auto;
  padding: 0 1rem;
  display: block;
  position: static;
}

.vertical-img {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 500px;
}

.text-span-29 {
  border-bottom: 1px none var(--_color---burnished-gold);
  border-left: 1px none var(--_color---shades-of-white--ivory-mist);
}

.text-span-30 {
  border-bottom: 1px solid var(--_color---burnished-gold);
}

.flex-block {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 75svw;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading-17 {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--_color---burnished-gold);
  color: var(--_color---shades-of-white--ivory-mist);
  border-radius: 0;
  padding-left: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
}

.div-block {
  width: 100%;
}

.div-block-2 {
  width: 40%;
}

.paragraph-6 {
  width: auto;
  color: var(--_color---shades-of-white--ivory-mist);
  letter-spacing: .5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Spectral, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.main-page-text-container {
  width: 50%;
  max-width: clamp(500px, 60ch, 720px);
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: Spectral, sans-serif;
  line-height: 1.5em;
}

.sub-hero-container-mobile {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start center;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: none;
}

.sub-hero-right-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start center;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.sub-hero-heading-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---rose-gold-copper);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 40svw;
  height: 60svh;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0;
  padding: 1rem;
  display: flex;
  position: relative;
  left: 34px;
}

.contacts-2-content {
  margin-top: 20px;
}

.contacts-icon-2 {
  color: var(--_color---burnished-gold);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.section-subtitle-2 {
  color: var(--_color---shades-of-white--pearl-dust);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Spectral SC, sans-serif;
  font-size: 12px;
  line-height: 1.8em;
}

.paragraph-7 {
  color: var(--_color---shades-of-white--desert-fog);
  overflow-wrap: anywhere;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif, sans-serif;
}

.contacts-location-wrap-2 {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.contact-base-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 1200px;
  color: var(--_color---jerusalem-sand);
  text-align: center;
  -webkit-text-stroke-color: var(--bg-light);
  background-color: #0000;
  border: 1px #0000;
  border-right-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10px;
  text-decoration: none;
  display: block;
}

.contacts-wrapper {
  background-color: var(--_color---obsidian-indigo);
  background-image: linear-gradient(#ffffff08, #ffffff08);
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.contacts-wrapper.align {
  background-color: var(--_color---obsidian-indigo);
  background-image: none;
  justify-content: center;
  align-items: center;
}

.form-block-4 {
  width: 100%;
}

.heading-18 {
  color: var(--_color---shades-of-white--moonstone-white);
  text-transform: capitalize;
  font-family: Spectral, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.contacts-title-mobile {
  text-align: center;
  margin-bottom: 60px;
  display: none;
}

.mobile-content-wrapper {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 0;
  display: none;
  position: static;
  overflow: visible;
}

.mobile-pricing-container {
  border: 1px solid var(--_color---burnished-gold);
  background-color: var(--_color---transparent);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 0;
  display: flex;
}

.concierge-service-h3 {
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  font-family: Spectral, sans-serif;
}

.concierge-service-p {
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  font-family: Spectral, sans-serif;
}

.paragraph-8 {
  color: var(--_color---shades-of-white--ivory-mist);
  text-align: left;
  letter-spacing: .25px;
  font-family: Spectral, sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

.tesimony-image {
  display: block;
  position: static;
}

.sub-hero-testimony {
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--_color---burnished-gold) black black;
  width: auto;
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  letter-spacing: 1.1px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 39px;
  font-family: Spectral, sans-serif;
  font-weight: 300;
  display: block;
}

.sub-hero-heading-right-testimony {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 45svw;
  height: auto;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 4rem;
  padding-left: 0;
  display: flex;
}

.sub-hero-container-testimony {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start center;
  max-width: none;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sub-hero-testimony-div {
  width: 300px;
  height: 300px;
}

.text-span-32 {
  letter-spacing: 1.5px;
  font-size: 18px;
  font-weight: 700;
}

.text-span-33 {
  font-size: 40px;
  font-weight: 700;
}

.pricing-div {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.guide-heading {
  color: var(--_color---shades-of-white--moonstone-white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 1.4em;
  position: static;
}

.div-block-6 {
  text-transform: uppercase;
  font-style: italic;
}

.container-7 {
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  position: static;
  inset: auto 0% 0%;
}

.image-25 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100svw;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  overflow: visible;
}

.slider-2 {
  background-color: #ddd0;
  width: auto;
  height: auto;
  display: block;
}

.mask-4, .home-slide {
  width: auto;
  height: auto;
}

.hero-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.whyus-desktop {
  width: 40%;
  margin-top: 40px;
  margin-left: 0;
}

.whyus-desktop.tile-1 {
  border: 1px solid var(--_color---olive-palm-green);
  background-color: var(--_color---transparent);
  padding: 10px;
}

.container-8 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.container-8.whyus, .container-8.tile-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-26 {
  object-fit: cover;
}

.whyus-mobile {
  width: 40%;
  margin-top: 40px;
  margin-left: 0;
  display: none;
}

.whyus-h3 {
  text-align: left;
  margin-bottom: 40px;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 700;
}

.testimonies-slider {
  background-color: var(--_color---obsidian-indigo);
  width: auto;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.slide-11 {
  height: 400px;
}

.pop-up-back {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #20202099;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  inset: 0%;
}

.form {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-header {
  color: var(--_color---espresso-slate);
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-exit-button {
  opacity: .2;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  padding: 40px 40px 32px;
  display: flex;
  position: relative;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-paragraph {
  color: var(--_color---espresso-slate);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-wrapper {
  z-index: 300;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.body-11 {
  background-color: var(--_color---obsidian-indigo);
}

.flex-block-service {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75svw;
  margin-top: -5.4rem;
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 700;
  display: flex;
}

.main-pp-1 {
  width: auto;
  color: var(--_color---shades-of-white--ivory-mist);
  letter-spacing: .5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Spectral, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.sub-hero-heading-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---charcoal-navy);
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 40svw;
  height: 60svh;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0;
  padding: 1rem 1rem 0;
  display: flex;
  position: relative;
  bottom: -13px;
  left: 13px;
}

.sub-hero-text-div-1 {
  text-align: left;
  width: 80%;
  max-width: clamp(500px, 60ch, 720px);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  line-height: 1.5em;
}

.text-span-34 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--_color---burnished-gold);
}

.sub-hero-img-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 650px;
}

.sub-hero-text-div-2 {
  text-align: left;
  width: 80%;
  max-width: clamp(500px, 60ch, 720px);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  line-height: 1.5em;
}

.sub-hero-heading-div-2 {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--_color---burnished-gold);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--_color---burnished-gold);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--_color---burnished-gold);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--_color---burnished-gold);
  width: 90%;
  color: var(--_color---shades-of-white--pearl-dust);
  text-align: left;
  letter-spacing: .25px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-family: Spectral, sans-serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  position: static;
  inset: 46% auto 0% 0%;
}

.sub-hero-heading-right-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--_color---midnight-teal);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 35svw;
  height: auto;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 4rem;
  padding-left: 0;
  display: flex;
  position: static;
}

.home-1-banner-content-2 {
  color: #5b5b5b;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40svw;
  min-width: 0;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 4.5rem;
  display: block;
  position: absolute;
  top: auto;
  bottom: 27%;
  left: 115px;
}

.home-1-banner-content-3 {
  color: #5b5b5b;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40svw;
  min-width: 0;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 4.5rem;
  display: block;
  position: absolute;
  top: auto;
  bottom: 27%;
  left: 159px;
}

.blog-paragraph {
  width: 50%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Spectral, sans-serif;
  line-height: 1.5em;
}

.blog-hero-section-h1 {
  color: var(--_color---shades-of-white--moonstone-white);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.4em;
  position: static;
}

.blog-base-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 1200px;
  color: var(--_color---jerusalem-sand);
  text-align: center;
  -webkit-text-stroke-color: var(--bg-light);
  background-color: #0000;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10px;
  text-decoration: none;
  display: block;
}

.blog-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---obsidian-indigo);
  opacity: 1;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: auto;
  padding: 0 1rem;
  display: block;
  position: static;
}

.blog-section.blog-grid-banner {
  background-color: var(--_color---charcoal-navy);
  justify-content: center;
  align-items: center;
  height: 60svh;
  min-height: auto;
  padding-top: 5svh;
  display: flex;
}

.blog-home-paragraph {
  color: var(--_color---shades-of-white--desert-fog);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.7em;
}

.blog-grid-image-2 {
  object-fit: cover;
  min-width: 100%;
  height: 280px;
}

.blog-grid-content-wrapper-2 {
  grid-row-gap: 15px;
  background-color: var(--_color---charcoal-navy);
  flex-direction: column;
  min-height: 355px;
  padding: 30px;
  display: flex;
}

.div-block-7, .heading-22, .heading-23 {
  font-family: Cormorant Garamond, sans-serif;
}

.text-span-37 {
  font-family: Spectral, sans-serif;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-block-6 {
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section._0-bottom-padding {
    padding-top: 0;
  }

  .section.home-6-banner {
    padding-top: 130px;
  }

  .section.album-2-banner {
    padding-top: 180px;
  }

  .section.about-us-solid, .section.on-location-solid-banner {
    padding-top: 15vh;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button.full-width {
    font-family: Cormorant Garamond, sans-serif;
    font-size: 20px;
  }

  .nav-container {
    padding-left: 28px;
    padding-right: 50px;
  }

  .utility-page-wrap {
    padding-bottom: 0;
  }

  ._404-logo-wrapper {
    padding-top: 0;
  }

  .nav-menu-wrapper {
    margin-left: 140px;
  }

  .footer-section {
    background-color: var(--_color---obsidian-indigo);
  }

  .footer-block {
    background-color: #0000;
  }

  .banner-title-wrapper {
    margin-top: 0;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    min-height: 395px;
    padding: 30px;
  }

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .nav-shadow {
    box-shadow: 1px 1px 10px #0000001a;
  }

  .home-section-gallery {
    margin-bottom: 80px;
  }

  .section-bottom-button-wrapper {
    margin-top: 80px;
  }

  .home-1-banner-content {
    bottom: 15%;
    left: 119px;
  }

  .album-details-top-image-wrapper {
    height: 650px;
  }

  .brand-footer.w--current {
    transition-property: none;
  }

  .nav-menu-link.nav-inverted-link {
    font-size: 1.5vh;
  }

  .footer-link-big {
    text-align: right;
    font-family: Spectral, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
    transition-property: none;
  }

  .home-6-banner-wrapper {
    grid-column-gap: 100px;
  }

  .home-1-heading {
    color: var(--white);
    margin-bottom: 40px;
  }

  .link-block.category-link {
    max-width: 100%;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-list-wrapper-3 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .collection-list-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .category-photo {
    position: static;
    overflow: hidden;
  }

  .licensing-icons {
    width: 45%;
  }

  .section-2 {
    background-color: #000;
  }

  .home-h2-heading {
    margin-bottom: 2rem;
  }

  .service-quick-stack, .cell-5 {
    justify-content: flex-start;
  }

  .seo-heading-1 {
    font-size: 2rem;
    font-style: italic;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-block-3 {
    transition: background-color .3s, color .3s;
  }

  .link-block-3.w--current {
    transition: none;
  }

  .workflow-text-block-2 {
    text-align: left;
  }

  .home-hero {
    font-size: clamp(2.75rem, 6vw, 5rem);
  }

  .home-paragraph.aboutus {
    font-size: clamp(1.4rem, 1.5vw, 1.55rem);
  }

  .hero-section-h1 {
    font-size: clamp(2rem, 3.5vw, 4rem);
  }

  .home-h2-heading-copy {
    margin-bottom: 2rem;
  }

  .sub-hero-container {
    flex-flow: wrap;
  }

  .sub-hero-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sub-hero-heading-right-3 {
    margin: 0 0 0 0%;
    padding: 1rem;
    right: 30px;
  }

  .sub-hero-text-div {
    margin-bottom: 0;
  }

  .sub-hero-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .vertical-img {
    height: 600px;
  }

  .heading-17 {
    font-size: 40px;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .sub-hero-heading-2, .sub-hero-heading-right-testimony {
    margin: 0 0 0 0%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .guide-heading {
    font-size: clamp(2rem, 3.5vw, 4rem);
  }

  .image-25 {
    box-sizing: content-box;
    object-fit: cover;
    width: 100svw;
  }

  .hero-div {
    width: auto;
    display: block;
  }

  .main-pp-1 {
    font-size: 20px;
  }

  .sub-hero-heading-1 {
    margin: 0 0 0 0%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sub-hero-text-div-1, .sub-hero-text-div-2 {
    margin-bottom: 0;
  }

  .sub-hero-heading-div-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sub-hero-heading-right-2 {
    margin: 0 0 0 0%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-1-banner-content-2 {
    bottom: 15%;
    left: 90px;
  }

  .home-1-banner-content-3 {
    bottom: 15%;
    left: 107px;
  }

  .blog-hero-section-h1 {
    font-size: clamp(2rem, 3.5vw, 4rem);
  }

  .blog-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 103px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner {
    padding-top: 160px;
  }

  .section.about-us-solid, .section.on-location-solid-banner {
    min-height: 500px;
  }

  .base-container {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-grid-content-wrapper {
    min-height: 340px;
  }

  .contacts-textarea:focus, .contacts-input:focus {
    color: var(--white);
  }

  .search-section {
    padding-top: 180px;
  }

  .get-pricing {
    padding-right: 30px;
  }

  .recent-projects-first-size-photo {
    height: 350px;
  }

  .recent-projects-second-size-photo {
    height: 740px;
  }

  .recent-projects-second-row {
    grid-column-gap: 90px;
    margin-top: -300px;
  }

  .recent-projects-first-row {
    grid-column-gap: 90px;
  }

  .recent-projects-first-size-lightbox {
    height: 350px;
  }

  .recent-projects-second-size-lightbox {
    height: 740px;
  }

  .home-1-banner-content {
    width: 45svw;
    max-width: none;
    bottom: 22%;
    left: 74px;
  }

  .album-details-title {
    font-size: 70px;
  }

  .album-details-recent-works {
    margin-bottom: 60px;
  }

  .nav-menu-link.nav-inverted-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6vh;
  }

  .nav-menu-link.nav-inverted-link._2d.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-6-banner-content-right, .home-6-banner-content-left {
    width: 20%;
  }

  ._404-image {
    max-height: 250px;
  }

  ._404-title {
    font-size: 190px;
  }

  .home-3-photo-wrapper-1 {
    min-width: 400px;
    height: 550px;
  }

  .home-3-photo-wrapper-2 {
    min-width: 400px;
    height: 350px;
  }

  .home-3-photo-wrapper-3 {
    min-width: 450px;
    height: 500px;
  }

  .home-3-banner-heading {
    font-size: 80px;
  }

  .home-1-heading {
    pointer-events: auto;
    color: var(--white);
    font-size: 50px;
  }

  .blog-header {
    font-size: 72px;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contacts-input-2:focus, .contacts-textarea-2:focus {
    color: #fff;
  }

  .heading-center-align {
    font-size: 72px;
  }

  .text-span-6 {
    color: var(--white);
  }

  .home-h2-heading {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .workflow-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .workflow-step {
    min-width: 30vw;
  }

  .code-embed {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-quick-stack {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .cell-5 {
    justify-content: space-between;
    align-items: center;
  }

  .cell-9 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .workflow-step-2 {
    min-width: 30vw;
  }

  .home-base-container {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .home-h2-heading-copy, .sub-hero-heading {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-hero-heading-right-3 {
    right: 2px;
  }

  .sub-hero-text {
    font-size: 20px;
  }

  .vertical-img {
    height: 700px;
  }

  .flex-block {
    margin-bottom: 2rem;
  }

  .heading-17 {
    font-size: 45px;
  }

  .paragraph-6 {
    font-size: 25px;
  }

  .sub-hero-heading-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-base-container {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .container-7 {
    top: 0%;
  }

  .image-25 {
    box-sizing: border-box;
    object-fit: contain;
  }

  .flex-block-service {
    margin-bottom: 2rem;
  }

  .main-pp-1 {
    font-size: 25px;
  }

  .sub-hero-img-2 {
    height: 850px;
  }

  .sub-hero-heading-div-2 {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-hero-heading-right-2 {
    padding-left: 34px;
  }

  .home-1-banner-content-2 {
    width: 45svw;
    max-width: none;
    bottom: 22%;
    left: 72px;
  }

  .home-1-banner-content-3 {
    width: 45svw;
    max-width: none;
    bottom: 22%;
    left: 113px;
  }

  .blog-base-container {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .blog-grid-content-wrapper-2 {
    min-height: 340px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.album-2-banner {
    padding-top: 220px;
  }

  .section.home-1-banner {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    font-weight: 400;
  }

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

  .section.services-section {
    min-width: auto;
    min-height: auto;
    padding-top: 2px;
    padding-bottom: 20px;
    position: static;
  }

  .section.services-banner {
    padding-top: 220px;
    padding-bottom: 180px;
  }

  .primary-button.full-width {
    font-size: 25px;
  }

  .nav-container {
    min-height: auto;
    padding-left: 40px;
    padding-right: 80px;
  }

  .services-item-description {
    margin-bottom: 20px;
  }

  .pricing-3-plan-item {
    background-color: var(--white);
  }

  .get-pricing.getpricing-body {
    margin-bottom: 34px;
    padding-top: 5px;
  }

  .navbar-fixed {
    height: auto;
  }

  .nav-shadow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .section-divider {
    background-color: var(--bg-light);
  }

  .plus-icon {
    z-index: 2;
    color: var(--white);
    position: relative;
  }

  .home-vision-block {
    color: var(--bg-light);
  }

  .vertical-divider {
    background-color: var(--bg-light);
    color: var(--bg-light);
  }

  .home-1-banner-content {
    font-size: clamp(3.75rem, 7vw, 6rem);
    bottom: 16%;
    left: 105px;
  }

  .about-us-first-team-grid {
    margin-top: 100px;
  }

  .album-details-top-image-wrapper {
    height: 700px;
  }

  .project-template-image-in-grid {
    object-position: 50% 40%;
  }

  .rich-text-block h3 {
    margin-top: 25px;
  }

  .nav-menu-link.nav-inverted-link {
    font-size: 1.8vh;
  }

  .nav-menu-link.nav-inverted-link._2d.w--current {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2vh;
    transition-property: none;
  }

  .home-6-banner-image {
    height: 660px;
  }

  ._404-image {
    max-height: 300px;
  }

  ._404-title {
    font-size: 240px;
  }

  .home-3-banner {
    grid-template-columns: 90% 10%;
  }

  .home-3-banner-heading {
    font-size: 100px;
  }

  .home-1-heading {
    color: var(--white);
    font-size: 50px;
  }

  .text-span-6 {
    color: var(--white);
    font-size: 7vw;
  }

  .image-6.logo-image {
    max-width: 100%;
  }

  .service-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    font-size: 2vh;
    line-height: 1.5em;
    display: flex;
  }

  .code-embed {
    width: 80svw;
    height: auto;
  }

  .service-pp {
    text-align: left;
    font-size: 2vh;
  }

  .service-quick-stack {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .heading-8 {
    font-size: 3rem;
  }

  .seo-heading-1 {
    font-size: 2.5rem;
  }

  .seo-pp {
    font-size: 2rem;
    line-height: 1.5em;
  }

  .home-hero {
    font-size: clamp(3.75rem, 7vw, 7rem);
    bottom: auto;
  }

  .home-paragraph.aboutus {
    font-size: clamp(1.6rem, 1.7vw, 1.9rem);
  }

  .sub-hero-heading-right-3 {
    right: 136px;
  }

  .sub-hero-main {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .heading-17 {
    font-size: 60px;
  }

  .paragraph-6 {
    font-size: 30px;
  }

  .container-7 {
    height: auto;
    position: static;
    top: 0%;
  }

  .image-25 {
    aspect-ratio: auto;
    overflow: visible;
  }

  .home-slide {
    height: auto;
  }

  .main-pp-1 {
    font-size: 30px;
  }

  .home-1-banner-content-2 {
    font-size: clamp(3.75rem, 7vw, 6rem);
    bottom: 16%;
    left: 96px;
  }

  .home-1-banner-content-3 {
    font-size: clamp(3.75rem, 7vw, 6rem);
    bottom: 16%;
    left: 168px;
  }

  .blog-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

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

  .section {
    text-align: center;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: static;
  }

  .section.portfolio-grid-banner, .section.pricing-banner-third {
    min-height: 300px;
  }

  .section.home-6-banner {
    padding-top: 80px;
  }

  .section.home-1-banner {
    filter: saturate(84%);
    padding: 4rem 1rem;
  }

  .section.home-3-banner-section {
    padding-top: 100px;
  }

  .section.services-section {
    min-width: auto;
    min-height: auto;
  }

  .section.service-details-section {
    padding-top: 100px;
  }

  .section.services-banner {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.banner {
    padding-top: 120px;
  }

  .section.about-us-solid {
    min-height: 35svh;
    padding-top: 10vh;
  }

  .section.pricing-hero-banner {
    min-height: 300px;
  }

  .section.on-location-solid-banner {
    background-color: var(--_color---obsidian-indigo);
    min-height: 35svh;
    padding-top: 10vh;
  }

  .section.privacy-banner {
    padding-top: 0;
  }

  .section.guide-banner {
    min-height: 300px;
  }

  .section.whyus {
    padding-right: 1rem;
  }

  .section.why-us {
    height: 10svh;
    min-height: auto;
  }

  .base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .base-container.contact-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    padding: 2rem 1rem;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .nav-dropdown-icon {
    color: var(--white);
  }

  .nav-dropdown-list {
    background-color: var(--bg-dark);
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    max-height: 280px;
    overflow: auto;
  }

  .nav-dropdown-link-wrapper {
    color: var(--bg-dark);
    justify-content: flex-start;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white);
    padding: 10px 0;
  }

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

  .nav-dropdown-link.w--current:hover {
    color: var(--light-gray);
  }

  .tablet-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-top: 0;
    padding: 0 15px;
    font-size: 15vh;
    display: flex;
    position: relative;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 0 0 32px;
  }

  .nav-close-icon {
    filter: invert();
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .nav-item-title.nav-inverted-dropdown {
    filter: invert(0%);
    color: var(--white);
  }

  .logo-mobile {
    justify-content: flex-start;
    display: flex;
  }

  .logo-mobile.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: none;
    display: block;
  }

  .banner-title {
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    column-count: 2;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .blog-grid-content-wrapper {
    background-color: var(--_color---transparent);
    color: var(--_color---midnight-azule);
    background-image: none;
  }

  .blog-grid-item-title {
    color: var(--_color---burnished-gold);
    font-family: Spectral, sans-serif;
    font-weight: 500;
  }

  .blog-grid-item-description {
    color: var(--_color---shades-of-white--desert-fog);
    font-family: Noto Serif, sans-serif;
  }

  .nav-menu-wrapper {
    margin-left: 0;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-pagination {
    margin-top: 60px;
  }

  .footer-section {
    display: block;
  }

  .footer-text {
    justify-content: center;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-subtitle {
    margin-top: auto;
    margin-bottom: auto;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 2vh;
  }

  .style-guide-button-wrapper {
    width: 100%;
    margin-right: 0;
  }

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

  .services-item {
    width: 100%;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-3-plans-wrapper.pricing-2-plans-wrapper {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: wrap;
  }

  .pricing-3-plan-item {
    width: 40%;
  }

  .pricing-3-plan-item.pricing-1-item {
    width: 50vw;
  }

  .pricing-plan-content-wrapper {
    -webkit-text-stroke-color: var(--light-gray);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plan-content-wrapper.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-right: 2rem;
  }

  .pricing-features-wrap {
    width: 100%;
  }

  .pricing-features-links-wrap {
    text-align: center;
    width: 100%;
    margin-top: 60px;
  }

  .coming-soon-image {
    display: none;
  }

  .capabilities-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .contacts-location-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .paragrah {
    text-align: left;
    width: auto;
    min-width: auto;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }

  .contacts-2-location-wrapper {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    box-shadow: none;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    text-align: center;
    overflow-wrap: normal;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    display: none;
  }

  .contacts-2-content-wrapper.concierge-contact {
    justify-content: center;
    align-items: center;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-socials-wrapper {
    width: 100%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    width: auto;
    margin-right: 15px;
  }

  .search-input:focus {
    border: 1px solid var(--primary-dark\<deleted\|variable-478a3a9e\>);
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 140px;
  }

  .footer-about-me-wrapper {
    grid-column-gap: 20px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-shadow-overlay {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border: 0px none var(--_color---midnight-azule);
    background-color: var(--_color---obsidian-indigo);
    opacity: 1;
    mix-blend-mode: normal;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: 100svh;
    max-height: none;
  }

  .portfolio-masonry-collection-list {
    column-count: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-masonry-title {
    text-align: left;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .megamenu-dropdown-wrap {
    width: 100%;
  }

  .get-pricing {
    text-align: center;
    border-color: #a9a9a900;
    border-radius: 0;
    width: auto;
    padding: 10px 30px;
    font-size: 1.3vh;
    display: block;
    position: static;
  }

  .primary-button-animated-text {
    color: var(--_color---shades-of-white--moonstone-white);
    font-family: "Fa brands 400", sans-serif;
  }

  .primary-button-animated-element {
    background-color: var(--_color---dessert-garnet);
    color: var(--bg-dark);
  }

  .footer-copyright-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: none;
  }

  .footer-newsletter-wrapper {
    width: auto;
  }

  .navbar-fixed {
    padding-top: 15px;
    padding-bottom: 0;
    position: fixed;
  }

  .nav-shadow {
    text-align: left;
    font-size: 16px;
  }

  .home-section-title.home-2-with-divider {
    padding-bottom: 2px;
  }

  .blog-card-image-wrapper {
    height: 300px;
  }

  .recent-projects-first-size-photo {
    height: 180px;
  }

  .recent-projects-second-size-photo {
    height: 360px;
  }

  .recent-projects-second-row {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -140px;
    padding-left: 0;
    padding-right: 0;
  }

  .recent-projects-first-row {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .recent-projects-first-size-lightbox {
    height: 180px;
  }

  .recent-project-lightbox-overlay {
    display: none;
  }

  .recent-projects-second-size-lightbox {
    height: 360px;
  }

  .home-elegance-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-vision-block {
    grid-row-gap: 0px;
    min-width: 80%;
  }

  .home-philosophy-paragraph {
    width: auto;
    min-width: auto;
  }

  .home-1-banner-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50svw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 100vh;
    display: block;
    position: absolute;
    top: auto;
    bottom: 25%;
    left: 99px;
  }

  .home-2-blog-collection-list {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .home-2-blog-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .home-2-blog-content-wrapp {
    align-items: center;
    padding-right: 0;
  }

  .home-2-paragraph-style {
    text-align: center;
    width: 60%;
  }

  .about-us-first-team-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 65px;
  }

  .about-us-first-team-block {
    height: auto;
  }

  .album-template-images-grid-top-row {
    margin-left: 0;
    margin-right: 0;
  }

  .project-template-image-in-grid {
    height: 360px;
  }

  .album-template-images-grid-bottom-row {
    margin-left: 0;
    margin-right: 0;
  }

  .project-template-image-in-grid-lightbox {
    height: 360px;
  }

  .rich-text-block-two-columns {
    column-count: 1;
  }

  .album-details-recent-link {
    height: 250px;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
  }

  .shop-details-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-details-featured-products {
    grid-template-columns: 1fr 1fr;
  }

  .brand-navbar {
    text-align: center;
    flex: 0 auto;
    padding-top: 0;
    display: block;
  }

  .brand-footer {
    margin-right: 0;
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .cart-item {
    align-items: center;
  }

  .cart-header {
    border-bottom-style: none;
  }

  .cart-footer {
    border-top-style: none;
  }

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

  .paypal-checkout-form, .order-confirmation {
    padding-top: 130px;
  }

  .menu-button-1-zindex {
    text-align: right;
    padding: 0;
  }

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

  .menu-button-1-zindex.nav-inverted {
    z-index: 1;
  }

  .menu-button-1-zindex.nav-inverted.button-mobile {
    width: 40px;
    height: 40px;
    font-size: 2.5vh;
    line-height: 1.2em;
  }

  .nav-menu-link {
    color: var(--_color---shades-of-white--moonstone-white);
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
  }

  .nav-menu-link.nav-inverted-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    filter: invert(0%);
    color: var(--_color---shades-of-white--moonstone-white);
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px 0 10px 20px;
    font-family: Spectral SC, sans-serif;
    transition: opacity .3s;
  }

  .nav-menu-link.nav-inverted-link.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    filter: none;
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px 0 10px 20px;
    transition-property: none;
  }

  .nav-menu-link.nav-inverted-link._2d {
    letter-spacing: 3px;
    -webkit-text-stroke-width: 1px;
    padding-top: 5vh;
    padding-bottom: 5vh;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 16px;
    line-height: 1em;
  }

  .nav-menu-link.nav-inverted-link._2d.w--current {
    font-size: 15px;
  }

  .footer-links-left {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .footer-links-right {
    width: auto;
  }

  .footer-gallery {
    width: auto;
    padding-bottom: 0;
  }

  .footer-wrapper-top {
    grid-column-gap: 40px;
  }

  .footer-image {
    max-width: 120px;
    height: 120px;
  }

  .footer-image.mobile-hidden {
    display: none;
  }

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

  .home-6-banner-image {
    height: 360px;
  }

  .home-6-banner-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .home-6-banner-content-right, .home-6-banner-content-left {
    width: 60%;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .home-3-banner {
    grid-template-columns: 80% 20%;
  }

  .home-1-heading {
    text-align: center;
    font-size: 5vw;
  }

  .dark-text.light-text {
    color: var(--secondary);
  }

  .shipping-address {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .shipping-address-wrap, .row, .row-2 {
    flex-flow: column;
  }

  .blog-header {
    font-size: 58px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper-3 {
    z-index: 1;
    bottom: -900px;
  }

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

  .form-text {
    width: 80%;
  }

  .desctop-btn {
    min-width: auto;
    min-height: auto;
    display: none;
  }

  .tablet-button-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 15px;
    display: flex;
  }

  .brand-image {
    max-width: none;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 0;
  }

  .brand-image.mobile-brand {
    padding-left: 0;
  }

  .licensing-icons {
    width: 80%;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .product-title {
    font-size: 48px;
  }

  .image {
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vh;
    display: block;
    position: static;
  }

  .method-section.seo-leadparagraph {
    border: 1px solid #0000;
  }

  .body {
    background-color: var(--_color---obsidian-indigo);
  }

  .workflow-steps {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .workflow-step {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    display: flex;
  }

  .workflow-next-heading {
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .image-6.logo-image {
    max-width: 100%;
  }

  .service-heading {
    text-align: left;
  }

  .code-embed {
    width: 100%;
    min-width: auto;
    padding: 0;
  }

  .text-span-12 {
    font-size: 20px;
  }

  .text-span-13 {
    color: var(--secondary);
  }

  .heading-6 {
    font-size: 4em;
  }

  .link-2 {
    color: var(--_color---burnished-gold);
    font-family: Spectral, sans-serif;
  }

  .image-10 {
    min-width: 50%;
  }

  .service-quick-stack {
    grid-column-gap: 4ch;
    grid-row-gap: 4ch;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .cell-5 {
    display: flex;
  }

  .seo-heading-1 {
    text-align: left;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: clamp(2.25rem, 6vw, 3.5rem);
    font-style: normal;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .seo-title-h2 {
    font-size: 3em;
    position: relative;
    bottom: auto;
  }

  .cell-8 {
    justify-content: center;
    align-items: center;
  }

  .workflow-step-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video {
    height: 35svh;
    padding-top: 0;
  }

  .text-span-22 {
    width: auto;
  }

  .main-heading {
    text-align: left;
  }

  .main-heading.blog {
    font-size: 40px;
  }

  .main-heading.privacy {
    font-size: 25px;
  }

  .main-heading.abousus {
    font-size: 40px;
  }

  .home-hero {
    text-align: left;
    width: 50%;
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }

  .home-base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-heading-container {
    text-align: left;
    min-width: 35vw;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }

  .contact-form-wrapper {
    width: 100%;
    box-shadow: none;
    margin-right: 0;
    display: none;
  }

  .brand-image-footer {
    max-width: none;
    padding-left: 0;
  }

  .sub-hero-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .sub-hero {
    flex-flow: wrap;
    width: 50svw;
  }

  .sub-hero-heading {
    text-align: left;
    width: 100%;
    padding-top: 20px;
  }

  .sub-hero-heading-right-3 {
    background-color: var(--_color---midnight-azule);
    width: 50svw;
    min-width: auto;
    max-height: none;
    margin-left: 0;
    padding: 1rem;
    right: 0;
  }

  .sub-hero-text {
    width: 100%;
  }

  .sub-hero-text-div {
    text-align: left;
    width: auto;
    min-width: auto;
    max-width: clamp(500px, 60ch, 720px);
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }

  .sub-hero-main {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .vertical-img {
    width: 50svw;
    height: auto;
    display: block;
  }

  .heading-17 {
    font-size: 30px;
  }

  .div-block-2 {
    width: 35%;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .main-page-text-container {
    text-align: left;
    width: 45%;
    min-width: auto;
    max-width: none;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }

  .sub-hero-container-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .sub-hero-right-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    display: none;
  }

  .sub-hero-heading-2 {
    width: 50svw;
    min-width: auto;
    max-height: none;
    margin-left: 0;
    padding-left: 0;
  }

  .contacts-2-content {
    width: 50%;
    margin-top: 0;
    padding-right: 30px;
  }

  .paragraph-7 {
    overflow-wrap: normal;
  }

  .contacts-title-desktop {
    display: none;
  }

  .contacts-location-wrap-2 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .contact-base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts-wrapper {
    flex-flow: wrap;
    align-content: stretch;
  }

  .contacts-title-mobile {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mobile-content-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    text-align: center;
    overflow-wrap: normal;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    display: flex;
  }

  .mobile-content-wrapper._30px {
    margin-top: 30px;
  }

  .image-23 {
    margin-top: 0;
    display: block;
    position: relative;
    top: -38px;
  }

  .sub-hero-testimony {
    width: 100%;
    font-size: 12px;
  }

  .sub-hero-heading-right-testimony {
    width: 50svw;
    min-width: auto;
    max-height: none;
    margin-left: 0;
    padding-left: 0;
  }

  .sub-hero-container-testimony {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-bottom: 2rem;
    font-size: 12px;
    display: block;
  }

  .container-7 {
    width: auto;
    max-width: none;
    height: auto;
    position: static;
    top: 16%;
    bottom: auto;
  }

  .image-25 {
    width: 100svw;
    height: auto;
  }

  .mask-4, .home-slide {
    height: auto;
  }

  .whyus-desktop {
    width: 60%;
    margin-top: 0;
  }

  .whyus-desktop.image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .whyus-desktop.tile-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .container-8.whyus {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .container-8.whyus.tile-1 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .container-8.tile-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-26 {
    object-fit: cover;
  }

  .pop-up-button {
    position: relative;
  }

  .flex-block-service {
    margin-top: -3.7rem;
  }

  .main-pp-1 {
    font-size: 15px;
  }

  .sub-hero-heading-1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50svw;
    min-width: auto;
    height: 50svh;
    max-height: none;
    margin-left: 0;
    padding-left: 1rem;
    left: auto;
  }

  .sub-hero-text-div-1 {
    text-align: left;
    width: auto;
    min-width: auto;
    max-width: clamp(500px, 60ch, 720px);
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }

  .sub-hero-img-2 {
    width: 50svw;
    height: auto;
    display: block;
  }

  .sub-hero-text-div-2 {
    text-align: left;
    width: auto;
    min-width: auto;
    max-width: clamp(500px, 60ch, 720px);
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }

  .sub-hero-heading-div-2 {
    text-align: left;
    width: 100%;
    padding-top: 20px;
  }

  .sub-hero-heading-right-2 {
    background-color: var(--_color---rose-gold-copper);
    width: 50svw;
    min-width: auto;
    max-height: none;
    margin-left: 0;
    padding: 1rem;
  }

  .text-span-36 {
    border-style: none none solid;
    border-width: 1px;
    border-color: var(--_color---burnished-gold);
  }

  .home-1-banner-content-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50svw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 100vh;
    display: block;
    position: absolute;
    top: auto;
    bottom: 25%;
    left: 70px;
  }

  .home-1-banner-content-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50svw;
    max-width: 90%;
    margin-right: auto;
    padding-left: 0;
    font-size: 100vh;
    display: block;
    position: absolute;
    top: auto;
    bottom: 25%;
    left: 71px;
  }

  .blog-paragraph {
    text-align: left;
    width: auto;
    min-width: auto;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }

  .blog-base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-section {
    text-align: center;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: static;
  }

  .blog-section.blog-grid-banner {
    height: 30svh;
    min-height: 300px;
  }

  .blog-grid-content-wrapper-2 {
    display: block;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section._0-bottom-padding {
    padding-top: 0;
  }

  .section.about-us-image-banner {
    min-height: 360px;
  }

  .section.pricing-banner-third {
    background-image: url('../images/Website-banner_1.avif'), linear-gradient(#0000, #0000);
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.album-2-banner {
    padding-top: 100px;
  }

  .section.home-1-banner {
    background-image: none;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 200px);
    padding-left: 0;
    padding-right: 0;
  }

  .section.services-section {
    min-height: auto;
    padding-bottom: 0;
  }

  .section.services-banner {
    filter: saturate(84%);
    padding-top: 20vh;
  }

  .section.banner {
    padding-top: 90px;
  }

  .section.about-us-solid {
    min-height: 35svh;
  }

  .section.pricing-hero-banner {
    background-image: url('../images/Website-banner_1.avif'), linear-gradient(#0000, #0000);
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.on-location-solid-banner {
    min-height: 35svh;
  }

  .section.privacy-banner {
    min-height: 360px;
  }

  .section.why-us {
    height: 10svh;
  }

  .base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--primary-dark\<deleted\|variable-478a3a9e\>);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--primary-dark\<deleted\|variable-478a3a9e\>);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width {
    font-size: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    text-align: left;
  }

  .nav-dropdown-toggle {
    width: 99%;
  }

  .tablet-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--_color---obsidian-indigo);
    text-align: right;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .close-menu-button.w--open {
    padding-right: 4px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .blog-grid-content-wrapper {
    min-height: auto;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-block {
    flex-wrap: wrap;
  }

  .footer-text {
    font-size: 11px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .style-guide-button-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .free-trial-title {
    margin-bottom: 20px;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.service-page {
    min-height: auto;
  }

  .section-title {
    padding-bottom: 0;
    font-size: 30px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pricing-3-plans-wrapper {
    flex-wrap: wrap;
  }

  .pricing-3-plan-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }

  .pricing-3-plan-item.center-item {
    box-shadow: none;
  }

  .pricing-plan-content-wrapper, .pricing-plan-content-wrapper.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-features-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .capabilities-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .contacts-location-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    min-height: auto;
  }

  .paragrah {
    text-align: center;
    width: auto;
    min-width: auto;
    min-height: auto;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    text-align: center;
    flex: 0 auto;
  }

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-socials-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    border-top-width: 1px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-top: 120px;
  }

  .footer-about-me-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 10px;
    border-style: none;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .customer-wrapper {
    height: 240px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
  }

  .nav-menu-shadow-overlay {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    max-height: none;
  }

  .portfolio-masonry-collection-list {
    column-count: 1;
    column-rule-width: 0px;
    flex-wrap: wrap;
    column-gap: 30px;
  }

  .portfolio-masonry-collection-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .portfolio-masonry-collection-item:last-child {
    margin-bottom: 0;
  }

  .portfolio-masonry-content-wrapper {
    text-align: center;
  }

  .project-template-banner-image {
    height: 50vh;
  }

  .get-pricing {
    width: auto;
    padding-right: 30px;
    position: relative;
  }

  .get-pricing.getpricing-body {
    font-size: 1.5vh;
    line-height: 2em;
  }

  .footer-copyright-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .footer-newsletter-wrapper {
    text-align: center;
    border: 1px solid #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-section-gallery {
    margin-bottom: 40px;
  }

  .recent-projects-first-size-photo {
    height: 400px;
  }

  .recent-projects-second-size-photo {
    object-position: 50% 0%;
    height: 400px;
  }

  .recent-projects-second-row {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .recent-projects-first-row {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .section-bottom-button-wrapper {
    margin-top: 40px;
  }

  .recent-projects-first-size-lightbox, .recent-projects-second-size-lightbox {
    height: 400px;
  }

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

  .home-elegance-item.high {
    height: 347px;
  }

  .home-philosophy-paragraph {
    width: 100%;
  }

  .home-1-banner-content {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    padding-left: 0;
    bottom: 17%;
    left: 46px;
  }

  .home-2-blog-collection-list {
    grid-template-columns: 1fr;
  }

  .home-2-blog-wrapper {
    grid-row-gap: 60px;
  }

  .home-2-paragraph-style {
    width: 90%;
  }

  .about-us-first-team-grid {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    display: block;
  }

  .about-us-first-team-block {
    height: auto;
  }

  .about-us-first-button-wrapper {
    margin-top: 40px;
  }

  .album-details-top-image-wrapper {
    height: 50vh;
  }

  .album-template-images-grid-top-row, .album-template-images-grid-bottom-row {
    grid-template-columns: 1fr;
  }

  .album-details-recent-works {
    margin-bottom: 60px;
  }

  .album-details-recent-works-collection {
    grid-template-columns: 1fr;
  }

  .album-details-recent-link {
    height: 360px;
  }

  .shop-details-wrapper {
    grid-template-columns: 1fr;
  }

  .shop-details-slider {
    height: 350px;
  }

  .brand-navbar {
    padding-left: 0;
  }

  .brand-footer.w--current {
    padding-bottom: 0;
  }

  .shop-collection-image {
    height: 250px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 110px;
  }

  .menu-button-1-zindex.nav-inverted {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-link.nav-inverted-link {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    font-family: Spectral SC, sans-serif;
    display: flex;
  }

  .nav-menu-link.nav-inverted-link._2d.w--current {
    filter: none;
    perspective: 587px;
    transform-origin: 50%;
    transition-property: none;
    transform: perspective(550px);
  }

  .footer-links-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    font-family: Spectral, sans-serif;
  }

  .footer-links-right {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .footer-gallery {
    justify-content: center;
    width: 100%;
  }

  .footer-wrapper-top {
    grid-column-gap: 40px;
    flex-flow: wrap;
  }

  .footer-link-big {
    font-size: 15px;
  }

  .home-6-banner-content-right, .home-6-banner-content-left {
    width: 70%;
  }

  ._404-title {
    font-size: 100px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--primary-dark\<deleted\|variable-478a3a9e\>);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--primary-dark\<deleted\|variable-478a3a9e\>);
    flex-direction: column;
  }

  .photos-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-right: 40px;
  }

  .home-3-photo-wrapper-1 {
    min-width: 250px;
    height: 350px;
  }

  .home-3-photo-wrapper-2 {
    min-width: 200px;
    height: 200px;
  }

  .home-3-photo-wrapper-3 {
    min-width: 250px;
    height: 280px;
  }

  .line {
    height: 20px;
  }

  .home-1-heading {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 2vh;
    line-height: 1.5em;
  }

  .search {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .blog-header {
    font-size: 48px;
  }

  .collection-list {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper-3 {
    position: relative;
    inset: auto;
  }

  .form-text {
    width: 100%;
  }

  .collection-list-services {
    grid-template-rows: 350px 350px;
    grid-template-columns: 100%;
  }

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

  .brand-image {
    padding-left: 0;
  }

  .licensing-icons {
    width: 100%;
  }

  .license-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-paragraph {
    width: 100%;
    margin-right: 0;
  }

  .licensing-title {
    padding-bottom: 30px;
  }

  .product-title {
    font-size: 42px;
  }

  .image {
    margin-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .home-h2-heading {
    text-align: center;
  }

  .workflow-steps {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .workflow-next-heading {
    text-align: center;
  }

  .image-6.logo-image {
    min-width: 3svh;
    max-width: 45%;
    margin-top: 0;
  }

  .service-heading {
    text-align: left;
    overflow-wrap: anywhere;
    min-width: auto;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 4vh;
    line-height: 1.2em;
  }

  .code-embed {
    width: 100%;
    min-width: auto;
  }

  .service-pp {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 2.5vw;
  }

  .service-pp.service-ppp {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2vh;
  }

  .heading-3 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-10 {
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .service-quick-stack {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    max-height: none;
  }

  .heading-8 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 3vh;
  }

  .service-sec {
    text-align: center;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .cell-5 {
    text-align: center;
  }

  .cell-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .container {
    min-width: auto;
    max-width: 80%;
  }

  .container.service-container {
    text-align: center;
    max-width: 80%;
  }

  .image-13 {
    max-width: 50%;
  }

  .seo-heading-1 {
    justify-content: space-around;
    align-items: center;
    font-family: Spectral SC, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.3em;
    display: flex;
    position: static;
    top: auto;
    bottom: -93px;
    left: -123px;
  }

  .seo-heading-2 {
    text-align: left;
  }

  .seo-heading-2.service-seo-h1 {
    font-size: 1.5rem;
  }

  .seo-title-h2 {
    bottom: auto;
  }

  .seo-pp {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    line-height: 1.2em;
  }

  .seo-project-link {
    border-style: none none solid;
  }

  .workflow-step-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-loop-2 {
    margin-bottom: 40px;
  }

  .background-video {
    max-width: none;
    height: 35svh;
    min-height: 100%;
  }

  .main-heading {
    text-align: left;
  }

  .main-heading.blog {
    text-align: left;
    font-size: 30px;
  }

  .main-heading.privacy, .main-heading.abousus {
    font-size: 30px;
  }

  .home-hero {
    width: 60%;
    font-size: clamp(1.75rem, 6vw, 2.5rem);
  }

  .home-base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .main-heading-container {
    text-align: center;
    min-width: auto;
    min-height: auto;
  }

  .brand-image-footer {
    padding-left: 0;
  }

  .pricing-h2.left-alighned {
    text-align: left;
  }

  .sub-hero-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sub-hero-heading {
    text-align: left;
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .sub-hero-text-div {
    text-align: center;
    width: auto;
    min-width: auto;
    min-height: auto;
  }

  .sub-hero-main {
    text-align: center;
    background-image: linear-gradient(#ffffff08, #ffffff08);
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-17 {
    font-size: 25px;
  }

  .div-block-2 {
    width: 50%;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .main-page-text-container {
    text-align: center;
    width: 70%;
    min-width: auto;
    min-height: auto;
  }

  .sub-hero-container-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contacts-2-content {
    width: auto;
    padding-right: 0;
  }

  .paragraph-7 {
    font-size: 12px;
  }

  .contacts-location-wrap-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .contact-base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
  }

  .contacts-title-mobile {
    margin-bottom: 40px;
  }

  .mobile-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .sub-hero-container-testimony {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-7 {
    margin-top: 20%;
    top: auto;
  }

  .mask-4 {
    height: auto;
  }

  .whyus-desktop {
    width: 80%;
  }

  .whyus-desktop.image {
    display: none;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .container-8.whyus, .container-8.tile-2 {
    margin-left: 0;
  }

  .image-26 {
    aspect-ratio: 16 / 9;
    filter: blur(2px) saturate(88%);
  }

  .whyus-mobile {
    width: auto;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .image-27 {
    aspect-ratio: 3 / 2;
    overflow-wrap: normal;
    object-fit: scale-down;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .main-pp-1 {
    font-size: 15px;
  }

  .sub-hero-heading-1 {
    height: 45svh;
  }

  .sub-hero-text-div-1, .sub-hero-text-div-2 {
    text-align: center;
    width: auto;
    min-width: auto;
    min-height: auto;
  }

  .sub-hero-heading-div-2 {
    text-align: left;
    font-size: clamp(1.25rem, 3vw, 2rem);
  }

  .home-1-banner-content-2 {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    padding-left: 0;
    bottom: 9%;
    left: 47px;
  }

  .home-1-banner-content-3 {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    padding-left: 0;
    bottom: 9%;
  }

  .blog-paragraph {
    text-align: center;
    width: auto;
    min-width: auto;
    min-height: auto;
  }

  .blog-base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
  }

  .blog-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-grid-content-wrapper-2 {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .section.home-1-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 70svh;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    position: relative;
  }

  .section.services-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .section.about-us-solid, .section.on-location-solid-banner {
    min-height: 35svh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.whyus {
    padding-right: 1rem;
  }

  .section.why-us {
    height: 10svh;
  }

  .base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
    height: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width {
    text-align: center;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 10px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

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

  .tablet-menu {
    z-index: 10;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-grid-image {
    height: 240px;
  }

  .blog-grid-item-title {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .blog-template-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-template-next-button {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }

  .footer-section {
    text-align: left;
  }

  .footer-block {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-text {
    grid-row-gap: 10px;
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .footer-text.privacy {
    text-align: center;
  }

  .pricing-plan-content-wrapper, .pricing-plan-content-wrapper.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrapper {
    padding-top: 2rem;
    padding-bottom: 0;
    padding-right: 1rem;
  }

  .pricing-features-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-features-links-wrap {
    margin-top: 40px;
  }

  .pricing-features-icon {
    margin-right: 15px;
  }

  .contacts-location-wrap {
    min-width: 80vw;
  }

  .paragrah {
    width: 70%;
  }

  .contacts-textarea, .contacts-input {
    font-size: 12px;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .contacts-2-content-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .footer-link {
    text-align: left;
    flex: 1;
    margin-bottom: auto;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .footer-socials-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-about-me-wrapper {
    grid-column-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
  }

  .portfolio-tab-link.w--current {
    padding-left: 10px;
  }

  .portfolio-tab-link.last-child {
    padding-right: 10px;
  }

  .nav-menu-shadow-overlay {
    z-index: 5;
    opacity: 1;
    transition-property: none;
  }

  .portfolio-masonry-title {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .get-pricing {
    padding-right: 30px;
  }

  .primary-button-animated-text {
    font-family: Spectral SC, sans-serif;
  }

  .footer-copyright-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-button-top {
    justify-content: center;
  }

  .home-section-gallery {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    margin-top: 53px;
  }

  .blog-card-image-wrapper {
    height: 222px;
  }

  .home-elegance-gallery {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .home-vision-block {
    justify-content: space-around;
    align-items: center;
    min-width: 80%;
  }

  .home-philosophy-link.home-3 {
    position: static;
    transform: rotate(0);
  }

  .home-1-banner-content {
    flex-direction: column;
    width: 50svw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    top: 42px;
    bottom: auto;
    left: 32px;
  }

  .home-2-blog-collection-list {
    padding-left: 0;
    padding-right: 0;
  }

  .home-2-paragraph-style {
    width: 100%;
  }

  .about-us-first-team-grid {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 2rem;
    display: block;
  }

  .about-us-first-team-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .album-details-title {
    font-size: 25px;
  }

  .rich-text-block h2 {
    font-size: 32px;
  }

  .rich-text-block h3 {
    font-size: 28px;
  }

  .album-template-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .album-template-prev-button {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .album-template-next-button {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }

  .shop-details-featured-products {
    grid-template-columns: 1fr;
  }

  .cart-button {
    padding-right: 10px;
  }

  .brand-footer.w--current {
    padding-bottom: 0;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .menu-button-1-zindex.nav-inverted {
    margin-left: -36px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-gallery {
    flex-wrap: wrap;
  }

  .footer-wrapper-top {
    margin-bottom: 10px;
  }

  .footer-link-big {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 15px;
  }

  .home-6-banner-content-right, .home-6-banner-content-left {
    width: 100%;
  }

  .photos-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-3-banner {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .home-3-button-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .line {
    display: none;
  }

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

  .home-1-heading {
    max-width: none;
    color: var(--white);
    text-align: center;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.2vh;
    font-weight: 700;
    overflow: visible;
  }

  .dark-text.light-text {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .blog-header {
    font-size: 40px;
  }

  .brand-image {
    max-width: none;
    margin-bottom: -3px;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .brand-image.mobile-brand {
    max-width: 60svw;
  }

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

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .text-span-6 {
    color: var(--white);
  }

  .method-section.seo-leadparagraph {
    text-align: center;
  }

  .home-h2-heading, .workflow-next-heading {
    text-align: left;
  }

  .workflow-text-block {
    text-align: center;
    display: block;
  }

  .service-heading {
    text-align: left;
    font-size: 3vh;
  }

  .code-embed {
    width: 90svw;
    min-width: auto;
    padding: 0;
  }

  .service-pp {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3vw;
  }

  .service-pp.service-ppp {
    line-height: 1.2em;
  }

  .heading-3 {
    text-align: left;
  }

  .link {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-8 {
    letter-spacing: .5px;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    text-decoration: underline;
  }

  .service-sec {
    min-width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .select-field {
    font-size: 12px;
  }

  .seo-heading-1 {
    text-align: left;
    justify-content: space-around;
    align-items: center;
    font-family: Cormorant Garamond, sans-serif;
    font-size: clamp(1.75rem, 7vw, 2.5rem);
    font-style: normal;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .seo-title-h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
    bottom: auto;
  }

  .seo-pp {
    text-align: left;
    font-family: Spectral, sans-serif;
    font-style: normal;
  }

  .seo-project-link {
    border-style: none none solid;
  }

  .workflow-text-block-2, .field-label {
    text-align: left;
  }

  .form-block-2 {
    text-align: center;
  }

  .recaptcha {
    margin-bottom: 0;
  }

  .background-video {
    height: 35svh;
  }

  .main-heading {
    text-align: center;
    font-size: clamp(1rem, 4.5vw, 1.25rem);
  }

  .main-heading.blog {
    text-align: left;
    font-size: 20px;
  }

  .main-heading.privacy {
    font-size: 20px;
  }

  .main-heading.abousus {
    background-color: var(--_color---charcoal-navy);
    text-align: left;
    padding: 10px;
    font-size: 20px;
  }

  .pricing-container {
    flex-flow: column;
  }

  .home-hero {
    z-index: 0;
    aspect-ratio: auto;
    text-align: left;
    width: 50%;
    font-size: clamp(1rem, 3vw, 2rem);
    position: relative;
    bottom: auto;
    right: auto;
  }

  .home-paragraph {
    font-size: 12px;
  }

  .home-base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero-section-h1 {
    display: block;
  }

  .contact-form-wrapper {
    padding: 20px;
  }

  .brand-image-footer {
    max-width: none;
    margin-bottom: -3px;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .pricing-h2.h3.left-alighned {
    font-size: 15px;
  }

  .pricing-h2.left-alighned {
    text-align: left;
    overflow-wrap: normal;
    font-size: 20px;
  }

  .sub-hero {
    width: auto;
  }

  .sub-hero-heading {
    text-align: left;
  }

  .sub-hero-heading-right-3 {
    width: 70svw;
  }

  .sub-hero-text-div {
    width: auto;
  }

  .sub-hero-main {
    text-align: center;
    padding: 0 1rem;
  }

  .vertical-img {
    width: 70svw;
  }

  .flex-block {
    flex-flow: column;
    width: 75%;
  }

  .heading-17 {
    font-size: 20px;
  }

  .div-block, .div-block-2 {
    width: 100%;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .main-page-text-container {
    width: 75%;
  }

  .paragraph-7 {
    aspect-ratio: auto;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 12px;
    overflow: hidden;
  }

  .contact-base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-18 {
    font-size: 20px;
  }

  .mobile-content-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .mobile-pricing-container {
    text-align: center;
    flex-flow: column;
  }

  .form-3 {
    font-size: 12px;
  }

  .container-6 {
    width: auto;
  }

  .tesimony-image {
    max-width: 100%;
  }

  .sub-hero-testimony {
    margin-right: 0;
    padding-right: 0;
  }

  .guide-heading {
    overflow-wrap: normal;
    font-size: clamp(1.3rem, 2vw, 3rem);
    display: block;
  }

  .div-block-5 {
    width: 75%;
  }

  .container-7 {
    height: auto;
    margin-top: 30%;
    position: static;
    top: auto;
    bottom: auto;
  }

  .mask-4 {
    height: auto;
  }

  .whyus-desktop {
    width: 100%;
  }

  .container-8.whyus {
    margin-left: auto;
  }

  .container-8.whyus.tile-1 {
    flex-flow: column;
  }

  .container-8.tile-2 {
    margin-left: auto;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }

  .flex-block-service {
    flex-flow: column;
    width: 75%;
  }

  .main-pp-1 {
    font-size: 12px;
  }

  .sub-hero-heading-1 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 60svw;
    height: auto;
  }

  .sub-hero-text-div-1 {
    width: auto;
  }

  .sub-hero-img-2 {
    width: 70svw;
  }

  .sub-hero-text-div-2 {
    width: auto;
  }

  .sub-hero-heading-div-2 {
    text-align: left;
  }

  .sub-hero-heading-right-2 {
    width: 70svw;
  }

  .home-1-banner-content-2 {
    flex-direction: column;
    width: 50svw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    top: 42px;
    bottom: auto;
    left: 28px;
  }

  .home-1-banner-content-3 {
    flex-direction: column;
    width: 50svw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    bottom: 50px;
    left: 25px;
  }

  .blog-paragraph {
    width: auto;
  }

  .blog-hero-section-h1 {
    display: block;
  }

  .blog-base-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .blog-section {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .blog-home-paragraph {
    font-size: 12px;
  }

  .blog-grid-image-2 {
    height: 240px;
  }
}

#w-node-_78976dce-0277-47bf-5f12-fc2de34cc400-0a2cb693, #w-node-_4dfd92b3-5f5b-7cb7-858f-7ce31959532a-0a2cb693 {
  place-self: center;
}

#w-node-_16fbc71b-9ab7-92c1-9c82-63d509f919bd-0a2cb693 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-0a2cb705, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-0a2cb705, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-0a2cb705, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-0a2cb705, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-0a2cb705, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-0a2cb705, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-0a2cb705, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-0a2cb705, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-0a2cb705, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-0a2cb705 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c395a7-05a9-49fd-883e-b57d347d1383-0a2cb70a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8d67009d-8ebf-5d13-0465-9be876b7ed19-0a2cb70a, #w-node-_6d1e6c62-1927-ba7a-7ec6-d8d6301f6713-0a2cb70a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_45c2ea1c-74af-f278-6a61-8e3573a98fef-740d6f04, #w-node-c37c2b91-3057-915c-3778-0795173b056d-740d6f04, #w-node-_42ce345c-80d0-b6f7-4657-af60b1c0a764-740d6f04, #w-node-_02436e05-3b1f-7d18-2166-e98a4ac8145f-740d6f04, #w-node-_8be1d816-5c1f-4b64-b31a-4cfd9fe9c9e1-740d6f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8efeb2ed-fb41-aacf-193b-1b73ea28e38a-be6413ea, #w-node-_06c395a7-05a9-49fd-883e-b57d347d1383-22b259bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8d67009d-8ebf-5d13-0465-9be876b7ed19-22b259bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  #w-node-_06c395a7-05a9-49fd-883e-b57d347d1383-0a2cb70a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8d67009d-8ebf-5d13-0465-9be876b7ed19-0a2cb70a, #w-node-_6d1e6c62-1927-ba7a-7ec6-d8d6301f6713-0a2cb70a {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_06c395a7-05a9-49fd-883e-b57d347d1383-22b259bd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8d67009d-8ebf-5d13-0465-9be876b7ed19-22b259bd {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_06c395a7-05a9-49fd-883e-b57d347d1383-0a2cb70a, #w-node-_8d67009d-8ebf-5d13-0465-9be876b7ed19-0a2cb70a, #w-node-_6d1e6c62-1927-ba7a-7ec6-d8d6301f6713-0a2cb70a, #w-node-_8efeb2ed-fb41-aacf-193b-1b73ea28e38a-be6413ea, #w-node-_06c395a7-05a9-49fd-883e-b57d347d1383-22b259bd, #w-node-_8d67009d-8ebf-5d13-0465-9be876b7ed19-22b259bd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06c395a7-05a9-49fd-883e-b57d347d1383-0a2cb70a, #w-node-_8efeb2ed-fb41-aacf-193b-1b73ea28e38a-be6413ea, #w-node-_06c395a7-05a9-49fd-883e-b57d347d1383-22b259bd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}