:root {
  --white: white;
  --black: black;
  --gold: #cfa33b;
  --light-grey: #dacec6;
  --linen: #e7ded8;
  --floral-white: #fcf8f3;
  --seashell: #f1ebe7;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-500: #6b7094;
  --open-sans: "Open Sans", sans-serif;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-600: #393b6a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.4em;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.4em;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color .3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

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

li {
  margin-bottom: 10px;
  font-size: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--gold);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  border-color: var(--light-grey);
}

.checkbox.w--redirected-checked {
  border-width: 0;
  border-color: var(--gold);
  background-color: var(--gold);
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 3px;
}

.checkbox.w--redirected-focus {
  border-color: var(--linen);
  box-shadow: none;
  transition: background-color .3s ease-in-out;
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: #e92222;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
}

.radio-button-label {
  padding-left: 6px;
}

.section-style-guide.section-spacing {
  padding-left: 0;
  padding-right: 0;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.form-select {
  width: 100%;
  height: 42px;
  border: 1px solid var(--light-grey);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-select:focus {
  border-color: var(--gold);
  color: #000;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #051110;
}

.guide-item {
  text-align: center;
  padding-bottom: 20px;
  padding-right: 16px;
}

.button {
  border: 1px solid var(--gold);
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  padding: 12px 20px;
  transition: all .3s ease-in-out;
}

.button:hover {
  border-color: var(--black);
  background-color: var(--floral-white);
  text-decoration: none;
}

.button.add-to-cart-button {
  height: 100%;
  justify-content: center;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.button.buy-now-button {
  justify-content: center;
  display: none;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  border-color: var(--light-grey);
  transition: border .3s ease-in-out;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--gold);
  background-color: #fff;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.contact-form-wrap {
  margin-top: 50px;
}

.lead-text {
  font-size: 18px;
  line-height: 1.4em;
}

.container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container.max1400 {
  max-width: 1400px;
}

.checkbox-label {
  padding-left: 6px;
}

.success-message {
  color: var(--white);
  background-color: #077151;
  border-radius: 10px;
  font-size: 18px;
}

.spacing-small, .style-guide-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.style-guide-content {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.color-box {
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

.input-group {
  align-items: center;
  margin-bottom: 20px;
}

.form-input {
  height: 42px;
  border: 1px solid var(--light-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  transition: all .3s ease-in-out;
}

.form-input:active {
  border-color: var(--light-grey);
}

.form-input:focus, .form-input.-wfp-focus {
  border-style: solid;
  border-color: var(--gold);
  color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .29);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .29);
}

.form-input.form-textarea {
  height: 100px;
}

.form-input.form-textarea:focus {
  color: #000;
}

.button-outline {
  border: 1px solid var(--light-grey);
  background-color: var(--seashell);
  color: var(--gold);
  border-radius: 4px;
  padding: 12px 20px;
  transition: all .3s ease-in-out;
}

.button-outline:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--white);
  text-decoration: none;
}

.button-outline.blog-button {
  margin-top: auto;
}

.button-outline.center {
  align-self: center;
}

.grid-nav {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--gold);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--gold);
}

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

.nav-link.home:hover {
  color: var(--light-grey);
}

.nav-menu {
  justify-content: center;
  align-items: center;
}

.hero-wrap {
  border-radius: 10px;
  position: relative;
}

.hero-title {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 90px;
}

.about-section {
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
}

.about-section.no-bottom-padding {
  padding-bottom: 100px;
}

.about-wrap {
  z-index: 1;
  width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-spacing.small {
  padding-top: 50px;
  padding-bottom: 50px;
}

.video-section {
  margin-top: 100px;
}

.section-title {
  margin-bottom: 50px;
}

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

.product-info {
  flex-direction: column;
  padding: 20px 15px 15px;
  display: flex;
  position: relative;
}

.product-name {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.product-name:hover {
  color: var(--gold);
}

.product-item {
  height: 100%;
  background-color: var(--linen);
  border-radius: 10px;
  flex-direction: column;
  margin-left: -1px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.product-image-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.product-image-hover {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-meta {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
  position: relative;
}

.product-price {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

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

.grid-cta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: center;
}

.cta-content-wrap {
  text-align: center;
}

.cta-title {
  text-align: left;
  margin-bottom: 30px;
}

.cta-content {
  text-align: left;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.7em;
}

.testimonial-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.tab-content {
  font-size: 28px;
  line-height: 1.4em;
}

.tab-content-wrap {
  text-align: center;
}

.tabs-menu {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.tab-link-image {
  height: 30px;
}

.tab-link {
  opacity: .3;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .3s ease-in-out, color .3s ease-in-out;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.container-small {
  max-width: 900px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.category-section {
  height: 200vh;
  margin-top: 40px;
}

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

.category-item {
  width: 36vw;
  height: 450px;
  object-fit: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.category-item.round {
  border-radius: 100%;
}

.category-item.main-category {
  border-radius: 4px;
}

.category-item.main-category._1 {
  background-image: url('../images/11.webp');
  background-position: 50%;
}

.category-item.main-category._2 {
  background-image: url('../images/WhatsApp-Image-2024-02-14-at-11.40.34-AM.jpeg');
  background-position: 50% 30%;
  background-repeat: repeat;
  background-size: cover;
}

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

.category-image.round {
  border-radius: 100%;
  overflow: hidden;
}

.category-name {
  width: 200px;
  height: 200px;
  border: 1.5px solid var(--white);
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.blog-title {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Melodrama, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}

.blog-title:hover {
  color: var(--gold);
}

.footer {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 40px;
}

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

.copyright {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.grid-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--linen);
  border-radius: 4px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  padding: 50px;
}

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

.footer-social-icon {
  height: 18px;
}

.footer-social {
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.footer-logo {
  align-items: center;
  margin-bottom: 20px;
}

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

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

.footer-email {
  margin-bottom: 40px;
}

.category-list-wrap {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

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

.category-link {
  color: var(--black);
  text-transform: uppercase;
  text-decoration: none;
}

.category-link:hover {
  text-decoration: underline;
}

.category-link.w--current {
  font-size: 36px;
}

.product-link {
  text-decoration: none;
}

.product-link:hover {
  color: var(--gold);
}

.cart-button {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.cart-button:hover {
  text-decoration: none;
}

.cart-quantity-nav {
  height: 24px;
  min-width: 24px;
  background-color: var(--linen);
  color: var(--gold);
  border-radius: 50%;
  font-weight: 400;
  line-height: 24px;
}

.cart-quantity {
  border-color: var(--linen);
  background-color: var(--linen);
  border-radius: 10px;
}

.cart-quantity:focus {
  border-color: var(--gold);
}

.product-button {
  margin-top: auto;
}

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

.cart-image {
  border: 1px solid var(--linen);
  border-radius: 10px;
}

.cart-header {
  border-bottom-color: var(--linen);
}

.product-detail-section {
  margin-top: 20px;
}

.grid-product-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.product-detail-image {
  height: 300px;
  display: flex;
}

.product-action {
  height: 70px;
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.quantity {
  width: 70px;
  height: auto;
  border-color: var(--light-grey);
  background-color: var(--seashell);
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.product-price-wrap {
  align-items: center;
  display: flex;
}

.compare-price {
  opacity: .4;
  color: var(--black);
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: line-through;
}

.product-tab-content {
  margin-top: 20px;
}

.product-tab {
  margin-top: 60px;
}

.product-tab-menu {
  align-items: center;
  display: flex;
}

.product-tab-link {
  color: var(--gold);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/plus_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 5px;
  align-items: center;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.product-tab-link:hover {
  text-decoration: none;
}

.product-tab-link.w--current {
  color: var(--gold);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/minus.svg');
  text-decoration: none;
}

.product-category {
  color: var(--gold);
  text-decoration: none;
}

.product-short-description {
  margin-top: 40px;
  margin-bottom: 20px;
}

.product-shipping-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 40px;
  display: grid;
}

.product-shipping {
  align-items: center;
  display: flex;
}

.product-shipping-icon {
  height: 24px;
  margin-right: 10px;
}

.product-shipping-title {
  margin-bottom: 0;
}

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

.product-review-item {
  border-bottom: 1px solid var(--gold);
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.review-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-content {
  font-size: 17px;
  line-height: 1.4em;
}

.review-author {
  font-size: 18px;
}

.section-spacing-bottom {
  padding-bottom: 120px;
}

.grid-category-product {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-hero-content {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-hero-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.collection-list-category {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-header {
  background-color: var(--linen);
  border: 1px rgba(0, 0, 0, 0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-content {
  border: 1px solid var(--linen);
  background-color: var(--floral-white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 120px;
}

.shipping-method {
  background-color: var(--floral-white);
  align-items: flex-start;
}

.block-title {
  margin-bottom: 0;
}

.billing-address-toggle {
  align-items: center;
  display: flex;
}

.paypal-checkout-form, .order-confirmation {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 120px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.utility-page-content {
  width: 650px;
  background-color: var(--floral-white);
  text-align: center;
  flex-direction: column;
  padding: 60px 40px;
  display: flex;
}

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

.hero-inner-wrap {
  text-align: center;
  background-image: url('../images/cat-hero-01.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 4px;
  padding: 100px 20px;
}

.hero-inner-wrap.about {
  background-image: url('../images/6.webp');
  background-position: 50%;
}

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

.feature-content {
  max-width: 90%;
  margin-bottom: 100px;
}

.about-founder {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100px;
  display: grid;
}

.about-founder-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
}

.grid-feature-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feature-item {
  text-align: center;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.feature-icon {
  height: 80px;
  margin-bottom: 30px;
}

.feature-title {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.value-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100px;
  display: grid;
}

.value-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.value-item {
  margin-top: 40px;
}

.feature-section {
  background-color: var(--seashell);
  margin-bottom: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-social {
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.contact-social-link {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1em;
}

.contact-social-icon {
  height: 18px;
}

.contact-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: grid;
}

.contact-wrap.margin {
  margin-top: 100px;
  margin-bottom: 60px;
}

.accordion-wrap {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 10px;
}

.accordion-wrap.gold {
  border-bottom-color: var(--gold);
}

.accordion-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading.service {
  justify-content: flex-start;
  align-items: center;
}

.accordion-title {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.accordion-title.instruction-header {
  cursor: pointer;
}

.accordion-icon {
  width: 14px;
}

.accordion-icon.big {
  width: 24px;
}

.accordion-content {
  padding-top: 10px;
  overflow: hidden;
}

.blog-detail-meta {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.blog-detail-image {
  margin-bottom: 30px;
}

.blog-dash {
  width: 26px;
  min-height: 1px;
  color: rgba(0, 0, 0, 0);
  background-color: #b4937d;
  margin-left: 0;
  margin-right: 12px;
}

.blog-detail-date {
  font-size: 20px;
  font-weight: 400;
}

.not-found-404 {
  color: var(--gold);
  font-size: 200px;
  line-height: 1.2em;
}

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

.hero-image-wrap {
  max-width: 70%;
  border-radius: 10px;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image {
  height: 750px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.hero-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 150px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-category-link {
  color: var(--gold);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.shop-category-link:hover, .shop-category-link.w--current {
  text-decoration: none;
}

.shop-category-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.shop-category-title {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.instructions-section.section-spacing, .section-licenses.section-spacing, .section-changelog.section-spacing {
  padding-left: 0;
  padding-right: 0;
}

.changelog-version {
  background-color: var(--gold);
  color: var(--white);
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
}

.grid-hero {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1.25fr;
  align-items: center;
  position: relative;
}

.hero-center-content {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.grid-rating {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.button-link {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.rating-description {
  margin-bottom: 40px;
}

.instagram-section {
  padding-bottom: 50px;
}

.instagram-wrap {
  height: 50vh;
  text-align: center;
  position: relative;
}

.insta-image-item {
  width: 200px;
  position: absolute;
}

.insta-image-item.one {
  top: 20%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.insta-image-item.two {
  top: auto;
  bottom: 15%;
  left: 28%;
  right: auto;
}

.insta-image-item.three {
  width: 180px;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 18%;
}

.insta-image-item.four {
  top: auto;
  bottom: 20%;
  left: auto;
  right: 5%;
}

.insta-image-item.five {
  width: 270px;
  top: auto;
  bottom: 0;
  left: auto;
  right: 34%;
}

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

.category-slider-section {
  overflow: hidden;
}

.category-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.category-slide {
  margin-right: 50px;
}

.category-mask {
  max-width: 30%;
  overflow: visible;
}

.left-arrow {
  width: 70px;
  height: 40px;
  border: 1px solid var(--gold);
  opacity: .5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease-in-out;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 90px;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  width: 70px;
  height: 40px;
  border: 1px solid var(--gold);
  opacity: .5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease-in-out;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 90px;
  right: 0%;
}

.right-arrow:hover {
  opacity: 1;
}

.slide-nav {
  display: none;
}

.dropdown-list {
  background-color: var(--seashell);
}

.dropdown-list.w--open {
  width: 200px;
  background-color: var(--linen);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link {
  font-size: 15px;
  transition: color .3s ease-in-out;
}

.dropdown-link:hover {
  color: var(--gold);
  text-decoration: none;
}

.dropdown-link.w--current {
  color: var(--gold);
}

.dropdown-toggle {
  transition: color .3s ease-in-out;
}

.dropdown-toggle:hover {
  color: var(--gold);
}

.arrow-icon {
  width: 20px;
}

.empty-state {
  background-color: var(--floral-white);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.empty-state.small {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.hero-inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-inner.centered {
  text-align: center;
}

.hero-inner.hero-big-image {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.hero-sub-title {
  color: var(--gold);
  text-align: right;
  justify-content: flex-end;
  font-family: Tuesdaynight, sans-serif;
  font-size: 130px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: -28%;
  left: auto;
  right: -20%;
}

.hero-content {
  position: relative;
}

.sub-title {
  color: var(--gold);
  text-align: center;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tuesdaynight, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

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

.hero-image-group {
  position: relative;
}

.hero-small-image {
  height: 50%;
  border-radius: 150px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -23%;
  right: auto;
}

.background-video-hero {
  height: 300px;
  border-radius: 10px;
}

.hero-big-image {
  border-radius: 10px;
}

.hero-decoration {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-outline-rounded {
  border: 1px solid var(--light-grey);
  background-color: var(--seashell);
  color: var(--gold);
  border-radius: 5px;
  padding: 12px 20px;
  transition: all .3s ease-in-out;
}

.button-outline-rounded:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--white);
  text-decoration: none;
}

.button-outline-rounded.product-button {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rating-star-image {
  height: 30px;
  margin-bottom: 10px;
}

.container-medium {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-footer-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--linen);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.error-state {
  text-align: center;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart {
  margin-left: 15px;
}

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

.linen {
  background-color: var(--linen);
}

.seashell {
  background-color: var(--seashell);
}

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

.saddle-brown {
  background-color: var(--gold);
}

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

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

.insta-link {
  text-decoration: none;
}

.faq-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.faq-wrap.last {
  margin-bottom: 0;
}

.project-detail-info {
  margin-top: 40px;
}

.product-tab-link-text {
  padding-left: 25px;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.search-image {
  background-color: var(--floral-white);
  border-radius: 10px;
}

.search-url {
  padding-top: 10px;
}

.search-content {
  margin-top: 15px;
}

.changelog {
  line-height: 1.8em;
}

.dropdown-icon {
  font-size: 13px;
}

.background-video-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.search-result-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--linen);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding: 31px;
  text-decoration: none;
  display: grid;
}

.search-result-link:hover {
  text-decoration: none;
}

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

.about-content {
  max-width: 90%;
  margin-bottom: 100px;
}

.about-description {
  margin-top: 10px;
  margin-bottom: 32px;
}

.product-button-bottom {
  margin-top: auto;
}

.blog-image-link {
  margin-bottom: 20px;
}

.contact-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}

.brand {
  flex: 1;
}

.background-video {
  height: 500px;
  border-radius: 10px;
}

.about-image-item {
  position: absolute;
}

.about-image-item.one {
  top: 20%;
  left: 6%;
}

.about-image-item.two {
  bottom: 15%;
  left: 10%;
}

.about-image-item.three {
  top: 9%;
  right: 18%;
}

.about-image-item.four {
  top: 40%;
  right: 8%;
}

.about-image-item.five {
  bottom: 9%;
  right: 14%;
}

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

.about-image._01 {
  width: 160px;
}

.about-image._02, .about-image._03 {
  width: 250px;
}

.about-image._04 {
  width: 150px;
}

.about-image._05 {
  width: 180px;
}

.category-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-category {
  z-index: 1;
  width: 100%;
  height: 300px;
  text-align: center;
  background-image: url('../images/bg-01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-category._1 {
  background-image: url('../images/about-story.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.main-category._2 {
  background-image: url('../images/contact.jpg');
}

.image-wrapper {
  width: 100%;
  height: 600px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.img {
  width: 100%;
  height: 100%;
  max-width: 70%;
  border-radius: 10px;
  box-shadow: 0 4px 34px rgba(0, 0, 0, .35);
}

.img._2 {
  z-index: 2;
  width: 350px;
  height: 350px;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 4px;
  align-self: flex-start;
  margin-bottom: 24%;
  position: relative;
  overflow: hidden;
}

.img._1 {
  width: 350px;
  height: 350px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 4px;
  align-self: flex-end;
  margin-left: -100%;
  position: relative;
  box-shadow: 12px 8px 120px rgba(0, 0, 0, .5);
}

._2-column-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: stretch;
  position: relative;
}

.cta-content-wrap-100 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-title-copy {
  text-align: left;
  margin-bottom: 30px;
}

.cta-content-copy {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7em;
}

.section {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.images-line-content {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-line {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  overflow: visible;
}

.image-line.second-line {
  margin-bottom: 0;
  overflow: visible;
}

.image-line-item {
  width: 510px;
  height: 340px;
  max-width: 100%;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  overflow: visible;
}

.cta-content-wrap-100-copy {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block {
  height: 1px;
  border: 1px solid var(--light-grey);
}

.newsletter-form {
  width: 70%;
  margin-top: 0;
}

.contact-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.sub-contact-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  display: flex;
}

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

.faq-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.icon-contact {
  height: 32px;
  margin-top: 4px;
}

.map {
  max-width: 1005px;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: var(--gold);
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tabs-nav-item-underline._02.w--current, .tabs-nav-item-underline._01.w--current, .tabs-nav-item-underline._03.w--current {
  color: var(--gold);
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-nav-unterline {
  z-index: 0;
  height: 2px;
  background-color: var(--gold);
  border-radius: 999em;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-content-image {
  border-radius: 1.4em;
}

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

.tabs-menu-underline-wrapper {
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.tabs-nav-icon {
  width: 1.5em;
  height: 1.5em;
}

.tabs-nav-text {
  z-index: 1;
  font-size: 17px;
  position: relative;
}

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

.service-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--seashell);
  border-radius: 8px;
  padding: 20px;
  display: flex;
}

.services-item-left {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-item-right {
  width: 100%;
  height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  align-self: flex-start;
}

.service-price {
  font-weight: 700;
}

.service-link {
  margin-top: 16px;
  font-size: 16px;
}

.tabs-nav-unterline2 {
  z-index: 0;
  height: 2px;
  background-color: var(--gold);
  border-radius: 999em;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work_wrapper {
  padding-top: 2em;
}

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

.work_item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.work_image {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work_content-wrap {
  z-index: 2;
  height: 100%;
  min-height: 25em;
  color: var(--floral-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: .8em;
  display: flex;
  position: relative;
}

.work_date-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.work_date-dot {
  width: .7em;
  height: .7em;
  border-style: solid;
  border-width: 2px;
  border-radius: 100vw;
  flex: none;
}

.work_date-text {
  font-size: .8em;
  line-height: 1;
}

.work_title-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.work_title {
  font-size: 1.2em;
  line-height: 1.3;
}

.work_description {
  font-size: .8em;
  line-height: 1.5;
}

.gallery_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .23);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hide {
  display: none;
}

.hero-title-video {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 90px;
}

.hero-video {
  height: 90vh;
  position: static;
}

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

.collection-list-wrapper {
  height: 50%;
}

.div-block-2 {
  width: 100%;
  object-fit: cover;
}

.lightbox-link, .image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-item {
  height: 300px;
}

.accordion-title-copy {
  color: var(--gold);
  margin-bottom: 0;
}

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

.dropdown-list-2 {
  background-color: var(--linen);
  border-radius: 4px;
  padding: 8px;
}

.text-block-2 {
  margin-bottom: 35px;
}

.heading {
  color: var(--white);
  margin-bottom: 30px;
  font-weight: 500;
}

.image-3 {
  width: 170px;
}

.background-video-2 {
  height: 100vh;
}

.image-4 {
  width: 200px;
}

.hero-sub-title-2 {
  color: var(--gold);
  text-align: right;
  justify-content: flex-end;
  font-family: Tuesdaynight, sans-serif;
  font-size: 130px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: -51%;
  left: auto;
  right: -20%;
}

.button-outline-2 {
  color: var(--black);
  background-color: #f1ebe7;
  border: 1px solid #dacec6;
  border-radius: 4px;
  padding: 12px 20px;
  transition: all .3s ease-in-out;
}

.button-outline-2:hover {
  border-color: var(--seashell);
  background-color: var(--gold);
  color: #fff;
  text-decoration: none;
}

.hero-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.image-6 {
  width: 180px;
}

.collection-list-wrapper-2 {
  margin-top: 35px;
}

.collection-list {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.collection-item-2 {
  width: 300px;
  padding: 20px;
}

.preloader {
  z-index: 99999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-100%);
}

.preloader-icon {
  width: 400px;
}

.before-after-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-code-snippet {
  display: none;
}

.udesly-label-text {
  width: auto;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.udesly-after-label {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.udesly-before-label {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.udesly-circle-handle {
  width: 40px;
  height: 40px;
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
}

.udesly-handlebar-wrapper {
  z-index: 10;
  width: 1px;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.udesly-left-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
}

.udesly-left-image.rotate {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.udesly-right-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
}

.udesly-right-image.rotate {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.udesly-before-after-slider {
  width: 300px;
  height: 40vh;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.before-after-contanier {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: flex;
}

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

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-bottom: 36px;
  display: flex;
}

.heading--1 {
  text-align: center;
  align-self: flex-start;
  padding-left: 24px;
}

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

.map-img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 4px;
}

.map-wrap {
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(58, 56, 50, .14), rgba(58, 56, 50, .14));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instructions-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.instruction-header {
  color: var(--gold);
  align-self: center;
}

.instruction-content {
  color: var(--white);
  align-self: center;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: left;
  flex-direction: column;
  display: flex;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: var(--floral-white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular {
  color: #fbbc04;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--light-grey);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--black);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--light-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a:hover {
  background-color: var(--black);
  color: var(--flowui-component-library--white);
}

.f-paragraph-small {
  height: auto;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

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

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-40 {
  margin-bottom: 24px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: scroll;
}

.f-testimonial-card {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 32px 32px;
  display: flex;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  width: 500px;
  height: 100%;
  align-self: stretch;
  overflow: visible;
}

.f-testimonial-slider-large {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 48px;
}

.f-h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

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

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-section {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

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

.f-icon-outline {
  color: rgba(207, 163, 59, 0);
  -webkit-text-stroke-color: #fbbc04;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.empty-state-2 {
  background-color: rgba(221, 221, 221, 0);
}

.f-testimonial-icon-wrapper {
  grid-column-gap: 4px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.google-icon {
  width: 32px;
}

.rating-number {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.f-date-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
}

.read-more-text, .read-less-text {
  color: var(--flowui-component-library--gray-500);
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}

.flex-block {
  cursor: pointer;
  display: inline-block;
}

.f-testimonial-top-wrapper {
  grid-column-gap: 4px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  overflow: scroll;
}

.powered-by-block {
  grid-column-gap: .25rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
}

.powere-by {
  width: 84px;
}

.booking-block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.booking-block-heading {
  text-align: center;
  margin-bottom: 36px;
}

.booking-steps-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.booking-step {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--floral-white);
  border-radius: 8px;
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: flex;
}

.booking-step-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.booking-step-number-block {
  width: 48px;
  height: 48px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.booking-step-title {
  font-size: 20px;
}

.booking-categories-wrraper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.booking-category {
  width: 100%;
  background-color: var(--white);
  color: var(--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.booking-category:hover {
  outline-color: var(--gold);
  outline-offset: 0px;
  color: var(--gold);
  outline-width: 1px;
  outline-style: solid;
  text-decoration: none;
}

.booking-category.choosed {
  border: 1px solid var(--light-grey);
}

.booking-category.choosed:hover {
  border-color: var(--light-grey);
  outline-color: var(--gold);
  outline-offset: 0px;
  color: var(--black);
  outline-width: 0;
  outline-style: none;
}

.image-7 {
  width: 5rem;
}

.booking-category-title {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.booking-sub-step {
  width: 100%;
}

.booking-services-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.booking-service {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.booking-service:hover {
  outline-offset: 0px;
  outline: 1px solid #cfa33b;
  text-decoration: none;
}

.booking-service.choosed {
  border: 1px solid var(--light-grey);
}

.booking-service.choosed:hover {
  outline-offset: 0px;
  outline: 1px #cfa33b;
}

.booking-sub-step-result {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 32px;
}

.prev-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.booking-service-img {
  width: 8rem;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  align-self: stretch;
}

.booking-service-name {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.booking-service-details-block {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.booking-service-time {
  font-family: var(--open-sans);
  font-size: 14px;
}

.booking-service-price {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.booking-service-price-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.booking-service-description {
  font-family: var(--open-sans);
  color: #5c5b5b;
}

.udesly-code-snippet-2 {
  display: none;
}

.udesly-text-field {
  min-height: 40px;
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-text-field::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-input-wrapper-2 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.booking-service-time-result {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.booking-service-time-result:hover {
  outline-color: var(--gold);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  text-decoration: none;
}

.booking-service-time-result.choosed {
  border: 1px solid var(--light-grey);
}

.booking-service-time-result.choosed:hover {
  border-color: var(--light-grey);
  outline-color: var(--gold);
  outline-offset: 0px;
  color: var(--black);
  outline-width: 0;
  outline-style: none;
}

.booking-result-title {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.booking-result-details {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.booking-info-block {
  width: 100%;
}

.booking-info-name-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.booking-confirmation-block {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  font-family: var(--open-sans);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.booking-confirmation-block:hover {
  outline-color: var(--gold);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  text-decoration: none;
}

.booking-confirmation-block.choosed {
  border: 1px solid var(--light-grey);
}

.booking-confirmation-block.choosed:hover {
  border-color: var(--light-grey);
  outline-color: var(--gold);
  outline-offset: 0px;
  color: var(--black);
  outline-width: 0;
  outline-style: none;
}

.html-embed {
  color: var(--black);
}

.booking-confirmation-title {
  font-size: 20px;
  font-weight: 600;
}

.booking-confirmation-details {
  font-size: 16px;
  font-weight: 400;
}

.booking-confirmation-details.light {
  font-weight: 300;
}

.devider {
  width: 100%;
  height: 1px;
  background-color: var(--linen);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

.booking-category-result {
  width: 100%;
  background-color: var(--white);
  color: var(--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.booking-category-result:hover {
  outline-color: var(--gold);
  outline-offset: 0px;
  color: var(--gold);
  outline-width: 1px;
  outline-style: solid;
  text-decoration: none;
}

.booking-category-result.choosed {
  border: 1px solid var(--light-grey);
}

.booking-category-result.choosed:hover {
  border-color: var(--light-grey);
  outline-color: var(--gold);
  outline-offset: 0px;
  color: var(--black);
  outline-width: 0;
  outline-style: none;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-nav {
    justify-content: space-between;
    display: flex;
  }

  .grid-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .cta-content-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }

  .blog-title {
    margin-bottom: 0;
  }

  .grid-footer {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    border-radius: 4px;
  }

  .footer-social-link {
    margin-right: 40px;
  }

  .grid-product-detail {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-content {
    max-width: 70%;
  }

  .feature-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .grid-hero {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .grid-rating {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    grid-template-columns: .75fr 1fr;
    padding-left: 200px;
    padding-right: 200px;
  }

  .background-video-hero {
    height: 500px;
  }

  .about-content {
    max-width: 70%;
  }

  ._2-column-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .cta-content-wrap-100 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-line-item {
    border-radius: 4px;
  }

  .cta-content-wrap-100-copy {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .udesly-left-image, .udesly-right-image, .udesly-before-after-slider, .map-img {
    border-radius: 4px;
  }

  .overlay {
    background-image: linear-gradient(rgba(58, 56, 50, .14), rgba(58, 56, 50, .14));
  }

  .f-testimonial-card {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 26px;
  }

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

  .guide-item {
    margin-bottom: 30px;
  }

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

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

  .nav-link.home {
    color: var(--black);
  }

  .nav-menu {
    background-color: var(--linen);
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-wrap {
    background-image: none;
  }

  .hero-title {
    font-size: 60px;
  }

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

  .about-wrap {
    width: 100%;
  }

  .section-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

  .cta-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta-content {
    text-align: center;
    margin-bottom: 30px;
  }

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

  .tabs-menu {
    margin-top: 30px;
  }

  .category-section {
    height: auto;
    padding-bottom: 80px;
  }

  .category-collection-list {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-item {
    width: 100%;
    height: 27rem;
    display: block;
  }

  .category-name {
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .footer {
    padding-bottom: 30px;
  }

  .copyright {
    margin-top: -16px;
  }

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

  .footer-social {
    margin-top: 30px;
  }

  .category-list-wrap {
    width: auto;
    height: auto;
    position: static;
  }

  .category-collection-wrap {
    width: 40%;
    padding: 10px 0;
  }

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

  .product-detail-image {
    height: 220px;
  }

  .product-tab {
    margin-top: 30px;
  }

  .product-short-description {
    margin-top: 10px;
  }

  .product-shipping-wrap {
    margin-bottom: 20px;
  }

  .collection-list-product-gallery {
    grid-template-rows: auto;
  }

  .section-spacing-bottom {
    padding-bottom: 70px;
  }

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

  .category-hero-image {
    height: 200px;
  }

  .checkout-form {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-bottom: 60px;
  }

  .feature-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-founder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

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

  .feature-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .value-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .value-image {
    height: 500px;
    object-fit: cover;
    object-position: 50% 0%;
    position: static;
  }

  .contact-social {
    margin-top: 30px;
  }

  .contact-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .contact-wrap.margin {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .accordion-title.instruction-header {
    text-align: left;
  }

  .blog-detail {
    padding: 40px 20px;
  }

  .blog-detail.section-spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-image {
    margin-bottom: 0;
  }

  .blog-rich-text {
    margin-top: 20px;
  }

  .not-found-404 {
    line-height: 1em;
  }

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

  .hero-image {
    height: 500px;
    object-fit: cover;
  }

  .hero-content-wrap {
    padding-bottom: 50px;
  }

  .shop-category-wrap {
    flex-wrap: wrap;
  }

  .shop-category-title {
    margin-bottom: 10px;
  }

  .instructions-section, .section-licenses, .section-changelog {
    padding: 40px 20px;
  }

  .grid-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 2.75fr 1fr;
    align-items: start;
  }

  .hero-center-content-wrap {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .hero-center-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-center-title {
    font-size: 60px;
  }

  .grid-rating {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-wrap {
    height: auto;
  }

  .insta-image-item {
    display: none;
  }

  .category-mask {
    max-width: 50%;
  }

  .nav-button {
    background-color: var(--linen);
    border-radius: 10px;
    padding: 10px;
  }

  .nav-button.w--open {
    background-color: var(--linen);
  }

  .nav-button.no-background {
    background-color: rgba(231, 222, 216, 0);
  }

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

  .dropdown-toggle {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-sub-title {
    margin-top: 104px;
    margin-left: 32px;
    font-size: 60px;
    position: static;
  }

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

  .sub-title {
    font-size: 60px;
  }

  .hero-small-image {
    display: none;
  }

  .background-video-hero {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .project-detail-info {
    margin-top: 0;
  }

  .about-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-description {
    margin-bottom: 40px;
  }

  .background-video {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-image-item.one, .about-image-item.two, .about-image-item.three, .about-image-item.four, .about-image-item.five {
    display: none;
  }

  .main-category {
    width: 100%;
  }

  .image-wrapper {
    height: 550px;
  }

  .img._2 {
    width: 80%;
    height: 300px;
    margin-bottom: 40%;
  }

  .img._1 {
    z-index: 2;
    width: 80%;
    height: 300px;
  }

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

  .cta-content-wrap-100 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta-title-copy {
    text-align: left;
  }

  .cta-content-copy {
    text-align: left;
    margin-bottom: 30px;
  }

  .image-line {
    margin-bottom: 15px;
    overflow: visible;
  }

  .image-line-item {
    width: 300px;
    height: 200px;
    margin-left: .5rem;
    margin-right: .5rem;
    overflow: visible;
  }

  .cta-content-wrap-100-copy {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .newsletter-form {
    width: 100%;
  }

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

  .hero-title-video {
    font-size: 60px;
  }

  .collection-item {
    height: 220px;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-list-2 {
    background-color: var(--linen);
  }

  .hero-sub-title-2 {
    margin-top: 70px;
    margin-left: 32px;
    font-size: 60px;
    position: static;
  }

  .icon-copy {
    font-size: 30px;
  }

  .image-5 {
    width: 200px;
  }

  .collection-item-2 {
    width: 50%;
  }

  .udesly-handlebar-wrapper {
    height: 500px;
  }

  .heading--1 {
    align-self: center;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-mask {
    width: 420px;
    height: 22rem;
  }

  .powere-by {
    width: 84px;
  }

  .booking-categories-wrraper {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

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

  .grid-nav {
    grid-column-gap: 4px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1.25fr 1.5fr;
  }

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

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

  .section-title {
    margin-bottom: 30px;
  }

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

  .tabs-menu {
    flex-flow: wrap;
    align-items: center;
  }

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

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

  .category-collection-list {
    flex-wrap: wrap;
  }

  .category-item {
    height: 20rem;
  }

  .category-name {
    width: 150px;
    height: 150px;
    font-size: 14px;
  }

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

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

  .grid-footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .collection-list-category {
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-bottom: 40px;
  }

  .utility-page-wrap {
    height: auto;
  }

  .hero-inner-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-founder, .value-wrap {
    margin-top: 60px;
  }

  .contact-wrap {
    margin-top: 0;
  }

  .contact-wrap.margin {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .hero-content-wrap {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .shop-category-link {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-hero {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr 2.25fr;
  }

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

  .category-mask {
    max-width: 50%;
  }

  .hero-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-inner.hero-big-image {
    height: 100%;
  }

  .hero-sub-title {
    margin-left: 5px;
    font-size: 50px;
  }

  .sub-title {
    font-size: 50px;
  }

  .background-video-hero {
    width: 250px;
    height: 200px;
  }

  .hero-big-image {
    height: 250px;
    object-fit: cover;
  }

  .container-medium, .grid-footer-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .search-image-wrap {
    margin-top: 20px;
  }

  .search-content {
    margin-bottom: 0;
  }

  .search-result-link {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .about-description {
    margin-bottom: 20px;
  }

  .contact-image {
    height: 350px;
  }

  .brand {
    padding-left: 0;
  }

  .background-video {
    height: 200px;
  }

  .image-wrapper {
    margin-top: 32px;
  }

  .img._2, .img._1 {
    width: 70%;
    height: 350px;
  }

  ._2-column-grid {
    display: block;
  }

  .image-line-item {
    width: 252px;
    height: 168px;
    overflow: visible;
  }

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

  .hero-title-video {
    font-size: 50px;
  }

  .background-video-2 {
    height: 60vh;
  }

  .hero-sub-title-2 {
    margin-left: 5px;
    font-size: 50px;
  }

  .hero-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 10px;
  }

  .image-5 {
    width: 200px;
  }

  .image-6 {
    width: 150px;
  }

  .before-after-header {
    text-align: center;
  }

  .udesly-before-after-slider {
    width: 256px;
  }

  .f-testimonial-background {
    display: none;
  }

  .f-testimonial-right-a {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(30px);
  }

  .f-testimonial-left-a {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(-30px);
  }

  .f-testimonial-slider-mask {
    width: 400px;
    height: auto;
  }

  .f-testimonial-slider-large {
    padding-bottom: 60px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .powered-by-block {
    justify-content: center;
    align-self: center;
  }

  .powere-by {
    width: 80px;
  }

  .booking-service {
    flex-flow: wrap;
  }

  .booking-service-img {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 21px;
  }

  h6 {
    font-size: 17px;
  }

  .button.nav {
    display: none;
  }

  .input-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .button-outline.blog-button {
    margin-top: 10px;
  }

  .grid-nav {
    display: flex;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

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

  .tab-content {
    font-size: 20px;
  }

  .tabs-menu {
    margin-top: 10px;
  }

  .tab-link-image {
    height: 20px;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-section {
    padding-bottom: 50px;
  }

  .category-item.main-category {
    height: 300px;
  }

  .category-name {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-footer {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-title {
    margin-bottom: 10px;
  }

  .footer-email {
    margin-bottom: 20px;
  }

  .category-collection-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-product-detail {
    grid-row-gap: 24px;
  }

  .product-detail-image {
    height: 150px;
  }

  .product-tab-menu {
    flex-direction: row;
    align-items: flex-start;
  }

  .product-tab-link {
    margin-right: 10px;
  }

  .product-shipping-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .review-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

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

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .feature-item {
    padding: 10px 0;
  }

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

  .accordion-title {
    padding-right: 20px;
  }

  .blog-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .blog-dash {
    margin-top: 0;
    display: none;
  }

  .not-found-404 {
    font-size: 120px;
  }

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

  .hero-image {
    height: 400px;
  }

  .hero-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-mask {
    max-width: 100%;
  }

  .nav-button {
    padding: 10px;
  }

  .hero-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-sub-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 40px;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .background-video-hero {
    width: 100%;
    height: 150px;
  }

  .hero-big-image {
    height: 150px;
  }

  .grid-footer-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 0;
  }

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

  .background-video {
    height: 150px;
  }

  .category-wrapper {
    flex-direction: column;
  }

  .image-wrapper {
    height: 400px;
  }

  .img._2, .img._1 {
    height: 220px;
  }

  .section.gallary {
    padding-top: 20px;
  }

  .image-line-item {
    width: 180px;
    height: 120px;
    overflow: visible;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
    padding-left: .125em;
    padding-right: .125em;
  }

  .tabs-menu-underline-wrapper {
    grid-column-gap: 8px;
    padding: .8em 0 1em;
  }

  .tabs-nav-text {
    font-size: 14px;
  }

  .service-item {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .services-item-left {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .services-item-right {
    height: 300px;
  }

  .hero-title-video {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .collection-item {
    height: 150px;
  }

  .accordion-title-copy {
    padding-right: 20px;
  }

  .background-video-2 {
    height: 80vh;
  }

  .image-4 {
    width: 150px;
  }

  .hero-sub-title-2 {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 40px;
  }

  .hero-bottom {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .image-5, .image-6 {
    width: 150px;
  }

  .collection-item-2 {
    width: 100%;
  }

  .preloader {
    overflow: hidden;
  }

  .udesly-circle-handle {
    width: 60px;
    height: 60px;
  }

  .udesly-handlebar-wrapper {
    height: 300px;
  }

  .udesly-before-after-slider {
    width: 100%;
    min-width: 250px;
  }

  .f-testimonial-left-a {
    border-color: var(--light-grey);
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-star-wrapper {
    flex-wrap: wrap;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .empty-state-2 {
    height: 1px;
  }

  .f-testimonial-icon-wrapper {
    flex: 0 auto;
    order: -1;
  }

  .f-testimonial-top-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .powered-by-block {
    flex-wrap: wrap;
  }

  .booking-step, .booking-service {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .udesly-input-wrapper-2 {
    width: auto;
    max-width: none;
  }

  .booking-service-time-result {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .booking-info-name-block {
    flex-flow: wrap;
  }

  .booking-confirmation-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .booking-category-result.choosed {
    padding: 1.5rem;
  }
}

#w-node-fd515efb-52d7-32fd-3cb7-ef64f700a484-a4b07aff, #w-node-fd515efb-52d7-32fd-3cb7-ef64f700a482-a4b07aff, #w-node-e660aa70-e436-110f-ff59-19bcc57b1253-a4b07aff, #w-node-e660aa70-e436-110f-ff59-19bcc57b1259-a4b07aff, #w-node-e660aa70-e436-110f-ff59-19bcc57b125f-a4b07aff, #w-node-e660aa70-e436-110f-ff59-19bcc57b1265-a4b07aff, #w-node-_1fc08bad-a5e8-d67d-832c-120cc1ea41ea-a4b07aff, #w-node-_1fc08bad-a5e8-d67d-832c-120cc1ea41e8-a4b07aff, #w-node-ceaffa54-90f1-7e43-9564-38581466f8a6-1466f8a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b44b794-c993-d70a-97c4-39c7e21c1fcb-1466f8a3 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-b85e51a6-ce00-68e6-63d1-6299bbb4afd9-1466f8a3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ceaffa54-90f1-7e43-9564-38581466f8b5-1466f8a3, #w-node-_1ac69bba-87e4-b043-c16f-ca6371cbdef5-1466f8a3, #w-node-ceaffa54-90f1-7e43-9564-38581466f8cb-1466f8a3, #w-node-ceaffa54-90f1-7e43-9564-38581466f8d8-1466f8a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b09c3d46-e84e-d303-e50b-5d2dc860a6e7-1466f8a3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_80a1d44f-3bcd-aced-27dd-1e859cc0ed2a-1466f8a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0352801e-ad9b-0d66-4ab6-fc4ad357fa8b-1466f8a3 {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: end;
}

#w-node-_2c5d90ab-f8e3-2f9c-2f6e-1a753b238e41-3b238e3c {
  justify-self: center;
}

#w-node-fd37fe38-5f56-8319-7aab-1b56920b33b6-3b238e3c, #w-node-_4680ca21-9cd6-e1e4-3146-46e516238cb9-a4b07b1e, #w-node-_4680ca21-9cd6-e1e4-3146-46e516238cbc-a4b07b1e, #w-node-_154a3d20-7c18-c20f-3049-d3d0f9e0c24a-a4b07b21, #w-node-_6d64ce04-37dc-590f-9d0f-e695de423123-a4b07b21, #w-node-ad28583e-80e1-350d-6f8a-03a494af6f11-a4b07b22, #w-node-_3ff078ce-c9c4-6e2f-f9d3-e0ff8a4c9abf-a4b07b22, #w-node-_3ff078ce-c9c4-6e2f-f9d3-e0ff8a4c9ac2-a4b07b22, #w-node-c3e8727a-6422-84d8-5150-034d1d681218-a4b07b23, #w-node-f17ddfd9-f11c-7a89-bbbc-d5c567ade2bd-a4b07b24, #w-node-bde95e18-90c0-2e8e-8039-4f7bcece7e5b-a4b07b24, #w-node-_9a79aafc-2290-7dbe-c06b-9ec786c7b2bd-a4b07b24, #w-node-edeca082-34b1-af18-8111-e5492deb0fc8-a4b07b24, #w-node-_2cafde12-4a92-de01-56cb-dca0dfda7aee-a4b07b43, #w-node-_4f1fb630-710d-1621-415e-308fa2fb6bd3-a4b07b43, #w-node-_2be40cba-6d5a-b2ca-4693-151b44282179-a4b07b44, #w-node-_0a69bf16-23be-a824-ff81-33e699251ff7-a4b07b44, #w-node-_820457c5-5655-54c5-c55c-df36828c45b6-a4b07b44, #w-node-_6266fec9-5fd1-7c3f-9ffa-10b52cc96908-a4b07b44, #w-node-_6266fec9-5fd1-7c3f-9ffa-10b52cc9690e-a4b07b44, #w-node-_6266fec9-5fd1-7c3f-9ffa-10b52cc96914-a4b07b44, #w-node-_6266fec9-5fd1-7c3f-9ffa-10b52cc9691a-a4b07b44, #w-node-f531895a-b22a-6778-2b1c-59e2fc216014-a4b07b44, #w-node-_9cef2f2d-4bfa-9ed5-3efb-4af915c98f6f-a4b07b44, #w-node-eeb11e93-b061-3a26-e823-e3289fc9ef9b-a4b07b44, #w-node-eeb11e93-b061-3a26-e823-e3289fc9ef9d-a4b07b44, #w-node-c68491cf-dddb-68d5-0fef-59075056d57e-a4b07b44, #w-node-c68491cf-dddb-68d5-0fef-59075056d581-a4b07b44, #w-node-_2ba4195c-c4a3-fd8b-9f22-1056469a5d3f-a4b07b5c, #w-node-_23fe6fdd-a6dc-4c2b-53d6-6a223d88a6dc-a4b07b5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23fe6fdd-a6dc-4c2b-53d6-6a223d88a6db-a4b07b5c {
  align-self: start;
  justify-self: center;
}

#w-node-_5e920c58-5063-ef2d-07de-0ada4d808e26-a4b07b60, #w-node-d92cd5a1-5397-af12-9d34-35795941722e-25d75d73, #w-node-d92cd5a1-5397-af12-9d34-35795941723c-25d75d73, #w-node-d92cd5a1-5397-af12-9d34-35795941724f-25d75d73, #w-node-_5ffc563b-dae7-a98c-6a7f-237dcf08b91c-25d75d73, #w-node-_5ffc563b-dae7-a98c-6a7f-237dcf08b925-25d75d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cf0a9fa-5072-54fc-fd2c-0448c149779d-ed9b54cb {
  justify-self: center;
}

#w-node-_0cf0a9fa-5072-54fc-fd2c-0448c14977b6-ed9b54cb, #w-node-fd515efb-52d7-32fd-3cb7-ef64f700a484-ed9b54cb, #w-node-fd515efb-52d7-32fd-3cb7-ef64f700a482-ed9b54cb, #w-node-_860a5ef9-3794-9a2d-0fc6-0ba374ee8dd1-ed9b54cb, #w-node-_860a5ef9-3794-9a2d-0fc6-0ba374ee8dd5-ed9b54cb, #w-node-_860a5ef9-3794-9a2d-0fc6-0ba374ee8dd9-ed9b54cb, #w-node-_860a5ef9-3794-9a2d-0fc6-0ba374ee8ddd-ed9b54cb, #w-node-_1fc08bad-a5e8-d67d-832c-120cc1ea41ea-ed9b54cb, #w-node-_1fc08bad-a5e8-d67d-832c-120cc1ea41e8-ed9b54cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fd515efb-52d7-32fd-3cb7-ef64f700a482-a4b07aff {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-ceaffa54-90f1-7e43-9564-38581466f8a6-1466f8a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_80a1d44f-3bcd-aced-27dd-1e859cc0ed2a-1466f8a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_2c5d90ab-f8e3-2f9c-2f6e-1a753b238e48-3b238e3c {
    justify-self: end;
  }

  #w-node-_820457c5-5655-54c5-c55c-df36828c45b6-a4b07b44 {
    align-self: end;
  }

  #w-node-_0cf0a9fa-5072-54fc-fd2c-0448c14977b4-ed9b54cb {
    justify-self: end;
  }

  #w-node-fd515efb-52d7-32fd-3cb7-ef64f700a482-ed9b54cb {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7b44b794-c993-d70a-97c4-39c7e21c1fcb-1466f8a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c5d90ab-f8e3-2f9c-2f6e-1a753b238e48-3b238e3c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_2be40cba-6d5a-b2ca-4693-151b44282179-a4b07b44 {
    order: 9999;
  }

  #w-node-_0a69bf16-23be-a824-ff81-33e699251ff7-a4b07b44 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_820457c5-5655-54c5-c55c-df36828c45b6-a4b07b44 {
    order: 9999;
    justify-self: end;
  }

  #w-node-_0cf0a9fa-5072-54fc-fd2c-0448c14977b4-ed9b54cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Amsterdam';
  src: url('../fonts/Amsterdam.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vacelyn';
  src: url('../fonts/Vacelyn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotu';
  src: url('../fonts/Gotu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tuesdaynight';
  src: url('../fonts/TuesdayNight-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prestigious';
  src: url('../fonts/Prestigious.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}