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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

body {
  color: #58595b;
  background-color: #e7e7e8;
  font-family: Journalsansnew, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

p {
  margin-bottom: 0;
}

a {
  color: #58595b;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.grid-wrapper {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.nav-link {
  height: 100%;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-link.w--current {
  color: #fff;
}

.section {
  z-index: 10;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

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

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

.overlay {
  background-color: rgba(8, 8, 8, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.subtitle {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.subtitle.light {
  color: #fff;
}

.option-list {
  color: #667479;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.cart-item-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.order-details {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 0;
  display: flex;
}

.cart-item-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cart-item-top.small {
  margin-bottom: 12px;
}

.cart-title {
  letter-spacing: .02em;
  text-transform: none;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
}

.cart-title.small {
  margin-bottom: 4px;
}

.cart-item-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price {
  color: #667479;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.product-card {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #080808;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.page-wrapper {
  color: #080808;
  background-color: #fff;
  font-family: Generalsans;
  font-weight: 400;
  display: block;
}

.background {
  background-image: url('../fe_images/Image001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.checkout-background {
  background-image: url('../fe_images/Image001-1.jpg');
}

.background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.page-content {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.arrow-cover {
  z-index: 25;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-intro {
  max-width: 525px;
  grid-column-gap: 40px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.body-display {
  color: #667479;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.small {
  font-size: 15px;
}

.dark-slide-arrow {
  width: 48px;
  height: 48px;
  background-color: #080808;
  border: 1px #e4e9ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 90px;
}

.heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35em;
}

.heading.large {
  font-size: 42px;
}

.underline-link {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.arrow-icon {
  width: 14px;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.stacked-intro.small {
  grid-row-gap: 18px;
}

.stacked-intro.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.tab-top {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 28px 0;
  text-decoration: none;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 0;
  padding-right: 0;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.menu-category {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.link-arrow-wrapper {
  overflow: hidden;
}

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

.checkout-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.checkout-right {
  min-width: 500px;
  background-color: #fff;
  padding: 80px 5vw 160px 80px;
  position: relative;
  top: 0;
}

.checkout-left {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 48px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 160px;
  display: grid;
}

.field {
  height: 52px;
  color: #667479;
  background-color: rgba(255, 255, 255, 0);
  border-color: #e4e9ec;
  border-radius: 2px;
  margin-bottom: 24px;
  padding: 14px 20px;
  font-size: 15px;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.field:focus, .field.-wfp-focus {
  border-color: #99a7ac;
}

.field.no-margin {
  margin-bottom: 0;
}

.field.short-margin {
  margin-bottom: 12px;
}

.block-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
}

.block-header {
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  padding: 0 0 36px;
}

.customer-wrapper {
  margin-bottom: 0;
}

.field-label {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6em;
}

.field-label.red {
  color: #ac4b4b;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 0 0 12px;
  font-size: 9px;
  line-height: 1.3em;
}

.shipping-method-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  border-left-style: none;
  border-right-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shipping-method {
  border: 1px solid #e4e9ec;
  border-radius: 2px;
  padding: 18px;
}

.sticky-checkout-sidebar {
  max-width: 450px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.web-payments {
  margin-bottom: -8px;
}

.checkout-banner {
  min-height: 260px;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 160px;
  padding-bottom: 60px;
  display: grid;
}

.order-item {
  border-top: 1px #e4e9ec;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.order-item:nth-child(2n+1) {
  border-radius: 4px;
}

.order-image {
  min-height: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.order-item-image {
  width: 80px;
  height: 80px;
  min-height: 100%;
  object-fit: cover;
}

.order-item-list {
  max-height: 425px;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
  overflow: auto;
}

.order-items, .order-summary {
  margin-bottom: 0;
}

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

.order-quantity {
  color: #667479;
  font-size: 12px;
}

.quantity-number {
  margin-left: 2px;
}

.submit-button {
  height: 52px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  display: flex;
}

.summary-text {
  color: #667479;
  font-size: 15px;
  font-weight: 400;
}

.summary-text.dark {
  color: #080808;
}

.summary-text.dark-bold {
  color: #080808;
  font-weight: 500;
}

.discounts {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.discount-button-wrapper {
  height: auto;
  color: #080808;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e9ec;
  border-left-style: none;
  border-radius: 0 100px 100px 0;
  align-items: stretch;
  margin-left: 0;
  padding: 6px;
  font-size: 11px;
  display: flex;
}

.discount-code {
  height: 52px;
  color: #667479;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid none solid solid;
  border-color: #e4e9ec;
  border-radius: 100px 0 0 100px;
  padding-left: 30px;
}

.discount-code:focus {
  border-style: solid none solid solid;
  border-color: #e4e9ec;
}

.column {
  padding-left: 3px;
  padding-right: 3px;
}

.row {
  margin-left: -3px;
  margin-right: -3px;
}

.checkout-component {
  background-color: #fff;
  border: 1px solid rgba(228, 233, 236, 0);
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 48px 40px;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.checkout-component:hover {
  border: 1px solid #e4e9ec;
}

.billing-address-toggle {
  color: #667479;
  align-items: center;
  line-height: 1.3em;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #e4e9ec;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 3px;
}

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

.shipping-text {
  font-size: 15px;
  font-weight: 500;
}

.radio-button {
  background-color: #080808;
  border: 1px solid #e4e9ec;
  margin-right: 18px;
}

.shipping-title {
  margin-left: 0;
  margin-right: 0;
}

.apply-button {
  height: auto;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(228, 233, 236, 0);
  border-radius: 100px;
  padding: 0 20px 0 24px;
  font-size: 11px;
  line-height: 1.3em;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.apply-button:hover {
  background-color: #e4e9ec;
}

.empty-state {
  border: 1px solid #e4e9ec;
  border-radius: 2px;
}

.footer-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.special-pay-button {
  border-radius: 100px;
}

.special-pay-button.large {
  height: 48px;
}

.checkout-page {
  background-color: #f4f8fa;
}

.confirmation-block {
  font-size: 15px;
  line-height: 1.6em;
}

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

.search-result-item {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 0;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.result-info {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.search-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.search-result-list {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.result-title {
  color: #07090c;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.search-result-bar {
  background-color: #fff;
  border: 1px solid #e4e9ec;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.search-result-input {
  min-height: 50px;
  min-width: 350px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 16px;
}

.search-result-button {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #07090c;
  background-image: url('../fe_images/search24x242x-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
}

.search-result-hero {
  color: #07090c;
  background-color: #f4f8fa;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.result-image {
  min-height: 22vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-item {
  color: #667479;
  letter-spacing: 5px;
  text-transform: uppercase;
  align-items: center;
  padding-right: 24px;
  font-size: 11px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

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

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

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

.logo-html {
  color: #cfa043;
}

.link-block-2 {
  border: 1px solid #595757;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 6px 14px 6px 18px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.page-name {
  width: 330px;
  color: #b6b6b6;
  white-space: nowrap;
  font-size: 50px;
  font-weight: 700;
  line-height: 120px;
  position: absolute;
}

.page-name.cn {
  width: auto;
  line-height: 50px;
  position: relative;
  font-family: DFQianLongXingHK, sans-serif !important;
}

.c-icon {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-24 {
  width: 8px;
  height: 8px;
}

.text-block-98 {
  color: #595757;
  margin-right: 4px;
}

.menu-c-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  display: none;
}

.div-block-247 {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-233 {
  width: 1px;
  height: 1px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.div-block-233.cn {
  width: auto;
  height: auto;
  right: 30px;
  transform: none;
}

.menu-stripe {
  width: 30px;
  height: 1px;
  background-color: #cfa043;
  border-radius: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.menu {
  z-index: 99;
  width: 164px;
  color: #333;
  background-color: #e7e7e8;
  border-right: 1px solid #9c9c9c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hide {
  display: none;
}

.top-menu-link {
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .4s;
}

.top-menu-link:hover {
  transform: scale(1.1);
}

._1-st-below-text {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 200;
  text-decoration: none;
}

._1-st-below-text._1 {
  margin-right: 15px;
  font-weight: 200;
}

.c-menu-btn {
  cursor: pointer;
}

.close-menu-block {
  z-index: 25;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  bottom: 15px;
}

.close-menu-image {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.c-menu {
  z-index: 26;
  position: absolute;
  bottom: 15px;
  left: auto;
  right: auto;
}

.div-block-268 {
  position: relative;
}

.html-embed {
  width: 0;
  height: 0;
}

.speaker-arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 3px 0 0 4px;
  display: flex;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 10px;
}

.speaker-arrow:hover {
  background-color: #fff;
}

.track {
  height: 757vw;
}

.camera {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  z-index: 1;
  display: flex;
  position: relative;
  left: 0%;
}

.item {
  width: 100vw;
  height: 100vh;
  flex: none;
}

.item._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 164px;
  display: grid;
  position: relative;
}

.item._2 {
  display: flex;
}

.item._3 {
  width: 70vw;
  display: flex;
}

.item._4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item._5 {
  width: 120vw;
  border-right: 1px solid #9c9c9c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.item._6 {
  display: flex;
}

.item._7 {
  display: none;
}

.item._8 {
  background-color: #cacaca;
  display: none;
}

.item._4-5 {
  width: 167vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-306 {
  background-image: url('../fe_images/eugene-triguba-zG2I7JO2V2s-unsplash.jpg');
  background-position: 100% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 165px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-307 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-block-144 {
  letter-spacing: 30px;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.text-block-144.cn {
  letter-spacing: 10px;
}

.text-span-2 {
  color: #cfa043;
  letter-spacing: 20px;
}

.div-block-308 {
  height: 1px;
  background-color: #000;
}

.div-block-309 {
  font-size: 15px;
  line-height: 22px;
  display: flex;
}

.text-block-146 {
  width: 22px;
  height: 22px;
  border: 1px solid #cfa043;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.div-block-310 {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.div-block-311 {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.text-block-147 {
  color: #000;
  text-align: justify;
  font-size: 12px;
  line-height: 16px;
}

.text-block-148 {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.link-block-8 {
  border: 1px solid #595757;
  border-radius: 25px;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  padding: 3px 10px;
  display: flex;
}

.link-block-8.s2 {
  width: 115px;
  margin-left: 0;
  position: absolute;
  right: -80px;
}

.link-block-8.s2.hide {
  display: none;
}

.link-block-8.s3 {
  margin-top: 40px;
  margin-left: 0;
}

.link-block-8.hide {
  display: none;
}

.image-37 {
  width: 12px;
  height: 12px;
}

.text-block-149 {
  margin-right: 10px;
}

.text-block-150 {
  width: 250px;
  height: 250px;
  color: #000;
  text-align: center;
  background-color: #cfa043;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  line-height: 50px;
  display: flex;
}

.div-block-312 {
  border-right: 1px solid #9c9c9c;
  padding-top: 80px;
  padding-left: 140px;
  padding-right: 20px;
}

.div-block-313 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-314 {
  width: 25vw;
  max-width: 430px;
  min-width: 300px;
  background-image: url('../fe_images/Rectangle-1605.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-315 {
  width: 5vw;
  border-right: 1px solid #9c9c9c;
}

.div-block-316 {
  border-right: 1px solid #9c9c9c;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-152 {
  padding-top: 50px;
  padding-left: 30px;
  font-size: 100px;
  line-height: 112px;
}

.div-block-317 {
  border-left: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-317.hide {
  display: none;
}

.image-38 {
  width: 100%;
}

.text-block-153 {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: auto;
}

.div-block-318 {
  border-right: 1px solid #9c9c9c;
  padding: 60px 20px 100px;
  overflow: auto;
}

.div-block-318.grey {
  background-color: #cacaca;
}

.image-39 {
  width: 170px;
  height: 200px;
  object-fit: cover;
}

.div-block-319 {
  margin-top: 140px;
}

.text-block-154 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
}

.text-block-155 {
  color: #b6b6b6;
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 80px;
}

.text-block-155.black {
  color: #000;
}

.div-block-320 {
  border-right: 1px solid #9c9c9c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-321 {
  border-right: 1px solid #9c9c9c;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-322 {
  width: 40vw;
  border-right: 1px solid #9c9c9c;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-324 {
  width: 30vw;
  border-right: 1px solid #9c9c9c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-326 {
  width: 1px;
  height: 15px;
  background-color: #cfa043;
}

.text-block-156 {
  color: #cfa043;
  font-size: 25px;
  line-height: 50px;
}

.image-40 {
  width: 250px;
  height: 350px;
  margin-top: 60px;
}

.div-block-327 {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 20px;
  display: grid;
}

.text-block-157 {
  color: #000;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 60px;
}

.div-block-328 {
  width: 50vw;
  color: #000;
  border-right: 1px solid #9c9c9c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-329 {
  width: 50vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: center;
  justify-items: center;
  padding: 60px;
  display: grid;
}

.text-block-158 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-159 {
  font-size: 12px;
  line-height: 16px;
}

.div-block-330 {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-160 {
  width: 29vw;
  margin-bottom: 40px;
  margin-left: 40px;
}

.text-block-161 {
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 80px;
  line-height: 80px;
}

.top-menu-heading-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Journalsansnew, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.top-menu-block-2 {
  flex-direction: column;
  font-size: 1.1em;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.menu-logo-2 {
  z-index: 999;
  width: 92px;
  height: 135px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 60px;
  right: auto;
}

.menu-stripe-3 {
  width: 30px;
  height: 1px;
  background-color: #58595b;
  border-radius: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.menu-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(63, 49, 11, .7);
  position: absolute;
}

.menu-overlay.mbm-multiply {
  background-color: rgba(63, 49, 11, .7);
}

.link-11 {
  color: #fff;
  margin-right: 25px;
  font-weight: 200;
  text-decoration: none;
}

._2-nd-top-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 10%;
}

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

.link-12 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.c1opyright-text {
  color: #fff;
  font-weight: 200;
}

.top-menu-wrapper-3 {
  width: 33.3%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: auto;
}

.menu-block {
  z-index: 998;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  display: flex;
  position: fixed;
  bottom: 100%;
}

._2-nd-below-text-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-item-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-13 {
  color: #fff;
}

.text {
  text-align: justify;
}

.text-span-4 {
  color: #cfa043;
}

.image-66 {
  max-height: 70vh;
}

.div-block-386 {
  height: 100vw;
  position: relative;
}

.div-block-387 {
  height: 100vw;
  margin-top: -174px;
  position: relative;
}

.div-block-388 {
  z-index: 0;
  height: 724vw;
  margin-top: -100vh;
  position: relative;
}

.div-block-389 {
  height: 337vw;
  margin-bottom: -20px;
  position: relative;
}

.div-block-390 {
  height: 120vw;
  position: relative;
}

.div-block-391 {
  height: 100vw;
  position: relative;
}

.social-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.link-16 {
  width: 25px;
  height: 25px;
  background-image: url('../fe_images/facebook-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-16.ig {
  background-image: url('../fe_images/ig-icon2.svg');
}

.link-17 {
  margin-top: 60px;
  font-size: 20px;
  display: block;
}

@media screen and (min-width: 1440px) {
  .div-block-233.cn {
    right: 20px;
  }

  .text-block-152 {
    z-index: 1;
    position: relative;
  }

  .top-menu-heading-2 {
    font-family: Journalsansnew, sans-serif;
  }

  .menu-block {
    bottom: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #000;
    border-bottom: 1px solid #e4e9ec;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .dark-slide-arrow {
    bottom: 140px;
  }

  .heading {
    font-size: 32px;
  }

  .heading.large {
    font-size: 38px;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-form {
    padding-right: 5vw;
  }

  .checkout-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .checkout-right {
    min-width: auto;
    padding: 48px 40px 120px;
  }

  .checkout-left {
    grid-row-gap: 24px;
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .search-result-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .result-image {
    min-height: 35vw;
  }

  .menu {
    width: 130px;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
    position: relative;
    left: 0%;
  }

  .item {
    height: auto;
  }

  .item._1 {
    height: 200vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-left: 130px;
    display: flex;
  }

  .item._2 {
    flex-direction: column;
  }

  .item._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .item._4 {
    flex-direction: column;
    padding-left: 130px;
    display: flex;
  }

  .item._5 {
    width: auto;
    align-items: flex-start;
    padding: 40px 20px 40px 150px;
  }

  .item._6 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 130px;
  }

  .item._4-5 {
    width: auto;
    flex-direction: column;
    padding-left: 130px;
    display: flex;
  }

  .div-block-306 {
    height: 50%;
    margin-left: 130px;
  }

  .div-block-307 {
    height: 50%;
  }

  .div-block-311 {
    background: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
  }

  .link-block-8.s2 {
    top: auto;
    bottom: 11%;
    left: auto;
    right: 7%;
  }

  .div-block-312 {
    padding-left: 150px;
  }

  .div-block-313 {
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 140px;
    padding-left: 150px;
  }

  .div-block-314, .div-block-315 {
    display: none;
  }

  .div-block-316 {
    flex-direction: column;
    padding-left: 130px;
    display: flex;
  }

  .text-block-152 {
    margin-bottom: 40px;
  }

  .div-block-318 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-319 {
    margin-top: 40px;
  }

  .div-block-320 {
    border-right-style: none;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-321 {
    border-right-style: none;
  }

  .menu-logo-2 {
    left: 0;
  }

  .top-menu-wrapper-3 {
    width: 100%;
    padding-left: 130px;
  }

  .div-block-386 {
    height: 200vh;
    margin-bottom: 0;
  }

  .div-block-388 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cart-item-top {
    margin-bottom: 24px;
  }

  .heading.large {
    font-size: 36px;
  }

  .checkout-right {
    padding: 40px 36px 100px;
  }

  .checkout-left {
    padding-top: 48px;
  }

  .checkout-banner {
    min-height: 260px;
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .row {
    flex-direction: column;
  }

  .checkout-component {
    padding: 40px 36px;
  }

  .search-result-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .result-info {
    grid-row-gap: 12px;
  }

  .search-grid {
    padding-top: 0;
  }

  .search-result-input {
    min-width: 65vw;
  }

  .search-result-hero {
    padding-bottom: 48px;
  }

  .result-image {
    min-height: 65vw;
  }

  .link-block-2 {
    background-color: #e7e7e8;
  }

  .menu-c-block {
    margin-bottom: 10px;
  }

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

  .menu-stripe {
    width: 25px;
  }

  .menu {
    width: 100%;
    background-color: rgba(231, 231, 232, 0);
    border-bottom: 1px #9c9c9c;
    border-right-style: none;
    flex-direction: row-reverse;
    padding: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  ._1-st-below-text, ._1-st-below-text._1 {
    font-size: 12px;
  }

  .speaker-slide {
    width: 50vw;
  }

  .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item._1, .item._4 {
    padding-left: 0;
  }

  .item._5, .item._6 {
    padding-left: 20px;
  }

  .div-block-306 {
    background-position: 0 0;
    margin-left: 0;
  }

  .div-block-312 {
    padding-left: 20px;
  }

  .div-block-313 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-316 {
    padding-left: 0;
  }

  .text-block-152 {
    padding-left: 20px;
  }

  .top-menu-heading-2 {
    font-size: 24px;
  }

  .menu-logo-2 {
    width: 75px;
    height: 120px;
  }

  .menu-stripe-3 {
    width: 25px;
  }

  ._2-nd-top-block-3 {
    top: 100px;
  }

  .c1opyright-text {
    font-size: 12px;
  }

  .top-menu-wrapper-3 {
    z-index: 3;
    padding-top: 140px;
    padding-left: 0;
  }

  .menu-block {
    z-index: 99;
  }

  ._2-nd-below-text-block-2 {
    bottom: 2%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cart-item-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-item-top {
    margin-bottom: 24px;
  }

  .dark-slide-arrow {
    width: 40px;
    height: 40px;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .heading {
    font-size: 26px;
  }

  .heading.large {
    font-size: 32px;
  }

  .checkout-grid {
    grid-row-gap: 36px;
  }

  .checkout-right {
    padding: 30px 24px 80px;
  }

  .checkout-banner {
    min-height: 100px;
    padding-bottom: 36px;
  }

  .checkout-component {
    padding: 30px 24px;
  }

  .search-result-input {
    min-width: 65vw;
  }

  .search-result-hero {
    padding-top: 120px;
    padding-bottom: 36px;
  }

  .menu {
    border-bottom-style: none;
  }

  .top-menu-link {
    margin-bottom: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }

  ._1-st-below-text, ._1-st-below-text._1 {
    line-height: 16px;
  }

  .speaker-slide {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .item._4-5 {
    padding-left: 0;
  }

  .div-block-307 {
    padding-top: 160px;
  }

  .text-block-144, .text-block-144.cn {
    font-size: 45px;
    line-height: 45px;
  }

  .text-block-150 {
    font-size: 45px;
  }

  .text-block-152, .text-block-155 {
    font-size: 45px;
    line-height: 45px;
  }

  .top-menu-heading-2 {
    margin-bottom: 7px;
    font-size: 24px;
  }

  ._2-nd-top-block-3 {
    top: 3%;
  }

  .c1opyright-text {
    line-height: 16px;
  }

  ._2-nd-below-text-block-2 {
    bottom: 1%;
  }

  .menu-item-block-3 {
    margin-bottom: 20px;
  }
}

#w-node-cad6eaef-9a72-2542-e903-c498e17f011e-f4232cfc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_039306bd-9009-c5bd-e804-8f4d4da7efd6-f4232cfc {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1d6c70bb-40d2-24d8-b7ab-529ded59b3c3-f4232cfc {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_323f936c-38a4-c827-533f-68be522ab48b-f4232cfc, #w-node-_323f936c-38a4-c827-533f-68be522ab492-f4232cfc, #w-node-_323f936c-38a4-c827-533f-68be522ab4a5-f4232cfc, #w-node-ccfc3435-d339-297c-0451-be2b7b83330f-f4232cfc, #w-node-ccfc3435-d339-297c-0451-be2b7b833316-f4232cfc, #w-node-ccfc3435-d339-297c-0451-be2b7b833329-f4232cfc, #w-node-b06770d9-0e78-6fae-bf34-93c473747b50-f4232cfc, #w-node-_5d73248e-ed10-1379-3bee-39c12539791d-f4232cfc, #w-node-cdad3806-38eb-b51d-582f-d8c83e64c625-f4232cfc, #w-node-ecfdf029-ffcc-d8c7-f150-24e62e7c7d18-f4232cfc, #w-node-f947dcd8-288b-eba4-42be-9011fdfdd8fe-f4232cfc, #w-node-a1b2df27-8333-ca98-3120-b14c4af410b8-f4232cfc, #w-node-_18302520-086b-7250-0eca-e0d2b67abeb2-f4232cfc, #w-node-_18302520-086b-7250-0eca-e0d2b67abeb7-f4232cfc, #w-node-_18302520-086b-7250-0eca-e0d2b67abebc-f4232cfc, #w-node-_18302520-086b-7250-0eca-e0d2b67abec1-f4232cfc, #w-node-d10c4344-c9b6-4c5a-52a3-37aa974ecb37-f4232cfc, #w-node-d10c4344-c9b6-4c5a-52a3-37aa974ecb38-f4232cfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cad6eaef-9a72-2542-e903-c498e17f011e-f4232cfd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d4541492-ab51-b843-5b9f-ea205d12130d-f4232cfd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1d6c70bb-40d2-24d8-b7ab-529ded59b3c3-f4232cfd {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_323f936c-38a4-c827-533f-68be522ab48b-f4232cfd, #w-node-_323f936c-38a4-c827-533f-68be522ab492-f4232cfd, #w-node-_323f936c-38a4-c827-533f-68be522ab4a5-f4232cfd, #w-node-ba86142b-de47-8386-2d11-11d1ce324842-f4232cfd, #w-node-ba86142b-de47-8386-2d11-11d1ce324849-f4232cfd, #w-node-ba86142b-de47-8386-2d11-11d1ce324850-f4232cfd, #w-node-dbea88fc-3895-04c5-cfc8-2830925571e3-f4232cfd, #w-node-ba86142b-de47-8386-2d11-11d1ce324857-f4232cfd, #w-node-cdad3806-38eb-b51d-582f-d8c83e64c625-f4232cfd, #w-node-ecfdf029-ffcc-d8c7-f150-24e62e7c7d18-f4232cfd, #w-node-f947dcd8-288b-eba4-42be-9011fdfdd8fe-f4232cfd, #w-node-a1b2df27-8333-ca98-3120-b14c4af410b8-f4232cfd, #w-node-_18302520-086b-7250-0eca-e0d2b67abeb2-f4232cfd, #w-node-_18302520-086b-7250-0eca-e0d2b67abeb7-f4232cfd, #w-node-_18302520-086b-7250-0eca-e0d2b67abebc-f4232cfd, #w-node-_18302520-086b-7250-0eca-e0d2b67abec1-f4232cfd, #w-node-_4d23c564-e9e9-dc3d-ec2c-73d20ebba5b1-f4232cfd, #w-node-_4d23c564-e9e9-dc3d-ec2c-73d20ebba5b2-f4232cfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90abf969-3c9a-210f-4c53-66ae2a9d4d22-f4232d1c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61a7f3f99c97ebc4ce4a9a27an-f4232d1c {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-db0dfc68-8dc0-5c4d-fbc1-b8d9d59f1201-f4232d5b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_632c4189-6cb9-87d2-1a91-482b2ac5a0a7-f4232d5b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_632c4189-6cb9-87d2-1a91-482b2ac5a0a8-f4232d5b {
  justify-self: center;
}

#w-node-_61a7f3f99c97eb119a4a9a2dan-f4232d5b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_803b050a-d54e-408c-6a8b-b05009f14480-f4232d5f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61a7f3f99c97eb70974a9a2aan-f4232d5f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ac335ec4-fbb2-80ee-abe4-ab75201e5d91-f4232d6a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-aeace4a0-ba05-f582-866c-a1b2fcd8abc6-f4232d6a {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_039306bd-9009-c5bd-e804-8f4d4da7efd6-f4232cfc {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1d6c70bb-40d2-24d8-b7ab-529ded59b3c3-f4232cfc {
    grid-area: 1 / 2 / 3 / 3;
  }
}


@font-face {
  font-family: 'Journalsansnew';
  src: url('../fonts/JournalSansNew-Oblique.ttf') format('truetype'), url('../fonts/JournalSansNew-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Journalsansnew';
  src: url('../fonts/JournalSansNew-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Journalsansnew';
  src: url('../fonts/JournalSansNew.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DFQianLongXingHK';
  src: url('../fonts/DFQianLongXingHK-W7.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

/*width*/
#scrollbar::-webkit-scrollbar {
width:5px;
height: 0px;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  #scrollbar::-webkit-scrollbar { width:0px; height: 0px;}
}
/*track*/
#scrollbar::-webkit-scrollbar-track {
background:rgba(243, 246, 252, 0);
border-radius:25px;
}
/*thumb*/
#scrollbar::-webkit-scrollbar-thumb {
background:#e2e7f1;
border-radius:25px;
}
#scrollbar::-webkit-scrollbar-thumb:hover {
background: #090b19;
}

.fixed-notification-block {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #333133;
}

.text-block-31a {
    color: #fff;
    font-weight: 400;
}

.link-block-7a {
  padding: 7px;
}

.link-block-7a img{
  width: 20px;
}