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

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

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

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

:root {
  --primary-gray: #5b5b5b;
  --black: black;
  --primary-dark: black;
  --primary-light: #d3cec4;
  --primary-olive: #52503f99;
  --gray: #e9e9e9;
  --light-gray: #f9f9fa;
  --white: white;
  --dark-gray-50: #afafaf80;
  --flowstica-webflow-library-black: #010b15;
}

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  color: var(--primary-gray);
  letter-spacing: .2px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 53px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  margin-top: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--primary-gray);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: var(--primary-dark);
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  text-decoration: none;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

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

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

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

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.section.light-primary-background {
  background-color: var(--primary-light);
  margin-top: 0;
  margin-bottom: 0;
}

.section.light-primary-background.middle {
  background-image: linear-gradient(#00000080, #00000080), url('../images/website23-Large.webp');
  background-position: 0 0, 50% 15%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 80px;
  display: block;
}

.section.banner {
  background-color: var(--primary-olive);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-grid-banner {
  background-color: var(--primary-dark);
  background-image: linear-gradient(#0006, #0006), url('../images/website12-Large.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.blog-classic-banner {
  background-color: var(--primary-dark);
  background-image: linear-gradient(#0006, #0006), url('../images/-Home-3-project-01-main_1 Home-3-project-01-main.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.blog-sidebar-banner {
  background-color: var(--primary-dark);
  background-image: linear-gradient(#0006, #0006), url('../images/website47-Large.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.banner-our-team {
  background-color: var(--black);
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-amar-preciado-9856374_1pexels-amar-preciado-9856374.webp');
  background-position: 0 0, 50% 38%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
}

.section.banner-our-process {
  background-color: var(--primary-dark);
  background-image: linear-gradient(#0006, #0006), url('../images/banner-image-02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
}

.section._0-bottom-padding {
  padding-bottom: 0;
  display: block;
}

.section.pricing-banner {
  background-color: var(--black);
  background-image: linear-gradient(#0006, #0006), url('../images/website3-Large.webp');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.pricing-banner.booked {
  background-image: linear-gradient(#0006, #0006), url('../images/website62-Large.webp');
  background-position: 0 0, 50%;
}

.section.olive-background {
  background-color: var(--primary-olive);
}

.section.contacts-2-banner {
  background-color: var(--primary-dark);
  background-image: linear-gradient(#0006, #0006), url('../images/Banner-image-01c.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.contacts-3-banner {
  background-color: var(--primary-dark);
  background-image: linear-gradient(#0006, #0006), url('../images/Banner-image-01c.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.banner-faq {
  background-color: var(--primary-olive);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.banner-customers {
  background-color: var(--primary-dark);
  background-image: linear-gradient(#0006, #0006), url('../images/banner-image-02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
}

.section.banner-testimonials {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  display: flex;
}

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

.section.home-4-bg {
  background-image: linear-gradient(#00000059, #00000059), url('../images/website52-Large.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  position: relative;
}

.section.home-5-style {
  width: 100%;
  height: 100vh;
}

.section.about-us-image-banner {
  background-image: linear-gradient(#0006, #0006), url('../images/website49-Large.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
}

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

.section.subscribe-block {
  background-color: var(--primary-olive);
  padding-top: 0;
  padding-bottom: 0;
}

.section.contacts-banner-first {
  background-color: var(--primary-light);
  background-image: linear-gradient(#0006, #0006), url('../images/website25-Large.webp');
  background-position: 0 0, 40% 53%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
}

.section.contacts-banner-first.quotes {
  background-image: linear-gradient(#0006, #0006), url('../images/website25-Large.webp');
  min-height: 650px;
}

.section.contacts-banner-first.quotes.meet {
  background-image: linear-gradient(#0006, #0006), url('../images/website52-Large.webp');
}

.section.contacts-banner-first.quotes-banner {
  background-image: linear-gradient(#0006, #0006), url('../images/website12-Large.webp');
  background-position: 0 0, 50% 55%;
}

.section.contacts-banner-first.portal-banner {
  background-image: linear-gradient(#0006, #0006), url('../images/website47-Large.webp');
  background-position: 0 0, 40% 53%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.pricing-banner-third {
  background-color: var(--black);
  background-image: linear-gradient(#0006, #0006), url('../images/banner-image-02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.pricing-2-banner {
  background-color: var(--black);
  background-image: linear-gradient(#0006, #0006), url('../images/banner-image-02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
}

.section.home-2-counter {
  padding-top: 0;
}

.section.home-6-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
}

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

.section.home-1-banner {
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.section.thank-you-video {
  margin-top: 0;
  padding-top: 60px;
}

.section.pricing {
  background-color: var(--primary-olive);
}

.section.counter {
  background-image: linear-gradient(to bottom, var(--primary-light), var(--primary-light));
}

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

.section.blog {
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.base-container.home-5-slider {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.base-container.home-4-style {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.grid-system {
  border-top: 1px solid var(--primary-dark);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--primary-dark);
  border-left: 1px none var(--primary-dark);
  background-color: var(--primary-light);
  color: var(--primary-dark);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--primary-dark);
  width: 24%;
  margin-top: 0;
}

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

.grid-description.first-description {
  border-right: 1px solid var(--primary-dark);
  border-bottom: 1px solid var(--primary-dark);
  border-left: 1px solid var(--primary-dark);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-button.full-width {
  width: 100%;
}

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

.primary-button.home-6-spacing {
  margin-top: 30px;
}

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

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

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

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

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

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

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

.navbar {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.tablet-menu {
  display: none;
}

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

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

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

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

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

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

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

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

.license-link {
  color: #0e0e0e;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 600;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

.banner-title.text-dark {
  color: var(--primary-dark);
}

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

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

.icon-style-guide {
  color: var(--primary-dark);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

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

.licensing-fonts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

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

.licensing-paragraph.font {
  width: 48%;
  margin-bottom: 0;
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
}

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

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

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

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

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

.password-input {
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: #0e0e0e66;
}

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

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

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 40px 0% auto;
}

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

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

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

.coming-soon-form {
  display: flex;
}

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

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

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

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

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

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

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

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

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

.blog-grid-image {
  object-fit: cover;
  min-width: 100%;
  height: 280px;
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-grid-content-wrapper {
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-direction: column;
  min-height: 278px;
  padding: 30px;
  display: flex;
}

.blog-grid-item {
  display: block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-title {
  color: #0e0e0e;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-classic-wrapper {
  max-width: 980px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
  box-shadow: 0 0 20px #00000014;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 35px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--primary-olive);
  background-color: var(--primary-olive);
  color: var(--white);
  margin-bottom: 30px;
  padding: 5px 10px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  color: var(--primary-dark);
  background-color: #0000;
}

.blog-classic-post-title {
  color: #0e0e0e;
  font-size: 26px;
  font-weight: 700;
  transition: opacity .2s;
}

.blog-classic-post-title:hover {
  opacity: .7;
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  background-color: var(--primary-dark);
  color: var(--white);
  margin-top: -16px;
  padding: 8px 15px;
  line-height: 1.2em;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: center;
  display: flex;
}

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

.blog-sidebar-item {
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-title {
  color: #0e0e0e;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  transition: opacity .2s;
  display: block;
}

.blog-sidebar-post-title:hover {
  opacity: .7;
}

.blog-sidebar-post-content {
  background-color: var(--white);
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
  margin-bottom: 25px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary-dark);
}

.blog-sidebar-left {
  column-count: 2;
  flex-direction: column;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: #0e0e0e;
  margin-top: 0;
  font-size: 16px;
  transition: opacity .2s;
}

.blog-recent-post-title:hover {
  opacity: .7;
}

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

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-category-item {
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image, .blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
}

.sidebar-category {
  border: 1px solid var(--primary-olive);
  background-color: var(--primary-olive);
  color: var(--white);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary-dark);
  background-color: #0000;
}

.blog-template-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

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

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

.footer {
  background-color: var(--primary-light);
  text-align: center;
  align-items: flex-start;
}

.footer-block {
  background-color: var(--white);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-rights {
  color: var(--primary-gray);
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  line-height: 1.2px;
}

.footer-copyright {
  color: var(--primary-gray);
  text-align: left;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

.footer-copyright-link {
  color: var(--primary-dark);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.footer-copyright-link:hover {
  opacity: .7;
}

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

.section-title-wrapper.no-bottom-margin {
  margin-bottom: 0;
}

.section-subtitle {
  color: var(--primary-gray);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.section-subtitle.home-4-style {
  color: var(--white);
  margin-bottom: 0;
}

.section-subtitle.no-bottom-margin {
  margin-bottom: 0;
}

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

.section-subtitle.no-bottom-margin-white-text.schedule {
  color: #000;
}

.section-subtitle._10-bottom-margin {
  margin-bottom: 10px;
}

.team-card-image {
  color: var(--primary-dark);
  min-width: 100%;
}

.team-card-content-wrapper {
  background-color: var(--light-gray);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.team-member-position {
  color: #525252;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.team-social-icon {
  color: var(--primary-dark);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}

.team-social-icon-wrapper:hover {
  opacity: .7;
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.process-item-wrapper {
  align-items: center;
  display: flex;
}

.process-item-wrapper.reverse {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.process-image-wrapper {
  width: 45%;
}

.process-image-wrapper.item {
  height: 50%;
}

.process-content {
  width: 50%;
}

.process-content.reverse {
  flex-direction: column;
  width: 80%;
  padding-right: 70px;
  display: flex;
}

.process-number-wrapper {
  flex: 1;
  max-width: 20%;
  padding-left: 70px;
  padding-right: 70px;
}

.process-number-wrapper.reverse {
  flex: none;
  min-width: 20%;
  max-width: none;
  padding-left: 0;
}

.process-number {
  color: var(--primary-olive);
  font-size: 66px;
  line-height: 1;
}

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

.style-guide-buttons-wrapper {
  grid-row-gap: 40px;
  background-color: var(--primary-light);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  padding: 30px 40px 40px;
  display: flex;
}

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

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

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

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

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

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

.free-trial-wrapper.landing {
  max-width: 690px;
}

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

.free-trial-title.text-white {
  color: var(--primary-dark);
}

.process-image {
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 500px;
  min-height: 320px;
}

.process-content-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
}

.paragraph-large {
  color: var(--primary-gray);
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

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

.banner-title-wrapper.testimonials {
  margin-top: 40px;
}

.banner-title-wrapper.contact-us-second {
  padding-bottom: 60px;
}

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

.text-white.schedule {
  color: #000;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.services-wrapper {
  display: flex;
}

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

.services-item.last-child {
  margin-right: 0;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  padding: 40px 40px 30px;
}

.pricing-plan-item.light-background {
  background-color: var(--light-gray);
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  font-size: 40px;
}

.section-title.hidden {
  display: block;
}

.comparing-table-wrapper {
  display: flex;
}

.comparing-table-features-wrapper {
  width: 33%;
  margin-right: 20px;
  display: none;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: var(--light-gray);
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list {
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  border-bottom: 1px solid var(--gray);
  align-items: center;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5em;
  list-style-type: none;
  display: flex;
}

.comparing-list-icon {
  color: var(--primary-dark);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 8px;
}

.comparing-table-plan-title {
  background-color: var(--primary-olive);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan {
  width: 33.33%;
  margin-right: 30px;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px #4e4a4a26;
}

.comparing-table-plan.last-child {
  margin-right: 0;
}

.comparing-table-content-wrapper {
  border: 1px solid var(--gray);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  border-bottom: 1px solid var(--gray);
  text-align: center;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  color: var(--primary-dark);
  font-family: "Fa solid 900", sans-serif;
}

.comparing-table-button-wrapper {
  padding-top: 50px;
  padding-bottom: 35px;
}

.comparing-table-content-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-content-wrapper.right {
  padding-left: 40px;
  padding-right: 40px;
}

.workflow-video-wrapper {
  width: 50%;
  max-height: 320px;
}

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

.workflow-wrapper.wedding-video-2 {
  margin-top: 60px;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-profile-name.video-name {
  font-size: 22px;
  font-weight: 700;
}

.workflow-video {
  background-image: url('../images/maxresdefault-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
  position: relative;
}

.workflow-video.thanks {
  background-image: url('../images/maxresdefault-1.webp');
}

.workflow-video.home-page {
  background-image: url('../images/maxresdefault.webp');
}

.workflow-video.trailer {
  background-image: url('../images/website61-Large.webp');
}

.workflow-video.macey {
  background-image: url('../images/tit05592-Large.jpeg');
}

.workflow-video.bret {
  background-image: url('../images/olivia-and-Bret.jpg');
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.workflow-title-wrapper-desktop {
  display: none;
}

.workflow-title-wrapper-desktop.video-title {
  display: block;
}

.workflow-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-quote.video {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

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

.mb-30 {
  margin-bottom: 30px;
}

.testimonials-wrapper {
  align-items: flex-start;
  display: flex;
}

.testimonials-item {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33.33%;
  margin-right: 30px;
  padding: 35px;
  box-shadow: 0 0 20px #eeeded;
}

.testimonials-item.last-child {
  margin-right: 0;
}

.testimonials-profile-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-profile-photo-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.testimonials-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonials-profile-title {
  margin-bottom: 0;
  font-size: 18px;
}

.testimonials-profile-positin {
  font-size: 14px;
  font-weight: 500;
}

.testimonials-star-icons {
  color: var(--primary-dark);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

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

.pricing-3-plan-item {
  background-color: var(--white);
  width: 33.33%;
  min-height: 510px;
}

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

.pricing-3-plan-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-3-plan-title-wrapper.light-background {
  background-color: var(--light-gray);
  border-bottom-style: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pricing-3-plan-content-wrapper {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

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

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

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

.pricing-3-plan-list-item {
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
  list-style-type: none;
}

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

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

.pricing-features-wrapper {
  display: flex;
}

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

.pricing-features-links-wrap {
  flex-direction: column;
  width: 25%;
  padding-left: 70px;
}

.pricing-capabilities-link {
  color: #0e0e0e;
  transition: all .3s;
}

.pricing-capabilities-link:hover {
  opacity: .7;
}

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

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

.pricing-features-links-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.link-with-icon:hover {
  opacity: .7;
}

.link-with-icon.small-link {
  margin-top: 20px;
}

.link-with-icon.small-link.download {
  color: var(--white);
  transform: rotate(0);
}

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

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

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--primary-light);
  width: 50%;
  height: 100%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-form-wrapper.custom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-divider.get-quote {
  height: 0;
  margin-top: 100px;
}

.contacts-location-wrap {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

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

.paragraph {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-slider-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-slider-right-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--primary-gray);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--dark-gray-50);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--white);
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

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

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

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

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

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

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.contacts-form-title.dub-form {
  margin-top: 10px;
  margin-bottom: 20px;
}

.contacts-title-mobile {
  text-align: center;
  margin-bottom: 60px;
  display: none;
}

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

.contacts-2-form-wrapper {
  background-color: var(--primary-light);
  width: 50%;
  margin-right: 40px;
  padding: 40px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.contacts-2-wrapper {
  display: flex;
}

.contacts-3-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-3-banner-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.adress-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.adress-card {
  background-color: var(--white);
  padding: 30px 40px;
}

.footer-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  transition: all .3s;
}

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

.footer-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-socials-wrapper {
  grid-row-gap: 20px;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  display: flex;
}

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

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

.search-wrap-input::placeholder {
  color: var(--primary-gray);
}

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

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

.search-bottom-line {
  background-color: var(--primary-dark);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

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

.search-shop-con {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 220px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.navbar-search-icon {
  color: #0e0e0e;
  cursor: pointer;
  padding: 12px 10px 10px;
  font-family: "Fa solid 900", sans-serif;
  transition: opacity .2s;
}

.navbar-search-icon:hover {
  opacity: .65;
}

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

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

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

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

.search-input {
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 12px 22px;
  font-size: 16px;
}

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

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

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

.footer-about-me-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.footer-description {
  margin-top: 0;
  margin-bottom: 0;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  grid-template-columns: 1fr 1fr 1fr;
}

.customer-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-bottom: 1px solid var(--dark-gray-50);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
}

.customer-title {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

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

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  box-shadow: 0 0 50px #f1efed;
}

.testimonials-card-position {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

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

.testimonials-card-date {
  color: var(--primary-dark);
  margin-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

.block-quote-position {
  color: #0e0e0e99;
  font-size: 14px;
}

.testominials-cards-banner {
  margin-top: -200px;
  position: relative;
}

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

.accordion-wrapper-one-column {
  justify-content: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.about-1-counter-wrapper {
  grid-column-gap: 140px;
  display: flex;
}

.about-1-counter-number {
  color: var(--primary-dark);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 42px;
  line-height: 1;
}

.about-1-counter-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}

.about-1-counter-wrap.last-child {
  margin-right: 0;
}

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

.progress-bar-gray-line {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 4px;
}

.progress-bar-gray-line.about-us-first {
  height: 6px;
}

.progress-bar-90 {
  background-color: var(--primary-dark);
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-90.about-us-first {
  width: 100%;
  height: 6px;
  margin-top: -6px;
}

.progress-bar-wrapper {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--primary-dark);
  width: 80%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-80.about-us-first {
  height: 6px;
  margin-top: -6px;
}

.progress-bar-80.about-us-first._95 {
  width: 95%;
}

.about-3-progress-bar-wrapper {
  width: 100%;
  display: flex;
}

.about-3-progress-bar-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 40px;
  display: flex;
}

.about-3-progress-bar-content.about-us-first {
  grid-row-gap: 40px;
  text-align: left;
  padding-right: 60px;
}

.about-3-progress-bar {
  width: 50%;
  max-width: 480px;
}

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

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.about-3-progress-bar-active-element {
  background-color: var(--primary-dark);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 0% -4px auto;
}

.about-3-progress-bar-active-element.about-us-first {
  width: 0;
  height: 0;
}

.about-3-progress-bar-number {
  letter-spacing: 2.4px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  position: absolute;
  bottom: 20px;
}

.about-3-progress-bar-number.about-us-first {
  bottom: 30px;
}

.about-3-progress-bar-item {
  margin-bottom: 30px;
}

.about-3-form-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.about-3-form {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.about-3-form-text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  color: #5b5b5b;
  text-align: center;
  background-color: #52503f00;
  width: 50%;
  height: 43.2px;
  margin-bottom: 0;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.about-3-form-text-field:focus {
  border-style: none none solid;
  border-color: var(--primary-dark);
}

.about-3-form-text-field::placeholder {
  color: #ffffff80;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

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

.collection-empty-state {
  color: var(--primary-dark);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

.progress-bar-91 {
  background-color: var(--primary-dark);
  width: 91%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-91.about-us-first {
  height: 6px;
  margin-top: -6px;
}

.play-button-icon {
  z-index: 7;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--black);
  height: 44px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 22px;
  font-family: Open Sans, sans-serif;
  line-height: 1.8em;
}

.sidebar-search-input:focus {
  border-color: var(--gray);
}

.sidebar-search-input::placeholder {
  color: var(--primary-gray);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

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

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

.primary-button-outline.home-6-spacing {
  margin-top: 30px;
}

.primary-button-outline.links {
  margin-bottom: 20px;
}

.primary-button-outline-text {
  z-index: 1;
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  display: block;
  position: relative;
}

.primary-button-outline-link {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

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

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

.primary-button-outline-white:hover {
  border-color: var(--primary-dark);
}

.primary-button-outline-white-text {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  position: relative;
}

.primary-button-outline-white-link {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.primary-button-outline-white-link.w--current {
  display: block;
}

.primary-button-outline-white-animated-element {
  background-color: var(--white);
  width: 0%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.primary-button-animated {
  border: 1px solid #000;
  padding: 10px 30px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.primary-button-animated:hover {
  border: 1px solid var(--primary-dark);
}

.primary-button-animated-text {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  position: relative;
}

.primary-button-animated-link {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.primary-button-animated-element {
  background-color: var(--primary-dark);
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-rights-wrapper {
  grid-row-gap: 10px;
  text-align: left;
  flex-wrap: wrap;
  padding-bottom: 10px;
  display: flex;
}

.footer-copyright-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.navbar-fixed {
  background-color: #fff0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
}

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

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

.home-section-title-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

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

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

.subtitle-italic {
  color: var(--primary-dark);
  font-family: Cormorant, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

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

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

.blog-date-day {
  color: var(--primary-dark);
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 70px;
  line-height: 1em;
}

.blog-date-month-year {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.blog-date-block {
  grid-row-gap: 10px;
  border-right: 1px solid #0006;
  flex-direction: column;
  flex: none;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

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

.blog-card-post-category {
  color: var(--primary-gray);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  transition: all .2s;
}

.blog-card-post-category:hover {
  color: var(--primary-dark);
}

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

.blog-card-image-wrapper.home-2-size {
  height: 250px;
}

.blog-card-post-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  transition: opacity .2s;
}

.blog-card-post-link:hover {
  opacity: .6;
}

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

.section-divider {
  background-color: var(--primary-dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1px;
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.section-divider.home-6-spacings {
  width: 60%;
  margin: 100px auto 100px 0;
}

.section-divider.home-6-spacings-reversed {
  width: 60%;
  margin: 100px 0 100px auto;
}

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

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

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

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

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

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

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

.plus-icon {
  font-size: 34px;
  font-weight: 300;
}

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

.home-elegance-gallery {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.home-elegance-item.first {
  background-image: url('../images/website55-Large.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 347px;
}

.home-elegance-item.second {
  background-image: url('../images/website42-Large.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 347px;
}

.home-elegance-item.high {
  background-image: url('../images/website13-Large.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.home-elegance-item.wide {
  background-image: url('../images/website6-Large.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 347px;
}

.home-elegance-link-block {
  background-color: var(--white);
  padding: 20px 30px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-elegance-link-text {
  z-index: 1;
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

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

.home-philosophy-block {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-philosophy-paragraph {
  text-align: center;
  width: 66%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8em;
}

.divider {
  background-color: var(--primary-dark);
  width: 1px;
  height: 70px;
}

.home-philosophy-link {
  color: var(--primary-gray);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  transition: color .2s;
}

.home-philosophy-link:hover {
  color: var(--primary-dark);
}

.home-1-banner-content {
  max-width: 320px;
  position: absolute;
  inset: auto auto 12% 5%;
}

.home-2-slider-title {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

.home-2-about-us-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-2-special-paragraph {
  color: var(--primary-dark);
  text-align: center;
  width: 64%;
  margin-bottom: 40px;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.home-2-gallery {
  z-index: 999;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-2-gallery-image-block {
  background-color: var(--black);
  width: 100%;
  height: 280px;
  position: relative;
}

.home-2-gallery-image-block.big {
  height: 610px;
}

.home-2-gallery-content {
  opacity: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-2-gallery-content:hover {
  opacity: 1;
}

.home-2-share-open-up-list {
  background-color: #0000;
  width: 38px;
  bottom: 50px;
  right: 0;
}

.dropdown-toggle {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.home-2-share-open-up {
  margin-left: 0;
  margin-right: 0;
}

.share-icon-white {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 1em;
}

.home-2-gallery-name {
  color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.home-2-share-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 12px;
  display: flex;
}

.home-2-gallery-image {
  opacity: .9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

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

.home-4-content-wrapper {
  flex-direction: column;
  width: 42%;
  display: flex;
}

.home-4-paragraph {
  color: var(--gray);
  text-align: left;
  margin-top: 25px;
}

.home-5-image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-5-tumbnails-dropdown {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-5-tumbnail-image-list {
  flex: none;
  position: relative;
}

.home-5-tumbnail-image-list.w--open {
  background-color: var(--white);
  flex-direction: row;
  align-items: center;
  height: 100px;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.home-5-dropdown-toggle {
  background-color: var(--white);
  margin-bottom: 30px;
  padding: 6px 14px;
}

.home-5-dropdown-toggle.w--open {
  margin-bottom: 3px;
}

.home-5-thumbnail-image {
  cursor: pointer;
  object-fit: cover;
  flex: none;
  width: 90.6px;
  height: 100%;
}

.home-5-dropdown-toggle-text {
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

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

.home-5-image.second-image, .home-5-image.third-image, .home-5-image.fourth-image, .home-5-image.fifth-image, .home-5-image.sixth-image, .home-5-image.seventh-image, .home-5-image.eighth-image, .home-5-image.ninth-image, .home-5-image._10th-image, .home-5-image._11th-image, .home-5-image._12th-image, .home-5-image._13th-image, .home-5-image._14th-image, .home-5-image._15th-image, .home-5-image._16th-image, .home-5-image._17th-image, .home-5-image._18th-image {
  opacity: 0;
}

.home-5-tumbnails-wrapper {
  grid-column-gap: 15px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.home-5-dropdown-toggle-text-open {
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
  display: none;
}

.home-5-dark-overlay {
  background-image: linear-gradient(#0003, #0003);
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.about-us-section-title {
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 1.3em;
}

.about-us-main-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.about-us-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us-gallery-image {
  object-fit: cover;
  width: 100%;
  height: 480px;
  overflow: scroll;
}

.about-us-gallery-image.first-image-in-about-us {
  object-position: 50% 30%;
}

.about-us-gallery-image.second-image-in-about-us {
  object-position: 50% 80%;
}

.about-us-special-subtitle {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.about-us-first-icons-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us-first-icons-block {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-us-first-small-title {
  margin-bottom: 0;
  font-size: 26px;
}

.about-us-first-team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

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

.about-us-team-overlay {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#fffc, #fffc);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-us-team-overlay:hover {
  opacity: 1;
}

.about-us-member-position {
  letter-spacing: .2px;
  margin-top: 10px;
}

.about-us-first-team-image {
  filter: contrast(87%) grayscale();
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
}

.about-us-first-team-image.nestor {
  object-position: 50% 5%;
}

.about-us-first-icon {
  opacity: .2;
}

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

.about-us-first-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.rich-text-block {
  overflow: visible;
}

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

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

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

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

.pagination-next {
  background-color: var(--primary-light);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0 #0000;
  margin-top: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
}

.pagination-next.blog-classic-style {
  margin-top: 0;
}

.pagination-previous {
  background-color: var(--primary-light);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0 #0000;
  margin-top: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
}

.pagination-previous.blog-classic-style {
  margin-top: 0;
}

.blog-sidebar-item-wrapper {
  display: inline-block;
}

.link-hover-opacity {
  transition: opacity .2s;
}

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

.about-us-3-icons-gray {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-left: 12px;
}

.about-us-icon-wrapper {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

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

.shop-details-slider {
  border: 1px solid var(--gray);
  background-color: #0000;
  height: 600px;
}

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

.shop-details-left-arrow {
  border: 1px none var(--gray);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  display: flex;
}

.shop-details-left-arrow-icon {
  color: var(--black);
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.shop-details-right-arrow {
  border: 1px none var(--gray);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.shop-details-right-arrow-icon {
  color: var(--black);
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

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

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

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

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

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

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

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

.add-to-cart-button {
  background-color: var(--primary-dark);
  letter-spacing: 2.7px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  padding: 10px 30px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  transition: opacity .2s;
}

.add-to-cart-button:hover {
  opacity: .8;
}

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

.error-state.cart {
  margin-top: 0;
}

.out-of-stock-state {
  background-color: var(--light-gray);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

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

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

.shop-details-block {
  border: 1px solid var(--gray);
  margin-top: 80px;
  padding: 50px;
}

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

.shop-details-featured-item {
  border: 1px solid var(--gray);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.shop-item-link {
  text-align: center;
  letter-spacing: .5px;
  font-family: Cormorant, sans-serif;
  font-size: 22px;
  font-weight: 600;
  transition: opacity .2s;
}

.shop-item-link:hover {
  opacity: .7;
}

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

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

.shop-featured-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

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

.on-sale-tag-text {
  border: 1px solid var(--gray);
  background-color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2em;
}

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

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

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

.cart-icon {
  color: var(--black);
  transition: opacity .2s;
}

.cart-icon:hover {
  opacity: .65;
}

.cart-button {
  z-index: 2;
  background-color: #0000;
  padding: 0 5px;
}

.brand-navbar {
  z-index: 1;
  width: 220px;
  margin-right: 20px;
}

.brand-navbar.w--current {
  width: 220px;
}

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

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

.shop-collection-item {
  border: 1px solid var(--gray);
  position: relative;
}

.shop-collection-image {
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 350px;
}

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

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

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

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

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

.cart-popup-product-title {
  color: var(--primary-dark);
  letter-spacing: .2px;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.cart-popup-price {
  color: var(--black);
  padding-top: 5px;
  font-weight: 500;
}

.shop-popup-checkout-button {
  border: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  letter-spacing: 2.7px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  transition: all .2s;
}

.shop-popup-checkout-button:hover {
  background-color: var(--primary-dark);
  color: var(--white);
  border-color: #0000;
}

.cart-popup-subtotal, .cart-popup-total-price {
  color: var(--primary-dark);
}

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

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

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

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

.cart-line-item {
  margin-bottom: 20px;
}

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

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

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

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

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: var(--primary-light);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cart {
  z-index: 2;
}

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

.nav-menu-link {
  color: var(--black);
  letter-spacing: 3.24px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 14px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  transition: opacity .2s;
  display: flex;
}

.nav-menu-link:hover {
  opacity: .65;
}

.nav-menu-link.quote {
  background-color: #ffffff30;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.olive-background {
  background-color: var(--primary-olive);
}

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

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

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

.footer-wrapper-top {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.footer-link-big {
  font-family: Cormorant, sans-serif;
  font-size: 34px;
  font-weight: 400;
  transition: transform .2s;
}

.footer-link-big:hover {
  transform: scale(1.04);
}

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

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

.underline-link {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  text-decoration: underline;
  transition: color .2s;
}

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

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

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

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

.small-link {
  color: var(--primary-gray);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  transition: transform .2s;
}

.small-link:hover {
  transform: scale(1.04);
}

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

.footer-top-text {
  color: var(--primary-dark);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  flex: none;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

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

.footer-loop {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.footer-loop.no-bottom-margin {
  margin-bottom: 0;
}

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

.home-6-banner-image.home {
  height: 400px;
}

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

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

.home-6-banner-content-right.florida, .home-6-banner-content-right.home {
  width: 24%;
}

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

.no-margin-top-bottom {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-top-bottom.more-skinny {
  padding-left: 20px;
  padding-right: 20px;
}

.no-margin-top-bottom.collab {
  width: 275px;
}

.no-margin-top-bottom.skinnier {
  padding-left: 40px;
  padding-right: 40px;
}

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

.divider-horizontal {
  background-color: var(--primary-dark);
  width: 70px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-horizontal.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-horizontal.links {
  width: 150px;
}

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

.home-6-banner-image-border {
  border: 1px solid #000;
}

.home-6-projects-wrapper {
  grid-column-gap: 100px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.home-6-projects-content {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 40%;
  display: flex;
}

.home-6-collection-item-wrapp {
  grid-column-gap: 60px;
  display: flex;
}

.home-6-collection-wrapper {
  border-left: 1px solid #000;
  flex-direction: column;
  width: 60%;
  padding-left: 100px;
  display: flex;
}

.home-6-collection-heading {
  margin-top: 0;
  transition: opacity .2s;
}

.home-6-collection-heading:hover {
  opacity: .7;
}

.home-6-about-wrapper-right {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 55%;
  display: flex;
}

.div-block-5 {
  object-fit: contain;
  background-image: url('../images/Ipad-Large.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  width: 500px;
  height: 300px;
}

.div-block-5.timeless {
  height: 68%;
}

.home-6-services {
  grid-column-gap: 100px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-6-services-left {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.home-6-services-right {
  width: 40%;
  height: 100%;
  display: flex;
}

.image {
  z-index: 999;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-6-services-white-block {
  grid-row-gap: 20px;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

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

.form-block-2 {
  text-align: left;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
}

.image-copy {
  z-index: 999;
  border: 1px solid #000;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: -40px;
  padding: 10px;
  position: relative;
}

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

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

._404-image-wrapper {
  border: 1px solid #000;
  margin-bottom: 40px;
}

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

.tabs {
  width: 100%;
}

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

.style-guide-tab-link.w--current {
  background-color: var(--primary-dark);
}

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

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

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

.section-landing-customers {
  background-color: var(--primary-light);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 100px;
  display: flex;
}

.landing-paragraph-style {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.landing-icon-style {
  opacity: .65;
  max-height: 60px;
}

.landing-section-heading-white {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  background-color: var(--white);
  letter-spacing: 0;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template {
  z-index: 1000;
  color: var(--white);
  letter-spacing: 0;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.unlimited-webflow-design {
  z-index: 1000;
  color: var(--white);
  letter-spacing: 0;
  background-color: #1c276d;
  border: 1px solid #1c276d;
  border-radius: 4px;
  padding: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto auto 12px 12px;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #000000e3;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 40px;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 90%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.footer-logo {
  margin-left: -30px;
}

.html-embed-2 {
  width: 100%;
  margin-top: 60px;
  padding-top: 0;
}

.zoom {
  margin-top: 20px;
}

.remember {
  padding-left: 40px;
  padding-right: 40px;
}

.remember.in-puerto-rico {
  padding-left: 35px;
  padding-right: 35px;
}

.background-video {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: -80px;
  margin-bottom: -80px;
  padding-top: 0;
  padding-bottom: 0;
}

.job-title {
  margin-top: 0;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container {
  margin-bottom: 20px;
}

.team {
  background-image: url('../images/Screenshot-2023-08-22-at-11.27.14-AM-Medium.jpeg');
  background-position: 50% 23%;
  background-size: 200px;
  width: 140px;
  min-width: 140px;
  max-width: 100%;
  height: 140px;
  max-height: none;
}

.team.kianna {
  background-image: url('../images/website18-Large.webp');
}

.team.albert {
  background-image: url('../images/Albert.webp');
}

.just {
  color: var(--white);
  font-size: 40px;
}

.looking {
  color: var(--gray);
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 40px;
}

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

.image-5 {
  opacity: 1;
  filter: brightness(85%);
}

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

.paragraph-3 {
  color: var(--light-gray);
}

.features-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.body {
  background-color: var(--primary-light);
  color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.body.links-page {
  flex-direction: column;
}

.links {
  flex-direction: column;
  align-items: center;
  width: 280px;
  display: flex;
}

.links.heading {
  font-size: 50px;
}

.links.middle {
  margin-top: 100px;
  display: none;
}

.links.guide {
  display: none;
}

.image-7 {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.h1-heading {
  color: var(--white);
  letter-spacing: 3.24px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}

.heading-6, .heading-7 {
  font-size: 36px;
}

.exit-intent-popup {
  z-index: 1;
  background-color: #1f1f1fcc;
  display: block;
  position: fixed;
  inset: 0;
  overflow: visible;
}

._20-off {
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
  padding: 15px 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.your-cart {
  color: var(--black);
  font-family: Cormorant, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

.error-message {
  color: var(--primary-dark);
  text-align: center;
  background-color: #ffdede00;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #dddddd1f;
  width: auto;
  margin-top: 20px;
  margin-left: 140px;
  margin-right: 140px;
}

.success-message-2 {
  color: #fff;
  background-color: #ebebeb40;
}

.success-message-3 {
  background-color: #dddddd1c;
}

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

.error-message-2 {
  margin-top: 40px;
}

.alert-icon {
  height: 24px;
}

.wbs-alert-bar-4-title {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.alert-bar-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.alert-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alert-bar {
  background-color: var(--black);
}

.alert {
  position: static;
}

.wbs-section {
  padding: 6.25rem 5%;
}

.paragraph-29 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.link-block {
  text-align: left;
  width: 100%;
  max-width: 100%;
}

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

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.home-6-banner {
    padding-top: 130px;
  }

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

  .section.thank-you-video {
    padding-top: 70px;
  }

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

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-subtitle {
    display: block;
  }

  .process-content {
    width: 50%;
  }

  .banner-title-wrapper {
    margin-top: 0;
  }

  .banner-title-wrapper.testimonials {
    max-width: none;
    margin-top: 0;
  }

  .services-item {
    width: 100%;
  }

  .section-title.hidden {
    display: none;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-plan-title {
    background-color: var(--primary-light);
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .comparing-table-content-item {
    padding-top: 11.7px;
    padding-bottom: 11.5px;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-wrapper {
    align-items: center;
  }

  .workflow-video {
    min-height: 320px;
  }

  .workflow-title-wrapper, .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-quote, .link-with-icon.small-link {
    margin-top: 20px;
  }

  .contacts-3-banner-title-wrapper {
    align-items: flex-start;
    width: 45%;
    padding-right: 70px;
  }

  .contacts-3-banner-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .adress-cards-wrapper {
    width: 55%;
    margin-top: 0;
  }

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

  .search-section {
    margin-bottom: 80px;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .testominials-cards-banner {
    margin-top: -280px;
  }

  .about-1-counter-number {
    font-size: 50px;
  }

  .home-section-title-block {
    margin-bottom: 80px;
  }

  .shop-title {
    margin-top: 80px;
  }

  .footer-link-big {
    font-size: 36px;
  }

  .home-6-banner-wrapper {
    grid-column-gap: 100px;
  }

  .home-6-banner-content-right {
    width: 20%;
  }

  .home-6-banner-content-right.florida {
    width: 26%;
  }

  .no-margin-top-bottom.more-skinny, .no-margin-top-bottom.skinnier {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    background-image: url('../images/Ipad-Large.jpeg');
    background-position: 50% 100%;
    background-size: cover;
    height: 300px;
    min-height: auto;
  }

  .remember {
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-video {
    margin-top: -100px;
    margin-bottom: -100px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 103px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.olive-background {
    background-color: var(--primary-olive);
  }

  .section.thank-you-video {
    padding-top: 70px;
  }

  .comparing-table-content-item {
    padding-top: 11.5px;
  }

  .workflow-video {
    min-height: 320px;
  }

  .testominials-cards-banner {
    margin-top: -220px;
  }

  .about-3-form-text-field {
    background-color: #52503f00;
  }

  .recent-projects-first-size-photo {
    height: 350px;
  }

  .recent-projects-second-size-photo {
    height: 740px;
  }

  .recent-projects-second-row {
    grid-column-gap: 90px;
    margin-top: -300px;
  }

  .recent-projects-first-row {
    grid-column-gap: 90px;
  }

  .recent-projects-first-size-lightbox {
    height: 350px;
  }

  .recent-projects-second-size-lightbox {
    height: 740px;
  }

  .home-2-gallery-image-block {
    height: 424px;
  }

  .home-2-gallery-image-block.big {
    height: 898px;
  }

  .about-us-section-title {
    font-size: 50px;
  }

  .home-6-banner-content-right {
    width: 17%;
  }

  .home-6-banner-content-right.florida {
    width: 21%;
  }

  .home-6-banner-content-right.home {
    width: 20%;
  }

  .no-margin-top-bottom.more-skinny {
    padding-left: 40px;
    padding-right: 40px;
  }

  .no-margin-top-bottom.skinnier {
    padding-left: 100px;
    padding-right: 100px;
  }

  .no-margin-top-bottom.skinnier.home {
    padding-left: 40px;
    padding-right: 40px;
  }

  .no-margin-top-bottom.landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-6-banner-content-left {
    width: 20%;
  }

  .remember {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-5 {
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.light-primary-background.middle {
    margin-top: 130px;
  }

  .section.thank-you-video {
    padding-top: 100px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .comparing-table-content-item {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }

  .workflow-video {
    min-height: 320px;
  }

  .workflow-video.thanks {
    background-image: url('../images/maxresdefault-1.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .workflow-video.home-page {
    background-image: url('../images/maxresdefault.webp');
  }

  .home-5-tumbnails-dropdown {
    cursor: pointer;
  }

  .home-6-banner-image {
    height: 660px;
  }

  .home-6-banner-content-right {
    width: 17%;
  }

  .home-6-banner-content-right.florida, .home-6-banner-content-right.home {
    width: 20%;
  }

  .no-margin-top-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .no-margin-top-bottom.more-skinny {
    padding-left: 60px;
    padding-right: 60px;
  }

  .no-margin-top-bottom.skinnier {
    padding-left: 100px;
    padding-right: 100px;
  }

  .no-margin-top-bottom.skinnier.home {
    padding-left: 60px;
    padding-right: 60px;
  }

  .no-margin-top-bottom.landing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-landing-customers {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .background-video {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .heading {
    padding-left: 40px;
    padding-right: 40px;
  }

  .just {
    font-size: 40px;
  }

  .links.heading {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 48px;
  }

  .section {
    display: block;
  }

  .section.banner, .section.blog-grid-banner, .section.blog-classic-banner, .section.blog-sidebar-banner, .section.pricing-banner, .section.banner-faq {
    min-height: 300px;
  }

  .section.banner-testimonials {
    min-height: 480px;
  }

  .section.primary-light-bg.percent {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.pricing-banner-third {
    min-height: 300px;
  }

  .section.home-6-banner {
    padding-top: 80px;
  }

  .section.album-2-banner {
    padding-top: 60px;
  }

  .section.home-1-banner.black {
    display: block;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

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

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .menu-button {
    text-align: right;
    padding: 0;
  }

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

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 0 0 10px;
  }

  .nav-close-icon {
    align-self: stretch;
    max-width: 60%;
  }

  .logo-mobile {
    justify-content: flex-start;
    display: flex;
  }

  .logo-mobile.w--current {
    padding-top: 10px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-paragraph.font {
    width: 46%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

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

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    margin-top: 60px;
  }

  .footer-copyright {
    justify-content: center;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .process-content.reverse {
    padding-right: 10px;
  }

  .process-number-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .process-image {
    object-fit: cover;
    display: block;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .workflow-video {
    min-height: 220px;
  }

  .testimonials-wrapper {
    flex-wrap: wrap;
  }

  .testimonials-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 20px;
  }

  .testimonials-item.last-child {
    margin-bottom: 0;
  }

  .pricing-3-plan-content-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .pricing-features-wrapper {
    flex-wrap: wrap;
  }

  .pricing-features-wrap {
    width: 100%;
  }

  .pricing-features-links-wrap {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }

  .pricing-features-links-list {
    grid-column-gap: 40px;
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 40px;
  }

  .coming-soon-image {
    display: none;
  }

  .capabilities-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    height: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-form-wrapper.custom {
    border-bottom: 0px none var(--black);
    -webkit-text-stroke-width: 0px;
    background-image: linear-gradient(#d3cec400 70%, #fff 56%);
    height: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-slider-left-arrow {
    right: 41px;
  }

  .contacts-slider-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title-mobile {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contacts-title-desktop {
    display: none;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-2-content {
    width: 66%;
    padding-right: 30px;
  }

  .adress-cards-wrapper {
    margin-top: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    width: auto;
  }

  .navbar-search-icon {
    display: none;
  }

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

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-about-me-wrapper {
    grid-column-gap: 20px;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .testominials-cards-banner {
    margin-top: -240px;
  }

  .accordion-wrapper-one-column {
    width: 80%;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-1-counter-wrapper {
    grid-column-gap: 0px;
  }

  .about-1-counter-number {
    font-size: 34px;
  }

  .about-1-counter-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-3-progress-bar-wrapper.about-us-first {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-3-progress-bar-content {
    margin-right: 20px;
  }

  .about-3-progress-bar-content.about-us-first {
    grid-row-gap: 20px;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 60px;
  }

  .about-3-progress-bar-content.about-us-first.less-sides {
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-progress-bar {
    max-width: 360px;
  }

  .about-3-progress-bar.about-us-first {
    width: 100%;
    max-width: none;
  }

  .about-3-form-text-field {
    width: 70%;
  }

  .nav-menu-shadow-overlay {
    background-color: var(--white);
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 100vh;
    box-shadow: 0 0 30px #00000026;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .footer-rights-wrapper {
    padding-bottom: 0;
  }

  .navbar-fixed {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-section-title.home-2-with-divider {
    padding-bottom: 2px;
  }

  .home-1-blog-collection-list {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 100px;
    padding-right: 100px;
  }

  .blog-card-image-wrapper {
    height: 300px;
  }

  .section-divider.home-6-spacings, .section-divider.home-6-spacings-reversed {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .recent-projects-first-size-photo {
    height: 180px;
  }

  .recent-projects-second-size-photo {
    height: 360px;
  }

  .recent-projects-second-row {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -140px;
    padding-left: 0;
    padding-right: 0;
  }

  .recent-projects-first-row {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .recent-projects-first-size-lightbox {
    height: 180px;
  }

  .recent-project-lightbox-overlay {
    display: none;
  }

  .recent-projects-second-size-lightbox {
    height: 360px;
  }

  .home-elegance-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-philosophy-paragraph {
    width: 84%;
  }

  .home-1-banner-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto 0% 12% -40%;
  }

  .home-2-slider-title {
    text-align: left;
    font-size: 54px;
  }

  .home-2-special-paragraph {
    width: 92%;
  }

  .home-2-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-2-gallery-image-block {
    height: 180px;
  }

  .home-2-gallery-image-block.big {
    height: 390px;
  }

  .home-2-gallery-content {
    opacity: 1;
  }

  .home-2-blog-collection-list {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .home-2-blog-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .home-2-blog-content-wrapp {
    align-items: center;
    padding-right: 0;
  }

  .home-2-paragraph-style {
    text-align: center;
    width: 60%;
  }

  .home-4-content-wrapper {
    width: 66%;
  }

  .about-us-section-title {
    align-self: center;
    width: 500px;
  }

  .about-us-main-text-wrapper {
    grid-row-gap: 5px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .about-us-gallery-image {
    height: 300px;
  }

  .about-us-first-icons-grid {
    grid-template-columns: 1fr;
  }

  .about-us-first-icons-block {
    padding-left: 180px;
    padding-right: 180px;
  }

  .about-us-first-team-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 65px;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .shop-details-featured-products {
    grid-template-columns: 1fr 1fr;
  }

  .cart-button {
    padding-right: 15px;
  }

  .brand-footer {
    margin-right: 0;
  }

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

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

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

  .cart-header {
    border-bottom-style: none;
  }

  .cart-footer {
    border-top-style: none;
  }

  .menu-button-1-zindex {
    text-align: right;
    padding: 0;
  }

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

  .nav-menu-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
  }

  .nav-menu-link.quote {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-gallery {
    padding-bottom: 0;
  }

  .footer-wrapper-top {
    grid-column-gap: 30px;
  }

  .footer-image {
    max-width: 120px;
    height: 120px;
  }

  .footer-link-big {
    font-size: 28px;
  }

  .home-6-banner-image {
    height: 360px;
  }

  .home-6-banner-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-6-banner-content-right {
    width: 40%;
  }

  .home-6-banner-content-right.florida, .home-6-banner-content-right.home {
    width: 60%;
  }

  .no-margin-top-bottom.more-skinny, .no-margin-top-bottom.skinnier {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-6-banner-content-left {
    width: 60%;
  }

  .home-6-projects-wrapper {
    grid-column-gap: 60px;
  }

  .home-6-collection-item-wrapp {
    grid-column-gap: 40px;
  }

  .home-6-collection-wrapper {
    padding-left: 60px;
  }

  .home-6-services {
    grid-column-gap: 40px;
  }

  .home-6-services-left, .home-6-services-right {
    width: 50%;
  }

  .image {
    margin-right: -30px;
  }

  .home-6-services-white-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-copy {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -30px;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .landing-customers-content-right {
    grid-row-gap: 20px;
    width: 60%;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .hire-popup-wrap {
    display: none;
  }

  .footer-logo {
    margin-left: -30px;
  }

  .remember {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-3 {
    height: 970px;
  }

  .team {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .heading, .heading-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .looking {
    padding-right: 0;
  }

  .image-2 {
    max-width: 80%;
  }

  .links.heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
  }

  .links.guide {
    display: none;
  }

  .heading-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .exit-intent-popup {
    display: none;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.banner-our-team, .section.banner-our-process, .section.banner-customers {
    min-height: 360px;
  }

  .section.banner-testimonials {
    min-height: 380px;
  }

  .section.about-us-image-banner, .section.contacts-banner-first, .section.pricing-2-banner {
    min-height: 360px;
  }

  .section.album-2-banner {
    padding-top: 40px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--primary-dark);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--primary-dark);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

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

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

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

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .close-menu-button.w--open {
    padding-right: 4px;
  }

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

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.font {
    width: 100%;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

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

  .blog-grid-content-wrapper {
    min-height: auto;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

  .footer-block {
    flex-wrap: wrap;
  }

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

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 60px;
  }

  .process-number-wrapper {
    flex: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-number {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
  }

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

  .free-trial-title {
    margin-bottom: 20px;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .banner-title-wrapper.testimonials {
    max-width: 530px;
    margin-top: 20px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .section-title {
    font-size: 34px;
  }

  .section-title.hidden {
    padding-left: 60px;
    padding-right: 60px;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-content-wrapper.right {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-wrapper.wedding-video-2 {
    display: none;
  }

  .workflow-video {
    min-height: 280px;
  }

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

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pricing-3-plans-wrapper {
    flex-wrap: wrap;
  }

  .pricing-3-plan-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }

  .pricing-3-plan-item.center-item {
    box-shadow: none;
  }

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

  .pricing-features-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-features-links-list {
    grid-template-columns: 1fr 1fr;
  }

  .capabilities-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title-mobile {
    margin-bottom: 40px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .adress-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .adress-card {
    padding: 20px 30px;
  }

  .footer-link {
    flex: none;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-socials-wrapper {
    text-align: center;
    border-top-width: 1px;
    align-items: center;
    width: 100%;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-about-me-wrapper {
    grid-column-gap: 80px;
    border-style: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-description {
    text-align: center;
  }

  .customer-wrapper {
    height: 240px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .testominials-cards-banner {
    margin-top: -150px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .about-1-counter-wrapper {
    flex-wrap: wrap;
  }

  .about-1-counter-number {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .about-1-counter-wrap {
    width: 100%;
    padding: 10px 100px;
  }

  .about-3-progress-bar-wrapper {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-3-progress-bar-wrapper.about-us-first {
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-progress-bar-content {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .about-3-progress-bar-content.about-us-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-3-progress-bar {
    width: 100%;
    max-width: 330px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-progress-bar.about-us-first {
    margin-top: 0;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-3-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

  .about-3-form-text-field {
    width: 80%;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .footer-newsletter-wrapper {
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-section-title-block {
    margin-bottom: 40px;
  }

  .subtitle-italic {
    text-align: center;
    width: 360px;
    line-height: 1.2em;
  }

  .home-1-blog-collection-list {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-divider.home-6-spacings, .section-divider.home-6-spacings-reversed {
    width: 100%;
    margin-bottom: 50px;
  }

  .recent-projects-first-size-photo, .recent-projects-second-size-photo {
    height: 400px;
  }

  .recent-projects-second-row {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .recent-projects-first-row {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .recent-projects-first-size-lightbox, .recent-projects-second-size-lightbox {
    height: 400px;
  }

  .home-elegance-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .home-elegance-item.high {
    height: 347px;
  }

  .home-philosophy-paragraph {
    width: 100%;
  }

  .home-1-banner-content {
    justify-content: center;
    align-items: flex-start;
    bottom: 8%;
    left: -22%;
  }

  .home-2-slider-title {
    font-size: 60px;
  }

  .home-2-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-2-gallery-image-block {
    min-width: 200px;
  }

  .home-2-share-open-up-list.w--open {
    grid-column-gap: 20px;
    justify-content: flex-end;
    bottom: 40px;
  }

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

  .home-2-blog-wrapper {
    grid-row-gap: 60px;
  }

  .home-2-paragraph-style {
    width: 90%;
  }

  .home-4-content-wrapper {
    align-items: center;
    width: 100%;
  }

  .home-4-paragraph {
    text-align: center;
  }

  .about-us-section-title {
    width: 400px;
  }

  .about-us-main-text-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-us-first-icons-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .about-us-first-small-title {
    font-size: 24px;
  }

  .about-us-first-team-grid {
    margin-top: 40px;
  }

  .about-us-first-team-block {
    height: 300px;
  }

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

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

  .shop-details-block {
    margin-top: 60px;
  }

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

  .shop-collection-image {
    height: 250px;
  }

  .shop-title {
    margin-top: 40px;
  }

  .footer-links-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .footer-links-right {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .footer-gallery {
    justify-content: center;
    width: 100%;
  }

  .footer-wrapper-top {
    flex-wrap: wrap;
  }

  .footer-loop {
    margin-bottom: 40px;
  }

  .home-6-banner-content-right {
    width: 50%;
  }

  .home-6-banner-content-right.home {
    width: 80%;
  }

  .no-margin-top-bottom.more-skinny {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-6-banner-content-left {
    width: 70%;
  }

  .home-6-projects-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-6-projects-content {
    width: 100%;
  }

  .home-6-collection-wrapper {
    border-top: 1px solid #000;
    border-left-style: none;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .home-6-about-wrapper-right, .div-block-5 {
    width: 100%;
  }

  .home-6-services {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-6-services.reversed {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    display: flex;
  }

  .home-6-services-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home-6-services-left.reversed {
    margin-bottom: 40px;
  }

  .home-6-services-right {
    width: 100%;
  }

  .home-6-services-white-block {
    padding: 50px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--primary-dark);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--primary-dark);
    flex-direction: column;
  }

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

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .footer-logo {
    margin-left: 0;
  }

  .background-video {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .html-embed-3 {
    height: 970px;
  }

  .links.heading {
    font-size: 50px;
  }

  .links.container, .links.guide {
    margin-top: 100px;
  }

  .heading-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .success-message {
    margin-left: 0;
    margin-right: 0;
  }

  .alert-bar-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .paragraph-29 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .section.pricing-banner.booked {
    background-image: linear-gradient(#0006, #0006), url('../images/website62-Large.webp');
    background-position: 0 0, 50% 70%;
  }

  .section.primary-light-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.primary-light-bg.percent {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.home-6-banner {
    align-items: stretch;
  }

  .section.home-1-banner.black.video {
    padding-left: 0;
    padding-right: 0;
  }

  .section.thank-you-video {
    padding-top: 40px;
  }

  .section._20, .section.embeded {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
    height: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .tablet-menu {
    padding-left: 18px;
  }

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-grid-image {
    height: 240px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-template-next-button {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }

  .footer {
    text-align: left;
  }

  .footer-block {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .footer-copyright {
    grid-row-gap: 10px;
    justify-content: center;
    display: flex;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .process-item-wrapper.reverse {
    width: 320px;
  }

  .process-content.reverse {
    text-align: left;
  }

  .process-content.space {
    margin-top: 40px;
  }

  .process-paragraph {
    width: 350px;
  }

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

  .free-trial-title.text-white {
    width: 250px;
  }

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

  .paragraph-large.testimonials {
    text-align: left;
  }

  .banner-title-wrapper.testimonials {
    max-width: 230px;
    margin-top: 0;
  }

  .text-white {
    text-align: center;
    width: 320px;
  }

  .section-ttile-description {
    width: 360px;
  }

  .services-item-description {
    width: 320px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .section-title {
    width: 320px;
  }

  .section-title.hidden {
    width: 330px;
    padding-left: 0;
    padding-right: 0;
  }

  .comparing-table-plan-title {
    align-items: center;
  }

  .workflow-profile-wrapper.lower {
    margin-top: 40px;
  }

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

  .workflow-wrapper {
    width: 100%;
  }

  .workflow-video {
    min-height: 220px;
  }

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

  .workflow-quote, .workflow-quote.video {
    width: 350px;
  }

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

  .pricing-features-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-features-links-wrap {
    margin-top: 40px;
  }

  .pricing-features-icon {
    margin-right: 15px;
  }

  .pricing-features-links-list {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 0;
  }

  .contacts-wrapper, .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    min-height: 100%;
  }

  .contacts-form-wrapper.custom {
    height: 100%;
    min-height: auto;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .footer-link {
    margin-bottom: -10px;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .footer-socials-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .search-shop-con {
    margin-left: 10px;
  }

  .footer-about-me-wrapper {
    grid-column-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-description {
    width: 360px;
  }

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

  .testominials-cards-banner {
    margin-top: -80px;
  }

  .about-1-counter-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-3-progress-bar-wrapper, .about-3-progress-bar-content.about-us-first {
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-progress-bar.about-us-first {
    width: 320px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-progress-bar-number.about-us-first {
    margin-left: -30px;
    padding-left: 0;
  }

  .about-3-form-wrapper {
    text-align: center;
  }

  .about-3-form {
    grid-row-gap: 20px;
    justify-content: center;
  }

  .about-3-form-text-field {
    width: 100%;
  }

  .primary-button-outline.links {
    margin-bottom: 20px;
  }

  .primary-button-outline-link {
    display: block;
  }

  .footer-rights-wrapper {
    text-align: center;
    justify-content: center;
  }

  .footer-copyright-block {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-3 {
    justify-content: center;
  }

  .home-section-title {
    width: 360px;
  }

  .home-section-title.home-2-with-divider {
    text-align: center;
  }

  .subtitle-italic {
    text-align: center;
    width: 350px;
    line-height: 1.2em;
  }

  .home-1-blog-collection-list {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card-image-wrapper {
    height: 222px;
  }

  .home-elegance-gallery {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-philosophy-paragraph {
    width: 340px;
  }

  .home-1-banner-content {
    text-align: center;
    flex-direction: column;
    min-width: auto;
    max-width: none;
    inset: auto 0% 7% 8%;
  }

  .home-2-slider-title {
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 50px;
  }

  .home-2-special-paragraph {
    width: 100%;
  }

  .home-2-gallery {
    grid-template-columns: 1fr;
  }

  .home-2-gallery-image-block, .home-2-gallery-image-block.big {
    height: 200px;
  }

  .home-2-blog-collection-list {
    padding-left: 0;
    padding-right: 0;
  }

  .home-2-paragraph-style {
    width: 300px;
  }

  .home-4-paragraph {
    width: 280px;
  }

  .about-us-section-title {
    width: 360px;
  }

  .about-us-main-text-wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-gallery {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-gallery-image.second-image-in-about-us {
    object-position: 50% 30%;
  }

  .about-us-first-icons-block {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-first-team-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-team-overlay {
    object-position: 50% 100%;
  }

  .shop-details-featured-products {
    grid-template-columns: 1fr;
  }

  .cart-button {
    padding-right: 10px;
  }

  .brand-navbar, .brand-navbar.w--current {
    width: 150px;
  }

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

  .footer-gallery {
    flex-wrap: wrap;
  }

  .footer-wrapper-top {
    margin-bottom: 10px;
  }

  .footer-loop.no-bottom-margin {
    background-color: var(--primary-light);
  }

  .home-6-banner-content-right {
    width: 100%;
  }

  .no-margin-top-bottom {
    width: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .no-margin-top-bottom.more-skinny {
    width: 300px;
    padding-left: 20px;
    padding-right: 0;
  }

  .no-margin-top-bottom.subtle, .no-margin-top-bottom.collab {
    width: 300px;
  }

  .no-margin-top-bottom.skinnier {
    padding-left: 60px;
    padding-right: 60px;
  }

  .divider-horizontal.links {
    width: 150px;
  }

  .home-6-banner-content-left {
    width: 100%;
  }

  .home-6-projects-wrapper {
    justify-content: flex-start;
    display: flex;
  }

  .home-6-collection-item-wrapp {
    grid-column-gap: 30px;
  }

  .home-6-about-wrapper-right {
    align-items: center;
  }

  .home-6-about-wrapper-right.links {
    margin-bottom: 60px;
  }

  .div-block-5 {
    object-position: 50% 50%;
    height: 250px;
    overflow: visible;
  }

  .div-block-5.timeless {
    background-image: none;
    height: 30%;
  }

  .div-block-5.pricing {
    height: 200px;
  }

  .home-6-services-right {
    flex-direction: column;
    align-items: center;
  }

  .home-6-services-white-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-copy {
    width: 80%;
    margin-top: 0;
    margin-bottom: -30px;
    margin-right: 0;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .landing-customers-content-left, .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .footer-logo {
    margin-left: 0;
  }

  .remember {
    width: 330px;
  }

  .background-video {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .html-embed-3 {
    object-fit: contain;
    height: 970px;
    overflow: visible;
  }

  .team, .team.kianna {
    width: 115px;
    min-width: 110px;
    height: 140px;
  }

  .heading {
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    width: 360px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .natural {
    width: 340px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .just {
    width: 320px;
    font-size: 34px;
  }

  .looking {
    width: 320px;
  }

  .paragraph-2 {
    width: 314px;
  }

  .image-2, .image-3, .image-4 {
    max-width: 80%;
  }

  .paragraph-3 {
    text-align: center;
    width: 320px;
  }

  .links {
    text-align: center;
    width: 280px;
  }

  .links.parragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .links.heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
  }

  .links.middle {
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .links.container {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .links.guide {
    background-color: var(--primary-olive);
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .links-image {
    border-radius: 100%;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .image-7 {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
  }

  .paragraph-4 {
    width: 220px;
  }

  .paragraph-5, .paragraph-6 {
    width: 185px;
  }

  .image-8 {
    object-fit: fill;
    object-position: 50% 50%;
    width: 320px;
    overflow: visible;
  }

  .heading-4 {
    width: 330px;
  }

  .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
    width: 320px;
  }

  .paragraph-12 {
    width: 220px;
  }

  .paragraph-13 {
    width: 190px;
  }

  .paragraph-14 {
    width: 185px;
  }

  .heading-5 {
    width: 330px;
  }

  .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .div-block-8, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .image-9 {
    width: 320px;
  }

  .heading-6, .heading-7 {
    width: 360px;
    font-size: 38px;
  }

  .alert-bar-wrap {
    padding-right: 30px;
  }
}

#w-node-ffb8a5b8-b38c-f490-c484-b154f7eee889-12b3aab5, #w-node-eaeeb064-88e7-3a79-06e7-3c565fa0c11a-12b3aab5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e68be8cc-d557-42f6-42bc-84e5a7eecafe-12b3aab5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_69ab648e-219f-3489-b0b8-9859f0bf5102-12b3aab5, #w-node-c7b2d110-06e1-3f33-ad91-225d9000580a-12b3aad3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e706aaf9-0e1e-2736-d0c4-2b99031b683a-12b3aad3, #w-node-_9d007554-7123-a270-edc3-e6002eea9b4e-12b3aad3, #w-node-_3301d7b5-a79a-f404-18b8-6269ef0d9240-12b3aad3, #w-node-_875f1ada-7ce7-d24d-bce0-43d650c91f28-12b3aad3, #w-node-_5549bcf5-cb1e-4e3c-e2a7-b055a758cd8d-12b3aad3, #w-node-f2527d2b-dfd6-5f4d-95e0-5cdee405b975-12b3aad3, #w-node-_8a01d31f-a8f5-4387-5341-0350c09d9b3d-12b3aad3, #w-node-_2e2ec5f2-189c-b409-078e-a96810c26731-12b3aad3, #w-node-_0bfcc041-b2d1-ea97-c4ee-9bd13dd09141-12b3aad3, #w-node-_68480126-7bb0-e388-c531-2e3f31cdb881-12b3aad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-12b3aaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-12b3aaf2, #w-node-_7e11a556-8f96-0258-f74f-689feebb309e-12b3aaf2, #w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-12b3aaf2, #w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-12b3aaf2, #w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-12b3aaf2, #w-node-_01c5faad-2a41-b24c-f6eb-9f168c31dcab-12b3aaf2, #w-node-_9cd6c61e-6704-40cd-15fe-6598545e59c1-12b3aaf2, #w-node-_1c01eeca-5d9c-cce7-dbaf-54d429515dd3-12b3aaf2, #w-node-_87468c32-83f5-729b-6140-32c34d9e6392-12b3aaf2, #w-node-b69c3819-0367-9d70-1714-acf0303d75b4-12b3aaf2, #w-node-_53b2e3c5-244e-4874-9a0d-9c601d87765f-12b3aaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_44cd87ab-4d25-e9b1-2436-4a61d37b2a29-12b3aaf7, #w-node-_2aeb32d3-434e-ff5c-648c-cbb641196a65-12b3aaf7, #w-node-_9dccfc97-6ec4-0cba-d083-abb95fab6bd9-12b3aaf7, #w-node-cf0180bf-6c8f-3518-036f-a39c689775d2-12b3aaf7, #w-node-bf2044aa-6459-2716-ac24-fc5e77d65ef8-12b3aafb, #w-node-_02aa77d6-fbd0-0602-f561-309131f1177e-12b3aafb, #w-node-_1231f61c-1b92-84ad-6dd7-c72287a879e0-12b3ab12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f6909b5-5879-9e77-efed-54a0b93ed280-12b3ab12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c7f099c-a3ce-d66c-49ed-f1d86467cf7e-12b3ab12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ae51ec4-bd46-18a3-c050-d59aef522e37-12b3ab12 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_439bdca8-f9aa-2c35-fda7-a155832e7fe8-12b3ab12, #w-node-fb7aca9a-8d34-27de-9047-aa3c8cd8fdf6-12b3ab12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62cf4b46-3384-afc6-06cf-20fbd8260acc-12b3ab12, #w-node-ab401531-3a15-34f9-8e2b-2cd95841a93e-12b3ab15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2da8b28-cc5f-894f-f7a3-1a09780c8f1c-12b3ab15, #w-node-c35d5380-6498-f0e7-e1e5-5178212351e9-12b3ab15, #w-node-bce14471-7700-6967-48b0-7c077da00cbb-12b3ab15, #w-node-_9ad0e93f-adea-236f-ff02-8f1d1dc2e4ba-12b3ab15, #w-node-a058f486-f940-5eec-fd9e-3fb633888e97-12b3ab15, #w-node-_51b9778e-f125-d810-5892-4e2907dcceab-12b3ab15, #w-node-_89fa48b8-1da8-93a7-30bc-0a0566ba5480-12b3ab15, #w-node-_16913bc9-97f8-03de-141c-39175bfd0b45-12b3ab15, #w-node-e849d73c-1308-97f6-068a-6428a5af9128-12b3ab15, #w-node-_705e8df3-f414-e0fe-9c46-6e16abba3f3a-12b3ab15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74e70040-4682-0663-5d58-60d22d6a69a8-12b3ab15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2df5b667-dbd3-79f3-129e-a29f13d52fee-12b3ab15, #w-node-b120b141-860d-6414-a93e-4fa22b7d63c0-12b3ab15, #w-node-_58cc662a-1602-b115-8190-7b338abf15ac-12b3ab15, #w-node-b797fa21-0fb6-3d33-d4b4-141ea1088a2b-12b3ab15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bd26de8-8ce1-7f6b-905d-bcaa3b9f202d-12b3ab15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c392d831-a3ea-47c8-8e3b-aae5c62df857-12b3ab15, #w-node-_6b394c26-207d-a02e-4efd-4920bf2ee758-12b3ab15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9aa8ffab-a821-71a1-5fdb-51373240d00d-12b3ab15, #w-node-a14306f2-4276-dd8d-2b8c-e64b4a264f79-12b3ab15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd5b11ba-d458-a91b-b4f5-9cbad9410390-12b3ab15, #w-node-_46f7a9e5-d825-ce79-d126-e78758df2703-12b3ab15, #w-node-_16abe60c-a72b-4964-8760-a477c799df90-12b3ab15, #w-node-_5f708b24-1ce1-4e33-89ee-570aae783a65-12b3ab15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8d8ada7-8e3e-fa33-afa4-b09c1e99ffba-12b3ab15, #w-node-_08452894-5f89-29eb-e541-c314124100b8-12b3ab15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a128191f-b0b2-a015-86cd-daa868d7dc5b-12b3ab15, #w-node-_2ca8ae54-8648-6480-8b36-ad44074b2e43-12b3ab15, #w-node-_8c670b97-20c9-0b62-3a5e-fb0ae55ecece-12b3ab15, #w-node-_37da68ae-ec08-a9cb-530f-40e376bb8440-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bc5-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bc7-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bc9-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bcb-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bcd-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bcf-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bd1-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bd3-12b3ab15, #w-node-db2c98a7-afbc-20bd-7917-4b79b4775793-12b3ab15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a5272cd-401d-72c6-fb91-92e2a6f53e12-12b3ab16, #w-node-_6a5272cd-401d-72c6-fb91-92e2a6f53e16-12b3ab16, #w-node-_6a5272cd-401d-72c6-fb91-92e2a6f53e1a-12b3ab16, #w-node-_6a5272cd-401d-72c6-fb91-92e2a6f53e20-12b3ab16, #w-node-_6a5272cd-401d-72c6-fb91-92e2a6f53e26-12b3ab16, #w-node-_6a5272cd-401d-72c6-fb91-92e2a6f53e2c-12b3ab16 {
  justify-self: center;
}

#w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785bc-12b3ab1a, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785d0-12b3ab1a, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785e4-12b3ab1a, #w-node-_65ec3820-d29f-2045-83e7-7a7366ea3457-12b3ab1a, #w-node-_015a9e28-d8a0-360c-6a6e-93fd8d9ffb9b-12b3ab1a, #w-node-fdd3abb9-3b59-61c8-294b-ecefe4513e13-12b3ab1a, #w-node-_87a5d98f-c0c7-b221-72bf-b75ac4bd8c0a-12b3ab1a, #w-node-bba31884-54a8-f328-6b25-ef13e07ccc53-12b3ab1a, #w-node-_18b8893d-d156-a098-1e6a-44d1b7725e2e-12b3ab1a, #w-node-_45c2ea1c-74af-f278-6a61-8e3573a98fef-12b3ab1e, #w-node-c37c2b91-3057-915c-3778-0795173b056d-12b3ab1e, #w-node-_42ce345c-80d0-b6f7-4657-af60b1c0a764-12b3ab1e, #w-node-_02436e05-3b1f-7d18-2166-e98a4ac8145f-12b3ab1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7018690a-4703-5a80-9efe-04ae2aa254a6-12b3ab1e {
  align-self: start;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-12b3ab39, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-12b3ab39, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-12b3ab39, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-12b3ab39, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-12b3ab39, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-12b3ab39, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-12b3ab39, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-12b3ab39, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-12b3ab39, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-12b3ab39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-bd5b11ba-d458-a91b-b4f5-9cbad9410390-12b3ab15, #w-node-_46f7a9e5-d825-ce79-d126-e78758df2703-12b3ab15, #w-node-_16abe60c-a72b-4964-8760-a477c799df90-12b3ab15, #w-node-_5f708b24-1ce1-4e33-89ee-570aae783a65-12b3ab15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08452894-5f89-29eb-e541-c314124100b8-12b3ab15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a128191f-b0b2-a015-86cd-daa868d7dc5b-12b3ab15, #w-node-_2ca8ae54-8648-6480-8b36-ad44074b2e43-12b3ab15, #w-node-_8c670b97-20c9-0b62-3a5e-fb0ae55ecece-12b3ab15, #w-node-_37da68ae-ec08-a9cb-530f-40e376bb8440-12b3ab15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-12b3ab1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-12b3ab3a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e68be8cc-d557-42f6-42bc-84e5a7eecafe-12b3aab5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-12b3ab1d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e68be8cc-d557-42f6-42bc-84e5a7eecafe-12b3aab5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69ab648e-219f-3489-b0b8-9859f0bf5102-12b3aab5, #w-node-c7b2d110-06e1-3f33-ad91-225d9000580a-12b3aad3, #w-node-_3f6909b5-5879-9e77-efed-54a0b93ed280-12b3ab12 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ae51ec4-bd46-18a3-c050-d59aef522e37-12b3ab12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62cf4b46-3384-afc6-06cf-20fbd8260acc-12b3ab12 {
    grid-column: span 1 / span 1;
  }

  #w-node-ab401531-3a15-34f9-8e2b-2cd95841a93e-12b3ab15, #w-node-b2da8b28-cc5f-894f-f7a3-1a09780c8f1c-12b3ab15, #w-node-c35d5380-6498-f0e7-e1e5-5178212351e9-12b3ab15, #w-node-bce14471-7700-6967-48b0-7c077da00cbb-12b3ab15, #w-node-_9ad0e93f-adea-236f-ff02-8f1d1dc2e4ba-12b3ab15, #w-node-a058f486-f940-5eec-fd9e-3fb633888e97-12b3ab15, #w-node-_51b9778e-f125-d810-5892-4e2907dcceab-12b3ab15, #w-node-_89fa48b8-1da8-93a7-30bc-0a0566ba5480-12b3ab15, #w-node-_16913bc9-97f8-03de-141c-39175bfd0b45-12b3ab15, #w-node-e849d73c-1308-97f6-068a-6428a5af9128-12b3ab15, #w-node-_705e8df3-f414-e0fe-9c46-6e16abba3f3a-12b3ab15, #w-node-_74e70040-4682-0663-5d58-60d22d6a69a8-12b3ab15, #w-node-_2df5b667-dbd3-79f3-129e-a29f13d52fee-12b3ab15, #w-node-b120b141-860d-6414-a93e-4fa22b7d63c0-12b3ab15, #w-node-_58cc662a-1602-b115-8190-7b338abf15ac-12b3ab15, #w-node-b797fa21-0fb6-3d33-d4b4-141ea1088a2b-12b3ab15, #w-node-_7bd26de8-8ce1-7f6b-905d-bcaa3b9f202d-12b3ab15, #w-node-c392d831-a3ea-47c8-8e3b-aae5c62df857-12b3ab15, #w-node-_6b394c26-207d-a02e-4efd-4920bf2ee758-12b3ab15, #w-node-_9aa8ffab-a821-71a1-5fdb-51373240d00d-12b3ab15, #w-node-a14306f2-4276-dd8d-2b8c-e64b4a264f79-12b3ab15, #w-node-bd5b11ba-d458-a91b-b4f5-9cbad9410390-12b3ab15, #w-node-_46f7a9e5-d825-ce79-d126-e78758df2703-12b3ab15, #w-node-_16abe60c-a72b-4964-8760-a477c799df90-12b3ab15, #w-node-_5f708b24-1ce1-4e33-89ee-570aae783a65-12b3ab15, #w-node-a8d8ada7-8e3e-fa33-afa4-b09c1e99ffba-12b3ab15, #w-node-_08452894-5f89-29eb-e541-c314124100b8-12b3ab15, #w-node-a128191f-b0b2-a015-86cd-daa868d7dc5b-12b3ab15, #w-node-_2ca8ae54-8648-6480-8b36-ad44074b2e43-12b3ab15, #w-node-_8c670b97-20c9-0b62-3a5e-fb0ae55ecece-12b3ab15, #w-node-_37da68ae-ec08-a9cb-530f-40e376bb8440-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bc5-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bc7-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bc9-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bcb-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bcd-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bcf-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bd1-12b3ab15, #w-node-_9cee8d37-5bf6-b38d-d5f0-60ce0bad0bd3-12b3ab15, #w-node-db2c98a7-afbc-20bd-7917-4b79b4775793-12b3ab15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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