:root {
  --seashell-2: #fdf4ee;
  --lavender: #f5ecff;
  --dark-slate-blue: #5d4b7a;
  --dark-slate-grey: #223b38;
  --misty-rose: #f3d0d3;
  --slate-grey: #817895;
  --medium-purple: #907fb1;
  --dark-slate-blue-2: #614f89;
  --seashell: #fcf4ef;
  --dark-slate-blue-3: #62477c;
  --dark-slate-blue-4: #6b5383;
  --dark-slate-blue-5: #6a5284;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartquantity {
  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-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

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

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

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

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

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

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

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

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

.w-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-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-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

h1 {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Dahlia condensed, sans-serif;
  font-size: 14vw;
  font-weight: 400;
  line-height: .8;
}

p {
  margin-bottom: 10px;
}

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

.preload {
  z-index: 100;
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
  background-color: #f4d0d4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-3 {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-3 {
  z-index: 1;
  width: 400px;
  height: 400px;
  mix-blend-mode: darken;
}

.section-2 {
  width: 100vw;
  height: 88vw;
  background-color: var(--seashell-2);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 1;
  width: 100%;
  max-width: 120%;
  mix-blend-mode: normal;
  display: block;
  position: absolute;
  top: -3px;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--lavender);
  overflow: visible;
}

.emoji-button {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(87deg, #0f0c29, #302b63 53%, #24243e);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.emoji-button:active {
  transform: scale(.95);
}

.div-block-6 {
  z-index: 4;
  width: 33vw;
  height: 43vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 30.3vw;
  bottom: 0;
  left: 34.8vw;
  right: 34.8vw;
  overflow: hidden;
}

.image-4 {
  z-index: 6;
  max-width: 100%;
  display: block;
  position: absolute;
}

.image-5 {
  width: auto;
  height: 140%;
  max-width: 130%;
  position: absolute;
  top: -3px;
}

.main-hero_heading-2 {
  z-index: 9;
  width: 100%;
  max-width: 10.2em;
  color: #d7c6ee;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  padding-top: 57px;
  font-family: Dahlia condensed, sans-serif;
  font-size: 14vw;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: absolute;
  top: 11.8vw;
}

.main-hero_heading-2.s2 {
  max-width: 8em;
  color: #f5f0ff;
  margin-bottom: 0;
  padding-top: .5vw;
  font-size: 12vw;
  line-height: 85%;
  top: auto;
  bottom: 1vw;
  overflow: hidden;
}

.main-hero_heading-2.se4 {
  max-width: 5em;
  color: #fff;
  margin: 0 auto 0;
  padding-top: 0;
  padding-bottom: .5vw;
  font-size: 9vw;
  line-height: 90%;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: 0%;
  right: 0%;
}

.main-hero_heading-2.se41 {
  max-width: 5em;
  color: #fff;
  margin: 0 auto 0;
  padding-top: 0;
  padding-bottom: .5vw;
  font-size: 9vw;
  line-height: 90%;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.work_link {
  margin-left: 4.4em;
  position: relative;
}

.s {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c {
  width: 100vw;
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  width: 520px;
  text-align: left;
}

.div-block-7, .div-block-8 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-l {
  cursor: pointer;
  margin-right: 0;
}

.button-l.sound_01 {
  width: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-l.sound_04, .button-l.sound_02, .button-l.sound_03, .button-l.sound_05, .button-l.sound_06, .button-l.sound_07, .button-l.sound_08 {
  width: auto;
}

.sound.hide {
  display: none;
  position: static;
}

.characters-div {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3vw;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 12px;
  display: flex;
}

.footer-top {
  width: 100%;
  height: 30vw;
  background-color: var(--lavender);
  border-radius: 7px;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 16px;
  padding-bottom: 0;
  display: flex;
}

.footer {
  background-color: #61497d;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow: visible;
}

.div-block-13 {
  width: 100%;
  height: 70%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(93, 75, 122, .2);
  grid-template-rows: 20vw;
  grid-template-columns: 60% 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-15 {
  width: 100%;
  max-width: none;
  border-left: 1px solid rgba(93, 75, 122, .2);
  padding: 23px 12px 12px;
}

.image-8 {
  opacity: .06;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 31%;
  right: 0%;
}

.divider-1 {
  width: 1px;
  height: 100%;
  opacity: .2;
  background-color: #5d4b7a;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: var(--dark-slate-blue);
  opacity: .2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-little {
  opacity: .5;
  color: var(--dark-slate-blue);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Aeonik, sans-serif;
  font-size: .6vw;
  font-weight: 300;
  line-height: 100%;
}

.text-little.left {
  margin-bottom: 0;
  text-decoration: none;
}

.text-little.left.light {
  color: #d7c6ee;
}

.text-little.left.light.off {
  font-size: .7vw;
}

.text-block-3 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  line-height: 100%;
  position: static;
  overflow: visible;
}

.text-block-3.left {
  width: 16vw;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .8vw;
  line-height: 1vw;
  display: block;
}

.text-block-3._2 {
  position: absolute;
  top: auto;
  bottom: -.8vw;
  left: 0%;
  right: 0%;
}

.div-block-19 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.link-block {
  height: .8vw;
  color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  font-size: .8vw;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-block.off {
  display: none;
}

.div-block-20 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.character {
  width: 2.92vw;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.all-characters {
  align-items: flex-end;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  z-index: 1;
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-family: Dahlia condensed, sans-serif;
  font-size: 19vw;
  font-weight: 400;
  line-height: 68%;
  position: relative;
  left: 2.4vw;
  right: 2.4vw;
}

.heading-5.t1 {
  z-index: 1;
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  left: -20.7vw;
  right: -20.7vw;
}

.heading-5.t2 {
  z-index: 1;
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  left: 31.9vw;
  right: 31.9vw;
}

.heading-5.t3 {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  left: -24.6vw;
  right: -24.6vw;
}

.heading-5.t4 {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  margin-left: 1vw;
  left: 221px;
  right: 221px;
}

.heading-5.t5 {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  left: 33.4vw;
  right: 33.4vw;
}

.heading-5.t6 {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  left: -10.2vw;
  right: -10.2vw;
}

.heading-5.t7 {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  left: -34.7vw;
  right: -34.7vw;
}

.heading-5.t8 {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  left: 16.7vw;
  right: 16.7vw;
}

.image-9 {
  z-index: 0;
  opacity: 1;
  position: absolute;
  top: .1vw;
  bottom: .1vw;
  left: .1vw;
  right: .1vw;
}

.image-9._1 {
  width: 32vw;
  top: 49%;
  bottom: 0%;
  left: 3%;
  right: 42%;
}

.image-9._2 {
  width: 32vw;
  top: 17%;
  bottom: 0%;
  left: 61%;
  right: 0%;
}

.image-9._3 {
  width: 32vw;
  max-width: 100%;
  top: 74%;
  bottom: 0%;
  left: 59%;
  right: 50%;
}

.logo-tj-1 {
  z-index: 5;
  width: 3vw;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu {
  z-index: 9;
  width: 4.6vw;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.div-block-23 {
  width: 1.5vw;
  height: 1.5vw;
  background-color: #45344e;
  border: 1px solid #d7c6ee;
  border-radius: 50%;
  margin-left: -.37vw;
  position: relative;
  overflow: hidden;
}

.div-block-23._2 {
  z-index: 4;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #d7c6ee;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-23._1 {
  background-color: #61487a;
}

.div-block-23.products {
  background-color: #5a4c77;
}

.div-block-23.about {
  background-color: #5b5858;
}

.div-block-23.blog {
  background-color: #a79f98;
}

.div-block-23.nav {
  background-color: #5a4c77;
}

.div-block-23.productss {
  background-color: #b0aaac;
}

.div-block-23.pp {
  background-color: #614f89;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-25 {
  z-index: 3;
  width: 90%;
  height: .9vw;
  background-color: #43324c;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: .3vw;
  bottom: .3vw;
  left: 0%;
  right: 0%;
}

.div-block-25._1 {
  background-color: #61487a;
}

.div-block-25.products {
  background-color: #5a4c77;
}

.div-block-25.about {
  background-color: #5b5858;
}

.div-block-25.blog {
  background-color: #a79f98;
}

.div-block-25.nav {
  background-color: #5a4c77;
}

.div-block-25.productss {
  background-color: #b0aaac;
}

.div-block-25.pp {
  background-color: #614f89;
}

.p-hero {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.p-hero._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero._122 {
  margin-top: .4vw;
}

.p-hero._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero._122.about-us-page {
  display: none;
}

.p-hero.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
  overflow: hidden;
}

.p-hero.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero.se62.new {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero.se63.new-2 {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero.se64.off {
  display: block;
  bottom: .7vw;
}

.p-hero.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
  overflow: hidden;
}

.p-hero.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero.se69._3 {
  padding-top: 0;
}

.p-hero.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero.dark.left {
  text-align: left;
}

.p-hero.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
  overflow: hidden;
}

.p-hero.related-items {
  color: #61497d;
  text-transform: uppercase;
  margin-top: 1vw;
  font-size: 1vw;
  line-height: 1.2vw;
  overflow: hidden;
}

.div-block-26 {
  z-index: 8;
  width: 33vw;
  color: #5d4b7a;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-div {
  z-index: 9;
  width: 7vw;
  height: 4vw;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.menu-div.blog {
  width: 10vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text2 {
  width: 30vw;
  height: 4vw;
  position: absolute;
  top: 74.2vw;
  bottom: 74.2vw;
  left: 36%;
  right: 36%;
  overflow: hidden;
}

.image-11 {
  width: .8vw;
  opacity: 1;
  mix-blend-mode: normal;
  padding-top: .1vw;
}

.image-12 {
  z-index: 0;
  width: 100vw;
  position: relative;
  top: 0;
}

.div-block-27 {
  width: 100%;
  background-color: var(--seashell-2);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-13 {
  z-index: 0;
  width: 87vw;
  position: absolute;
  top: 0;
}

.section-4 {
  width: 100%;
  background-color: var(--seashell-2);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.p-team {
  z-index: 6;
  width: 50vw;
  color: var(--dark-slate-blue);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .8;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.p-team.se2 {
  width: 53vw;
  color: #d7c6ee;
  text-align: center;
  margin-top: 6vw;
  margin-bottom: 0;
  font-size: 5vw;
  position: static;
  left: auto;
  right: auto;
  transform: rotate(-180deg);
}

.p-team._12 {
  text-align: center;
}

.p-team.se32 {
  width: 21vw;
  color: var(--misty-rose);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  position: relative;
  top: 0%;
}

.p-team.se52 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3vw;
  font-size: 7vw;
  position: relative;
  top: 0%;
}

.p-team.se61 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  margin-top: 0;
  margin-bottom: 7vw;
  font-size: 7vw;
  position: static;
  top: 0%;
}

.p-team.se61._12 {
  text-align: center;
  text-transform: none;
  margin-top: 3vw;
  margin-bottom: auto;
  font-size: 9.2vw;
  position: relative;
}

.p-team.se61._12.new {
  margin-top: 0;
  padding-bottom: 1.5vw;
  font-size: 8vw;
  line-height: 88%;
  overflow: hidden;
}

.p-team.se7 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: .5;
  position: static;
}

.p-team.se7._2 {
  margin-top: 4vw;
  font-size: 6vw;
  top: 4%;
}

.p-team.se7.container-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5vw;
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 0%;
  right: 0%;
}

.p-team.se7.container-2._44 {
  margin-top: 0;
  font-size: 3vw;
  line-height: 85%;
  top: 2.8vw;
  bottom: 2vw;
}

.p-team.se7.container-2._44.hero {
  z-index: 61;
  font-size: 3.5vw;
  line-height: 90%;
  display: block;
  top: 40%;
  bottom: 40%;
}

.p-team.se7._14 {
  line-height: .1;
}

.p-team.se65 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  text-transform: none;
  margin-top: 1vw;
  margin-bottom: 0;
  padding-top: .2vw;
  padding-bottom: 2vw;
  font-size: 7vw;
  line-height: 88%;
  position: static;
  top: 0%;
  overflow: hidden;
}

.p-team.se65.dark {
  color: #61497d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1vw;
}

.p-team.home {
  width: auto;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 0;
  padding-top: .2vw;
  padding-bottom: .4vw;
  line-height: 5.6vw;
  display: block;
  overflow: hidden;
}

.text3 {
  z-index: 7;
  width: 29vw;
  height: 12vw;
  position: absolute;
  top: auto;
  bottom: 7.6vw;
  left: auto;
  right: 8vw;
  overflow: hidden;
}

.text4 {
  z-index: 7;
  width: 24vw;
  height: 3.2vw;
  position: absolute;
  top: 28vw;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text4._6 {
  width: 24vw;
  height: 4vw;
  position: relative;
  top: 2vw;
}

.div-block-28 {
  width: 49.5vw;
  flex-direction: column;
  flex: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 6vw;
  right: auto;
}

.div-block-29 {
  background-color: var(--seashell-2);
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8vw;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-30 {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.background-video-4 {
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content {
  z-index: 4;
  width: 100vw;
  height: auto;
  background-color: var(--lavender);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: -1px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.div-block-33 {
  width: 90vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: var(--dark-slate-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 100%;
}

.heading-6.light {
  z-index: 5;
  color: var(--misty-rose);
  position: relative;
  overflow: visible;
}

.text5 {
  width: 30vw;
  height: 4vw;
  overflow: hidden;
}

.div-block-34 {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-top: -2vw;
  margin-bottom: 4vw;
  display: flex;
  position: relative;
}

.div-block-35 {
  z-index: 3;
  width: 11vw;
  height: 100%;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-36 {
  z-index: 7;
  border: 3px solid var(--lavender);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-14 {
  width: 29vw;
  height: 100%;
  margin-bottom: -2px;
  display: block;
  position: relative;
}

.image-15 {
  z-index: -1;
  max-width: 97%;
  margin-top: 6px;
  margin-bottom: 0;
  position: absolute;
}

.section-6 {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-38 {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-39 {
  z-index: 1;
  width: 150vw;
  height: 67vw;
  background-color: var(--lavender);
  object-fit: fill;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  bottom: auto;
  left: -25%;
  right: -25%;
}

.div-block-41 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: -11.7vw;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-16 {
  width: 2vw;
}

.div-block-43 {
  width: 1px;
  height: 32vw;
  background-color: var(--dark-slate-blue);
  opacity: .21;
}

.div-block-44 {
  z-index: 3;
  width: 77vw;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 6vw;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.heading-7 {
  color: var(--dark-slate-blue);
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 3vw;
  font-weight: 400;
}

.heading-7.pp.cart {
  margin-bottom: 8px;
  font-size: 2vw;
  line-height: 1;
}

.text-block-4 {
  width: 21vw;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 10px;
  font-family: Aeonik, sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.div-block-45 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-7 {
  margin-top: 10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.image-17, .image-18, .binds-image {
  width: 7vw;
}

.section-8 {
  width: 100%;
  max-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: none;
  overflow: hidden;
}

.div-block-46 {
  z-index: 2;
  width: 100%;
  height: auto;
  min-height: 80vh;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  position: relative;
}

.div-block-47 {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: auto;
  background-color: var(--slate-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-elemet {
  width: 7vw;
  height: 7vw;
  border: 1px solid #d7c6ee;
  border-radius: 50%;
  margin-left: -1.6vw;
  position: static;
}

.button-elemet._1 {
  width: 5vw;
  height: 7vw;
  margin-left: 0;
}

.button-elemet._2, .button-elemet._3 {
  width: 6vw;
  height: 8vw;
}

.button-elemet._4 {
  width: 5vw;
  height: 7vw;
}

.button-elemet.circle {
  width: 3.5vw;
  height: 5.1vw;
  margin-left: -1.2vw;
  display: inline-block;
}

.link-block-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: .4vw;
  margin-bottom: .4vw;
  display: flex;
  position: relative;
}

.div-block-49 {
  z-index: 2;
  width: 15vw;
  height: 5.32vw;
  background-color: #5d4b7a;
  border-radius: 20px;
  margin-left: -.4vw;
  display: block;
  position: absolute;
  top: 1.34vw;
  bottom: 0;
  left: 1.5vw;
  right: 0%;
}

.div-block-50 {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 6vw;
  margin-bottom: 6vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-8 {
  z-index: 3;
  width: auto;
  color: #d7c6ee;
  text-align: center;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 5%;
  padding-left: 0;
  font-family: Dahlia condensed, sans-serif;
  font-size: 350%;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-8.little {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: .5vw;
  margin-left: 0;
  font-size: 1.8vw;
  display: flex;
}

.div-block-55 {
  z-index: 2;
  width: 5.2vw;
  height: 5.2vw;
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 1.4vw;
  bottom: 1.4vw;
  left: 0%;
  right: 0%;
}

.image-20, .image-21, .image-22, .image-23 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.image-24 {
  z-index: 2;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: .4vw;
  margin-bottom: .4vw;
  display: flex;
  position: relative;
}

.text6 {
  width: 30vw;
  min-height: 1vw;
  position: static;
  top: 74.2vw;
  bottom: 74.2vw;
  left: 36%;
  right: 36%;
  overflow: hidden;
}

.text7 {
  width: 50vw;
  min-height: 1vw;
  text-align: center;
  position: static;
  top: 74.2vw;
  bottom: 74.2vw;
  left: 36%;
  right: 36%;
  overflow: hidden;
}

.footer-bot {
  width: 100%;
  height: 26vw;
  opacity: .3;
  color: #d7c6ee;
  letter-spacing: -1vw;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2vw;
  padding-right: 1vw;
  font-family: Dahlia, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-letter-1, .footer-letter-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dahlia, sans-serif;
  font-size: 30vw;
  font-weight: 500;
  line-height: 56%;
  position: relative;
  bottom: 0%;
}

.footer-letter-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30vw;
  font-weight: 400;
  line-height: 55%;
  position: relative;
  bottom: 0%;
}

.footer-letter-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30vw;
  font-weight: 400;
  line-height: 56%;
  position: relative;
  bottom: 0%;
}

.footer-letter-5, .footer-letter-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30vw;
  font-weight: 400;
  line-height: 56%;
  position: relative;
  bottom: -100%;
}

.div-block-56 {
  width: auto;
  height: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-25 {
  width: 100%;
  height: auto;
  max-width: none;
  min-height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-57-1 {
  z-index: 3;
  width: 100%;
  height: 974px;
  max-height: 1050px;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 13px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-26 {
  position: absolute;
  top: 1vw;
  bottom: auto;
  left: auto;
  right: 1vw;
}

.image-26._004 {
  width: 2.1vw;
}

.image-26._001 {
  width: 2.3vw;
}

.image-26._002 {
  width: 1.5vw;
}

.image-26._005 {
  width: 1.4vw;
}

.image-26._003 {
  width: 1.6vw;
}

.text-block-d {
  color: var(--lavender);
  flex: none;
  font-family: Dahlia condensed, sans-serif;
  font-size: 3vw;
  line-height: 100%;
  display: inline-block;
  position: static;
  top: 1vw;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-block-d.t2 {
  width: auto;
  letter-spacing: .05vw;
  flex: none;
  font-size: 3vw;
  top: 1vw;
  bottom: auto;
  left: 1vw;
  right: auto;
}

.div-block-58 {
  width: 31vw;
  height: 1px;
  background-color: var(--lavender);
  opacity: .35;
  margin-bottom: 0;
  margin-left: 2vw;
  margin-right: 2vw;
}

.div-block-59 {
  letter-spacing: .05vw;
  align-items: flex-end;
  display: flex;
}

.div-block-57-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 13px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-57-3, .div-block-57-4 {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 13px;
  display: flex;
  position: absolute;
}

.div-block-57-5 {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 13px;
  display: block;
  position: absolute;
}

.heading-9 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  color: var(--lavender);
  text-align: right;
  font-family: Dahlia condensed, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 80%;
  position: absolute;
  top: 35%;
  bottom: 35%;
  left: 23%;
  right: 23%;
}

.div-block-60 {
  z-index: 9;
  width: 4vw;
  height: 4vw;
  opacity: 1;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-1 {
  z-index: 3;
  width: 1.85vw;
  position: absolute;
  top: 1.4vw;
  bottom: auto;
  left: 1vw;
  right: auto;
}

.cart-3 {
  width: .4vw;
  opacity: 1;
  position: absolute;
  top: 1.45vw;
  bottom: auto;
  left: 2.3vw;
  right: auto;
  transform: rotate(-14deg);
}

.cart-2 {
  width: .6vw;
  opacity: 1;
  position: absolute;
  top: 1.1vw;
  bottom: auto;
  left: 1.56vw;
  right: auto;
  transform: rotate(17deg);
}

.navbar {
  z-index: 91;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-62 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.new-cart {
  width: 4vw;
  height: 4vw;
  cursor: pointer;
  flex: 0 auto;
  margin-top: 9px;
  margin-bottom: 9px;
  display: block;
  position: relative;
}

.text-block-7 {
  z-index: 2;
  color: #d7c6ee;
  letter-spacing: .03vw;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 59.1vw;
  left: 11.3vw;
  transform: rotate(-7deg);
}

.text-block-8 {
  z-index: 2;
  color: #d7c6ee;
  letter-spacing: .03vw;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 55.9vw;
  right: 7vw;
  transform: rotate(-7deg);
}

.section-2d1 {
  width: 100vw;
  height: 100vh;
  background-color: var(--seashell-2);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-61-_s2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-9 {
  z-index: -1;
  width: 100%;
  height: 250vh;
  background-color: #615089;
  position: relative;
}

.div-block-65 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-65._2 {
  width: 100%;
}

.image-27 {
  z-index: -1;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.image-27-copy {
  width: 94%;
  height: 94vw;
  background-image: url('../images/Group-487.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -47.5vw;
  transform: none;
}

.div-block-66 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-67 {
  z-index: 10;
  width: 91vw;
  height: 1px;
  background-color: var(--medium-purple);
  opacity: .5;
  margin-top: 4vw;
  margin-bottom: 4vw;
  position: relative;
}

.div-block-68 {
  width: 1px;
  height: 38vw;
  background-color: var(--medium-purple);
  opacity: .5;
  margin-left: 11vw;
  margin-right: 11vw;
}

.div-block-69 {
  align-items: flex-start;
  display: flex;
}

.image-28, .image-29 {
  width: 17vw;
}

.div-block-70 {
  height: 40%;
}

.div-block-71 {
  height: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  height: 100vh;
  background-color: #d7c6ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100vh;
  background-color: var(--misty-rose);
  position: absolute;
}

.tabs {
  width: 100%;
  height: 100vh;
  background-color: #868282;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-72 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-text-box {
  width: 100px;
  height: 140px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0;
}

.tab-text-box.w--current {
  width: 100px;
  height: 140px;
  border-radius: 50%;
  align-items: center;
  display: flex;
}

.tab-text-box._02 {
  width: 8vw;
  height: 12vw;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--misty-rose);
  color: var(--dark-slate-grey);
  top: -3vw;
  left: -1.1vw;
}

.tab-text-box._02.w--current {
  background-color: var(--dark-slate-grey);
  color: var(--misty-rose);
}

.tab-text-box._01 {
  width: 8vw;
  height: 12vw;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--misty-rose);
  color: var(--dark-slate-grey);
}

.tab-text-box._01.w--current {
  width: 8vw;
  height: 12vw;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  color: var(--misty-rose);
}

.tab-text-box._03 {
  width: 8vw;
  height: 12vw;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--misty-rose);
  color: var(--dark-slate-grey);
  top: -6vw;
  left: -2.3vw;
}

.tab-text-box._03.w--current {
  background-color: var(--dark-slate-grey);
  color: var(--misty-rose);
}

.tab-text-box._04 {
  width: 8vw;
  height: 12vw;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--misty-rose);
  color: var(--dark-slate-grey);
  top: -9vw;
  left: -3.4vw;
}

.tab-text-box._04.w--current {
  background-color: var(--dark-slate-grey);
  color: var(--misty-rose);
}

.tab-text-box._05 {
  width: 8vw;
  height: 12vw;
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--misty-rose);
  color: var(--dark-slate-grey);
  top: -12vw;
  left: -4.3vw;
}

.tab-text-box._05.w--current {
  background-color: var(--dark-slate-grey);
  color: var(--misty-rose);
}

.tabs-list {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: -6.3vw;
  left: 1.4vw;
}

.text-block-9 {
  z-index: 5;
  text-align: center;
  font-family: Dahlia condensed, sans-serif;
  font-size: 5vw;
  line-height: 80%;
  position: relative;
  bottom: 0;
}

.tab-pane-1 {
  height: 100%;
}

.div-block-73 {
  width: 100%;
  height: 100vh;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 2vw;
  display: flex;
}

.tab-pane-2, .tab-pane-3, .tab-pane-4, .tab-pane-5 {
  height: 100%;
}

.div-block-74 {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.div-block-75 {
  width: 65vh;
  height: 65vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.image-30 {
  z-index: 0;
  width: 55vh;
  position: absolute;
}

.image-31 {
  z-index: 4;
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: darken;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: -3px;
  left: 1%;
  right: 1%;
  overflow: hidden;
}

.div-block-76 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/pexels-cottonbro-studio-6755545-2-min-1.png');
  background-position: 50% 0;
  background-size: cover;
  display: none;
}

.div-block-77 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/Group-3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-77._2 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #897ba9;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  overflow: hidden;
}

.div-block-78 {
  z-index: 0;
  width: 110%;
  height: 110%;
  filter: blur(8px);
  background-image: url('../images/pexels-cottonbro-studio-6764418-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 0;
  display: none;
  position: relative;
  top: -8px;
}

.image-32 {
  z-index: -1;
  height: auto;
  max-width: 110%;
  display: none;
  position: absolute;
  top: -159px;
  left: -70px;
  right: -153px;
}

.section-11 {
  height: 240vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-79 {
  width: 60%;
  height: 90%;
  perspective: 2000em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image-33 {
  width: auto;
  height: 86vh;
  max-width: none;
}

.div-block-80 {
  width: 100%;
  height: 150vh;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-32-copy {
  z-index: -1;
  height: auto;
  max-width: 110%;
  background-image: url('../images/pexels-cottonbro-studio-6766741-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-5-copy {
  justify-content: center;
  align-items: center;
  margin-top: .4vw;
  margin-bottom: .4vw;
  display: flex;
  position: absolute;
}

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

.link-block-5-copy {
  max-width: 16vw;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  margin-bottom: .4vw;
  display: flex;
  position: relative;
}

.section-12 {
  height: 200vh;
  background-color: var(--dark-slate-blue-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
  position: relative;
}

.div-block-82 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.heading-8-copy {
  z-index: 3;
  width: auto;
  color: #d7c6ee;
  text-align: center;
  flex: 0 auto;
  margin-top: 1.9vw;
  margin-bottom: 0;
  margin-left: -1.6vw;
  padding-left: 0;
  font-family: Dahlia condensed, sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-49-copy {
  z-index: 2;
  width: 15vw;
  height: 5.2vw;
  background-color: var(--dark-slate-blue-2);
  border-radius: 20px;
  margin-left: -.4vw;
  position: absolute;
  top: 1.34vw;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.image-34 {
  width: 100%;
  position: relative;
  bottom: -4.3vw;
}

.div-block-83 {
  height: 100vh;
  overflow: visible;
}

.section-13 {
  width: 100%;
  height: 100vh;
  background-color: #5e437a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7vw;
  display: flex;
  position: relative;
}

.background-video-5 {
  z-index: 1;
  width: 40vw;
  height: 40vw;
  opacity: 1;
  mix-blend-mode: normal;
  position: relative;
  top: 35%;
  bottom: 30%;
  left: 30%;
  right: 30%;
  overflow: hidden;
}

.image-35 {
  z-index: 3;
  opacity: 1;
  mix-blend-mode: normal;
  margin-top: 6vw;
  display: block;
  position: absolute;
}

.section-14 {
  width: 100%;
  height: auto;
  background-color: #5e437a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-85 {
  height: 68vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-36 {
  width: 24vw;
  max-width: 100%;
  position: absolute;
  top: 29%;
  bottom: 30%;
  left: 14%;
  right: 18%;
}

.image-36.pp {
  width: 31vw;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  top: 18%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-86 {
  width: auto;
  padding-top: 0;
}

.div-block-87 {
  height: 66vh;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 1vw;
  display: flex;
  position: relative;
}

.div-block-90 {
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: absolute;
  top: .6vw;
  bottom: auto;
  left: auto;
  right: 3.3vw;
}

.div-block-90.pp {
  z-index: 50;
  top: -3.3vw;
  right: 1.8vw;
}

.div-block-90.pp.hero {
  z-index: 60;
  display: flex;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 13%;
  transform: rotate(20deg);
}

.div-block-91 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-92 {
  width: 94%;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-93 {
  height: 50vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 1vw;
  padding-right: 2vw;
  display: flex;
}

.div-block-94 {
  width: 60%;
  height: 50vw;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.div-block-95 {
  height: auto;
  margin-top: 2vw;
  font-size: 30px;
}

.div-block-96 {
  width: 1px;
  height: 33vw;
  opacity: .56;
  background-color: #c7a8b9;
}

.image-37 {
  width: 34vw;
  height: auto;
  max-height: none;
  max-width: 100%;
  object-fit: contain;
}

.body-2 {
  background-color: #695284;
}

.section-15 {
  height: 90vh;
  background-color: #897aa9;
}

.h-cta-10 {
  color: #e6dbff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2.2vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 8.6vw;
  font-weight: 400;
  line-height: 76%;
  overflow: hidden;
}

.div-block-97 {
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.button_little {
  justify-content: center;
  align-items: center;
  margin-top: .4vw;
  margin-bottom: .4vw;
  margin-left: 0;
  padding-left: 1.2vw;
  display: inline-block;
  position: relative;
}

.button_little.margin-4 {
  margin-top: 3vw;
}

.div-block-98 {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.image-38 {
  height: 110%;
  max-width: none;
  margin-left: auto;
  margin-right: 20%;
}

.image-38._2 {
  height: 60vw;
}

.button-elemet_mask {
  z-index: 2;
  width: 15vw;
  height: 5.32vw;
  background-color: #5d4b7a;
  border-radius: 20px;
  margin-left: -.4vw;
  display: block;
  position: absolute;
  top: 1.34vw;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.button-elemet_mask.light {
  width: 10vw;
  height: 3.8vw;
  background-color: #897aa9;
  margin-left: 1.2vw;
  display: block;
  top: .64vw;
}

.section-16 {
  background-color: #e6f1ff;
  padding-top: 8vw;
  padding-bottom: 8vw;
  position: relative;
  overflow: hidden;
}

.div-block-99, .div-block-100 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-39 {
  width: 64vw;
  height: 45vw;
  object-fit: cover;
  position: relative;
  bottom: 0;
}

.image-40 {
  z-index: 2;
  width: 65vw;
  position: absolute;
}

.image-41 {
  z-index: 5;
  width: 22vw;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.image-42 {
  z-index: 6;
  width: 20vw;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: 12%;
}

.image-43 {
  z-index: 7;
  width: 20vw;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.div-block-101 {
  z-index: 8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 10%;
  right: auto;
}

.image-44 {
  z-index: 2;
  width: 15.5vw;
  max-width: none;
  position: absolute;
  transform: rotate(0);
}

.image-45 {
  z-index: 1;
  width: 15vw;
  position: relative;
}

.heading-discovery {
  z-index: 6;
  width: 55vw;
  color: var(--dark-slate-blue);
  font-family: Dahlia condensed, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .8;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-discovery.new {
  width: 80%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12vw;
  line-height: 10.8vw;
  position: static;
}

.main-hero_heading-2-copy {
  z-index: 9;
  width: 100%;
  max-width: 10.2em;
  color: #d7c6ee;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  padding-top: 57px;
  font-family: Dahlia condensed, sans-serif;
  font-size: 14vw;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: absolute;
  top: 11.8vw;
}

.main-hero_heading-2-copy.s2 {
  max-width: 8em;
  color: #f5f0ff;
  font-size: 12vw;
  top: auto;
  bottom: 2vw;
}

.main-hero_heading-2-copy.se4 {
  max-width: 5em;
  color: #fff;
  font-size: 7vw;
  position: relative;
  top: -6vw;
}

.main-hero_heading-2-copy.se41 {
  max-width: 5em;
  color: #fff;
  font-size: 7vw;
  position: relative;
  top: 4vw;
}

.hero-heading-1.home-page {
  z-index: 9;
  padding-top: 1vw;
  padding-bottom: .5vw;
  line-height: .85;
  position: absolute;
  top: 10vw;
  overflow: hidden;
}

.sub-head {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.sub-head._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.sub-head.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.sub-head.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.sub-head.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.sub-head._122 {
  margin-top: .4vw;
}

.sub-head.se54 {
  z-index: 3;
  width: 28vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
}

.sub-head.se62 {
  z-index: 8;
  width: 13vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.sub-head.se63 {
  z-index: 8;
  width: 13vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.sub-head.se64 {
  z-index: 8;
  width: 13vw;
  opacity: .45;
  line-height: 1.3;
  position: absolute;
  bottom: 2vw;
}

.sub-head.se67 {
  z-index: 8;
  opacity: 1;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.sub-head.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.sub-head.se69._3 {
  padding-top: 39px;
}

.sub-head.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.sub-head.dark.left {
  text-align: left;
}

.sub-head.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.sub-head.dark.mission {
  padding-left: 2vw;
  padding-right: 2vw;
  line-height: 1.4;
}

.sub-head.dark.mission.light {
  color: var(--misty-rose);
}

.sub-head.purple {
  z-index: 3;
  color: #d7c6ee;
  text-align: center;
  font-size: .9vw;
  line-height: 1.3;
  position: relative;
}

.sub-head.purple.mobile {
  display: none;
}

.sub-head.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
}

.sub-head.dovw {
  z-index: 3;
  font-size: .9vw;
  position: relative;
}

.sub-head.dovw.mobile {
  display: none;
}

.sub-head.dovw {
  z-index: 3;
  font-size: .9vw;
  position: relative;
}

.sub {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.sub._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.sub.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.sub.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.sub.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.sub._122 {
  margin-top: .4vw;
}

.sub.se54 {
  z-index: 3;
  width: 28vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
}

.sub.se62 {
  z-index: 8;
  width: 13vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.sub.se63 {
  z-index: 8;
  width: 13vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.sub.se64 {
  z-index: 8;
  width: 13vw;
  opacity: .45;
  line-height: 1.3;
  position: absolute;
  bottom: 2vw;
}

.sub.se67 {
  z-index: 8;
  opacity: 1;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.sub.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.sub.se69._3 {
  padding-top: 39px;
}

.sub.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.sub.dark.left {
  text-align: left;
}

.sub.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.sub.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.sub.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
}

.heading-3 {
  color: var(--dark-slate-blue);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

.heading-3.cart {
  margin-top: 1vw;
}

.heading-3.new-cart {
  width: 100%;
  height: auto;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  font-size: 4vw;
  line-height: 5vw;
}

.footer-letter {
  z-index: 3;
  color: #d7c6ee;
  -webkit-text-stroke-color: #5a4c77;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dahlia, sans-serif;
  font-size: 30vw;
  font-weight: 500;
  line-height: 50%;
  position: relative;
  bottom: 0%;
}

.footer-letter._2 {
  z-index: 1;
  width: auto;
  height: 22vw;
  text-align: justify;
  margin-top: 0;
  line-height: 55%;
  display: block;
  left: -4.5vw;
}

.footer-letter._3 {
  height: 22vw;
  margin-top: 0;
  line-height: 55%;
  display: block;
  left: -7.6vw;
}

.footer-letter._4 {
  height: 23.5vw;
  margin-top: 0;
  line-height: 55%;
  display: block;
  right: 2.3vw;
}

.footer-letter._5 {
  height: 22vw;
  margin-top: 0;
  line-height: 55%;
  display: block;
  bottom: 0%;
  right: 2.3vw;
}

.footer-letter._6 {
  height: 22vw;
  margin-top: 0;
  line-height: 55%;
  display: block;
  right: 5.3vw;
}

.footer-letter._1 {
  z-index: 3;
  width: auto;
  height: 22vw;
  max-width: none;
  -webkit-text-stroke-width: 0px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  line-height: 55%;
  display: block;
}

.footer-letter.shadow {
  z-index: 2;
  color: #5a4c77;
  -webkit-text-stroke-width: 1vw;
  -webkit-text-stroke-color: #61497d;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 2vw;
  font-size: 30vw;
  line-height: 55%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-star {
  width: 6vw;
  height: 6vw;
  position: relative;
  left: 1.5vw;
}

.footer-doun {
  width: 100%;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: .5vw;
  display: flex;
}

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

.button-elemet_mobile_mask {
  z-index: 2;
  width: 15vw;
  height: 5.32vw;
  background-color: #5d4b7a;
  border-radius: 20px;
  margin-left: -.4vw;
  display: block;
  position: absolute;
  top: 1.34vw;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.button-elemet_mobile_mask.light {
  width: 10vw;
  height: 3.8vw;
  background-color: #897aa9;
  margin-left: 1.2vw;
  display: none;
  top: .64vw;
}

.our-products-section {
  height: 100vh;
  display: none;
}

.our-products-wrapper {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.out-products_left-side {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.our-products_right-side {
  background-color: var(--slate-grey);
  position: relative;
  overflow: hidden;
}

.products-link-button {
  height: auto;
  max-height: 85vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.products_cta {
  width: 14vw;
  height: 7vw;
  max-width: 30vh;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: .6vw;
  margin-bottom: .6vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.products_cta._1 {
  width: 16vw;
  height: 7vw;
  margin-top: 0;
  margin-bottom: .4vw;
}

.products_cta._2, .products_cta._3, .products_cta._4 {
  width: 16vw;
  margin-top: 0;
  margin-bottom: .4vw;
}

.products_cta._5 {
  width: 16vw;
  margin-top: 0;
  margin-bottom: 0;
}

.products_cta.about_blog {
  width: 16vw;
  height: 7.5vw;
  margin-top: 3vw;
}

.products_cta.new {
  width: 16vw;
  margin-top: .4vw;
  margin-bottom: .4vw;
}

.products_cta.new.w--current {
  position: absolute;
  top: auto;
  bottom: -9%;
  left: 9.8vw;
  right: 0%;
}

.products_cta.new {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: .4vw;
  padding-top: 0;
}

.products_cta.new.worshipper, .products_cta.new.surpriser, .products_cta.new.satisfyer, .products_cta.new.amazer, .products_cta.new.kisser {
  padding-bottom: 0;
}

.new_button-elemet {
  width: 7vw;
  height: 7vw;
  border: 1px solid #d7c6ee;
  border-radius: 50%;
  margin-left: -1.6vw;
  position: static;
}

.new_button-elemet._1 {
  width: 28%;
  height: 85%;
  margin-left: 0;
}

.new_button-elemet._1.new {
  background-color: #5e437a;
}

.new_button-elemet._2 {
  width: 32%;
  height: 98%;
  margin-left: -9%;
}

.new_button-elemet._3 {
  width: 32%;
  height: 98%;
  margin-left: -8%;
}

.new_button-elemet._4 {
  width: 28%;
  height: 85%;
  margin-left: -9%;
}

.new_button-elemet._4.new {
  background-color: #5e437a;
}

.new_button-elemet.circle {
  width: 3.5vw;
  height: 5.1vw;
  margin-left: -1.2vw;
  display: inline-block;
}

.new_button-elemetblock-49 {
  z-index: 2;
  width: 15vw;
  height: 5.32vw;
  background-color: #5d4b7a;
  border-radius: 20px;
  margin-left: -.4vw;
  display: block;
  position: absolute;
  top: 1.34vw;
  bottom: 0;
  left: 1.5vw;
  right: 0%;
}

.new_div-block-49 {
  z-index: 2;
  width: 80%;
  height: 64%;
  background-color: #5d4b7a;
  border-radius: 20px;
  margin-left: 0%;
  display: block;
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: 1.5vw;
  right: 0%;
}

.new_div-block-49.about_blog {
  background-color: #624e89;
}

.new_div-block-49.new {
  background-color: #5e437a;
}

.new_div-block-55 {
  z-index: 2;
  width: 30%;
  height: 64%;
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: 0%;
  right: 0%;
}

.new_div-block-55.about_blog {
  background-color: #624e89;
}

.new_div-block-55.new {
  background-color: #5e437a;
}

.button-text {
  z-index: 5;
  max-width: none;
  min-width: 10vh;
  color: #d7c6ee;
  text-align: center;
  font-family: Dahlia condensed, sans-serif;
  font-size: 2.5vw;
  line-height: 100%;
  position: absolute;
  bottom: 35%;
}

.button-text.about_blog {
  font-size: 3vw;
}

.button-text.new-tabs {
  min-width: auto;
  font-size: 5vh;
  position: relative;
  bottom: 0%;
}

.button-text.new-tabs.off {
  display: none;
}

.static-back {
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.static-back._2 {
  z-index: 2;
  overflow: hidden;
}

.products-heading {
  z-index: 2;
  width: 80%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 8vw;
  line-height: 85%;
  position: relative;
  overflow: hidden;
}

.satisfier_content {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-104 {
  flex-direction: column;
  justify-content: space-between;
  padding: 2vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-47 {
  width: auto;
  height: 4vw;
}

.image-47.off {
  display: none;
}

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

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

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

.worshipper_content, .surpriser_content, .amazer_content, .kisser_content {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test-block-1 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-107 {
  width: 100%;
  height: 100%;
  background-color: var(--lavender);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-107._2-2 {
  background-color: var(--dark-slate-blue);
}

.div-block-107._33 {
  background-color: var(--misty-rose);
}

.div-block-108 {
  width: 60vw;
}

.mission-text._1 {
  width: 37vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mission-text._1-copy {
  width: 28vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-17 {
  height: 220vh;
  display: block;
  position: relative;
}

.div-block-109 {
  height: 100vh;
  background-color: #614f89;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-110 {
  width: 100%;
  height: 120vh;
  background-color: rgba(215, 198, 238, 0);
  background-image: url('../images/Group-496.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: auto;
  bottom: 0;
}

.content-mobile {
  display: none;
}

.div-block-114 {
  width: 32vw;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

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

.div-block-116 {
  z-index: 50;
  object-fit: fill;
  position: relative;
}

.section-18 {
  background-color: #5e437a;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.div-block-117 {
  border: .5px solid #ac9bd0;
  border-left: 0 solid #ccbcee;
  border-right: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -.5px;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.image-51 {
  width: 9vw;
}

.image-51.hero {
  z-index: 60;
  width: 12vw;
  position: relative;
}

.div-block-118 {
  width: 100%;
  padding-top: 5vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-product-section {
  width: 100%;
  height: 100vh;
  background-color: #614f89;
  overflow: hidden;
}

.full-product-section.white {
  height: auto;
  background-color: #f5ecff;
  overflow: hidden;
}

.full-product-section.footer {
  height: auto;
}

.full-product-section.pp {
  z-index: 50;
  height: auto;
  max-height: none;
  min-height: auto;
  background-color: #614f89;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
  overflow: visible;
}

.product-section_content {
  width: 100%;
  height: 100%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 10% 2% 0%;
  display: flex;
  position: relative;
}

.product-section_content._2 {
  z-index: 50;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.product-section_content._3 {
  height: auto;
  justify-content: center;
  padding-top: 8%;
  padding-bottom: 8%;
}

.div-block-119 {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 5vw;
}

.background-video-5-copy {
  z-index: 1;
  width: 60vh;
  height: 60vh;
  opacity: 1;
  mix-blend-mode: normal;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.decor_product {
  z-index: 0;
  width: 75vw;
  opacity: 1;
  mix-blend-mode: normal;
  margin-top: 6vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0;
  right: 0%;
}

.div-block-120 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-121 {
  align-self: center;
  margin-bottom: 3vw;
}

.custom-slider-wrapper {
  height: 70vh;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  order: 0;
  align-self: auto;
  display: none;
  overflow: visible;
}

.product-slider_image {
  z-index: 1;
  width: 50vw;
  position: absolute;
  top: -98%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.product-slider_mask {
  z-index: 2;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.product-slider_mask.custom, .product-slider_mask.custom._3 {
  display: block;
}

.slider-item {
  width: 40vw;
  height: 26vw;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-item._3 {
  width: 48vw;
  height: 23.5vw;
}

.slider-item._4 {
  height: 24.5vw;
}

.slider-item._5 {
  height: 24vw;
}

.slider-item._1 {
  background-color: rgba(144, 127, 177, 0);
  overflow: hidden;
}

.product-slider_img {
  width: 93%;
  position: relative;
  top: .5%;
  left: 6px;
}

.product-slider_img.custom {
  z-index: 1;
  height: 90%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 100%;
  transform-origin: 100%;
  object-fit: contain;
  margin-right: 0;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
  top: -1%;
  left: 9px;
  transform: scale(.9);
}

.product-slider_img.custom._5 {
  top: 4.5%;
  transform: scale(.9);
}

.product-slider_img.custom._4 {
  margin-right: 1vw;
}

.div-block-123 {
  height: 50vh;
  flex: none;
  display: flex;
}

.div-block-124 {
  width: 30vw;
  height: 50vh;
  background-color: var(--dark-slate-blue);
  flex: none;
  margin-right: 2vw;
}

.slide {
  width: 40vw;
  height: 26vw;
}

.slide._5 {
  height: 24vw;
  top: 1vw;
}

.slide._4 {
  height: 24.5vw;
  top: 1vw;
}

.slide._3 {
  height: 23.5vw;
  top: 1vw;
}

.mask {
  width: 40vw;
  height: auto;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slider {
  height: 26vw;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 6vw;
  display: none;
  overflow: visible;
}

.left-arrow {
  top: auto;
  bottom: -6vw;
  left: 0%;
  right: 8vw;
}

.arrow {
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.arrow:hover {
  transform: scale(.9);
}

.arrow.left {
  transform: rotate(180deg);
}

.arrow.left:hover {
  transform: scale(.9)rotate(180deg);
}

.right-arrow {
  top: auto;
  bottom: -6vw;
  left: 8vw;
  right: 0;
}

.section-19 {
  height: 100vh;
}

.video {
  height: 100%;
}

.slide-background {
  z-index: -1;
  width: 90%;
  height: 98%;
  background-color: var(--slate-grey);
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 5%;
  right: 0%;
}

.slide-background.custom {
  z-index: 0;
  height: 96%;
  top: 2%;
}

.slide-background.custom._3 {
  height: 94%;
  top: 3%;
}

.slide-background.custom._4 {
  height: 98%;
  top: 1%;
}

.slide-background.custom._5 {
  height: 90%;
  top: 5%;
}

.slider-item_popup {
  z-index: 1;
  width: 98%;
  height: 98%;
  background-color: var(--slate-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-11 {
  color: var(--seashell);
  font-family: Dahlia condensed, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.product-cta-mask {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .4vw;
  padding-bottom: .4vw;
}

.full-product-section-copy {
  width: 100%;
  height: 100vh;
  background-color: #5e437a;
}

.full-product-section-copy.white {
  height: auto;
  background-color: #f5ecff;
  overflow: hidden;
}

.full-product-section-copy.footer {
  height: auto;
}

.product-section_content-copy {
  width: 100%;
  height: 100%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 6% 2% 2%;
  display: flex;
  position: relative;
}

.product-section_content-copy._2 {
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.product-section_content-copy._3 {
  height: auto;
  justify-content: center;
  padding-top: 8%;
  padding-bottom: 8%;
  overflow: hidden;
}

.section-20 {
  width: 100%;
  height: 100vh;
  background-color: var(--lavender);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.splide {
  width: 100%;
  height: auto;
  align-self: center;
}

.splide__list {
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.splide__slide {
  width: 50%;
  flex: none;
  margin-right: 0;
}

.slider-item_custom {
  width: 50vw;
  height: 31vw;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
}

.slider-item_custom._3 {
  width: 50vw;
  height: 28vw;
}

.slider-item_custom._4, .slider-item_custom._5 {
  height: 29vw;
}

.slider-item_custom._1 {
  background-color: rgba(144, 127, 177, 0);
  overflow: hidden;
}

.slider-item_custom._2 {
  height: 31vw;
  align-items: center;
  display: flex;
}

.slider-item_custom._4-2 {
  width: 50vw;
  height: 32vw;
}

.slider-item_popup_custom {
  z-index: 2;
  width: 98%;
  height: 95%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--slate-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 2%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-item_popup_custom._1 {
  display: none;
}

.splide__arrows {
  justify-content: center;
  align-items: center;
  margin-top: 4vw;
  display: none;
}

.splide__arrow {
  width: 6vw;
  height: 3vw;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/arrow2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.splide__arrow:hover {
  transform: scale(.9);
}

.splide__arrow.splide__arrow--next {
  background-color: rgba(56, 152, 236, 0);
  margin-left: 2vw;
}

.splide__arrow.splide__arrow--prev {
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/arrow2.svg');
  background-position: 50% 35%;
  margin-right: 2vw;
  transform: translate(0);
}

.splide__arrow.splide__arrow--prev:hover {
  transform: scale(.9);
}

.html-embed, .html-embed-2, .splide__pagination {
  display: none;
}

.pagination_item {
  display: inline-block;
}

.splide__pagination__page {
  width: 20px;
  height: 5px;
  background-color: rgba(253, 244, 238, 0);
  display: none;
}

.splide__pagination__page.is-active {
  background-color: rgba(93, 75, 122, 0);
}

.product-slider_img_new {
  z-index: 1;
  width: 93%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  top: .5%;
  left: 6px;
}

.product-slider_img_new.custom {
  z-index: 1;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
  transform: scale(.9);
}

.product-slider_img_new.custom._5 {
  top: 4.5%;
}

.section-21 {
  height: 100vh;
  background-color: var(--seashell-2);
  justify-content: center;
  align-items: center;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  overflow: scroll;
}

.slider-item-copy {
  width: 40vw;
  height: 26vw;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.slider-item-copy._3 {
  width: 48vw;
  height: 23.5vw;
}

.slider-item-copy._4 {
  height: 24.5vw;
}

.slider-item-copy._5 {
  height: 24vw;
}

.slider-item-copy._1 {
  background-color: rgba(144, 127, 177, 0);
  overflow: hidden;
}

.cart-quantity {
  width: 1.2vw;
  height: 1.2vw;
  min-width: auto;
  border: 1px solid var(--dark-slate-blue-2);
  color: var(--dark-slate-blue);
  background-color: #d7c6ee;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.logo-link, .logo-link.w--current {
  margin-left: 1vw;
}

.cart-container-new {
  width: 100%;
  height: 100vh;
  max-width: 480px;
  min-width: 320px;
  background-color: var(--seashell);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.close-button {
  width: 1.5vw;
  height: 1.5vw;
  cursor: pointer;
}

.cart-footer {
  border-top-color: #eee6e0;
  padding-top: 2vw;
}

.cart-header {
  border-bottom: 1px solid #eee6e0;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px 16px 24px;
  display: flex;
}

.p-hero_cart {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.1;
}

.p-hero_cart._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero_cart.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero_cart.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero_cart.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero_cart._122 {
  margin-top: .4vw;
}

.p-hero_cart.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
}

.p-hero_cart.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero_cart.se62.new {
  font-size: .8vw;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero_cart.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero_cart.se63.new-2 {
  font-size: .8vw;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero_cart.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero_cart.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero_cart.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: capitalize;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero_cart.se69._3 {
  padding-top: 0;
}

.p-hero_cart.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero_cart.dark.left {
  text-align: left;
}

.p-hero_cart.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero_cart.dark.without-caps.binds {
  width: 21vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 1.5vw;
}

.p-hero_cart.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero_cart.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
}

.p-hero_cart.bold {
  font-weight: 500;
}

.p-hero_cart.price {
  text-align: left;
  font-size: 14px;
}

.p-hero_cart.pricr {
  color: var(--dark-slate-blue);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.cart-line-item {
  margin-bottom: 2vw;
}

.apple-pay {
  height: 3vw;
}

.web-payments {
  height: 3vw;
  margin-bottom: 1vw;
}

.checkout-button {
  height: auto;
  background-color: var(--dark-slate-blue-3);
  text-transform: uppercase;
  justify-content: center;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Aeonik, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.1px;
  display: flex;
}

.checkout-button.so {
  background-color: #bbb;
}

.cart-button {
  background-color: rgba(47, 143, 226, 0);
  padding-left: 0;
  padding-right: 0;
}

.field-label, .quantity, .buy-now-button {
  display: none;
}

.add-to-cart-button {
  width: 15vw;
  height: 5vw;
  color: rgba(255, 255, 255, 0);
  transform-style: preserve-3d;
  background-color: rgba(144, 127, 177, 0);
  background-image: url('../images/sold-out_buttov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  padding-top: 0;
  padding-bottom: .5vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.add-to-cart-button:hover {
  transform: scale3d(.85, 1, 1);
}

.add-to-cart-button._2 {
  padding-bottom: 0;
}

.add-to-cart-button.blog {
  width: 12vw;
  height: 6vw;
  background-image: url('../images/Group-493.svg');
  margin-top: 2vw;
  transition: none;
}

.add-to-cart {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -2.6vw;
}

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

.image-52 {
  width: 100px;
}

.cart-item {
  border-bottom: 1px solid #eee6e0;
  align-items: center;
}

.remove-button {
  margin-top: 8px;
  text-decoration: none;
}

.cart-quantity-2 {
  width: 80px;
  height: 60px;
  color: var(--dark-slate-blue);
  border-radius: 50px;
  margin-bottom: 0;
  padding-left: 24px;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block-125 {
  height: 100%;
  justify-content: center;
}

.div-block-126 {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.tabs-2 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu {
  z-index: 2;
  background-color: #5d4c7a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.div-block-127 {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-128 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.tab-pane {
  z-index: 3;
  width: 100%;
  height: 100%;
}

.tab_link {
  width: 36%;
  height: 14%;
  transform-style: preserve-3d;
  background-color: rgba(200, 200, 200, 0);
  background-image: url('../images/products_tab_buttov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: .4vw;
  margin-bottom: .7vw;
  padding: 0;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.tab_link:hover {
  transform: scale3d(.85, 1, 1);
}

.tab_link.w--current {
  width: 36%;
  height: 14%;
  background-color: rgba(138, 63, 63, 0);
}

.tab-link-tab-2 {
  background-color: rgba(200, 200, 200, 0);
}

.tab-link-tab-2.w--current {
  background-color: rgba(116, 43, 43, 0);
}

.tab-link-tab-3 {
  background-color: rgba(221, 221, 221, 0);
}

.tab-link-tab-3.w--current {
  background-color: rgba(95, 39, 39, 0);
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.tabs-content-2 {
  z-index: 1;
  background-color: #817895;
}

.lottie-animation {
  width: 70vw;
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 19%;
  left: auto;
  right: auto;
}

.div-block-129 {
  width: 50vw;
  height: 50vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-state {
  color: #f02327;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Aeonik, sans-serif;
  display: flex;
}

.join-button {
  z-index: 5;
  width: 13vw;
  height: 5.6vw;
  color: #d7c6ee;
  transform-style: preserve-3d;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/join-buttov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 2vw;
  padding: 0 0 .5vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 1.8vw;
  line-height: 1;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.join-button:hover {
  transform: scale3d(.85, 1, 1);
}

.blog-button {
  width: 12vw;
  height: 6vw;
  color: #d7c6ee;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/blog-buttov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  padding-top: 0;
  padding-bottom: .5vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 2.5vw;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.blog-button:hover {
  transform: scale3d(.85, 1, 1);
}

.section-9-copy {
  z-index: -1;
  width: 100%;
  height: 250vh;
  background-color: #615089;
  position: relative;
}

.full-product-section-new {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: var(--seashell-2);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-product-section-new._250vh {
  z-index: -1;
  height: 250vh;
}

.full-product-section-new._250vh.purple {
  width: 100%;
  height: 250vh;
  background-color: #615089;
  overflow: visible;
}

.full-product-section-new._240vh {
  height: 240vh;
  overflow: visible;
}

.full-product-section-new._220vh {
  width: auto;
  height: 220vh;
  display: block;
  overflow: visible;
}

.image-53 {
  width: 100%;
  max-width: 120%;
  position: absolute;
}

.bg-img {
  z-index: 1;
  width: 100%;
  max-width: 120%;
  mix-blend-mode: normal;
  display: block;
  position: absolute;
  top: -1px;
}

.product-video-wrapper {
  z-index: 1;
  width: auto;
  height: 73vh;
  filter: saturate(170%) brightness(107%);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1vw;
  left: 0%;
  right: 0%;
}

.safari-product-image {
  z-index: 1;
  width: auto;
  height: 77vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-4 {
  width: 50%;
  height: 77vh;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation {
  z-index: 92;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(90, 76, 119, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-131 {
  justify-content: flex-end;
  padding-top: .6vw;
  display: flex;
}

.back {
  z-index: 90;
  width: 1.5vw;
  height: 1.5vw;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  background-color: #5a4c77;
  border-radius: 300vw;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.image-54 {
  z-index: 91;
  width: 100%;
  position: relative;
  bottom: 5vw;
}

.div-block-132 {
  z-index: 92;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link_block_menu {
  margin-left: 2vw;
  text-decoration: none;
}

.link_block_menu._2 {
  margin-left: 0;
}

.div-block-133 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-134 {
  z-index: 92;
  align-items: center;
  padding-top: .65vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-button {
  z-index: 96;
  width: 27vw;
  height: 18vw;
  color: #ccbcee;
  justify-content: center;
  align-items: center;
  font-family: Dahlia condensed, sans-serif;
  font-size: 5vw;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 18%;
  bottom: auto;
  left: 13.8vw;
  right: auto;
  transform: rotate(-33deg);
}

.menu-button:hover {
  transform: rotate(-33deg);
}

.menu-button.w--current {
  top: 18%;
}

.menu-button.products {
  z-index: 95;
  width: 26vw;
  height: 26vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 5vw;
  font-weight: 400;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(7deg);
}

.menu-button.about-us {
  z-index: 94;
  width: 25vw;
  height: 23vw;
  top: 16%;
  bottom: auto;
  left: auto;
  right: 14vw;
  transform: rotate(44deg);
}

.menu_button_back {
  z-index: 96;
  width: 27vw;
  height: 18vw;
  background-image: url('../images/menu_button_home.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.menu_button_back.product {
  width: 26vw;
  height: 26vw;
  background-image: url('../images/menu_button_products.svg');
  background-repeat: no-repeat;
}

.menu_button_back.aboutus {
  width: 25vw;
  height: 23vw;
  background-image: url('../images/menu_button_aboutus.svg');
  background-repeat: no-repeat;
}

.menu_button_text {
  z-index: 97;
  position: relative;
}

.social-media-button {
  margin-top: 2vw;
  display: flex;
}

.social-button {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  display: flex;
}

.social-button._2 {
  margin-right: 0;
}

.cta-social-back {
  width: 7vw;
  height: 6vw;
  transform: rotate(0);
}

.image-55 {
  width: 1.9vw;
  position: absolute;
}

.image-55.new {
  position: static;
}

.div-block-135 {
  height: 5.5vw;
  background-color: #5d4c7a;
  display: block;
}

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

.hide {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.description-rich-text {
  width: 31vw;
}

.description-rich-text p {
  color: #d7c6ee;
  text-transform: none;
  margin-bottom: .7vw;
  font-family: Aeonik, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.4;
}

.p-hero-up {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.p-hero-up._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-up.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-up.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-up.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-up._122 {
  margin-top: .4vw;
}

.p-hero-up._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-up.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-up.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-up.se62.new {
  font-size: .8vw;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-up.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-up.se63.new-2 {
  font-size: .8vw;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero-up.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-up.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero-up.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-up.se69._3 {
  padding-top: 0;
}

.p-hero-up.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-up.dark.left {
  text-align: left;
}

.p-hero-up.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-up.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-up.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-up.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
}

.p-hero-copy {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.p-hero-copy._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-copy.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-copy.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-copy.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-copy._122 {
  margin-top: .4vw;
}

.p-hero-copy._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-copy.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-copy.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-copy.se62.new {
  font-size: .8vw;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-copy.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-copy.se63.new-2 {
  font-size: .8vw;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero-copy.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-copy.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero-copy.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-copy.se69._3 {
  padding-top: 0;
}

.p-hero-copy.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-copy.dark.left {
  text-align: left;
}

.p-hero-copy.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-copy.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-copy.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-copy.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
}

.p-hero-copy {
  width: 21.5vw;
  color: #564262;
  text-align: center;
  text-transform: none;
  margin-top: 1vw;
  font-family: Aeonik, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 130%;
}

.p-hero-copy._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-copy.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-copy.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-copy.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-copy._122 {
  margin-top: .4vw;
}

.p-hero-copy._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-copy.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-copy.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-copy.se62.new {
  font-size: .8vw;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-copy.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-copy.se63.new-2 {
  font-size: .8vw;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero-copy.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-copy.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero-copy.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-copy.se69._3 {
  padding-top: 0;
}

.p-hero-copy.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-copy.dark.left {
  text-align: left;
}

.p-hero-copy.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-copy.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-copy.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-copy.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
}

.p-team-new {
  z-index: 6;
  width: 50vw;
  color: var(--dark-slate-blue);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .8;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.p-team-new.se2 {
  width: 53vw;
  color: #d7c6ee;
  text-align: center;
  margin-top: 6vw;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 90%;
  position: static;
  left: auto;
  right: auto;
  overflow: hidden;
  transform: rotate(-180deg);
}

.p-team-new._12 {
  text-align: center;
}

.p-team-new.se32 {
  width: 21vw;
  color: var(--misty-rose);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  position: relative;
  top: 0%;
}

.p-team-new.se52 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3vw;
  font-size: 7vw;
  position: relative;
  top: 0%;
}

.p-team-new.se61 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  margin-top: 0;
  margin-bottom: 7vw;
  font-size: 7vw;
  position: static;
  top: 0%;
}

.p-team-new.se61._12 {
  text-align: center;
  text-transform: none;
  margin-top: 3vw;
  margin-bottom: auto;
  font-size: 9.2vw;
  position: relative;
}

.p-team-new.se61._12.new {
  margin-top: 0;
  font-size: 8vw;
}

.p-team-new.se7 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: .5;
  position: static;
}

.p-team-new.se7._2 {
  margin-top: 4vw;
  font-size: 6vw;
  top: 4%;
}

.p-team-new.se7.container-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5vw;
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 0%;
  right: 0%;
}

.p-team-new.se7.container-2._44 {
  margin-top: 0;
  font-size: 3vw;
  line-height: 1;
  top: 2.8vw;
  bottom: 2vw;
}

.p-team-new.se7._14 {
  line-height: .1;
}

.p-team-new.se65 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  text-transform: none;
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-size: 7vw;
  position: static;
  top: 0%;
}

.p-team-new.se65.dark {
  color: #61497d;
  margin-top: 0;
  margin-bottom: 0;
}

.p-team-new.home {
  width: auto;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  line-height: 88%;
  display: block;
}

.h-4-2 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: .5vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 100%;
}

.h-4-2.light {
  z-index: 10;
  color: var(--misty-rose);
  text-transform: none;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-size: 9vw;
  line-height: 85%;
  position: relative;
  overflow: hidden;
}

.p-team-3 {
  z-index: 6;
  width: 50vw;
  color: var(--dark-slate-blue);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .8;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.p-team-3.se2 {
  width: 53vw;
  color: #d7c6ee;
  text-align: center;
  margin-top: 6vw;
  margin-bottom: 0;
  font-size: 5vw;
  position: static;
  left: auto;
  right: auto;
  transform: rotate(-180deg);
}

.p-team-3._12 {
  text-align: center;
}

.p-team-3.se32 {
  width: 21vw;
  color: var(--misty-rose);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  position: relative;
  top: 0%;
}

.p-team-3.se52 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1vw;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-size: 7vw;
  line-height: 85%;
  position: relative;
  top: 0%;
  overflow: hidden;
}

.p-team-3.se61 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  margin-top: 0;
  margin-bottom: 7vw;
  font-size: 7vw;
  position: static;
  top: 0%;
}

.p-team-3.se61._12 {
  text-align: center;
  text-transform: none;
  margin-top: 3vw;
  margin-bottom: auto;
  font-size: 9.2vw;
  position: relative;
}

.p-team-3.se61._12.new {
  margin-top: 0;
  font-size: 8vw;
}

.p-team-3.se7 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: .5;
  position: static;
}

.p-team-3.se7._2 {
  margin-top: 4vw;
  font-size: 6vw;
  top: 4%;
}

.p-team-3.se7.container-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5vw;
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 0%;
  right: 0%;
}

.p-team-3.se7.container-2._44 {
  margin-top: 0;
  font-size: 3vw;
  line-height: 1;
  top: 2.8vw;
  bottom: 2vw;
}

.p-team-3.se7._14 {
  line-height: .1;
}

.p-team-3.se65 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  text-transform: none;
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-size: 7vw;
  position: static;
  top: 0%;
}

.p-team-3.se65.dark {
  color: #61497d;
  margin-top: 0;
  margin-bottom: 0;
}

.p-team-3.home {
  width: auto;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  line-height: 88%;
  display: block;
}

.cta-text {
  width: auto;
  height: auto;
  max-height: 35%;
  min-height: 10%;
}

.cta-text.s2 {
  max-height: 38%;
}

.preload-clean-back {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #f4d0d4;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog_hero {
  height: 73vh;
  background-image: url('../images/Frame-28951.webp');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  display: flex;
}

.blog_heading {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: var(--seashell-2);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 8.2vw;
  font-weight: 400;
  line-height: 80%;
  overflow: hidden;
}

.blog_heading.cart {
  margin-top: 1vw;
}

.blog_heading_wrapper {
  width: 60%;
  margin-bottom: 2vw;
  margin-left: 2.5vw;
}

.grid-2 {
  height: 100%;
  grid-column-gap: 1.5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

.blog_content {
  height: auto;
  padding: 1.5vw 1.5vw 6vw;
}

.div-block-137 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p-hero-blog {
  color: #574263;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

.p-hero-blog._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-blog.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-blog.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-blog.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-blog._122 {
  margin-top: .4vw;
}

.p-hero-blog._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-blog._122.about-us-page {
  display: none;
}

.p-hero-blog.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-blog.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-blog.se62.new {
  font-size: .8vw;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-blog.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-blog.se63.new-2 {
  font-size: .8vw;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero-blog.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-blog.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero-blog.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-blog.se69._3 {
  padding-top: 0;
}

.p-hero-blog.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-blog.dark.left {
  text-align: left;
}

.p-hero-blog.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-blog.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-blog.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-blog.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
}

.blog-item-devider {
  width: 100%;
  height: 1px;
  background-color: #cac6d3;
  margin-top: 1vw;
  margin-bottom: .8vw;
}

.h3-blog {
  width: 100%;
  color: #5a4c77;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 135%;
}

.blog-item {
  width: 100%;
  text-decoration: none;
}

.blog-item.w--current {
  width: auto;
}

.blog-item.general {
  width: 100%;
  overflow: hidden;
}

.div-block-138 {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.arrow-icon {
  width: 1.2vw;
  margin-top: .3vw;
  margin-left: .5vw;
}

.item-1 {
  width: 70%;
}

.item-3 {
  width: 80%;
  margin-top: -10vw;
}

.div-block-139 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-cover {
  width: 100%;
}

.blog-item-cover.recomendet {
  width: 22vw;
  height: 20vw;
  object-fit: cover;
}

.blog_cover_section {
  height: 50vh;
  background-image: url('../images/65cded69783afe3a8e05372a_Your-Guide-to-Getting-Your-Partner-in-the-Mood_img-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.blog_cover_section._1 {
  background-image: url('../images/65cded69783afe3a8e053728_All-You-Need-Is-Self-Love_img.webp');
}

.blog_cover_section._3 {
  background-image: url('../images/65cded69783afe3a8e05372b_The-Essentials-of-Vegan-and-Eco-Friendly-Condoms_img-min.png');
}

.blog_cover_section._4 {
  background-image: url('../images/65cded69783afe3a8e05372c_The-Art-of-Sensual-and-Sexy-Massage_img-min.png');
}

.blog_cover_section._5 {
  background-image: url('../images/312312.png');
}

.blog_cover_gradient {
  width: 100%;
  height: 40%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .55));
}

.div-block-140 {
  width: 70%;
  background-color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3vw;
  position: relative;
  top: -6vw;
}

.h1-blog {
  color: #61497d;
  padding-top: .5vw;
  font-size: 100px;
  line-height: 90%;
  overflow: hidden;
}

.div-block-141 {
  width: 40%;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #614f89 50%, #fff);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-142 {
  width: 60%;
  margin-top: -2vw;
  margin-left: auto;
  margin-right: auto;
}

.blog-richtext {
  display: block;
}

.blog-richtext h1 {
  color: #61497d;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: Aeonik, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 125%;
}

.blog-richtext p {
  color: #61497d;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.blog-richtext ol {
  color: #61497d;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.blog-richtext li {
  margin-bottom: 15px;
}

.blog_content_section {
  padding-bottom: 7vw;
}

.blog_recomendatiom-section {
  background-color: #f5ecff;
  padding: 3vw 6vw;
}

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

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

.blog-item-cover-recomend {
  width: 100%;
  height: 20vw;
  aspect-ratio: auto;
  object-fit: cover;
}

.blog-item-cover-recomend.new {
  width: 22vw;
}

.div-block-143 {
  width: 100%;
  height: 20vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  margin-left: -1vw;
  display: grid;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
  left: 0;
}

.on-top-link {
  text-decoration: none;
}

.text-block-12 {
  color: #f5ecff;
  margin-left: .5vw;
  font-family: Aeonik, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
}

.link-block-8 {
  color: var(--seashell);
  align-items: center;
  font-family: Aeonik, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.image-56 {
  width: 2.2vw;
  filter: brightness(124%);
}

.text-block-13 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.add-to-cart-2 {
  z-index: 5;
  display: none;
  position: relative;
}

.field-label-2, .quantity-2, .buy-now-button-2 {
  display: none;
}

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

.item_img_mask {
  overflow: hidden;
}

.new-blog-button {
  width: 12vw;
  height: 6vw;
  color: #fff;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/blog-buttov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  padding-top: 0;
  padding-bottom: .5vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 2.5vw;
  line-height: 90%;
  transition: all .2s;
  display: none;
}

.new-blog-button:hover {
  transform: scale3d(.85, 1, 1);
}

.p-team-copy {
  z-index: 6;
  width: 50vw;
  color: var(--dark-slate-blue);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .8;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.p-team-copy.se2 {
  width: 53vw;
  color: #d7c6ee;
  text-align: center;
  margin-top: 6vw;
  margin-bottom: 0;
  font-size: 5vw;
  position: static;
  left: auto;
  right: auto;
  transform: rotate(-180deg);
}

.p-team-copy._12 {
  text-align: center;
}

.p-team-copy.se32 {
  width: 21vw;
  color: var(--misty-rose);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  position: relative;
  top: 0%;
}

.p-team-copy.se52 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3vw;
  font-size: 7vw;
  position: relative;
  top: 0%;
}

.p-team-copy.se61 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  margin-top: 0;
  margin-bottom: 7vw;
  font-size: 7vw;
  position: static;
  top: 0%;
}

.p-team-copy.se61._12 {
  text-align: center;
  text-transform: none;
  margin-top: 3vw;
  margin-bottom: auto;
  font-size: 9.2vw;
  position: relative;
}

.p-team-copy.se61._12.new {
  margin-top: 0;
  font-size: 8vw;
  line-height: 88%;
}

.p-team-copy.se7 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: .5;
  position: static;
}

.p-team-copy.se7._2 {
  margin-top: 4vw;
  font-size: 6vw;
  top: 4%;
}

.p-team-copy.se7.container-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5vw;
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 0%;
  right: 0%;
}

.p-team-copy.se7.container-2._44 {
  margin-top: 0;
  font-size: 3vw;
  line-height: 1;
  top: 2.8vw;
  bottom: 2vw;
}

.p-team-copy.se7.container-2._44.hero {
  z-index: 61;
  font-size: 3.5vw;
  line-height: 90%;
  display: block;
  top: 40%;
  bottom: 40%;
}

.p-team-copy.se7._14 {
  line-height: .1;
}

.p-team-copy.se65 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  text-transform: none;
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-size: 7vw;
  line-height: 88%;
  position: static;
  top: 0%;
}

.p-team-copy.se65.dark {
  color: #61497d;
  margin-top: 0;
  margin-bottom: 0;
}

.p-team-copy.home {
  width: auto;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  line-height: 88%;
  display: block;
}

.h-3-pls {
  color: var(--dark-slate-blue);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
  overflow: hidden;
}

.h-3-pls.cart {
  margin-top: 1vw;
}

.p-hero-pls {
  width: 21.5vw;
  color: #564262;
  text-align: center;
  text-transform: none;
  margin-top: 1vw;
  font-family: Aeonik, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 130%;
  overflow: hidden;
}

.p-hero-pls._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-pls.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-pls.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-pls.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-pls._122 {
  margin-top: .4vw;
}

.p-hero-pls._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-pls.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-pls.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-pls.se62.new {
  font-size: .8vw;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-pls.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-pls.se63.new-2 {
  font-size: .8vw;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero-pls.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-pls.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero-pls.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-pls.se69._3 {
  padding-top: 0;
}

.p-hero-pls.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-pls.dark.left {
  text-align: left;
}

.p-hero-pls.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-pls.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-pls.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-pls.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
}

.p-hero-pls.left {
  width: auto;
  text-align: left;
  margin-top: 0;
}

.p-team-copy {
  z-index: 6;
  width: 50vw;
  color: var(--dark-slate-blue);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .8;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.p-team-copy.se2 {
  width: 53vw;
  color: #d7c6ee;
  text-align: center;
  margin-top: 6vw;
  margin-bottom: 0;
  font-size: 5vw;
  position: static;
  left: auto;
  right: auto;
  transform: rotate(-180deg);
}

.p-team-copy._12 {
  text-align: center;
}

.p-team-copy.se32 {
  width: 21vw;
  color: var(--misty-rose);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  position: relative;
  top: 0%;
}

.p-team-copy.se52 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3vw;
  font-size: 7vw;
  position: relative;
  top: 0%;
}

.p-team-copy.se61 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  margin-top: 0;
  margin-bottom: 7vw;
  font-size: 7vw;
  position: static;
  top: 0%;
}

.p-team-copy.se61._12 {
  text-align: center;
  text-transform: none;
  margin-top: 3vw;
  margin-bottom: auto;
  font-size: 9.2vw;
  position: relative;
}

.p-team-copy.se61._12.new {
  margin-top: 0;
  font-size: 8vw;
  line-height: 88%;
}

.p-team-copy.se7 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: .5;
  position: static;
}

.p-team-copy.se7._2 {
  margin-top: 4vw;
  font-size: 6vw;
  top: 4%;
}

.p-team-copy.se7.container-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5vw;
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 0%;
  right: 0%;
}

.p-team-copy.se7.container-2._44 {
  margin-top: 0;
  font-size: 3vw;
  line-height: 1;
  top: 2.8vw;
  bottom: 2vw;
}

.p-team-copy.se7.container-2._44.hero {
  z-index: 61;
  font-size: 3.5vw;
  line-height: 90%;
  display: block;
  top: 40%;
  bottom: 40%;
}

.p-team-copy.se7._14 {
  line-height: .1;
}

.p-team-copy.se65 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  text-transform: none;
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-size: 7vw;
  line-height: 88%;
  position: static;
  top: 0%;
}

.p-team-copy.se65.dark {
  color: #61497d;
  margin-top: 0;
  margin-bottom: 0;
}

.p-team-copy.home {
  width: auto;
  white-space: normal;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  line-height: 5.6vw;
  display: block;
}

.collection-item {
  flex-direction: row;
  display: block;
}

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

.products-heading-copy {
  z-index: 2;
  width: 80%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5vw;
  padding-bottom: 0;
  font-family: Dahlia condensed, sans-serif;
  font-size: 8vw;
  line-height: 85%;
  position: relative;
  overflow: hidden;
}

.h-d-c {
  z-index: 6;
  width: 55vw;
  color: var(--dark-slate-blue);
  font-family: Dahlia condensed, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .8;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h-d-c.new {
  width: 80%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12vw;
  line-height: 10.8vw;
  position: static;
  overflow: hidden;
}

.h-6 {
  color: var(--dark-slate-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
}

.h-6.light {
  z-index: 5;
  color: var(--misty-rose);
  position: relative;
  overflow: visible;
}

.h-cta {
  color: #e6dbff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2.2vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 8.6vw;
  font-weight: 400;
  line-height: 76%;
  overflow: hidden;
}

.p-hero-off {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.p-hero-off._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-off.se21 {
  z-index: 3;
  width: 34vw;
  display: none;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-off.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-off.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-off._122 {
  margin-top: .4vw;
}

.p-hero-off._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-off._122.about-us-page {
  display: none;
}

.p-hero-off.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-off.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-off.se62.new {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-off.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-off.se63.new-2 {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero-off.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-off.se64.off {
  display: block;
  bottom: .7vw;
}

.p-hero-off.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero-off.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-off.se69._3 {
  padding-top: 0;
}

.p-hero-off.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-off.dark.left {
  text-align: left;
}

.p-hero-off.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-off.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-off.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-off.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
  overflow: hidden;
}

.main-hero-heading-1 {
  z-index: 9;
  width: 100%;
  max-width: 8em;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: Dahlia condensed, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.main-hero-heading-1.s2 {
  max-width: 8em;
  color: #f5f0ff;
  margin-bottom: 0;
  padding-top: .5vw;
  font-size: 12vw;
  line-height: 85%;
  top: auto;
  bottom: 1vw;
  overflow: hidden;
}

.main-hero-heading-1.se4 {
  max-width: 5em;
  color: #fff;
  margin-top: 1vw;
  margin-bottom: 2vw;
  padding-top: 0;
  font-size: 7vw;
  line-height: 90%;
  position: relative;
  top: -5vw;
}

.main-hero-heading-1.se41 {
  max-width: 5em;
  color: #fff;
  margin-top: 2vw;
  margin-bottom: -1vw;
  padding-top: 0;
  font-size: 7vw;
  line-height: 90%;
  position: relative;
  top: 5vw;
}

.p-team-pp {
  z-index: 6;
  width: 50vw;
  color: var(--dark-slate-blue);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .8;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.p-team-pp.se2 {
  width: 53vw;
  color: #d7c6ee;
  text-align: center;
  margin-top: 6vw;
  margin-bottom: 0;
  font-size: 5vw;
  position: static;
  left: auto;
  right: auto;
  transform: rotate(-180deg);
}

.p-team-pp._12 {
  text-align: center;
}

.p-team-pp.se32 {
  width: 21vw;
  color: var(--misty-rose);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  position: relative;
  top: 0%;
}

.p-team-pp.se52 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3vw;
  font-size: 7vw;
  position: relative;
  top: 0%;
}

.p-team-pp.se61 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  margin-top: 0;
  margin-bottom: 7vw;
  font-size: 7vw;
  position: static;
  top: 0%;
}

.p-team-pp.se61._12 {
  text-align: center;
  text-transform: none;
  margin-top: 3vw;
  margin-bottom: auto;
  font-size: 9.2vw;
  position: relative;
}

.p-team-pp.se61._12.new {
  margin-top: 0;
  padding-top: 1vw;
  padding-bottom: 2.2vw;
  font-size: 8vw;
  line-height: 76%;
  overflow: hidden;
}

.p-team-pp.se7 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: .5;
  position: static;
}

.p-team-pp.se7._2 {
  margin-top: 4vw;
  font-size: 6vw;
  top: 4%;
}

.p-team-pp.se7.container-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5vw;
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 0%;
  right: 0%;
}

.p-team-pp.se7.container-2._44 {
  margin-top: 0;
  font-size: 3vw;
  line-height: 1;
  top: 2.8vw;
  bottom: 2vw;
}

.p-team-pp.se7.container-2._44.hero {
  z-index: 61;
  font-size: 3.5vw;
  line-height: 90%;
  display: block;
  top: 40%;
  bottom: 40%;
}

.p-team-pp.se7._14 {
  line-height: .1;
}

.p-team-pp.se65 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  text-transform: none;
  margin-top: 2vw;
  margin-bottom: 3vw;
  padding-bottom: 1.4vw;
  font-size: 7vw;
  line-height: 88%;
  position: static;
  top: 0%;
  overflow: hidden;
}

.p-team-pp.se65.dark {
  color: #61497d;
  margin-top: 0;
  margin-bottom: 0;
}

.p-team-pp.home {
  width: auto;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 0;
  padding-top: .2vw;
  padding-bottom: .2vw;
  line-height: 5.6vw;
  display: block;
  overflow: hidden;
}

.p-hero-pp {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.p-hero-pp._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-pp.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-pp.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-pp.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-pp._122 {
  margin-top: .4vw;
}

.p-hero-pp._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-pp._122.about-us-page {
  display: none;
}

.p-hero-pp.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
  overflow: hidden;
}

.p-hero-pp.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-pp.se62.new {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-pp.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-pp.se63.new-2 {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
}

.p-hero-pp.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-pp.se64.off {
  display: block;
  bottom: .7vw;
}

.p-hero-pp.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero-pp.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-pp.se69._3 {
  padding-top: 0;
}

.p-hero-pp.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-pp.dark.left {
  text-align: left;
}

.p-hero-pp.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-pp.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-pp.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-pp.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
  overflow: hidden;
}

.p-hero-copy {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.p-hero-copy._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-copy.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-copy.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-copy.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-copy._122 {
  margin-top: .4vw;
}

.p-hero-copy._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-copy._122.about-us-page {
  display: none;
}

.p-hero-copy.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
  overflow: hidden;
}

.p-hero-copy.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-copy.se62.new {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-copy.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-copy.se63.new-2 {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero-copy.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-copy.se64.off {
  display: block;
  bottom: .7vw;
}

.p-hero-copy.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero-copy.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-copy.se69._3 {
  padding-top: 0;
}

.p-hero-copy.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-copy.dark.left {
  text-align: left;
}

.p-hero-copy.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-copy.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-copy.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-copy.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
  overflow: hidden;
}

.p-hero-pp-2 {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.p-hero-pp-2._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-pp-2.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-pp-2.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-pp-2.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-pp-2._122 {
  margin-top: .4vw;
}

.p-hero-pp-2._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-pp-2._122.about-us-page {
  display: none;
}

.p-hero-pp-2.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
  overflow: hidden;
}

.p-hero-pp-2.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-pp-2.se62.new {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-pp-2.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-pp-2.se63.new-2 {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero-pp-2.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-pp-2.se64.off {
  display: block;
  bottom: .7vw;
  overflow: hidden;
}

.p-hero-pp-2.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
}

.p-hero-pp-2.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-pp-2.se69._3 {
  padding-top: 0;
}

.p-hero-pp-2.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-pp-2.dark.left {
  text-align: left;
}

.p-hero-pp-2.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-pp-2.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-pp-2.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-pp-2.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
  overflow: hidden;
}

.p-team-price {
  z-index: 6;
  width: 50vw;
  color: var(--dark-slate-blue);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .8;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.p-team-price.se2 {
  width: 53vw;
  color: #d7c6ee;
  text-align: center;
  margin-top: 6vw;
  margin-bottom: 0;
  font-size: 5vw;
  position: static;
  left: auto;
  right: auto;
  transform: rotate(-180deg);
}

.p-team-price._12 {
  text-align: center;
}

.p-team-price.se32 {
  width: 21vw;
  color: var(--misty-rose);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  position: relative;
  top: 0%;
}

.p-team-price.se52 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3vw;
  font-size: 7vw;
  position: relative;
  top: 0%;
}

.p-team-price.se61 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  margin-top: 0;
  margin-bottom: 7vw;
  font-size: 7vw;
  position: static;
  top: 0%;
}

.p-team-price.se61._12 {
  text-align: center;
  text-transform: none;
  margin-top: 3vw;
  margin-bottom: auto;
  font-size: 9.2vw;
  position: relative;
}

.p-team-price.se61._12.new {
  margin-top: 0;
  padding-bottom: 1.5vw;
  font-size: 8vw;
  line-height: 88%;
  overflow: hidden;
}

.p-team-price.se7 {
  width: auto;
  color: #ccbcee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: .5;
  position: static;
}

.p-team-price.se7._2 {
  margin-top: 4vw;
  font-size: 6vw;
  top: 4%;
}

.p-team-price.se7.container-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5vw;
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 0%;
  right: 0%;
}

.p-team-price.se7.container-2._44 {
  margin-top: 0;
  font-size: 3vw;
  line-height: 85%;
  display: none;
  top: 3vw;
  bottom: 2vw;
}

.p-team-price.se7.container-2._44.hero {
  z-index: 61;
  font-size: 3.5vw;
  line-height: 90%;
  display: block;
  top: 40%;
  bottom: 40%;
}

.p-team-price.se7._14 {
  line-height: .1;
}

.p-team-price.se65 {
  width: auto;
  color: #ccbcee;
  text-align: left;
  text-transform: none;
  margin-top: 2vw;
  margin-bottom: .5vw;
  padding-bottom: 1.4vw;
  font-size: 7vw;
  line-height: 88%;
  position: static;
  top: 0%;
  overflow: hidden;
}

.p-team-price.se65.dark {
  color: #61497d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5vw;
  padding-bottom: .5vw;
}

.p-team-price.home {
  width: auto;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 0;
  padding-top: .2vw;
  padding-bottom: .2vw;
  line-height: 5.6vw;
  display: block;
  overflow: hidden;
}

.h1-blogpage {
  color: #61497d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5vw;
  padding-bottom: .2vw;
  font-size: 100px;
  line-height: 90%;
  overflow: hidden;
}

.p-hero-d {
  color: #d7c6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.1;
}

.p-hero-d._3 {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.2;
}

.p-hero-d.se21 {
  z-index: 3;
  width: 34vw;
  position: absolute;
  top: auto;
  bottom: 1.5vw;
}

.p-hero-d.se31 {
  width: 37vw;
  color: var(--dark-slate-grey);
  font-size: 1vw;
  line-height: 1.4;
}

.p-hero-d.se33 {
  z-index: 6;
  width: 28vw;
  color: var(--misty-rose);
  font-size: 1vw;
  line-height: 1.4;
  position: relative;
}

.p-hero-d._122 {
  margin-top: .4vw;
}

.p-hero-d._122.menu {
  width: auto;
  cursor: pointer;
  margin-top: 0;
  font-size: 1vw;
}

.p-hero-d._122.about-us-page {
  display: none;
}

.p-hero-d.se54 {
  z-index: 3;
  width: auto;
  font-size: 1vw;
  line-height: 1.3;
  position: static;
  top: auto;
  bottom: 1.5vw;
  overflow: hidden;
}

.p-hero-d.se62 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: 4vw;
}

.p-hero-d.se62.new {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  left: 0;
}

.p-hero-d.se63 {
  z-index: 8;
  width: 13vw;
  font-size: 1vw;
  line-height: 1.3;
  position: absolute;
  top: 560.898px;
  left: auto;
  right: 4vw;
}

.p-hero-d.se63.new-2 {
  font-size: .8vw;
  line-height: 1.1;
  position: relative;
  top: 0;
  right: 0;
}

.p-hero-d.se64 {
  z-index: 8;
  width: auto;
  opacity: .45;
  font-size: .8vw;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0%;
  right: 0%;
}

.p-hero-d.se64.off {
  display: block;
  bottom: .7vw;
}

.p-hero-d.se67 {
  z-index: 8;
  opacity: 1;
  font-size: .9vw;
  line-height: 1.3;
  position: static;
  bottom: 2vw;
  overflow: hidden;
}

.p-hero-d.se69 {
  z-index: 8;
  width: 31vw;
  opacity: 1;
  text-align: left;
  text-transform: none;
  font-size: 1.1vw;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.p-hero-d.se69._3 {
  padding-top: 0;
}

.p-hero-d.dark {
  color: #564262;
  font-size: 1vw;
  line-height: 1.3;
}

.p-hero-d.dark.left {
  text-align: left;
}

.p-hero-d.dark.without-caps {
  text-align: left;
  text-transform: none;
  font-size: 1vw;
  line-height: 135%;
}

.p-hero-d.dark.without-caps.binds {
  width: 21.5vw;
  text-align: center;
  margin-top: 1vw;
  line-height: 130%;
}

.p-hero-d.purple {
  color: #d7c6ee;
  text-align: center;
  line-height: 1.3;
}

.p-hero-d.join-comunity {
  color: #e6dbff;
  text-transform: none;
  font-size: 1vw;
  line-height: 1.2vw;
  overflow: hidden;
}

.about-hero {
  z-index: 9;
  width: 100%;
  max-width: 8em;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: .9vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.about-hero.s2 {
  max-width: 8em;
  color: #f5f0ff;
  margin-bottom: 0;
  padding-top: .5vw;
  font-size: 12vw;
  line-height: 85%;
  top: auto;
  bottom: 1vw;
  overflow: hidden;
}

.about-hero.se4 {
  max-width: 5em;
  color: #fff;
  margin-top: 1vw;
  margin-bottom: 2vw;
  padding-top: 0;
  font-size: 7vw;
  line-height: 90%;
  position: relative;
  top: -5vw;
}

.about-hero.se41 {
  max-width: 5em;
  color: #fff;
  margin-top: 2vw;
  margin-bottom: -1vw;
  padding-top: 0;
  font-size: 7vw;
  line-height: 90%;
  position: relative;
  top: 5vw;
}

.image-57 {
  width: auto;
  height: auto;
  max-height: 35%;
  min-height: 10%;
}

.footer-image {
  height: .8vw;
  aspect-ratio: auto;
  mix-blend-mode: screen;
  margin-right: 1.5vw;
}

.anchor {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-58 {
  width: 3.4vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 2.9vw;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition {
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: #f4d0d4;
  display: none;
  position: fixed;
}

.transition-trigger {
  display: none;
}

.fon-image-section {
  width: 100%;
  height: 50vw;
  overflow: hidden;
}

.image-59 {
  width: 100%;
}

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

.image-60 {
  max-height: 35%;
  min-height: 10%;
}

.section-22 {
  display: none;
}

.div-block-144 {
  z-index: 1;
  width: 50%;
  height: 95vh;
  max-height: none;
  background-color: #817895;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-144.pp {
  height: 100vh;
}

.link-block-9 {
  width: 36%;
  height: 14%;
  transform-style: preserve-3d;
  background-image: url('../images/products_tab_buttov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: .4vw;
  margin-bottom: .7vw;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
}

.link-block-9:hover {
  transform: scale3d(.85, 1, 1);
}

.sub_texts {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-61 {
  z-index: 2;
  position: absolute;
  top: -10vh;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.link-block-10 {
  width: 36%;
  height: 14%;
  transform-style: preserve-3d;
  background-image: url('../images/products_tab_buttov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: .4vw;
  margin-bottom: .4vw;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
}

.link-block-10:hover {
  transform: scale3d(.85, 1, 1);
}

.div-block-145 {
  z-index: 2;
  width: 50%;
  height: 95vh;
  max-height: none;
  background-color: #5d4b7a;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-145.pp {
  height: 100vh;
}

.div-block-57-3-2, .div-block-57-4-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
}

.image-62 {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -10vh;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.products_section_new {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.link-block-11 {
  width: 36%;
  height: 14%;
  transform-style: preserve-3d;
  background-image: url('../images/products_tab_buttov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: .4vw;
  margin-bottom: .7vw;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
}

.link-block-11:hover {
  transform: scale3d(.85, 1, 1);
}

.image-63 {
  width: 107%;
  max-width: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-57-1-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  max-height: none;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-64 {
  position: absolute;
  top: 1vw;
  bottom: auto;
  left: auto;
  right: 1vw;
}

.image-64._001 {
  width: 2.3vw;
}

.image-64._002 {
  width: 1.5vw;
}

.image-64._005 {
  width: 1.4vw;
}

.image-64._004 {
  width: 2.1vw;
}

.image-64._003 {
  width: 1.6vw;
}

.div-block-146 {
  width: 31vw;
  height: 1px;
  opacity: .35;
  background-color: #f5ecff;
  margin-bottom: 1vw;
  margin-left: 2vw;
  margin-right: 2vw;
}

.image-65 {
  z-index: 2;
  display: inline-block;
  position: absolute;
  top: -10vh;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.link-block-12 {
  width: 36%;
  height: 14%;
  transform-style: preserve-3d;
  background-image: url('../images/products_tab_buttov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: .4vw;
  margin-bottom: .7vw;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
}

.link-block-12:hover {
  transform: scale3d(.85, 1, 1);
}

.image-66 {
  z-index: 2;
  position: absolute;
  top: -10vh;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.div-block-57-2-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-147 {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.new-product-head {
  z-index: 8;
  width: auto;
  opacity: 1;
  color: #f5ecff;
  text-align: center;
  text-transform: uppercase;
  object-fit: cover;
  margin: 0 auto 0;
  padding-top: 1vw;
  padding-bottom: 3vw;
  font-family: Dahlia condensed, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 80%;
  position: absolute;
  top: 35%;
  bottom: 20%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-67 {
  height: auto;
  max-height: 35%;
  min-height: 10%;
}

.div-block-148 {
  width: 100%;
  height: 100%;
  letter-spacing: .05vw;
  align-items: flex-end;
  display: flex;
}

.div-block-57-5-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
}

.image-68 {
  z-index: 2;
  position: absolute;
  top: -10vh;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.text-block-d-2 {
  color: #f5ecff;
  flex: none;
  font-family: Dahlia condensed, sans-serif;
  font-size: 3vw;
  line-height: 100%;
  display: inline-block;
  position: static;
  top: 1vw;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-block-d-2.t2 {
  width: auto;
  letter-spacing: .05vw;
  flex: none;
  font-size: 3vw;
  top: 1vw;
  bottom: auto;
  left: 1vw;
  right: auto;
}

.section-23 {
  display: none;
}

.background-video-6 {
  z-index: 4;
  width: 100%;
  height: 130%;
  display: none;
  position: absolute;
}

.hero-video {
  width: 100%;
  height: 130%;
  display: none;
  position: absolute;
}

.html-embed-5 {
  z-index: 5;
  width: 100%;
  height: 130%;
  display: block;
  position: absolute;
}

.div-block-149 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -2.6vw;
}

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

.cart-popup-custom {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: row;
  justify-content: flex-end;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-150 {
  width: 100%;
  height: 100%;
  max-width: 480px;
  min-width: 320px;
  flex-direction: column;
  display: flex;
  overflow: auto;
}

.new-cart-close {
  width: 1.5vw;
  height: 1.5vw;
  cursor: pointer;
}

.div-block-151 {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.cart-footer-new {
  border-top: 1px solid #eee6e0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-152 {
  background-color: var(--misty-rose);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding: 24px 24px 32px;
  display: flex;
}

.link-block-13 {
  margin-right: 20px;
}

.div-block-153 {
  margin-top: 16px;
}

@media screen and (min-width: 1920px) {
  .text-block-3.left {
    line-height: 110%;
  }

  .p-hero.related-items {
    color: #61497d;
    text-transform: uppercase;
    margin-top: 1vw;
  }

  .p-team.se65.dark {
    padding-bottom: 1vw;
  }

  .section-8 {
    min-height: 80vh;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: relative;
  }

  .div-block-46 {
    width: 100%;
    min-height: auto;
  }

  .div-block-47 {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .image-36.pp {
    width: 30vw;
    height: 49vh;
    object-fit: contain;
    top: 6.8vw;
  }

  .image-37 {
    width: 38vw;
    height: 65vh;
    object-fit: contain;
  }

  .section-15 {
    height: 80vh;
  }

  .h-cta-10 {
    margin-bottom: 3vw;
  }

  .button_little.margin-4 {
    margin-top: 50px;
  }

  .image-38 {
    margin-right: 30%;
  }

  .image-39 {
    width: 64vw;
  }

  .hero-heading-1.home-page {
    line-height: 88%;
    top: 10vw;
  }

  .footer-letter.shadow {
    -webkit-text-stroke-width: 2vw;
    font-size: 30vw;
    left: 0%;
  }

  .products_cta._1 {
    width: 14vw;
    height: 7vw;
    margin-bottom: 0;
  }

  .products_cta._2, .products_cta._3, .products_cta._4, .products_cta._5, .products_cta.new {
    width: 14vw;
    height: 7vw;
    margin-top: .5vw;
    margin-bottom: 0;
  }

  .products_cta.new {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .products_cta.new.satisfyer {
    align-self: auto;
  }

  .button-text {
    font-size: 2.5vw;
  }

  .button-text.new-tabs {
    font-size: 4vh;
  }

  .satisfier_content {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-47.off {
    display: none;
  }

  .worshipper_content, .surpriser_content, .amazer_content, .kisser_content {
    background-color: rgba(0, 0, 0, 0);
  }

  .product-slider_img.custom {
    margin-right: 0;
  }

  .product-slider_img.custom._4 {
    width: 93%;
    height: 90%;
    margin-right: 0;
    left: 0;
  }

  .product-section_content-copy._3 {
    overflow: hidden;
  }

  .slider-item_custom._4-2 {
    width: 50vw;
    height: 32vw;
    display: flex;
  }

  .slider-item_popup_custom {
    display: none;
  }

  .slider-item_popup_custom._2, .slider-item_popup_custom.background-video-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-item_popup_custom._3 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-item_popup_custom._1 {
    margin-left: auto;
    margin-right: auto;
  }

  .splide__arrows {
    display: none;
  }

  .splide__arrow.splide__arrow--next {
    margin-left: 1vw;
  }

  .splide__arrow.splide__arrow--prev {
    margin-right: 1vw;
  }

  .html-embed, .html-embed-2 {
    display: none;
  }

  .splide__pagination {
    display: inline-block;
  }

  .pagination_item {
    width: 15px;
    height: 5px;
    display: inline-block;
  }

  .splide__pagination__page {
    width: 10px;
    height: 2px;
    background-color: #a04444;
    display: inline-block;
  }

  .splide__pagination__page.is-active {
    width: 15px;
    height: 5px;
    background-color: var(--medium-purple);
    display: inline-block;
  }

  .cart-quantity {
    height: 1.2vw;
    font-size: .8vw;
  }

  .tabs-2 {
    height: 100%;
  }

  .tabs-menu {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .tab_link, .tab_link.w--current {
    width: 36%;
    height: 14%;
  }

  .blog-button {
    margin-top: 2vw;
  }

  .navigation {
    display: none;
  }

  .div-block-134 {
    padding-top: .5vw;
  }

  .div-block-135 {
    height: 5.2vw;
    background-color: #5d4c7a;
  }

  .cta-text.s2 {
    max-height: 40%;
    min-height: 12%;
  }

  .collection-list-2 {
    margin-left: -1.4vw;
  }

  .collection-list-3 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .h-cta {
    margin-bottom: 3vw;
  }

  .link-block-9 {
    height: 16%;
  }

  .image-61 {
    top: -15svh;
  }

  .link-block-10 {
    height: 16%;
  }

  .image-62 {
    max-width: 100%;
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    top: -15svh;
    bottom: 0%;
    left: auto;
    right: -100%;
  }

  .link-block-11 {
    height: 16%;
  }

  .image-65 {
    top: -15svh;
  }

  .link-block-12 {
    height: 16%;
  }

  .image-66, .image-68 {
    top: -15svh;
  }
}

@media screen and (max-width: 991px) {
  .main-hero_heading-2 {
    font-size: 5em;
  }

  .main-hero_heading-2.se4 {
    font-size: 10vw;
    top: -13.9vw;
  }

  .main-hero_heading-2.se41 {
    font-size: 10vw;
  }

  .work_link {
    margin-left: 5vw;
  }

  .button-l {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .characters-div {
    margin-top: 3vw;
  }

  .div-block-13 {
    height: auto;
    grid-row-gap: 0px;
  }

  .div-block-14, .div-block-15 {
    width: 100%;
  }

  .text-block-3.left {
    line-height: 1.2;
  }

  .p-hero.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero.se54 {
    font-size: 2vw;
  }

  .p-hero.se62.new, .p-hero.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero.se67 {
    font-size: 1.5vw;
  }

  .p-hero.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero.join-comunity, .p-hero.related-items {
    font-size: 1.5vw;
  }

  .p-team.se52 {
    font-size: 10vw;
  }

  .p-team.se61._12.new {
    font-size: 12vw;
  }

  .p-team.se7.container-2._44 {
    width: auto;
    height: auto;
    font-size: 4vw;
    top: 4.7vw;
  }

  .p-team.se65 {
    font-size: 9vw;
  }

  .text-block-d, .text-block-d.t2 {
    font-size: 6vw;
  }

  .div-block-58 {
    width: 60%;
  }

  .section-10 {
    height: auto;
  }

  .tabs-content, .tabs {
    height: 60vh;
  }

  .div-block-72 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-73 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 4vw;
  }

  .div-block-74 {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .image-33 {
    max-width: 40vw;
  }

  .image-36 {
    width: 25vw;
    top: 34%;
    bottom: 19%;
    left: 22%;
  }

  .image-36.pp {
    width: 94%;
    top: 13%;
  }

  .div-block-86 {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-90 {
    top: 0%;
    bottom: auto;
    left: 31%;
    right: auto;
  }

  .div-block-90.pp {
    flex: none;
    justify-content: center;
    align-self: auto;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 44%;
  }

  .div-block-91, .div-block-95 {
    width: 80%;
  }

  .image-37 {
    width: 45vw;
  }

  .section-15 {
    height: 70vw;
  }

  .h-cta-10 {
    margin-bottom: 3vw;
  }

  .main-hero_heading-2-copy {
    font-size: 5em;
  }

  .sub-head {
    font-size: 1.5vw;
  }

  .sub-head.dark.mission {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 2vw;
  }

  .sub-head.dark.mission.light {
    font-size: 2vw;
  }

  .sub-head.purple {
    font-size: 1.5vw;
  }

  .sub-head.purple.mobile {
    display: none;
  }

  .sub-head.dovw {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-head.dovw.mobile {
    display: none;
  }

  .sub-head.dovw {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5vw;
  }

  .footer-letter._2 {
    height: 21vw;
  }

  .footer-letter._3 {
    height: 21vw;
    left: -6.6vw;
  }

  .footer-letter._4 {
    right: .9vw;
  }

  .footer-letter._5 {
    height: 21vw;
    right: .7vw;
  }

  .footer-letter._6 {
    height: 21vw;
    right: 2.8vw;
  }

  .footer-letter._1 {
    height: 21vw;
  }

  .our-products-wrapper {
    grid-template-columns: 40% 1fr;
  }

  .products_cta._1, .products_cta._2, .products_cta._3, .products_cta._4, .products_cta._5 {
    width: 26vw;
    height: 13vw;
  }

  .products_cta.about_blog {
    width: 24vw;
    height: 10vw;
    margin-top: 5vw;
  }

  .products_cta.new {
    width: 26vw;
    height: 13vw;
  }

  .products_cta.new.w--current {
    top: auto;
    bottom: -8%;
    left: auto;
    right: -29%;
  }

  .products_cta.new {
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }

  .new_div-block-49 {
    margin-left: 4%;
  }

  .button-text {
    font-size: 4vw;
    bottom: 38%;
  }

  .button-text.about_blog {
    font-size: 4vw;
    bottom: 36%;
  }

  .button-text.new-tabs {
    z-index: 7;
    min-width: auto;
    align-self: auto;
    font-size: 4vw;
    position: relative;
    bottom: 0%;
  }

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

  .image-47 {
    height: 8vw;
  }

  .worshipper_content, .surpriser_content, .amazer_content, .kisser_content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-108 {
    width: 80vw;
  }

  .mission-text._1 {
    width: auto;
  }

  .mission-text._1-copy {
    width: 60vw;
  }

  .div-block-109 {
    padding-top: 10vw;
  }

  .div-block-114 {
    width: 60vw;
    margin-top: 3vw;
  }

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

  .div-block-117 {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .image-51 {
    width: 13vw;
  }

  .full-product-section {
    height: 100vh;
  }

  .full-product-section.pp {
    height: auto;
  }

  .product-section_content {
    padding-top: 15%;
  }

  .product-section_content._2 {
    padding-bottom: 10%;
  }

  .product-section_content._3 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .background-video-5-copy {
    width: 50vh;
    height: 50vh;
  }

  .decor_product {
    margin-top: 24vw;
  }

  .left-arrow {
    bottom: -10vw;
  }

  .arrow {
    max-width: 50%;
  }

  .right-arrow {
    bottom: -10vw;
  }

  .full-product-section-copy {
    height: auto;
  }

  .product-section_content-copy {
    padding-top: 15%;
  }

  .product-section_content-copy._2 {
    padding-bottom: 10%;
  }

  .product-section_content-copy._3 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .cart-quantity {
    width: 2vw;
    height: 2vw;
    font-size: 1.5vw;
    top: -6%;
    right: -25%;
  }

  .p-hero_cart.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero_cart.se54 {
    font-size: 2vw;
  }

  .p-hero_cart.se62.new, .p-hero_cart.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero_cart.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero_cart.se67 {
    font-size: 1.5vw;
  }

  .p-hero_cart.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero_cart.join-comunity {
    font-size: 1.5vw;
  }

  .add-to-cart-button {
    width: 30vw;
    height: 12vw;
    font-size: 3.5vw;
    position: relative;
    bottom: 3.1vw;
  }

  .add-to-cart-button.blog {
    width: 20vw;
    height: 10vw;
    margin-top: 7vw;
  }

  .tab_link {
    width: 24vw;
    height: 12vw;
    align-self: center;
  }

  .tab_link.w--current {
    width: 24vw;
    height: 12vw;
  }

  .blog-button {
    width: 20vw;
    height: 10vw;
    padding-bottom: 1vw;
    font-size: 4vw;
  }

  .cta-social-back {
    width: 10vw;
    height: 8vw;
  }

  .image-55 {
    width: 2.6vw;
  }

  .div-block-135 {
    height: 6.6vw;
  }

  .description-rich-text {
    width: 100%;
  }

  .description-rich-text p {
    font-size: 1.8vw;
  }

  .p-hero-up.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-up.se54 {
    font-size: 2vw;
  }

  .p-hero-up.se62.new, .p-hero-up.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-up.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-up.se67 {
    font-size: 1.5vw;
  }

  .p-hero-up.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-up.join-comunity {
    font-size: 1.5vw;
  }

  .p-hero-copy.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-copy.se54 {
    font-size: 2vw;
  }

  .p-hero-copy.se62.new, .p-hero-copy.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-copy.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-copy.se67 {
    font-size: 1.5vw;
  }

  .p-hero-copy.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-copy.join-comunity {
    font-size: 1.5vw;
  }

  .p-hero-copy {
    width: 25vw;
    font-size: 1.5vw;
  }

  .p-hero-copy.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-copy.se54 {
    font-size: 2vw;
  }

  .p-hero-copy.se62.new, .p-hero-copy.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-copy.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-copy.se67 {
    font-size: 1.5vw;
  }

  .p-hero-copy.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-copy.join-comunity {
    font-size: 1.5vw;
  }

  .p-team-new.se52 {
    font-size: 10vw;
  }

  .p-team-new.se61._12.new {
    font-size: 12vw;
  }

  .p-team-new.se7.container-2._44 {
    width: auto;
    height: auto;
    font-size: 4vw;
    top: 4.7vw;
  }

  .p-team-new.se65 {
    font-size: 9vw;
  }

  .h-4-2.light, .p-team-3.se52 {
    font-size: 10vw;
  }

  .p-team-3.se61._12.new {
    font-size: 12vw;
  }

  .p-team-3.se7.container-2._44 {
    width: auto;
    height: auto;
    font-size: 4vw;
    top: 4.7vw;
  }

  .p-team-3.se65 {
    font-size: 9vw;
  }

  .blog_heading {
    font-size: 10vw;
  }

  .blog_heading_wrapper {
    width: 70%;
  }

  .p-hero-blog {
    font-size: 1.5vw;
  }

  .p-hero-blog.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-blog.se54 {
    font-size: 2vw;
  }

  .p-hero-blog.se62.new, .p-hero-blog.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-blog.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-blog.se67 {
    font-size: 1.5vw;
  }

  .p-hero-blog.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-blog.join-comunity {
    font-size: 1.5vw;
  }

  .h3-blog {
    font-size: 1.3vw;
  }

  .div-block-140 {
    width: 80%;
  }

  .div-block-142 {
    width: 70%;
  }

  .blog-richtext h1 {
    font-size: 22px;
  }

  .blog-richtext p {
    font-size: 18px;
    line-height: 130%;
  }

  .blog-richtext ol {
    font-size: 18px;
  }

  .blog-richtext li {
    margin-bottom: 15px;
  }

  .collection-list-2 {
    margin-left: -2.5vw;
  }

  .collection-list-wrapper {
    display: inline-block;
  }

  .new-blog-button {
    display: none;
  }

  .p-team-copy.se52 {
    font-size: 10vw;
  }

  .p-team-copy.se61._12.new {
    font-size: 12vw;
  }

  .p-team-copy.se7.container-2._44 {
    width: auto;
    height: auto;
    font-size: 4vw;
    top: 4.7vw;
  }

  .p-team-copy.se65 {
    font-size: 9vw;
  }

  .p-hero-pls {
    width: 25vw;
    font-size: 1.5vw;
  }

  .p-hero-pls.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-pls.se54 {
    font-size: 2vw;
  }

  .p-hero-pls.se62.new, .p-hero-pls.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-pls.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-pls.se67 {
    font-size: 1.5vw;
  }

  .p-hero-pls.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-pls.join-comunity {
    font-size: 1.5vw;
  }

  .p-team-copy.se52 {
    font-size: 10vw;
  }

  .p-team-copy.se61._12.new {
    font-size: 12vw;
  }

  .p-team-copy.se7.container-2._44 {
    width: auto;
    height: auto;
    font-size: 4vw;
    top: 4.7vw;
  }

  .p-team-copy.se65 {
    font-size: 9vw;
  }

  .h-cta {
    margin-bottom: 3vw;
  }

  .p-hero-off.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-off.se54 {
    font-size: 2vw;
  }

  .p-hero-off.se62.new, .p-hero-off.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-off.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-off.se67 {
    font-size: 1.5vw;
  }

  .p-hero-off.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-off.join-comunity {
    font-size: 1.5vw;
  }

  .main-hero-heading-1 {
    font-size: 5em;
  }

  .main-hero-heading-1.se4 {
    font-size: 10vw;
    top: -13.9vw;
  }

  .main-hero-heading-1.se41, .p-team-pp.se52 {
    font-size: 10vw;
  }

  .p-team-pp.se61._12.new {
    font-size: 12vw;
  }

  .p-team-pp.se7.container-2._44 {
    width: auto;
    height: auto;
    font-size: 4vw;
    top: 4.7vw;
  }

  .p-team-pp.se65 {
    font-size: 9vw;
  }

  .p-hero-pp.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-pp.se54 {
    font-size: 2vw;
  }

  .p-hero-pp.se62.new, .p-hero-pp.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-pp.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-pp.se67 {
    font-size: 1.5vw;
  }

  .p-hero-pp.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-pp.join-comunity {
    font-size: 1.5vw;
  }

  .p-hero-copy.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-copy.se54 {
    font-size: 2vw;
  }

  .p-hero-copy.se62.new, .p-hero-copy.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-copy.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-copy.se67 {
    font-size: 1.5vw;
  }

  .p-hero-copy.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-copy.join-comunity {
    font-size: 1.5vw;
  }

  .p-hero-pp-2.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-pp-2.se54 {
    font-size: 2vw;
  }

  .p-hero-pp-2.se62.new, .p-hero-pp-2.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-pp-2.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-pp-2.se67 {
    font-size: 1.5vw;
  }

  .p-hero-pp-2.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-pp-2.join-comunity {
    font-size: 1.5vw;
  }

  .p-team-price.se52 {
    font-size: 10vw;
  }

  .p-team-price.se61._12.new {
    font-size: 12vw;
  }

  .p-team-price.se7.container-2._44 {
    width: auto;
    height: auto;
    font-size: 4vw;
    top: 4.7vw;
  }

  .p-team-price.se65 {
    font-size: 9vw;
  }

  .p-hero-d.se21 {
    width: 60vw;
    font-size: 1.5vw;
  }

  .p-hero-d.se54 {
    font-size: 2vw;
  }

  .p-hero-d.se62.new, .p-hero-d.se63.new-2 {
    width: 18vw;
    font-size: 1.5vw;
  }

  .p-hero-d.se64 {
    font-size: 1.5vw;
    bottom: 4vw;
  }

  .p-hero-d.se67 {
    font-size: 1.5vw;
  }

  .p-hero-d.se69 {
    width: 100%;
    font-size: 1.8vw;
  }

  .p-hero-d.join-comunity {
    font-size: 1.5vw;
  }

  .about-hero {
    font-size: 5em;
  }

  .about-hero.se4 {
    font-size: 10vw;
    top: -13.9vw;
  }

  .about-hero.se41 {
    font-size: 10vw;
  }

  .image-58 {
    width: 6vw;
    top: 3.6vw;
  }

  .link-block-9 {
    width: 24vw;
    height: 12vw;
  }

  .image-61 {
    top: 25%;
    bottom: 25%;
  }

  .link-block-10 {
    width: 24vw;
    height: 12vw;
  }

  .image-62 {
    top: 25%;
    bottom: 25%;
    left: auto;
    right: 100%;
  }

  .link-block-11 {
    width: 24vw;
    height: 12vw;
  }

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

  .image-65 {
    top: 25%;
    bottom: 25%;
  }

  .link-block-12 {
    width: 24vw;
    height: 12vw;
  }

  .image-66 {
    top: 25%;
    bottom: 25%;
  }

  .new-product-head {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-68 {
    top: 25%;
    bottom: 25%;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    height: 137vw;
  }

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

  .div-block-6 {
    width: 50vw;
    height: 65.5vw;
    top: 45.2vw;
    left: 24.3vw;
    right: 20vw;
  }

  .main-hero_heading-2 {
    font-size: 3.5em;
  }

  .main-hero_heading-2.s2 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 5%;
    padding-top: 0;
    font-size: 22vw;
  }

  .main-hero_heading-2.se4 {
    margin-top: 12vw;
    font-size: 14vw;
    top: auto;
    bottom: 1%;
    left: 0%;
    right: 0%;
  }

  .main-hero_heading-2.se41 {
    font-size: 14vw;
    top: 1%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-l {
    order: 1;
    margin-bottom: 0;
  }

  .characters-div {
    justify-content: flex-start;
  }

  .footer-top {
    height: auto;
  }

  .div-block-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-14 {
    border-bottom: 1px solid rgba(93, 75, 122, .2);
    padding-bottom: 16px;
  }

  .div-block-15 {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .text-little, .text-little.left {
    font-size: 1.7vw;
  }

  .text-block-3 {
    font-size: 2vw;
  }

  .text-block-3.left {
    width: 50%;
    font-size: 2vw;
  }

  .text-block-3._2 {
    bottom: -2vw;
  }

  .div-block-19 {
    margin-top: 24px;
  }

  .link-block {
    height: 2vw;
    margin-bottom: 3vw;
  }

  .div-block-20 {
    margin-bottom: 5vw;
  }

  .character {
    margin-left: .5vw;
    margin-right: .5vw;
  }

  .all-characters.off {
    display: none;
  }

  .div-block-21 {
    padding-top: 0;
  }

  .logo-tj-1 {
    width: 7vw;
    filter: none;
  }

  .menu {
    width: auto;
  }

  .div-block-23, .div-block-23._2 {
    width: 3vw;
    height: 3vw;
  }

  .div-block-25 {
    width: 90%;
    height: 1vw;
    top: 1vw;
    bottom: 1vw;
  }

  .p-hero.se21 {
    display: none;
  }

  .p-hero._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero._122.menu {
    font-size: 2.5vw;
  }

  .p-hero.se54 {
    width: 100vw;
    font-size: 2vw;
  }

  .p-hero.se62.new, .p-hero.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero.se67 {
    font-size: 1.8vw;
  }

  .p-hero.se69, .p-hero.dark, .p-hero.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .p-hero.related-items {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero.related-items.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .div-block-26 {
    width: 50vw;
    margin-top: 0;
    display: none;
    top: 9vw;
  }

  .menu-div {
    width: auto;
    height: 6vw;
    margin-left: 3vw;
    position: static;
  }

  .menu-div.blog {
    width: auto;
  }

  .text2 {
    width: 60%;
    height: 9vw;
    top: 112.7vw;
    left: 20%;
    right: 20%;
  }

  .image-11 {
    width: 1.4vw;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .p-team.se2.mobile {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    transform: rotate(0);
  }

  .p-team.se52 {
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .p-team.se7.container-2._44 {
    font-size: 6vw;
    top: 6.8vw;
  }

  .p-team.se65.dark {
    text-align: center;
  }

  .p-team.home {
    font-size: 9vw;
  }

  .text3 {
    width: 45vw;
    height: 27vw;
    bottom: 9.7vw;
  }

  .text4._6 {
    width: 60vw;
    height: 9vw;
    top: 2vw;
  }

  .div-block-28 {
    width: 70vw;
  }

  .div-block-29 {
    margin-top: 20vw;
  }

  .content {
    padding-bottom: 15vw;
  }

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

  .heading-6 {
    font-size: 14vw;
  }

  .text5 {
    width: 80vw;
    height: auto;
  }

  .div-block-34 {
    margin-top: 5vw;
  }

  .div-block-35 {
    width: 100%;
    flex-direction: row;
    padding-left: 2vw;
    padding-right: 2vw;
    transform: rotate(0);
  }

  .image-14 {
    width: 100%;
  }

  .div-block-43 {
    width: 85%;
    height: 1px;
  }

  .div-block-44 {
    width: 100%;
    grid-column-gap: 4vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 6vw;
    padding-right: 6vw;
    display: grid;
  }

  .section-7 {
    margin-top: 0;
  }

  .binds-image {
    width: 15vw;
  }

  .button-elemet.circle._1, .button-elemet.circle._2, .button-elemet.circle._3, .button-elemet.circle._4, .button-elemet.circle._5 {
    width: 7vw;
    height: 10.2vw;
    margin-left: -2.4vw;
  }

  .heading-8.little {
    margin-left: -1vw;
    font-size: 4vw;
  }

  .div-block-60 {
    width: 6vw;
    height: 6vw;
  }

  .cart-1 {
    width: 4vw;
  }

  .cart-3 {
    width: .8vw;
    top: 1.15vw;
    left: 2.8vw;
  }

  .cart-2 {
    width: 1vw;
    top: .5vw;
  }

  .navbar {
    align-items: center;
    margin-top: 2vw;
    padding-right: 2vw;
    display: flex;
  }

  .new-cart {
    width: 4vw;
    height: 4vw;
    display: none;
  }

  .text-block-7 {
    font-size: 1.5vw;
    top: 91.1vw;
    left: 1.1vw;
  }

  .text-block-8 {
    font-size: 1.5vw;
    top: 85.6vw;
    right: 7.1vw;
  }

  .section-2d1 {
    height: 80vh;
  }

  .section-9 {
    z-index: 1;
    height: auto;
    position: relative;
  }

  .div-block-65 {
    height: auto;
  }

  .image-27-copy {
    display: none;
  }

  .tabs-content, .tabs {
    height: 50vh;
  }

  .tabs-list {
    bottom: -8.5vw;
  }

  .div-block-73 {
    padding-top: 10%;
    padding-bottom: 3%;
  }

  .div-block-74 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .div-block-77._2 {
    height: auto;
    grid-row-gap: 0px;
    grid-template-rows: auto 70vw;
    grid-template-columns: 1fr;
    grid-auto-rows: 50vw;
  }

  .image-33 {
    max-width: 60vw;
  }

  .image-36 {
    width: 50vw;
    left: 18%;
  }

  .image-36.pp {
    width: 95%;
  }

  .div-block-90 {
    top: -7%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .div-block-90.pp {
    top: -9%;
    right: 39%;
  }

  .div-block-91, .div-block-95 {
    width: 100%;
  }

  .image-37 {
    width: 80vw;
  }

  .section-15 {
    height: auto;
    padding-top: 10vw;
    padding-bottom: 0;
  }

  .h-cta-10 {
    margin-bottom: 5vw;
    font-size: 14vw;
  }

  .div-block-98 {
    justify-content: center;
  }

  .image-38 {
    height: 75vw;
  }

  .button-elemet_mask.light {
    width: 20vw;
    height: 7.6vw;
    font-size: 2vw;
    top: 1.24vw;
  }

  .section-16 {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .div-block-100 {
    top: -3.5vw;
  }

  .image-39 {
    width: 99vw;
    height: 75vw;
  }

  .image-40 {
    width: 100vw;
  }

  .image-41 {
    width: 30vw;
  }

  .image-42 {
    width: 35vw;
  }

  .image-43 {
    width: 25vw;
  }

  .image-44 {
    width: 23.5vw;
  }

  .image-45 {
    width: 23vw;
  }

  .heading-discovery.new {
    width: 90%;
    font-size: 14vw;
  }

  .main-hero_heading-2-copy {
    font-size: 3.5em;
  }

  .hero-heading-1.home-page {
    margin-top: 0;
    font-size: 16vw;
    line-height: 100%;
    top: 22vw;
  }

  .sub-head.dark.mission, .sub-head.dark.mission.light {
    font-size: 2vw;
  }

  .sub-head.purple {
    font-size: 2.5vw;
  }

  .sub-head.purple.mobile {
    display: block;
  }

  .sub-head.dovw {
    font-size: 2.5vw;
  }

  .sub-head.dovw.mobile {
    display: block;
  }

  .sub-head.dovw {
    font-size: 2.5vw;
  }

  .heading-3 {
    font-size: 8vw;
    line-height: 135%;
  }

  .footer-letter._2 {
    height: 20vw;
    left: -4.1vw;
  }

  .footer-letter._3 {
    height: 20vw;
    left: -6.1vw;
  }

  .footer-letter._4 {
    height: 22vw;
    right: -1.3vw;
  }

  .footer-letter._5 {
    height: 20vw;
    right: -2.1vw;
  }

  .footer-letter._6 {
    height: 20vw;
    right: -.2vw;
  }

  .footer-letter._1 {
    height: 20vw;
  }

  .div-block-102 {
    width: 100%;
    height: 20vw;
    background-color: var(--misty-rose);
    display: block;
    position: relative;
  }

  .button-elemet_mobile_mask.light {
    font-size: 2vw;
    display: none;
  }

  .our-products-section {
    height: auto;
  }

  .our-products-wrapper {
    height: auto;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .out-products_left-side {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-products_right-side {
    display: none;
  }

  .products-link-button {
    max-height: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    display: grid;
  }

  .products_cta {
    width: 40vw;
    height: 2vw;
  }

  .products_cta._1 {
    width: 60vw;
    height: 30vw;
    max-width: none;
  }

  .products_cta._2, .products_cta._3, .products_cta._4, .products_cta._5 {
    width: 60vw;
    height: 30vw;
  }

  .products_cta.about_blog {
    width: 22vw;
    height: 10vw;
  }

  .products_cta.new {
    width: 60vw;
    height: 30vw;
  }

  .products_cta.new.w--current {
    width: 30vw;
    height: 15vw;
    right: 29%;
  }

  .products_cta.new {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .new_button-elemet.circle._1, .new_button-elemet.circle._2, .new_button-elemet.circle._3, .new_button-elemet.circle._4, .new_button-elemet.circle._5 {
    width: 7vw;
    height: 10.2vw;
    margin-left: -2.4vw;
  }

  .button-text {
    min-width: auto;
    font-size: 6vw;
    bottom: 28%;
  }

  .button-text.about_blog {
    font-size: 4vw;
    bottom: 34%;
  }

  .button-text.new-tabs {
    font-size: 8vw;
  }

  .static-back._2 {
    display: none;
  }

  .device-image {
    align-self: auto;
  }

  .div-block-108 {
    width: 80vw;
  }

  .mission-text._1 {
    width: 80%;
  }

  .mission-text._1-copy {
    width: 50%;
  }

  .div-block-109 {
    padding-top: 15%;
  }

  .content-mobile {
    padding-top: 20%;
    padding-bottom: 20%;
    display: block;
  }

  .div-block-111 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6vw;
    display: flex;
  }

  .devider {
    width: 1px;
    height: 6vw;
    background-color: #e6dbff;
    margin-top: 4vw;
    margin-bottom: 2vw;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-113 {
    width: 70%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
    display: flex;
  }

  .text-block-10 {
    color: #e6dbff;
    font-family: Dahlia condensed, sans-serif;
    font-size: 6vw;
    line-height: 100%;
  }

  .image-49 {
    width: 70%;
  }

  .div-block-114 {
    width: 65vw;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .grid {
    grid-row-gap: 0vw;
  }

  .div-block-116 {
    padding-left: 8.5vw;
    padding-right: 8.5vw;
  }

  .image-51 {
    width: 18vw;
  }

  .full-product-section {
    height: 100vh;
  }

  .full-product-section.pp {
    height: auto;
  }

  .product-section_content {
    height: 100vh;
  }

  .product-section_content._2 {
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .product-section_content._3 {
    padding-bottom: 23%;
  }

  .div-block-119 {
    flex-direction: column;
    margin-top: 5vw;
    position: absolute;
    top: auto;
    bottom: 6%;
    left: 0%;
    right: 0%;
  }

  .background-video-5-copy {
    height: 40vh;
  }

  .decor_product {
    width: 90vw;
    margin-top: 52vw;
    left: 5vw;
  }

  .div-block-121 {
    margin-bottom: 5vw;
  }

  .slider-item {
    width: 50vw;
    height: 32vw;
  }

  .slider-item._3 {
    width: 50vw;
    height: 30vw;
  }

  .slider-item._4 {
    height: 31vw;
  }

  .slider-item._5 {
    height: 30vw;
  }

  .slider-item._2 {
    width: 50vw;
    height: 32.5vw;
  }

  .slide._5, .slide._4, .slide._3 {
    width: 50vw;
    height: 30vw;
  }

  .slide._1 {
    width: 50vw;
    height: 32vw;
  }

  .slide._2 {
    width: 50vw;
    height: 30vw;
  }

  .left-arrow {
    bottom: -20vw;
    right: 12vw;
  }

  .right-arrow {
    bottom: -20vw;
    left: 12vw;
  }

  .product-section_content-copy._2 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .product-section_content-copy._3 {
    padding-bottom: 12%;
  }

  .slider-item_custom {
    width: 50vw;
    height: 30vw;
  }

  .slider-item_custom._3 {
    width: 50vw;
    height: 28.5vw;
  }

  .slider-item_custom._4 {
    height: 31vw;
  }

  .slider-item_custom._5 {
    height: 29vw;
  }

  .slider-item_custom._2 {
    width: 50vw;
    height: 31vw;
  }

  .slider-item_custom._4-2 {
    width: 50vw;
    height: 32vw;
  }

  .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
    width: 10vw;
    height: 5vw;
  }

  .slider-item-copy {
    width: 50vw;
    height: 32vw;
  }

  .slider-item-copy._3 {
    width: 50vw;
    height: 30vw;
  }

  .slider-item-copy._4 {
    height: 31vw;
  }

  .slider-item-copy._5 {
    height: 30vw;
  }

  .slider-item-copy._2 {
    width: 50vw;
    height: 32.5vw;
  }

  .cart-quantity {
    width: 3vw;
    height: 3vw;
    font-size: 2vw;
    top: auto;
    bottom: 58%;
    left: auto;
    right: -26%;
  }

  .p-hero_cart.se21 {
    display: none;
  }

  .p-hero_cart._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero_cart.se54, .p-hero_cart.se62.new, .p-hero_cart.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero_cart.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero_cart.se67 {
    font-size: 1.8vw;
  }

  .p-hero_cart.se69, .p-hero_cart.dark, .p-hero_cart.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero_cart.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero_cart.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero_cart.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .add-to-cart-button {
    width: 50vw;
    height: 18vw;
    font-size: 6vw;
    bottom: 7.4vw;
  }

  .add-to-cart-button.blog {
    margin-top: 12vw;
  }

  .div-block-126 {
    height: auto;
    background-color: #5d4c7a;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .tabs-2 {
    height: auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

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

  .tab_link {
    width: 60vw;
    height: 30vw;
    margin-bottom: 2vw;
  }

  .tab_link.w--current {
    width: 60vw;
    height: 30vw;
  }

  .tabs-content-2 {
    display: none;
  }

  .join-button {
    width: 26vw;
    height: 11vw;
    margin-top: 5vw;
    font-size: 4vw;
  }

  .section-9-copy {
    z-index: 1;
    height: auto;
    position: relative;
  }

  .full-product-section-new {
    height: 80vh;
  }

  .full-product-section-new._3 {
    height: auto;
  }

  .product-video-wrapper {
    height: 50vh;
    top: 26%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-130 {
    margin-bottom: 2%;
  }

  .navigation {
    display: none;
  }

  .div-block-134 {
    padding-top: 4.65vw;
    top: -1.1vw;
    right: 2vw;
  }

  .social-media-button {
    margin-top: 4vw;
  }

  .cta-social-back {
    width: 15vw;
    height: 12vw;
  }

  .image-55 {
    width: 4vw;
  }

  .div-block-135 {
    height: 12.5vw;
  }

  .description-rich-text p {
    margin-bottom: 1.2vw;
    font-size: 2.2vw;
  }

  .p-hero-up.se21 {
    display: none;
  }

  .p-hero-up._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-up.se54, .p-hero-up.se62.new, .p-hero-up.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-up.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-up.se67 {
    font-size: 1.8vw;
  }

  .p-hero-up.se69, .p-hero-up.dark, .p-hero-up.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-up.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-up.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-up.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .p-hero-copy.se21 {
    display: none;
  }

  .p-hero-copy._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-copy.se54, .p-hero-copy.se62.new, .p-hero-copy.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-copy.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-copy.se67 {
    font-size: 1.8vw;
  }

  .p-hero-copy.se69, .p-hero-copy.dark, .p-hero-copy.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-copy.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-copy.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-copy.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .p-hero-copy {
    width: 100%;
    font-size: 2vw;
    line-height: 135%;
  }

  .p-hero-copy.se21 {
    display: none;
  }

  .p-hero-copy._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-copy.se54, .p-hero-copy.se62.new, .p-hero-copy.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-copy.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-copy.se67 {
    font-size: 1.8vw;
  }

  .p-hero-copy.se69, .p-hero-copy.dark, .p-hero-copy.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-copy.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-copy.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-copy.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .p-team-new.se2.mobile {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    transform: rotate(0);
  }

  .p-team-new.se52 {
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .p-team-new.se7.container-2._44 {
    font-size: 6vw;
    top: 6.8vw;
  }

  .p-team-new.home {
    font-size: 9vw;
  }

  .h-4-2, .h-4-2.light {
    font-size: 14vw;
  }

  .p-team-3.se2.mobile {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    transform: rotate(0);
  }

  .p-team-3.se52 {
    margin-bottom: 0;
    font-size: 9vw;
  }

  .p-team-3.se7.container-2._44 {
    font-size: 6vw;
    top: 6.8vw;
  }

  .p-team-3.home {
    font-size: 9vw;
  }

  .cta-text {
    height: 30%;
    max-height: 40%;
    min-height: 15%;
  }

  .cta-text.s2 {
    height: 32%;
    max-height: 40%;
  }

  .blog_heading {
    font-size: 16vw;
    line-height: 80%;
  }

  .blog_heading_wrapper {
    width: 80%;
  }

  .grid-2 {
    grid-column-gap: 3vw;
  }

  .div-block-137 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .p-hero-blog {
    font-size: 2.5vw;
  }

  .p-hero-blog.se21 {
    display: none;
  }

  .p-hero-blog._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-blog.se54, .p-hero-blog.se62.new, .p-hero-blog.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-blog.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-blog.se67 {
    font-size: 1.8vw;
  }

  .p-hero-blog.se69, .p-hero-blog.dark, .p-hero-blog.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-blog.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-blog.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-blog.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .blog-item-devider {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
  }

  .h3-blog {
    font-size: 2.2vw;
  }

  .blog-item {
    width: 100%;
    margin-bottom: 3vw;
  }

  .item-1 {
    width: 100%;
  }

  .item-3 {
    margin-top: 0;
  }

  .blog-item-cover.recomendet {
    width: 100%;
    height: 40vw;
  }

  .div-block-140 {
    width: 90%;
    padding: 5vw;
  }

  .h1-blog {
    font-size: 90px;
    line-height: 90%;
  }

  .div-block-142 {
    width: 90%;
  }

  .blog-richtext h1 {
    margin-top: 6vw;
    margin-bottom: 3vw;
    font-size: 4.2vw;
  }

  .blog-richtext p, .blog-richtext ol {
    font-size: 3vw;
  }

  .blog-richtext li {
    margin-bottom: 2vw;
  }

  .blog_recomendatiom-section {
    padding: 5vw 5vw 10vw;
  }

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

  .blog-item-cover-recomend {
    height: 40vw;
  }

  .blog-item-cover-recomend.new {
    width: 100%;
  }

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

  .collection-list-wrapper {
    display: block;
  }

  .text-block-12 {
    margin-left: 2vw;
    font-size: 4vw;
  }

  .image-56 {
    width: 4vw;
  }

  .p-team-copy.se2.mobile {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    transform: rotate(0);
  }

  .p-team-copy.se52 {
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .p-team-copy.se7.container-2._44 {
    font-size: 6vw;
    top: 6.8vw;
  }

  .p-team-copy.home {
    font-size: 9vw;
  }

  .h-3-pls {
    font-size: 8vw;
    line-height: 135%;
  }

  .p-hero-pls {
    width: 100%;
    font-size: 2vw;
    line-height: 135%;
  }

  .p-hero-pls.se21 {
    display: none;
  }

  .p-hero-pls._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-pls.se54, .p-hero-pls.se62.new, .p-hero-pls.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-pls.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-pls.se67 {
    font-size: 1.8vw;
  }

  .p-hero-pls.se69, .p-hero-pls.dark, .p-hero-pls.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-pls.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-pls.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-pls.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .p-team-copy.se2.mobile {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    transform: rotate(0);
  }

  .p-team-copy.se52 {
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .p-team-copy.se7.container-2._44 {
    font-size: 6vw;
    top: 6.8vw;
  }

  .p-team-copy.home {
    font-size: 9vw;
  }

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

  .h-d-c.new {
    width: 90%;
    padding-top: 2vw;
    font-size: 14vw;
    line-height: 88%;
  }

  .h-6 {
    font-size: 14vw;
  }

  .h-cta {
    margin-bottom: 5vw;
    font-size: 14vw;
  }

  .p-hero-off.se21 {
    display: none;
  }

  .p-hero-off._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-off.se54 {
    width: 100vw;
    font-size: 2vw;
  }

  .p-hero-off.se62.new, .p-hero-off.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-off.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-off.se67 {
    font-size: 1.8vw;
  }

  .p-hero-off.se69, .p-hero-off.dark, .p-hero-off.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-off.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-off.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-off.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .main-hero-heading-1 {
    font-size: 3.5em;
  }

  .main-hero-heading-1.s2 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 5%;
    padding-top: 0;
    font-size: 22vw;
  }

  .main-hero-heading-1.se4 {
    margin-top: 12vw;
    font-size: 14vw;
    top: -20.7vw;
  }

  .main-hero-heading-1.se41 {
    font-size: 14vw;
    top: 6.1vw;
  }

  .p-team-pp.se2.mobile {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    transform: rotate(0);
  }

  .p-team-pp.se52 {
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .p-team-pp.se7.container-2._44 {
    font-size: 6vw;
    top: 6.8vw;
  }

  .p-team-pp.home {
    font-size: 9vw;
  }

  .p-hero-pp.se21 {
    display: none;
  }

  .p-hero-pp._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-pp.se54 {
    width: 100vw;
    font-size: 2vw;
  }

  .p-hero-pp.se62.new, .p-hero-pp.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-pp.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-pp.se67 {
    font-size: 1.8vw;
  }

  .p-hero-pp.se69, .p-hero-pp.dark, .p-hero-pp.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-pp.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-pp.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-pp.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .p-hero-copy.se21 {
    display: none;
  }

  .p-hero-copy._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-copy.se54 {
    width: 100vw;
    font-size: 2vw;
  }

  .p-hero-copy.se62.new, .p-hero-copy.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-copy.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-copy.se67 {
    font-size: 1.8vw;
  }

  .p-hero-copy.se69, .p-hero-copy.dark, .p-hero-copy.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-copy.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-copy.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-copy.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .p-hero-pp-2.se21 {
    display: none;
  }

  .p-hero-pp-2._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-pp-2.se54 {
    width: 100vw;
    font-size: 2vw;
  }

  .p-hero-pp-2.se62.new, .p-hero-pp-2.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-pp-2.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-pp-2.se67 {
    font-size: 1.8vw;
  }

  .p-hero-pp-2.se69, .p-hero-pp-2.dark, .p-hero-pp-2.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-pp-2.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-pp-2.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-pp-2.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .p-team-price.se2.mobile {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    transform: rotate(0);
  }

  .p-team-price.se52 {
    margin-bottom: 5vw;
    font-size: 9vw;
  }

  .p-team-price.se7.container-2._44 {
    font-size: 6vw;
    top: 6.8vw;
  }

  .p-team-price.home {
    font-size: 9vw;
  }

  .h1-blogpage {
    font-size: 90px;
    line-height: 90%;
  }

  .p-hero-d.se21 {
    display: none;
  }

  .p-hero-d._122 {
    margin-top: 0;
    font-size: 1.4vw;
  }

  .p-hero-d.se54 {
    width: 100vw;
    font-size: 2vw;
  }

  .p-hero-d.se62.new, .p-hero-d.se63.new-2 {
    width: 50vw;
    font-size: 2vw;
  }

  .p-hero-d.se64 {
    font-size: 2vw;
    display: none;
    position: static;
  }

  .p-hero-d.se67 {
    font-size: 1.8vw;
  }

  .p-hero-d.se69, .p-hero-d.dark, .p-hero-d.dark.without-caps {
    font-size: 2vw;
  }

  .p-hero-d.dark.without-caps.binds {
    width: 100%;
    line-height: 135%;
  }

  .p-hero-d.join-comunity {
    font-size: 2vw;
    line-height: .9;
  }

  .p-hero-d.join-comunity.new {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .about-hero {
    font-size: 3.5em;
  }

  .about-hero.s2 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 5%;
    padding-top: 0;
    font-size: 22vw;
  }

  .about-hero.se4 {
    margin-top: 12vw;
    font-size: 14vw;
    top: -20.7vw;
  }

  .about-hero.se41 {
    font-size: 14vw;
    top: 6.1vw;
  }

  .image-58 {
    width: 7vw;
    top: 5.4vw;
  }

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

  .link-block-9, .link-block-10 {
    width: 60vw;
    height: 30vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .div-block-145 {
    width: 100%;
    height: 90vh;
  }

  .link-block-11, .link-block-12 {
    width: 60vw;
    height: 30vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    height: 230vw;
  }

  .image {
    height: 150vw;
    object-fit: cover;
  }

  .div-block-6 {
    width: 80vw;
    height: 104vw;
    top: 85.4vw;
    left: 10.1vw;
  }

  .main-hero_heading-2 {
    font-size: 2.4em;
  }

  .main-hero_heading-2.s2 {
    margin-bottom: 30%;
  }

  .main-hero_heading-2.se4 {
    font-size: 18vw;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .main-hero_heading-2.se41 {
    max-width: 100%;
    font-size: 18vw;
    top: 5%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-l {
    max-width: 200px;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .button-l.sound_01, .button-l.sound_04, .button-l.sound_02, .button-l.sound_03, .button-l.sound_05, .button-l.sound_06, .button-l.sound_07, .button-l.sound_08 {
    width: 20px;
  }

  .characters-div {
    justify-content: center;
    padding-right: 0;
  }

  .div-block-13 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-15 {
    border-bottom: 1px solid rgba(93, 75, 122, .2);
  }

  .text-little, .text-little.left {
    font-size: 3vw;
  }

  .text-little.left.light {
    text-align: center;
    font-size: 2vw;
  }

  .text-little.left.light.off {
    font-size: 2.5vw;
    display: block;
  }

  .text-block-3 {
    font-size: 3.5vw;
  }

  .text-block-3.left {
    width: 60%;
    font-size: 3.5vw;
  }

  .text-block-3._2 {
    bottom: -3.5vw;
  }

  .div-block-19 {
    margin-top: 15vw;
  }

  .link-block {
    height: 3.5vw;
  }

  .div-block-20 {
    margin-bottom: 10vw;
  }

  .character {
    width: 4.5vw;
    margin-left: .5vw;
    margin-right: .5vw;
  }

  .all-characters.off2 {
    display: none;
  }

  .div-block-21 {
    padding-top: 10vw;
  }

  .heading-5.t1, .heading-5.t2, .heading-5.t3, .heading-5.t4, .heading-5.t5, .heading-5.t6, .heading-5.t7, .heading-5.t8 {
    font-size: 30vw;
  }

  .image-9._1, .image-9._2, .image-9._3 {
    width: 40vw;
  }

  .logo-tj-1 {
    width: 12vw;
  }

  .div-block-23 {
    width: 7vw;
    height: 7vw;
    margin-left: -1.5vw;
  }

  .div-block-23._2 {
    width: 7vw;
    height: 7vw;
  }

  .div-block-25 {
    height: 4vw;
    top: 1.7vw;
  }

  .p-hero._122, .p-hero._122.menu {
    font-size: 3vw;
  }

  .p-hero.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero.se62.new, .p-hero.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero.se67 {
    font-size: 3vw;
  }

  .p-hero.se69, .p-hero.dark, .p-hero.dark.left {
    font-size: 3.5vw;
  }

  .p-hero.dark.without-caps, .p-hero.join-comunity, .p-hero.related-items {
    font-size: 3.7vw;
  }

  .div-block-26 {
    width: 90vw;
    display: none;
    top: 17.3vw;
  }

  .menu-div {
    margin-top: -4vw;
    margin-left: 8vw;
  }

  .menu-div.close {
    margin-top: 0;
  }

  .menu-div.blog {
    width: auto;
  }

  .text2 {
    width: 80%;
    height: 14vw;
    top: 194.1vw;
    bottom: 86.4vw;
    left: 10%;
    right: 10%;
  }

  .image-11 {
    width: 4vw;
  }

  .p-team.se2.mobile {
    font-size: 13vw;
    line-height: .9;
    overflow: hidden;
  }

  .p-team.se52 {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .p-team.se61._12.new {
    font-size: 18vw;
  }

  .p-team.se7.container-2._44 {
    font-size: 8vw;
    line-height: 100%;
    top: 8.9vw;
  }

  .p-team.se65 {
    padding-top: 2vw;
    padding-bottom: 4vw;
    font-size: 15vw;
  }

  .p-team.se65.dark {
    padding-top: 2vw;
    padding-bottom: 4vw;
  }

  .p-team.home {
    font-size: 15vw;
    line-height: .95;
  }

  .text3 {
    width: 84vw;
    height: auto;
    bottom: 18vw;
    left: 6vw;
    right: 0;
  }

  .text4._6 {
    width: 86vw;
    height: auto;
    top: 3vw;
  }

  .div-block-28 {
    width: 90vw;
  }

  .div-block-29 {
    margin-top: 77vw;
  }

  .div-block-33 {
    grid-column-gap: 2vw;
    grid-row-gap: 5vw;
  }

  .heading-6 {
    width: 90%;
    font-size: 18vw;
    line-height: .8;
  }

  .text5 {
    width: 80vw;
  }

  .div-block-34 {
    margin-top: 10vw;
  }

  .div-block-35 {
    height: auto;
    transform: none;
  }

  .image-15._1 {
    max-width: 98%;
    margin-top: 0;
  }

  .image-15._2 {
    margin-top: 0;
  }

  .div-block-38 {
    display: block;
  }

  .image-16 {
    width: 8vw;
  }

  .div-block-43 {
    width: 70%;
    height: 1px;
  }

  .div-block-44 {
    grid-row-gap: 10vw;
    margin-top: 10vw;
  }

  .heading-7.pp.cart {
    font-size: 7vw;
  }

  .section-7 {
    margin-top: 0;
  }

  .button-elemet.circle._1 {
    width: 14vw;
    height: 20.4vw;
    margin-left: 0;
  }

  .button-elemet.circle._2, .button-elemet.circle._3, .button-elemet.circle._4, .button-elemet.circle._5 {
    width: 14vw;
    height: 20.4vw;
    margin-left: -5.5vw;
  }

  .heading-8.little {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 4vw;
    font-size: 8vw;
    left: 0%;
  }

  .footer-bot {
    padding-top: 1vw;
  }

  .div-block-60 {
    width: 10vw;
    height: 10vw;
  }

  .cart-1 {
    width: 8vw;
  }

  .cart-3 {
    width: 1.5vw;
    top: .75vw;
    left: 5.2vw;
  }

  .cart-2 {
    width: 3vw;
    top: -1.3vw;
    left: 1.96vw;
  }

  .navbar {
    align-self: auto;
    margin-top: 4vw;
    padding-left: 2vw;
  }

  .div-block-62 {
    margin-bottom: -4vw;
  }

  .new-cart {
    width: 9vw;
    height: 9vw;
  }

  .text-block-7, .text-block-8 {
    display: none;
  }

  .section-2d1 {
    height: 100vh;
  }

  .section-9, .section-10 {
    overflow: hidden;
  }

  .tabs-content, .tabs {
    height: 60vh;
  }

  .tab-text-box._02 {
    width: 12vw;
    height: 25vw;
    left: -.5vw;
  }

  .tab-text-box._01, .tab-text-box._01.w--current {
    height: 25vw;
  }

  .tab-text-box._03 {
    height: 25vw;
    left: -1vw;
  }

  .tab-text-box._04 {
    height: 25vw;
    left: -1.5vw;
  }

  .tab-text-box._05 {
    height: 25vw;
    left: -2vw;
  }

  .tabs-list {
    position: relative;
    bottom: -13.8vw;
  }

  .text-block-9 {
    font-size: 8vw;
  }

  .div-block-73 {
    padding-bottom: 5%;
  }

  .div-block-74 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block-75 {
    width: 39vh;
    height: 45vh;
  }

  .image-30 {
    max-width: 90%;
  }

  .div-block-77._2 {
    grid-template-rows: auto 70vw;
  }

  .section-11 {
    height: 110vh;
    align-items: center;
  }

  .div-block-79 {
    width: 90%;
    height: 70vh;
  }

  .image-33 {
    height: auto;
    max-width: 75vw;
  }

  .div-block-80 {
    height: 110vh;
  }

  .image-36 {
    top: 29%;
  }

  .image-36.pp {
    width: 90%;
    left: 5%;
  }

  .div-block-90 {
    top: -6%;
    right: 6%;
  }

  .div-block-90.pp {
    align-self: auto;
    top: -5%;
    bottom: auto;
    left: auto;
    right: 9%;
  }

  .div-block-91 {
    width: 90%;
  }

  .div-block-95 {
    width: 90%;
    margin-top: 5vw;
  }

  .h-cta-10 {
    margin-bottom: 6vw;
    font-size: 18vw;
  }

  .button_little.margin-4 {
    margin-top: 10vw;
    padding-left: 0;
  }

  .image-38 {
    width: auto;
    height: 75vw;
  }

  .button-elemet_mask.light {
    width: 40vw;
    height: 15.7vw;
    margin-left: 3.2vw;
    top: 2.34vw;
  }

  .image-41, .image-42 {
    width: 35vw;
  }

  .image-43 {
    width: 30vw;
  }

  .image-44 {
    width: 28.5vw;
  }

  .image-45 {
    width: 28vw;
  }

  .heading-discovery.new {
    font-size: 18vw;
  }

  .main-hero_heading-2-copy {
    font-size: 2.4em;
  }

  .hero-heading-1.home-page {
    font-size: 22vw;
    top: 39.8vw;
  }

  .sub-head.dark.mission {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 3.5vw;
  }

  .sub-head.dark.mission.light, .sub-head.purple {
    font-size: 3.5vw;
  }

  .sub-head.purple.mobile {
    display: none;
  }

  .sub-head.dovw.mobile, .sub-head.dovw {
    font-size: 3.5vw;
  }

  .heading-3 {
    font-size: 10vw;
  }

  .footer-letter._2 {
    left: -4.1vw;
  }

  .footer-letter._3 {
    left: -6.4vw;
  }

  .footer-letter._4 {
    right: .7vw;
  }

  .footer-letter._5 {
    right: .2vw;
  }

  .footer-letter._6 {
    right: 1.8vw;
  }

  .footer-doun {
    margin-bottom: 2vw;
  }

  .div-block-102 {
    height: 65vw;
    margin-top: -4px;
  }

  .div-block-103 {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .our-products-wrapper {
    grid-template-rows: auto;
  }

  .out-products_left-side {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .products_cta.about_blog {
    width: 45vw;
    height: 22vw;
    margin-top: 6vw;
  }

  .products_cta.new.w--current {
    width: 45vw;
    height: 20vw;
    bottom: -11%;
    right: 22%;
  }

  .new_button-elemet.circle._1 {
    width: 14vw;
    height: 20.4vw;
    margin-left: 0;
  }

  .new_button-elemet.circle._2, .new_button-elemet.circle._3, .new_button-elemet.circle._4, .new_button-elemet.circle._5 {
    width: 14vw;
    height: 20.4vw;
    margin-left: -5.5vw;
  }

  .button-text {
    font-size: 12vw;
  }

  .button-text.about_blog {
    font-size: 8vw;
    bottom: 34%;
  }

  .button-text.product-page {
    font-size: 8vw;
    bottom: 6.4vw;
  }

  .button-text.new-tabs {
    font-size: 10vw;
  }

  .div-block-108 {
    width: 90vw;
  }

  .mission-text._1 {
    width: 100%;
  }

  .mission-text._1-copy {
    width: 80%;
  }

  .div-block-109 {
    padding-top: 15%;
  }

  .div-block-110 {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: content-box;
  }

  .content-mobile {
    padding-top: 15%;
    padding-bottom: 20%;
  }

  .div-block-111 {
    margin-top: 10vw;
  }

  .devider {
    height: 8vw;
  }

  .div-block-113 {
    width: 80%;
  }

  .text-block-10 {
    font-size: 9vw;
  }

  .image-49 {
    width: 80%;
  }

  .div-block-114 {
    width: 88vw;
    margin-top: 2vw;
  }

  .grid {
    grid-row-gap: 0vw;
  }

  .div-block-116 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-117 {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .image-51 {
    width: 25vw;
    align-self: auto;
    display: block;
  }

  .full-product-section.pp {
    height: auto;
  }

  .product-section_content {
    padding-top: 25%;
  }

  .product-section_content._2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .product-section_content._3 {
    padding-bottom: 45%;
  }

  .div-block-119 {
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 15%;
    left: 0%;
    right: 0%;
  }

  .decor_product {
    margin-top: 51vw;
  }

  .div-block-121 {
    margin-bottom: 8vw;
  }

  .product-slider_mask.custom {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: fill;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .product-slider_mask.custom._3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .product-slider_mask.custom._4 {
    width: 100%;
    height: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .slider-item {
    width: 70vw;
    height: 45vw;
  }

  .slider-item._3 {
    width: 70vw;
    height: 42vw;
  }

  .slider-item._4 {
    height: 43vw;
  }

  .slider-item._5 {
    height: 42.5vw;
  }

  .slider-item._2 {
    width: 70vw;
    height: 46vw;
  }

  .product-slider_img.custom {
    left: -5px;
  }

  .product-slider_img.custom._4 {
    width: 85%;
    height: 88%;
    left: -4.5vw;
    right: 0;
  }

  .slide._5 {
    width: 70vw;
    height: 42.5vw;
  }

  .slide._4 {
    width: 70vw;
    height: 43vw;
  }

  .slide._3, .slide._1, .slide._2 {
    width: 70vw;
    height: 45vw;
  }

  .left-arrow {
    bottom: -35vw;
    right: 16vw;
  }

  .right-arrow {
    bottom: -35vw;
    left: 16vw;
  }

  .slide-background.custom._4 {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-11 {
    font-size: 14vw;
  }

  .product-section_content-copy {
    padding-top: 25%;
  }

  .product-section_content-copy._3 {
    padding-top: 20vw;
    padding-bottom: 20vw;
    overflow: scroll;
  }

  .splide__track {
    height: auto;
  }

  .splide__list {
    height: auto;
    align-items: center;
  }

  .splide__slide {
    width: 90%;
    height: auto;
  }

  .slider-item_custom {
    width: 100%;
    height: 60%;
  }

  .slider-item_custom._3 {
    width: 100%;
    height: auto;
  }

  .slider-item_custom._4 {
    width: 100%;
    height: 52vw;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .slider-item_custom._5 {
    height: 60%;
  }

  .slider-item_custom._2 {
    width: 100%;
    height: 60%;
  }

  .slider-item_custom._4-2 {
    width: 100%;
    height: 57.5vw;
    justify-content: center;
  }

  .slider-item_popup_custom {
    display: none;
  }

  .splide__arrows {
    margin-top: 11vw;
  }

  .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
    width: 18vw;
    height: 9vw;
  }

  .slider-item-copy {
    width: 70vw;
    height: 45vw;
  }

  .slider-item-copy._3 {
    width: 70vw;
    height: 42vw;
  }

  .slider-item-copy._4 {
    height: 43vw;
  }

  .slider-item-copy._5 {
    height: 42.5vw;
  }

  .slider-item-copy._2 {
    width: 70vw;
    height: 46vw;
  }

  .cart-quantity {
    width: 5vw;
    height: 5vw;
    font-size: 3vw;
    top: -23%;
    bottom: auto;
    left: auto;
    right: -35%;
  }

  .close-button {
    width: 6vw;
    height: 6vw;
  }

  .p-hero_cart {
    font-size: 5vw;
  }

  .p-hero_cart._122 {
    font-size: 3vw;
  }

  .p-hero_cart.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero_cart.se62.new, .p-hero_cart.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero_cart.se67 {
    font-size: 3vw;
  }

  .p-hero_cart.se69, .p-hero_cart.dark, .p-hero_cart.dark.left {
    font-size: 3.5vw;
  }

  .p-hero_cart.dark.without-caps, .p-hero_cart.join-comunity {
    font-size: 3.7vw;
  }

  .p-hero_cart.price {
    font-size: 15px;
  }

  .apple-pay {
    height: 3vw;
  }

  .web-payments {
    height: 1vw;
    margin-bottom: 12vw;
  }

  .checkout-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 4vw;
  }

  .add-to-cart-button.blog {
    width: 34vw;
    height: 17vw;
    margin-top: 15vw;
  }

  .div-block-126 {
    height: auto;
    background-color: #5d4c7a;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .tabs-2 {
    height: auto;
    margin-top: 16vw;
    margin-bottom: 16vw;
  }

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

  .tab_link, .tab_link.w--current {
    width: 70vw;
    height: 35vw;
  }

  .join-button {
    width: 50vw;
    height: 22vw;
    margin-top: 8vw;
    font-size: 8vw;
  }

  .blog-button {
    width: 46vw;
    height: 24vw;
    margin-top: 5vw;
    font-size: 8vw;
    line-height: 1;
  }

  .full-product-section-new {
    height: 100vh;
  }

  .product-video-wrapper {
    height: 50vh;
    display: flex;
    top: 30%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .safari-product-image {
    object-fit: contain;
  }

  .div-block-130 {
    margin-bottom: 2%;
  }

  .navigation {
    height: 100vh;
    display: none;
  }

  .image-54 {
    bottom: 0;
  }

  .div-block-132 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20%;
    display: flex;
  }

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

  .div-block-134 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8vw;
  }

  .menu-button {
    margin-left: auto;
    margin-right: auto;
    top: 32.4vw;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button.w--current {
    width: 30vw;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    top: 28.4vw;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button.products {
    width: 30vw;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    top: 65.6vw;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button.about-us {
    width: 30vw;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    top: 104.3vw;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu_button_back, .menu_button_back.product {
    width: 50vw;
    height: 50vw;
  }

  .menu_button_back.aboutus {
    width: 45vw;
    height: 45vw;
  }

  .menu_button_text {
    font-size: 10vw;
  }

  .social-media-button {
    margin-top: 5vw;
  }

  .cta-social-back {
    width: 20vw;
    height: 16vw;
  }

  .image-55 {
    width: 5vw;
  }

  .div-block-135 {
    height: 22vw;
    display: block;
  }

  .show {
    display: none;
  }

  .description-rich-text p {
    margin-bottom: 2.3vw;
    font-size: 3.7vw;
  }

  .p-hero-up._122 {
    font-size: 3vw;
  }

  .p-hero-up.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-up.se62.new, .p-hero-up.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-up.se67 {
    font-size: 3vw;
  }

  .p-hero-up.se69, .p-hero-up.dark, .p-hero-up.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-up.dark.without-caps, .p-hero-up.join-comunity {
    font-size: 3.7vw;
  }

  .p-hero-copy._122 {
    font-size: 3vw;
  }

  .p-hero-copy.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-copy.se62.new, .p-hero-copy.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-copy.se67 {
    font-size: 3vw;
  }

  .p-hero-copy.se69, .p-hero-copy.dark, .p-hero-copy.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-copy.dark.without-caps, .p-hero-copy.join-comunity, .p-hero-copy {
    font-size: 3.7vw;
  }

  .p-hero-copy._122 {
    font-size: 3vw;
  }

  .p-hero-copy.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-copy.se62.new, .p-hero-copy.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-copy.se67 {
    font-size: 3vw;
  }

  .p-hero-copy.se69, .p-hero-copy.dark, .p-hero-copy.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-copy.dark.without-caps, .p-hero-copy.join-comunity {
    font-size: 3.7vw;
  }

  .p-team-new.se2.mobile {
    font-size: 13vw;
    line-height: .9;
  }

  .p-team-new.se52 {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .p-team-new.se61._12.new {
    font-size: 18vw;
  }

  .p-team-new.se7.container-2._44 {
    font-size: 8vw;
    line-height: 100%;
    top: 8.9vw;
  }

  .p-team-new.se65 {
    font-size: 15vw;
  }

  .p-team-new.home {
    font-size: 15vw;
    line-height: .95;
  }

  .h-4-2 {
    width: 90%;
    font-size: 18vw;
    line-height: .8;
  }

  .h-4-2.light {
    padding-bottom: 3vw;
    font-size: 18vw;
  }

  .p-team-3.se2.mobile {
    font-size: 13vw;
    line-height: .9;
  }

  .p-team-3.se52 {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .p-team-3.se61._12.new {
    font-size: 18vw;
  }

  .p-team-3.se7.container-2._44 {
    font-size: 8vw;
    line-height: 100%;
    top: 8.9vw;
  }

  .p-team-3.se65 {
    font-size: 15vw;
  }

  .p-team-3.home {
    font-size: 15vw;
    line-height: .95;
  }

  .blog_heading {
    padding-top: 1vw;
    padding-bottom: 2vw;
    font-size: 19vw;
  }

  .blog_heading_wrapper {
    width: 90%;
    margin-bottom: 8vw;
  }

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

  .blog_content {
    padding: 3vw 3vw 10vw;
  }

  .div-block-137 {
    padding-top: 2vw;
  }

  .p-hero-blog {
    font-size: 5vw;
  }

  .p-hero-blog._122 {
    font-size: 3vw;
  }

  .p-hero-blog.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-blog.se62.new, .p-hero-blog.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-blog.se67 {
    font-size: 3vw;
  }

  .p-hero-blog.se69, .p-hero-blog.dark, .p-hero-blog.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-blog.dark.without-caps, .p-hero-blog.join-comunity {
    font-size: 3.7vw;
  }

  .blog-item-devider {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .h3-blog {
    font-size: 4vw;
    line-height: 130%;
  }

  .blog-item {
    margin-bottom: 5vw;
  }

  .arrow-icon {
    width: 4vw;
  }

  .item-3 {
    width: 100%;
  }

  .div-block-139 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr;
  }

  .blog-item-cover.recomendet {
    height: 70vw;
  }

  .div-block-140 {
    top: -10vw;
  }

  .h1-blog {
    font-size: 60px;
    line-height: 90%;
  }

  .div-block-142 {
    margin-top: 0;
  }

  .blog-richtext h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .blog-richtext p {
    font-size: 16px;
    line-height: 125%;
  }

  .blog-richtext ol {
    padding-left: 30px;
    font-size: 16px;
  }

  .blog-richtext li {
    margin-bottom: 15px;
  }

  .blog_content_section {
    padding-bottom: 20vw;
  }

  .blog_recomendatiom-section {
    padding-top: 5vw;
    padding-bottom: 20vw;
  }

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

  .blog-item-cover-recomend {
    height: 60vw;
  }

  .collection-list-2 {
    margin-left: 0;
  }

  .text-block-12 {
    margin-left: 2vw;
    font-size: 5vw;
  }

  .link-block-8 {
    flex: 0 auto;
  }

  .image-56 {
    width: 5vw;
  }

  .p-team-copy.se2.mobile {
    font-size: 13vw;
    line-height: .9;
  }

  .p-team-copy.se52 {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .p-team-copy.se61._12.new {
    font-size: 18vw;
  }

  .p-team-copy.se7.container-2._44 {
    font-size: 8vw;
    line-height: 100%;
    top: 8.9vw;
  }

  .p-team-copy.se65 {
    font-size: 15vw;
  }

  .p-team-copy.home {
    font-size: 15vw;
    line-height: .95;
  }

  .h-3-pls {
    font-size: 10vw;
  }

  .p-hero-pls {
    font-size: 3.7vw;
  }

  .p-hero-pls._122 {
    font-size: 3vw;
  }

  .p-hero-pls.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-pls.se62.new, .p-hero-pls.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-pls.se67 {
    font-size: 3vw;
  }

  .p-hero-pls.se69, .p-hero-pls.dark, .p-hero-pls.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-pls.dark.without-caps, .p-hero-pls.join-comunity {
    font-size: 3.7vw;
  }

  .p-team-copy.se2.mobile {
    font-size: 13vw;
    line-height: .9;
  }

  .p-team-copy.se52 {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .p-team-copy.se61._12.new {
    font-size: 18vw;
  }

  .p-team-copy.se7.container-2._44 {
    font-size: 8vw;
    line-height: 100%;
    top: 8.9vw;
  }

  .p-team-copy.se65 {
    font-size: 15vw;
  }

  .p-team-copy.home {
    font-size: 15vw;
    line-height: .95;
  }

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

  .h-d-c.new {
    padding-top: 4vw;
    font-size: 18vw;
    line-height: 88%;
  }

  .h-6 {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 1vw;
    font-size: 18vw;
    line-height: .8;
  }

  .h-cta {
    margin-bottom: 6vw;
    font-size: 18vw;
  }

  .p-hero-off._122 {
    font-size: 3vw;
  }

  .p-hero-off.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-off.se62.new, .p-hero-off.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-off.se67 {
    font-size: 3vw;
  }

  .p-hero-off.se69, .p-hero-off.dark, .p-hero-off.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-off.dark.without-caps, .p-hero-off.join-comunity {
    font-size: 3.7vw;
  }

  .main-hero-heading-1 {
    font-size: 2.4em;
  }

  .main-hero-heading-1.s2 {
    margin-bottom: 30%;
  }

  .main-hero-heading-1.se4 {
    font-size: 18vw;
    top: -26.5vw;
  }

  .main-hero-heading-1.se41 {
    max-width: 100%;
    font-size: 18vw;
    top: 11.4vw;
  }

  .p-team-pp.se2.mobile {
    font-size: 13vw;
    line-height: .9;
  }

  .p-team-pp.se52 {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .p-team-pp.se61._12.new {
    padding-top: 2vw;
    padding-bottom: 4vw;
    font-size: 18vw;
  }

  .p-team-pp.se7.container-2._44 {
    font-size: 8vw;
    line-height: 100%;
    top: 8.9vw;
  }

  .p-team-pp.se65 {
    font-size: 15vw;
  }

  .p-team-pp.home {
    font-size: 15vw;
    line-height: .95;
  }

  .p-hero-pp._122 {
    font-size: 3vw;
  }

  .p-hero-pp.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-pp.se62.new, .p-hero-pp.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-pp.se67 {
    font-size: 3vw;
  }

  .p-hero-pp.se69, .p-hero-pp.dark, .p-hero-pp.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-pp.dark.without-caps, .p-hero-pp.join-comunity {
    font-size: 3.7vw;
  }

  .p-hero-copy._122 {
    font-size: 3vw;
  }

  .p-hero-copy.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-copy.se62.new, .p-hero-copy.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-copy.se67 {
    font-size: 3vw;
  }

  .p-hero-copy.se69, .p-hero-copy.dark, .p-hero-copy.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-copy.dark.without-caps, .p-hero-copy.join-comunity {
    font-size: 3.7vw;
  }

  .p-hero-pp-2._122 {
    font-size: 3vw;
  }

  .p-hero-pp-2.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-pp-2.se62.new, .p-hero-pp-2.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-pp-2.se67 {
    font-size: 3vw;
  }

  .p-hero-pp-2.se69, .p-hero-pp-2.dark, .p-hero-pp-2.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-pp-2.dark.without-caps, .p-hero-pp-2.join-comunity {
    font-size: 3.7vw;
  }

  .p-team-price.se2.mobile {
    font-size: 13vw;
    line-height: .9;
  }

  .p-team-price.se52 {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .p-team-price.se61._12.new {
    font-size: 18vw;
  }

  .p-team-price.se7.container-2._44 {
    font-size: 8vw;
    line-height: 100%;
    top: 8.9vw;
  }

  .p-team-price.se65 {
    font-size: 15vw;
  }

  .p-team-price.home {
    font-size: 15vw;
    line-height: .95;
  }

  .h1-blogpage {
    font-size: 60px;
    line-height: 90%;
  }

  .p-hero-d._122 {
    font-size: 3vw;
  }

  .p-hero-d.se54 {
    width: auto;
    font-size: 3.5vw;
  }

  .p-hero-d.se62.new, .p-hero-d.se63.new-2 {
    width: 70vw;
    font-size: 3vw;
  }

  .p-hero-d.se67 {
    font-size: 3vw;
  }

  .p-hero-d.se69, .p-hero-d.dark, .p-hero-d.dark.left {
    font-size: 3.5vw;
  }

  .p-hero-d.dark.without-caps, .p-hero-d.join-comunity {
    font-size: 3.7vw;
  }

  .about-hero {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 22vw;
    bottom: 8%;
  }

  .about-hero.s2 {
    margin-bottom: 30%;
  }

  .about-hero.se4 {
    font-size: 18vw;
    top: -26.5vw;
  }

  .about-hero.se41 {
    max-width: 100%;
    font-size: 18vw;
    top: 11.4vw;
  }

  .footer-image {
    height: 3vw;
    margin-right: 3vw;
  }

  .cart-4 {
    top: 0;
  }

  .image-58 {
    width: 10vw;
    align-self: auto;
    top: 7vw;
  }

  .link-block-9 {
    width: 70vw;
    height: 35vw;
  }

  .sub_texts {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .link-block-10 {
    width: 70vw;
    height: 35vw;
  }

  .div-block-145 {
    height: auto;
  }

  .link-block-11, .link-block-12 {
    width: 70vw;
    height: 35vw;
  }

  .div-block-147 {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

#w-node-_19795dba-80aa-55af-100a-09da58628a1a-8e05373d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19795dba-80aa-55af-100a-09da58628a72-8e05373d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_39bf4a02-5108-5a39-0cab-2fcde8021c84-8e05373d, #w-node-_1e3c71d0-227f-891a-479d-923662a04b04-8e05373d, #w-node-_9c061365-0ba3-4f62-2bf3-d45ba352d261-8e05373d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c59f1f3a-f9b5-9f16-74a8-80f071bc2d24-8e05373d {
  align-self: center;
  justify-self: center;
}

#w-node-c59f1f3a-f9b5-9f16-74a8-80f071bc2d32-8e05373d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e195992f-0c2f-8e6a-8b59-bdca92c934b7-92c934b2 {
  justify-self: start;
}

#w-node-e195992f-0c2f-8e6a-8b59-bdca92c934ba-92c934b2 {
  align-self: center;
}

#w-node-e195992f-0c2f-8e6a-8b59-bdca92c934bd-92c934b2 {
  justify-self: end;
}

#w-node-_657fb112-c40b-05d4-500e-12491bc81151-8e05374f {
  justify-self: start;
}

#w-node-_657fb112-c40b-05d4-500e-12491bc81154-8e05374f {
  justify-self: center;
}

#w-node-_657fb112-c40b-05d4-500e-12491bc81157-8e05374f {
  justify-self: end;
}

#w-node-_6ae9307b-c219-00a1-03d9-340e51d857ea-51d857e8 {
  align-self: center;
  justify-self: center;
}

#w-node-_6ae9307b-c219-00a1-03d9-340e51d857f8-51d857e8, #w-node-_9c814c41-c242-90d9-c1e3-13c8a02a2b11-8e05378b, #w-node-e697e859-b2b6-fb7d-d259-1f19c84155e1-8e05378b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_915a7357-0f1b-40fc-d56a-df464165150b-8e05378b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_835ace49-a499-90b3-95cb-f947ec00c396-8e05378b, #w-node-_222b8551-a7f9-64d9-8192-e0a7775260a1-8e05378b, #w-node-_2be6215e-a33a-076e-5d72-278a069ee973-8e05378b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d192d0bc-ab1a-4fda-ee80-21dc472b6407-8e05378b, #w-node-_5e60f158-e9a6-18fd-22ea-12677d3de04e-8e05378b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_0add4d14-d66c-85d8-ea27-7d9b4da8c84a-8e05378f {
  justify-self: start;
}

#w-node-_0add4d14-d66c-85d8-ea27-7d9b4da8c84d-8e05378f {
  align-self: center;
}

#w-node-_0add4d14-d66c-85d8-ea27-7d9b4da8c850-8e05378f {
  justify-self: end;
}

#w-node-aa8dd33f-2a97-fd8d-ad8d-6839304f6dbd-8e05378f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aa8dd33f-2a97-fd8d-ad8d-6839304f6dc9-8e05378f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_39bf4a02-5108-5a39-0cab-2fcde8021c84-8e053792, #w-node-_1e3c71d0-227f-891a-479d-923662a04b04-8e053792, #w-node-_9c061365-0ba3-4f62-2bf3-d45ba352d261-8e053792 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2df1195d-03ff-6d9f-4fb2-bc899985a22e-9985a229 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2df1195d-03ff-6d9f-4fb2-bc899985a281-9985a229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9515f724-3f3b-af8c-28e7-bd321961fb0a-8e0537aa {
  justify-self: start;
}

#w-node-_9515f724-3f3b-af8c-28e7-bd321961fb0d-8e0537aa {
  justify-self: center;
}

#w-node-_9515f724-3f3b-af8c-28e7-bd321961fb10-8e0537aa {
  justify-self: end;
}

#w-node-eabdbdd7-8083-26e4-1b12-d854a0c6728d-8e0537aa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eabdbdd7-8083-26e4-1b12-d854a0c672e0-8e0537aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc92-89a021f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc95-89a021f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9a31652c-c769-66b3-9a2f-286961e44760-61e4475b {
  justify-self: start;
}

#w-node-_9a31652c-c769-66b3-9a2f-286961e44763-61e4475b {
  align-self: center;
}

#w-node-_9a31652c-c769-66b3-9a2f-286961e44766-61e4475b {
  justify-self: end;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc92-a2fcdb08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc95-a2fcdb08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc92-15ebf437 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc95-15ebf437 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc92-f4297adc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc95-f4297adc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc92-cfe136bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ae31833a-404a-4a8d-3e10-dafecfbdcc95-cfe136bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_19795dba-80aa-55af-100a-09da58628a1a-8e05373d, #w-node-_2df1195d-03ff-6d9f-4fb2-bc899985a22e-9985a229, #w-node-eabdbdd7-8083-26e4-1b12-d854a0c6728d-8e0537aa {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_39bf4a02-5108-5a39-0cab-2fcde8021c84-8e05373d, #w-node-_39bf4a02-5108-5a39-0cab-2fcde8021c84-8e053792 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_19795dba-80aa-55af-100a-09da58628a1a-8e05373d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_19795dba-80aa-55af-100a-09da58628a72-8e05373d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_39bf4a02-5108-5a39-0cab-2fcde8021c84-8e05373d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e3c71d0-227f-891a-479d-923662a04b04-8e05373d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14c79f74-a8be-4bb8-c245-035d72318a05-72318a02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2be6215e-a33a-076e-5d72-278a069ee973-8e05378b {
    align-self: start;
  }

  #w-node-_39bf4a02-5108-5a39-0cab-2fcde8021c84-8e053792 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e3c71d0-227f-891a-479d-923662a04b04-8e053792 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2df1195d-03ff-6d9f-4fb2-bc899985a22e-9985a229 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2df1195d-03ff-6d9f-4fb2-bc899985a281-9985a229 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-eabdbdd7-8083-26e4-1b12-d854a0c6728d-8e0537aa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-eabdbdd7-8083-26e4-1b12-d854a0c672e0-8e0537aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c59f1f3a-f9b5-9f16-74a8-80f071bc2d24-8e05373d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_14c79f74-a8be-4bb8-c245-035d72318a0d-72318a02, #w-node-_14c79f74-a8be-4bb8-c245-035d72318a2d-72318a02, #w-node-_14c79f74-a8be-4bb8-c245-035d72318a43-72318a02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6ae9307b-c219-00a1-03d9-340e51d857ea-51d857e8 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Dahlia condensed';
  src: url('../fonts/Dahlia-Bold-Condensed.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dahlia condensed';
  src: url('../fonts/Dahlia-Medium-Condensed.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dahlia';
  src: url('../fonts/Dahlia-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dahlia';
  src: url('../fonts/Dahlia-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dahlia condensed';
  src: url('../fonts/Dahlia-Regular-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dahlia';
  src: url('../fonts/Dahlia-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik air';
  src: url('../fonts/Aeonik-Air.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}