:root {
  --black-2: #1a1a1a;
  --white: white;
  --black: black;
  --white-smoke: #efefef;
  --gainsboro: #e5e3e3;
}

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

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

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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 {
  background-color: var(--black-2);
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  color: var(--white);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: #7171ff;
  text-decoration: none;
  transition: color .4s;
}

a:hover {
  color: rgba(0, 157, 255, .66);
}

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

li {
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid var(--black-2);
  background-color: var(--white-smoke);
  color: var(--black-2);
  margin-bottom: 10px;
  padding: 40px 25px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  color: #adadb5;
  text-align: center;
  margin-top: 5px;
}

.portfolio-heading {
  color: #fff;
  font-size: 70px;
  line-height: 75px;
}

.body {
  background-color: var(--black-2);
  color: var(--white);
}

.container {
  max-width: 1280px;
}

.container.large {
  max-width: 1300px;
}

.full-screen-menu {
  z-index: 555;
  height: auto;
  background-color: #000;
  display: block;
  position: relative;
}

.menu-wrapper {
  z-index: 555;
  background-color: var(--black-2);
  flex-direction: row;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-link-block {
  line-height: 1;
  text-decoration: none;
  transition: transform .4s;
  display: block;
  overflow: hidden;
}

.menu-link-block.w--current {
  height: auto;
  border-bottom: 1px #000;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  display: block;
}

.menu-hamburger-wrapper {
  z-index: 666;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-main-wrapper {
  z-index: 5555;
  object-fit: none;
  position: static;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.menu-right-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.cart-quantity {
  background-color: var(--black-2);
  color: var(--white);
  border-color: #949090;
  font-size: 16px;
  font-weight: 500;
}

.paypal {
  margin-top: 10px;
}

.remove-button {
  text-decoration: none;
}

.top-menu-wrapper {
  z-index: 8888;
  max-width: 1400px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  font-size: 16px;
  font-weight: 400;
}

.checkout-button {
  background-color: #000;
  border: 1px rgba(255, 255, 255, .66);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: color .5s, background-color .5s;
}

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

.text-block-5 {
  color: #79797e;
  font-size: 14px;
  text-decoration: none;
}

.main-logo {
  height: auto;
  margin-bottom: 0;
}

.cart-image {
  background-color: #fff;
  padding: 5px;
}

.error-state-2 {
  background-color: #000;
}

.menu-hamburger-icon {
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-wrapper {
  z-index: 2147483647;
}

.cart-container {
  background-color: var(--black-2);
  border: 1px solid rgba(255, 255, 255, .55);
}

.cart-button {
  background-color: var(--gainsboro);
  justify-content: center;
}

.icon-3 {
  background-color: var(--white);
  color: var(--white-smoke);
}

.menu-close-icon {
  width: 50%;
  height: auto;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: 25%;
  right: 0%;
}

.right-block {
  z-index: 200;
  width: 40vw;
  height: 100%;
  background-image: url('../images/profile.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  display: flex;
}

.section-template {
  z-index: 5;
  height: auto;
  border-top: 1px none var(--white);
  background-color: var(--black-2);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-template.style-guide {
  background-color: var(--black-2);
  padding-top: 220px;
}

.section-template.style-guide.white {
  background-color: var(--black-2);
}

.container-2 {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}

.color-item-info {
  border: 1px solid #7b7b7b;
  padding: 12px;
}

.submit-button {
  color: #000;
  text-transform: capitalize;
  background-color: #f2f2f2;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .35s, color .35s;
  display: block;
}

.submit-button:hover {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #000;
}

.color-title {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: border-color .35s, background-color .35s, color .35s;
}

.button:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: #fff;
}

.color-item {
  flex-direction: column;
  display: flex;
}

.overline {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 0;
  font-weight: 500;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.color-item-fill {
  height: 130px;
  background-color: #ede5e0;
  border: 1px solid #6c6969;
}

.color-item-fill.color-1 {
  background-color: var(--black-2);
  border: 1px solid #655d5d;
}

.color-item-fill.color-2 {
  background-color: #ff6e00;
  background-color: var(--white);
}

.left-column {
  position: relative;
}

.style-guide-menu-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: color .35s;
}

.style-guide-menu-link:hover {
  color: #c2bcbc;
}

.style-guide-menu-link.w--current {
  color: var(--white);
}

.style-guide-menu-link.top-margin {
  color: var(--white);
  margin-top: 20px;
}

.style-guide-menu-link.top-margin.w--current {
  color: var(--white);
}

.style-guide-typography-wrapper {
  margin-top: 40px;
}

.colors-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.style-guide-menu {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.break-line {
  height: 1px;
  background-color: #515151;
  margin-top: 20px;
}

.style-guide-item {
  margin-bottom: 60px;
}

.footer-links-horizontal {
  display: flex;
}

.footer-links-horizontal.justify-right {
  justify-content: flex-end;
}

.link-footer {
  color: var(--white);
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: color .35s;
}

.link-footer:hover {
  color: #9b9b9b;
}

.footer-grid {
  grid-template-rows: auto;
}

.footer-text-block-wrapper {
  margin-top: 20px;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-text-block {
  color: var(--white);
  text-align: left;
  font-size: 16px;
}

.container-3 {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer {
  z-index: 10;
  background-color: var(--black-2);
  border-top: 1px solid #918c8c;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.wrapper.flexbox-vertical {
  flex-direction: column;
}

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

.services-grid {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-product {
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, .16);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-image {
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

.product-item {
  margin-bottom: 60px;
}

.view-more {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #1a1a1a;
  border-radius: 20px;
  margin-top: 40px;
  padding: 10px 20px;
  font-size: 16px;
  transition: color .3s, background-color .3s;
}

.view-more:hover {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.text-block-7 {
  color: var(--black);
  text-align: center;
  font-size: 20px;
}

.empty-state {
  background-color: #d7d7d7;
}

.product-grid {
  grid-column-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.price {
  color: var(--white);
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

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

.add-to-cart-button {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 25px;
  font-weight: 400;
  transition: color .3s, background-color .3s;
}

.add-to-cart-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.default-state {
  margin-top: 20px;
}

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

.main-image-section {
  z-index: 10;
}

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

.left-sticky {
  height: 85px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.project-details {
  flex-direction: column;
  display: flex;
}

.gallery-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.gallery-image {
  width: 100%;
  height: 65vh;
  object-fit: cover;
  border-radius: 20px;
}

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

.checkout-form {
  background-color: var(--black-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.place-order {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #1a1a1a;
  transition: color .35s, background-color .35s;
}

.place-order:hover {
  background-color: var(--black);
  color: #fff;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--black-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._404-text {
  color: var(--white);
  margin-bottom: 20px;
}

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

.style-guide-section {
  height: auto;
  background-color: var(--black-2);
  padding-top: 140px;
  padding-bottom: 140px;
}

.style-guide-section.license {
  background-color: var(--black-2);
  border-bottom: 1px solid #6f6c6c;
  padding-top: 220px;
}

.license-item {
  border-bottom: 1px solid #4c4747;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

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

.cart-price {
  font-size: 14px;
  font-weight: 400;
}

.centered-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.project-title {
  color: var(--black-2);
  text-transform: capitalize;
  border: 1px #f2f2f2;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  display: inline-block;
}

.text-block-8 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.menu-text {
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 15vh;
  font-weight: 700;
  line-height: 1;
  transition: padding .5s, color .5s;
}

.menu-text:hover {
  color: var(--black-2);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  padding-left: 50px;
}

.main-button-white-background {
  z-index: 15;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--black);
  transform-origin: 0%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-overlay-black {
  width: 0%;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text-black {
  z-index: 25;
  color: var(--black);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

.green-text-span {
  color: #c6f906;
  text-transform: uppercase;
  font-family: Gantari, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.error-message {
  color: var(--black);
  background-color: #e1dddd;
  font-size: 16px;
}

.contact-submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #b06a5a;
  border: 1px solid #c6c6c6;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .5s, color .5s;
  display: block;
}

.contact-submit-button:hover {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #fff;
}

.text-area {
  min-height: 250px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  font-size: 16px;
}

.contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.contact-wrapper.left {
  flex-direction: column;
  display: flex;
}

.success-message {
  color: var(--black);
  background-color: #e1dddd;
  font-size: 20px;
}

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

.text-field {
  min-height: 60px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.list-item {
  margin-left: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.desktop-menu-list {
  margin-bottom: 0;
  display: flex;
}

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

.cart-quantity-4 {
  background-color: var(--black);
  color: var(--white);
}

.experience-card {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px rgba(0, 0, 0, .15);
  border-bottom: 1px solid rgba(0, 0, 0, .31);
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-link-footer {
  color: var(--white);
  letter-spacing: .25px;
  text-transform: capitalize;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Gantari, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.text-link-footer:hover {
  color: var(--gainsboro);
}

.text-link-footer:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.text-link-footer[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.text-link-footer.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.underline-hoover {
  width: auto;
  height: 1.6px;
  background-color: var(--white);
  color: var(--white);
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.text-span {
  color: #efefef;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
}

.right-arrow-icon {
  width: 20px;
}

.section {
  z-index: 10;
  background-color: var(--black-2);
  color: var(--white);
  padding: 140px 20px;
  overflow: hidden;
}

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

.section.product {
  padding-top: 220px;
}

.main-button-black-background {
  z-index: 15;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--white);
  transform-origin: 0%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 10px 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-black-copy {
  z-index: 25;
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

.button-overlay-black-copy {
  width: 0%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-arrow-icon-copy {
  width: 20px;
  filter: invert();
}

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

.heading {
  text-transform: uppercase;
  justify-content: center;
  display: flex;
}

.left-block {
  z-index: 200;
  width: 60vw;
  height: 100%;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  padding-left: 2%;
  display: flex;
}

.text-block-11 {
  font-size: 16px;
}

.button-404 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: border-color .35s, background-color .35s, color .35s;
}

.button-404:hover {
  border-color: var(--black);
  color: var(--black);
  background-color: #f8f8f8;
}

.text-field-404 {
  min-height: 60px;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}

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

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

.project-link-block {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px rgba(196, 196, 196, .82);
  border-bottom: 1px solid rgba(196, 196, 196, .62);
  border-radius: 18px;
  padding-bottom: 0;
  transition: padding .5s, background-color .5s, color .5s;
  display: flex;
  overflow: hidden;
}

.footer-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-footer {
  z-index: 10;
  background-color: var(--black-2);
  padding-top: 20px;
  position: relative;
}

.contact-link-block {
  transition: transform .6s, color .4s;
  transform: scale(.9);
}

.contact-link-block:hover {
  transform: scale(1.1);
}

.copyright-wrapper {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
}

.copyright-text {
  font-size: 14px;
}

.services-list-wrapper {
  margin-top: 50px;
}

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

.product-link-block {
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #ededed;
  border-left: 2px rgba(0, 0, 0, .14);
  border-radius: 5px;
  padding: 30px;
  transition: background-color .4s;
}

.product-link-block:hover {
  background-color: var(--white);
}

.service-title {
  color: #000;
  margin-top: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.service-description {
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-wrapper-with-margin {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.hero-section {
  min-height: 105vh;
  background-color: var(--gainsboro);
  background-image: url('../images/21_dining_room4.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.about-me-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 60px;
  margin-bottom: 200px;
}

.about-me-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro-text {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.text-18px-light {
  color: var(--white);
  font-weight: 300;
  line-height: 1.3;
  display: block;
}

.project-details-wrapper {
  width: 50%;
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.text-block-12 {
  border: 1px solid var(--black-2);
  color: var(--black-2);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: none;
}

.top-content, .bottom-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-image-wrapper {
  width: 50%;
  height: 100%;
}

.project-image-home {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: auto;
  object-fit: cover;
}

.description {
  color: var(--black-2);
  flex: 0 auto;
  align-items: center;
  display: block;
}

.project-wrapper {
  align-items: center;
  display: block;
}

.grids-animation-section {
  z-index: 2;
  height: 110vh;
  position: relative;
  overflow: hidden;
}

.grid-wrapper {
  margin-top: -150px;
  transform: rotate(-13deg);
}

.grid-reverse {
  width: 145vw;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 2vh;
  margin-left: -10vw;
}

.grid-card {
  height: 50vh;
}

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

.grid-normal {
  width: 145vw;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 2vh;
}

.flex-horizontal-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal-centered.margin {
  margin-bottom: 100px;
}

.contact-text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  padding-top: 10px;
  font-size: 7vw;
  font-weight: 500;
  line-height: 1;
  transition: color .4s, font-size .4s;
}

.contact-text.gradient {
  margin-top: 0;
  margin-bottom: 0;
}

.oval-image-shape {
  width: 8vw;
  height: 8vw;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-top: 5px;
}

.overlay {
  z-index: 100;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.have-an-idea {
  font-size: 120px;
  font-weight: 500;
}

.pagination-2 {
  margin-top: 100px;
}

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

.hero-text {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  padding-bottom: 100px;
  font-size: 80px;
  font-weight: 700;
}

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

.underline {
  width: 25%;
  height: 5px;
  opacity: .25;
  background-color: #f44a66;
  margin-top: -9px;
  position: absolute;
  left: 0;
}

.underline.nav-link-underline {
  height: 5px;
  opacity: .25;
  background-color: #f44a66;
  margin-top: -20px;
  position: absolute;
}

.intro-mideum-header {
  color: #d9d9d8;
  letter-spacing: 6px;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.gallery-button {
  z-index: 100;
  height: 48px;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  background-image: url('../images/Grid-Icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  border-radius: 24px;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.nav-sidebar {
  width: 300px;
  background-color: #fff;
  flex-flow: row;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  overflow: scroll;
}

.menu-icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  right: 0;
}

.menu-icon.dark {
  background-color: rgba(0, 0, 0, 0);
}

.brand {
  height: 88px;
  margin-left: -4px;
  padding-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.brand.hflex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  display: flex;
}

.gallery-button-text {
  z-index: 1;
  opacity: 1;
  margin-top: -40px;
  margin-left: 64px;
  margin-right: 24px;
  font-size: 15px;
  font-weight: 600;
  display: block;
  position: relative;
}

.intro-header {
  z-index: 1;
  max-width: 970px;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  display: none;
  position: relative;
}

.page-wrapper {
  display: none;
}

.menu-button-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  right: 60px;
}

.menu-button-text.dark {
  color: #000;
}

.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/dr1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.social-icon-circle {
  width: 48px;
  height: 48px;
  background-image: url('../images/Half-Circle-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  display: none;
  position: relative;
}

.home-intro {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16% 8%;
  padding-top: 32px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-line {
  width: 20px;
  height: 2px;
  background-color: #222;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-line.menu-top-line {
  margin-top: 18px;
  top: 0;
}

.menu-line.menu-bottom-line {
  margin-bottom: 18px;
}

.menu-line.menu-middle-line-2 {
  margin: auto;
  position: absolute;
}

.menu-button {
  z-index: 100;
  width: 130px;
  height: 48px;
  text-align: right;
  letter-spacing: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 23px;
  padding: 0 0 0 14px;
  right: 24px;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.nav-link {
  color: #222;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 48px;
  transition: color .3s;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: #f44a66;
}

.slide-nav {
  z-index: 10;
  text-align: center;
  padding-bottom: 56px;
  font-size: 10px;
}

.hero-separator {
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.hero-social-icons {
  z-index: 100;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 18px;
}

.home-slider-hero {
  width: 100%;
  height: 100vh;
  color: #fff;
  background-color: #222;
}

.hero-slider-arrow {
  font-size: 30px;
  display: none;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-bar-section {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding-left: 16px;
  display: flex;
  position: absolute;
}

.hero-category-container {
  display: flex;
}

.slide-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/spain19.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-categories {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/IMG_8050.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery-button-icon {
  z-index: 100;
  width: 48px;
  height: 48px;
  background-color: #fff;
  background-image: url('../images/Grid-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/spain23.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-image-overlay-bottom {
  z-index: 50;
  height: 102%;
  background-color: #021b29;
  position: absolute;
  top: -1%;
  bottom: 0%;
  left: -1%;
  right: auto;
}

.about-image-overlay-top {
  z-index: 50;
  height: 102%;
  background-color: #021b29;
  position: absolute;
  top: -1%;
  bottom: 0%;
  left: auto;
  right: -1%;
}

.orange-span {
  color: #f2a70c;
}

.button-icon {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 800;
}

.container-4 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.about-image {
  width: 100%;
  height: 80%;
  max-width: 440px;
  object-fit: cover;
  display: block;
  transform: rotate(-7deg);
}

.about-image-bottom {
  position: relative;
  transform: rotate(-15deg);
}

.button-405 {
  color: #01141f;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f2a70c;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  display: none;
}

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

.about-image-top {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.about-text {
  color: rgba(255, 255, 255, .5);
  margin-top: 20px;
}

.section-2 {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 0;
}

.about-right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.about-wrapper {
  float: none;
  clear: none;
  grid-column-gap: 120px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 440px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.preloader {
  z-index: 10000;
  color: #222;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-info {
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-icon {
  width: 28px;
  margin-right: 12px;
}

.image {
  width: 40vw;
  opacity: .82;
  border: 1px #fff;
  border-radius: 100px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-weight: 500;
  display: block;
}

.text-size-medium-10 {
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-10.text-weight-bold {
  font-size: 1.5rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxlarge {
  display: none;
}

.faq4_icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.div-block-141 {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.text-align-center-9 {
  text-align: center;
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.padding-section-large-6 {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.text1 {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.text1.bright {
  color: #fdecd8;
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading-14 {
  color: #fdecd8;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 35px;
  font-weight: 400;
}

.heading-14.dark {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 40px;
}

.heading-14.small {
  text-align: center;
  font-size: 30px;
  display: none;
}

.heading-14.center {
  text-align: center;
  display: none;
}

.heading-28 {
  margin-top: 40px;
}

.padding-global-4 {
  background-color: rgba(253, 244, 232, 0);
  padding: 60px 5%;
  display: none;
}

.button-8 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-8.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  border-radius: 0;
}

.faq4_accordion {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.div-block-74 {
  padding-bottom: 40px;
}

.div-block-131 {
  margin-top: 0;
  padding-top: 100px;
}

.faq-question-title {
  font-size: 23px;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.button-dark-outline {
  color: #303040;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a93737;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
  display: block;
}

.button-dark-outline:hover {
  color: #f4f3f0;
  background-color: #a83737;
}

.button-dark-outline.mobile-hide {
  color: #fdf4e8;
  background-color: #a83737;
  border-style: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
}

.button-dark-outline.mobile-hide.w--current {
  border-radius: 10px;
}

.button-dark-outline.mobile-hide.descriptionblock {
  width: 250px;
  color: #fff;
  background-color: rgba(168, 55, 55, .85);
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: block;
}

.button-dark-outline.mobile-hide.descriptionblock:hover {
  background-color: #a83737;
}

.button-dark-outline.mobile-hide.descriptionblock.capitals {
  text-transform: capitalize;
  justify-content: center;
  display: flex;
}

.div-block-75 {
  justify-content: center;
  margin-top: -41px;
  display: flex;
}

.testimonial-item {
  height: 100%;
  background-color: #1a1a1a;
  border: 1px solid #f0f6ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.section-title-center {
  width: 80%;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid-testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  align-items: center;
  justify-items: center;
}

.div-block-120 {
  justify-content: center;
  display: flex;
}

.testimonial-left-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #e8b681;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 33px;
  left: 0%;
  right: auto;
}

.instant-quote.section-spacing {
  min-height: 100vh;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.testimonial-right-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #e8b681;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 30px;
  left: 64px;
  right: auto;
}

.testimonial-background {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.testimonial-mask {
  height: 350px;
  max-width: 550px;
  border-radius: 10px;
  top: 20px;
}

.container-5 {
  max-width: 980px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 40px 20px 20px;
  display: block;
  overflow: visible;
}

.testimonial-bg-right {
  z-index: 0;
  height: 600px;
  background-image: url('../images/pricesl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding-bottom: 0;
}

.slide-nav-2.hide {
  display: none;
}

.div-block-119 {
  text-align: center;
}

.testimonial-slider {
  z-index: 1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  transform: translate(97px, 50px);
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-2 {
  width: 100%;
  background-color: var(--black-2);
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-container {
  width: 100%;
  max-width: 1360px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.social-circle-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.social-circle {
  width: 40px;
  height: 40px;
  background-color: #01141f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: none;
}

.social-circle:hover {
  transform: translate(0, -4px);
}

.social-icon-2 {
  width: 16px;
  display: none;
}

.footer-link-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.slash {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.project-wrapper-voh {
  display: none;
}

.image-2 {
  border: 1px #b6b6b6;
  border-radius: 100px;
  display: none;
}

.social-circle-instagram {
  width: 40px;
  height: 40px;
  background-color: var(--black-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.social-circle-instagram:hover {
  transform: translate(0, -4px);
}

.section-big-photo-wrapper {
  z-index: 555;
  height: 100vh;
  background-color: var(--black-2);
  flex-direction: row;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-big-photo {
  display: none;
}

.contact-avatar-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.contact-avatar {
  width: 400px;
  height: 200px;
  border: 1px none var(--white-smoke);
  object-fit: cover;
  border-radius: 20px;
}

.menu-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: none;
}

.intro-smaller-header {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  display: none;
}

.text-block-13 {
  opacity: .84;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.subscript {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.html-embed {
  border-radius: 0;
}

.section-recent-projects {
  display: none;
}

.section-recent-projects.section-spacing {
  min-height: 100vh;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link-block-4-copy {
  border-radius: 10px;
  overflow: hidden;
}

.div-block-146 {
  border-radius: 0;
  position: relative;
}

.image-58 {
  border-radius: 0;
}

.div-block-147 {
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .66) 100%, rgba(0, 0, 0, .88) 100%, rgba(0, 0, 0, .91) 100%, #000);
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-38 {
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 10%;
}

.slide-1-copy {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/spain15.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link {
  display: none;
}

.image-mobile {
  width: 50vw;
  opacity: .82;
  border: 1px #fff;
  border-radius: 100px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: none;
}

.paragraph {
  justify-content: center;
  display: flex;
}

.paragraph-phone {
  justify-content: center;
  font-size: 30px;
  display: flex;
}

.button-text-blackget-in-touch {
  z-index: 25;
  color: var(--white);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

.text-block-14, .text-block-15 {
  display: none;
}

.language-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 15px;
  display: none;
}

.text-block-16 {
  opacity: .84;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: none;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.navbar-no-shadow {
  z-index: 100;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.inner-container._613px {
  max-width: 613px;
}

.inner-container._630px {
  max-width: 630px;
  padding-top: 40px;
  padding-left: 40px;
}

.divider-primary-1 {
  width: 67px;
  height: 2.4px;
  background-color: #5b46ff;
}

.section-4 {
  background-color: #fff;
  margin-top: 90px;
}

.display-1 {
  color: #0a0a1b;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.147em;
}

.display-1.mg-bottom-8px {
  margin-top: 40px;
}

.btn-secondary {
  color: #0a0a1b;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e2e2ed;
  border-radius: 20px;
  padding: 26px 38px;
  font-weight: 400;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: none;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0a0a1b;
  border-color: #0a0a1b;
  transform: scale3d(.94, .94, 1.01);
}

.buttons-row {
  grid-column-gap: 28px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.color-accent-1.text-uppercase {
  color: #000;
}

.text-bold {
  font-weight: 700;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0a0a1b;
  border-radius: 20px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #503de8;
  transform: scale3d(.94, .94, 1.01);
}

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

.cell {
  justify-content: center;
}

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

.flex-horizontal.gap-12px {
  grid-column-gap: 12px;
}

.flex-horizontal.gap-12px.justify-left {
  justify-content: flex-start;
}

.image-59 {
  width: 100px;
}

.footer-container-copy {
  width: 100%;
  max-width: 1360px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-block-17 {
  font-size: 15px;
}

.cell-2 {
  justify-content: center;
}

.quick-stack {
  height: 100vh;
  margin-top: -40px;
  padding-top: 0;
}

.image-60 {
  border-radius: 10px;
}

.travel-area {
  display: block;
}

.div-block-148 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-149 {
  max-width: 1200px;
  justify-content: center;
  display: flex;
}

.cell-3 {
  align-items: center;
}

.paragraph-2 {
  max-width: 980px;
  min-width: 90%;
}

.cell-4 {
  align-items: center;
}

.hero-text-travel-area {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 80px;
  font-weight: 700;
}

.html-embed-2 {
  min-width: 90%;
}

@media screen and (min-width: 1280px) {
  .section.no-top-padding {
    display: none;
  }

  .big-footer {
    padding-top: 20px;
  }

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

  .grids-animation-section {
    display: none;
  }

  .contact-text {
    font-size: 8vw;
  }

  .oval-image-shape {
    width: 7vw;
    height: 7vw;
    outline-offset: 0px;
    border-width: 1px;
    outline: 3px solid #fff;
  }

  .hero-text {
    font-size: 80px;
  }

  .image {
    width: 40vw;
  }

  .heading-14.center, .div-block-131 {
    display: none;
  }

  .button-dark-outline.mobile-hide {
    border-radius: 10px;
  }

  .div-block-75 {
    display: none;
  }

  .testimonial-item {
    padding: 80px;
  }

  .section-title-center {
    width: 80%;
  }

  .instant-quote.section-spacing {
    background-color: #1d1d27;
  }

  .testimonial-background {
    height: 500px;
  }

  .testimonial-mask {
    height: 400px;
    max-width: 682px;
  }

  .container-5 {
    margin-top: 0;
  }

  .testimonial-bg-right {
    height: 600px;
  }

  .testimonial-slider {
    transform: translate(87px, 50px);
  }

  .section-recent-projects.section-spacing {
    background-color: #1d1d27;
  }

  .hero-text-travel-area {
    font-size: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .instant-quote.section-spacing, .section-recent-projects.section-spacing {
    background-color: #1d1d27;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 60vw;
  }

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

  .oval-image-shape {
    width: 6vw;
    height: 6vw;
  }

  .intro-mideum-header {
    font-size: 25px;
    line-height: 35px;
  }

  .image {
    width: 40vw;
  }

  .instant-quote.section-spacing {
    background-color: #1d1d27;
  }

  .testimonial-mask {
    top: 0;
  }

  .container-5 {
    max-width: 1400px;
    margin-top: 0;
  }

  .section-recent-projects.section-spacing {
    background-color: #1d1d27;
  }

  .image-mobile {
    width: 50vw;
  }

  .inner-container._630px {
    max-width: 1200px;
  }

  .display-1.mg-bottom-8px {
    font-size: 85px;
  }

  .travel-area {
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
  }

  .paragraph-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-150 {
    max-width: 1360px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }

  h5 {
    font-size: 22px;
    line-height: 25px;
  }

  .container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .menu-wrapper {
    display: none;
  }

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

  .section-template.style-guide {
    padding-top: 140px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-links-horizontal.justify-right {
    justify-content: flex-start;
  }

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

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-grid {
    grid-column-gap: 27px;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-product {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .product-image {
    height: 50vh;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .style-guide-section.license {
    padding-top: 140px;
  }

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

  .project-title {
    font-size: 35px;
    line-height: 40px;
  }

  .menu-text {
    font-size: 8vh;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .list-item {
    margin-left: 0;
    margin-right: 20px;
  }

  .text-link-footer {
    color: var(--white);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

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

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

  .section.project, .section.product, .section.portfolio {
    padding-top: 140px;
  }

  .section.contact {
    padding-top: 100px;
  }

  .collection-list-wrapper {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .big-footer {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .copyright-wrapper {
    padding-top: 100px;
  }

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

  .hero-section {
    min-height: 80vh;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .about-me-grid {
    margin-bottom: 60px;
  }

  .project-image-home {
    min-height: 80vh;
  }

  .description {
    font-size: 12px;
  }

  .grids-animation-section {
    height: 80vh;
  }

  .grid-wrapper {
    margin-top: -51px;
  }

  .grid-card {
    height: 30vh;
  }

  .oval-image-shape {
    height: 6vh;
    display: none;
  }

  .have-an-idea {
    font-size: 90px;
    line-height: 1.2;
  }

  .hero-text {
    font-size: 100px;
    line-height: 1.2;
  }

  .underline {
    display: none;
  }

  .intro-mideum-header {
    font-size: 16px;
  }

  .gallery-button {
    bottom: 16px;
    left: 16px;
  }

  .nav-sidebar {
    width: 270px;
    max-height: 100vh;
    overflow: scroll;
  }

  .brand {
    width: 150px;
    padding-top: 24px;
    padding-left: 8px;
    padding-right: 12px;
  }

  .home-intro {
    margin-left: 24px;
    margin-right: 24px;
  }

  .menu-line {
    width: 20px;
    height: 2px;
    background-color: #222;
  }

  .menu-button {
    margin-top: 16px;
    margin-right: 0;
    right: 16px;
  }

  .slide-nav {
    padding-bottom: 48px;
  }

  .hero-social-icons {
    bottom: 16px;
    right: 10px;
  }

  .nav-menu {
    align-items: stretch;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-image {
    display: none;
  }

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

  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .image {
    width: 70vw;
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text1 {
    text-align: center;
    justify-content: center;
  }

  .heading-14 {
    text-align: center;
    justify-content: center;
    font-size: 32px;
    display: flex;
  }

  .heading-14.dark {
    padding-bottom: 0;
  }

  .heading-14.small {
    padding-top: 8px;
    font-size: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-dark-outline.mobile-hide.descriptionblock, .button-dark-outline.mobile-hide.descriptionblock.capitals {
    display: block;
  }

  .testimonial-item {
    border-radius: 10px;
    margin-top: 0;
    padding: 40px 40px 60px;
  }

  .section-title-center {
    width: 80%;
  }

  .grid-testimonial {
    grid-template-columns: .25fr 1fr;
    align-items: center;
  }

  .testimonial-left-arrow, .testimonial-right-arrow {
    display: none;
    bottom: -73px;
  }

  .testimonial-background {
    height: 304px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -9px;
  }

  .testimonial-mask {
    height: 304px;
    max-width: 450px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .container-5 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-bg-right {
    height: 400px;
    border-radius: 10px;
  }

  .testimonial-slider {
    transform: translate(2px, -2px);
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-big-photo-wrapper {
    display: none;
  }

  .intro-smaller-header {
    font-size: 16px;
  }

  .image-mobile {
    width: 70vw;
    display: block;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .inner-container._630px {
    max-width: 100%;
  }

  .display-1 {
    font-size: 58px;
  }

  .cell {
    justify-content: center;
  }

  .footer-container-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-text-travel-area {
    font-size: 100px;
    line-height: 1.2;
  }

  .html-embed-2 {
    min-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .portfolio-heading {
    text-align: center;
    font-size: 50px;
    line-height: 55px;
  }

  .cart-main-wrapper {
    top: 4%;
    right: 10%;
  }

  .top-menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-block {
    display: none;
  }

  .section-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    position: static;
  }

  .wrapper {
    margin-top: 60px;
  }

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

  .product-image {
    height: 40vh;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-image-large {
    height: 55vh;
  }

  .portfolio-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .left-sticky {
    height: auto;
    position: static;
  }

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

  .centered-wrapper {
    margin-top: 40px;
  }

  .project-title {
    font-size: 30px;
    line-height: 40px;
  }

  .menu-text {
    font-size: 8vh;
  }

  .main-button-white-background {
    padding: 10px 15px;
  }

  .button-text-black {
    font-size: 12px;
  }

  .green-text-span {
    font-size: 40px;
  }

  .contact-grid {
    margin-top: 20px;
  }

  .text-link-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .text-link-footer:hover {
    color: #fff;
    font-size: 14px;
  }

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

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

  .main-button-black-background {
    padding: 15px 20px;
  }

  .left-block {
    width: 100vw;
    align-items: center;
    padding-left: 0%;
  }

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

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

  .project-link-block {
    flex-direction: column-reverse;
    align-items: center;
  }

  .copyright-wrapper {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .services-list-wrapper {
    margin-top: 0;
  }

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

  .hero-section {
    min-height: 70vh;
  }

  .about-me-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .intro-text {
    text-align: center;
    font-size: 20px;
  }

  .text-18px-light {
    text-align: center;
  }

  .project-details-wrapper, .project-image-wrapper {
    width: 100%;
  }

  .project-image-home {
    min-height: 50vh;
  }

  .contact-text, .contact-text.gradient {
    font-size: 6vw;
  }

  .oval-image-shape {
    width: 6vw;
    height: 3vh;
  }

  .have-an-idea {
    font-size: 60px;
  }

  .hero-text {
    font-size: 50px;
  }

  .intro-mideum-header {
    margin-bottom: 0;
    font-size: 15px;
  }

  .brand {
    padding-left: 4px;
    padding-right: 16px;
  }

  .intro-header {
    letter-spacing: 8px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .home-intro {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-separator {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .hero-categories {
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .image {
    width: 90vw;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq4_icon {
    width: 1.75rem;
  }

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

  .text1 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text1.bright, .heading-14 {
    text-align: center;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-dark-outline.mobile-hide {
    border-radius: 7px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-dark-outline.mobile-hide.descriptionblock {
    font-size: 14px;
    display: block;
  }

  .section-title-center {
    width: 100%;
    margin-bottom: 30px;
  }

  .grid-testimonial {
    grid-template-columns: minmax(200px, 1fr);
  }

  .testimonial-background {
    display: none;
  }

  .testimonial-mask {
    height: 100%;
    max-width: 500px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .container-5 {
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-container {
    flex-direction: column;
    justify-content: center;
  }

  .social-circle-wrapper {
    margin-bottom: 20px;
  }

  .contact-avatar {
    border-style: none;
  }

  .intro-smaller-header {
    margin-bottom: 0;
    font-size: 15px;
  }

  .image-mobile {
    width: 90vw;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .display-1 {
    font-size: 40px;
  }

  .btn-secondary {
    border-radius: 15px;
    padding: 24px 32px;
  }

  .text-100 {
    font-size: 14px;
  }

  .btn-primary {
    border-radius: 15px;
    padding: 24px 32px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

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

  .footer-container-copy {
    flex-direction: column;
    justify-content: center;
  }

  .hero-text-travel-area {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .portfolio-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .menu-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: none;
  }

  .menu-hamburger-wrapper {
    width: 35px;
    height: 35px;
  }

  .cart-main-wrapper {
    right: 15%;
  }

  .right-block {
    width: 100vw;
    align-items: center;
  }

  .section-template {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .footer-links-horizontal {
    flex-direction: column;
  }

  .link-footer {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }

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

  .product-image {
    height: 30vh;
  }

  .gallery-collection-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .project-title {
    text-align: center;
    padding: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .menu-text {
    font-size: 5vh;
  }

  .button-text-black {
    font-size: 12px;
  }

  .green-text-span {
    font-size: 30px;
  }

  .list-item {
    text-align: center;
  }

  .desktop-menu-list {
    flex-direction: column;
  }

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

  .text-link-footer:hover {
    color: #fff;
    font-size: 14px;
  }

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

  .button-text-black-copy {
    font-size: 12px;
  }

  .left-block {
    width: 100vw;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: center;
  }

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

  .project-link-block {
    object-fit: fill;
    overflow: hidden;
  }

  .big-footer {
    padding-top: 80px;
  }

  .copyright-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .hero-section {
    min-height: 65vh;
  }

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

  .project-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px 20px 100px;
  }

  .project-image-home {
    min-height: 40vh;
  }

  .project-wrapper {
    overflow: visible;
  }

  .grids-animation-section {
    height: 55vh;
  }

  .grid-wrapper {
    margin-top: -7px;
  }

  .grid-card {
    height: 20vh;
  }

  .contact-text, .contact-text.gradient {
    font-size: 8vw;
  }

  .oval-image-shape {
    width: 10vw;
    height: 3vh;
  }

  .have-an-idea {
    font-size: 40px;
  }

  .hero-text {
    font-size: 35px;
  }

  .intro-mideum-header {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .intro-header {
    letter-spacing: 5px;
  }

  .menu-button {
    width: 48px;
    padding-left: 0;
  }

  .hero-separator {
    margin-bottom: 8px;
  }

  .hero-categories {
    flex-direction: column;
    align-items: center;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image {
    width: 100vw;
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text1 {
    text-align: center;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 2em;
  }

  .text1.bright {
    text-align: center;
  }

  .heading-14 {
    text-align: center;
    font-size: 25px;
  }

  .heading-14.dark {
    font-size: 25px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-dark-outline.mobile-hide {
    display: none;
  }

  .button-dark-outline.mobile-hide.descriptionblock {
    margin-bottom: 40px;
    font-size: 14px;
    display: block;
  }

  .testimonial-item {
    padding: 20px;
  }

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

  .instant-quote.section-spacing {
    min-height: 0%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 140px;
    display: flex;
  }

  .testimonial-mask {
    height: 300px;
    max-width: 285px;
  }

  .container-5 {
    max-width: 100%;
    min-height: 100%;
    align-self: auto;
    padding: 0 20px;
  }

  .container-6 {
    max-width: none;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-big-photo-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: none;
  }

  .intro-smaller-header {
    margin-bottom: 0;
    font-size: 14px;
  }

  .section-recent-projects.section-spacing {
    min-height: 0%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 140px;
    display: flex;
  }

  .image-mobile {
    width: 100vw;
    display: block;
  }

  .button-text-blackget-in-touch {
    font-size: 12px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .icon-6 {
    color: #000;
  }

  .divider-primary-1 {
    width: 40px;
  }

  .display-1 {
    font-size: 34px;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.w--current {
    padding-left: 24px;
    padding-right: 24px;
  }

  .buttons-row {
    width: 100%;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .flex-horizontal.gap-12px.justify-left {
    grid-row-gap: 12px;
  }

  .footer-container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-travel-area {
    font-size: 35px;
  }
}

#w-node-_7bd50ce4-09fc-9ce0-dc4f-87aa5fc6d215-d7c5c066 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1b6e7aaf-d736-b995-2e90-5d6647f76504-d7c5c066 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-bec3f63c-737e-99b1-01e8-d50770582dc5-d7c5c066, #w-node-_886502b4-2d6e-730b-e2ff-7a0b1975cdc3-1975cdbf, #w-node-_886502b4-2d6e-730b-e2ff-7a0b1975cdcd-1975cdbf, #w-node-_157d4517-a5e5-5649-101d-24e12d4807b7-d7c5c076, #w-node-_157d4517-a5e5-5649-101d-24e12d4807be-d7c5c076, #w-node-c8aa31ae-4f53-a971-d1d2-6acbe32b1ec0-d7c5c077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8aa31ae-4f53-a971-d1d2-6acbe32b1ec2-d7c5c077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_60ad56f3-ee1b-a59f-1845-33093f47da31-d7c5c078, #w-node-_648e3543-fc53-abb3-a25c-c5f52eb677fc-d7c5c078, #w-node-_37690ff4-1e33-005c-96ee-d6dddbde9002-d7c5c079, #w-node-_9ee0fa0d-4a3e-dfbe-d30b-ca7c5f61787b-d7c5c079, #w-node-_630d75f2-125a-b36e-feb2-c8568a36acfb-d7c5c081, #w-node-_630d75f2-125a-b36e-feb2-c8568a36ad09-d7c5c081, #w-node-_630d75f2-125a-b36e-feb2-c8568a36ad16-d7c5c081, #w-node-fbdb2557-f6a8-f1d7-f93b-1cb6a6f06e36-d7c5c081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_620fb6d3-5756-0309-9267-f3b8ed25decf-d7c5c066 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7bd50ce4-09fc-9ce0-dc4f-87aa5fc6d215-d7c5c066 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-dyn-empty{
  display:none;
}
