.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  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-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.ui-buttons-lit {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 10000px;
  min-height: auto;
  min-width: 992px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ui-bottom-back-lottie-container {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.ui-bottom-button-gif {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}

.stain {
  transform-style: preserve-3d;
  display: none;
}

.bottom-ui-back-image {
  width: 60%;
  height: 300px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-ui-back-container {
  display: none;
  position: absolute;
}

.ui-buttons-not-lit {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 10000px;
  min-height: auto;
  min-width: 992px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-graphics, .button-menu, .button-checkout, .button-stains, .button-holograms {
  transform-style: preserve-3d;
}

.shadow {
  width: 390px;
  max-width: 300px;
  min-width: 150px;
  position: absolute;
  top: auto;
  bottom: -58%;
  left: 35%;
  right: 0%;
}

.main-logo {
  width: auto;
  max-width: 300px;
  object-fit: fill;
  display: block;
  position: absolute;
  top: auto;
  bottom: -57%;
  left: 34.5%;
  right: 0%;
}

.gyro-elements {
  text-align: center;
  display: block;
  position: fixed;
  top: 13px;
  bottom: 35%;
  left: 0%;
  right: 0%;
}

.only-available {
  color: #728190;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  column-count: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 33%;
  left: 0%;
  right: 0%;
}

.all-rights-res {
  width: auto;
  height: auto;
  max-width: 1000px;
  min-width: 100px;
  color: #3f4e64;
  text-align: center;
  letter-spacing: 9px;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-size: 9px;
  display: flex;
  position: absolute;
  top: 77%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.graphic {
  transform-style: preserve-3d;
}

._3d-container {
  flex-direction: column;
  display: none;
}

.html-3d-iframe {
  display: none;
}

.checkout-form {
  background-color: #000;
}

.block-header {
  background-color: #4d4d4d;
}

.text-block, .heading {
  color: #b3b3b3;
}

.block-content {
  background-color: #3c414b;
  border: 1px solid #637a9b;
}

.country {
  color: #fff;
  background-color: #000;
  border-color: #637a9b;
}

.zip-postal-code, .state-province, .city {
  background-color: #000;
  border-color: #637a9b;
}

.street-address {
  background-color: #000;
  border-color: #5d759b;
}

.street-address-2, .full-name, .block-header-2 {
  background-color: #000;
  border-color: #637a9b;
}

.text-block-2 {
  color: #c9c9c9;
}

.heading-2 {
  color: #ebebeb;
}

.field-label {
  color: #8f8f8f;
}

.field-label-2 {
  color: #999;
}

.field-label-3 {
  color: #929292;
}

.field-label-4 {
  color: #949494;
}

.container-2 {
  border: 1px solid #000;
}

.field-label-5 {
  color: #a7a7a7;
}

.submit-button {
  background-color: #4084ac;
}

.field-label-6 {
  color: #8a8a8a;
}

.a-division {
  color: #3f4e64;
  text-align: center;
  letter-spacing: 5px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: auto;
  bottom: 24%;
  left: 0%;
  right: 0%;
}

.top {
  transform-style: preserve-3d;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.body-6 {
  background-color: #000;
}

.heading-9 {
  color: #fff;
  text-transform: uppercase;
  position: fixed;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-15 {
  color: #3a4a5e;
  position: fixed;
  top: 57%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html {
  display: none;
}

.main-bg {
  width: 100vw;
  max-height: 120vh;
  max-width: 1400px;
  min-height: 120vh;
  min-width: 1400px;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: -8%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.team-bg {
  width: 100vw;
  max-height: 120vh;
  max-width: 1400px;
  min-height: 120vh;
  min-width: 1400px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.atrocity-bg {
  width: 100vw;
  max-height: 120vh;
  max-width: 1400px;
  min-height: 120vh;
  min-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trix-bg {
  width: 100vw;
  max-height: 120vh;
  max-width: 1400px;
  min-height: 120vh;
  min-width: 1400px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-36 {
  position: fixed;
  top: 176px;
  left: 766px;
}

.image-37 {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .9);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-38 {
  flex: 0 auto;
  align-self: stretch;
  display: block;
  position: relative;
  top: 18%;
  bottom: 0%;
  left: 222%;
  right: 0%;
}

.backgrounds-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.trap-bg {
  width: 100vw;
  max-height: 120vh;
  max-width: 1400px;
  min-height: 120vh;
  min-width: 1400px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-screen-container, .load-screen-lottie, .link-block, .side-menu-container, .side-menu-button-vr-container, .side-menu-button-finish-container, .side-menu-button-top-container, .side-menu-button-size-container {
  display: none;
}

.size-notlit, .top-notlit, .finish-notlit, .vr-notlit {
  transform-style: preserve-3d;
}

.body-8 {
  background-color: #000;
  background-image: none;
}

.main-menu-container, .lottie-animation-1, .side-menu-text-container {
  display: none;
}

.making-diamonds-bg {
  width: 100vw;
  max-height: 120vh;
  max-width: 1400px;
  min-height: 120vh;
  min-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scrolling-list-finish {
  display: none;
}

.scrolling-icons {
  flex-direction: row;
  align-items: center;
  display: none;
}

.scrolling-list-graphic, .scrolling-list-top, .scrolling-list-hologram {
  display: none;
}

.scrolling-list-stain {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: none;
  overflow: scroll;
}

.calc-row-label {
  text-transform: uppercase;
  padding-top: 2px;
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
}

.price {
  float: right;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.calc-item-stain {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.calc-items-grid {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 28px;
  display: none;
}

.calc-item-total {
  color: #fff;
  background-color: #595959;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: space-between;
  padding: 15px 23px;
  font-weight: 700;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.calc-card {
  width: 100%;
  max-width: 430px;
  min-height: 50px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  margin-bottom: 22px;
  padding: 22px 22px 83px;
  display: none;
  position: relative;
  top: auto;
  box-shadow: 8px 14px 24px -4px rgba(0, 0, 0, .16);
}

.image-89, .text-block-23, .text-block-24, .image-90, .mask1, .mask2 {
  display: none;
}

.standard, ._22wet {
  transform-style: preserve-3d;
}

.price-calc {
  padding-bottom: 100px;
  display: none;
}

.button, .nft-container {
  display: none;
}

.question-box-1 {
  transform-style: preserve-3d;
  display: none;
}

.price-1 {
  float: right;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.calc-item-total-2 {
  color: #fff;
  background-color: #595959;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: space-between;
  padding: 15px 23px;
  font-weight: 700;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-27, .image-91, .total-price, .image-92, .button-size-confirm-container {
  display: none;
}

@media screen and (max-width: 991px) {
  .ui-buttons-lit, .ui-buttons-not-lit {
    max-width: 990px;
    min-width: 768px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .shadow {
    z-index: 6000;
    width: 200px;
    max-width: 300%;
    min-width: 150px;
    top: 92%;
    bottom: 12%;
    left: 37%;
  }

  .main-logo {
    z-index: 6000;
    width: 200px;
    max-width: 300%;
    min-width: 150px;
    top: 91%;
    bottom: -64%;
    left: 35.5%;
  }

  .gyro-elements {
    position: fixed;
  }

  .only-available {
    color: #728190;
    text-align: center;
    letter-spacing: 5px;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: auto;
    bottom: 34%;
    left: 0%;
    right: 0%;
  }

  .all-rights-res {
    color: #3f4e64;
    text-align: center;
    letter-spacing: 6px;
    font-size: 7px;
    line-height: 15px;
    position: absolute;
    top: auto;
    bottom: 23%;
    left: 0%;
    right: 0%;
  }

  .a-division {
    color: #3f4e64;
    text-align: center;
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 11px;
    position: absolute;
    top: auto;
    bottom: 26%;
    left: 0%;
    right: 0%;
  }

  .heading-9 {
    color: #fff;
    text-transform: uppercase;
    top: 56%;
  }

  .text-block-15 {
    color: #3a4a5e;
    top: 62%;
  }

  .image-36 {
    top: 245px;
    left: 443px;
  }

  .image-38 {
    top: 24%;
    left: 98%;
  }

  .load-screen-container {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ui-buttons-lit {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 767px;
    min-height: auto;
    min-width: 480px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ui-buttons-not-lit {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 767px;
    min-height: auto;
    min-width: 480px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .shadow {
    width: 100px;
    max-width: 150%;
    min-width: 100px;
    top: auto;
    bottom: 7%;
    left: 41%;
    right: 0%;
  }

  .main-logo {
    width: 100px;
    max-width: 150%;
    min-width: 100px;
    top: auto;
    bottom: 9%;
    left: 41%;
    right: 0%;
  }

  .only-available {
    font-size: 12px;
    top: auto;
    bottom: 45%;
    left: 0%;
    right: 0%;
  }

  .all-rights-res {
    font-size: 5px;
    top: auto;
    bottom: 35%;
    left: 0%;
    right: 0%;
  }

  .a-division {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 9px;
    top: auto;
    bottom: 38%;
    left: 0%;
    right: 0%;
  }

  .utility-page-content {
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-9 {
    top: 57%;
  }

  .text-block-15 {
    color: #3a4a5e;
    border: 1px rgba(0, 0, 0, 0);
    border-radius: 0;
    top: 63%;
  }

  .image-36 {
    width: 65px;
    top: 257px;
    left: 356px;
  }

  .image-38 {
    width: 275px;
    color: #3a4a5e;
    border: 5px rgba(58, 74, 94, 0);
    border-radius: 0;
    position: fixed;
    top: 25%;
    left: 27%;
  }

  .load-screen-container {
    display: none;
  }

  .calc-card {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .ui-buttons-lit {
    z-index: 13;
    width: auto;
    height: 0;
    max-height: 0%;
    max-width: 428px;
    min-height: 0;
    min-width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    align-content: end;
    justify-content: center;
    align-items: start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: grid;
    position: fixed;
    top: auto;
    bottom: 3%;
    left: 0%;
    right: 0%;
  }

  .ui-bottom-back-lottie-container {
    z-index: 9;
    height: 0;
    max-height: 0;
    max-width: 101%;
    min-height: 0;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: -.5%;
    left: 0%;
    right: 0%;
  }

  .ui-bottom-button-gif {
    z-index: 9;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 101vw;
    min-height: auto;
    min-width: auto;
    flex: 0 auto;
    align-self: stretch;
    padding-top: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 6%;
    left: -.5%;
    right: 0%;
    overflow: visible;
  }

  .stain {
    z-index: 90;
    width: 60px;
    height: 60px;
    max-height: 60px;
    max-width: 60px;
    clear: none;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: 8px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
    transition: opacity .8s;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .stain:hover {
    opacity: .5;
    filter: brightness(180%);
    transform: scale(1.1);
  }

  .stain:active {
    opacity: .5;
    filter: brightness(180%);
  }

  .bottom-ui-back-image {
    z-index: 11;
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .bottom-ui-back-container {
    z-index: 11;
    height: auto;
    max-height: 140px;
    max-width: 100%;
    min-height: auto;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    justify-items: center;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ui-buttons-not-lit {
    z-index: 15;
    width: auto;
    height: 0;
    max-height: 0%;
    max-width: 100%;
    min-height: 0;
    min-width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    align-content: end;
    justify-content: center;
    align-items: start;
    justify-items: stretch;
    margin-top: 0;
    margin-bottom: -9px;
    margin-left: 2px;
    padding: 0;
    display: grid;
    position: fixed;
    top: auto;
    bottom: 4%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .button-graphics {
    z-index: 13;
    max-width: 125%;
    transform: scale3d(1none, 1none, 1none);
    transition: transform .2s;
    display: inline;
    position: relative;
    top: -10px;
    left: -9.6px;
  }

  .button-graphics:hover, .button-graphics:active {
    opacity: 1;
    filter: brightness(160%);
    transform: scale(1.03);
  }

  .button-graphics-lit {
    z-index: 12;
    max-width: 125%;
    opacity: 0;
    display: inline;
    position: relative;
    top: -9.5px;
    left: -9px;
  }

  .button-menu-lit {
    z-index: 12;
    opacity: 0;
    transition: filter .2s;
    display: inline;
    position: relative;
    top: 31px;
    left: 4px;
  }

  .button-menu-lit:hover, .button-menu-lit:active {
    filter: brightness(200%);
  }

  .button-menu {
    z-index: 13;
    opacity: 1;
    transform: scale3d(1none, 1none, 1none);
    border-radius: 0;
    transition: all .1s, transform .2s;
    display: inline;
    position: relative;
    top: 31px;
    left: 1px;
  }

  .button-menu:hover, .button-menu:active {
    opacity: 1;
    filter: brightness(160%);
    transform: scale(1.03);
  }

  .button-checkout-lit {
    z-index: 12;
    opacity: 0;
    display: inline;
    position: relative;
    top: 33px;
    left: 0;
  }

  .button-checkout {
    z-index: 13;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    transition: transform .2s;
    display: inline;
    position: relative;
    top: 31px;
    left: -2px;
  }

  .button-checkout:hover, .button-checkout:active {
    opacity: 1;
    filter: brightness(160%);
    transform: scale(1.03);
  }

  .button-stains-lit {
    z-index: 12;
    opacity: 0;
    display: inline;
    position: relative;
    top: 16.7px;
    left: -.2px;
  }

  .button-stains {
    z-index: 13;
    transform: scale3d(1none, 1none, 1none);
    transition: transform .2s;
    display: inline;
    position: relative;
    top: 16px;
    left: -1px;
  }

  .button-stains:hover, .button-stains:active {
    opacity: 1;
    filter: brightness(160%);
    transform: scale(1.03);
  }

  .button-holograms {
    z-index: 13;
    transform: scale3d(1none, 1none, 1none);
    padding-left: 0;
    transition: transform .2s;
    display: inline;
    position: relative;
    top: 17px;
    right: -5px;
  }

  .button-holograms:hover {
    opacity: 1;
    filter: brightness(160%);
    transform: scale(1.03);
  }

  .button-holograms:active {
    opacity: 1;
    filter: brightness(160%);
  }

  .button-holograms-lit {
    z-index: 12;
    opacity: 0;
    display: inline;
    position: relative;
    top: 17px;
    right: -5.5px;
  }

  .shadow, .main-logo, .gyro-elements, .only-available {
    display: none;
  }

  .all-rights-res {
    z-index: 4000;
    color: #fff;
    font-size: 10px;
    display: none;
    top: auto;
    bottom: -152%;
    left: 0%;
    right: 0%;
  }

  .graphic {
    width: 60px;
    height: 60px;
    max-height: 60px;
    max-width: 60px;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    margin-top: 0;
    margin-left: 21px;
    margin-right: 0;
    padding: 0;
    transition: transform .2s;
    display: block;
    position: relative;
    overflow: visible;
  }

  .graphic:hover, .graphic:active {
    filter: brightness(170%);
    transform: scale(1.1);
  }

  ._3d-container {
    z-index: 8;
    height: auto;
    max-height: none;
    max-width: 100vw;
    min-height: auto;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-direction: column-reverse;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    justify-items: stretch;
    display: block;
    position: fixed;
    top: -2%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .html-3d-iframe {
    z-index: 9;
    width: auto;
    height: auto;
    max-height: 115%;
    max-width: 476%;
    min-height: auto;
    min-width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    outline-offset: 0px;
    color: #960000;
    object-fit: contain;
    outline: 3px #960000;
    flex-flow: column-reverse;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    top: -15%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .hologram {
    width: 60px;
    height: 60px;
    max-height: 60px;
    max-width: 60%;
    clear: none;
    filter: brightness();
    flex: 0 auto;
    align-self: center;
    margin-left: 24px;
    margin-right: 0;
    padding-right: 0;
    transition: transform .2s;
    display: block;
    position: relative;
    left: 106px;
    overflow: visible;
    transform: scale(1);
  }

  .hologram:hover, .hologram:active {
    filter: brightness(170%);
    transform: scale(1.1);
  }

  .block-header {
    background-color: #000;
    border-color: #637a9b;
  }

  .text-block {
    color: #6aafe4;
  }

  .heading {
    color: #fff;
  }

  .text-block-2 {
    color: #6aafe4;
  }

  .submit-button {
    color: #000;
    text-transform: uppercase;
    background-color: #6aafe4;
    line-height: 15px;
  }

  .field-label-6 {
    color: #8f8f8f;
  }

  .a-division, .div-block {
    display: none;
  }

  .top {
    z-index: 80;
    width: 60px;
    height: 60px;
    max-height: 60px;
    max-width: 60px;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-top: 0;
    margin-right: 0;
    transition: transform .2s, filter .2s;
    display: block;
    position: relative;
    top: 3px;
    left: 390px;
    overflow: visible;
  }

  .top:hover, .top:active {
    filter: brightness(170%);
    transform: scale(1.1);
  }

  .grid {
    height: 100%;
    max-height: 100%;
    min-height: 740px;
    object-fit: contain;
    background-color: #000;
    grid-template: "Area Area"
                   "Area Area"
                   "Area-2 Area-2"
                   "Area-2 Area-2"
                   "Area-3 Area-3"
                   "Area-3 Area-3"
                   "Area-4 Area-4"
                   "Area-4 Area-4"
                   "Area-5 Area-5"
                   "Area-5 Area-5"
                   "Area-6 Area-6"
                   "Area-6 Area-6"
                   / 1fr;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    justify-items: center;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .text-block-4, .text-block-5 {
    color: #c9c9c9;
    text-align: right;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 12px;
    position: absolute;
    top: auto;
    bottom: -7%;
    left: auto;
    right: 0%;
  }

  .text-block-6 {
    color: #fff;
    text-align: right;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 12px;
    position: absolute;
    top: auto;
    bottom: -8%;
    left: auto;
    right: 0%;
  }

  .text-block-7 {
    color: #c9c9c9;
    text-align: right;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 12px;
    position: absolute;
    top: auto;
    bottom: -9%;
    left: auto;
    right: 0%;
  }

  .text-block-8 {
    color: #c9c9c9;
    text-align: right;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 12px;
    position: absolute;
    top: auto;
    bottom: -4%;
    left: auto;
    right: 0%;
  }

  .text-block-9 {
    color: #c9c9c9;
    text-align: right;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 12px;
    position: absolute;
    top: auto;
    bottom: 11%;
    left: auto;
    right: 0%;
  }

  .image-21 {
    width: 180%;
    height: 100%;
    max-width: 180%;
    opacity: .4;
    object-fit: fill;
    transition: filter .2s, transform .2s, opacity .2s;
    position: absolute;
    top: auto;
    bottom: -536%;
    left: -40%;
    right: 0%;
    overflow: hidden;
  }

  .image-21:hover, .image-21:active {
    opacity: 1;
    transform: skew(1deg, -8deg)scale(1.1);
  }

  .image-22 {
    width: 100%;
    height: 100%;
    opacity: .4;
    object-fit: cover;
    transition: filter .2s, transform .2s, opacity .2s;
    position: absolute;
    overflow: hidden;
  }

  .image-22:hover, .image-22:active {
    opacity: 1;
    transform: skew(1deg, -8deg)scale(1.1);
  }

  .image-23 {
    width: 100%;
    height: 100%;
    opacity: .4;
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-color: #2d2d2d;
    background-clip: padding-box;
    transition: filter .2s, transform .2s, opacity .2s;
    position: absolute;
    overflow: hidden;
  }

  .image-23:hover, .image-23:active {
    opacity: 1;
    transform: skew(-1deg, 8deg)scale(1.1);
  }

  .image-24 {
    width: 100%;
    height: 100%;
    opacity: .4;
    object-fit: cover;
    transition: filter .2s, transform .2s, opacity .2s;
    position: absolute;
    overflow: hidden;
  }

  .image-24:hover, .image-24:active {
    opacity: 1;
    transform: skew(1deg, -8deg)scale(1.1);
  }

  .image-25 {
    width: 100%;
    height: 100%;
    opacity: .4;
    object-fit: cover;
    transition: filter .2s, transform .2s, opacity .2s;
    position: absolute;
    overflow: hidden;
    transform: translate(0);
  }

  .image-25:hover, .image-25:active {
    opacity: 1;
    transform: skew(-1deg, 8deg)scale(1.1);
  }

  .image-26 {
    z-index: auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
    opacity: .4;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    transition: filter .2s, transform .2s, opacity .2s;
    display: block;
    position: absolute;
    top: auto;
    bottom: 547%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .image-26:hover {
    opacity: 1;
    transform: skew(-3deg, 8deg)scale(1.1);
  }

  .image-26:active {
    opacity: 1;
    transform: skew(-1deg, 8deg)scale(1.1);
  }

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

  .body-3 {
    height: 740px;
    max-height: 740px;
    max-width: 100vw;
    min-height: 740px;
    min-width: 100vw;
    background-color: #000;
  }

  .block-content-2, .block-content-3, .block-content-4 {
    background-color: #3c414b;
    border: 1px solid #637a9b;
  }

  .checkbox-label {
    color: #6aafe4;
  }

  .security-code, .expiration-date, .card-number {
    background-color: #000;
    border-color: #637a9b;
  }

  .heading-3 {
    color: #fff;
  }

  .block-header-3 {
    background-color: #000;
    border-color: #637a9b;
  }

  .heading-4 {
    color: #fff;
  }

  .block-header-4, .email {
    background-color: #000;
    border-color: #637a9b;
  }

  .field-label-7 {
    color: #afafaf;
  }

  .heading-5 {
    color: #fff;
  }

  .text-block-10 {
    clear: left;
    color: #6aafe4;
  }

  .text-block-11 {
    clear: none;
    color: #6aafe4;
  }

  .heading-6 {
    color: #fff;
  }

  .block-content-5 {
    background-color: #3c414b;
    border: 1px solid #637a9b;
  }

  .block-content-6 {
    background-color: #3c414b;
    border: 1px solid #000;
  }

  .block-header-5 {
    background-color: #000;
    border-color: #637a9b;
  }

  .heading-7 {
    color: #fff;
  }

  .block-header-6 {
    background-color: #000;
    border-color: #637a9b;
  }

  .text-block-12 {
    color: #a5a5a5;
  }

  .order-item-list {
    color: #b0b3b4;
  }

  .line-item {
    color: #ececec;
  }

  .text-block-13, .text-block-14 {
    color: #fff;
  }

  .field-label-8, .field-label-9, .field-label-10 {
    color: #8f8f8f;
  }

  .country-2 {
    color: #fff;
    background-color: #000;
    border-color: #637a9b;
  }

  .zip-postal-code-2, .state-province-2, .city-2, .street-address-3, .street-address-4, .full-name-2, .block-header-7 {
    background-color: #000;
    border-color: #637a9b;
  }

  .field-label-11, .field-label-12, .field-label-13, .field-label-14, .field-label-15, .field-label-16 {
    color: #afafaf;
  }

  .body-4, .order-confirmation {
    background-color: #000;
  }

  .image-27 {
    position: relative;
    top: 6px;
  }

  .image-28 {
    position: relative;
    top: 5px;
  }

  .image-29 {
    position: relative;
    bottom: -5px;
  }

  .image-30 {
    position: relative;
    bottom: -6px;
  }

  .image-31 {
    color: #fff;
    background-color: #1b1e24;
  }

  .body-5 {
    background-color: #000;
  }

  .heading-8 {
    color: #ddd;
    text-transform: uppercase;
  }

  .field-label-17 {
    color: #3a4a5f;
    text-transform: uppercase;
  }

  .submit-button-2 {
    background-color: #345c80;
  }

  .body-6 {
    color: #000;
    background-color: #000;
  }

  .heading-9 {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 22px;
    top: 56%;
  }

  .text-block-15 {
    color: #3a4a5e;
    text-transform: uppercase;
    font-size: 10px;
    top: 62%;
  }

  .body-7, .div-block-7, .paypal-checkout-form {
    background-color: #000;
  }

  .html {
    height: 640px;
    max-height: 640px;
    max-width: 479px;
    min-height: auto;
    min-width: auto;
    flex: 0 auto;
    order: 0;
    align-self: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .main-bg {
    z-index: 7;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: none;
    min-height: auto;
    min-width: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .team-bg {
    z-index: 6;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: none;
    min-height: auto;
    min-width: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .atrocity-bg {
    z-index: 5;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .trix-bg {
    z-index: 3;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: none;
    min-height: auto;
    min-width: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-36 {
    width: 50px;
    max-width: 50px;
    position: fixed;
    top: 280px;
    bottom: 690.9px;
    left: 303.5px;
  }

  .image-37 {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: auto;
    min-width: auto;
    filter: blur();
    object-fit: cover;
    align-self: stretch;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .image-38 {
    width: 250px;
    position: fixed;
    top: 26%;
    bottom: 9px;
    left: 24%;
    right: 0%;
  }

  .backgrounds-container {
    z-index: 0;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .trap-bg {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: none;
    min-height: auto;
    min-width: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .load-screen-container {
    z-index: auto;
    width: 105vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 105vw;
    min-height: auto;
    min-width: 105vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .load-screen-lottie {
    z-index: 50;
    width: 400vw;
    height: auto;
    max-height: 105%;
    max-width: 105%;
    min-height: auto;
    min-width: 400vw;
    grid-column-gap: 100vh;
    grid-row-gap: 100vw;
    object-fit: fill;
    flex-flow: column;
    flex: none;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: -151.5%;
    right: 0%;
    overflow: hidden;
  }

  .link-block {
    z-index: 50;
    width: 180px;
    height: 90px;
    max-width: 180px;
    min-width: 80px;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .top-logo {
    z-index: 40;
    width: 50%;
    max-width: none;
    min-width: auto;
    filter: blur();
    transition: opacity .2s;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .top-logo:hover, .top-logo:active {
    opacity: .4;
    filter: none;
  }

  .side-menu-container {
    z-index: 100;
    height: 400px;
    max-height: 300px;
    max-width: 75px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 19.5%;
    left: 0%;
    right: -125%;
  }

  .side-menu-button-vr-container {
    max-height: 75px;
    max-width: 75px;
    display: block;
    position: absolute;
    top: -21%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .side-menu-button-finish-container {
    max-height: 75px;
    display: block;
    position: absolute;
    top: 16%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .side-menu-button-top-container {
    max-height: 75px;
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .side-menu-button-size-container {
    z-index: 35;
    max-height: 75px;
    display: block;
    position: absolute;
    top: 75%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .side-menu-button-size-container:hover, .side-menu-button-size-container:active {
    filter: none;
    transform: none;
  }

  .size-lit {
    z-index: 25;
    opacity: 1;
    position: relative;
    bottom: -30px;
    left: auto;
  }

  .size-notlit {
    z-index: 35;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    transition: transform .2s, filter .2s;
    position: relative;
    bottom: 47px;
    left: auto;
  }

  .size-notlit:hover, .size-notlit:active {
    filter: brightness(160%);
    transform: scale(1.03);
  }

  .top-lit {
    z-index: 25;
    position: relative;
    bottom: 0;
  }

  .top-notlit {
    z-index: 30;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    transition: transform .2s, filter .2s;
    position: relative;
    bottom: 78px;
  }

  .top-notlit:hover, .top-notlit:active {
    filter: brightness(160%);
    transform: scale(1.03);
  }

  .finish-lit {
    z-index: 25;
    position: relative;
    bottom: 1px;
  }

  .finish-notlit {
    z-index: 30;
    opacity: 1;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    transition: transform .2s, filter .2s;
    position: relative;
    bottom: 78px;
    right: auto;
  }

  .finish-notlit:hover, .finish-notlit:active {
    filter: brightness(160%);
    transform: scale(1.03);
  }

  .vr-lit {
    z-index: 25;
    max-width: 100%;
    position: relative;
    bottom: -12px;
    right: -2px;
  }

  .vr-notlit {
    z-index: 30;
    max-width: 100%;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    transition: transform .2s, filter .2s;
    position: relative;
    bottom: 65px;
    right: -2px;
  }

  .vr-notlit:hover, .vr-notlit:active {
    filter: brightness(160%);
    transform: scale(1.03);
  }

  .body-8 {
    height: 100%;
    max-height: 100%;
    max-width: 428px;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 1px;
    object-fit: contain;
    background-color: #000;
    background-image: none;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    justify-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .main-menu-container {
    z-index: 9;
    max-height: 560px;
    max-width: 350px;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: fixed;
    top: 29%;
    bottom: 0%;
    left: 106%;
    right: 0%;
  }

  .big-logo-main-menu-background {
    z-index: 8;
    max-height: none;
    max-width: 95%;
    display: block;
    position: fixed;
    top: auto;
    bottom: 2.5%;
    left: auto;
    right: -104%;
    overflow: visible;
  }

  .lottie-animation-1 {
    z-index: 100;
    width: 70%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 48%;
    left: 13.5%;
    right: 0%;
  }

  .side-menu-text-container {
    z-index: 8;
    width: 415.067px;
    height: auto;
    max-height: 0;
    min-height: auto;
    outline-offset: 0px;
    outline: 3px #333;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 218px;
    margin-bottom: -266px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: fixed;
    top: 12%;
    bottom: 0%;
    left: 105%;
    right: 3%;
  }

  .lottie-animation-2 {
    z-index: 100;
    width: 70%;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    display: flex;
    position: fixed;
    bottom: 294px;
    left: 57px;
  }

  .lottie-animation-3 {
    z-index: 100;
    width: 70%;
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
    position: fixed;
    bottom: 192px;
    left: 57px;
  }

  .lottie-animation-4 {
    z-index: 100;
    width: 70%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
    position: fixed;
    bottom: 95px;
    left: 56px;
  }

  .text-block-shop {
    z-index: 110;
    color: #fff;
    text-align: left;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-shadow: -9px 9px 3px #7ba7db;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    display: none;
    position: fixed;
    top: auto;
    bottom: 57%;
    left: auto;
    right: 22%;
  }

  .text-block-finish {
    z-index: 110;
    color: #fff;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-shadow: -11px 7px 3px #7ba7db;
    margin-bottom: 0;
    font-size: 22px;
    display: none;
    position: fixed;
    top: auto;
    bottom: 44%;
    left: auto;
    right: 21%;
  }

  .text-block-tops {
    z-index: 110;
    color: #fff;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-shadow: -10px 8px 3px #7ba7db;
    margin-bottom: 0;
    font-size: 22px;
    display: none;
    position: fixed;
    top: auto;
    bottom: 31%;
    left: auto;
    right: 22%;
  }

  .text-block-size {
    z-index: 25;
    color: #fff;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-shadow: -7px 11px 3px #7ba7db;
    margin-bottom: 0;
    font-size: 22px;
    display: none;
    position: fixed;
    top: auto;
    bottom: 18%;
    left: auto;
    right: 23%;
  }

  .making-diamonds-bg {
    z-index: 4;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .scrolling-list-finish {
    z-index: 80;
    width: 100%;
    height: 100px;
    max-height: none;
    max-width: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 0;
    object-fit: fill;
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 22%;
    left: -127%;
    right: 0%;
    overflow: scroll;
  }

  .scrolling-icons {
    z-index: 60;
    width: 0;
    height: 0;
    max-height: none;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .scrolling-list-graphic {
    z-index: 80;
    width: 110%;
    height: 100px;
    max-height: none;
    max-width: none;
    min-width: 0;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 5px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 56px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 15%;
    left: 106%;
    right: 0%;
    overflow: scroll;
  }

  .scrolling-list-top {
    z-index: 80;
    width: 100%;
    height: 100px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: end;
    justify-content: flex-start;
    align-items: center;
    justify-items: start;
    margin-left: 0;
    margin-right: -29px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 21%;
    left: 112%;
    right: 0%;
    overflow: scroll;
  }

  .scrolling-list-top:hover {
    filter: none;
  }

  .scrolling-list-hologram {
    z-index: 80;
    width: 130%;
    height: 100px;
    max-height: none;
    max-width: none;
    min-height: 0;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 1px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 2px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 15.5%;
    left: -638px;
    right: 0;
    overflow: scroll;
  }

  .scrolling-list-stain {
    z-index: 80;
    width: 100%;
    height: 100px;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    object-fit: fill;
    flex-flow: row;
    flex: none;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin: 0 220px 0 56px;
    padding: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 14%;
    left: -122%;
    right: 0%;
    overflow: scroll;
  }

  .html-stain-icon-code {
    float: none;
    margin-left: 0;
    position: static;
  }

  .html-graphic-icon-code, .html-hologram-icon-code, .html-top-icon-code {
    display: flex;
  }

  .html-finish-icon-code {
    display: block;
  }

  .icons-stain {
    order: 0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .icons-graphic {
    height: auto;
    max-height: none;
    max-width: none;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: block;
    position: static;
    overflow: scroll;
  }

  .icons-hologram {
    flex: 0 auto;
    align-self: flex-start;
    position: static;
    overflow: scroll;
  }

  .icons-top {
    position: static;
    bottom: 155.25px;
    left: -78px;
    overflow: scroll;
  }

  .icons-finish {
    z-index: 150;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    justify-items: center;
    padding-left: 0;
    display: block;
    position: static;
    top: auto;
    bottom: 14%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .calc-row-label {
    z-index: 9000;
    color: #b8b8b8;
    padding-top: 0;
    font-size: 9px;
    line-height: 10px;
    position: fixed;
    box-shadow: inset 1px 2px 4px 1px #292f30;
  }

  .price {
    z-index: 10000;
    color: #704d1b;
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    box-shadow: 2px 2px 8px -4px #319fff;
  }

  .calc-item-stain {
    margin-bottom: -10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    position: relative;
  }

  .calc-items-grid {
    z-index: 120;
    width: 80%;
    height: 40%;
    max-height: none;
    min-height: auto;
    min-width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    object-fit: contain;
    border: 1px rgba(0, 0, 0, 0);
    border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
    border-radius: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    line-height: 10px;
    display: grid;
    position: fixed;
    top: auto;
    bottom: 35%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .calc-item-total {
    z-index: 999;
    width: 99%;
    height: 28%;
    background-color: rgba(42, 43, 50, .55);
    background-image: linear-gradient(#17191b, #191c1f 37%, #0a0a0a 50%, #212224);
    border-radius: 18px;
    margin-bottom: 3px;
    padding: 0 13px 58px;
    display: block;
    position: relative;
    bottom: -26%;
    left: 0%;
    overflow: visible;
  }

  .calc-card {
    z-index: 10;
    width: 80%;
    height: 65vh;
    max-height: none;
    max-width: none;
    min-height: 65vh;
    min-width: 80%;
    opacity: 1;
    background-color: rgba(0, 0, 0, .72);
    border-width: 1.5px;
    border-color: #4ac5fe;
    border-radius: 11px;
    margin-top: auto;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: -102%;
    left: 12%;
    right: 0%;
    transform: skew(0deg);
    box-shadow: inset -5px -6px 10px 11px #20242e, 4px 4px 18px #0558b1, inset 1px 8px 24px 20px #162127;
  }

  .container-16 {
    padding-top: 0;
    padding-bottom: 78px;
    position: static;
  }

  .image-89 {
    z-index: 2000;
    width: 130%;
    height: auto;
    max-width: 120%;
    min-height: auto;
    opacity: 1;
    outline-offset: 55px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 0;
    outline: 3px #333;
    display: block;
    position: relative;
    top: auto;
    bottom: -55.5%;
    left: -10%;
    right: 0%;
    overflow: hidden;
  }

  .text-block-23 {
    z-index: 50;
    width: 50px;
    color: #e2e2e2;
    font-size: 16px;
    display: block;
    position: relative;
    top: 9px;
    bottom: -30%;
    left: -9%;
    right: 18%;
    overflow: hidden;
  }

  .text-block-24 {
    z-index: 50;
    width: 50px;
    height: auto;
    max-height: none;
    max-width: 50px;
    color: #f0f0f0;
    font-size: 16px;
    display: block;
    position: relative;
    top: auto;
    bottom: -11%;
    left: auto;
    right: -90.5%;
    overflow: hidden;
  }

  .image-90 {
    z-index: 1000;
    width: 120%;
    height: 20%;
    max-height: none;
    max-width: 120%;
    min-height: auto;
    min-width: auto;
    object-fit: contain;
    display: block;
    position: relative;
    bottom: 27.783px;
    left: -22px;
    overflow: hidden;
  }

  .mask1 {
    z-index: 20;
    width: 100vw;
    height: 20%;
    max-height: 200vh;
    max-width: 150vw;
    min-height: 20%;
    background-color: rgba(214, 22, 22, 0);
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    top: auto;
    bottom: -1%;
    left: 107%;
    right: 0%;
    overflow: visible;
  }

  .mask2 {
    z-index: 20;
    height: 16vh;
    max-height: 200px;
    max-width: 110%;
    min-height: 16vh;
    background-color: rgba(206, 41, 41, 0);
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: -218%;
    right: 0%;
  }

  .standard {
    z-index: 200;
    width: 80px;
    height: 60px;
    max-width: 60%;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    flex: 0 auto;
    align-self: center;
    transition: filter .2s, transform .2s;
    display: block;
    position: relative;
    bottom: -28px;
    left: 118px;
    overflow: visible;
  }

  .standard:hover, .standard:active {
    filter: brightness(170%);
    transform: scale(1.3);
  }

  ._22wet {
    z-index: 200;
    width: 80px;
    height: 60px;
    max-height: 60px;
    max-width: 60%;
    filter: brightness();
    transform: scale3d(1none, 1none, 1none);
    flex: 0 auto;
    align-self: center;
    transition: filter .2s, transform .2s;
    display: block;
    position: relative;
    top: 29.85px;
    bottom: auto;
    left: 153px;
    overflow: visible;
  }

  ._22wet:hover {
    filter: brightness(170%);
    transform: scale(1.3);
  }

  ._22wet:active {
    filter: brightness(170%);
    outline-offset: 0px;
    outline: 3px #333;
    transform: scale(1.3);
  }

  .price-calc {
    z-index: 10;
    width: 100%;
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: -110%;
    left: 0%;
    right: 0%;
  }

  .calc-item-hologram, .calc-item-graphic, .calc-item-top, .calc-item-woodgrain_blank, .calc-item-hologram_blank, .calc-item-graphic_basic, .calc-item-finish_standard, .calc-item-finish_22wet {
    margin-bottom: -10px;
  }

  .button {
    z-index: 1000;
    width: 75%;
    height: 7%;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 3px 3px 6px #000;
    white-space: nowrap;
    mix-blend-mode: normal;
    background-color: #202020;
    background-image: linear-gradient(#000, #424449 52%, #000);
    border: 2px solid #616161;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 15px;
    transition: transform .2s;
    display: flex;
    position: fixed;
    bottom: 111.083px;
    left: auto;
    right: auto;
    box-shadow: 8px 8px 15px -5px #343535;
  }

  .button:hover, .button:active {
    filter: saturate(1000%) hue-rotate(249deg);
    transform: scale(1.05);
  }

  .button-2 {
    z-index: 10000;
    width: 75%;
    height: 5%;
    clear: none;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #000;
    background-image: linear-gradient(to top, #181c1d, #000 100%, #0a0a0a);
    border: 2px solid #3f3f3f;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    transition: filter .6s;
    display: flex;
    position: fixed;
    bottom: 39px;
    left: 40px;
    right: auto;
    overflow: visible;
  }

  .button-2:hover, .button-2:active {
    filter: saturate(1000%) hue-rotate(162deg) blur(3px);
  }

  .lottie-menu-animation-container {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-block-vr {
    color: #7c98b3;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: The master, sans-serif;
    font-size: 50px;
    display: flex;
    position: fixed;
    bottom: 476.683px;
    left: 329.383px;
  }

  .text-block-vr.text-block-shop {
    z-index: 100;
    outline-offset: 0px;
    color: #657a8d;
    letter-spacing: 0;
    text-shadow: 12px 10px 12px #000;
    outline: 3px #494949;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
    bottom: 419.683px;
    left: 317.383px;
    right: auto;
  }

  .calc-item-size {
    margin-bottom: -10px;
  }

  .nft-container {
    height: 0;
    max-width: 100px;
    min-height: auto;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .nft-embed {
    z-index: 10;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    object-fit: fill;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .question-box-1 {
    z-index: 9;
    height: auto;
    max-height: 120px;
    max-width: 200px;
    min-height: auto;
    opacity: 1;
    outline-offset: 5px;
    perspective: 1392px;
    perspective-origin: 100% 0;
    transform-origin: 0 100%;
    color: #d3d3d3;
    letter-spacing: 2px;
    mix-blend-mode: normal;
    object-fit: none;
    background-color: rgba(39, 39, 39, .67);
    border-top: 10px solid #00b167;
    border-bottom: 10px #00b167;
    border-left: 5px solid #00b167;
    border-right: 5px #00b167;
    border-radius: 5px;
    outline: 6px solid rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-right: 0;
    display: block;
    position: fixed;
    top: auto;
    bottom: 28%;
    left: 0;
    right: -197%;
    transform: scale3d(1.6, 1.4, 1)translate(-33px)perspective(1569px);
    box-shadow: 8px 3px 19px -4px rgba(0, 177, 103, .65);
  }

  .button-confirm {
    letter-spacing: 2px;
    text-transform: uppercase;
    object-fit: scale-down;
    background-color: #000;
    background-image: linear-gradient(#000, #46505d);
    border: 5px #000;
    border-top: 3px solid #3d3d3d;
    border-left: 3px solid #3d3d3d;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
    transition: background-color .2s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 13px;
    left: 10px;
    box-shadow: 3px 3px 8px -2px #000;
  }

  .button-confirm:hover {
    color: #000;
    background-color: #05995b;
    background-image: none;
    font-weight: 400;
  }

  .button-confirm:active {
    box-shadow: inset -4px -4px 7px 1px #000;
  }

  .button-decline {
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #3a3a3a;
    background-image: linear-gradient(#000, #46505d);
    border-top: 3px solid #3d3d3d;
    border-left: 3px solid #3d3d3d;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
    transition: background-color .2s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 13px;
    left: 106.15px;
    box-shadow: 3px 3px 8px -2px #000;
  }

  .button-decline:hover {
    color: #000;
    background-color: #860608;
    background-image: none;
  }

  .button-decline:active {
    background-image: none;
    box-shadow: inset -4px -5px 5px 1px #000;
  }

  .rich-text-block {
    background-image: url('../images/Exclamation-Mark-1.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 55px;
    background-attachment: fixed;
    display: block;
    position: fixed;
    bottom: -490px;
    left: 54px;
  }

  .exclamation-mark-img {
    object-fit: contain;
    flex: none;
    align-self: stretch;
    display: block;
    position: fixed;
    top: 2%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .text-block-26 {
    line-height: 15px;
  }

  .question-box-text-block {
    color: #88cab4;
    text-shadow: 3px 3px 4px #000;
    white-space: normal;
    background-color: rgba(93, 219, 141, .11);
    border: 1px #000;
    border-radius: 0;
    flex: none;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 9px;
    line-height: 14px;
    display: block;
    position: fixed;
    bottom: 43px;
    left: 10.8833px;
  }

  .heading-10 {
    color: #d8d8d8;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: 0 1px 6px #b1b1b1;
    font-family: PT Sans, sans-serif;
    font-size: 30px;
    line-height: 30px;
    position: fixed;
    top: auto;
    bottom: 23%;
    left: 19%;
    right: 0%;
  }

  .ui-bottom-back-lottie {
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .price-4 {
    z-index: 10000;
    float: right;
    color: #f89100;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    bottom: -5px;
  }

  .price-3 {
    z-index: 10000;
    float: right;
    color: #f89100;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    display: inline-block;
    position: relative;
    bottom: -5px;
  }

  .price-1 {
    z-index: 10000;
    color: #f89100;
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    box-shadow: 2px 2px 8px -4px #319fff;
  }

  .calc-item-total-2 {
    z-index: 999;
    width: 99%;
    height: 10vh;
    min-height: 40%;
    background-color: rgba(42, 43, 50, .55);
    background-image: linear-gradient(#17191b, #191c1f 37%, #0a0a0a 50%, #212224);
    border-radius: 3px;
    margin-bottom: 3px;
    padding: 0 13px 58px;
    display: block;
    position: relative;
    bottom: -45%;
    left: 0%;
    overflow: visible;
  }

  .price-5, .price-6 {
    z-index: 10000;
    float: right;
    color: #f89100;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    bottom: -5px;
  }

  .text-block-27 {
    z-index: 10000;
    width: 50px;
    color: #e2e2e2;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 21px;
    bottom: auto;
    left: -9%;
    right: 18%;
    overflow: visible;
  }

  .image-91 {
    z-index: 1000;
    width: 120%;
    height: 20%;
    max-height: none;
    max-width: 120%;
    min-height: auto;
    min-width: auto;
    object-fit: contain;
    display: block;
    position: relative;
    bottom: 27.783px;
    left: -22px;
    overflow: hidden;
  }

  .price-10 {
    z-index: 10000;
    float: right;
    color: #f89100;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    bottom: -5px;
  }

  .total-price {
    z-index: 50;
    width: 50px;
    height: auto;
    max-height: none;
    max-width: 50px;
    color: #f0f0f0;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 23px;
    bottom: 0%;
    left: auto;
    right: -67.5%;
    overflow: visible;
  }

  .image-92 {
    z-index: 2000;
    width: 130%;
    height: auto;
    max-width: 120%;
    min-height: auto;
    opacity: 1;
    outline-offset: 55px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 0;
    outline: 3px #333;
    display: block;
    position: relative;
    top: auto;
    bottom: -48.5%;
    left: -10%;
    right: 0%;
    overflow: hidden;
  }

  .price-2 {
    z-index: 10000;
    float: right;
    clear: none;
    color: #f89100;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    display: inline-block;
    position: relative;
    bottom: -5px;
  }

  .price-7, .price-8 {
    z-index: 10000;
    float: right;
    color: #f89100;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    bottom: -5px;
  }

  .button-3 {
    z-index: 10000;
    width: 75%;
    height: 5%;
    clear: none;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #000;
    background-image: linear-gradient(to top, #181c1d, #000 100%, #0a0a0a);
    border: 2px solid #3f3f3f;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    transition: filter .6s;
    display: flex;
    position: fixed;
    bottom: 58px;
    left: 40px;
    right: auto;
    overflow: visible;
  }

  .button-3:hover, .button-3:active {
    filter: saturate(1000%) hue-rotate(162deg) blur(3px);
  }

  .price-9 {
    z-index: 10000;
    float: right;
    color: #f89100;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    bottom: -5px;
  }

  .button-size-confirm-container {
    z-index: 19999;
    width: 50vw;
    height: 10vh;
    max-height: 169.594vh;
    max-width: 94.3906vw;
    min-height: 10vh;
    min-width: 50vw;
    display: inline-block;
    position: fixed;
    top: auto;
    bottom: 17%;
    left: auto;
    right: -59%;
  }

  .button-size-confirm {
    z-index: 20000;
    width: 35vw;
    height: 3vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#000, #3f445c 100%, #fff);
    border: 15px rgba(0, 0, 0, 0);
    border-radius: 4px;
    outline: 1px solid #46cbff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
    position: fixed;
    top: auto;
    bottom: 17.5%;
    left: auto;
    right: -50%;
    overflow: visible;
    box-shadow: -1px -1px 14px 4px rgba(0, 166, 255, .6);
  }

  .text-block-28 {
    color: #b8b8b8;
    text-align: center;
    letter-spacing: 8px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    text-indent: 16px;
    text-transform: uppercase;
    column-count: 0;
    column-rule: 0px none transparent;
    white-space: normal;
    word-break: normal;
    column-gap: 0;
    line-height: 13px;
    text-decoration: none;
    position: fixed;
    bottom: 159.828px;
  }

  .lottie-animation-5 {
    z-index: 19000;
    width: 60vw;
    height: 15vh;
    max-height: 4014.48vh;
    max-width: 890.406vw;
    display: inline-block;
    position: fixed;
    top: auto;
    bottom: 14%;
    left: auto;
    right: -73%;
  }

  .button-4 {
    letter-spacing: 5px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#000, #383838 60%, #232a36 100%, #4d4d4d 100%, #fff);
    border: 1px solid #36daff;
    border-radius: 5px;
    font-size: 11px;
    line-height: 8px;
    transition: opacity .2s;
    display: inline-block;
    position: fixed;
    bottom: 120.844px;
    left: 484px;
    box-shadow: 1px 5px 15px rgba(68, 202, 255, .69);
  }

  .button-4:hover {
    opacity: .53;
  }

  .button-4:active {
    opacity: .51;
  }

  .text-block-29 {
    width: 110.795%;
    direction: ltr;
    color: #898989;
    text-align: center;
    letter-spacing: 2px;
    column-count: auto;
    overflow-wrap: anywhere;
    font-size: 7px;
    text-decoration: underline;
    position: fixed;
    bottom: 23.312px;
    left: -18.0208px;
  }

  #button-ui-menu-lit.w-node-_7cf47b3e-1eca-9598-7e1d-5ae3cdd89377-8e7e9f05, #button-ui-stains-lit.w-node-_189308ff-4140-6103-b2f1-31a550b9b5ff-8e7e9f05, #button-ui-graphics-lit.w-node-fe2dc8b7-3a9d-354a-43c7-9c3a33053407-8e7e9f05, #button-ui-holograms-lit.w-node-_89ab18ce-2798-a6b2-d5cc-36611dffec55-8e7e9f05, #button-ui-checkout-lit.w-node-_926dabaf-763d-fffa-8f76-20564d54024d-8e7e9f05, #button-ui-menu.w-node-_6389da26-7bb7-467e-4240-a91e22093501-8e7e9f05, #button-ui-stains.w-node-_6389da26-7bb7-467e-4240-a91e22093502-8e7e9f05, #button-ui-graphics.w-node-_6389da26-7bb7-467e-4240-a91e22093503-8e7e9f05, #button-ui-holograms.w-node-_6389da26-7bb7-467e-4240-a91e22093504-8e7e9f05, #checkout_button_main.w-node-_6389da26-7bb7-467e-4240-a91e22093505-8e7e9f05, #graphic-button-lush.w-node-_7d678197-393d-1391-244e-5478cf26a858-8e7e9f05, #graphic-button-redwar.w-node-_7d678197-393d-1391-244e-5478cf26a85a-8e7e9f05, #graphic-button-circle22.w-node-_7d678197-393d-1391-244e-5478cf26a85c-8e7e9f05, #graphic-button-interrupt.w-node-_7d678197-393d-1391-244e-5478cf26a866-8e7e9f05, #graphic-button-one.w-node-_7d678197-393d-1391-244e-5478cf26a868-8e7e9f05, #graphic-button-shadow.w-node-_7d678197-393d-1391-244e-5478cf26a86a-8e7e9f05, #graphic-button-evolve.w-node-_7d678197-393d-1391-244e-5478cf26a86c-8e7e9f05, #graphic-button-evolve2.w-node-_7d678197-393d-1391-244e-5478cf26a86e-8e7e9f05, #graphic-button-screwsloose.w-node-_7d678197-393d-1391-244e-5478cf26a870-8e7e9f05, #graphic-button-trix.w-node-_7d678197-393d-1391-244e-5478cf26a872-8e7e9f05, #graphic-button-sharkpoker.w-node-_7d678197-393d-1391-244e-5478cf26a874-8e7e9f05, #graphic-button-inkmonster.w-node-_7d678197-393d-1391-244e-5478cf26a878-8e7e9f05, #graphic-button-trapreal.w-node-_7d678197-393d-1391-244e-5478cf26a87a-8e7e9f05, #graphic-button-illustration.w-node-_7d678197-393d-1391-244e-5478cf26a876-8e7e9f05, #graphic-button-granade.w-node-_7d678197-393d-1391-244e-5478cf26a87c-8e7e9f05, #graphic-button-blkmint.w-node-_7d678197-393d-1391-244e-5478cf26a87e-8e7e9f05, #graphic-button-blkcitrus.w-node-_7d678197-393d-1391-244e-5478cf26a880-8e7e9f05, #graphic-button-blkblue.w-node-_7d678197-393d-1391-244e-5478cf26a886-8e7e9f05, #graphic-button-blkpurp.w-node-_7d678197-393d-1391-244e-5478cf26a888-8e7e9f05, #graphic-button-whtpurp.w-node-_7d678197-393d-1391-244e-5478cf26a88a-8e7e9f05, #graphic-button-whtmint.w-node-_7d678197-393d-1391-244e-5478cf26a88c-8e7e9f05, #graphic-button-whtcitrus.w-node-_7d678197-393d-1391-244e-5478cf26a88e-8e7e9f05, #graphic-button-whtblue.w-node-_7d678197-393d-1391-244e-5478cf26a890-8e7e9f05, #graphic-button-whtpink.w-node-_7d678197-393d-1391-244e-5478cf26a892-8e7e9f05, #graphic-button-whtred.w-node-_7d678197-393d-1391-244e-5478cf26a894-8e7e9f05, #hologram-button-bluehatch.w-node-_7d678197-393d-1391-244e-5478cf26a89b-8e7e9f05, #hologram-button-bluefetti.w-node-_7d678197-393d-1391-244e-5478cf26a8a3-8e7e9f05, #hologram-button-redhatch.w-node-_7d678197-393d-1391-244e-5478cf26a8a1-8e7e9f05, #hologram-button-silverprizim.w-node-_7d678197-393d-1391-244e-5478cf26a8a9-8e7e9f05, #hologram-button-hypersilver.w-node-_7d678197-393d-1391-244e-5478cf26a8ab-8e7e9f05, #hologram-button-radiant.w-node-_7d678197-393d-1391-244e-5478cf26a8ad-8e7e9f05, #hologram-button-purpfetti.w-node-_7d678197-393d-1391-244e-5478cf26a8b1-8e7e9f05, #hologram-button-deadpresidents.w-node-_7d678197-393d-1391-244e-5478cf26a8b3-8e7e9f05, #hologram-button-flowers.w-node-_7d678197-393d-1391-244e-5478cf26a8b5-8e7e9f05, #hologram-button-pinkholo.w-node-_7d678197-393d-1391-244e-5478cf26a8b7-8e7e9f05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #calc-item-size.w-node-_1bf5f411-36c5-8df4-f41c-49f33c07c341-8e7e9f05, #calc-item-stain.w-node-_1bf5f411-36c5-8df4-f41c-49f33c07c346-8e7e9f05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_1bf5f411-36c5-8df4-f41c-49f33c07c379-8e7e9f05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91708b9f-fe3c-8f7c-41bf-8dc075c67425-8e7e9f0a {
    grid-area: Area;
    justify-self: auto;
  }

  #w-node-bd124d17-7068-267f-a42e-0c8ce18e1848-8e7e9f0a {
    grid-area: Area-2;
  }

  #w-node-_1f3135b3-0a5c-2da6-0408-72eae50cff84-8e7e9f0a {
    grid-area: Area-3;
  }

  #w-node-_18c8909d-4e44-13c7-5249-0dc5ce47e758-8e7e9f0a {
    grid-area: Area-4;
  }

  #w-node-c5bf0fa1-afec-5e4e-8f88-4a2397c3dd45-8e7e9f0a {
    grid-area: Area-5;
  }

  #w-node-d9eae3dc-6427-d948-51a3-93499a2258b6-8e7e9f0a {
    grid-area: Area-6;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_0eea5e14-44de-735d-f732-36c2a2bf3063-8e7e9f0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8142021-5de3-6e90-7d57-1ae0ea6fbc2f-8e7e9f0a {
    grid-area: Area;
  }

  #w-node-ac388ad8-2807-3f3f-c052-e7457e29d130-8e7e9f0a {
    grid-area: Area-2;
  }

  #w-node-ac99ca39-8872-a584-886a-88f3d549d350-8e7e9f0a {
    grid-area: Area-3;
  }

  #w-node-f487fec5-9de2-8b5c-8eaa-6b73a2138e1a-8e7e9f0a {
    grid-area: Area-4;
  }

  #w-node-bc7aa8c3-8858-51c5-5512-f2056ac5423a-8e7e9f0a {
    grid-area: Area-5;
  }

  #w-node-_9db57075-8161-a2c4-b73e-2f23f6935760-8e7e9f0a {
    grid-area: Area-6;
  }
}


@font-face {
  font-family: 'Rifles';
  src: url('../fonts/Rifles.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The master';
  src: url('../fonts/The-Master.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itishard';
  src: url('../fonts/ItIsHard.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vampires';
  src: url('../fonts/Vampires.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}