@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 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 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --white: white;
  --black: black;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #505050;
  font-family: Overpass, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.about-page-wrapper, .page-wrapper.portfolio-details-page-wrapper {
  overflow: visible;
}

.nav-bar {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-wrapper {
  flex: 1;
}

.menu-button {
  z-index: 12;
  color: #000;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 18px;
  position: relative;
}

.menu-button.w--open {
  color: #000;
  background-color: #0000;
}

.nav-menu {
  z-index: 1;
  background-color: #fff;
  flex: 0 auto;
  width: 820px;
  margin-left: 20px;
  padding: 140px 150px 140px 100px;
  box-shadow: 1px 1px 34px #d1d1d140;
}

.menu-button-wrapper {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.menu-image {
  margin-right: 10px;
}

.menu-text-block {
  line-height: 18px;
}

.menu-text-block.one {
  color: #000;
  text-decoration: none;
}

.menu-singel-wrapper {
  border-bottom: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.menu-link-wrapper {
  text-align: left;
}

.menu-image-container {
  width: 254px;
  height: 290px;
  position: relative;
}

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

.menu-singel-image.menu-homer-image {
  opacity: 0;
  object-position: 50% 0%;
  position: absolute;
}

.menu-singel-image.menu-about-image, .menu-singel-image.menu-projects-image, .menu-singel-image.menu-contact-image, .menu-singel-image.menu-blog-image {
  opacity: 0;
  position: absolute;
}

.menu-images-container-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.nav-link-block {
  color: #151515;
  text-align: left;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.nav-link-block:hover {
  color: #929292;
}

.nav-link-block.mb0 {
  margin-bottom: 0;
}

.menu-bottom-wrapper {
  text-align: left;
  margin-top: 60px;
  display: none;
}

.menu-grid {
  grid-column-gap: 120px;
  grid-row-gap: 50px;
  align-items: end;
}

.menu-address-name {
  color: #151515;
  margin-bottom: 15px;
  font-size: 18px;
}

.menu-address-info {
  line-height: 26px;
}

.hero-section {
  min-height: 138vh;
  margin-bottom: 240px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.sticky-wrapper-main {
  height: 100%;
  position: relative;
}

.hero-content {
  background-image: url('../images/Hero-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-top: 80px;
  padding-top: 190px;
  position: relative;
}

.hero-text-container {
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text-wrapper {
  text-align: center;
}

.hero-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.hero-paragraph {
  text-transform: capitalize;
  max-width: 935px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.hero-button {
  color: #fff;
  background-color: #151515;
  border: 1px solid #000;
  padding: 18px 40px;
  font-size: 18px;
  transition: all .35s;
}

.hero-button:hover {
  color: #000;
  background-color: #0000;
}

.hero-image {
  background-image: url('../images/chris-liverani-XLFu0PM5Qsg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 67vw;
  height: 69vh;
  margin-left: auto;
  margin-right: auto;
}

.about-section {
  background-image: url('../images/Hero-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-right: 150px;
}

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

.about-left-content {
  width: 750px;
  margin-right: 60px;
}

.about-image-wrapper {
  position: relative;
}

.about-image {
  width: 100%;
}

.about-experience {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.about-experience-year {
  color: #151515;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 150px;
  font-weight: 800;
  line-height: 100px;
  display: inline-block;
}

.about-experience-year-text-block {
  color: #151515;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.about-right-content {
  width: 720px;
}

.about-text-block {
  color: #232a3b;
  margin-bottom: 28px;
  font-size: 18px;
}

.about-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gilda Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.about-paragraph-text {
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 26px;
}

.about-button {
  color: #151515;
  background-color: #0000;
  border: 1px solid #505050;
  padding: 15px 34px;
  font-size: 18px;
  font-weight: 400;
  transition: all .35s;
}

.about-button:hover {
  color: #fff;
  background-color: #000;
}

.our-service {
  padding-top: 160px;
  padding-bottom: 160px;
}

.our-service.pd0 {
  padding-top: 0;
}

.container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-title-wrapper {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px;
  overflow: hidden;
}

.section-title-wrapper.boder-color {
  border-bottom-color: #505050;
}

.section-title-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  align-items: end;
}

.section-title-shape-wrapper {
  margin-bottom: 20px;
}

.section-title-shape-wrapper.articles-section-shape {
  text-align: center;
}

.section-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.section-heading.white {
  color: #fff;
}

.section-title-right-content.content-right {
  text-align: right;
}

.section-paragraph-text {
  margin-bottom: 0;
  line-height: 26px;
}

.section-paragraph-text.gaey-color {
  color: #d3d3d3;
}

.our-service-wrapper {
  margin-top: 60px;
}

.services-grid {
  grid-column-gap: 90px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-singel-wrapper.one {
  padding: 10px;
}

.services-top-text-wrap {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.service-space-image-wrap {
  margin-right: 10px;
}

.services-space-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.service-details-text-wrap {
  overflow: hidden;
}

.service-details-text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.process-section {
  padding-bottom: 160px;
}

.process-top-wrapper {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 15px;
  position: relative;
}

.process-top-grid {
  grid-column-gap: 89px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.process-number-wrapper {
  overflow: hidden;
}

.process-number {
  color: #fff;
  text-shadow: 0 -1px #d3d3d3, -1px 0 #d3d3d3, 0 1px #d3d3d3, 1px 0 #d3d3d3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Overpass, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
  transition: all .35s;
  display: inline-block;
}

.process-number:hover {
  color: #000;
}

.process-singel-wrapper {
  padding-top: 40px;
  position: relative;
}

.process-title {
  color: #151515;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.process-info-text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.process-circel {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: -5% auto auto 0%;
}

.footer {
  background-color: #151515;
  padding-top: 100px;
}

.footer-top-content {
  padding-bottom: 80px;
  overflow: hidden;
}

.footer-grid {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 2.9fr 1fr 1fr 1fr;
}

.footer-singel-wrapper, .footer-singel-wrapper.center {
  overflow: hidden;
}

.footer-logo-text-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer-logo-paragraph-text {
  color: #d3d3d3;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 26px;
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-form {
  position: relative;
}

.footer-form-input {
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #505050;
  height: 54px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

.footer-form-submit-button {
  color: #151515;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: auto;
  right: 6px;
  transform: translate(0, -50%);
}

.footer-title-wrapper {
  margin-bottom: 30px;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.footer-menu-wrapper.mt60 {
  margin-top: 60px;
}

.footer-menu-text-link {
  color: #d3d3d3;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.footer-menu-text-link:hover {
  color: #fff;
}

.footer-menu-text-link.mb0 {
  margin-bottom: 0;
}

.footer-bottom-wrapper {
  border-top: 1px solid #505050;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom-singel-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-left-content {
  align-items: center;
  display: flex;
}

.footer-copy-right-text-block {
  color: #d3d3d3;
  font-size: 18px;
}

.footer-copy-boder {
  background-color: #d3d3d3;
  width: 1.5px;
  height: 18px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-copy-text-link {
  color: #d3d3d3;
}

.footer-icons-wrapper {
  align-items: center;
  display: flex;
}

.footer-singel-icons-wrapper {
  color: #151515;
  background-color: #d3d3d3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 17px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.footer-singel-icons-wrapper:hover {
  color: #fff;
  background-color: #000;
}

.footer-singel-icons-wrapper.mb0 {
  margin-right: 0;
}

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

.blog-wrapper {
  margin-top: 60px;
}

.blog-singel-wrapper {
  border: 1px solid #d3d3d3;
  padding: 30px;
}

.blog-image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-image {
  width: 100%;
}

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

.blog-date-details {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.blog-date {
  font-weight: 400;
}

.blog-date-details-boder {
  background-color: #505050;
  width: 33px;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.blog-details {
  font-weight: 400;
}

.blog-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.blog-heading.blog-details {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.blog-button-wrapper {
  color: #151515;
  border-bottom: 1px solid #151515;
  padding-bottom: 6px;
  font-weight: 400;
  text-decoration: none;
}

.section-bottom-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

.section-bottom-button {
  color: #151515;
  background-color: #0000;
  border: 1px solid #505050;
  padding: 15px 34px;
  font-size: 18px;
  font-weight: 400;
  transition: opacity .35s;
}

.section-bottom-button:hover {
  color: #fff;
  background-color: #000;
}

.our-architects {
  background-image: url('../images/Our-Architects-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.our-architects.pt0 {
  padding-top: 0;
}

.architects-wrapper {
  margin-top: 60px;
}

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

.architects-singel-wrapper {
  background-color: #fff;
  text-decoration: none;
  display: block;
  box-shadow: 1px 1px 64px #efefef;
}

.architects-image-wrapper {
  overflow: hidden;
}

.architects-image {
  width: 100%;
}

.architects-name-info-wrapper {
  padding: 25px 30px;
}

.architects-name {
  color: #151515;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.architects-info-text {
  color: #505050;
  font-weight: 400;
}

.teatimonial-section {
  background-image: url('../images/Teatimonial-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.teatimonial-section-title-wrapper {
  text-align: center;
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
}

.teatimonial-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.teatimonial-section-paragraph-text {
  color: #d3d3d3;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.teatimonial-slider-wrapper {
  margin-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}

.teatimonial-slider {
  background-color: #0000;
  height: 100%;
}

.teatimonial-slider-mask {
  max-width: 422px;
  overflow: visible;
}

.teatimonial-slide {
  margin-right: 25px;
}

.teatimonial-singel-slider {
  background-color: #272727;
  padding: 30px;
  position: relative;
}

.teatimonial-paragraph-text {
  color: #d3d3d3;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 26px;
}

.teatimonial-image-info-wrapper {
  align-items: center;
  display: flex;
}

.teatimonial-info-wrapper {
  margin-left: 15px;
}

.teatimonial-info-heading {
  color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.teatimonial-info-text-block {
  color: #d3d3d3;
  font-size: 14px;
}

.teatimonial-singel-quote-shape {
  position: absolute;
  inset: auto 16px 23px auto;
}

.slide-nav {
  position: absolute;
  top: 320px;
}

.sponsors-wrapper {
  padding-top: 60px;
}

.sponsors-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sponsors-singel-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.teatimonial-left-arrow {
  background-color: #151515;
  border: 1px solid #505050;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -90px;
  display: flex;
}

.teatimonial-right-arrow {
  background-color: #151515;
  border: 1px solid #505050;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -90px;
  display: flex;
}

.portfolio-section {
  background-color: #fbfbfb;
  padding-top: 160px;
  padding-bottom: 160px;
}

.portfolio-wrapper {
  margin-top: 60px;
}

.portfolio-collection-list-wrapper {
  margin-bottom: 70px;
}

.portfolio-collection-list-wrapper.mb0 {
  margin-bottom: 0;
}

.portfolio-collection-item {
  grid-column-gap: 110px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.portfolio-collection-item._2nd {
  grid-template-columns: 1fr 1.6fr;
}

.portfolio-collection-item.mb70 {
  margin-bottom: 70px;
}

.portfolio-image {
  width: 100%;
}

.portfolio-location-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.location-text-wrap {
  margin-left: 10px;
  font-weight: 400;
}

.portfolio-name {
  color: #151515;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.portfolio-name.portfolio-singel-name {
  max-width: 550px;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 52px;
}

.portfolio-button {
  color: #151515;
  background-color: #0000;
  border: 1px solid #505050;
  padding: 15px 34px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.portfolio-button:hover {
  color: #fff;
  background-color: #000;
}

.inner-section {
  padding-bottom: 160px;
}

.huge-moving-heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 350%;
  display: flex;
  overflow: hidden;
}

.moving-heading-inner {
  display: flex;
}

.huge-text-row {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.huge-text-row.inverted {
  color: #000;
  margin-bottom: 0;
  transition: all .35s;
}

.huge-text-row.one {
  color: #fff;
  margin-bottom: 15px;
  transition: all .35s;
}

.huge-heading {
  text-shadow: 0 -1px #d3d3d3, -1px 0 #d3d3d3, 0 1px #d3d3d3, 1px 0 #d3d3d3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 80px;
}

.inner-banner {
  margin-top: 80px;
  padding-top: 35px;
  padding-bottom: 75px;
}

.inner-banner.bg {
  background-color: #f8f8f8;
}

.inner-banner.pb0 {
  padding-bottom: 0;
}

.inner-container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner-banner-wrapper {
  align-items: center;
  display: flex;
}

.inner-banner-text-link {
  color: #505050;
  font-weight: 400;
  text-decoration: none;
}

.inner-banner-text-link.w--current {
  color: #151515;
}

.inner-banner-arrow {
  margin-left: 5px;
  margin-right: 5px;
}

.about-info-wrapper {
  padding-bottom: 120px;
}

.about-info-top-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  align-items: center;
}

.about-info-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
}

.about-info-boder {
  background-color: #151515;
  max-width: 132px;
  height: 7px;
}

.about-info-right-content {
  text-align: right;
}

.about-info-top-paragraph-text {
  max-width: 390px;
  margin-bottom: 0;
  margin-left: auto;
  font-weight: 400;
  line-height: 26px;
}

.about-info-bottom-wrapper {
  margin-top: 100px;
}

.about-info-bottom-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  align-items: center;
}

.about-info-details-singel-wrapper {
  border-left: 1px solid #d3d3d3;
  margin-bottom: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 25px;
  display: block;
}

.about-info-details-singel-wrapper.mb0 {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-info-details-text-block {
  color: #151515;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-info-details-text-block.mb0 {
  margin-bottom: 0;
}

.about-info-details-paragraph-text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

.track {
  height: 400vh;
}

.sticky {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 60px;
  overflow: hidden;
}

.about-work {
  width: 100%;
}

.about-work-list {
  display: flex;
}

.about-work-singel-item {
  cursor: none;
  flex: none;
  align-items: center;
  width: 40%;
  padding-right: 42px;
  display: flex;
}

.about-portfolio-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-portfolio-image-wrapper, .project-image, .about-list-wrapper {
  width: 100%;
}

.work-circle {
  z-index: 10;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.about-awards {
  padding-top: 160px;
  padding-bottom: 135px;
}

.about-awards-wrapper {
  margin-top: 60px;
}

.about-awards-grid {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
}

.about-awards-left-content {
  position: relative;
}

.about-awards-singel-wrapper {
  position: sticky;
  top: 100px;
}

.about-awards-paragraph-text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.about-awards-year-wrapper {
  border-top: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.about-awards-info-text-block {
  color: #151515;
  font-size: 18px;
  font-weight: 400;
}

.our-top-clients-section {
  background-image: url('../images/Teatimonial-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.our-top-clients-wrapper {
  margin-top: 60px;
}

.our-top-clients-image {
  width: 100%;
}

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

.contact-section.pt90 {
  padding-top: 90px;
}

.contact-section.pd0 {
  padding-top: 0;
}

.contact-us-wrapper {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.contact-us-left-content {
  width: 560px;
}

.contact-us-image {
  width: 100%;
}

.contact-us-right-content {
  background-color: #fff;
  width: 865px;
  margin-left: -100px;
  padding: 70px 65px;
  box-shadow: 1px 1px 40px #f4f4f4;
}

.contact-us-heading-wrapper {
  border-bottom: 1px solid #151515;
  margin-bottom: 25px;
  padding-bottom: 5px;
  display: inline-block;
}

.contact-us-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.contact-us-text-block {
  margin-bottom: 35px;
  font-weight: 400;
}

.contact-us-singel-form-wrapper {
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.contact-us-singel-form-wrapper.mb15 {
  margin-bottom: 15px;
}

.contact-us-input-wrapper {
  width: 100%;
}

.contact-us-input-wrapper.mr45 {
  margin-right: 45px;
}

.contact-us-input {
  color: #cecece;
  border: 0 #000;
  border-bottom: 1px solid #cecece;
  height: 33px;
  margin-bottom: 0;
  padding: 0 0 15px;
  font-weight: 400;
}

.checkbox-field-wrapper {
  margin-bottom: 20px;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 400;
}

.contact-submit-button {
  color: #fff;
  background-color: #151515;
  width: 100%;
  height: 52px;
  font-size: 18px;
}

.shop-section {
  padding-bottom: 160px;
}

.shop-section-title-wrapper {
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.shop-section-title-wrapper.withd85 {
  max-width: 785px;
}

.shop-section-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
}

.shop-section-paragraph-text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.shop-section-paragraph-text.withd {
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
}

.shop-wrapper {
  margin-top: 60px;
}

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

.shop-collection-list.categories {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.shop-singel-wrapper {
  border: 1px solid #d3d3d3;
  padding: 25px;
  text-decoration: none;
  display: block;
}

.shop-image-wrapper {
  position: relative;
}

.shop-image {
  width: 100%;
}

.shop-price-wrapper {
  color: #fff;
  background-color: #151515;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  position: absolute;
  inset: 20px auto auto 20px;
}

.shop-name-info-wrapper {
  margin-top: 15px;
}

.shop-name {
  color: #151515;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.shop-description-text {
  color: #505050;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.shop-singel-section {
  padding-bottom: 160px;
}

.shop-singel-grid {
  grid-column-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
}

.shop-singel-image-wrapper {
  border: 1px solid #d3d3d3;
  padding: 25px;
}

.shop-singel-image {
  width: 100%;
}

.shop-singel-name {
  color: #151515;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
}

.shop-singel-paragraph-text {
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 26px;
}

.shop-singel-price-text {
  color: #151515;
  font-size: 24px;
  font-weight: 500;
}

.shop-singel-add-to-cart-wrapper {
  margin-top: 45px;
}

.select-text-block {
  color: #151515;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
}

.quantity {
  display: none;
}

.shop-select-field {
  background-color: #0000;
  border: 0 #0000;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
}

.shop-select-field-wrapper {
  border-bottom: 1px solid #d3d3d3;
  height: 38px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.shop-singel-add-to-cart-button {
  background-color: #151515;
  justify-content: center;
  width: 100%;
  height: 52px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

.shop-singel-about-service {
  padding-top: 130px;
}

.shop-singel-about-service-heading-wrapper {
  border-bottom: 1px solid #d3d3d3;
}

.shop-singel-about-service-heading {
  color: #151515;
  border-bottom: 1px solid #151515;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.shop-singel-list-content {
  margin-top: 30px;
}

.shop-singel-list-paragraph {
  max-width: 835px;
  font-weight: 400;
  line-height: 28px;
}

.shop-singel-list-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

.shop-singel-list {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: decimal;
}

.shop-singel-list-item {
  margin-bottom: 20px;
  font-weight: 400;
}

.shop-singel-list-item.mb0 {
  margin-bottom: 0;
}

.portfolio-details-section {
  margin-top: 80px;
}

.portfolio-details-container {
  max-width: 1790px;
  margin-left: auto;
  padding-left: 20px;
}

.portfolio-details-left-content {
  width: 735px;
  margin-right: 130px;
  position: relative;
}

.portfolio-details-wrapper {
  display: flex;
}

.portfolio-details-right-content {
  width: 900px;
}

.portfolio-details-left-singel-wrapper {
  padding-top: 35px;
  position: sticky;
  top: 80px;
}

.portfolio-details-name-info {
  margin-top: 65px;
}

.portfolio-singel-paragraph {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.portfolio-details-info {
  border-bottom: 1px solid #d3d3d3;
  margin-top: 50px;
  padding-bottom: 40px;
}

.portfolio-details-info-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.portfolio-details-info-paragraph-text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.portfolio-details-date-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
  margin-top: 30px;
  display: flex;
}

.portfolio-details-date-singel-wrapper.mr40 {
  margin-right: 40px;
}

.portfolio-details-text-block {
  color: #d3d3d3;
  margin-bottom: 5px;
  font-weight: 400;
}

.portfolio-details-name {
  color: #151515;
  font-weight: 400;
}

.portfolio-details-image-wrapper {
  margin-bottom: 25px;
}

.portfolio-details-image {
  width: 100%;
  height: 1000px;
}

.portfolio-details-collection-image-wrapper {
  margin-bottom: 25px;
}

.portfolio-details-collection-image {
  width: 100%;
  height: auto;
}

.team-details-section {
  background-color: #f8f8f8;
  background-image: url('../images/Our-Architects-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 225px;
  padding-bottom: 260px;
}

.team-details-wrapper {
  background-color: #fff;
  align-items: center;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 64px #efefef;
}

.team-details-left-content {
  width: 415px;
}

.team-details-image {
  width: 100%;
}

.team-details-right-content {
  width: 425px;
  margin-left: 20px;
}

.team-details-name {
  color: #151515;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.team-details-info-text-block {
  margin-bottom: 20px;
  font-weight: 400;
}

.team-details-info-paragraph {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 26px;
}

.team-details-info-paragraph.mb0 {
  margin-bottom: 0;
}

.team-details-icons-wrapper {
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.team-details-icons-link-block {
  color: #fff;
  background-color: #151515;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 17px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.contact-info-wrapper {
  padding-bottom: 160px;
}

.contact-info-singel-wrapper {
  background-color: #151515;
  padding: 120px 85px;
}

.contact-info-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.contact-info-heading-wrapper {
  margin-bottom: 55px;
}

.contact-info-details-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-info-details-left-content {
  width: 510px;
}

.contact-info-singel-details {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  display: flex;
}

.contact-info-singel-details.mb0 {
  margin-bottom: 0;
}

.contact-info-singel-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-info-singel-text-block {
  color: #959595;
  font-weight: 400;
  line-height: 26px;
}

.contact-info-details-paragraph-text-wrapper {
  width: 456px;
}

.contact-info-details-paragraph-text {
  color: #d3d3d3;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.changelog-section {
  padding-bottom: 160px;
}

.changelog-wrapper {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.changelog-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 600;
}

.changelog-date-text {
  color: #151515;
  margin-bottom: 20px;
  font-weight: 400;
}

.changelog-text-block {
  color: #151515;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.changelog-text {
  color: #151515;
  font-weight: 400;
}

.blog-details-section {
  padding-bottom: 160px;
}

.blog-details-section-heading-wrap {
  margin-bottom: 45px;
}

.blog-details-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
}

.blog-details-image {
  width: 100%;
}

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

.blog-details-collection-item {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.blog-details-paragraph-text {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 26px;
}

.articles-section {
  padding-bottom: 160px;
}

.articles-section.categories {
  margin-top: 80px;
  padding-top: 160px;
}

.articles-top-content {
  border-bottom: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  display: flex;
}

.articles-top-content.articles-categoris {
  flex-direction: column;
  align-items: center;
}

.articles-section-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
}

.articles-section-heading.mr10 {
  margin-right: 10px;
}

.articles-top-right-content {
  align-items: center;
  display: flex;
}

.articles-top-left-content.mb20 {
  margin-bottom: 20px;
}

.categories-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.link-underline-category-wrapper {
  color: #505050;
  border: 1px solid #d3d3d3;
  margin-left: 20px;
  padding: 10px 34px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-underline-category-wrapper.w--current {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}

.link-underline-category-wrapper.all {
  margin-left: 0;
}

.link-underline-category-wrapper.all.w--current {
  color: #fff;
  background-color: #151515;
}

.articles-title-wrap {
  align-items: center;
  display: flex;
}

.style-guide-section {
  padding-bottom: 160px;
}

.style-guide-wrapper {
  border: 1px solid #d3d3d3;
  max-width: 1095px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

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

.style-guide-left-wrapper {
  width: 250px;
  margin-right: 100px;
}

.style-guide-right-wrapper {
  width: 640px;
}

.style-guide-heading {
  color: #292c32;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.style-guide-grid {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-color-singel-wrapper {
  padding: 100px 20px 20px;
}

.style-guide-color-singel-wrapper.one {
  color: #fff;
  background-color: #151515;
}

.style-guide-color-singel-wrapper.two {
  color: #fff;
  background-color: #505050;
}

.style-guide-color-singel-wrapper.three {
  color: #fff;
  background-color: #959595;
}

.style-guide-color-singel-wrapper.four {
  color: #151515;
  background-color: #d3d3d3;
}

.style-guide-color-singel-wrapper.five {
  color: #292c32;
  background-color: #f5f5f5;
}

.style-guide-color-singel-wrapper.six {
  color: #292c32;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

.style-guide-color-text-block {
  font-size: 20px;
  font-weight: 600;
}

.style-guide-singel-typography-wrapper {
  margin-bottom: 30px;
}

.style-guide-singel-typography-wrapper.mb0 {
  margin-bottom: 0;
}

.heading1 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.heading2 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.heading3 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.heading4 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.heading5 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.heading6 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.style-guide-font-wrap {
  margin-bottom: 25px;
}

.style-guide-font-wrap.mb0 {
  margin-bottom: 0;
}

.style-guide-font-name {
  color: #151515;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.style-guide-font-text-block {
  font-weight: 400;
}

.style-guide-button-wrapper {
  align-items: center;
  display: flex;
}

.style-guide-button {
  color: #151515;
  background-color: #0000;
  border: 1px solid #505050;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 400;
}

.style-guide-button.bg {
  color: #fff;
  background-color: #151515;
  margin-left: 30px;
}

.protected-password {
  padding-bottom: 160px;
}

.protected-password-wrapper {
  max-width: 875px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.protected-password-singel-wrapper {
  text-align: center;
  border: 1px solid #d3d3d3;
  padding: 130px 150px;
}

.protected-password-image {
  margin-bottom: 35px;
}

.protected-password-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 600;
}

.protected-password-paragraph-text {
  max-width: 546px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 26px;
}

.protected-password-text-field {
  color: #cecece;
  border: 0 solid #000;
  border-bottom: 1px solid #d3d3d3;
  height: 33px;
  margin-bottom: 25px;
  padding: 0 0 15px;
  font-weight: 400;
}

.protected-password-submit-button {
  color: #fff;
  background-color: #151515;
  width: 100%;
  height: 58px;
  font-size: 18px;
}

._404-not-found-section {
  padding-bottom: 140px;
}

._404-wrapper {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

._404-image-wrapper {
  text-align: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

._404-image {
  width: 100%;
}

._404-text-wrapper {
  text-align: center;
  margin-top: 30px;
}

._404-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 600;
}

._404-paragraph-text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

._404-button {
  color: #fff;
  background-color: #151515;
  margin-top: 30px;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 400;
}

.license-section {
  padding-bottom: 160px;
}

.license-wrapper {
  border: 1px solid #d3d3d3;
  max-width: 1095px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.license-section-title-wrapper {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 45px;
}

.license-section-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
}

.license-section-paragraph-text {
  max-width: 894px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
}

.license-section-paragraph-text-link {
  color: #151515;
  font-weight: 600;
  text-decoration: none;
}

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

.photography-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.photography-image {
  width: 100%;
}

.license-typography-wrapper {
  border: 1px solid #d3d3d3;
  max-width: 1095px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 60px 60px;
}

.license-typography-singel-wrapper {
  justify-content: space-between;
  display: flex;
}

.license-typography-heading {
  color: #292c32;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.license-typography-content {
  width: 616px;
}

.license-typography-paragraph-text {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.license-typography-button {
  color: #fff;
  background-color: #151515;
  padding: 13px 34px;
  font-size: 18px;
  font-weight: 400;
}

.blog-single-section {
  padding-bottom: 160px;
}

.blog-single-name-wrapper {
  margin-bottom: 25px;
  padding-left: 100px;
}

.blog-single-name {
  color: #151515;
  max-width: 825px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.blog-single-image {
  width: 100%;
}

.blog-single-info-wrapper {
  border-bottom: 1px solid #d3d3d3;
  padding: 30px 110px 50px;
}

.blog-single-info-grid {
  grid-column-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr max-content;
}

.blog-single-info-box {
  position: relative;
}

.blog-single-info-title {
  color: #151515;
  margin-bottom: 7px;
  font-weight: 400;
}

.blog-single-info-text-block {
  font-weight: 400;
}

.blog-single-info-boder {
  background-color: #d3d3d3;
  width: 1px;
  height: 50px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.blog-single-bottom-content {
  max-width: 1095px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.blog-singel-about-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.blog-singel-about-paragraph {
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 26px;
}

.blog-singel-about-paragraph.mb0 {
  margin-bottom: 0;
}

.blog-singel-about-image-wrapper {
  text-align: center;
  max-width: 695px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.blog-singel-about-image {
  width: 100%;
}

.blog-singel-about-list-wrapper {
  margin-top: 80px;
}

.blog-singel-about-list-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 900;
}

.blog-singel-about-list-paragraph-text {
  max-width: 1070px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.blog-singel-about-list-paragraph-text.withd-100 {
  max-width: 100%;
}

.blog-singel-about-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-singel-about-list-wrap {
  padding-left: 20px;
}

.blog-singel-about-list-singel-wrapper {
  margin-bottom: 15px;
  font-weight: 400;
  list-style-type: decimal;
}

.blog-singel-about-list-singel-wrapper.mb0 {
  margin-bottom: 0;
}

.blog-singel-about-list-bottom-text-wrap {
  margin-top: 35px;
}

.blog-singel-about-list-bottom-text-wrap.mt0 {
  margin-top: 0;
}

.blog-singel-about-list-bottom-text-wrap.mt45 {
  margin-top: 45px;
}

.blog-singel-about-list-bottom-heading {
  color: #292c32;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.blog-singel-about-list-bottom-heading.two {
  color: #151515;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.blog-singel-about-list-bottom-heading.three {
  font-size: 22px;
  font-weight: 600;
}

.blog-singel-about-details-wrapper {
  border-left: 2px solid #151515;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-left: 35px;
}

.blog-singel-about-details-paragraph-text {
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.blog-singel-quote-wrapper {
  text-align: center;
  background-color: #f5f5f5;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 85px 100px;
}

.blog-singel-quote-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.navbar-right-wrapper {
  align-items: center;
  display: flex;
}

.cart-button {
  color: #000;
  background-color: #0000;
  padding: 0;
  font-weight: 400;
}

.cart-quantity {
  color: #fff;
  background-color: #151515;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.cart-header {
  padding: 25px 70px 25px 40px;
}

.cart-container {
  min-width: 570px;
  max-width: 570px;
}

.cart-list-wrapper {
  padding-left: 40px;
  padding-right: 70px;
}

.cart-text-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.cart-product-name {
  color: #151515;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.cart-product-price {
  color: #151515;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.cart-option-text-block {
  margin-bottom: 15px;
}

.cart-option-select-text {
  color: #151515;
  font-weight: 400;
}

.cart-option-select-text-block {
  color: #151515;
  font-weight: 700;
}

.cart-remove-button {
  color: #505050;
  font-size: 18px;
  font-weight: 400;
}

.cart-item {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-footer {
  padding-top: 15px;
  padding-bottom: 75px;
}

.subtotal-text-block {
  font-size: 20px;
  font-weight: 400;
}

.subtotal-price {
  color: #151515;
  font-size: 20px;
  font-weight: 600;
}

.checkout-button {
  background-color: #151515;
  border-radius: 0;
  justify-content: center;
  height: 54px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.services-title {
  align-items: center;
  display: flex;
}

.loader {
  z-index: 2000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.footer-logo-container.absolute {
  position: absolute;
}

.wrapper-for-loader {
  flex-direction: column;
  align-items: center;
  width: 102%;
  display: flex;
  overflow: hidden;
}

.loader-circle {
  z-index: -1;
  background-color: #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140vw;
  height: 140vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.loder-logo-text-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.loder-logo-text-block {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
}

.loder-logo-favicon {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.prosess-boder {
  background-color: #000;
  width: 1%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.product-categories-section {
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 160px;
}

.product-categories-section-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-categories-title {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
}

.product-categories-title.mr10 {
  text-transform: capitalize;
  margin-right: 10px;
}

.product-categories-wrapper {
  max-width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.teatimonial-hidden, .process-hidden {
  overflow: hidden;
}

.font-link {
  color: #000;
  text-decoration: none;
}

.property-diller-flex-wrap {
  grid-column-gap: 30px;
  flex: none;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image {
  width: 300px;
}

.content-section-large {
  background-color: #0000;
  align-items: center;
  padding: 144px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-content {
  color: #11111191;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}

.grid---content {
  grid-column-gap: 72px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.content-image-wrap {
  position: relative;
}

.bg-block-content {
  background-color: #fff1e5;
  width: 100%;
  min-width: 300px;
  max-width: 35%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-block-content.bg-right {
  background-color: #f4f4f4;
  inset: 0% 0% 0% auto;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .menu-bottom-wrapper {
    display: block;
  }

  .about-left-content {
    width: 948px;
    margin-right: 90px;
  }

  .about-experience-year {
    font-size: 200px;
    line-height: 120px;
  }

  .about-right-content {
    width: 720px;
  }

  .about-heading {
    font-size: 42px;
    line-height: 52px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-text-block {
    font-size: 38px;
    line-height: 38px;
  }

  .hero-section {
    margin-bottom: 180px;
  }

  .hero-content {
    padding-top: 80px;
  }

  .hero-text-container {
    margin-bottom: 60px;
  }

  .hero-heading {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 56px;
    line-height: 66px;
  }

  .hero-paragraph {
    max-width: 700px;
    line-height: 32px;
  }

  .hero-button {
    padding: 14px 30px;
    font-size: 16px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .about-content {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-left-content {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .about-experience-year {
    font-size: 162px;
    line-height: 100px;
  }

  .about-right-content {
    text-align: left;
    width: 100%;
  }

  .about-text-block {
    margin-bottom: 20px;
  }

  .about-heading {
    font-size: 36px;
    line-height: 47px;
  }

  .about-paragraph-text {
    margin-bottom: 20px;
  }

  .about-button {
    padding: 14px 30px;
    font-size: 16px;
  }

  .our-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .section-title-shape-wrapper.center {
    text-align: center;
    margin-bottom: 10px;
  }

  .section-title-right-content.content-right {
    text-align: left;
  }

  .section-paragraph-text {
    max-width: 700px;
  }

  .our-service-wrapper {
    margin-top: 40px;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .service-space-image-wrap {
    margin-right: 5px;
  }

  .services-space-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .service-details-text {
    font-size: 15px;
  }

  .process-section {
    padding-bottom: 80px;
  }

  .process-top-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .process-top-grid.mobile {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .process-singel-wrapper {
    padding-top: 0;
  }

  .process-circel {
    display: none;
  }

  .footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-paragraph-text {
    font-size: 15px;
    font-weight: 400;
  }

  .footer-menu-wrapper.mt60 {
    margin-top: 0;
  }

  .footer-bottom-singel-wrapper {
    flex-direction: column;
  }

  .footer-bottom-left-content {
    margin-bottom: 15px;
  }

  .footer-copy-right-text-block {
    font-size: 17px;
  }

  .footer-copy-boder {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .blog-singel-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .blog-heading.blog-details {
    font-size: 32px;
  }

  .section-bottom-button {
    padding: 14px 30px;
  }

  .our-architects {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .architects-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .teatimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .teatimonial-section-paragraph-text {
    font-size: 15px;
  }

  .sponsors-wrapper {
    padding-top: 60px;
  }

  .sponsors-singel-wrapper {
    grid-column-gap: 20px;
  }

  .sponsors-image {
    margin-right: 0;
  }

  .portfolio-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .portfolio-collection-item {
    grid-template-columns: 1fr;
  }

  .portfolio-collection-item._2nd {
    grid-template-columns: 1.6fr;
  }

  .portfolio-name {
    margin-bottom: 20px;
    font-size: 29px;
  }

  .portfolio-name.portfolio-singel-name {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .portfolio-button {
    padding: 14px 30px;
    font-size: 16px;
  }

  .inner-section {
    padding-bottom: 80px;
  }

  .huge-text-row {
    margin-bottom: 0;
  }

  .huge-text-row.one {
    margin-bottom: 20px;
  }

  .huge-heading {
    font-size: 48px;
    line-height: 58px;
  }

  .about-info-top-grid {
    grid-template-columns: 1.6fr;
  }

  .about-info-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .about-info-right-content {
    text-align: left;
  }

  .about-info-top-paragraph-text {
    margin-left: 0;
  }

  .about-info-bottom-wrapper {
    margin-top: 60px;
  }

  .about-info-details-singel-wrapper.mb0 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .track {
    height: auto;
  }

  .sticky {
    height: auto;
    top: 0;
  }

  .about-work-singel-item {
    padding-right: 30px;
  }

  .work-circle {
    width: 70px;
    height: 70px;
  }

  .about-awards {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-awards-wrapper {
    margin-top: 40px;
  }

  .about-awards-grid {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-columns: 1.6fr;
  }

  .our-top-clients-section, .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contact-us-left-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-us-right-content {
    width: 100%;
    margin-left: 0;
    padding: 50px 40px;
  }

  .shop-section {
    padding-bottom: 80px;
  }

  .shop-section-title-wrapper.withd85 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .shop-singel-section {
    padding-bottom: 80px;
  }

  .shop-singel-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1.3fr;
  }

  .shop-singel-about-service {
    padding-top: 80px;
  }

  .portfolio-details-container {
    padding-right: 20px;
  }

  .portfolio-details-left-content {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .portfolio-details-wrapper {
    flex-direction: column;
  }

  .portfolio-details-right-content {
    width: 100%;
  }

  .portfolio-details-info {
    margin-top: 30px;
  }

  .portfolio-details-image {
    height: auto;
  }

  .team-details-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .team-details-wrapper {
    flex-direction: column;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 20px 40px;
  }

  .team-details-left-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .team-details-right-content {
    width: 100%;
  }

  .contact-info-wrapper {
    padding-bottom: 80px;
  }

  .contact-info-singel-wrapper {
    padding: 80px 40px;
  }

  .contact-info-details-wrapper {
    flex-direction: column;
  }

  .contact-info-details-left-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-info-details-paragraph-text-wrapper {
    width: 100%;
  }

  .changelog-wrapper {
    padding: 40px 50px;
  }

  .blog-details-section {
    padding-bottom: 80px;
  }

  .blog-details-heading {
    font-size: 56px;
    line-height: 66px;
  }

  .blog-details-collection-item {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .articles-section {
    padding-bottom: 80px;
  }

  .articles-section.categories {
    padding-top: 80px;
  }

  .articles-top-content {
    flex-direction: column;
    align-items: center;
  }

  .articles-section-heading.mb10 {
    margin-bottom: 10px;
  }

  .style-guide-wrapper {
    padding: 20px;
  }

  .style-guide-singel-wrapper {
    flex-direction: column;
  }

  .style-guide-left-wrapper {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 20px;
  }

  .style-guide-right-wrapper {
    width: 100%;
  }

  .style-guide-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .protected-password {
    padding-bottom: 80px;
  }

  .protected-password-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .protected-password-singel-wrapper {
    padding: 80px 60px;
  }

  .license-section {
    padding-bottom: 80px;
  }

  .license-wrapper {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 20px;
  }

  .license-typography-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .license-typography-singel-wrapper {
    flex-direction: column;
  }

  .license-typography-heading-wrapper {
    margin-bottom: 20px;
  }

  .license-typography-content {
    width: 100%;
  }

  .license-typography-paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-single-section {
    padding-bottom: 80px;
  }

  .blog-single-name-wrapper {
    padding-left: 0;
  }

  .blog-single-name {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-single-info-wrapper {
    padding: 20px;
  }

  .blog-single-info-grid {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-single-info-boder.mobile {
    display: none;
  }

  .blog-singel-about-heading {
    font-size: 33px;
  }

  .blog-singel-about-paragraph {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .blog-singel-about-image-wrapper {
    margin-top: 30px;
  }

  .blog-singel-about-list-wrapper {
    margin-top: 40px;
  }

  .blog-singel-about-list-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .blog-singel-about-list-bottom-heading.three {
    margin-bottom: 10px;
  }

  .blog-singel-about-details-wrapper {
    padding-left: 20px;
  }

  .blog-singel-about-details-paragraph-text {
    font-size: 18px;
  }

  .blog-singel-quote-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 60px 50px;
  }

  .loader-circle {
    border-radius: 0%;
  }

  .product-categories-section {
    padding-bottom: 80px;
  }

  .property-diller-flex-wrap {
    grid-column-gap: 20px;
    width: 170%;
  }

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

  .grid---content {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bg-block-content {
    height: 40%;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button-wrapper {
    margin-left: 15px;
  }

  .nav-link-block {
    margin-bottom: 20px;
  }

  .nav-text-block {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }

  .hero-section {
    margin-bottom: 220px;
  }

  .hero-text-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .hero-image {
    height: 60vh;
  }

  .about-experience-year {
    margin-bottom: 15px;
    font-size: 106px;
    line-height: 80px;
  }

  .about-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-wrapper {
    padding-bottom: 20px;
  }

  .section-title-shape-wrapper {
    margin-bottom: 15px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 42px;
  }

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

  .process-number {
    font-size: 60px;
  }

  .footer-top-content {
    padding-bottom: 60px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr 1fr;
  }

  .footer-logo-paragraph-text {
    font-size: 14px;
  }

  .footer-menu-text-link {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .footer-bottom-left-content {
    flex-direction: column;
  }

  .footer-copy-right-text-block-wrapper {
    margin-bottom: 10px;
  }

  .footer-copy-boder {
    display: none;
  }

  .blog-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-heading.blog-details {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .section-bottom-button-wrapper {
    margin-top: 40px;
  }

  .section-bottom-button {
    padding: 11px 25px;
    font-size: 17px;
  }

  .architects-collection-list {
    grid-template-columns: 1fr;
  }

  .architects-name-info-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .teatimonial-heading {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px;
  }

  .teatimonial-info-wrapper {
    margin-left: 10px;
  }

  .sponsors-wrapper {
    padding-top: 60px;
  }

  .sponsors-image {
    margin-right: 0;
  }

  .portfolio-collection-list-wrapper.one, .portfolio-collection-list-wrapper.two {
    margin-bottom: 40px;
  }

  .portfolio-collection-item {
    grid-row-gap: 25px;
  }

  .portfolio-image {
    height: 100%;
  }

  .portfolio-name {
    font-size: 25px;
    line-height: 35px;
  }

  .portfolio-name.portfolio-singel-name {
    max-width: 100%;
  }

  .huge-text-row.one {
    margin-bottom: 10px;
  }

  .huge-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .inner-banner {
    padding-bottom: 60px;
  }

  .about-info-wrapper {
    padding-bottom: 40px;
  }

  .about-info-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .about-info-boder {
    height: 5px;
  }

  .about-info-bottom-wrapper {
    margin-top: 40px;
  }

  .about-info-bottom-grid {
    grid-template-columns: 1.6fr;
  }

  .about-info-details-singel-wrapper {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .about-info-details-singel-wrapper.mb0 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-info-details-paragraph-text {
    font-size: 15px;
  }

  .work-section {
    padding-bottom: 40px;
  }

  .about-work-singel-item {
    padding-right: 20px;
  }

  .work-circle {
    width: 40px;
    height: 40px;
  }

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

  .contact-us-right-content {
    padding: 30px 20px;
  }

  .shop-section-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-section-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .shop-section-paragraph-text {
    font-size: 15px;
  }

  .shop-wrapper {
    margin-top: 40px;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-singel-grid {
    grid-row-gap: 30px;
  }

  .shop-singel-image-wrapper {
    padding: 15px;
  }

  .shop-singel-name {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .shop-singel-paragraph-text {
    margin-bottom: 20px;
  }

  .shop-singel-add-to-cart-wrapper {
    margin-top: 30px;
  }

  .shop-singel-about-service {
    padding-top: 40px;
  }

  .portfolio-singel-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .team-details-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-details-info-paragraph {
    font-size: 15px;
  }

  .team-details-icons-wrapper {
    margin-top: 20px;
  }

  .contact-info-singel-wrapper {
    padding: 60px 20px;
  }

  .contact-info-heading-wrapper {
    text-align: center;
  }

  .contact-info-singel-details {
    margin-bottom: 30px;
  }

  .contact-info-details-paragraph-text {
    font-size: 14px;
  }

  .changelog-wrapper {
    max-width: 100%;
    padding: 30px;
  }

  .blog-details-section-heading-wrap {
    margin-bottom: 30px;
  }

  .blog-details-heading {
    font-size: 46px;
    line-height: 56px;
  }

  .blog-details-collection-item {
    grid-row-gap: 30px;
  }

  .articles-top-right-content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .link-underline-category-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    display: inline-block;
  }

  .style-guide-section {
    padding-bottom: 80px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-singel-typography-wrapper {
    margin-bottom: 20px;
  }

  .heading1 {
    font-size: 60px;
    line-height: 70px;
  }

  .protected-password-singel-wrapper {
    padding: 40px 30px;
  }

  .protected-password-image {
    width: 100px;
    margin-bottom: 20px;
  }

  .protected-password-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .protected-password-text-field {
    margin-bottom: 20px;
  }

  .protected-password-submit-button {
    height: 50px;
  }

  ._404-not-found-section {
    padding-bottom: 80px;
  }

  ._404-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-image-wrapper {
    max-width: 230px;
  }

  ._404-heading {
    font-size: 38px;
  }

  ._404-paragraph-text {
    font-size: 15px;
  }

  .license-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .license-section-title-wrapper {
    padding-bottom: 30px;
  }

  .license-section-paragraph-text {
    max-width: 100%;
    font-size: 15px;
  }

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

  .license-typography-paragraph-text {
    font-size: 16px;
  }

  .blog-single-name {
    max-width: 100%;
    font-size: 26px;
    line-height: 36px;
  }

  .blog-single-info-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-single-bottom-content {
    margin-top: 30px;
  }

  .blog-singel-about-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-singel-about-image-wrapper {
    max-width: 100%;
  }

  .blog-singel-about-list-heading {
    font-size: 30px;
  }

  .blog-singel-about-list-paragraph-text {
    font-size: 15px;
  }

  .blog-singel-about-list-singel-wrapper {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-singel-about-details-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
  }

  .blog-singel-about-details-paragraph-text {
    font-size: 17px;
  }

  .blog-singel-quote-wrapper {
    padding: 30px 20px;
  }

  .blog-singel-quote-text {
    font-size: 18px;
    line-height: 28px;
  }

  .cart-header {
    padding: 20px 15px;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

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

  .cart-footer {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .loader {
    display: none;
  }

  .loader-circle {
    width: 100%;
    height: 100%;
  }

  .loder-logo-text-block {
    font-size: 40px;
    line-height: 50px;
  }

  .loder-logo-favicon {
    width: 35px;
    margin-right: 10px;
  }

  .collection-list-wrapper, .collection-list-wrapper-2 {
    width: 100%;
  }

  .product-categories-section {
    padding-top: 80px;
  }

  .property-diller-flex-wrap {
    width: 200%;
  }

  .content-section-large {
    padding-top: 62px;
    padding-bottom: 62px;
  }

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

  .bg-block-content {
    max-width: 80%;
    height: 40%;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-brand.w--current {
    padding-left: 0;
  }

  .menu-button-wrapper {
    margin-left: 10px;
  }

  .menu-image {
    width: 12px;
    margin-right: 5px;
  }

  .menu-text-block.two {
    font-size: 15px;
    line-height: 15px;
  }

  .menu-text-block.one {
    margin-top: 3px;
    font-size: 15px;
    line-height: 15px;
  }

  .menu-singel-wrapper {
    padding-bottom: 60px;
  }

  .menu-link-wrapper {
    margin-right: 20px;
  }

  .nav-text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-section {
    margin-bottom: 100px;
  }

  .hero-content {
    padding-top: 40px;
  }

  .hero-text-container {
    margin-bottom: 40px;
  }

  .hero-heading {
    max-width: 100%;
    font-size: 28px;
    line-height: 38px;
  }

  .hero-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .hero-button {
    padding: 12px 25px;
    font-size: 15px;
  }

  .hero-image {
    height: 40vh;
  }

  .about-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .about-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-left-content {
    margin-bottom: 30px;
  }

  .about-experience-year {
    margin-bottom: 5px;
    font-size: 60px;
    line-height: 70px;
  }

  .about-text-block {
    margin-bottom: 10px;
  }

  .about-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .about-paragraph-text {
    font-size: 14px;
  }

  .about-button {
    padding: 12px 25px;
  }

  .our-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-title-shape-wrapper {
    margin-bottom: 10px;
  }

  .section-heading {
    font-size: 23px;
    line-height: 33px;
  }

  .section-paragraph-text {
    max-width: 100%;
    font-size: 14px;
  }

  .services-grid {
    grid-row-gap: 20px;
  }

  .services-space-heading {
    font-size: 20px;
  }

  .service-details-text {
    font-size: 13px;
  }

  .process-section {
    padding-bottom: 60px;
  }

  .process-number {
    font-size: 48px;
    line-height: 48px;
  }

  .process-title {
    font-size: 21px;
  }

  .process-info-text {
    font-size: 15px;
  }

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

  .footer-singel-wrapper.center {
    text-align: center;
  }

  .footer-copy-right-text-block {
    font-size: 15px;
  }

  .footer-singel-icons-wrapper {
    margin-right: 10px;
  }

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

  .blog-singel-wrapper {
    padding: 25px 15px;
  }

  .blog-date-details {
    margin-bottom: 10px;
  }

  .blog-heading {
    font-size: 17px;
    line-height: 27px;
  }

  .blog-heading.blog-details {
    font-size: 22px;
    line-height: 32px;
  }

  .section-bottom-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .our-architects, .teatimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teatimonial-heading {
    font-size: 29px;
    line-height: 39px;
  }

  .teatimonial-section-paragraph-text {
    font-size: 14px;
    line-height: 24px;
  }

  .teatimonial-paragraph-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .teatimonial-info-heading {
    font-size: 16px;
  }

  .teatimonial-info-text-block {
    font-size: 13px;
  }

  .teatimonial-singel-quote-shape {
    bottom: 20px;
    right: 10px;
  }

  .slide-nav {
    top: 321px;
  }

  .sponsors-wrapper {
    padding-top: 0;
  }

  .sponsors-image {
    margin-right: 0;
  }

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

  .portfolio-collection-list-wrapper.one {
    margin-bottom: 40px;
  }

  .location-text-wrap {
    margin-left: 5px;
  }

  .portfolio-name {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio-name.portfolio-singel-name {
    font-size: 24px;
    line-height: 34px;
  }

  .portfolio-button {
    padding: 12px 25px;
  }

  .inner-section {
    padding-bottom: 60px;
  }

  .huge-text-row.one {
    margin-bottom: 5px;
  }

  .huge-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .inner-banner {
    padding-bottom: 50px;
  }

  .about-info-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .about-info-boder {
    height: 2px;
  }

  .about-info-details-singel-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-info-details-paragraph-text {
    font-size: 14px;
    line-height: 28px;
  }

  .about-awards {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-awards-paragraph-text {
    font-size: 15px;
  }

  .about-awards-year-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-awards-info-text-block {
    font-size: 14px;
    line-height: 28px;
  }

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

  .contact-section.pt90 {
    padding-top: 60px;
  }

  .contact-us-wrapper {
    margin-top: 40px;
  }

  .contact-us-left-content {
    margin-bottom: 30px;
  }

  .contact-us-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-us-singel-form-wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .contact-us-input-wrapper {
    margin-bottom: 10px;
  }

  .contact-us-input-wrapper.mr45 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .contact-submit-button {
    height: 40px;
    font-size: 16px;
  }

  .shop-section-title-wrapper {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-section-heading {
    font-size: 38px;
  }

  .shop-section-paragraph-text {
    font-size: 14px;
  }

  .shop-section-paragraph-text.withd {
    max-width: 100%;
  }

  .shop-singel-wrapper {
    padding: 20px 15px;
  }

  .shop-price-wrapper {
    padding: 7px 10px;
    font-size: 15px;
    top: 10px;
    left: 10px;
  }

  .shop-name {
    margin-bottom: 5px;
  }

  .shop-description-text {
    font-size: 14px;
  }

  .shop-singel-section {
    padding-bottom: 60px;
  }

  .shop-singel-paragraph-text {
    font-size: 14px;
  }

  .select-text-block {
    margin-bottom: 4px;
  }

  .shop-singel-add-to-cart-button {
    height: 45px;
  }

  .shop-singel-list-paragraph {
    max-width: 100%;
    font-size: 14px;
  }

  .shop-singel-list-item {
    font-size: 15px;
    line-height: 25px;
  }

  .portfolio-details-info-heading {
    font-size: 20px;
  }

  .portfolio-details-info-paragraph-text {
    font-size: 14px;
  }

  .team-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-details-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-details-info-paragraph {
    font-size: 14px;
  }

  .contact-info-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .contact-info-singel-details {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .contact-info {
    margin-bottom: 20px;
  }

  .contact-info.mb0 {
    margin-bottom: 0;
  }

  .changelog-section {
    padding-bottom: 100px;
  }

  .changelog-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .changelog-heading {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 46px;
  }

  .changelog-date-text {
    margin-bottom: 15px;
  }

  .changelog-text-block {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .changelog-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-section {
    padding-bottom: 60px;
  }

  .blog-details-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .blog-details-collection-item {
    grid-row-gap: 20px;
  }

  .articles-section {
    padding-bottom: 60px;
  }

  .style-guide-left-wrapper {
    margin-bottom: 15px;
  }

  .style-guide-color-text-block {
    font-size: 17px;
  }

  .style-guide-singel-typography-wrapper {
    margin-bottom: 15px;
  }

  .heading1 {
    font-size: 46px;
    line-height: 46px;
  }

  .heading2 {
    font-size: 36px;
    line-height: 46px;
  }

  .heading3 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading4 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading5 {
    font-size: 18px;
    line-height: 18px;
  }

  .style-guide-font-wrap {
    margin-bottom: 15px;
  }

  .style-guide-font-name {
    margin-bottom: 10px;
  }

  .style-guide-font-text-block {
    line-height: 26px;
  }

  .style-guide-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-button.bg {
    margin-top: 10px;
    margin-left: 0;
  }

  .protected-password-singel-wrapper {
    padding: 30px 20px;
  }

  .protected-password-image {
    margin-bottom: 10px;
  }

  .protected-password-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .protected-password-paragraph-text {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .protected-password-submit-button {
    height: 45px;
    font-size: 16px;
  }

  ._404-heading {
    font-size: 28px;
    line-height: 38px;
  }

  ._404-button {
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 16px;
  }

  .license-section {
    padding-bottom: 60px;
  }

  .license-section-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .license-section-paragraph-text {
    font-size: 14px;
  }

  .photography-grid {
    grid-column-gap: 10px;
  }

  .license-typography-wrapper {
    padding: 20px 15px;
  }

  .license-typography-paragraph-text {
    font-size: 14px;
    line-height: 24px;
  }

  .license-typography-button {
    font-size: 16px;
  }

  .blog-single-name {
    font-size: 22px;
    line-height: 32px;
  }

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

  .blog-single-info-boder {
    display: none;
  }

  .blog-singel-about-heading {
    font-size: 23px;
    line-height: 33px;
  }

  .blog-singel-about-paragraph {
    font-size: 14px;
  }

  .blog-singel-about-list-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-singel-about-list-paragraph-text {
    font-size: 15px;
  }

  .blog-singel-quote-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px 15px;
  }

  .blog-singel-quote-text {
    font-size: 16px;
  }

  .cart-quantity {
    min-width: 15px;
    height: 15px;
    margin-left: 5px;
    font-size: 13px;
    line-height: 23px;
  }

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

  .cart-product-name {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .cart-product-price {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
  }

  .cart-option-text-block {
    margin-bottom: 5px;
  }

  .cart-option-select-text, .cart-option-select-text-block {
    font-size: 15px;
  }

  .cart-footer {
    padding-bottom: 30px;
  }

  .subtotal-text-block, .subtotal-price {
    font-size: 16px;
    line-height: 26px;
  }

  .checkout-button {
    height: 40px;
    font-size: 16px;
  }

  .cart-quantity-2 {
    height: 30px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .product-categories-title {
    font-size: 32px;
  }

  .product-categories-title.mr10 {
    line-height: 52px;
  }

  .product-categories-wrapper {
    margin-top: 40px;
  }

  .property-diller-flex-wrap {
    width: 228%;
  }
}

#w-node-_90b8475d-9d8e-bdae-523e-5877bb34eebf-3aaca67c {
  place-self: center;
}

#w-node-ceaca761-4c69-ca7a-db40-112963246b84-3aaca67c, #w-node-_5f746097-4282-e74c-fe90-b11d0a0731c9-3aaca67c, #w-node-_0445d904-7dd7-cb04-e2af-1976db5bfeae-3aaca67c, #w-node-_8361b934-e472-4404-ed71-e8d656dcabd5-3aaca67c, #w-node-_79192f7f-c8c6-7a5a-c019-7e7742fa05c6-3aaca67c, #w-node-_8f6c23ff-67c5-3cee-aa25-7f818449357f-3aaca67c, #w-node-bd9cf058-bd0b-d00d-9c2c-cd42bf62a8cb-3aaca67c, #w-node-e9aae057-171c-e829-1d64-dd12b00f3647-3aaca67c, #w-node-_0f4f5b05-07e9-e19c-e7ba-dc4717a8efec-3aaca67c, #w-node-d24ac9fb-61d2-e2eb-17c0-19aa6f2aac52-6f2aac4e, #w-node-d24ac9fb-61d2-e2eb-17c0-19aa6f2aac64-6f2aac4e, #w-node-c9ee2495-f2e3-1b09-90bc-4e530ea667fc-0ea667db, #w-node-c9ee2495-f2e3-1b09-90bc-4e530ea66801-0ea667db, #w-node-c9ee2495-f2e3-1b09-90bc-4e530ea66804-0ea667db, #w-node-c9ee2495-f2e3-1b09-90bc-4e530ea66809-0ea667db, #w-node-ae696c1d-222a-8b20-969e-fdbf54463804-f0aca6c9, #w-node-_93a4cfd8-e0ed-9fbd-dbfa-7466ef29ca7e-f0aca6c9, #w-node-d7fe1893-79fb-d1d6-4600-19b04c1cf6dd-f0aca6c9, #w-node-_07b3a138-5233-45df-98cc-b953977d089b-f0aca6c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7854859-ac09-475f-4bb8-794af56da2b7-f0aca6c9 {
  place-self: center;
}

#w-node-_53de6bd4-5289-0463-7a05-63262fd565ca-f0aca6c9, #w-node-ba7107b5-6867-284a-1a8d-0993b25da66b-f3aca6dc, #w-node-_2b0bf5a0-a204-b99c-6595-1d44671ebac9-f3aca6dc, #w-node-_48668919-bfc3-0a02-ea24-02d392a28618-f3aca6dc, #w-node-_46de1667-4f48-4275-14d3-eea1e1e69bee-dcaca6f3, #w-node-ae403d6a-3739-3630-42c5-19f299405067-24aca6f4, #w-node-_31b07a28-be6e-19a1-aeda-044deac2c684-24aca6f4, #w-node-_7eb29614-3c68-3e3d-a6a0-9bb0dc27bd04-24aca6f4, #w-node-c46c09d6-ebea-87c9-ac69-73ada46d522e-24aca6f4, #w-node-ca66c816-e78e-afaa-8745-1dbdb1306f1e-52aca6f5, #w-node-e9edf947-bdd0-cd1b-00b6-0c580a5c8759-36aca6f8, #w-node-e9edf947-bdd0-cd1b-00b6-0c580a5c875e-36aca6f8, #w-node-e9edf947-bdd0-cd1b-00b6-0c580a5c8765-36aca6f8, #w-node-_4367fd01-b8a1-8463-1145-86e8ea698f92-abaca6f9, #w-node-_24f1051c-7733-3e9f-8828-44968cc522ac-abaca6f9, #w-node-_251db5dc-fc5f-0d60-f0b8-1f2a02de1bba-d2aca6fb, #w-node-f9fa0b86-2439-01f7-10be-ac5d4b369eb7-d2aca6fb, #w-node-fda9ca00-773f-c8b2-2233-a69ba5f16e65-d2aca6fb, #w-node-f640bf3c-77d3-de22-b024-d06fb59b0abb-d2aca6fb, #w-node-_6b0294de-6fc8-c815-7f95-c8384e9e86a7-d2aca6fb, #w-node-fd4233d7-f8a8-09c6-b605-d509615c32eb-d2aca6fb, #w-node-_77d159b9-6cd5-91c4-ce11-0872b861ab59-d2aca6fb, #w-node-d63d339d-3c0d-83b8-a9fa-e0edfa753600-d2aca6fb, #w-node-a43e1396-553a-96ce-9164-c84843674d53-d2aca6fb, #w-node-_164c3b62-9ca6-90c4-5c7e-9fc5cfcd32a6-d2aca6fb, #w-node-_8eab36bf-1afa-a52e-5b5d-5152281e9822-d2aca6fb, #w-node-fbee1671-f410-d8b6-bee1-b41cdeef16d9-d2aca6fb, #w-node-_2b762f04-4ffa-8c15-738a-e2d943f53db7-d2aca6fb, #w-node-_4743b6fd-4dc8-e286-e82f-921aaf3ef9b5-d2aca6fb, #w-node-_038fb7e8-a4c1-fde1-f689-ab99add54e3b-d2aca6fb, #w-node-_17b12e56-4ee3-d4ee-3999-9de958559e73-d2aca6fb, #w-node-ca10a291-97be-62a5-d82b-59a123d2b6d6-d2aca6fb, #w-node-ffdbda1f-725b-4aca-0d62-0f2293270d99-d2aca6fb, #w-node-_2c9ae981-70ac-7efd-f84f-a2a34131c26d-d2aca6fb, #w-node-_94ea4a0c-c8f7-b8cd-4ccb-648ae97f07c6-d2aca6fb, #w-node-_66291d0a-274d-183c-6f4b-2655d17e3a1d-d2aca6fb, #w-node-f773dc91-1b92-82f1-8ff3-63006ed51f73-d2aca6fb, #w-node-_875a7df4-6925-165d-8872-6f28c0558ddc-d2aca6fb, #w-node-_61f3ab60-be8e-4e26-53e3-35bedc1b12e0-d2aca6fb, #w-node-_18d98fd8-5b64-750e-e926-9b7e9defb689-d2aca6fb, #w-node-_940fb120-ddd0-b1a8-ccef-b7c3c9c0616d-d2aca6fb, #w-node-_773a02c2-ef2c-72e4-30d5-55783703311c-d2aca6fb, #w-node-_2d68f55a-9a0e-434f-0613-9d9452735518-d2aca6fb, #w-node-a679f148-8eea-6f17-7f3a-f58a216281a9-d2aca6fb, #w-node-fb6771c8-b87e-79d4-af0d-dda161c3de7a-d2aca6fb, #w-node-_8e5d72c7-ac0a-931c-dbe7-db2a0c62ec57-d2aca6fb, #w-node-_211f4959-f6b6-78fb-bc8d-b16315ba80d4-d2aca6fb, #w-node-_7b2bdf5a-d2ec-496d-ec3d-c258c0fc3eca-35aca6ff, #w-node-_7b2bdf5a-d2ec-496d-ec3d-c258c0fc3ecf-35aca6ff, #w-node-_7b2bdf5a-d2ec-496d-ec3d-c258c0fc3ed4-35aca6ff, #w-node-_7b2bdf5a-d2ec-496d-ec3d-c258c0fc3edf-35aca6ff, #w-node-_7b2bdf5a-d2ec-496d-ec3d-c258c0fc3eea-35aca6ff, #w-node-_7b2bdf5a-d2ec-496d-ec3d-c258c0fc3ef5-35aca6ff, #w-node-_7b2bdf5a-d2ec-496d-ec3d-c258c0fc3f00-35aca6ff, #w-node-_7b2bdf5a-d2ec-496d-ec3d-c258c0fc3f0b-35aca6ff, #w-node-_9be1b6e4-2c21-97dc-526d-a3d8240001cb-35aca6ff, #w-node-_7de87ff2-41d3-ba2f-2b69-2a6114795f2f-3caca701, #w-node-_3fa90f90-1a22-bdb0-c6cc-f3bd65f11d7a-3caca701, #w-node-_1247222e-d41e-b70a-930e-14b4ac1d28f0-3caca701, #w-node-c22bd7cc-6a51-4318-fa8d-4e510b9b9098-3caca701, #w-node-ad7b6e91-e29c-6459-125e-a6acf65b852c-3caca701, #w-node-_7381f1ea-4a2b-d561-f7b4-cbf97718cee5-3caca701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_90b8475d-9d8e-bdae-523e-5877bb34eebf-3aaca67c, #w-node-c7854859-ac09-475f-4bb8-794af56da2b7-f0aca6c9 {
    order: -9999;
  }
}


@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 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 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik air';
  src: url('../fonts/Aeonik-Air.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-RegularItalic.otf') format('opentype'), url('../fonts/Aeonik-AirItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}