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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: #000;
  font-family: Inter;-apple-system,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,Segoe UI,Roboto,sans-serif;
  color: hsla(0, 0%, 100%, 0.85);
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hauora, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  font-family: Hauora, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  font-family: Hauora, sans-serif;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-family: Hauora, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.4em;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

a {
  color: #a5a5a5;
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

li {
  padding-top: 6px;
  padding-bottom: 6px;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.06);
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

figcaption {
  margin-top: 5px;
  color: hsla(0, 0%, 58%, 0.85);
  font-size: 12px;
  text-align: center;
}

.section {
  position: relative;
  top: 0px;
  overflow: visible;
  margin-top: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #464646;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.titles {
  min-height: auto;
  padding-top: 12vh;
  padding-bottom: 0vh;
  border: 1px none #000;
}

.section.bg-dark-gray {
  background-color: #272727;
}

.section.overflow {
  overflow: hidden;
  width: 100%;
}

.section.light-blue {
  background-color: #ebf0f7;
}

.section.desktop-top-padding-header {
  padding-top: 150px;
}

.section.bg-light-gray {
  background-color: #e7e7e7;
}

.gallery-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 50vh;
  min-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 15px;
  border-bottom: 2px none #e0e0e0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: capitalize;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.inner-padding-medium {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 8em;
  padding-bottom: 8em;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container.desktop-padding {
  padding-bottom: 2em;
}

.container.titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vh;
  padding-top: 6vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.85);
  text-align: center;
}

.container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.merch {
  padding-top: 12.5vh;
}

.container.title {
  padding-top: 15vh;
}

.container.footer {
  display: block;
  padding-top: 0px;
}

.container.padding-top-medium {
  padding-top: 6em;
}

.container.gray-wrapper {
  margin-top: 100px;
  padding: 8em 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.foot-grid {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.foot-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
}

.foot-grid.inner-padding-small {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Brutaltype, sans-serif;
}

.foot-grid.hero-images {
  max-width: 1980px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.grid-wrapper {
  position: relative;
  min-height: auto;
  text-align: center;
}

.grid-wrapper.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-wrapper.top-padding {
  padding-top: 4vh;
}

.grid-wrapper.product-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-wrapper.sticky-faq {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  padding-top: 45px;
}

.margin-bottom-small {
  margin-bottom: 36px;
}

.margin-bottom-medium {
  margin-bottom: 12em;
}

.inner-padding-xsmall {
  margin-bottom: 0px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.inner-padding-medium {
  padding-top: 12em;
  padding-bottom: 12em;
}

.hero-grid-header {
  position: relative;
  top: 0px;
  min-height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 10vh auto auto 10vh auto auto;
  grid-template-rows: 10vh auto auto 10vh auto auto;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
}

.hero-grid-header.align-top {
  -ms-grid-rows: 10vh 10vh auto auto auto auto;
  grid-template-rows: 10vh 10vh auto auto auto auto;
}

.title-tag {
  display: inline-block;
  font-family: Inter;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.grid-rail {
  width: auto;
  min-height: auto;
  min-width: 60vw;
  margin-right: 1vw;
  margin-left: 1vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 2vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: nowrap;
}

.hero-rail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-rail.gap {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-rail.about-page {
  position: relative;
  top: -7vh;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-logo {
  width: 100%;
  max-height: 80px;
  max-width: 172px;
  padding: 5px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: rgba(27, 27, 27, 0.26);
  color: #464646;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-logo.large {
  max-height: 60px;
  max-width: 120px;
}

.image-logo.xlarge {
  max-height: 90px;
  max-width: 220px;
}

.grid-gallery {
  width: 100%;
  max-width: 1980px;
  min-height: 60vh;
  min-width: 120vw;
  padding-right: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
  grid-template-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
}

.frame-image-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  background-color: #f44;
}

.frame-image-hero._03 {
  z-index: 2;
}

.frame-image-hero._04 {
  z-index: 0;
}

.frame-image-hero._05 {
  z-index: 4;
}

.small-legal-text {
  font-family: Brutaltype, sans-serif;
  color: #6e6e6e;
  font-size: 13px;
}

.wrapper-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrapper-heading.align-left {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 60px;
  color: #383838;
  font-size: 1.65em;
  line-height: 1.7;
  font-weight: 400;
}

.hero-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: auto;
  padding-bottom: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.divider-overlap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 35%;
  max-height: 450px;
  background-color: #fff;
}

.divider-overlap.bg-dark-gray {
  background-color: #272727;
}

.heading-wrapper-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-wrapper-center.inner-padding-medium {
  padding-bottom: 6em;
}

.heading-wrapper-center.margin-bottom-small {
  margin-bottom: 100px;
}

.heading-wrapper-center.margin-bottom-small.en {
  margin-bottom: 6em;
}

.heading-wrapper-center.padding-bottom-medium {
  margin-bottom: 100px;
  padding-bottom: 0vh;
}

.heading-wrapper-center.padding-bottom-medium.en {
  margin-bottom: 6em;
}

.heading-wrapper-center.padding-bottom-medium.cn {
  width: 40%;
}

.inner-full-width-grid {
  overflow: hidden;
  max-width: 2250px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-full-width-grid.inner-padding-medium {
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
}

.half-container {
  width: 100%;
  max-width: 690px;
  min-height: 400px;
  padding-right: 5vw;
  padding-left: 30px;
  color: #fff;
}

.half-container.reverse {
  min-height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.image-frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 20vw;
  max-width: 380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.image-frame.frame-padding-small {
  padding: 2vh 2vw;
}

.image-frame.frame-padding-small._3d {
  overflow: visible;
}

.image-frame.move {
  left: -45px;
  bottom: -20px;
  overflow: visible;
  width: 25vw;
  max-width: 480px;
}

.image-frame.up {
  top: -8vh;
}

.image-frame.down {
  bottom: -7vh;
}

.image-tiles-hero {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 38vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-tiles-hero._3d-flip {
  max-height: 38vh;
}

.wrappernav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 100%;
}

.navgrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  min-height: 10vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto 1fr 1fr auto;
  grid-template-columns: auto 1fr 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.describe-en {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.describe-en.white {
  color: #fff;
  font-size: 90px;
  text-align: center;
}

.describe-en._16ch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 16ch;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  font-family: Brutaltype, sans-serif;
  font-size: 6em;
  font-weight: 500;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.describe-en.inter {
  font-family: Inter;
}

.hero-overlayer {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #000), color-stop(20%, rgba(37, 37, 37, 0))), -webkit-gradient(linear, left top, right top, from(#000), color-stop(67%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000 5%, rgba(37, 37, 37, 0) 20%), linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0) 67%);
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 50%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button:hover {
  background-color: #5311ce;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 70%, 0.3);
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.5);
}

.button.outline:hover {
  border-color: hsla(0, 0%, 70%, 0.8);
  color: hsla(0, 0%, 100%, 0.85);
}

.button.color-red {
  width: 220px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #464646;
  white-space: nowrap;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button.color-red:hover {
  background-color: #c99700;
}

.button.color-red.topnav:hover {
  background-color: #6411ff;
  color: #fff;
}

.button.topnav {
  padding: 15px 20px;
  background-color: rgba(41, 41, 41, 0.85);
  box-shadow: none;
}

.button.topnav:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.button.topnav.color-red {
  background-color: #ff0062;
  box-shadow: none;
}

.button.learn-more {
  color: hsla(0, 0%, 100%, 0.7);
}

.button.bg-white {
  background-color: #fff;
  color: #000;
}

.button.bg-white:hover {
  background-color: #d6d6d6;
}

.grid-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-buttons.inner-padding-small {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-buttons.inner-padding-micro {
  padding-top: 2em;
  padding-bottom: 2em;
}

.p-small-size {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.p-small-size.text-white-opacity {
  font-family: Brutaltype, sans-serif;
  text-align: left;
}

.p-small-size.min-h {
  min-height: 6em;
}

.p-small-size.en {
  font-family: Brutaltype, sans-serif;
}

.wrapper-blurb {
  color: #747474;
  text-align: center;
}

.wrapper-blurb.margin-bottom-small {
  color: #8d8d8d;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

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

.image-brand {
  max-height: 32px;
}

.image-iphone {
  width: 30vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.padding-bottom-medium {
  padding-bottom: 12vh;
}

.padding-bottom-small {
  padding-bottom: 3vh;
}

.link-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-icons.center {
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vh;
  padding-bottom: 6vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu.plan {
  padding-top: 0vh;
}

.list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: hsla(0, 0%, 100%, 0.54);
  font-size: 1.2em;
}

.list-flex.off {
  color: hsla(0, 0%, 56.7%, 0.54);
  text-decoration: line-through;
}

.icon-check {
  height: 9px;
}

.image-tab-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 65vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
}

.tabs-column {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 1.5vw;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-menu-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab-list {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 25px 20px;
  border-radius: 5px;
  background-color: #222;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.tab-list.w--current {
  background-color: #6411ff;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 16px;
}

.mockup {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 715px;
  max-width: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 10px solid #000;
  border-radius: 25px;
  background-color: #4e4e4e;
  box-shadow: none;
}

.tabs-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: inset 0 -1px 0 0 #1b1b1b;
}

.button-tab {
  margin-right: 10px;
  margin-left: 0px;
  padding: 15px 25px;
  border-radius: 4px 4px 0px 0px;
  background-color: #1b1b1b;
  color: #838383;
  font-size: 16px;
  text-align: center;
}

.button-tab.w--current {
  background-color: #6411ff;
  box-shadow: inset 0 -4px 0 0 #6411ff;
  color: #fff;
}

.button-tab.rounded {
  border-radius: 4px;
}

.gray-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0px;
  padding: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #1b1b1b;
}

.gray-wrapper.auto {
  height: auto;
}

.gray-wrapper.no-padding {
  padding: 0em;
}

.gray-wrapper.flex-vertical-mid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gray-wrapper.inner-quote {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gray-wrapper.selected-plan {
  background-color: #6411ff;
}

.gray-wrapper.inner-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray-wrapper.float-bottom {
  overflow: hidden;
  padding-bottom: 0em;
}

.gray-wrapper.featured-plan-outline {
  border-style: solid;
  border-width: 1px;
  border-color: #6411ff;
}

.gray-wrapper.inner-form-medium {
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-wrap {
  width: auto;
  height: 55px;
  margin-top: 0px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-wrap.margin-bottom-xsmall {
  width: auto;
}

.stats {
  font-family: Hauora, sans-serif;
  color: #fff;
  font-size: 4em;
  font-weight: 600;
}

.stats.small-size {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Brutaltype, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}

.text-field {
  width: 100%;
  height: 65px;
  min-width: 16em;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 0 #fff;
  font-size: 16px;
}

.text-field.dark {
  border-color: #333;
  background-color: #302f2f;
  box-shadow: none;
  color: #fff;
}

.icon-social {
  display: inline-block;
  max-height: 18px;
}

.icon-social.profile {
  max-height: 20px;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
}

.inner-footer-nav {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-footer {
  color: hsla(0, 0%, 100%, 0.54);
  font-size: 16px;
  text-decoration: none;
}

.link-footer:hover {
  color: #fff;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-wrapper.align-left {
  text-align: left;
}

.heading-wrapper.inner-padding-small.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-grid-hero {
  position: relative;
  height: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.profile {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.image-profile-wrapper {
  position: relative;
  overflow: hidden;
  width: 85px;
  height: 85px;
  border-radius: 100px;
}

.image-profile-wrapper.small {
  width: 45px;
  height: 45px;
}

.image-profile-wrapper.large {
  width: 220px;
  height: 220px;
}

.image-profile-wrapper.large.margin-bottom-xsmall {
  border-radius: 300px;
}

.stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  text-align: center;
}

.wrapper-text-opacity {
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 1.5;
}

.image-profile {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-wrapper.margin-bottom-small {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-wrapper.inner-padding-micro {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-wrapper.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-wrapper.align-center.half {
  max-width: 50%;
  padding-bottom: 35px;
}

.ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ratings-stars {
  max-height: 16px;
  margin-right: 5px;
}

.ratings-stars.large {
  max-height: 24px;
}

.plan-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 2em 2vw 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1b1b1b;
}

.plan-column.recommended {
  border-style: solid;
  border-width: 2px;
  border-color: #6411ff;
}

.form-wrapper.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-content {
  max-height: 64px;
  max-width: 55px;
}

.big-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
}

.xlarge-scroll-heading {
  font-family: Brutaltype, sans-serif;
  color: #1b1b1b;
  font-size: 24vh;
  font-weight: 500;
  text-transform: none;
  white-space: nowrap;
}

.top-padding {
  padding-top: 10vh;
}

.quote-icon {
  margin-bottom: 4%;
}

.image-grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 45vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-grid-wrapper.logo-wrapper {
  position: relative;
  z-index: 3;
  max-height: none;
  min-height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-grid-wrapper.rounded {
  height: 100%;
  border-radius: 12px;
}

.image-grid-wrapper.hero {
  height: 70vh;
  min-height: auto;
}

.logo-footer {
  max-height: 22px;
  margin-bottom: 25px;
}

.grid-overlap {
  position: relative;
  z-index: 3;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.overlap-divider {
  height: 100%;
  background-color: #e6e6e6;
}

.overlap-divider.black {
  height: 100%;
  min-height: 400px;
  background-color: #000;
  color: #000;
}

.overlap-divider.bg-dark-gray {
  background-color: #272727;
}

.overlap-divider.bg-dark-gray.medium {
  height: 35%;
}

.device-wrapper {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1050px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-right: 5vw;
  padding-left: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
}

.half-section.reverse {
  padding-right: 0vw;
  padding-left: 5vw;
}

.inner-half-section {
  overflow: hidden;
  width: 100%;
  height: 75vh;
  max-width: 990px;
  border-style: solid solid solid none;
  border-width: 8px;
  border-color: #000;
  border-radius: 0px 15px 15px 0px;
  box-shadow: none;
}

.inner-half-section.reverse {
  border-right-style: none;
  border-left-style: solid;
  border-radius: 15px 0px 0px 25px;
}

.inner-half-section.reverse.device {
  border-style: solid;
  border-width: 0px;
}

.inner-half-section.device {
  height: auto;
}

.inner-content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 550px;
  padding-top: 2.5em;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.inner-content-column.rounded {
  background-color: #1b1b1b;
}

.inner-content-column.vertical-center {
  padding: 1.5em 3.5em 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-product-mobile {
  max-height: 85vh;
}

.content-divider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: none;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-image.high-column {
  height: 40vh;
}

.full-image.device {
  height: auto;
}

.full-image.large-device {
  height: auto;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.full-image.inner-img-wrapper {
  margin-bottom: 25px;
}

.full-image.cta {
  max-width: 70%;
}

.full-image.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-grid-ticker {
  display: -ms-grid;
  display: grid;
  padding-right: 0vw;
  padding-left: 0vw;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-wrap-ticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-scrolling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.grid-logo-wall {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.main-paragraph {
  font-family: Brutaltype, sans-serif;
  color: #a5a5a5;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

.main-paragraph.text-white-opacity {
  color: hsla(0, 0%, 100%, 0.46);
  text-align: center;
}

.main-paragraph.bold {
  margin-top: 10px;
  font-family: Brutaltype, sans-serif;
  color: #a5a5a5;
  font-size: 1.8em;
  font-weight: 500;
  text-align: left;
}

.main-paragraph.split {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5em;
  column-gap: 5em;
}

.main-paragraph.size-large {
  font-size: 2em;
}

.main-paragraph.compare-pricing {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: line-through;
}

.main-paragraph.cn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.6;
}

.button-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 140px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button-play:hover {
  background-color: rgba(255, 0, 98, 0.9);
}

.media-videos {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-videos.absolute {
  position: absolute;
}

.icon-play {
  max-height: 22px;
  margin-left: 5px;
}

.circle-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(90, 90, 90, 0.12);
}

.circle-check.off {
  opacity: 0.35;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter;
  color: #fff;
  font-size: 4.5em;
  line-height: 1.2;
  font-weight: 700;
}

.span-small {
  padding-right: 2px;
  padding-left: 2px;
  color: #a5a5a5;
  font-size: 32px;
  font-weight: 400;
}

.price-wrapper {
  min-height: auto;
}

.faq-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #424242;
}

.faq-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.faq-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-icon {
  height: 16px;
}

.faq-container {
  color: #747474;
}

.rail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-cta-wrapper {
  width: 100%;
  max-width: 40em;
  color: #747474;
}

.rail-wrapper-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.inner-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-half.reverse {
  width: 100%;
  padding-right: 0vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrap {
  max-width: 480px;
  min-height: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  margin-right: 12px;
  opacity: 0.35;
  font-size: 12px;
}

.wrapper-dark-bg {
  background-color: #1b1b1b;
  color: #fff;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.link-wrapper:hover {
  padding-right: 0px;
}

.link-wrapper.text-white {
  color: hsla(0, 0%, 100%, 0.85);
}

.icon-arrow {
  height: 21px;
  margin-top: 2px;
  margin-right: 12px;
  margin-left: 10px;
  padding-right: 0px;
}

.icon-arrow.opacity {
  opacity: 0.5;
}

.text-gray {
  color: #5a5a5a;
}

.full-form {
  width: 100%;
}

.image-gallery-hero {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 50vh;
  padding: 13px 27px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-gallery-hero.move {
  height: auto;
  max-height: none;
  padding: 0px;
}

.image-gallery-hero._3d {
  width: 100%;
  height: auto;
  max-height: none;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper-user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.frame-image-overflow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25vw;
  max-height: 38vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.frame-image-overflow.no-frame {
  overflow: visible;
  width: 20vw;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  padding: 16px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: hsla(0, 0%, 50.2%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.lightbox-link:hover {
  background-color: #c99700;
}

.icon-play-button {
  height: 24px;
  margin-right: 12px;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.wrap-container {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-padding-micro {
  padding-top: 1em;
  padding-bottom: 1em;
}

.scribble {
  background-image: url('../images/chef.svg');
  background-position: 0% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.wrapper-outline {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #494949;
}

.small-paragraph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-wrapper {
  width: auto;
  min-height: auto;
  margin-top: 0px;
  margin-right: 10px;
  padding: 10px 15px 10px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.margin-bottom-xsmall {
  margin-bottom: 35px;
}

.grid-stats {
  height: 100%;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-stats.gap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.text-small {
  font-family: Brutaltype, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-small.en {
  font-size: 16px;
}

.text-small.cn {
  font-size: 16px;
}

.value {
  color: #fff;
  font-size: 4.5em;
  font-weight: 500;
}

.value.small {
  font-size: 3em;
}

.logo-quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff0062;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.hero-grid {
  overflow: hidden;
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 10vh auto auto auto auto auto;
  grid-template-rows: 10vh auto auto auto auto auto;
}

.grid-hero {
  height: 100vh;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-medium {
  margin-top: 10px;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}

.heading-medium.text-white {
  font-family: Brutaltype, sans-serif;
  font-size: 4em;
  font-weight: 500;
}

.heading-large {
  margin-top: 10px;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1.1;
  font-weight: 500;
}

.heading-large.text-white {
  font-family: Brutaltype, sans-serif;
  font-weight: 500;
}

.heading-large.text-black {
  color: #000;
}

.heading-large.merch {
  font-family: Inter;
}

.heading-large.merch.text-black {
  font-size: 5em;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.heading-regular {
  margin-top: 10px;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
}

.heading-regular.text-light-gray {
  color: #a5a5a5;
  font-weight: 400;
}

.heading-regular.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.heading-regular.text-light {
  font-family: Hauora, sans-serif;
  font-weight: 400;
}

.heading-regular.text-light-gray {
  font-family: Hauora, sans-serif;
  font-weight: 400;
}

.heading-regular.text-black {
  color: #000;
}

.heading-small {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.heading-small.text-light {
  font-weight: 400;
}

.heading-small.text-cyan {
  color: #6086d3;
}

.flex-name {
  font-size: 16px;
}

.bg-blue {
  background-color: #6411ff;
}

.bg-blue.rounded {
  overflow: hidden;
  border-radius: 12px;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #797979;
}

.inner-hero-images {
  min-height: 100vh;
  padding-top: 15vh;
}

.collection-list-news {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.collection-list-news._3-col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-red {
  background-color: #ff0062;
}

.text-white-opacity {
  color: hsla(0, 0%, 100%, 0.54);
}

.color-blue {
  background-color: #4700e0;
}

.hero-track {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: none;
  min-height: 450vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-large {
  color: #fff;
  font-size: 2.8em;
}

.paragraph-large.spacing {
  margin-bottom: 0px;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.wrapper-call-to-action {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrapper-call-to-action.inner-cta-padding-small {
  padding-bottom: 45px;
}

.rounded {
  overflow: hidden;
  border-radius: 10px;
}

.wrap-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60em;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrap-summary.header {
  text-align: left;
}

.hero-ticker-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: auto;
  padding-top: 3vh;
  padding-bottom: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._20-ch {
  max-width: 20ch;
}

.p-xsmall {
  font-size: 14px;
}

.inner-overlap {
  background-color: #1b1b1b;
}

.dropdown-list {
  min-width: 150px;
  border-radius: 6px;
  background-color: #2e2b2b;
}

.dropdown-list.w--open {
  background-color: #242424;
  font-family: Brutaltype, sans-serif;
  font-weight: 400;
  text-align: left;
}

.dropdown-link {
  color: #a5a5a5;
  text-align: left;
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.35);
  color: #dfdfdf;
}

.dropdown-link.w--current {
  font-family: Brutaltype, sans-serif;
  color: #e9e8e8;
}

.padding-top-large {
  padding-top: 12em;
}

.text-orange {
  color: #f5841b;
}

.text-orange.spacing {
  padding-right: 7px;
  padding-left: 7px;
}

.text-cyan {
  color: #c9d5ec;
}

.bg-dark-gray {
  background-color: #1f1f1f;
}

.grid-list-stats {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-stats-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.flex-column-features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-column-features.device-wrapper {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.wrapper-full-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 75vh;
}

.wrapper-full-image.rounded {
  height: auto;
}

.wrapper-full-image.blog-post {
  height: 60vh;
}

.wrapper-full-image.full-height {
  height: 125vh;
}

.wrapper-full-image.device {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-full-image.banner {
  height: 50vh;
}

.wrapper-full-image.banner.margin-bottom-small {
  min-height: 550px;
}

.wrapper-full-image.large-size {
  height: auto;
  padding-right: 5vw;
  padding-bottom: 10vh;
  padding-left: 5vw;
}

.wrapper-full-image.media.rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-legal-page {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

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

.product-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
  color: hsla(0, 0%, 100%, 0.85);
  text-decoration: none;
}

.product-image-wrapper {
  overflow: hidden;
  height: 40vh;
  min-height: 40vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
}

.product-image-wrapper.rounded {
  position: relative;
}

.product-image-wrapper.merch {
  height: 45vh;
  min-height: auto;
}

.product-image-wrapper.home {
  height: 55vh;
  min-height: auto;
}

.wrap-product-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar-product {
  position: -webkit-sticky;
  position: sticky;
  top: 14vh;
}

.default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.view-more {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9em;
  height: 9em;
  padding: 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #ff0062;
  font-weight: 600;
  text-transform: capitalize;
}

.wrapper-image-product.rounded {
  margin-bottom: 45px;
}

.wrapper-image-product.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  min-height: 55px;
  padding: 15px;
  border-radius: 4px;
  background-color: rgba(27, 27, 27, 0.2);
  font-size: 16px;
}

.wrapper-features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-light {
  font-family: Inter;
  font-weight: 400;
}

.inner-grid-cms {
  display: -ms-grid;
  display: grid;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.inner-grid-cms.vertical {
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.inner-grid-cms.vertical.short-gap {
  grid-row-gap: 16px;
}

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

.wrapper-image-blog {
  overflow: hidden;
}

.wrapper-image-blog.team-members {
  height: 45vh;
}

.wrapper-image-blog.list {
  height: 30vh;
  max-height: 220px;
}

.wrapper-image-blog.row {
  height: 25vh;
}

.paragraph-wrapper-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-features {
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 13px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-color: rgba(46, 46, 46, 0.7);
  color: hsla(0, 0%, 100%, 0.56);
  font-weight: 500;
}

.inner-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.stats-number.large {
  color: #fff;
  font-size: 45px;
}

.inner-grid-column {
  padding-right: 2.5em;
}

.form-container {
  width: 100%;
  max-width: 40em;
  color: #747474;
}

.label-form {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.contain-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: auto;
  padding: 5em 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.inner-input.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-input.password {
  margin-bottom: 10px;
}

.button-cart {
  z-index: 10;
}

.text-red {
  color: #ff0062;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.info-members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown {
  margin-right: 20px;
  margin-left: 0px;
}

.icon-cart {
  margin-right: 0px;
}

.cart-quantity {
  background-color: #ff0062;
  color: #fff;
}

.main-navbar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-header {
  color: rgba(0, 0, 0, 0.85);
}

.default-state-nav {
  color: #464646;
}

.image-cart {
  border-radius: 4px;
}

.label-dropdown {
  font-family: Brutaltype, sans-serif;
  font-weight: 500;
}

.field-label {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
}

.option-button {
  border-radius: 4px;
  background-color: #1b1b1b;
  color: #7a7a7a;
  font-size: 12px;
}

.option-button.w--ecommerce-pill-selected {
  border-color: #ff0062;
  background-color: #1b1b1b;
}

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

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

.half-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-right: 5vw;
  padding-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 5px;
}

.inner-padding-small {
  margin-bottom: 0px;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.full-hero-image {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-hero-image.device {
  height: auto;
  min-height: auto;
}

.wrapper-quote {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #1b1b1b;
}

.wrapper-quote.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo-quote {
  width: 100%;
  height: 100%;
  max-height: 40px;
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-quote.large {
  max-height: none;
}

.text-gray-light {
  font-family: Hauora, sans-serif;
  color: #a5a5a5;
  font-weight: 400;
}

.collection-item-banner {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-wrapper {
  width: 100%;
}

.ticker-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticker-wrapper.shop {
  min-height: auto;
}

.inner-ticker {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2500px;
  min-height: 35vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-ticker.shop {
  min-height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-rail {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.inner-text-scrolling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Hauora, sans-serif;
  color: #000;
  font-size: 1.8em;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.flex-ticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c4f85c;
}

.flex-ticker.inner-padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.social-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: inset 1px 1px 0 0 #464646, 1px 1px 0 0 #464646;
  -webkit-transition: padding-bottom 200ms ease, background-color 200ms ease;
  transition: padding-bottom 200ms ease, background-color 200ms ease;
}

.link-social:hover {
  padding-bottom: 10px;
  background-color: #ff0062;
  box-shadow: inset 1px 1px 0 0 #464646, 1px 1px 0 0 #464646;
}

.blog-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.overflow-wrapper {
  overflow: hidden;
}

.overflow-wrapper.top-padding {
  overflow: hidden;
}

.wrapper-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-sticky.blog {
  top: 50px;
}

.inner-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.label {
  color: rgba(41, 40, 40, 0.85);
  font-weight: 400;
}

.label.text-bold {
  font-weight: 600;
}

.text-black-opacity {
  color: rgba(58, 58, 58, 0.7);
}

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

.wrapper-header {
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-logo-back {
  height: 20px;
  margin-right: 15px;
  margin-bottom: 3px;
}

.wrapper-link-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b8b8b8;
  color: #464646;
  text-decoration: none;
}

.wrapper-link-back:hover {
  color: #6411ff;
}

.paypal-checkout-form {
  background-color: transparent;
}

.order-confirmation {
  background-color: transparent;
}

.remove-link {
  color: #464646;
  text-decoration: underline;
}

.wrap-form-checkout {
  overflow: hidden;
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.85);
}

.main-richtext h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-richtext p {
  margin-bottom: 35px;
}

.main-richtext blockquote {
  margin-top: 30px;
  margin-bottom: 40px;
  border-style: solid;
  border-color: #763ae6;
}

.wrapper-container {
  width: 100%;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divider-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #a7a7a7;
}

.inner-grid-plan {
  width: 100%;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.span-divider {
  width: 25px;
  height: 25px;
}

.flex-form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.empty-state {
  color: rgba(0, 0, 0, 0.85);
}

.error-state {
  color: #ff0062;
}

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

.bg-red {
  background-color: #ff0062;
}

.tag-sale {
  margin-bottom: 25px;
  padding: 10px 20px;
  background-color: #4700e0;
  color: #9cecec;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.tag-sale.plan {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom-left-radius: 5px;
  background-color: #6411ff;
  font-size: 11px;
}

.image-product {
  position: static;
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-grid {
  width: 100%;
  height: 100%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-row-gap: 5em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-grid.gap-short {
  grid-row-gap: 2em;
}

.image-features {
  width: 100%;
  max-width: 85%;
}

.image-features.max-width {
  position: static;
  max-height: 550px;
  max-width: 55%;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-plan-wrapper.inline-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plan-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.loader {
  position: fixed;
  z-index: 90;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.loader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(27, 27, 27, 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.progress-bar-wrapper {
  overflow: hidden;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  border-radius: 20px;
  background-color: #2e2e2e;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background-color: #fff;
}

.images-features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licenses-image-wrapper {
  overflow: hidden;
  height: 180px;
  min-height: auto;
}

.screenshot {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.heading-style-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-color-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-swatch {
  height: 120px;
  margin-bottom: 25px;
  background-color: #363636;
}

.color-swatch.bg-red {
  background-color: #ff0062;
}

.color-swatch.bg-blue {
  background-color: #6411ff;
}

.color-swatch.bg-dark-gray {
  background-color: #1b1b1b;
}

.color-swatch.bg-mid-gray {
  background-color: #464646;
}

.color-swatch.bg-light-grey {
  background-color: #a5a5a5;
}

.color-swatch.bg-smoke-grey {
  background-color: #e9e8e8;
}

.color-swatch.bg-blue-secondary {
  background-color: #4700e0;
}

.styleguide-elements {
  height: auto;
  margin-bottom: 10px;
}

.styleguide-elements.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.label-styleguide {
  color: #a5a5a5;
}

.grid-style-guide {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-style-guide.inner-padding-xsmall {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.line {
  height: 1px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #5a5a5a;
}

.row-changelog {
  width: 100%;
  padding: 20px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #414141;
}

.grid-column {
  height: 100%;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-column.short-gap {
  grid-row-gap: 16px;
}

.home-link-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f8f8f8;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  text-decoration: none;
}

.home-link-grid:hover {
  background-color: #d2d5d4;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.home-small-text {
  color: rgba(63, 63, 63, 0.85);
  font-size: 13px;
  font-weight: 600;
}

.sing-up-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 7px;
  background-color: #302f2f;
  text-decoration: none;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.divider-posts {
  width: 100%;
  height: 1px;
  margin-bottom: 5em;
  background-color: #424242;
}

.textarea-message {
  min-height: 280px;
  padding-top: 12px;
  padding-left: 16px;
  border: 1px solid #302f2f;
  border-radius: 4px;
  background-color: #302f2f;
  font-size: 16px;
}

.inner-ticker-wrapper {
  position: absolute;
  left: -8%;
  top: auto;
  right: auto;
  bottom: 10%;
  overflow: hidden;
  width: 120vw;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.success {
  background-color: #c4f85c;
  color: #313d17;
}

.error {
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #f76969;
  color: #8a0a0a;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-locker {
  height: 55px;
}

.more-images {
  width: 100%;
  margin-bottom: 45px;
}

.out-stock {
  border-radius: 4px;
  background-color: #575757;
  color: hsla(0, 0%, 71.3%, 0.85);
}

.quantity-field {
  border-color: #464646;
  background-color: #464646;
}

.inner-icon {
  max-height: 42px;
}

.dropdown-grid {
  grid-column-gap: 5px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-image-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-loader {
  height: 50px;
}

.heading {
  position: static;
  font-family: Brutaltype, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.text-span {
  color: #c4f85c;
}

.s {
  margin-top: 10px;
  font-family: Brutaltype, sans-serif;
  color: #a5a5a5;
  font-size: 1.6em;
  font-weight: 400;
}

.s.text-white-opacity.cn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 400;
}

.text-span-2 {
  color: #c99700;
}

.text-block {
  font-family: Brutaltype, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-2 {
  font-family: Brutaltype, sans-serif;
}

.body {
  background-color: #333;
}

.iocn {
  position: static;
  display: block;
  height: 20px;
  min-height: 0px;
  margin-right: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.xlarge-scroll-heading-2 {
  font-family: Brutaltype, sans-serif;
  color: #282829;
  font-size: 24vh;
  font-weight: 500;
  text-transform: none;
  white-space: nowrap;
}

.xlarge-scroll-heading-3 {
  font-family: Brutaltype, sans-serif;
  color: #282829;
  font-size: 24vh;
  font-weight: 500;
  text-transform: none;
  white-space: nowrap;
}

.scribble-2 {
  background-image: url('../images/scribble.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.text-span-3 {
  padding-left: 80px;
  background-image: url('../images/chef_1.svg');
  background-position: 0% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.list-2 {
  text-align: left;
}

.list-3 {
  text-align: left;
}

.list-4 {
  text-align: left;
}

.heading-medium-en {
  font-family: Brutaltype, sans-serif;
  font-size: 3em;
  font-weight: 500;
  text-align: left;
}

.heading-medium-en.en {
  font-family: Brutaltype, sans-serif;
  font-weight: 500;
}

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

.image {
  width: 130px;
  height: 130px;
  margin-bottom: 40px;
}

.heading-3 {
  font-family: Brutaltype, sans-serif;
  font-size: 3em;
  font-weight: 500;
}

.image-2 {
  margin-right: 10px;
}

.image-3 {
  margin-right: 10px;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.link {
  text-decoration: none;
}

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

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footgrid-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  min-height: 10vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto 1fr 1fr auto;
  grid-template-columns: auto 1fr 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-5 {
  font-family: Brutaltype, sans-serif;
  font-weight: 500;
}

.heading-6 {
  font-family: Brutaltype, sans-serif;
  font-weight: 500;
}

.lightbox-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  display: block;
}

.grid-2 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-5 {
  color: #c99700;
}

.slogan {
  font-family: Brutaltype, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.slogan.heading-regular {
  color: #a5a5a5;
}

.navgrid-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  min-height: 10vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto 1fr 1fr auto;
  grid-template-columns: auto 1fr 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrappernav-cn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 100%;
}

.text-block-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
}

.text-span-6 {
  font-family: Brutaltype, sans-serif;
  color: #c99700;
  font-weight: 500;
}

.text-span-7 {
  font-family: Brutaltype, sans-serif;
  font-weight: 500;
}

.text-span-8 {
  color: #c99700;
}

.main-paragraph-en {
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.main-paragraph-en.text-white-opacity {
  color: hsla(0, 0%, 100%, 0.46);
  text-align: center;
}

.main-paragraph-en.bold {
  margin-top: 10px;
  font-family: Brutaltype, sans-serif;
  color: #a5a5a5;
  font-size: 1.8em;
  font-weight: 500;
  text-align: left;
}

.main-paragraph-en.split {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5em;
  column-gap: 5em;
}

.main-paragraph-en.size-large {
  font-size: 2em;
}

.main-paragraph-en.compare-pricing {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: line-through;
}

.main-paragraph-en.cn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.6;
}

.describe-cn {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Brutaltype, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.describe-cn._16ch {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 5em;
}

.slogan-cn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.slogan-cn.heading-regular {
  color: #a5a5a5;
}

.heading-regular-cn {
  margin-top: 10px;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
}

.heading-regular-cn.text-light-gray {
  color: #a5a5a5;
  font-weight: 400;
}

.heading-regular-cn.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.heading-regular-cn.text-light {
  font-family: Hauora, sans-serif;
  font-weight: 400;
}

.heading-regular-cn.text-light-gray {
  font-family: Hauora, sans-serif;
  font-weight: 400;
}

.heading-regular-cn.text-black {
  color: #000;
}

.heading-regular-cn.slogan-cn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.describe-en-copy {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.describe-en-copy.white {
  color: #fff;
  font-size: 90px;
  text-align: center;
}

.describe-en-copy._16ch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 16ch;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  font-family: Brutaltype, sans-serif;
  font-size: 6em;
  font-weight: 500;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.describe-en-copy.inter {
  font-family: Inter;
}

.heading-medium-cn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  text-align: left;
}

.heading-7 {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.main-paragraph-cn {
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.main-paragraph-cn.text-white-opacity {
  color: hsla(0, 0%, 100%, 0.46);
  text-align: center;
}

.main-paragraph-cn.bold {
  margin-top: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #a5a5a5;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
}

.main-paragraph-cn.split {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5em;
  column-gap: 5em;
}

.main-paragraph-cn.size-large {
  font-size: 2em;
}

.main-paragraph-cn.compare-pricing {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: line-through;
}

.main-paragraph-cn.cn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.6;
}

.grid-wrapper-box {
  position: relative;
  min-height: auto;
  text-align: center;
}

.grid-wrapper-box.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-wrapper-box.top-padding {
  padding-top: 4vh;
}

.grid-wrapper-box.product-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-wrapper-box.sticky-faq {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  padding-top: 45px;
}

.heading-small-cn {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Brutaltype, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.heading-small-cn.text-light {
  font-weight: 400;
}

.heading-small-cn.text-cyan {
  color: #6086d3;
}

.heading-small-cn {
  margin-bottom: 10px;
  font-size: 24px;
}

.p-small-size-cn {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.p-small-size-cn.text-white-opacity {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}

.p-small-size-cn.min-h {
  min-height: 6em;
}

.p-small-size-cn.en {
  font-family: Brutaltype, sans-serif;
}

.text-span-9 {
  color: #c99700;
}

.text-span-10 {
  color: #c99700;
}

.heading-5-cn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
}

.text-span-11 {
  color: #c99700;
}

.text-span-12 {
  color: #c99700;
}

.section-2 {
  display: block;
  overflow: visible;
  min-height: 0px;
}

.text-span-13 {
  color: #c99700;
}

.navbar-tc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.wrappernav-tc {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 100%;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navgrid-2 {
  width: 100%;
  max-width: 1380px;
  min-height: 10vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto 1fr 1fr auto;
  grid-template-columns: auto 1fr 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.remove-link-2 {
  color: #464646;
  text-decoration: underline;
}

.heading-regular-2 {
  margin-top: 10px;
  color: #fff;
  font-size: 1.8em;
}

.heading-regular-2.text-black {
  color: #000;
}

.nav-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
}

.nav-link-2:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

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

.main-navbar-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-quantity-2 {
  background-color: #ff0062;
  color: #fff;
}

.grid-buttons-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.label-dropdown-2 {
  font-family: Brutaltype, sans-serif;
  font-weight: 500;
}

.dropdown-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 50%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button-2:hover {
  background-color: #5311ce;
}

.button-2.color-red {
  background-color: #ff0062;
  white-space: nowrap;
}

.button-2.color-red:hover {
  background-color: #4400c3;
}

.button-2.color-red.topnav {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Brutaltype, sans-serif;
}

.button-2.color-red.topnav:hover {
  background-color: #c99700;
  color: #fff;
}

.button-2.color-red.topnav {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Brutaltype, sans-serif;
}

.button-2.color-red.topnav:hover {
  background-color: #c99700;
  color: #fff;
}

.button-2.topnav {
  padding: 15px 20px;
  background-color: rgba(41, 41, 41, 0.2);
  box-shadow: none;
}

.button-2.topnav:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.image-brand-2 {
  max-height: 32px;
}

.dropdown-link-2 {
  font-family: Brutaltype, sans-serif;
  color: hsla(0, 0%, 87.3%, 0.85);
}

.dropdown-link-2:hover {
  background-color: rgba(0, 0, 0, 0.35);
  color: #dfdfdf;
}

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

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  padding-right: 30px;
  padding-left: 12px;
  color: #fff;
  font-size: 16px;
}

.dropdown-list-2 {
  min-width: 150px;
  border-radius: 6px;
  background-color: #2e2b2b;
}

.dropdown-list-2.w--open {
  background-color: #242424;
}

.default-state-nav-2 {
  color: #464646;
}

.error-state-2 {
  color: #ff0062;
}

.image-6 {
  margin-right: 10px;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navgrid-3 {
  width: 100%;
  max-width: 1380px;
  min-height: 10vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto 1fr 1fr auto;
  grid-template-columns: auto 1fr 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

  .section.titles {
    min-height: auto;
    padding-top: 0vh;
  }

  .section.desktop-top-padding-header {
    padding-top: 0vh;
  }

  .menu-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-li {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 32px;
  }

  .container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.inner-padding-medium {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container.desktop-padding {
    padding-right: 0px;
    padding-bottom: 0vh;
    padding-left: 0px;
  }

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

  .container.merch {
    padding-top: 2vh;
  }

  .foot-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .foot-grid.inner-padding-small {
    display: block;
  }

  .foot-grid.hero-images {
    min-height: 80vh;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .foot-grid.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .grid-wrapper.product-banner {
    min-height: 35vh;
  }

  .grid-wrapper.sticky-faq {
    position: relative;
  }

  .inner-padding-xsmall {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-padding-medium {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-grid-header {
    min-height: auto;
    -ms-grid-columns: 30px 1fr 30px;
    grid-template-columns: 30px 1fr 30px;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .hero-grid-header.align-top {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid-rail {
    min-height: auto;
    min-width: 100vw;
  }

  .logos-wrapper {
    width: auto;
    padding: 2em;
  }

  .image-logo {
    max-height: none;
    max-width: none;
  }

  .grid-gallery {
    min-height: 30vh;
    min-width: 250vw;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .hero-images-wrapper {
    padding-bottom: 0vh;
  }

  .heading-wrapper-center.padding-bottom-medium {
    padding-bottom: 0vh;
  }

  .heading-wrapper-center.padding-bottom-medium.cn {
    width: 100%;
    padding-bottom: 0vh;
  }

  .inner-full-width-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .half-container {
    width: auto;
    max-width: none;
    min-height: auto;
  }

  .half-container.reverse {
    padding-left: 30px;
  }

  .image-frame {
    width: 35vw;
  }

  .image-tiles-hero._3d-reverse {
    max-height: none;
  }

  .wrappernav {
    position: -webkit-sticky;
    position: sticky;
    background-color: rgba(27, 27, 27, 0);
  }

  .navgrid {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr auto auto;
    grid-template-columns: 1fr 1fr auto auto;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .describe-en {
    font-size: 3em;
    text-align: center;
  }

  .describe-en.white {
    font-size: 60px;
  }

  .describe-en._16ch {
    font-size: 5em;
  }

  .describe-en.hero-v4 {
    padding-top: 45px;
  }

  .navbar {
    background-color: #000;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: hsla(0, 0%, 50.2%, 0.2);
  }

  .button.outline:hover {
    border-color: hsla(0, 0%, 70.2%, 0.3);
  }

  .button.color-red:hover {
    background-color: #c99700;
  }

  .button.color-red.topnav:hover {
    background-color: #ff0062;
  }

  .button.color-blue {
    background-color: #4700e0;
  }

  .button.color-blue:hover {
    background-color: #4700e0;
  }

  .button.topnav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .grid-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .grid-buttons.inner-padding-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .grid-buttons.social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-small-size.min-h {
    min-height: auto;
  }

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

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #a5a5a5;
    font-size: 20px;
  }

  .tabs-menu {
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon-check {
    margin-right: 0px;
  }

  .image-tab-wrapper {
    max-height: none;
  }

  .tabs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu-vertical {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mockup {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-nav-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gray-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-field {
    min-width: auto;
  }

  .form-block {
    padding-right: 0px;
  }

  .inner-footer-nav {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .heading-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-profile-wrapper.large {
    width: 120px;
    height: 120px;
  }

  .stats-wrapper {
    padding: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    text-align: left;
  }

  .paragraph-wrapper.margin-bottom-medium {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-wrapper.align-center.half {
    max-width: none;
  }

  .plan-column {
    padding: 35px 35px 45px;
  }

  .image-grid-wrapper.logo-wrapper {
    margin-bottom: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-footer {
    max-height: 18px;
    margin-bottom: 10px;
  }

  .device-wrapper.side-padding {
    padding-right: 35px;
    padding-left: 35px;
  }

  .half-section {
    height: auto;
    min-height: auto;
    padding: 10vh 45px;
  }

  .half-section.reverse {
    padding-right: 45px;
    padding-left: 45px;
  }

  .inner-half-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 450px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: solid;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .inner-content-column {
    padding-top: 2.5em;
    padding-right: 2.5em;
    padding-left: 2.5em;
  }

  .full-image {
    max-width: none;
  }

  .main-paragraph.split {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .hero-cta-wrapper {
    max-width: none;
  }

  .inner-half {
    min-height: auto;
    padding: 10vw 35px;
  }

  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-menu {
    background-color: #000;
  }

  .frame-image-overflow {
    width: 45vw;
    max-height: 55vh;
  }

  .frame-image-overflow.no-frame {
    width: 35vw;
    max-height: 35vh;
  }

  .lightbox-link {
    padding: 18px 40px;
  }

  .lightbox-link:hover {
    background-color: hsla(0, 0%, 50.2%, 0.2);
  }

  .grid-stats.gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-quote-wrapper {
    min-height: 400px;
  }

  .hero-grid {
    min-height: auto;
    -ms-grid-columns: 30px 1fr 30px;
    grid-template-columns: 30px 1fr 30px;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

  .heading-large.merch.text-black {
    font-size: 60px;
  }

  .heading-large.hero {
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    text-align: center;
  }

  .inner-hero-images {
    min-height: auto;
    padding-top: 0vh;
  }

  .collection-list-news {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-news._3-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .wrapper-call-to-action {
    width: 100%;
  }

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

  .wrap-summary.header {
    text-align: center;
  }

  .hero-ticker-images {
    padding-bottom: 0vh;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    position: relative;
    min-width: auto;
  }

  .grid-list-stats.margin-bottom-small {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.media.rounded {
    height: 55vh;
  }

  .collection-list-products {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product-link-wrapper {
    height: auto;
  }

  .product-image-wrapper {
    height: 35vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 8px;
  }

  .view-more {
    display: none;
  }

  .wrapper-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 24px;
  }

  .wrapper-image-blog.team-members {
    height: 35vh;
  }

  .paragraph-wrapper-center.inner-padding-medium {
    width: auto;
  }

  .flex-features {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-features.inner-padding-xsmall {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tag-features {
    font-size: 14px;
  }

  .form-container {
    max-width: none;
  }

  .contain-form {
    padding-top: 1.25em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .dropdown {
    width: 100%;
  }

  .main-navbar {
    padding-right: 20px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .label-dropdown {
    color: #a5a5a5;
    font-size: 20px;
  }

  .underline {
    display: none;
  }

  .half-image-wrapper {
    height: auto;
    min-height: auto;
    padding: 10vw 45px 10vh;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    height: 100%;
    max-height: none;
  }

  .inner-text-scrolling {
    font-weight: 700;
  }

  .link-social:hover {
    padding-bottom: 0px;
    background-color: transparent;
  }

  .wrapper-sticky.blog {
    position: relative;
    top: 0px;
  }

  .wrapper-link-back:hover {
    color: #464646;
  }

  .tag-sale {
    font-size: 13px;
  }

  .image-features.max-width {
    max-width: 85%;
  }

  .images-features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-style-guide {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .home-link-grid {
    padding: 20px 10px 15px;
    border-radius: 4px;
  }

  .home-link-grid:hover {
    background-color: #fff;
  }

  .hero-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .more-images {
    width: 100%;
  }

  .image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footgrid-copy {
    display: -ms-grid;
    display: grid;
    padding-right: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr auto auto;
    grid-template-columns: 1fr 1fr auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .grid-2 {
    grid-row-gap: 43px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navgrid-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr auto auto;
    grid-template-columns: 1fr 1fr auto auto;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .wrappernav-cn {
    position: -webkit-sticky;
    position: sticky;
    background-color: rgba(27, 27, 27, 0);
  }

  .main-paragraph-en.split {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .describe-cn._16ch {
    font-size: 4em;
  }

  .describe-en-copy {
    font-size: 3em;
    text-align: center;
  }

  .describe-en-copy.white {
    font-size: 60px;
  }

  .describe-en-copy._16ch {
    font-size: 5em;
  }

  .describe-en-copy.hero-v4 {
    padding-top: 45px;
  }

  .main-paragraph-cn.split {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .grid-wrapper-box.product-banner {
    min-height: 35vh;
  }

  .grid-wrapper-box.sticky-faq {
    position: relative;
  }

  .p-small-size-cn.min-h {
    min-height: auto;
  }

  .navbar-tc {
    background-color: #000;
  }

  .wrappernav-tc {
    position: -webkit-sticky;
    position: sticky;
    background-color: #1b1b1b;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .navgrid-2 {
    padding-right: 10px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr auto auto;
    grid-template-columns: 1fr 1fr auto auto;
    border-style: solid;
    border-width: 1px;
    border-color: #1b1b1b;
  }

  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #a5a5a5;
    font-size: 20px;
  }

  .main-navbar-2 {
    padding-right: 20px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .grid-buttons-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .label-dropdown-2 {
    color: #a5a5a5;
    font-size: 20px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .button-2 {
    padding: 18px 40px;
  }

  .button-2:hover {
    background-color: hsla(0, 0%, 50.2%, 0.2);
  }

  .button-2.color-red:hover {
    background-color: #ff0062;
  }

  .button-2.color-red.topnav:hover {
    background-color: #ff0062;
  }

  .button-2.color-red.topnav:hover {
    background-color: #ff0062;
  }

  .button-2.topnav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-2.color-blue {
    background-color: #4700e0;
  }

  .button-2.color-blue:hover {
    background-color: #4700e0;
  }

  .dropdown-toggle-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-list-2 {
    width: 100%;
  }

  .dropdown-list-2.w--open {
    position: relative;
    min-width: auto;
  }

  .nav-menu-3 {
    background-color: #000;
  }

  .navgrid-3 {
    padding-right: 10px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr auto auto;
    grid-template-columns: 1fr 1fr auto auto;
    border-style: solid;
    border-width: 1px;
    border-color: #1b1b1b;
  }
}

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

  h3 {
    font-size: 20px;
    font-weight: 700;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .container.inner-padding-medium {
    margin-top: 0px;
  }

  .container.header {
    padding-top: 5vh;
  }

  .container.gray-wrapper {
    padding: 4em 20px;
  }

  .foot-grid {
    grid-row-gap: 21px;
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-rail.about-page {
    top: 0vh;
  }

  .logos-wrapper {
    padding: 1em;
  }

  .frame-image-hero.hero {
    height: 30vh;
    min-width: 25vw;
  }

  .small-legal-text {
    line-height: 2;
    text-align: center;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
  }

  .heading-wrapper-center.margin-bottom-small {
    margin-bottom: 60px;
  }

  .heading-wrapper-center.padding-bottom-medium {
    padding-bottom: 0vh;
  }

  .heading-wrapper-center.padding-bottom-medium.cn {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 0vh;
  }

  .inner-full-width-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navgrid {
    min-height: 75px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .describe-en {
    margin-bottom: 0px;
    font-size: 40px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .button.color-red {
    width: auto;
  }

  .button.color-red:hover {
    background-color: #c99700;
  }

  .grid-buttons {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-buttons.inner-padding-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-buttons.social {
    margin-bottom: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-brand {
    max-height: 28px;
  }

  .image-iphone {
    width: 50vw;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-list {
    margin: 10px 0px;
  }

  .mockup {
    display: block;
    max-height: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ff2121;
  }

  .tabs-nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-tab {
    margin: 10px 0px;
  }

  .gray-wrapper {
    padding: 35px 20px;
  }

  .text-field {
    margin-bottom: 15px;
    text-align: left;
  }

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

  .form-block {
    width: 100%;
  }

  .stats-wrapper {
    font-size: 14px;
  }

  .half-section {
    padding-right: 0vw;
  }

  .main-paragraph.bold {
    font-size: 24px;
  }

  .inner-half {
    min-height: auto;
  }

  .lightbox-link {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .value {
    font-size: 36px;
  }

  .logo-quote-wrapper {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

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

  .heading-regular {
    font-size: 20px;
    font-weight: 700;
  }

  .heading-regular.text-gray-light {
    font-weight: 400;
  }

  .heading-small {
    font-size: 24px;
    font-weight: 700;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.media.rounded {
    height: 55vh;
  }

  .product-image-wrapper {
    height: 32vh;
  }

  .product-image-wrapper.merch {
    height: 35vh;
  }

  .product-image-wrapper.home {
    height: 30vh;
  }

  .wrap-product-info {
    padding-top: 10px;
  }

  .inner-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stats-number.large {
    font-size: 35px;
  }

  .half-image-wrapper {
    padding-right: 0vw;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100.000068%;
  }

  .inner-ticker {
    min-height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.3%;
    -ms-flex: 0 33.3%;
    flex: 0 33.3%;
  }

  .image-product {
    height: 45vh;
  }

  .grid-style-guide {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-style-guide.inner-padding-xsmall {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-small-text {
    font-size: 13px;
  }

  .logo-loader {
    height: 35px;
  }

  .heading-4 {
    font-size: 40px;
  }

  .footgrid-copy {
    min-height: 75px;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .slogan.heading-regular {
    font-family: Brutaltype, sans-serif;
    font-weight: 400;
  }

  .navgrid-copy {
    min-height: 75px;
    background-color: #000;
  }

  .main-paragraph-en.bold {
    font-size: 24px;
  }

  .describe-cn {
    font-size: 32px;
  }

  .describe-cn._16ch {
    font-size: 40px;
  }

  .slogan-cn.heading-regular {
    font-weight: 400;
  }

  .heading-regular-cn {
    font-size: 20px;
    font-weight: 700;
  }

  .heading-regular-cn.text-gray-light {
    font-weight: 400;
  }

  .describe-en-copy {
    font-size: 40px;
  }

  .heading-medium-cn {
    font-size: 32px;
  }

  .heading-7 {
    line-height: 1.5;
  }

  .main-paragraph-cn.bold {
    font-size: 24px;
  }

  .heading-small-cn {
    font-size: 24px;
    font-weight: 700;
  }

  .image-5 {
    max-width: 70%;
  }

  .navgrid-2 {
    min-height: 75px;
  }

  .heading-regular-2 {
    font-size: 20px;
    font-weight: 700;
  }

  .grid-buttons-2 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
  }

  .navgrid-3 {
    min-height: 75px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  .section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .gallery-grid-wrapper {
    min-height: auto;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.inner-padding-medium {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4em 20px;
  }

  .container.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container.header {
    padding-top: 0vh;
  }

  .container.footer {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: left;
  }

  .container.gray-wrapper {
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 4em 20px;
    border-radius: 0px;
  }

  .foot-grid {
    display: -ms-grid;
    display: grid;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .foot-grid.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .foot-grid.inner-padding-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .foot-grid.hero-images {
    min-height: 60vh;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .foot-grid.short-gap {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .grid-wrapper {
    width: auto;
    padding: 20px;
    border-style: solid;
    border-width: 0px;
    border-color: #464646;
    border-radius: 10px;
    background-color: transparent;
  }

  .grid-wrapper.top-padding {
    padding-top: 0vh;
  }

  .margin-bottom-small {
    margin-bottom: 35px;
  }

  .margin-bottom-medium {
    margin-bottom: 55px;
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-grid-header {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .title-tag {
    font-size: 12px;
  }

  .grid-rail {
    min-height: auto;
    min-width: auto;
    margin-right: 1.5vw;
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 1.5vw;
  }

  .hero-rail {
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-rail.gap {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-rail.about-page {
    top: 0vh;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logos-wrapper {
    padding: 0em;
  }

  .image-logo {
    max-height: 64px;
    max-width: none;
  }

  .image-logo.large {
    max-height: 40px;
    max-width: 145px;
  }

  .image-logo.xlarge {
    max-height: 40px;
    max-width: 145px;
  }

  .grid-gallery {
    min-width: 300vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-rows: 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
    grid-template-rows: 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
  }

  .frame-image-hero {
    max-width: none;
  }

  .frame-image-hero.hero {
    width: 100%;
  }

  .small-legal-text {
    padding-bottom: 0px;
    font-size: 11px;
  }

  .wrapper-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65;
  }

  .hero-images-wrapper {
    display: block;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .divider-overlap {
    display: block;
    height: 30%;
    max-height: 15vh;
  }

  .heading-wrapper-center.inner-padding-medium {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .heading-wrapper-center.margin-bottom-small {
    margin-bottom: 20px;
  }

  .heading-wrapper-center.margin-bottom-small.en {
    margin-bottom: 2em;
  }

  .heading-wrapper-center.padding-bottom-medium {
    margin-bottom: 20px;
    padding-bottom: 0vh;
  }

  .heading-wrapper-center.padding-bottom-medium.en {
    margin-bottom: 2em;
  }

  .heading-wrapper-center.padding-bottom-medium.cn {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0vh;
  }

  .half-container {
    padding-right: 30px;
  }

  .half-container.reverse {
    padding-right: 30px;
  }

  .image-frame {
    width: 45vw;
    height: 15vh;
    max-width: none;
  }

  .image-frame.move {
    width: 45vw;
  }

  .image-tiles-hero {
    width: 100%;
    max-height: none;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .navgrid {
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid transparent;
  }

  .menu-button {
    padding-right: 10px;
    padding-left: 5px;
  }

  .menu-button.w--open {
    position: static;
  }

  .describe-en {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
  }

  .describe-en.white {
    font-size: 32px;
  }

  .describe-en._16ch {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .hero-overlayer {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #000), color-stop(65%, rgba(14, 14, 14, 0.15)));
    background-image: linear-gradient(180deg, #000 18%, rgba(14, 14, 14, 0.15) 65%);
  }

  .navbar {
    position: static;
  }

  .navbar.navbar-cn {
    position: static;
  }

  .button {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.color-red {
    width: 100%;
  }

  .button.color-red:hover {
    background-color: #c99700;
  }

  .button.topnav {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .grid-buttons {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-buttons.inner-padding-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 140px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
  }

  .grid-buttons.social {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .p-small-size {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
  }

  .p-small-size.text-white-opacity {
    font-size: 16px;
  }

  .nav-link {
    font-size: 18px;
  }

  .image-brand {
    max-height: 24px;
  }

  .image-iphone {
    width: 45vw;
    max-height: 550px;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .icon-check {
    margin-bottom: 0px;
  }

  .dropdown-toggle {
    margin-top: 40px;
  }

  .mockup {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-width: 8px;
    border-radius: 20px;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
  }

  .gray-wrapper {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
  }

  .gray-wrapper.quote {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gray-wrapper.block-icons {
    padding-right: 20px;
    padding-left: 20px;
  }

  .stats {
    font-size: 35px;
  }

  .stats.small-size {
    font-size: 28px;
  }

  .text-field {
    height: 60px;
    max-width: none;
    margin-right: 0px;
    text-align: left;
  }

  .text-field.dark {
    min-width: auto;
    text-align: left;
  }

  .inner-footer-nav {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .inner-grid-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .stats-wrapper {
    padding: 0px 0vh;
    font-size: 14px;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .paragraph-wrapper.margin-bottom-xsmall {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .plan-column {
    padding: 20px;
  }

  .form-wrapper {
    width: 100%;
  }

  .icon-content {
    max-height: 72px;
  }

  .xlarge-scroll-heading {
    font-size: 16vh;
    line-height: 1;
  }

  .image-grid-wrapper {
    max-height: 45vh;
    min-height: auto;
  }

  .image-grid-wrapper.logo-wrapper {
    margin-bottom: 25px;
  }

  .grid-overlap {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .overlap-divider.black {
    height: auto;
    min-height: 150px;
  }

  .overlap-divider.bg-dark-gray {
    max-height: 15em;
  }

  .device-wrapper {
    max-width: none;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .half-section {
    height: auto;
    padding: 5vh 30px;
  }

  .inner-half-section {
    height: auto;
    max-height: 30vh;
    min-height: auto;
    border-style: solid;
    border-radius: 17px;
  }

  .inner-content-column {
    min-height: 50vh;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .inner-content-column.vertical-center {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-divider-wrapper {
    min-height: auto;
  }

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

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .main-paragraph {
    font-size: 16px;
  }

  .main-paragraph.bold {
    font-size: 18px;
  }

  .main-paragraph.size-large {
    font-size: 22px;
  }

  .main-paragraph.cn {
    color: #e9e8e8;
    font-size: 14px;
  }

  .price {
    font-size: 40px;
  }

  .faq-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  .plus-icon {
    height: 12px;
  }

  .hero-cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-half {
    padding: 0vw 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .image-gallery-hero {
    width: 100%;
    max-height: none;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .frame-image-overflow.no-frame {
    width: 25vw;
    max-height: 25vh;
  }

  .lightbox-link {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lightbox-link:hover {
    background-color: #c99700;
  }

  .icon-wrapper {
    padding-bottom: 0px;
  }

  .margin-bottom-xsmall {
    margin-bottom: 30px;
  }

  .grid-stats.gap {
    grid-column-gap: 12px;
  }

  .text-small {
    font-size: 13px;
  }

  .value {
    font-size: 36px;
  }

  .value.small {
    font-size: 24px;
  }

  .logo-quote-wrapper {
    min-height: auto;
    padding: 90px 35px;
  }

  .hero-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid-hero {
    height: auto;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .heading-medium {
    line-height: 1.15;
  }

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

  .heading-large.merch.text-black {
    font-size: 45px;
  }

  .heading-regular {
    font-size: 18px;
  }

  .heading-small {
    font-size: 24px;
  }

  .inner-hero-images {
    min-height: auto;
  }

  .collection-list-news {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-list-news._3-col {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 24px;
  }

  .hero-track {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .paragraph-large {
    font-size: 28px;
  }

  .wrapper-call-to-action {
    width: 100%;
    min-height: 35vh;
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrapper-call-to-action.inner-cta-padding-small {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hero-ticker-images {
    display: block;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .padding-top-large {
    padding-top: 6em;
  }

  .flex-column-features {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-column-features.device-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.blog-post {
    height: 35vh;
  }

  .wrapper-full-image.media.rounded {
    height: 35vh;
  }

  .collection-list-products {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-image-wrapper {
    height: 15vh;
    min-height: auto;
    border-radius: 6px;
  }

  .product-image-wrapper.merch {
    height: 15vh;
  }

  .product-image-wrapper.home {
    height: 15vh;
  }

  .wrap-product-info {
    padding-top: 10px;
  }

  .wrapper-image-product {
    height: 100%;
  }

  .wrapper-image-product.rounded {
    margin-bottom: 20px;
  }

  .cart-button {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 13px;
  }

  .inner-grid-cms {
    grid-column-gap: 24px;
  }

  .inner-grid-cms.vertical {
    margin-bottom: 0px;
    grid-row-gap: 10px;
  }

  .inner-grid-cms.vertical.short-gap {
    grid-row-gap: 10px;
  }

  .wrapper-image-blog.team-members {
    height: 25vh;
  }

  .wrapper-image-blog.list {
    height: 15vh;
  }

  .wrapper-image-blog.row {
    height: 15vh;
  }

  .tag-features {
    font-size: 13px;
  }

  .inner-grid-column {
    padding-right: 10px;
  }

  .form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .label-form {
    text-align: left;
  }

  .contain-form {
    min-height: 50vh;
  }

  .info-members {
    padding-right: 20px;
  }

  .icon-cart {
    font-size: 10px;
  }

  .main-navbar {
    position: static;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .label-dropdown {
    font-size: 18px;
  }

  .half-image-wrapper {
    height: auto;
    padding: 5vh 30px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    height: auto;
    max-height: none;
    min-height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .ticker-wrapper {
    min-height: 150px;
  }

  .inner-ticker {
    min-height: auto;
  }

  .inner-text-scrolling {
    font-size: 18px;
  }

  .flex-ticker.inner-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buttons-nav-wrapper {
    padding: 20px 30px 40px;
  }

  .image-product {
    height: 35vh;
  }

  .content-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 36px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-grid.gap-short {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-row-gap: 1em;
  }

  .image-features {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .images-features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-frame {
    margin-bottom: 10px;
  }

  .grid-style-guide {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

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

  .hero-wrapper {
    font-size: 18px;
  }

  .more-images {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading {
    margin-top: 10px;
    font-family: Brutaltype, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }

  .s {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
  }

  .s.text-white-opacity {
    font-size: 18px;
    font-weight: 400;
  }

  .s.text-white-opacity.cn {
    font-size: 16px;
  }

  .iocn {
    opacity: 0.64;
    color: #a5a5a5;
  }

  .xlarge-scroll-heading-2 {
    font-size: 16vh;
    line-height: 1;
  }

  .xlarge-scroll-heading-3 {
    font-size: 16vh;
    line-height: 1;
  }

  .heading-medium-en {
    font-size: 28px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .footgrid-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid transparent;
    text-align: left;
  }

  .grid-2 {
    width: auto;
    grid-column-gap: 15px;
    grid-row-gap: 17px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slogan.heading-regular {
    font-size: 20px;
  }

  .navgrid-copy {
    padding-right: 10px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid transparent;
    background-color: #1b1b1b;
  }

  .main-paragraph-en {
    font-size: 16px;
  }

  .main-paragraph-en.bold {
    font-size: 18px;
  }

  .main-paragraph-en.size-large {
    font-size: 22px;
  }

  .describe-cn {
    font-size: 24px;
  }

  .describe-cn._16ch {
    font-size: 40px;
  }

  .slogan-cn.heading-regular {
    line-height: 1.5;
    font-weight: 400;
  }

  .heading-regular-cn {
    font-size: 18px;
  }

  .describe-en-copy {
    font-size: 32px;
    font-weight: 500;
  }

  .describe-en-copy.white {
    font-size: 32px;
  }

  .describe-en-copy._16ch {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .heading-medium-cn {
    font-size: 24px;
  }

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

  .main-paragraph-cn {
    font-size: 16px;
  }

  .main-paragraph-cn.bold {
    font-size: 18px;
  }

  .main-paragraph-cn.size-large {
    font-size: 22px;
  }

  .grid-wrapper-box {
    width: 100%;
    padding: 20px;
    border-style: solid;
    border-width: 0px;
    border-color: #464646;
    border-radius: 12px;
    background-color: #1b1b1b;
  }

  .grid-wrapper-box.top-padding {
    padding-top: 0vh;
  }

  .heading-small-cn {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .p-small-size-cn {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
  }

  .p-small-size-cn.text-white-opacity {
    font-size: 16px;
  }

  .image-5 {
    max-width: 70%;
  }

  .nav-menu-2 {
    background-color: #1b1b1b;
  }

  .navgrid-2 {
    padding-right: 10px;
    padding-left: 20px;
    -ms-grid-columns: 1.75fr auto auto;
    grid-template-columns: 1.75fr auto auto;
    border: 0px none transparent;
    background-color: #1b1b1b;
  }

  .heading-regular-2 {
    font-size: 18px;
  }

  .nav-link-2 {
    font-size: 18px;
  }

  .menu-button-2 {
    padding-right: 10px;
    padding-left: 5px;
  }

  .grid-buttons-2 {
    display: none;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .label-dropdown-2 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
  }

  .buttons-nav-wrapper-2 {
    position: static;
    padding: 20px 30px 40px;
  }

  .button-2 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-2.topnav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .image-brand-2 {
    max-height: 24px;
  }

  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    padding-left: 0px;
  }

  .image-6 {
    opacity: 0.48;
  }

  .nav-menu-3 {
    background-color: #1b1b1b;
  }

  .navgrid-3 {
    padding-right: 10px;
    padding-left: 20px;
    -ms-grid-columns: 1.75fr auto auto;
    grid-template-columns: 1.75fr auto auto;
    border: 0px none transparent;
    background-color: #1b1b1b;
  }
}

#w-node-a77c805f-794b-693a-93cd-901d8470b74c-387b4cf5 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-387b4cf5 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca850897-97af-cccd-0876-e55de8024ec1-387b4cf5 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-387b4cf5 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-387b4cf5 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57a2aa63-6088-8134-6de4-c25b182a29fd-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b0d79ed8-5946-c2c2-b0da-7a3902824f50-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c891b-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c891d-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c891f-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8921-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8923-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8925-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8927-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8929-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c892b-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c892d-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c892f-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8931-387b4cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abb7-387b4cf5 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abbf-387b4cf5 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abc7-387b4cf5 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abcf-387b4cf5 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abd4-387b4cf5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ed-387b4cf5 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ef-387b4cf5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 12;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_00085afd-b644-6561-035d-7202a12858a9-387b4cf5 {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_00085afd-b644-6561-035d-7202a12858ab-387b4cf5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f396cca6-e1dd-66f8-c661-eb901070cb3c-387b4cf5 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f396cca6-e1dd-66f8-c661-eb901070cb3e-387b4cf5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 12;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_014d9971-223b-8c95-d26e-7581a0973e8c-387b4cf5 {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_014d9971-223b-8c95-d26e-7581a0973e8e-387b4cf5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7ddde165-dad0-993c-2c93-8347cb747c3a-387b4cf5 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_68b730c7-5fae-2b9b-f52a-42d2dc239ff5-387b4cf5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_92404cc8-6f72-0ea8-d5b2-a5f68b43c0ce-387b4cf5 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_92404cc8-6f72-0ea8-d5b2-a5f68b43c0df-387b4cf5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_47479df7-84fb-d849-f005-57f2868e6e05-387b4cf5 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_47479df7-84fb-d849-f005-57f2868e6e16-387b4cf5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_944cb9f6-c3e1-61dc-62a9-204dde51f53f-07bf8e43 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e85-07bf8e43 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c97a6baa-30aa-5443-e03b-bdaab4091a1b-b4091a19 {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-827b4e07 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d7c7-827b4e07 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_958f454a-e8aa-4589-0892-99ebe82c38a4-a0b47ac1 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-a0b47ac1 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca850897-97af-cccd-0876-e55de8024ec1-a0b47ac1 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-a0b47ac1 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-a0b47ac1 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57a2aa63-6088-8134-6de4-c25b182a29fd-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b0d79ed8-5946-c2c2-b0da-7a3902824f50-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c891b-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c891d-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c891f-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8921-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8923-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8925-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8927-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8929-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c892b-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c892d-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c892f-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8931-a0b47ac1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abb7-a0b47ac1 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abbf-a0b47ac1 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abc7-a0b47ac1 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abcf-a0b47ac1 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abd4-a0b47ac1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ed-a0b47ac1 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ef-a0b47ac1 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 12;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_00085afd-b644-6561-035d-7202a12858a9-a0b47ac1 {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_00085afd-b644-6561-035d-7202a12858ab-a0b47ac1 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f396cca6-e1dd-66f8-c661-eb901070cb3c-a0b47ac1 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f396cca6-e1dd-66f8-c661-eb901070cb3e-a0b47ac1 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 12;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_014d9971-223b-8c95-d26e-7581a0973e8c-a0b47ac1 {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_014d9971-223b-8c95-d26e-7581a0973e8e-a0b47ac1 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7ddde165-dad0-993c-2c93-8347cb747c3a-a0b47ac1 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_09e216bb-557e-db51-b37e-9ba1990488c7-a0b47ac1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_92404cc8-6f72-0ea8-d5b2-a5f68b43c0ce-a0b47ac1 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_92404cc8-6f72-0ea8-d5b2-a5f68b43c0df-a0b47ac1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_47479df7-84fb-d849-f005-57f2868e6e05-a0b47ac1 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_47479df7-84fb-d849-f005-57f2868e6e16-a0b47ac1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6505166c-fac6-8a8a-671d-d2777ea43f6f-a0b47ac1 {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_11a66d15-ca8e-582e-5fbb-0c1405fac65f-df0bec3a {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-df0bec3a {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca850897-97af-cccd-0876-e55de8024ec1-df0bec3a {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-df0bec3a {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-df0bec3a {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57a2aa63-6088-8134-6de4-c25b182a29fd-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b0d79ed8-5946-c2c2-b0da-7a3902824f50-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c891b-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c891d-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c891f-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8921-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8923-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8925-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8927-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8929-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c892b-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c892d-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c892f-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87feeca3-e733-f365-dfb5-9314443c8931-df0bec3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abb7-df0bec3a {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abbf-df0bec3a {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abc7-df0bec3a {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abcf-df0bec3a {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_08f34b3a-f37f-f9f9-4979-af36e0d3abd4-df0bec3a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ed-df0bec3a {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ef-df0bec3a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 12;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_00085afd-b644-6561-035d-7202a12858a9-df0bec3a {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_00085afd-b644-6561-035d-7202a12858ab-df0bec3a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f396cca6-e1dd-66f8-c661-eb901070cb3c-df0bec3a {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f396cca6-e1dd-66f8-c661-eb901070cb3e-df0bec3a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 12;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_014d9971-223b-8c95-d26e-7581a0973e8c-df0bec3a {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_014d9971-223b-8c95-d26e-7581a0973e8e-df0bec3a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7ddde165-dad0-993c-2c93-8347cb747c3a-df0bec3a {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_09e216bb-557e-db51-b37e-9ba1990488c7-df0bec3a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_92404cc8-6f72-0ea8-d5b2-a5f68b43c0ce-df0bec3a {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_92404cc8-6f72-0ea8-d5b2-a5f68b43c0df-df0bec3a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_47479df7-84fb-d849-f005-57f2868e6e05-df0bec3a {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_47479df7-84fb-d849-f005-57f2868e6e16-df0bec3a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6505166c-fac6-8a8a-671d-d2777ea43f6f-df0bec3a {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-387b4cf5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ca850897-97af-cccd-0876-e55de8024ec1-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-387b4cf5 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_57a2aa63-6088-8134-6de4-c25b182a29fd-387b4cf5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b0d79ed8-5946-c2c2-b0da-7a3902824f50-387b4cf5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7e27c4df-f91e-e040-a4a7-0176575c2107-387b4cf5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4df2ac43-517d-ad29-3aea-ceb6287c8860-387b4cf5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c891b-387b4cf5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c891d-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c891f-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8921-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8923-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8925-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8927-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8929-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c892b-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c892d-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c892f-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8931-387b4cf5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ed-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ef-387b4cf5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858a9-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858ab-387b4cf5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3c-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3e-387b4cf5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8c-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8e-387b4cf5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-c97a6baa-30aa-5443-e03b-bdaab4091a1b-b4091a19 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_61817307-7798-86e5-1b9a-0fe826e7c69f-26e7c69f {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-827b4e07 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-a0b47ac1 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ca850897-97af-cccd-0876-e55de8024ec1-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-a0b47ac1 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_57a2aa63-6088-8134-6de4-c25b182a29fd-a0b47ac1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b0d79ed8-5946-c2c2-b0da-7a3902824f50-a0b47ac1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7e27c4df-f91e-e040-a4a7-0176575c2107-a0b47ac1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4df2ac43-517d-ad29-3aea-ceb6287c8860-a0b47ac1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c891b-a0b47ac1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c891d-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c891f-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8921-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8923-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8925-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8927-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8929-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c892b-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c892d-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c892f-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8931-a0b47ac1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ed-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ef-a0b47ac1 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858a9-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858ab-a0b47ac1 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3c-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3e-a0b47ac1 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8c-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8e-a0b47ac1 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_6505166c-fac6-8a8a-671d-d2777ea43f6f-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-df0bec3a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ca850897-97af-cccd-0876-e55de8024ec1-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-df0bec3a {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_57a2aa63-6088-8134-6de4-c25b182a29fd-df0bec3a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b0d79ed8-5946-c2c2-b0da-7a3902824f50-df0bec3a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7e27c4df-f91e-e040-a4a7-0176575c2107-df0bec3a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4df2ac43-517d-ad29-3aea-ceb6287c8860-df0bec3a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c891b-df0bec3a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c891d-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c891f-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8921-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8923-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8925-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8927-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8929-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c892b-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c892d-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c892f-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_87feeca3-e733-f365-dfb5-9314443c8931-df0bec3a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ed-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ef-df0bec3a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858a9-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858ab-df0bec3a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3c-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3e-df0bec3a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8c-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8e-df0bec3a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_6505166c-fac6-8a8a-671d-d2777ea43f6f-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a77c805f-794b-693a-93cd-901d8470b74a-387b4cf5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_958f454a-e8aa-4589-0892-99ebe82c38a2-a0b47ac1 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_11a66d15-ca8e-582e-5fbb-0c1405fac65d-df0bec3a {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-387b4cf5 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-ca850897-97af-cccd-0876-e55de8024ec1-387b4cf5 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_154e5f14-a5a5-cd3d-d89a-4ae6e0905083-387b4cf5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec18dde2-570e-ddbf-204d-4b208dbf37ec-387b4cf5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-387b4cf5 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-387b4cf5 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f7cb9ac5-0411-fb4d-7650-b7aaa956b9a6-387b4cf5 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c463e99f-f45d-6b6f-b6aa-deeba0869846-387b4cf5 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-fdb465fa-d02a-6a07-1133-2ec869fc53ac-387b4cf5 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-387b4cf5 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_57a2aa63-6088-8134-6de4-c25b182a29fd-387b4cf5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0d79ed8-5946-c2c2-b0da-7a3902824f50-387b4cf5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ed-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ef-387b4cf5 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858a9-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858ab-387b4cf5 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3c-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3e-387b4cf5 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8c-387b4cf5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8e-387b4cf5 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-c97a6baa-30aa-5443-e03b-bdaab4091a1b-b4091a19 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }

  #w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-827b4e07 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-a0b47ac1 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-ca850897-97af-cccd-0876-e55de8024ec1-a0b47ac1 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_154e5f14-a5a5-cd3d-d89a-4ae6e0905083-a0b47ac1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec18dde2-570e-ddbf-204d-4b208dbf37ec-a0b47ac1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-a0b47ac1 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-a0b47ac1 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f7cb9ac5-0411-fb4d-7650-b7aaa956b9a6-a0b47ac1 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c463e99f-f45d-6b6f-b6aa-deeba0869846-a0b47ac1 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-fdb465fa-d02a-6a07-1133-2ec869fc53ac-a0b47ac1 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-a0b47ac1 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_57a2aa63-6088-8134-6de4-c25b182a29fd-a0b47ac1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0d79ed8-5946-c2c2-b0da-7a3902824f50-a0b47ac1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ed-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ef-a0b47ac1 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858a9-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858ab-a0b47ac1 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3c-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3e-a0b47ac1 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8c-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8e-a0b47ac1 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_6505166c-fac6-8a8a-671d-d2777ea43f6f-a0b47ac1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-df0bec3a {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-ca850897-97af-cccd-0876-e55de8024ec1-df0bec3a {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_154e5f14-a5a5-cd3d-d89a-4ae6e0905083-df0bec3a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec18dde2-570e-ddbf-204d-4b208dbf37ec-df0bec3a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-df0bec3a {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-df0bec3a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f7cb9ac5-0411-fb4d-7650-b7aaa956b9a6-df0bec3a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c463e99f-f45d-6b6f-b6aa-deeba0869846-df0bec3a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-fdb465fa-d02a-6a07-1133-2ec869fc53ac-df0bec3a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-df0bec3a {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_57a2aa63-6088-8134-6de4-c25b182a29fd-df0bec3a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0d79ed8-5946-c2c2-b0da-7a3902824f50-df0bec3a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ed-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_9fb79094-a69c-8ade-6620-ac4f461b56ef-df0bec3a {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858a9-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_00085afd-b644-6561-035d-7202a12858ab-df0bec3a {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3c-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-f396cca6-e1dd-66f8-c661-eb901070cb3e-df0bec3a {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8c-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_014d9971-223b-8c95-d26e-7581a0973e8e-df0bec3a {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_6505166c-fac6-8a8a-671d-d2777ea43f6f-df0bec3a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }
}

@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Medium.ttf') format('truetype'), url('../fonts/Hauora-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brutaltype';
  src: url('../fonts/BrutalType-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brutaltype';
  src: url('../fonts/BrutalType-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hibana';
  src: url('../fonts/Hibana-SubMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}