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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #bebdd4;
  background-color: #0f0823;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 100px;
  font-weight: 700;
  line-height: 105px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 76px;
  font-weight: 700;
  line-height: 88px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  color: #fff;
  color: #af4173;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: static;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

p {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

a {
  color: #fff;
  text-decoration: underline;
  transition: color .35s;
}

a:hover {
  color: #a0a3bd;
}

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

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

strong {
  font-weight: 700;
}

blockquote {
  color: #fff;
  background-color: #1e143a;
  border-left: 0 solid #000;
  border-radius: 26px;
  margin-bottom: 10px;
  padding: 50px 48px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 16px rgba(13, 10, 44, .25);
}

figure {
  margin-bottom: 46px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.hidden-desktop {
  display: none;
}

.flex {
  display: flex;
}

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #4a3aff;
}

.bg-neutral-700 {
  background-color: #4e4b66;
}

.bg-neutral-600 {
  background-color: #484569;
}

.bg-neutral-500 {
  background-color: #a0a3bd;
}

.bg-neutral-400 {
  background-color: #bebdd4;
}

.bg-neutral-300 {
  background-color: #eff0f6;
}

.bg-neutral-200 {
  background-color: #f7f7fc;
}

.bg-neutral-100 {
  background-color: #fff;
}

.style-guide-sidebar {
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  flex: 0 14em;
  margin-right: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.container-default {
  max-width: 1244px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.style-guide-content {
  max-width: 100%;
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  margin-left: 18px;
}

.section-styleguide {
  padding-top: 155px;
  padding-bottom: 86px;
}

.style-guide-title {
  color: #fff;
  margin-top: 0;
  font-size: 72px;
  line-height: 80px;
}

.style-guide-header {
  background-color: #4e4b66;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  width: 56px;
  height: 56px;
  background-color: #4a3aff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: #eff0f6;
  border-radius: 14px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.style-guide-link:hover {
  color: #fff;
  background-color: #4e4b66;
}

.style-guide-link.w--current {
  color: #fff;
  background-color: #4e4b66;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  color: #fff;
  border-bottom: 1px solid #4e4b66;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid #484569;
  border-bottom-color: #484569;
  margin-top: 24px;
  padding-top: 24px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-container {
  background-color: #1e143a;
  border-radius: 16px;
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #4a3aff;
}

.color-block.bg-neutral-800 {
  background-color: #0f0823;
}

.color-block.bg-neutral-600 {
  background-color: #484569;
}

.color-block.bg-neutral-200 {
  background-color: #f7f7fc;
}

.color-block.bg-neutral-300 {
  background-color: #eff0f6;
}

.color-block.bg-neutral-500 {
  background-color: #a0a3bd;
}

.color-block.bg-neutral-700 {
  background-color: #4e4b66;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: #a0a3bd;
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.style-guide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid #4e4b66;
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  color: #4a3aff;
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.style-guide-subheader {
  background-color: #1e143a;
  padding: 56px 68px 40px;
}

.style-guide-content-wrapper {
  background-color: #0f0823;
  border: 1px solid #484569;
  padding: 110px 68px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #0f0823;
  border-radius: 80px;
  padding: 26px 72px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  transition-property: none;
}

.button-primary:hover {
  color: #fff;
}

.button-primary.small {
  padding: 24px 40px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.full-width {
  width: 100%;
  align-self: stretch;
  display: block;
}

.button-primary.checkout {
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.button-secondary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(15, 8, 35, 0);
  border: 3px solid #fff;
  border-radius: 80px;
  padding: 28px 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  line-height: 24px;
  transition: border-color .35s, transform .35s;
}

.button-secondary:hover {
  color: #fff;
  border-color: #a0a3bd;
  transform: scale3d(.96, .96, 1.02);
}

.button-secondary.small {
  padding: 14px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.discounts {
  height: auto;
  border-width: 1px;
  flex: 0 auto;
  margin-left: 0;
  padding: 24px 16px;
}

.style-guide-button-container {
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 0%;
  right: 0%;
}

.header {
  z-index: 100;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0%;
}

.header._2 {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-logo {
  width: 130px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-left: 24px;
  margin-right: 24px;
}

.nav-item-wrapper.button {
  display: none;
}

.nav-link {
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  transition: color .35s;
}

.nav-link.footer {
  border-top-width: 0;
  padding-top: 0;
  display: block;
}

.display-1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 80px;
  line-height: 94px;
}

.display-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 58px;
  line-height: 72px;
}

.display-3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.footer {
  background-color: #0f0823;
  border-top: 1px solid #4e4b66;
  padding-top: 48px;
  padding-bottom: 0;
}

.footer-logo-container {
  transform-style: preserve-3d;
  transition: transform .35s, color .35s;
}

.footer-logo-container:hover {
  transform: scale3d(.94, .94, 1.01);
}

.footer-nav {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-logo {
  width: 140px;
}

.footer-nav-item {
  margin-left: 32px;
}

.licenses-hero {
  background-color: #1e143a;
  padding-top: 160px;
  padding-bottom: 90px;
}

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

.section.checkout-hero {
  background-color: #1e143a;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.store {
  position: relative;
  overflow: hidden;
}

.section.product-description {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.section.product-hero {
  padding-top: 185px;
  padding-bottom: 100px;
  position: relative;
}

.section.short {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section.short.licenses {
  background-color: #0f0823;
}

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

.licenses-image {
  border-radius: 16px;
}

.utility-page-wrap {
  min-height: 970px;
  justify-content: center;
  align-items: center;
  padding: 129px 24px 60px;
  display: flex;
}

.utility-page-wrap._404, .utility-page-wrap.password-protected {
  position: relative;
  overflow: hidden;
}

.utility-page-content-password {
  width: 100%;
  max-width: 580px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #4e4b66;
  border-radius: 32px;
  flex-direction: column;
  padding: 72px 50px;
  display: flex;
  box-shadow: 0 2px 8px rgba(13, 10, 44, .06), 0 60px 80px rgba(74, 58, 255, .02), 0 40px 50px rgba(74, 58, 255, .05);
}

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

.input {
  height: 82px;
  color: #bebdd4;
  background-color: rgba(255, 255, 255, .06);
  border: 0 solid #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 20px;
  transition: color .35s, background-color .35s;
}

.input:hover, .input:focus, .input.-wfp-focus {
  color: #fff;
  background-color: rgba(255, 255, 255, .14);
}

.input::-ms-input-placeholder {
  color: #bebdd4;
}

.input::placeholder {
  color: #bebdd4;
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  height: 68px;
  margin-bottom: 16px;
}

.input.discounts {
  height: 72px;
  background-color: rgba(255, 255, 255, .06);
  flex: 0 auto;
  margin-bottom: 16px;
}

.input.discounts:hover {
  background-color: rgba(255, 255, 255, .14);
}

.input.discounts:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, .14);
}

._404-title {
  color: #fff;
  margin-bottom: 18px;
  font-size: 150px;
  font-weight: 700;
  line-height: 140px;
}

.container-medium-730px {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #4e4b66;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph.password, .paragraph._404 {
  margin-bottom: 40px;
}

.paragraph-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
}

.card.changelog {
  background-color: #1e143a;
  border-color: #4e4b66;
  margin-bottom: 40px;
  padding: 60px 50px;
}

.card.checkout {
  background-color: #1e143a;
  border-color: #4e4b66;
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.checkout-form {
  background-color: #0f0823;
  padding: 80px 0 150px;
}

.checkout-block-header {
  background-color: #1e143a;
  border-width: 0;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  background-color: #1e143a;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

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

.title.order-item {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.title.checkout-hero {
  color: #fff;
}

.split-content.checkout-left {
  flex-grow: 1;
  margin-right: 48px;
}

.split-content.checkout-right {
  flex-grow: 1;
  flex-basis: 380px;
}

.split-content.header-right {
  display: none;
}

.split-content.header-left {
  align-items: center;
  display: block;
}

.checkout-field-label {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}

.checkout-required-text {
  color: #bebdd4;
  font-size: 20px;
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

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

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
}

.image {
  background-image: url('../images/photo_2021-12-13-23.37.44.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  padding-bottom: 100%;
}

.image.order-item-image {
  width: auto;
  height: auto;
  border: 1px solid #4e4b66;
  border-radius: 16px;
}

.image.left {
  background-image: url('../images/unrevealed_bb.jpg');
  background-repeat: no-repeat;
  border-radius: 3vw;
  position: relative;
}

.image.left.desk-hide {
  display: none;
}

.order-item-wrapper {
  flex-wrap: wrap;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price {
  color: #fff;
  font-weight: 700;
}

.order-item-quantity-result {
  color: #fff;
}

.apple-pay {
  height: 56px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: #fff;
  font-weight: 500;
}

.order-summary-total {
  color: #fff;
  font-size: 20px;
}

.discounts {
  background-color: #1e143a;
  border-width: 0;
  flex-direction: column;
  padding: 10px 0 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 630px;
  color: #fff;
}

.cart-button {
  background-color: rgba(74, 58, 255, 0);
  border-radius: 80px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
}

.cart-quantity {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  transition: box-shadow .35s, transform .35s;
  box-shadow: 0 6px 16px rgba(35, 32, 70, .17);
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
  box-shadow: 0 8px 20px rgba(35, 32, 70, .26);
}

.bg-neutral-800 {
  background-color: #0f0823;
}

.button-container {
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: linear-gradient(65deg, #ed63f6, #6cf5de);
  border-radius: 80px;
  padding: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  transition: transform .35s;
  display: inline-block;
  box-shadow: 0 24px 34px rgba(74, 58, 255, .05), 0 9px 24px rgba(0, 0, 0, .45);
}

.button-container:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

.button-container.full-width.mg-top-16px {
  margin-top: 16px;
}

.container-header {
  max-width: 1240px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 90px;
  display: block;
}

.header-dropdown {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.header-dropdown:hover {
  background-color: rgba(0, 0, 0, 0);
}

.header-dropdown-toggle {
  color: #fff;
  padding: 0;
}

.bubble.shop-page {
  width: 160px;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.bubble.item-description {
  z-index: -1;
  width: 200px;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.donuts.shop-page {
  width: 180px;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.donuts.item-description {
  z-index: -1;
  width: 200px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 6%;
}

.products-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card-image {
  transform-style: preserve-3d;
  margin-bottom: 48px;
  transition: transform .35s;
}

.product-card-image:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.product-card-pricing {
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 26px;
}

.card-crystal {
  background-color: rgba(255, 255, 255, .01);
  border-radius: 50px;
  padding: 72px 56px;
  box-shadow: inset 0 39px 56px -56px rgba(255, 255, 255, .25), inset 0 7px 21px rgba(255, 255, 255, .2), inset 0 -82px 68px rgba(96, 68, 144, .18), inset 0 -98px 100px -108px rgba(202, 172, 255, .1), inset 0 4px 18px rgba(154, 146, 210, .15), inset 0 1px 40px rgba(227, 222, 255, .15);
}

.card-crystal.empty-state {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
}

.select {
  height: 82px;
  color: #bebdd4;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
}

.select-container {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .06);
  border-radius: 100px;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  transition: background-color .35s;
  display: flex;
}

.select-container:hover {
  background-color: rgba(255, 255, 255, .1);
}

.select-container.hide {
  display: none;
}

.footer-top {
  border-bottom: 1px solid #4e4b66;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
  display: flex;
}

.footer-bottom {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-top-left {
  align-items: center;
  display: flex;
}

.brand-logo {
  transform-style: preserve-3d;
  margin-left: -8px;
  padding-left: 0;
  transition: transform .35s;
}

.brand-logo:hover {
  transform: scale3d(.94, .94, 1.01);
}

.nav-container {
  flex-direction: row-reverse;
  display: flex;
}

.cart-desktop {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.cart-desktop.hide {
  display: none;
}

.cart-mobile {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: none;
}

.list-social-media {
  align-items: center;
  list-style-type: none;
  display: flex;
}

.underline-wrapper {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, .24);
  margin-top: 8px;
  position: relative;
}

.underline {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #edb8ff, #6148ff);
}

.link-wrapper {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.link-wrapper.learn-more-product {
  margin-top: 32px;
}

.link-white {
  color: #fff;
  transition: color .35s;
}

.link-white:hover {
  color: #a0a3bd;
}

.container-680px {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.mg-top-80px {
  margin-top: 80px;
}

.blob-shop-one {
  z-index: -2;
  max-width: 60%;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: -26%;
  right: auto;
}

.blob-shop-two {
  z-index: -2;
  max-width: 60%;
  opacity: .64;
  position: absolute;
  top: 56%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.grid-shop-single {
  grid-column-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
}

.link-product-container {
  color: #fff;
  text-decoration: none;
}

.link-product {
  transition: color .35s;
}

.link-product:hover {
  color: #4a3aff;
}

.product-main-image {
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
}

.product-title {
  font-size: 78px;
  line-height: 88px;
}

.product-pricing {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
}

.buttons-container-product {
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.container-medium-900px {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-h3-size {
  font-size: 36px;
  line-height: 38px;
}

.item-description-container {
  background-color: #1e143a;
  border-radius: 30px;
  padding: 72px 80px 60px;
}

.rich-text p {
  color: #bebdd4;
  margin-bottom: 32px;
}

.rich-text li {
  margin-bottom: 10px;
}

.rich-text ol, .rich-text ul {
  margin-bottom: 40px;
}

.rich-text figcaption {
  margin-top: 22px;
}

.rich-text img {
  border-radius: 32px;
}

.blur-item-description-shop {
  z-index: -1;
  max-width: 80%;
  position: absolute;
  top: auto;
  bottom: -18%;
  left: auto;
  right: -26%;
}

.blur-hero-shop {
  z-index: -1;
  max-width: 72%;
  position: absolute;
  top: 4%;
  bottom: 0%;
  left: -22%;
  right: auto;
}

.text-block {
  color: #fff;
}

.blur-404-page-one {
  z-index: -1;
  max-width: 50%;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -11%;
  right: auto;
}

.blur-404-page-two {
  z-index: -1;
  max-width: 50%;
  position: absolute;
  top: -14%;
  bottom: auto;
  left: auto;
  right: -11%;
}

.blur-password-page-one {
  z-index: -1;
  max-width: 50%;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -11%;
  right: auto;
}

.blur-password-page-two {
  z-index: -1;
  max-width: 50%;
  position: absolute;
  top: -14%;
  bottom: auto;
  left: auto;
  right: -11%;
}

.error-message {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 14px;
  margin-top: 24px;
  padding: 20px 22px;
}

.cart-wrapper {
  z-index: 2;
}

.cart-container {
  background-color: #1e143a;
  border-radius: 20px;
}

.cart-header {
  border-bottom-color: #4e4b66;
  padding-top: 26px;
  padding-bottom: 26px;
}

.close-button-cart {
  width: 20px;
  height: 20px;
  color: #fff;
  background-image: url('../images/close-button-nft-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .35s;
}

.close-button-cart:hover {
  transform: scale(.94);
}

.cart-footer {
  border-top-color: #4e4b66;
  padding-top: 32px;
}

.cart-subtotal {
  color: #fff;
}

.cart-file-options {
  color: #fff;
  font-weight: 700;
}

.cart-product-title {
  color: #fff;
  margin-bottom: 7px;
  font-weight: 700;
}

.cart-product-image {
  border: 1px solid #4e4b66;
  border-radius: 6px;
}

.cart-remove {
  margin-top: 12px;
}

.cart-title {
  font-size: 22px;
  line-height: 28px;
}

.empty-state {
  color: #fff;
  font-size: 20px;
}

.menu-grid-wrapper {
  min-width: 460px;
  background-color: #1e143a;
  border-radius: 24px;
  padding: 32px 38px 40px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, .4), inset 0 -76px 80px -44px rgba(255, 255, 255, .01), inset -1px -9px 48px rgba(255, 255, 255, .06);
}

.menu-grid {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  align-items: start;
}

.mega-menu-title {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 20px;
}

.mega-menu-link {
  color: #bebdd4;
  margin-bottom: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.mega-menu-link:hover {
  color: #4a3aff;
}

.mega-menu-container {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 26px;
}

.mega-menu-container.w--open {
  background-color: rgba(221, 221, 221, 0);
}

.social-media-icon {
  color: #fff;
  font-family: Icon Font, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: color .35s;
}

.social-media-icon:hover {
  color: #bebdd4;
}

.social-media-icon.facebook {
  font-size: 22px;
}

.social-media-icon.linkedin {
  font-size: 21px;
}

.social-media-icon.youtube {
  font-size: 19px;
}

.list-item-social-media {
  transform-style: preserve-3d;
  margin-left: 36px;
  transition: transform .35s;
}

.list-item-social-media:hover {
  transform: scale3d(.9, .9, 1.01);
}

.faq-wrapper {
  cursor: pointer;
  border-top: 1px solid rgba(156, 151, 211, .3);
  padding-top: 39px;
  padding-bottom: 39px;
  overflow: hidden;
}

.testimonial-slide {
  margin-right: 26px;
}

.body {
  color: #444;
  background-color: #444;
}

.model-viewer-wrap {
  height: 100%;
  max-height: none;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.js-clock {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 97px;
  line-height: 70px;
}

.clock-label {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 18px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
}

.container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.reveal-title {
  color: #f7f7fc;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Monument, sans-serif;
  font-size: 2.5vw;
}

.links {
  justify-content: center;
  display: flex;
}

.links.social {
  width: 100%;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 15px;
}

.links.social.mobile {
  justify-content: flex-end;
  align-self: stretch;
  padding-right: 0;
  display: flex;
}

.links.social.footer-social {
  display: block;
}

.logo {
  width: 128px;
  margin-left: 19px;
  margin-right: 19px;
}

.logo.social {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.logo.social.footer {
  background-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  margin-left: 0;
  padding-top: 0;
}

.logo.main {
  width: 51px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.model-viewer {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-logo {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-howto_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .15);
}

.navbar_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-howto_progress-bar-wrapper {
  width: 1px;
  height: 75%;
  background-color: rgba(255, 255, 255, .15);
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.footer4_logo-link {
  padding-left: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.padding-top.padding-xhuge {
  padding-top: 7rem;
}

.text-color-black {
  color: #101111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.home-press_item-link {
  height: 100%;
  border: 1px solid #565656;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.home-press_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.punks-slider_image {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
  border-radius: 20px;
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.home-sales_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.home-punks_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.navbar_button {
  color: #fff;
  letter-spacing: 0;
  background-color: #575858;
  border-radius: 100px;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  font-weight: 500;
  transition: all .2s;
}

.navbar_button:hover {
  color: #101111;
  background-color: #fff;
}

.navbar_button.blue {
  color: #c4ebff;
  background-color: rgba(99, 133, 150, .5);
}

.navbar_button.blue:hover {
  color: #101111;
  background-color: #fff;
}

.navbar_button.purple {
  color: #e5d0ff;
  background-color: rgba(142, 111, 181, .5);
}

.navbar_button.purple:hover {
  color: #101111;
  background-color: #fff;
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.home-press_item-content-bottom {
  border-radius: 0 0 1.5rem 1.5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  padding: 1rem 2rem;
  display: flex;
}

.home-howto_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.navbar_social-link {
  opacity: .75;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.button-tertiary {
  width: 100%;
  letter-spacing: 0;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.section-home-header {
  background-color: #101111;
}

.home-sales_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-top: 1.5rem;
}

.home-sales_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.button-wrapper.button-wrapper-center {
  margin-left: .5rem;
  margin-right: .5rem;
}

.navbar_logo-link {
  padding-left: 0;
}

.punks-slider_content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.home-howto_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.home-punks_image {
  border-radius: 2rem;
}

.punks-slider_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.home-howto_timeline-wrapper {
  position: relative;
}

.home-sales_content-top {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  justify-content: center;
  margin-bottom: 2rem;
  display: block;
}

.margin-bottom.margin-xsmall {
  color: #101111;
  margin-bottom: 1rem;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 5rem;
}

.margin-bottom.margin-xhuge {
  margin-bottom: 7rem;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 4rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

.footer_link {
  opacity: .75;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.footer_link:hover {
  text-decoration: underline;
}

.home-punks_heading-medium {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.home-punks_tabs-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #565656;
  border-radius: 1.5rem;
  padding: 2rem;
  display: block;
}

.home-punks_tabs-link.w--current {
  opacity: 1;
}

.home-punks_tabs-link.red {
  transition: all .2s;
}

.home-punks_tabs-link.red:hover {
  border-color: #fff;
}

.home-punks_tabs-link.red.w--current {
  background-color: #95554e;
  border-color: #95554e;
}

.home-punks_tabs-link.blue {
  transition: all .2s;
}

.home-punks_tabs-link.blue:hover {
  border-color: #fff;
}

.home-punks_tabs-link.blue.w--current {
  background-color: #638596;
  border-color: #638596;
  transition: all .2s;
}

.home-punks_tabs-link.blue.w--current:hover {
  background-color: #638596;
  border-color: #638596;
}

.home-punks_tabs-link.purple {
  transition: all .2s;
}

.home-punks_tabs-link.purple:hover {
  border-color: #fff;
}

.home-punks_tabs-link.purple.w--current {
  background-color: #8e6fb5;
  border-color: #8e6fb5;
}

.text-style-link {
  text-decoration: underline;
}

.section-home-howto {
  z-index: 1;
  background-color: #101111;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  position: relative;
}

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

.navbar_link {
  opacity: .75;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: all .2s;
}

.navbar_link:hover {
  opacity: 1;
  text-decoration: underline;
}

.navbar_link.w--current {
  color: #fff;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-secondary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 100px;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .2s;
}

.button-secondary-2:hover {
  border-color: #fff;
}

.button-secondary-2.invert-colors {
  color: #101111;
  border-color: rgba(16, 17, 17, .2);
}

.button-secondary-2.invert-colors:hover {
  border-color: #101111;
}

.button-secondary-2.button-small {
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.home-sales_mask {
  width: 33.33%;
  overflow: visible;
}

.home-sales_slide {
  padding-right: 1.5rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-small.align-center {
  margin-left: auto;
  margin-right: auto;
}

.home-punks_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.punks-slider_component {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-vertical.padding-xxlarge {
  padding-top: 5rem;
  padding-bottom: 0;
}

.footer_socials-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.text-color-darkgrey {
  color: #565656;
}

.text-align-center {
  text-align: center;
  justify-content: flex-start;
  display: flex;
}

.section-home-punks {
  z-index: 1;
  background-color: #101111;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  position: relative;
}

.footer_social-link {
  opacity: .75;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.home-sales_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.home-sales_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-home-sales {
  color: #101111;
  background-color: #fff;
  margin-top: -3rem;
  margin-bottom: -3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu {
  color: #fff;
  align-items: center;
  display: flex;
}

.navbar_component {
  height: 4.5rem;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: rgba(16, 17, 17, .95);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.home-sales_arrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(16, 17, 17, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  top: auto;
  left: 4rem;
  right: auto;
}

.home-sales_arrow:hover {
  border-color: #101111;
}

.home-sales_arrow.left {
  left: 0;
  right: auto;
}

.button {
  color: #101111;
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 100px;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #575757;
}

.home-howto_timeline-icon-wrapper {
  z-index: 1;
  background-color: #0f1111;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.home-howto_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer_credit-text {
  color: rgba(255, 255, 255, .75);
  font-size: .875rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-color-grey {
  color: #d5d6d6;
  margin-bottom: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.home-header_component {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-medium {
  font-weight: 700;
}

.navbar_social-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  margin-left: 2rem;
  display: grid;
}

.home-press_item-content-top {
  border-bottom: 1px solid #565656;
  border-radius: 1.5rem 1.5rem 0 0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 2rem;
  display: flex;
}

.punks-slider_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  grid-auto-columns: 10rem;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 1rem;
  display: grid;
}

.footer_bottom-link {
  color: rgba(255, 255, 255, .75);
  font-size: .875rem;
}

.home-punks_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-faq_content {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  border-top: 1px solid #565656;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  display: grid;
}

.home-press_logo {
  max-height: 1.25rem;
  color: #0f0823;
  object-fit: contain;
}

.home-press_logo.marketwatch {
  max-height: 1.5rem;
}

.home-howto_progress-bar {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}

.countdown-wrap {
  z-index: 20;
  height: auto;
  max-width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.html-embed {
  height: 100vh;
  color: #fff000;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed.unselectable {
  color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px;
  font-family: Monument, sans-serif;
}

.html-embed.no-select {
  width: 100vw;
  justify-content: flex-start;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-2 {
  color: #fff;
  letter-spacing: 0;
  background-color: #101111;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.heading-28 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-29 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.paragraph-18 {
  color: rgba(255, 255, 255, .8);
}

.heading-30 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.paragraph-19 {
  color: rgba(255, 255, 255, .8);
}

.hero-section {
  height: 100vh;
  background-image: url('../images/photo_2021-12-28-23.16.47_2.jpg');
  background-position: 50% 90%;
  background-size: cover;
  position: relative;
}

.hero-section.fullvh {
  color: #020202;
  background-image: none;
  background-size: auto;
}

.intro-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.intro-section.no-select {
  padding-left: 0;
  padding-right: 0;
}

.h1 {
  color: #03f;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: relative;
}

.h1.hide {
  display: none;
}

.bear-model-wrap {
  height: 100vh;
  margin-left: 0;
  padding-right: 0;
  position: relative;
}

.bear-model-wrap.no-select {
  width: 100vw;
}

.intro-copy {
  width: 50%;
}

.intro-copy.left {
  flex: 0 auto;
  padding-right: 60px;
}

.para-text {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Swiss 721", sans-serif;
  font-size: .65rem;
  font-weight: 300;
  line-height: 155%;
}

.para-text.small {
  max-width: 1060px;
  margin-top: 59px;
}

.para-text.small.point-text {
  margin-top: 0;
}

.para-text.small.point-text.text-color-black {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  align-self: stretch;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Monument, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 41px;
}

.para-text.small.point-text.text-color-black.sub-text {
  max-width: none;
  opacity: 1;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 16px;
  padding-right: 55px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.para-text.small.point-text.text-color-black.sub-text.hyphenate {
  margin-top: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 22px;
}

.para-text.story {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5vw;
  line-height: 155%;
}

.para-text.story.hyphenate {
  text-align: left;
  text-transform: uppercase;
  text-align: left;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  margin-bottom: 36px;
  font-family: "Swiss 721", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 180%;
}

.bears-info {
  max-width: 1400px;
}

.p-text.comm-text {
  color: #101111;
  margin-bottom: 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 140%;
}

.p-text.footer-text {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 160%;
  display: block;
}

.p-text.footer-text.yellowy {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 180%;
}

.p-text.social, .p-text.ar {
  color: #fff;
  letter-spacing: 3px;
  font-family: "Swiss 721", sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.p-text.comm-text {
  color: #101111;
  margin-bottom: 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 140%;
}

.p-text.footer-text {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 160%;
  display: block;
}

.p-text.footer-text.yellowy {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 180%;
}

.p-text.ar {
  color: #fff;
  letter-spacing: 3px;
  font-family: "Swiss 721", sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.points {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  align-content: start;
  align-items: start;
  justify-items: start;
  margin-top: 120px;
  margin-bottom: 170px;
}

.h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Monument, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 100%;
}

.h2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Monument, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 100%;
}

.h2.roadmap-heading {
  color: #000;
  text-align: center;
  margin-bottom: 3vw;
  font-size: 2.5vw;
}

.h2.white-heading {
  color: #fff;
  margin-bottom: 60px;
}

.h2.black {
  color: #101111;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 51px;
}

.h2.black.small {
  margin-bottom: 7px;
  font-size: 2vw;
}

.h2.black.large {
  margin-bottom: 0;
  font-size: 4.3vw;
}

.h2.small {
  margin-bottom: 16px;
  font-size: 2.5vw;
}

.point {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  display: grid;
}

.roadmap {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.roadmap.hide {
  display: none;
}

.roadmap.fullvh {
  background-image: url('../images/0d6674_9b9e65a93be341348dac7fa0b6007ea4~mv2.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.roadmap.fullvh.hide {
  display: none;
}

.roadmap-steps {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.p-heading.text-color-black {
  font-family: Space Grotesk, sans-serif;
  font-weight: 300;
}

.p-heading.text-color-black.quarter {
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-bottom: .2rem;
  padding-right: 0;
  font-family: Monument, sans-serif;
  font-size: 1.4vw;
  line-height: 100%;
  position: relative;
}

.p-heading.text-color-black.quarter.point-text {
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
}

.p-heading.text-color-black.phase {
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-bottom: .2rem;
  padding-right: 0;
  font-family: Monument, sans-serif;
  font-size: 1.4vw;
  line-height: 100%;
  position: relative;
}

.release-section {
  z-index: 10;
  height: 60vh;
  color: #101111;
  background-color: #fff000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 103px;
  padding-right: 103px;
  display: flex;
  position: relative;
}

.release-section.fullvh {
  background-color: #f5a339;
}

.bb-footer {
  height: 50vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 7vh 60px 30px;
  font-family: Space Grotesk, sans-serif;
  display: flex;
}

.bb-footer.fullvh {
  height: 50vh;
}

.text-span {
  color: #fff;
}

.text-span:hover {
  color: #ff0;
}

.text-span-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 180%;
  display: block;
}

.text-span-2:hover {
  color: #ff0;
}

.text-span-2.hide-temp {
  display: none;
}

.bear-intro-wrap {
  z-index: 1;
  max-width: 1200px;
  text-align: center;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 70vh;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.text-wrap {
  border-bottom: 0 solid rgba(0, 0, 0, .3);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 100%);
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-items: center;
  padding-right: 0;
  display: block;
}

.bb-button {
  color: #ff0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff0;
  border-radius: 16px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 300;
  transition-property: background-color;
  transition-duration: .15s;
}

.bb-button:hover {
  color: #ff0;
  background-color: rgba(255, 255, 255, .1);
}

.top-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.top-wrap:hover {
  color: #ff0;
}

.link {
  text-decoration: none;
}

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

.example-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 167px;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
}

.images-wrap {
  width: 100vw;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -15%;
  margin-right: -15%;
  display: grid;
}

.hover-zone-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.link-2 {
  text-decoration: none;
  display: block;
}

.info-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: relative;
}

.scroll-snap-wrapper {
  width: 100vw;
  height: 100vh;
  display: block;
  overflow: scroll;
}

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

.text-section1 {
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.text-section1.fullvh {
  width: 100vw;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
}

.text-section2 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.reveal-section {
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.reveal-bear {
  width: 25%;
  height: 100%;
  background-image: url('../images/unrevealed_bb.jpg');
  background-position: 79%;
  background-size: cover;
  flex: 25 auto;
}

.reveal-bear:hover {
  background-color: #fff000;
}

.reveal-bear._1 {
  width: 20%;
  background-color: #090011;
  background-image: url('../images/Wooden.png');
  background-position: 79% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 25 0 auto;
  transition: all .5s, width .5s;
  display: block;
}

.reveal-bear._1:hover {
  width: 50%;
  background-position: 50%;
}

.reveal-hover {
  height: 100%;
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 27px;
  transition: opacity .2s;
  display: flex;
}

.reveal-hover:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.community {
  z-index: 10;
  background-color: #222;
  padding: 100px;
  display: none;
  position: relative;
}

.tab-link-tab-1 {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s, color .35s;
}

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

.tab-link-tab-1.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  margin-right: 5%;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s, color .35s;
  display: flex;
}

.tabs-menu {
  width: 60%;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.div-block-3 {
  width: 140px;
  height: 140px;
  background-color: #000;
  background-image: url('../images/photo_2022-01-07-23.08.38.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5000px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-2 {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s, color .35s;
}

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

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

.tab-link-tab-3 {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5%;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s, color .35s;
}

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

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

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

.link-block {
  flex: 0 auto;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 16px;
  text-decoration: none;
  transition: opacity .2s, color .35s;
}

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

.div-block-5 {
  height: 100%;
  display: flex;
}

.reveal-bear-details {
  color: #f7f7fc;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Swiss 721", sans-serif;
  font-size: .8vw;
}

.reveal-bear-details.intro {
  margin-right: 23px;
  padding-right: 0;
  font-family: "Swiss 721", sans-serif;
  font-size: .8vw;
  line-height: 13px;
}

.div-block-6 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ar-inform-button {
  z-index: 999;
  max-width: 240px;
  min-height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 3%;
}

.ar-inform-button:hover {
  opacity: 1;
}

.html-embed-3 {
  width: 14px;
  color: #fff;
  margin-right: 13px;
  padding-right: 0;
}

.html-embed-4 {
  width: 26px;
  color: #101111;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.bear-id {
  z-index: 100;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 3%;
  right: auto;
}

.bear-id:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.bear-id.reveal {
  align-items: flex-end;
  position: static;
}

.roadmap-point {
  opacity: 1;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  transition: opacity .2s;
  display: flex;
}

.roadmap-point:hover {
  opacity: .6;
}

.roadmap-info {
  opacity: 1;
  padding-right: 8vw;
  overflow: hidden;
}

.teaser-section {
  height: 100vh;
  background-image: url('../images/photo_2021-12-28-23.16.47.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.teaser-section.fullvh {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

.top-left-wrap {
  padding-right: 0;
}

.spacer {
  height: 50px;
  display: block;
}

.spacer.small {
  height: 15px;
  display: block;
}

.reveal-bear-arrow {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  padding-right: 50px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  max-width: 70px;
  min-width: 30px;
  line-height: 0;
  display: block;
}

.div-block-8 {
  flex: 0 auto;
  align-self: stretch;
}

.arrow {
  flex: 1;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-9 {
  align-items: center;
  display: flex;
}

.div-block-10 {
  width: 100%;
  flex: 0 auto;
  align-self: center;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.image-6 {
  display: block;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: auto;
  margin-bottom: 100px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
  padding-left: 0;
}

.accordion__item {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.accordion__item:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.dots {
  z-index: -100;
  opacity: .25;
  background-image: url('../images/0d6674_5ab4f9b2087b49cf8377c6638786669b~mv2.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rotate {
  direction: ltr;
  text-transform: none;
  white-space: normal;
  transform-style: preserve-3d;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.background-video {
  height: 100vh;
  flex: 1;
  position: relative;
  transform: rotate(0);
}

.intro-video {
  width: 50vw;
  height: 100vh;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.marquee-horizontal {
  z-index: 200;
  width: 100%;
  height: 40px;
  background-color: #f5a339;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #101111;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Monument, sans-serif;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  font-family: Monument, sans-serif;
  font-size: 30px;
}

.section-subheading.center {
  color: rgba(115, 115, 115, .74);
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.filter-controls {
  justify-content: space-between;
  padding: 20px 15px 15px;
  display: flex;
}

.mix-container {
  padding: 20px 13px 13px;
}

.image-7 {
  width: 100%;
  max-width: none;
  display: block;
}

.section-title-group {
  margin-bottom: 62px;
}

.filter-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 500px;
}

.mix {
  width: 25%;
  float: left;
  padding: 10px;
  text-decoration: none;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-item {
  width: 100%;
  height: 100%;
  color: #d3d4d4;
  letter-spacing: -.4px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.nav-item:hover {
  color: #8f00ff;
}

.nav-item.w--current {
  color: #000;
}

.accordion-2 {
  z-index: 1;
  width: 100%;
  height: 30vh;
  max-height: 90vh;
  min-height: 0;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion-2:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px rgba(211, 212, 212, .4);
}

.numbers {
  z-index: 10;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.marquee-text-2 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
}

.marquee-text-2.alt {
  color: #dad4c9;
  font-style: italic;
}

.image-container {
  z-index: -1;
  width: 100%;
  height: 87vh;
  align-items: flex-end;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.track-horizontal-alt-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.accordion-label {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monument, sans-serif;
  font-size: 5vh;
  line-height: 120%;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 8vw;
}

.accordion-label.show-mvp {
  display: none;
}

.flex-fix {
  flex: 1;
}

.accordions {
  height: 100vh;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.section-2 {
  width: 100%;
  height: 100%;
}

.accordion-3 {
  width: 10%;
  height: 100%;
  color: #fff;
  background-color: #636060;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion-3.active {
  width: 70%;
  background-color: rgba(99, 96, 96, 0);
}

.spacer-2 {
  width: 100%;
  height: 100px;
}

.vertical-text {
  z-index: 10;
  font-size: 20px;
  position: relative;
}

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

.accordion-header-3 {
  z-index: 10;
  width: 8vw;
  height: 100%;
  opacity: 1;
  border-left: 1px solid #888585;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.marquee-horizontal-2 {
  z-index: 100;
  width: 100%;
  height: 40px;
  background-color: #636060;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-cover {
  width: 100vw;
  height: 100%;
  max-height: 80vh;
  max-width: 100vw;
  opacity: 1;
  object-fit: cover;
}

.accordian-copy {
  width: 50%;
  position: absolute;
  top: 74px;
  left: 8vw;
}

.accordian-copy.left {
  width: 50%;
  flex: 0 auto;
  padding-right: 60px;
}

.image-8 {
  border-radius: 200px;
}

.text-span-3 {
  color: #bebdd4;
}

.text-span-4 {
  color: #fff000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header-wrapper {
  max-width: 1200px;
  flex: 1;
  display: flex;
}

.sub-headline {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-family: Monument, sans-serif;
  font-size: 20px;
}

.text-span-5 {
  font-weight: 300;
}

.above-headline {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  margin-bottom: 4px;
  font-family: "Swiss 721", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.small-title {
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 42px;
}

.background-video-2 {
  flex: 1;
}

.filter-button-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 500px;
}

.sub-headline-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-family: Monument, sans-serif;
  font-size: 20px;
}

.clock-label-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 18px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
}

.bear-id-2 {
  z-index: 100;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 3%;
  right: auto;
}

.bear-id-2:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.bear-id-2.reveal {
  align-items: flex-end;
  position: static;
}

.marquee-text-3 {
  color: #101111;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Monument, sans-serif;
}

.reveal-bear-2 {
  width: 25%;
  height: 100%;
  background-image: url('../images/unrevealed_bb.jpg');
  background-position: 79%;
  background-size: cover;
  flex: 25 auto;
}

.reveal-bear-2:hover {
  background-color: #fff000;
}

.reveal-bear-2._1 {
  width: 20%;
  background-color: #090011;
  background-image: url('../images/Wooden.png');
  background-position: 79% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 25 0 auto;
  transition: all .5s, width .5s;
  display: block;
}

.reveal-bear-2._1:hover {
  width: 50%;
  background-position: 50%;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  font-family: Monument, sans-serif;
  font-size: 30px;
}

.release-section-2 {
  z-index: 10;
  height: 60vh;
  color: #101111;
  background-color: #fff000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 103px;
  padding-right: 103px;
  display: flex;
  position: relative;
}

.release-section-2.fullvh {
  background-color: #f5a339;
}

.ar-inform-button-2 {
  z-index: 999;
  max-width: 240px;
  min-height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 3%;
}

.ar-inform-button-2:hover {
  opacity: 1;
}

.model-viewer-wrap-2 {
  height: 100%;
  max-height: none;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.above-headline-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  margin-bottom: 4px;
  font-family: "Swiss 721", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.html-embed-5 {
  width: 26px;
  color: #101111;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.reveal-bear-details-2 {
  color: #f7f7fc;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Swiss 721", sans-serif;
  font-size: .8vw;
}

.reveal-bear-details-2.intro {
  margin-right: 23px;
  padding-right: 0;
  font-family: "Swiss 721", sans-serif;
  font-size: .8vw;
  line-height: 13px;
}

.model-viewer-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.clock-number-2 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 97px;
  line-height: 70px;
}

.h1-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Monument, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.reveal-title-2 {
  color: #f7f7fc;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Monument, sans-serif;
  font-size: 2.5vw;
}

.h3-2 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Monument, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 100%;
}

.html-embed-6 {
  height: 100vh;
  color: #fff000;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-6.unselectable {
  font-family: Monument, sans-serif;
}

.html-embed-6.no-select {
  width: 100vw;
  justify-content: flex-start;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Monument, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 100%;
}

.h2-2.black {
  color: #101111;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 51px;
}

.h2-2.black.small {
  margin-bottom: 7px;
  font-size: 2vw;
}

.h2-2.black.large {
  margin-bottom: 0;
  font-size: 4.3vw;
}

.h2-2.small {
  margin-bottom: 16px;
  font-size: 2.5vw;
}

.h2-2.white-heading {
  color: #fff;
  margin-bottom: 60px;
}

.h2-2.roadmap-heading {
  color: #000;
  text-align: center;
  margin-bottom: 3vw;
  font-size: 2.5vw;
}

.html-embed-7 {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.body-3 {
  background-color: #eff0f6;
}

.is__prompt {
  opacity: 0;
  white-space: nowrap;
  justify-content: center;
  font-size: .78125rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -2.2rem;
  left: 0%;
  right: 0%;
}

.is__prompt.gstar {
  color: #eee;
}

.cover__bacrground {
  z-index: -1;
  background-color: #2c2c2c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header__logo-wrapper {
  align-items: flex-start;
  margin-top: .3rem;
  display: flex;
}

.text-block-5 {
  letter-spacing: 1.5px;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.text-block-5.mint-countdown-text {
  font-family: "Swiss 721 roman", sans-serif;
  font-weight: 400;
}

.text-block-5.hide {
  display: none;
}

.mute_bt {
  width: 50px;
  height: 50px;
  position: relative;
  top: auto;
  left: auto;
}

.header-separator {
  display: none;
}

.video_click_div {
  cursor: pointer;
  position: relative;
  bottom: 37px;
  right: 47px;
}

.shutter__lottie {
  width: 20.8333rem;
  opacity: 0;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
}

.cover__buttons-wrapper {
  z-index: 1;
  opacity: 0;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 10%;
}

.cover__buttons-wrapper.is__shuffle-button {
  top: auto;
  bottom: auto;
  left: 10%;
  right: auto;
}

.see-in-ar-button {
  width: 13.2813rem;
  height: 13.2813rem;
  max-height: 350px;
  max-width: 350px;
  color: #313131;
  letter-spacing: .7px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1.01563rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.see-in-ar-button:hover {
  color: #313131;
}

.see-in-ar-button.is-qr-div {
  width: 16.7188rem;
  height: 16.7188rem;
}

.header__link {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: -.78125rem;
  margin-bottom: -.78125rem;
  padding: .78125rem 1.95313rem;
  font-size: .78125rem;
  line-height: 120%;
  text-decoration: none;
  transition-property: none;
  display: inline-block;
}

.header__link.header__link_desk-only {
  letter-spacing: .234375rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-right: 1.40625rem;
  line-height: 101%;
}

.header__link.header__link_desk-only.mint {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

.header__link.header__link_desk-only.mint:hover {
  color: #fff;
}

.logo__embed-part-1 {
  width: 8.75rem;
}

.is__play-video {
  z-index: 50;
  width: 13.75rem;
  height: 13.75rem;
  cursor: pointer;
  background-color: #5d5c98;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.header__social-link {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -1.17188rem;
  margin-bottom: -1.17188rem;
  margin-left: -1.17188rem;
  padding: 1.17188rem;
  font-size: .78125rem;
  line-height: 120%;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.header__social-link.discord {
  overflow: visible;
}

.is__header {
  z-index: 999;
  max-width: 1920px;
  color: #e8e6e3;
  flex: none;
  justify-content: space-between;
  padding-top: 1.5625rem;
  padding-left: 5.46875rem;
  padding-right: 5.46875rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mute_bt_off {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo__embed-part-2 {
  width: 6.25rem;
}

.html-embed-8 {
  width: 2.03125rem;
  margin-top: .5rem;
  margin-left: .6rem;
}

.video-embed {
  object-position: 50% 0%;
}

.video-embed.is-mobile {
  display: none;
}

.video-embed.is-desctop {
  object-position: 50% 50%;
  display: block;
}

.video-embed.is-tablet {
  display: none;
}

.is__model-embed {
  width: 100%;
  height: 100vh;
  transform-origin: 50% 0;
  object-fit: contain;
  flex: none;
  display: block;
  position: static;
}

.cover-wrapper {
  width: 100%;
  height: 100vh;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scrolldown-icon-wrapper {
  width: 100px;
  color: #e8e6e3;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.95313rem;
  font-size: .8rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3vh;
  left: auto;
  right: auto;
}

.shutter {
  z-index: -1;
  width: 1px;
  height: 1px;
  background-color: #313131;
  border-radius: 50%;
  transition: all .4s cubic-bezier(.445, .05, .55, .95);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__desktop-link-icon {
  width: 1.95313rem;
  height: 1.95313rem;
}

.header__desktop-link-icon.discord {
  padding-left: 1px;
  padding-right: 1px;
}

.header__desktop-link-icon.os {
  padding-left: 2px;
  padding-right: 2px;
}

.header__desktop-link-icon.twitter {
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.header__links-wrapper {
  align-items: center;
  margin-right: -1.95313rem;
  display: flex;
}

.header__link-icon {
  display: none;
}

.model-wrapper {
  z-index: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.is__model {
  width: 100%;
  height: 100vh;
  transform-origin: 50% 0;
  object-fit: contain;
  flex: none;
  display: block;
  position: static;
}

.is__model.is-hide {
  display: none;
}

.video_click_wrap {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cover__description-wrapper {
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3.9rem;
  left: 0%;
  right: 0%;
}

.cover__description-wrapper.gstar {
  display: none;
}

.cover__content {
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cover__content.gstar {
  max-width: 100vw;
}

.cover__buttons-wrapper-mobile {
  z-index: 1;
  opacity: 0;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 10%;
  right: auto;
}

.is__scroll-lottie {
  width: 3rem;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: auto;
  right: auto;
}

.section-3.is__video {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-3.is__cover {
  width: 100%;
  height: 400vh;
  padding-top: 0;
  padding-bottom: 0;
}

.see-button__background {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: 50%;
  position: absolute;
}

.hero__wrapper {
  width: 100%;
  height: 100%;
  color: #e8e6e3;
  text-align: center;
  text-transform: uppercase;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  line-height: 170%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__wrapper.gstar.hide {
  display: none;
}

.hero__text-wrpper {
  width: 50vw;
  letter-spacing: 1.5px;
  white-space: nowrap;
  flex: 1;
  align-self: center;
  line-height: 1.5;
}

.hero__text-wrpper.gstar {
  width: 50%;
  white-space: normal;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cover__main-text {
  width: 70%;
  transform-origin: 50% 0;
  color: #e8e6e3;
  display: block;
}

.header_link-text:hover {
  color: #fff;
}

.text-block-4 {
  letter-spacing: 2px;
  line-height: 100%;
}

.is__qr {
  width: 8.20313rem;
  opacity: 0;
  position: absolute;
}

.text-block-10 {
  text-align: center;
  white-space: normal;
  flex: 0 auto;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1.7;
  display: block;
  overflow: visible;
}

.html-embed-9 {
  display: none;
}

.image-9 {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.image-10 {
  max-width: 80%;
}

.shuffle-btn__icon-mob {
  display: none;
}

.link-block-5 {
  width: auto;
  color: #393939;
  letter-spacing: .15rem;
  border: 1px solid #393939;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 23px;
  font-family: "Swiss 721 roman", sans-serif;
  font-size: .8375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.link-block-5:hover {
  opacity: .7;
  color: #313131;
  background-color: #eee;
}

.shuffle-button {
  width: 13.2813rem;
  height: 13.2813rem;
  max-height: 350px;
  max-width: 350px;
  color: #f4f0ef;
  letter-spacing: .7px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.01563rem;
  text-decoration: none;
  transition-property: all;
  display: flex;
}

.shuffle-button:hover {
  color: #f4f0ef;
}

.shuffle-button.see-button__background {
  z-index: 0;
  width: 16.7188rem;
  height: 16.7188rem;
  position: static;
}

.text-block-99 {
  letter-spacing: 1.5px;
  justify-content: center;
  font-family: "Swiss 721 roman", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.text-block-99.hide {
  display: none;
}

.section-4.is__cover {
  width: 100%;
  height: 400vh;
  padding-top: 0;
  padding-bottom: 0;
}

.shuffle-btn__icon {
  width: 6.09375rem;
  height: 2.51719rem;
  color: #3a3a3a;
}

.text-block-13 {
  font-size: .8375rem;
}

@media screen and (min-width: 1440px) {
  .display-2 {
    font-size: 50px;
    line-height: 56px;
  }

  .section.checkout-hero, .section.short {
    background-color: #1e143a;
  }

  .divider.utility-pages {
    background-color: #4e4b66;
  }

  .grid-shop-single {
    grid-template-columns: 1fr .9fr;
  }

  .product-pricing {
    margin-top: 32px;
  }

  .rich-text h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .model-viewer-wrap {
    z-index: 10;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .js-clock {
    margin-top: 20px;
  }

  .clock-number {
    font-size: 97px;
  }

  .clock-label {
    margin-top: 18px;
    font-size: 20px;
  }

  .reveal-title {
    font-size: 2.5vw;
  }

  .links.social.mobile {
    padding-right: 0;
  }

  .logo.social {
    width: 20px;
  }

  .logo.main {
    width: 50px;
    margin-left: 0;
  }

  .model-viewer {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-26 {
    font-family: Space Grotesk, sans-serif;
    font-size: 3.5rem;
    line-height: 1.2px;
  }

  .countdown-wrap {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-section {
    height: 100vh;
  }

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

  .intro-copy.left {
    flex-direction: column;
    order: 0;
    align-self: auto;
    display: flex;
  }

  .para-text.small.point-text.text-color-black {
    font-size: 24px;
  }

  .para-text.small.point-text.text-color-black.sub-text {
    height: 0;
    opacity: 0;
  }

  .para-text.small.point-text.text-color-black.sub-text.hyphenate {
    height: auto;
    opacity: 1;
    font-size: 17px;
    line-height: 28px;
  }

  .p-text.social, .p-text.ar, .p-text.ar {
    font-size: 13px;
  }

  .h2.roadmap-heading {
    margin-bottom: 3vw;
  }

  .point {
    grid-row-gap: 40px;
  }

  .roadmap {
    align-items: center;
    padding-top: 10vh;
  }

  .roadmap-steps {
    max-width: 1200px;
  }

  .p-heading.text-color-black.quarter, .p-heading.text-color-black.phase {
    font-size: 24px;
  }

  .release-section {
    padding: 8vw;
    font-size: 40px;
  }

  .bear-intro-wrap {
    padding-bottom: 0;
  }

  .text-wrap {
    font-size: 15px;
  }

  .bb-button {
    padding: 20px 40px;
    font-size: 30px;
  }

  .text-section1.fullvh {
    align-items: center;
  }

  .reveal-bear._1 {
    transition: all .2s;
  }

  .reveal-bear._1:hover {
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .community {
    padding: 8vw;
    font-size: 40px;
  }

  .div-block-3 {
    width: 250px;
    height: 250px;
  }

  .reveal-bear-details, .reveal-bear-details.intro {
    font-size: 13px;
  }

  .ar-inform-button {
    max-width: 270px;
    transition: height .2s, opacity .2s;
  }

  .bear-id {
    transition: opacity .2s;
  }

  .roadmap-info {
    opacity: 1;
  }

  .text-block-2 {
    color: #fff;
    text-align: left;
    font-family: Monument, sans-serif;
    font-size: 30px;
  }

  .accordian-copy.left {
    flex-direction: column;
    order: 0;
    align-self: auto;
    display: flex;
  }

  .sub-headline, .above-headline, .sub-headline-2 {
    color: #fff;
    text-align: left;
    font-family: Monument, sans-serif;
    font-size: 30px;
  }

  .clock-label-2 {
    margin-top: 18px;
    font-size: 20px;
  }

  .bear-id-2 {
    transition: opacity .2s;
  }

  .reveal-bear-2._1 {
    transition: all .2s;
  }

  .reveal-bear-2._1:hover {
    background-position: 50% 100%;
    background-size: cover;
  }

  .text-block-3 {
    color: #fff;
    text-align: left;
    font-family: Monument, sans-serif;
    font-size: 30px;
  }

  .release-section-2 {
    padding: 8vw;
    font-size: 40px;
  }

  .ar-inform-button-2 {
    max-width: 270px;
    transition: height .2s, opacity .2s;
  }

  .model-viewer-wrap-2 {
    z-index: 10;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .above-headline-2 {
    color: #fff;
    text-align: left;
    font-family: Monument, sans-serif;
    font-size: 30px;
  }

  .reveal-bear-details-2, .reveal-bear-details-2.intro {
    font-size: 13px;
  }

  .model-viewer-2 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .clock-number-2 {
    font-size: 97px;
  }

  .reveal-title-2 {
    font-size: 2.5vw;
  }

  .html-embed-6 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h2-2.roadmap-heading {
    margin-bottom: 3vw;
  }

  .is__prompt {
    bottom: -2.5rem;
  }

  .scrolldown-icon-wrapper {
    bottom: 0;
  }

  .cover__description-wrapper {
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
  }

  .text-block-10 {
    font-size: .9rem;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    max-width: none;
    object-fit: fill;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .image {
    background-image: url('../images/photo_2021-12-13-20.36.35.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding-bottom: 100%;
    padding-right: 0;
  }

  .bubble.item-description {
    left: 19%;
  }

  .donuts.item-description {
    right: 22%;
  }

  .blob-shop-one, .blob-shop-two {
    top: -37%;
    right: -4%;
  }

  .model-viewer-wrap {
    max-width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .reveal-title {
    font-size: 2.5vw;
    line-height: 100%;
  }

  .links.social {
    width: 100%;
  }

  .logo.social {
    width: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .countdown-wrap {
    max-width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-section {
    background-position: 50% 90%;
    display: block;
  }

  .para-text {
    margin-top: 8vw;
  }

  .para-text.small {
    max-width: 1110px;
    font-size: 30px;
  }

  .para-text.small.point-text.text-color-black {
    max-width: none;
  }

  .para-text.small.point-text.text-color-black.sub-text {
    display: none;
  }

  .para-text.small.point-text.text-color-black.sub-text.hyphenate {
    padding-right: 0;
    font-size: 18px;
    display: block;
  }

  .para-text.story {
    margin-top: 0;
  }

  .bears-info {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-text.comm-text, .p-text.social {
    line-height: 120%;
  }

  .p-text.ar {
    font-size: 13px;
    line-height: 120%;
  }

  .p-text.comm-text {
    line-height: 120%;
  }

  .p-text.ar {
    font-size: 13px;
    line-height: 120%;
  }

  .points {
    max-width: 1500px;
    grid-column-gap: 100px;
    grid-row-gap: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .roadmap {
    padding: 5vw 10vw 10vw;
  }

  .roadmap-steps {
    max-width: 1200px;
  }

  .text-span-2.hide-temp {
    display: none;
  }

  .bear-intro-wrap {
    align-items: center;
  }

  .text-wrap {
    grid-column-gap: 4vw;
    border-bottom-width: 0;
    grid-template-columns: 1fr 3vw;
  }

  .example-images {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .points-wrapping {
    flex: 1;
  }

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

  .info-section, .reveal-section {
    margin-top: -3vw;
  }

  .reveal-bear {
    width: 20%;
  }

  .reveal-bear._1 {
    width: 20%;
    background-size: 100vh;
  }

  .reveal-bear._1:hover {
    background-size: cover;
  }

  .div-block-3 {
    max-height: 400px;
    max-width: 400px;
  }

  .link-block {
    margin-right: 30px;
  }

  .reveal-bear-details {
    font-size: 13px;
    line-height: 35px;
  }

  .ar-inform-button {
    transition: opacity .2s;
  }

  .ar-inform-button:hover {
    opacity: .7;
  }

  .roadmap-info {
    padding-right: 8vw;
  }

  .reveal-bear-2 {
    width: 20%;
  }

  .reveal-bear-2._1 {
    width: 20%;
    background-size: 100vh;
  }

  .reveal-bear-2._1:hover {
    background-size: cover;
  }

  .ar-inform-button-2 {
    transition: opacity .2s;
  }

  .ar-inform-button-2:hover {
    opacity: .7;
  }

  .model-viewer-wrap-2 {
    max-width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .reveal-bear-details-2 {
    font-size: 13px;
    line-height: 35px;
  }

  .reveal-title-2 {
    font-size: 2.5vw;
    line-height: 100%;
  }

  .is__prompt {
    bottom: -2.2rem;
  }

  .cover__buttons-wrapper {
    opacity: 0;
    font-size: 22px;
  }

  .cover__buttons-wrapper.is__shuffle-button {
    opacity: 0;
  }

  .see-in-ar-button.is-qr-div {
    font-size: 22px;
  }

  .header__link {
    font-size: 15px;
  }

  .logo__embed-part-1 {
    width: 150px;
  }

  .header__social-link {
    font-size: 15px;
  }

  .is__header {
    margin-left: auto;
    margin-right: auto;
  }

  .logo__embed-part-2 {
    width: 110px;
  }

  .video-embed {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cover__description-wrapper {
    opacity: 0;
    font-size: 24px;
  }

  .cover__content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .cover__buttons-wrapper-mobile {
    opacity: 0;
    font-size: 22px;
  }

  .hero__wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero__text-wrpper {
    width: 1000px;
    font-size: 18px;
  }

  .shuffle-button {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 88px;
    line-height: 94px;
  }

  h2 {
    font-size: 66px;
    line-height: 72px;
  }

  h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .hidden-tablet, .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .section-styleguide {
    padding-top: 139px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 34px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary {
    padding: 24px 64px;
    font-size: 20px;
    line-height: 22px;
  }

  .button-primary.small {
    padding: 20px 36px;
  }

  .button-secondary {
    font-size: 20px;
    line-height: 22px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-item-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-item-wrapper.cart {
    margin-left: 16px;
  }

  .nav-item-wrapper.button {
    display: block;
  }

  .nav-link {
    font-size: 28px;
    line-height: 30px;
  }

  .nav-link.footer {
    border-top-width: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 20px;
    display: block;
  }

  .menu-button {
    width: 55px;
    height: 55px;
    min-width: 55px;
    color: #fff;
    background-image: linear-gradient(311deg, #6148ff, #edb8ff);
    border-radius: 80px;
    padding: 0;
    font-size: 30px;
    transition: transform .35s;
  }

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

  .menu-button.w--open {
    background-color: #3527d8;
  }

  .nav-menu {
    background-color: #0f0823;
    padding: 36px 30px;
    display: none;
    box-shadow: 0 4px 10px rgba(74, 58, 255, .18);
  }

  .display-2._404 {
    font-size: 40px;
    line-height: 50px;
  }

  .footer-logo-container {
    margin-left: -6px;
  }

  .footer-nav {
    margin-top: 24px;
  }

  .footer-nav-item {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .utility-page-content-404.card-crystal._404 {
    padding-left: 48px;
    padding-right: 48px;
  }

  ._404-title {
    font-size: 130px;
    line-height: 120px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image.left.desk-hide {
    display: none;
  }

  .button-container.full-width {
    width: 100%;
    max-width: 100%;
  }

  .container-header {
    padding-left: 27px;
    padding-right: 27px;
  }

  .header-dropdown {
    flex: 1;
  }

  .header-dropdown-toggle {
    font-size: 28px;
    line-height: 32px;
  }

  .bubble.shop-page {
    z-index: -1;
    width: 150px;
    left: -8%;
  }

  .bubble.item-description {
    width: 170px;
    top: 4%;
    left: -5%;
  }

  .donuts.shop-page {
    z-index: -1;
    width: 150px;
    right: -10%;
  }

  .donuts.item-description {
    width: 180px;
    bottom: 3%;
    right: -5%;
  }

  .card-crystal {
    padding: 57px 32px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-top-left {
    flex-direction: column;
  }

  .cart-desktop {
    flex-direction: column;
    display: none;
  }

  .cart-mobile {
    flex-direction: column;
    display: block;
  }

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

  .menu-button-icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button-icon {
    width: 25px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .menu-line-top, .menu-line-middle, .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .list-social-media {
    margin-top: 40px;
    padding-left: 0;
  }

  .blob-shop-one, .blob-shop-two {
    max-width: 80%;
  }

  .grid-shop-single {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .item-description-container {
    padding-left: 52px;
    padding-right: 52px;
  }

  .blur-404-page-one {
    max-width: 80%;
    left: -29%;
  }

  .blur-404-page-two {
    max-width: 80%;
    right: -29%;
  }

  .blur-password-page-one {
    max-width: 80%;
    left: -29%;
  }

  .blur-password-page-two {
    max-width: 80%;
    right: -29%;
  }

  .mega-menu-container {
    margin-top: 24px;
  }

  .list-item-social-media {
    margin-left: 18px;
    margin-right: 18px;
  }

  .faq-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box {
    margin-left: 18px;
    margin-right: 18px;
  }

  .logo {
    width: 99px;
  }

  .home-howto_timeline-step {
    grid-column-gap: 24px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-press_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home-sales_component {
    padding-left: 0;
    padding-right: 0;
  }

  .home-punks_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .navbar_button {
    width: 100%;
    background-color: #101111;
    margin-top: 1rem;
    margin-left: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .navbar_button.blue {
    color: #638596;
    background-color: rgba(99, 133, 150, .25);
  }

  .navbar_button.purple {
    color: #8e6fb5;
    background-color: rgba(142, 111, 181, .25);
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home-howto_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .navbar_social-link {
    opacity: 1;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home-sales_content-top {
    grid-column-gap: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-punks_heading-medium {
    font-size: 1.75rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .navbar_link {
    width: auto;
    opacity: 1;
    text-align: center;
    padding: .75rem 0;
    font-size: 18px;
  }

  .home-sales_mask {
    width: 50%;
  }

  .home-sales_slide {
    padding-right: 2rem;
  }

  .home-punks_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar_menu {
    color: #101111;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    border-radius: 1.5rem;
    justify-content: center;
    padding: 1.5rem 5% 2rem;
    left: 5%;
    right: 5%;
    overflow: auto;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_social-wrapper {
    justify-content: center;
    justify-items: center;
    margin-top: 2rem;
    margin-left: 0;
  }

  .home-faq_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .intro-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h1 {
    font-size: 60px;
  }

  .para-text {
    margin-top: 0;
    font-size: 20px;
  }

  .para-text.small, .para-text.small.point-text, .para-text.small.point-text.text-color-black {
    font-size: 20px;
  }

  .p-text.comm-text {
    margin-bottom: 60px;
    font-size: 20px;
  }

  .p-text.social {
    font-size: 16px;
  }

  .p-text.ar {
    font-size: 20px;
  }

  .p-text.comm-text {
    margin-bottom: 60px;
    font-size: 20px;
  }

  .p-text.ar {
    font-size: 20px;
  }

  .points {
    margin-top: 87px;
  }

  .h3 {
    font-size: 17px;
  }

  .h2.white-heading {
    margin-bottom: 42px;
  }

  .roadmap {
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .roadmap-steps {
    padding-bottom: 139px;
  }

  .p-heading.text-color-black.quarter, .p-heading.text-color-black.phase {
    width: 140px;
  }

  .release-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .bb-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .info-section {
    margin-top: -32px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .text-section1, .text-section2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .community {
    border-radius: 80px;
    padding: 70px 80px;
  }

  .ar-inform-button {
    display: none;
  }

  .teaser-section {
    margin-top: -32px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-label.show-mvp {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .accordions {
    display: none;
  }

  .release-section-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .ar-inform-button-2 {
    display: none;
  }

  .h1-2 {
    font-size: 60px;
  }

  .h3-2 {
    font-size: 17px;
  }

  .h2-2.white-heading {
    margin-bottom: 42px;
  }

  .header__logo-wrapper.w--current:hover {
    color: #fff;
  }

  .mute_bt {
    width: 30px;
    height: 30px;
  }

  .header__link:hover, .header__social-link:hover {
    color: #fff;
  }

  .mute_bt_off {
    width: 30px;
    height: 30px;
  }

  .video-embed.is-mobile {
    display: block;
  }

  .video-embed.is-desctop {
    display: none;
  }

  .video-embed.is-tablet {
    display: block;
  }

  .is__model-embed {
    height: 100%;
    flex: 1;
  }

  .scrolldown-icon-wrapper {
    display: flex;
    bottom: 5vh;
  }

  .model-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .is__model {
    width: 50%;
    flex: 1;
  }

  .is__scroll-lottie {
    width: 5rem;
    bottom: -106%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 67px;
    line-height: 80px;
  }

  h2 {
    font-size: 58px;
    line-height: 68px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .style-guide-subheader {
    background-color: #1e143a;
    padding-left: 32px;
    padding-right: 32px;
  }

  .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-primary {
    padding: 23px 52px;
    font-size: 18px;
    line-height: 20px;
  }

  .button-secondary {
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 20px;
  }

  .header {
    position: absolute;
  }

  .display-1 {
    font-size: 64px;
    line-height: 72px;
  }

  .display-2 {
    font-size: 52px;
    line-height: 58px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-nav-item {
    margin-left: 16px;
    margin-right: 16px;
  }

  .licenses-hero {
    padding-top: 140px;
  }

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

  .section.checkout-hero, .section.store {
    padding-top: 140px;
  }

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

  .section.product-hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }

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

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  .input {
    height: 70px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image.left.desk-hide {
    display: block;
  }

  .container-header {
    padding-left: 0;
    padding-right: 0;
  }

  .bubble.item-description {
    width: 150px;
  }

  .donuts.item-description {
    width: 150px;
    bottom: 1%;
  }

  .products-container {
    max-width: 400px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .product-card-image {
    margin-bottom: 32px;
  }

  .product-card-pricing {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 22px;
  }

  .card-crystal {
    border-radius: 32px;
  }

  .card-crystal.empty-state {
    font-size: 22px;
    line-height: 24px;
  }

  .select {
    height: 72px;
  }

  .menu-button-icon {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .mg-top-80px {
    margin-top: 48px;
  }

  .blob-shop-one {
    max-width: 110%;
    left: -46%;
  }

  .blob-shop-two {
    max-width: 110%;
  }

  .product-title {
    font-size: 60px;
    line-height: 64px;
  }

  .product-pricing {
    font-size: 32px;
    line-height: 40px;
  }

  .item-description-container {
    padding: 56px 42px;
  }

  .menu-grid-wrapper {
    min-width: auto;
  }

  .model-viewer-wrap {
    align-items: center;
  }

  .box {
    width: 90px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .clock-number {
    font-size: 60px;
  }

  .clock-label {
    margin-top: 7px;
  }

  .container {
    width: 100%;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .reveal-title {
    margin-top: auto;
    margin-bottom: 50px;
    font-size: 24px;
  }

  .links {
    margin-bottom: 12px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .links.social {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo.social {
    width: 22px;
    margin-left: 11px;
    margin-right: 11px;
  }

  .logo.main {
    width: 59px;
    margin-left: 11px;
    margin-right: 11px;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-howto_progress-bar-wrapper {
    height: 72%;
    left: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-press_list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
    justify-items: center;
  }

  .home-sales_component {
    padding-bottom: 5.5rem;
  }

  .home-punks_content-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .home-howto_component {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-sales_content-top {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    justify-items: start;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-punks_heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .section-home-howto {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .home-sales_mask {
    width: 80%;
  }

  .home-sales_slide {
    padding-right: 1.5rem;
  }

  .home-punks_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section-home-punks {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .home-sales_image-wrapper {
    height: 100%;
  }

  .section-home-sales {
    margin-top: -2rem;
    margin-bottom: -2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_component {
    height: 4rem;
  }

  .home-howto_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer_credit-text {
    margin-top: .5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .home-faq_content {
    grid-column-gap: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }

  .intro-section {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8vw;
  }

  .para-text.small {
    margin-top: 36px;
  }

  .para-text.small.point-text {
    font-size: 18px;
  }

  .para-text.small.point-text.text-color-black.sub-text {
    font-size: 14px;
  }

  .p-text.comm-text, .p-text.ar, .p-text.comm-text, .p-text.ar {
    margin-bottom: 44px;
  }

  .points {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 59px;
    margin-bottom: 84px;
  }

  .h3 {
    font-size: 10px;
  }

  .h2.white-heading {
    margin-bottom: 28px;
  }

  .p-heading.text-color-black.quarter, .p-heading.text-color-black.phase {
    width: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 30px;
  }

  .bear-intro-wrap {
    grid-template-columns: 1fr;
  }

  .text-wrap {
    padding-top: 12px;
  }

  .bb-button {
    font-size: 20px;
  }

  .images-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .info-section {
    margin-top: -27px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-section1, .text-section2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .community {
    border-radius: 50px;
    margin-top: -161px;
    padding: 50px 60px;
  }

  .reveal-bear-details {
    margin-bottom: -4px;
    font-size: 10px;
    line-height: 16px;
  }

  .div-block-6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .bear-id {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .teaser-section {
    margin-top: -27px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .reveal-bear-arrow {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mix {
    width: 33.333%;
  }

  .accordion-2 {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion-2:hover {
    box-shadow: none;
  }

  .clock-label-2 {
    margin-top: 7px;
  }

  .bear-id-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .model-viewer-wrap-2 {
    align-items: center;
  }

  .reveal-bear-details-2 {
    margin-bottom: -4px;
    font-size: 10px;
    line-height: 16px;
  }

  .clock-number-2 {
    font-size: 60px;
  }

  .h1-2 {
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8vw;
  }

  .reveal-title-2 {
    margin-top: auto;
    margin-bottom: 50px;
    font-size: 24px;
  }

  .h3-2 {
    font-size: 10px;
  }

  .h2-2.white-heading {
    margin-bottom: 28px;
  }

  .header__logo-wrapper {
    margin-top: 0;
  }

  .text-block-5 {
    font-size: 4rem;
  }

  .header-separator {
    width: 100%;
    height: 1px;
    opacity: .2;
    background-color: #e8e6e3;
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .video_click_div {
    bottom: 25px;
    right: 35px;
  }

  .shutter__lottie {
    width: 72.4638rem;
  }

  .cover__buttons-wrapper {
    width: 32%;
    opacity: 1;
    display: none;
    top: auto;
    bottom: 5vh;
    left: auto;
    right: 20px;
  }

  .cover__buttons-wrapper.is__shuffle-button {
    width: auto;
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: flex;
    top: auto;
    bottom: 1vh;
    left: auto;
  }

  .see-in-ar-button.is-qr-div {
    display: none;
  }

  .header__link {
    width: 4.5vw;
    height: 4.5vw;
    background-color: #3f3f3e;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 16px;
    padding: 0;
  }

  .header__link.header__link_desk-only {
    display: none;
  }

  .logo__embed-part-1 {
    width: 85px;
  }

  .header__social-link {
    width: 4.5vw;
    height: 4.5vw;
    background-color: #3f3f3e;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 16px;
    padding: 0;
  }

  .is__header {
    align-items: center;
    padding: 25px 18px 10px;
  }

  .mute_bt_off {
    bottom: 25px;
    right: 30px;
  }

  .logo__embed-part-2 {
    width: 67px;
  }

  .video-embed.is-mobile {
    width: 100%;
    display: none;
  }

  .video-embed.is-tablet {
    display: block;
  }

  .scrolldown-icon-wrapper {
    padding-bottom: 4vw;
    font-size: 2vw;
    display: none;
  }

  .header__desktop-link-icon {
    display: none;
  }

  .header__links-wrapper {
    margin-right: -16px;
  }

  .header__link-icon {
    display: block;
  }

  .cover__description-wrapper {
    font-size: 16px;
    bottom: 20vh;
  }

  .cover__content {
    justify-content: flex-start;
    padding-top: 18vh;
  }

  .cover__buttons-wrapper-mobile {
    width: 25.8454rem;
    height: 13.0435rem;
    opacity: 1;
    color: #393939;
    text-transform: uppercase;
    background-color: #f7f7fc;
    border: 1px solid #313131;
    border-radius: 21.7391rem;
    justify-content: center;
    align-items: center;
    padding: 3.86473rem 4.83092rem;
    font-size: 2.89855rem;
    line-height: 3.86473rem;
    display: flex;
    top: auto;
    bottom: 1vh;
    left: 3.26087rem;
    right: auto;
  }

  .cover__buttons-wrapper-mobile:hover {
    color: #393939;
  }

  .is__scroll-lottie {
    width: 5vw;
    bottom: 0%;
  }

  .see-button__background {
    border-radius: 90px;
  }

  .hero__text-wrpper {
    width: 80%;
    font-size: 19px;
    line-height: 1.8;
  }

  .cover__main-text {
    width: 90%;
  }

  .header_link-text {
    display: none;
  }

  .shuffle-btn__icon-mob {
    width: 15.0894rem;
    height: 7.45652rem;
    display: block;
  }

  .shuffle-button {
    width: 100%;
    height: 13.0435rem;
    white-space: nowrap;
    border-radius: 21.7391rem;
    padding: 3.86473rem 4.83092rem;
    font-size: 2.89855rem;
    line-height: 3.86473rem;
  }

  .shuffle-button.see-button__background {
    width: 33.8164rem;
    height: 13.0435rem;
    background-color: #3a3a3a;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-99 {
    font-size: 4rem;
  }

  .shuffle-btn__icon {
    width: 10.2657rem;
    height: 5.07246rem;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    color: #fff000;
    font-family: Space Grotesk, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 56px;
  }

  h2 {
    color: #fff000;
    margin-bottom: 20px;
    font-family: Space Grotesk, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 100%;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-styleguide {
    padding-top: 111px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .button-primary {
    font-size: 18px;
    line-height: 20px;
  }

  .header {
    width: 100%;
    height: 0;
    object-fit: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    overflow: visible;
  }

  .header._2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .header-logo {
    width: 110px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 10px;
    font-size: 26px;
  }

  .menu-button.w--open {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .display-2._404 {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .footer-nav-item {
    margin: 8px 0;
  }

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

  .section.store {
    padding-top: 155px;
  }

  .section.product-description {
    padding-top: 60px;
  }

  .section.product-hero {
    padding-bottom: 40px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .utility-page-content-404.card-crystal._404 {
    margin-left: 15px;
    margin-right: 15px;
  }

  ._404-title {
    font-size: 100px;
    line-height: 100px;
  }

  .container-medium-730px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image.left.desk-hide {
    display: block;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  .container-header {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bubble.shop-page {
    top: 11%;
    left: -9%;
  }

  .donuts.shop-page {
    top: 40%;
  }

  .list-social-media {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-title {
    font-size: 40px;
    line-height: 52px;
  }

  .product-pricing {
    font-size: 28px;
    line-height: 38px;
  }

  .container-medium-900px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .item-description-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blur-404-page-two, .blur-password-page-two {
    top: -3%;
  }

  .menu-grid-wrapper {
    padding-left: 23px;
    padding-right: 23px;
  }

  .social-media-icon {
    font-size: 16px;
  }

  .social-media-icon.youtube {
    font-size: 18px;
  }

  .body {
    height: 100vh;
    overflow: hidden;
  }

  .model-viewer-wrap {
    height: 100vh;
    max-width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .js-clock {
    flex-wrap: nowrap;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .box {
    width: auto;
    height: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
  }

  .clock-number {
    font-size: 14vw;
    line-height: 100%;
  }

  .clock-label {
    margin-bottom: 12px;
    margin-right: -5px;
    font-size: 12px;
  }

  .container {
    flex: 1;
    line-height: 10px;
  }

  .reveal-title {
    color: #f7f7fc;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 3vw;
  }

  .links {
    padding-left: 29px;
    padding-right: 29px;
  }

  .links.social {
    width: 100%;
    object-fit: fill;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .links.social.mobile {
    display: flex;
  }

  .links.social.footer-social {
    justify-content: flex-start;
    display: flex;
  }

  .logo {
    width: 73px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .logo.social {
    width: 22px;
    margin-left: 0;
    display: block;
  }

  .logo.main {
    width: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .model-viewer {
    height: 100vh;
    position: static;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-punks_content-wrapper {
    grid-template-columns: 1fr;
  }

  .home-press_item-content-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-howto_component {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .punks-slider_image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-punks_tabs-link {
    padding: 1.25rem;
  }

  .home-sales_mask {
    width: 95%;
  }

  .home-punks_component {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 7px 32px;
    font-family: Space Grotesk, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .home-press_item-content-top {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .punks-slider_list {
    justify-content: center;
  }

  .home-faq_content {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .countdown-wrap {
    z-index: 10;
    max-width: 100vw;
    flex: 1;
    align-self: auto;
  }

  .html-embed {
    z-index: 30;
    width: 100vw;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 30%;
    font-family: Space Grotesk, sans-serif;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .html-embed.unselectable {
    height: 100vh;
    padding-bottom: 0%;
  }

  .hero-section {
    height: 100vh;
    background-image: url('../images/photo_2021-12-28-23.16.47_2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .hero-section.fullvh {
    padding-bottom: 0%;
  }

  .intro-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding: 0 0 20%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .h1 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 43px;
    line-height: 100%;
    position: relative;
  }

  .bear-model-wrap {
    z-index: 20;
    height: 100%;
    max-width: 100vw;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .intro-copy {
    width: 80%;
    max-width: 400px;
    align-self: stretch;
  }

  .para-text {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
  }

  .para-text.small {
    text-align: left;
    margin-top: 29px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 16px;
  }

  .para-text.small.point-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 16px;
  }

  .para-text.small.point-text.text-color-black {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .para-text.small.point-text.text-color-black.sub-text {
    font-size: 14px;
  }

  .para-text.small.point-text.text-color-black.sub-text.hyphenate {
    margin-top: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .para-text.story {
    letter-spacing: 2px;
    font-family: Space Grotesk, sans-serif;
    font-size: 2.7vw;
  }

  .bears-info {
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .p-text {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
  }

  .p-text.comm-text {
    margin-bottom: 57px;
    font-size: 16px;
  }

  .p-text.footer-text {
    color: #fff;
    font-size: 11px;
  }

  .p-text.footer-text.yellowy {
    color: #fff;
  }

  .p-text.social, .p-text.ar, .p-text.comm-text {
    margin-bottom: 57px;
    font-size: 16px;
  }

  .p-text.footer-text {
    color: #fff;
    font-size: 11px;
  }

  .p-text.footer-text.yellowy {
    color: #fff;
  }

  .p-text.ar {
    margin-bottom: 57px;
    font-size: 16px;
  }

  .points {
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 0;
  }

  .h3 {
    color: #fff;
    margin-bottom: 0;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .h2.roadmap-heading {
    color: #000;
    margin-bottom: 40px;
    font-size: 5vw;
  }

  .h2.white-heading {
    color: #fff;
    margin-bottom: 30px;
  }

  .h2.black {
    width: 80%;
    text-indent: 0;
    text-transform: uppercase;
    column-count: auto;
    flex: 0 auto;
    font-size: 25px;
    overflow: visible;
  }

  .h2.black.small {
    font-size: 11px;
  }

  .h2.black.large {
    font-size: 20px;
  }

  .h2.small {
    margin-bottom: 18px;
    font-size: 28px;
  }

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

  .roadmap {
    min-height: auto;
    object-position: 50% 50%;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 20px 95px;
    overflow: auto;
  }

  .roadmap-steps {
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-bottom: 0;
  }

  .p-heading {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
  }

  .p-heading.text-color-black {
    color: #000;
    font-size: 25px;
  }

  .p-heading.text-color-black.quarter {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Space Grotesk, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .p-heading.text-color-black.quarter.point-text {
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Monument, sans-serif;
  }

  .p-heading.text-color-black.phase {
    width: auto;
    letter-spacing: 1px;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 10px 15px;
    font-family: Space Grotesk, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .release-section {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .bb-footer {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    padding-top: 22vh;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .footer-links {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .text-span, .text-span-2 {
    color: #fff;
  }

  .bear-intro-wrap {
    height: auto;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
    position: static;
    top: 50%;
    left: 0;
    right: 0;
  }

  .text-wrap {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .top-wrap {
    flex-direction: column-reverse;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

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

  .example-images {
    width: 100vw;
    margin-bottom: 93px;
  }

  .images-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .info-section {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .scroll-snap-wrapper {
    overflow: auto;
  }

  .text-section1, .text-section2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .reveal-section {
    flex-direction: column;
    justify-content: flex-start;
  }

  .reveal-bear._1:hover {
    width: 80%;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .reveal-bear._4, .reveal-bear._5 {
    display: none;
  }

  .reveal-hover {
    padding-left: 20px;
    transition-duration: .5s;
  }

  .community {
    z-index: 10;
    background-color: #222;
    border-radius: 50px;
    margin-top: -80px;
    margin-bottom: 0;
    padding: 54px 40px;
    position: relative;
  }

  .tab-link-tab-1.w--current {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: Space Grotesk, sans-serif;
    font-size: 12px;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .div-block-3 {
    width: 80px;
    height: 80px;
    margin-bottom: 19px;
  }

  .tab-link-tab-2 {
    margin-left: 11px;
    margin-right: 11px;
    font-family: Space Grotesk, sans-serif;
    font-size: 12px;
  }

  .tab-link-tab-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .reveal-bear-details {
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-right: auto;
  }

  .reveal-bear-details.intro {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .html-embed-4 {
    width: 20px;
  }

  .bear-id {
    width: auto;
    height: auto;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 2%;
    left: 20px;
    right: auto;
  }

  .roadmap-point {
    margin-bottom: 0;
    line-height: 20px;
  }

  .roadmap-info {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 5vw;
  }

  .teaser-section {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .top-left-wrap {
    padding-right: 30%;
  }

  .top-right-wrap {
    order: 0;
    margin-top: 70px;
    display: block;
  }

  .spacer {
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .spacer.small {
    height: 15px;
  }

  .reveal-bear-arrow {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion__item.js-accordion-item.active {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    transition: none;
  }

  .link-block-2 {
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-start;
    margin-right: 5px;
    display: block;
  }

  .background-video {
    position: static;
  }

  .intro-video {
    width: 80%;
    max-width: 400px;
    align-self: stretch;
    position: relative;
  }

  .accordion-label.show-mvp {
    font-size: 60px;
  }

  .accordian-copy {
    width: 80%;
    max-width: 400px;
    align-self: stretch;
  }

  .small-title {
    letter-spacing: .5px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 18px;
  }

  .clock-label-2 {
    margin-bottom: 12px;
    margin-right: -5px;
    font-size: 12px;
  }

  .bear-id-2 {
    width: auto;
    height: auto;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 7%;
    left: 20px;
    right: auto;
  }

  .reveal-bear-2._5, .reveal-bear-2._4 {
    display: none;
  }

  .reveal-bear-2._1:hover {
    width: 80%;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .release-section-2 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .model-viewer-wrap-2 {
    max-width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .html-embed-5 {
    width: 20px;
  }

  .reveal-bear-details-2 {
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-right: auto;
  }

  .reveal-bear-details-2.intro {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .clock-number-2 {
    font-size: 14vw;
    line-height: 100%;
  }

  .h1-2 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 8vw;
    line-height: 100%;
    position: relative;
  }

  .reveal-title-2 {
    color: #f7f7fc;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 3vw;
  }

  .h3-2 {
    color: #fff;
    margin-bottom: 0;
  }

  .html-embed-6 {
    z-index: 30;
    width: 100vw;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 30%;
    font-family: Space Grotesk, sans-serif;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .html-embed-6.unselectable {
    padding-bottom: 0%;
  }

  .h2-2 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .h2-2.black {
    width: 80%;
    text-indent: 0;
    text-transform: uppercase;
    column-count: auto;
    flex: 0 auto;
    font-size: 25px;
    overflow: visible;
  }

  .h2-2.black.small {
    font-size: 11px;
  }

  .h2-2.black.large {
    font-size: 20px;
  }

  .h2-2.small {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .h2-2.white-heading {
    color: #fff;
    margin-bottom: 30px;
  }

  .h2-2.roadmap-heading {
    color: #000;
    margin-bottom: 40px;
    font-size: 5vw;
  }

  .text-block-5 {
    width: 80%;
  }

  .mute_bt {
    width: 35px;
    height: 35px;
  }

  .video_click_div {
    bottom: 15px;
    right: 20px;
  }

  .cover__buttons-wrapper {
    bottom: 5vh;
  }

  .cover__buttons-wrapper.is__shuffle-button {
    opacity: 1;
  }

  .header__link {
    width: 7vw;
    height: 7vw;
    margin-right: 3.5vw;
  }

  .header__link.header__link_desk-only, .header__link.header__link_desk-only.w--current {
    display: none;
  }

  .logo__embed-part-1 {
    width: 21vw;
  }

  .header__social-link {
    width: 7vw;
    height: 7vw;
    margin-right: 3.5vw;
  }

  .mute_bt_off {
    width: 35px;
    height: 35px;
    bottom: 15px;
    right: 20px;
  }

  .logo__embed-part-2 {
    width: 16vw;
  }

  .video-embed.is-mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .video-embed.is-tablet {
    display: none;
  }

  .is__model-embed {
    width: 90%;
    height: 100%;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .is__model-embed.gstar {
    height: 100%;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    overflow: visible;
  }

  .scrolldown-icon-wrapper {
    padding-bottom: 6vw;
    bottom: 12vh;
  }

  .header__link-icon.discord {
    padding-left: 3px;
    padding-right: 3px;
  }

  .header__link-icon.ig {
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .header__link-icon.os {
    padding-left: 5px;
    padding-right: 5px;
  }

  .model-wrapper {
    flex-direction: row;
  }

  .model-wrapper.gstar {
    padding-top: 0;
  }

  .is__model {
    width: 90%;
    height: 70%;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .is__model.is-hide.gstar {
    display: none;
  }

  .cover__description-wrapper {
    z-index: 0;
    width: 86%;
    opacity: 0;
    border-radius: 90px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 3.86473rem;
    bottom: 13vh;
  }

  .cover__description-wrapper.gstar {
    opacity: 1;
    display: none;
  }

  .cover__content {
    justify-content: center;
    padding-top: 0;
  }

  .cover__content.gstar {
    padding-top: 35vh;
  }

  .cover__buttons-wrapper-mobile {
    letter-spacing: .9px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cover__buttons-wrapper-mobile.gstar {
    width: 90%;
    text-align: left;
    flex: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    bottom: 5vh;
    right: 3.26087rem;
  }

  .is__scroll-lottie {
    width: 7.5vw;
  }

  .section-3.is__video {
    height: auto;
  }

  .section-3.is__cover.gstar {
    height: 100vh;
  }

  .see-button__background {
    font-size: 2.7vw;
  }

  .hero__wrapper.gstar {
    white-space: normal;
  }

  .hero__text-wrpper {
    font-size: 2.8vw;
    line-height: 1.5;
  }

  .hero__text-wrpper.gstar {
    width: auto;
  }

  .cover__main-text {
    color: #e8e6e3;
  }

  .cover__main-text.gstar {
    flex: 0 auto;
    display: flex;
  }

  .text-block-4 {
    font-size: 3vw;
    line-height: 100%;
  }

  .text-block-10 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 2.3vw;
  }

  .text-block-10.gstar {
    width: 80vw;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    flex: 1;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.1rem;
    overflow: visible;
  }

  .link-block-5 {
    letter-spacing: .3rem;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 2.3vw;
    display: flex;
  }

  .shuffle-button {
    white-space: nowrap;
    background-color: #393939;
  }

  .shuffle-button.see-button__background.hide {
    display: none;
  }

  .text-block-13 {
    font-size: 2.3vw;
  }
}

#w-node-_6d4a3691-8b77-c716-38c9-083ea35e62d8-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e62da-fb98d3ac, #w-node-_28a4bdf8-3c13-2d99-521f-77268c2a1f49-fb98d3ac, #w-node-b8baa788-bdb5-1001-8359-32d3c53866a2-fb98d3ac, #w-node-_67a5506d-87dd-ba75-b029-7fb8df2e77dc-fb98d3ac, #w-node-_36617994-3095-2f44-b583-4c0ac7cbd3db-fb98d3ac, #w-node-fae74742-d869-d1b0-2ad4-f2235542c0ee-fb98d3ac, #w-node-dbbcb998-0ef0-b541-6809-15f9162e6a10-fb98d3ac, #w-node-_116a24e1-e026-74d9-b8a6-563dfc26992e-fb98d3ac, #w-node-_15e36d1a-58b9-95b3-1ccd-3b63adc64fbe-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e62f1-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e62f3-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e62f5-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e62f7-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e62f9-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e62fb-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e62fd-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e62ff-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e6301-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e6303-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e6305-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e6307-fb98d3ac {
  justify-self: center;
}

#w-node-_6d4a3691-8b77-c716-38c9-083ea35e634f-fb98d3ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6d4a3691-8b77-c716-38c9-083ea35e64c5-fb98d3ac {
  justify-self: start;
}

#w-node-_6d4a3691-8b77-c716-38c9-083ea35e64cc-fb98d3ac {
  justify-self: end;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-1398d3fb, #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-1398d3fb, #w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-1398d3fb, #w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-1398d3fb {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_6d4a3691-8b77-c716-38c9-083ea35e64c5-fb98d3ac, #w-node-_6d4a3691-8b77-c716-38c9-083ea35e64cc-fb98d3ac {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6d4a3691-8b77-c716-38c9-083ea35e64d4-fb98d3ac {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d4a3691-8b77-c716-38c9-083ea35e64c5-fb98d3ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icon Font';
  src: url('../fonts/social-media.woff2') format('woff2'), url('../fonts/social-media.eot') format('embedded-opentype'), url('../fonts/social-media.woff') format('woff'), url('../fonts/social-media.ttf') format('truetype'), url('../fonts/social-media.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721 roman';
  src: url('../fonts/Swiss-721-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss-721-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monument';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}